File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
shacl12-test-suite/tests/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ex:TestClass
18
18
rdfs:label " Test class" ;
19
19
rdfs:subClassOf rdfs:Resource ;
20
20
# Only using an IRI Expression here because Core doesn't define interesting node expressions
21
- sh:node ex:TestNodeShape ;
21
+ sh:nodeByExpression ex:TestNodeShape ;
22
22
.
23
23
ex:TestNodeShape
24
24
rdf:type sh:NodeShape ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ex:Anon
12
12
rdf:type ex:Person ;
13
13
ex:firstName " Anon" ;
14
14
.
15
- ex:AssignedToShape ;
15
+ ex:AssignedToShape
16
16
rdf:type sh:NodeShape ;
17
17
rdfs:comment " All assignees must have an email and a last name." ;
18
18
sh:property [
@@ -38,7 +38,7 @@ ex:Issue-assignedTo
38
38
sh:path ex:assignedTo ;
39
39
sh:class ex:Person ;
40
40
# Only using an IRI Expression here because Core doesn't define interesting node expressions
41
- sh:node ex:AssignedToShape ;
41
+ sh:nodeByExpression ex:AssignedToShape ;
42
42
.
43
43
ex:Issue-submittedBy
44
44
sh:path ex:submittedBy ;
You can’t perform that action at this time.
0 commit comments