Skip to content

Commit 1672ee9

Browse files
committed
Apply requested test edits for sh:nodeByExpression
1 parent 0cb88b4 commit 1672ee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shacl12-test-suite/tests/core/node/nodeByExpression-001.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ex:TestClass
1818
rdfs:label "Test class" ;
1919
rdfs:subClassOf rdfs:Resource ;
2020
# Only using an IRI Expression here because Core doesn't define interesting node expressions
21-
sh:node ex:TestNodeShape ;
21+
sh:nodeByExpression ex:TestNodeShape ;
2222
.
2323
ex:TestNodeShape
2424
rdf:type sh:NodeShape ;

shacl12-test-suite/tests/core/property/nodeByExpression-001.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ex:Anon
1212
rdf:type ex:Person ;
1313
ex:firstName "Anon" ;
1414
.
15-
ex:AssignedToShape ;
15+
ex:AssignedToShape
1616
rdf:type sh:NodeShape ;
1717
rdfs:comment "All assignees must have an email and a last name." ;
1818
sh:property [
@@ -38,7 +38,7 @@ ex:Issue-assignedTo
3838
sh:path ex:assignedTo ;
3939
sh:class ex:Person ;
4040
# Only using an IRI Expression here because Core doesn't define interesting node expressions
41-
sh:node ex:AssignedToShape ;
41+
sh:nodeByExpression ex:AssignedToShape ;
4242
.
4343
ex:Issue-submittedBy
4444
sh:path ex:submittedBy ;

0 commit comments

Comments
 (0)