Skip to content

Missing Type for shsh: #196

@hoijui

Description

@hoijui

https://github.com/w3c/shacl/blob/67459ed023305fdd63d35f25bd422045d77425fb/shacl-core/shacl.ttl#L29

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

No one assigned

    Labels

    VocabulariesFor issues with the RDF files that the WG maintains

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions