We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e769c commit 1c783c6Copy full SHA for 1c783c6
shacl12-test-suite/tests/core/node/maxListLength-001.ttl
@@ -44,11 +44,12 @@ ex:list1
44
sh:conforms "false"^^xsd:boolean ;
45
sh:result [
46
rdf:type sh:ValidationResult ;
47
- sh:focusNode rdf:nil ;
+ sh:focusNode ex:list1 ;
48
sh:resultMessage "List has length 3, but maximum allowed length is 2." ;
49
sh:resultSeverity sh:Violation ;
50
sh:sourceConstraintComponent sh:MaxListLengthConstraintComponent ;
51
sh:sourceShape ex:ListShape ;
52
+ sh:value ex:list1 ;
53
] ;
54
55
0 commit comments