Skip to content

Commit 32d80ff

Browse files
committed
Update vocabulary to support node expressions in sh:node
1 parent 9616681 commit 32d80ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shacl12-vocabularies/shacl.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ sh:minLength
899899
sh:NodeConstraintComponent
900900
a sh:ConstraintComponent ;
901901
rdfs:label "Node constraint component"@en ;
902-
rdfs:comment "A constraint component that can be used to verify that all value nodes conform to the given node shape."@en ;
902+
rdfs:comment "A constraint component that can be used to verify that all value nodes conform to the node shape(s) produced by the given node expression."@en ;
903903
sh:parameter sh:NodeConstraintComponent-node ;
904904
rdfs:isDefinedBy sh: .
905905

@@ -911,8 +911,8 @@ sh:NodeConstraintComponent-node
911911
sh:node
912912
a rdf:Property ;
913913
rdfs:label "node"@en ;
914-
rdfs:comment "Specifies the node shape that all value nodes must conform to."@en ;
915-
rdfs:range sh:NodeShape ;
914+
rdfs:comment "Links a shape to node expressions, indicating the node shape(s) that all value nodes must conform to."@en ;
915+
# rdfs:range sh:NodeShape (node expression)
916916
rdfs:isDefinedBy sh: .
917917

918918

0 commit comments

Comments
 (0)