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 e411b55 commit 172fb65Copy full SHA for 172fb65
shacl12-vocabularies/shacl-shacl.ttl
@@ -129,7 +129,10 @@ shsh:ShapeShape
129
] ;
130
sh:property [
131
sh:path sh:class ;
132
- sh:nodeKind sh:IRI ; # class-nodeKind
+ sh:or (
133
+ [ sh:nodeKind sh:IRI ]
134
+ [ sh:memberShape [ sh:nodeKind sh:IRI ] ]
135
+ ) ; # class-nodeKind
136
137
138
sh:path sh:closed ;
@@ -144,7 +147,10 @@ shsh:ShapeShape
144
147
145
148
146
149
sh:path sh:datatype ;
- sh:nodeKind sh:IRI ; # datatype-nodeKind
150
151
152
153
+ ) ; # datatype-nodeKind
154
sh:maxCount 1 ; # datatype-maxCount
155
156
0 commit comments