Skip to content

Commit 5306335

Browse files
HolgerKnublauchjeswr
authored andcommitted
Fixed membershape test case
1 parent fcda390 commit 5306335

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

shacl12-test-suite/tests/core/node/memberShape-001.ttl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ ex:list10
9696
sh:resultSeverity sh:Violation ;
9797
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
9898
sh:sourceShape ex:IRIListShape ;
99+
sh:value ex:list2 ;
99100
sh:detail [
100101
rdf:type sh:ValidationResult ;
101102
sh:focusNode "Bob" ;
@@ -127,6 +128,7 @@ ex:list10
127128
sh:resultSeverity sh:Violation ;
128129
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
129130
sh:sourceShape ex:IRIListShape ;
131+
sh:value ex:list5 ;
130132
sh:detail [
131133
rdf:type sh:ValidationResult ;
132134
sh:focusNode "Charlie" ;
@@ -157,15 +159,15 @@ ex:list10
157159
sh:resultSeverity sh:Violation ;
158160
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
159161
sh:sourceShape ex:IRIListShape ;
160-
sh:value ex:list8 ;
162+
sh:value ex:list7 ;
161163
] ;
162164
sh:result [
163165
rdf:type sh:ValidationResult ;
164166
sh:focusNode ex:list9 ;
165167
sh:resultSeverity sh:Violation ;
166168
sh:sourceConstraintComponent sh:MemberShapeConstraintComponent ;
167169
sh:sourceShape ex:IRIListShape ;
168-
sh:value ex:list10 ;
170+
sh:value ex:list9 ;
169171
] ;
170172
] ;
171173
mf:status sht:approved ;

0 commit comments

Comments
 (0)