Skip to content

Commit 4166cfb

Browse files
authored
fix: move shacl-shacl changes to shacl12-vocabularies (#405)
1 parent 0f8d872 commit 4166cfb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

shacl/shacl-shacl.ttl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ shsh:ShapeShape
118118
sh:property [
119119
sh:path sh:deactivated ;
120120
sh:maxCount 1 ; # deactivated-maxCount
121-
sh:datatype xsd:boolean ; # deactivated-datatype
121+
sh:in ( true false ) ; # deactivated-datatype
122122
] ;
123123

124124
sh:property [
@@ -182,7 +182,6 @@ shsh:ShapeShape
182182
sh:path sh:maxCount ;
183183
sh:datatype xsd:integer ; # maxCount-datatype
184184
sh:maxCount 1 ; # maxCount-maxCount
185-
sh:minInclusive 0 ; # maxCount-minInclusive
186185
] ;
187186
sh:property [
188187
sh:path sh:maxExclusive ;
@@ -198,13 +197,11 @@ shsh:ShapeShape
198197
sh:path sh:maxLength ;
199198
sh:datatype xsd:integer ; # maxLength-datatype
200199
sh:maxCount 1 ; # maxLength-maxCount
201-
sh:minInclusive 0 ; # maxLength-minInclusive
202200
] ;
203201
sh:property [
204202
sh:path sh:minCount ;
205203
sh:datatype xsd:integer ; # minCount-datatype
206204
sh:maxCount 1 ; # minCount-maxCount
207-
sh:minInclusive 0 ; # minCount-minInclusive
208205
] ;
209206
sh:property [
210207
sh:path sh:minExclusive ;
@@ -220,7 +217,6 @@ shsh:ShapeShape
220217
sh:path sh:minLength ;
221218
sh:datatype xsd:integer ; # minLength-datatype
222219
sh:maxCount 1 ; # minLength-maxCount
223-
sh:minInclusive 0 ; # minLength-minInclusive
224220
] ;
225221
sh:property [
226222
sh:path sh:nodeKind ;
@@ -246,18 +242,15 @@ shsh:ShapeShape
246242
sh:path sh:qualifiedMaxCount ;
247243
sh:datatype xsd:integer ; # qualifiedMaxCount-datatype
248244
sh:maxCount 1 ; # multiple-parameters
249-
sh:minInclusive 0 ; # qualifiedMaxCount-minInclusive
250245
] ;
251246
sh:property [
252247
sh:path sh:qualifiedMinCount ;
253248
sh:datatype xsd:integer ; # qualifiedMinCount-datatype
254249
sh:maxCount 1 ; # multiple-parameters
255-
sh:minInclusive 0 ; # qualifiedMinCount-minInclusive
256250
] ;
257251
sh:property [
258252
sh:path sh:qualifiedValueShape ;
259253
sh:maxCount 1 ; # multiple-parameters
260-
sh:node shsh:ShapeShape ; # qualifiedValueShape-node
261254
] ;
262255
sh:property [
263256
sh:path sh:qualifiedValueShapesDisjoint ;

shacl12-vocabularies/shacl-shacl.ttl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ shsh:ShapeShape
119119
sh:property [
120120
sh:path sh:deactivated ;
121121
sh:maxCount 1 ; # deactivated-maxCount
122-
sh:in ( true false ) ; # deactivated-datatype
122+
sh:datatype xsd:boolean ; # deactivated-datatype
123123
] ;
124124

125125
sh:property [
@@ -183,6 +183,7 @@ shsh:ShapeShape
183183
sh:path sh:maxCount ;
184184
sh:datatype xsd:integer ; # maxCount-datatype
185185
sh:maxCount 1 ; # maxCount-maxCount
186+
sh:minInclusive 0 ; # maxCount-minInclusive
186187
] ;
187188
sh:property [
188189
sh:path sh:maxExclusive ;
@@ -198,11 +199,13 @@ shsh:ShapeShape
198199
sh:path sh:maxLength ;
199200
sh:datatype xsd:integer ; # maxLength-datatype
200201
sh:maxCount 1 ; # maxLength-maxCount
202+
sh:minInclusive 0 ; # maxLength-minInclusive
201203
] ;
202204
sh:property [
203205
sh:path sh:minCount ;
204206
sh:datatype xsd:integer ; # minCount-datatype
205207
sh:maxCount 1 ; # minCount-maxCount
208+
sh:minInclusive 0 ; # minCount-minInclusive
206209
] ;
207210
sh:property [
208211
sh:path sh:minExclusive ;
@@ -218,6 +221,7 @@ shsh:ShapeShape
218221
sh:path sh:minLength ;
219222
sh:datatype xsd:integer ; # minLength-datatype
220223
sh:maxCount 1 ; # minLength-maxCount
224+
sh:minInclusive 0 ; # minLength-minInclusive
221225
] ;
222226
sh:property [
223227
sh:path sh:nodeKind ;
@@ -243,15 +247,18 @@ shsh:ShapeShape
243247
sh:path sh:qualifiedMaxCount ;
244248
sh:datatype xsd:integer ; # qualifiedMaxCount-datatype
245249
sh:maxCount 1 ; # multiple-parameters
250+
sh:minInclusive 0 ; # qualifiedMaxCount-minInclusive
246251
] ;
247252
sh:property [
248253
sh:path sh:qualifiedMinCount ;
249254
sh:datatype xsd:integer ; # qualifiedMinCount-datatype
250255
sh:maxCount 1 ; # multiple-parameters
256+
sh:minInclusive 0 ; # qualifiedMinCount-minInclusive
251257
] ;
252258
sh:property [
253259
sh:path sh:qualifiedValueShape ;
254260
sh:maxCount 1 ; # multiple-parameters
261+
sh:node shsh:ShapeShape ; # qualifiedValueShape-node
255262
] ;
256263
sh:property [
257264
sh:path sh:qualifiedValueShapesDisjoint ;

0 commit comments

Comments
 (0)