Skip to content

Commit bbf0955

Browse files
#570: Resolve test note (#571)
Signed-off-by: Alex Nelson <[email protected]>
1 parent a629a8a commit bbf0955

File tree

1 file changed

+2
-5
lines changed
  • shacl12-test-suite/tests/core/validation-reports

1 file changed

+2
-5
lines changed

shacl12-test-suite/tests/core/validation-reports/shared.ttl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
@prefix ex: <http://example.com/ns#> .
1010

11-
# This test case is under discussion, as there are different interpretations
12-
# on whether the nested sh:property constraint that is reached twice should
13-
# also be reported twice.
14-
1511
<>
1612
rdf:type mf:Manifest ;
1713
mf:entries (
@@ -22,6 +18,7 @@
2218
<shared>
2319
rdf:type sht:Validate;
2420
rdfs:label "Test of validation report for shape shared by property constraints" ;
21+
rdfs:comment "The nested sh:property constraint that is reached twice should also be reported twice."@en ;
2522
mf:action [
2623
sht:dataGraph <shared-data.ttl> ;
2724
sht:shapesGraph <shared-shapes.ttl>
@@ -49,4 +46,4 @@
4946
]
5047
] ;
5148
mf:status sht:approved .
52-
49+

0 commit comments

Comments
 (0)