@@ -118,7 +118,7 @@ shsh:ShapeShape
118
118
sh:property [
119
119
sh:path sh:deactivated ;
120
120
sh:maxCount 1 ; # deactivated-maxCount
121
- sh:datatype xsd:boolean ; # deactivated-datatype
121
+ sh:in ( true false ) ; # deactivated-datatype
122
122
] ;
123
123
124
124
sh:property [
@@ -182,7 +182,6 @@ shsh:ShapeShape
182
182
sh:path sh:maxCount ;
183
183
sh:datatype xsd:integer ; # maxCount-datatype
184
184
sh:maxCount 1 ; # maxCount-maxCount
185
- sh:minInclusive 0 ; # maxCount-minInclusive
186
185
] ;
187
186
sh:property [
188
187
sh:path sh:maxExclusive ;
@@ -198,13 +197,11 @@ shsh:ShapeShape
198
197
sh:path sh:maxLength ;
199
198
sh:datatype xsd:integer ; # maxLength-datatype
200
199
sh:maxCount 1 ; # maxLength-maxCount
201
- sh:minInclusive 0 ; # maxLength-minInclusive
202
200
] ;
203
201
sh:property [
204
202
sh:path sh:minCount ;
205
203
sh:datatype xsd:integer ; # minCount-datatype
206
204
sh:maxCount 1 ; # minCount-maxCount
207
- sh:minInclusive 0 ; # minCount-minInclusive
208
205
] ;
209
206
sh:property [
210
207
sh:path sh:minExclusive ;
@@ -220,7 +217,6 @@ shsh:ShapeShape
220
217
sh:path sh:minLength ;
221
218
sh:datatype xsd:integer ; # minLength-datatype
222
219
sh:maxCount 1 ; # minLength-maxCount
223
- sh:minInclusive 0 ; # minLength-minInclusive
224
220
] ;
225
221
sh:property [
226
222
sh:path sh:nodeKind ;
@@ -246,18 +242,15 @@ shsh:ShapeShape
246
242
sh:path sh:qualifiedMaxCount ;
247
243
sh:datatype xsd:integer ; # qualifiedMaxCount-datatype
248
244
sh:maxCount 1 ; # multiple-parameters
249
- sh:minInclusive 0 ; # qualifiedMaxCount-minInclusive
250
245
] ;
251
246
sh:property [
252
247
sh:path sh:qualifiedMinCount ;
253
248
sh:datatype xsd:integer ; # qualifiedMinCount-datatype
254
249
sh:maxCount 1 ; # multiple-parameters
255
- sh:minInclusive 0 ; # qualifiedMinCount-minInclusive
256
250
] ;
257
251
sh:property [
258
252
sh:path sh:qualifiedValueShape ;
259
253
sh:maxCount 1 ; # multiple-parameters
260
- sh:node shsh:ShapeShape ; # qualifiedValueShape-node
261
254
] ;
262
255
sh:property [
263
256
sh:path sh:qualifiedValueShapesDisjoint ;
0 commit comments