File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
shacl12-test-suite/tests/core Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 42
42
mf:include <or-001.ttl> ;
43
43
mf:include <pattern-001.ttl> ;
44
44
mf:include <pattern-002.ttl> ;
45
- mf:include <reifierShape-001.ttl> ;
46
- mf:include <reifierShape-002.ttl> ;
47
45
mf:include <uniqueMembers-001.ttl> ;
48
46
mf:include <xone-001.ttl> ;
49
47
mf:include <xone-duplicate.ttl> ;
Original file line number Diff line number Diff line change 47
47
mf:include <qualifiedMinCountDisjoint-001.ttl> ;
48
48
mf:include <qualifiedValueShape-001.ttl> ;
49
49
mf:include <qualifiedValueShapesDisjoint-001.ttl> ;
50
+ mf:include <reifierShape-001.ttl> ;
51
+ mf:include <reifierShape-002.ttl> ;
50
52
mf:include <singleLine-001.ttl> ;
51
53
mf:include <uniqueLang-001.ttl> ;
52
54
mf:include <uniqueLang-002.ttl> ;
Original file line number Diff line number Diff line change 1
1
@prefix dash: <http://datashapes.org/dash#> .
2
- @prefix ex: <http://datashapes.org/sh/tests/core/node/reifierShape-001.test #> .
2
+ @prefix ex: <http://example.com/ns #> .
3
3
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
4
4
@prefix owl: <http://www.w3.org/2002/07/owl#> .
5
5
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -56,6 +56,7 @@ ex:ValidResource1
56
56
sh:result [
57
57
rdf:type sh:ValidationResult ;
58
58
sh:focusNode ex:InvalidResource1 ;
59
+ sh:resultPath ex:propertyA ;
59
60
sh:resultSeverity sh:Violation ;
60
61
sh:sourceConstraintComponent sh:ReifierShapeConstraintComponent ;
61
62
sh:sourceShape ex:TestShape-propertyA ;
Original file line number Diff line number Diff line change 1
1
@prefix dash: <http://datashapes.org/dash#> .
2
- @prefix ex: <http://datashapes.org/sh/tests/core/node/reifierShape-002.test #> .
2
+ @prefix ex: <http://example.com/ns #> .
3
3
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
4
4
@prefix owl: <http://www.w3.org/2002/07/owl#> .
5
5
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -54,6 +54,7 @@ ex:ValidResource1
54
54
sh:result [
55
55
rdf:type sh:ValidationResult ;
56
56
sh:focusNode ex:InvalidResource1 ;
57
+ sh:resultPath ex:propertyA ;
57
58
sh:resultSeverity sh:Violation ;
58
59
sh:sourceConstraintComponent sh:ReifierShapeConstraintComponent ;
59
60
sh:sourceShape ex:TestShape-propertyA ;
Original file line number Diff line number Diff line change @@ -1234,6 +1234,7 @@ sh:ReifierShapeConstraintComponent-reificationRequired
1234
1234
a sh:Parameter ;
1235
1235
sh:path sh:reificationRequired ;
1236
1236
sh:datatype xsd:boolean ;
1237
+ sh:optional true ;
1237
1238
rdfs:isDefinedBy sh: .
1238
1239
1239
1240
sh:reifierShape
You can’t perform that action at this time.
0 commit comments