Skip to content

Commit c3dd193

Browse files
#125: Also fixed sh:namespace datatype in shsh file
1 parent dc92698 commit c3dd193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shacl12-vocabularies/shacl-shacl.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shsh:
1616
rdfs:comment "This shapes graph can be used to validate SHACL shapes graphs against a subset of the syntax rules."@en ;
1717
sh:declare [
1818
sh:prefix "shsh" ;
19-
sh:namespace "http://www.w3.org/ns/shacl-shacl#" ;
19+
sh:namespace "http://www.w3.org/ns/shacl-shacl#"^^xsd:anyURI ;
2020
] .
2121

2222

0 commit comments

Comments
 (0)