Skip to content

Commit c7aa2d1

Browse files
authored
Update shacl.ttl
needing to type the namespace URI so that it matches the definition declaration at line 1142
1 parent f59e625 commit c7aa2d1

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)