File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
shacl12-test-suite/tests/core Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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/nodeByExpression-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#> .
@@ -50,7 +50,7 @@ ex:ValidInstance
50
50
sh:focusNode ex:InvalidInstance ;
51
51
sh:resultSeverity sh:Violation ;
52
52
sh:sourceConstraint ex:TestNodeShape ;
53
- sh:sourceConstraintComponent sh:NodeConstraintComponent ;
53
+ sh:sourceConstraintComponent sh:NodeByExpressionConstraintComponent ;
54
54
sh:sourceShape ex:TestClass ;
55
55
sh:value ex:InvalidInstance ;
56
56
] ;
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/property/nodeByExpression-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#> .
@@ -108,7 +108,7 @@ ex:Person
108
108
sh:resultPath ex:assignedTo ;
109
109
sh:resultSeverity sh:Violation ;
110
110
sh:sourceConstraint ex:AssignedToShape ;
111
- sh:sourceConstraintComponent sh:NodeConstraintComponent ;
111
+ sh:sourceConstraintComponent sh:NodeByExpressionConstraintComponent ;
112
112
sh:sourceShape ex:Issue-assignedTo ;
113
113
sh:value ex:Anon ;
114
114
] ;
You can’t perform that action at this time.
0 commit comments