We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d82da commit 6d3bd94Copy full SHA for 6d3bd94
shacl12-vocabularies/shacl-shacl.ttl
@@ -127,7 +127,10 @@ shsh:ShapeShape
127
] ;
128
sh:property [
129
sh:path sh:class ;
130
- sh:nodeKind sh:IRI ; # class-nodeKind
+ sh:or (
131
+ [ sh:nodeKind sh:IRI ]
132
+ [ sh:memberShape [ sh:nodeKind sh:IRI ] ]
133
+ ) ; # class-nodeKind
134
135
136
sh:path sh:closed ;
@@ -142,7 +145,10 @@ shsh:ShapeShape
142
145
143
146
144
147
sh:path sh:datatype ;
- sh:nodeKind sh:IRI ; # datatype-nodeKind
148
149
150
151
+ ) ; # datatype-nodeKind
152
sh:maxCount 1 ; # datatype-maxCount
153
154
0 commit comments