-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
VocabulariesFor issues with the RDF files that the WG maintainsFor issues with the RDF files that the WG maintains
Milestone
Description
shacl.ttl:
sh:
a owl:Ontology ;
# ...
sh:suggestedShapesGraph <http://www.w3.org/ns/shacl-shacl#> .
sh:suggestedShapesGraph
# ...
rdfs:range owl:Ontology ;
# ...
shacl-shacl.ttl (see NOTE
below):
shsh:
# NOTE: Missing `a owl:Ontology ;`
rdfs:label "SHACL for SHACL"@en ;
rdfs:comment "This shapes graph can be used to validate SHACL shapes graphs against a subset of the syntax rules."@en ;
sh:declare [
sh:prefix "shsh" ;
sh:namespace "http://www.w3.org/ns/shacl-shacl#" ;
] .
Metadata
Metadata
Assignees
Labels
VocabulariesFor issues with the RDF files that the WG maintainsFor issues with the RDF files that the WG maintains