Skip to content

Commit b5f4d0c

Browse files
#111: No longer require sh:value on sh:hasValue in node shapes
1 parent ce947a9 commit b5f4d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-shapes-test-suite/tests/core/node/hasValue-001.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ex:TestShape
3737
sh:resultSeverity sh:Violation ;
3838
sh:sourceConstraintComponent sh:HasValueConstraintComponent ;
3939
sh:sourceShape ex:TestShape ;
40-
sh:value "Invalid String" ; # See https://github.com/w3c/data-shapes/issues/111 this is quite possibly incorrect against the current spec
40+
# See See https://github.com/w3c/data-shapes/issues/111: don't create sh:value "Invalid String" ;
4141
] ;
4242
] ;
4343
mf:status sht:approved ;

0 commit comments

Comments
 (0)