You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on discussion in #130 and #131 this deletes the triples sh:declare rdfs:domain owl:Ontology and sh:prefixes rdfs:range owl:Ontology - the owl:Ontologies are merely a recommendation in the spec yet now cause no RDFS inferences
rdfs:comment "A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate."@en ;
rdfs:comment "The prefixes that shall be applied before parsing the associated SPARQL query."@en ;
1224
+
rdfs:comment "The prefixes that shall be applied before parsing the associated SPARQL query. The objects should define those prefixes using sh:declare."@en ;
1223
1225
rdfs:domain sh:SPARQLExecutable ;
1224
-
rdfs:range owl:Ontology ;
1225
1226
rdfs:isDefinedBy sh: .
1226
1227
1227
1228
sh:PrefixDeclaration
@@ -1235,7 +1236,6 @@ sh:declare
1235
1236
a rdf:Property ;
1236
1237
rdfs:label "declare"@en ;
1237
1238
rdfs:comment "Links a resource with its namespace prefix declarations."@en ;
0 commit comments