Skip to content

Commit fcda390

Browse files
committed
chore: remove lingering uniqList references
1 parent a8632a7 commit fcda390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shacl12-vocabularies/shacl-shacl.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ shsh:ShapeShape
7575
sh:maxInclusive, sh:maxLength, sh:memberShape, sh:minCount, sh:minExclusive, sh:minInclusive, sh:minLength, sh:node, sh:nodeKind,
7676
sh:not, sh:or, sh:pattern, sh:property, sh:qualifiedMaxCount, sh:qualifiedMinCount, sh:qualifiedValueShape,
7777
sh:qualifiedValueShape, sh:qualifiedValueShapesDisjoint, sh:qualifiedValueShapesDisjoint, sh:uniqueLang, sh:xone ,
78-
sh:minListLength, sh:maxListLength, sh:uniqList ;
78+
sh:minListLength, sh:maxListLength, sh:uniqueMembers ;
7979

8080
sh:targetObjectsOf sh:memberShape ; # memberShape-node
8181
sh:targetObjectsOf sh:node ; # node-node
@@ -243,8 +243,8 @@ shsh:ShapeShape
243243
] ;
244244
sh:property [
245245
sh:path sh:uniqueMembers ;
246-
sh:datatype xsd:boolean ; # uniqList-datatype
247-
sh:maxCount 1 ; # uniqList-maxCount
246+
sh:datatype xsd:boolean ; # uniqueMembers-datatype
247+
sh:maxCount 1 ; # uniqueMembers-maxCount
248248
] ;
249249
sh:property [
250250
sh:path sh:nodeKind ;

0 commit comments

Comments
 (0)