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