Skip to content

Commit 9d0d48b

Browse files
Merge pull request #126 from pwin/gh-pages
typing namespace string
2 parents f59e625 + fe70a34 commit 9d0d48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shacl/shacl.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sh:
1414
rdfs:comment "This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language."@en ;
1515
sh:declare [
1616
sh:prefix "sh" ;
17-
sh:namespace "http://www.w3.org/ns/shacl#" ;
17+
sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ;
1818
] ;
1919
sh:suggestedShapesGraph <http://www.w3.org/ns/shacl-shacl#> .
2020

0 commit comments

Comments
 (0)