Skip to content

Commit a5582ac

Browse files
Changed unsupported-sparql-006 test case to use sh:validator instead of sh:propertyValidator (otherwise the shapes graph would have been ill-formed and the test undefined)
1 parent 170f692 commit a5582ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-shapes-test-suite/tests/sparql/pre-binding/unsupported-sparql-006.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ex:LanguageConstraintComponentUsingASK
2929
sh:minLength 2 ;
3030
sh:name "language" ;
3131
] ;
32-
sh:propertyValidator ex:hasLang ;
32+
sh:validator ex:hasLang ; # This was changed by HK on 2018-09-21, see https://github.com/w3c/data-shapes/issues/101
3333
.
3434
ex:LanguageExampleShape
3535
rdf:type sh:NodeShape ;

0 commit comments

Comments
 (0)