File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
shacl12-test-suite/tests/core/validation-reports Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 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 (
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>
4946 ]
5047 ] ;
5148 mf:status sht:approved .
52-
49+
You can’t perform that action at this time.
0 commit comments