File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
shacl12-test-suite/tests/core/node Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ ex:list10
96
96
sh:resultSeverity sh:Violation ;
97
97
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
98
98
sh:sourceShape ex:IRIListShape ;
99
+ sh:value ex:list2 ;
99
100
sh:detail [
100
101
rdf:type sh:ValidationResult ;
101
102
sh:focusNode " Bob" ;
@@ -127,6 +128,7 @@ ex:list10
127
128
sh:resultSeverity sh:Violation ;
128
129
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
129
130
sh:sourceShape ex:IRIListShape ;
131
+ sh:value ex:list5 ;
130
132
sh:detail [
131
133
rdf:type sh:ValidationResult ;
132
134
sh:focusNode " Charlie" ;
@@ -157,15 +159,15 @@ ex:list10
157
159
sh:resultSeverity sh:Violation ;
158
160
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
159
161
sh:sourceShape ex:IRIListShape ;
160
- sh:value ex:list8 ;
162
+ sh:value ex:list7 ;
161
163
] ;
162
164
sh:result [
163
165
rdf:type sh:ValidationResult ;
164
166
sh:focusNode ex:list9 ;
165
167
sh:resultSeverity sh:Violation ;
166
168
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
167
169
sh:sourceShape ex:IRIListShape ;
168
- sh:value ex:list10 ;
170
+ sh:value ex:list9 ;
169
171
] ;
170
172
] ;
171
173
mf:status sht:approved ;
You can’t perform that action at this time.
0 commit comments