Skip to content

Commit 6cea0cf

Browse files
committed
chore: target subjects of list constraints
1 parent 2707eed commit 6cea0cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shacl12-vocabularies/shacl-shacl.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ shsh:ShapeShape
7474
sh:ignoredProperties, sh:in, sh:languageIn, sh:lessThan, sh:lessThanOrEquals, sh:maxCount, sh:maxExclusive,
7575
sh:maxInclusive, sh:maxLength, 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,
77-
sh:qualifiedValueShape, sh:qualifiedValueShapesDisjoint, sh:qualifiedValueShapesDisjoint, sh:uniqueLang, sh:xone ;
77+
sh:qualifiedValueShape, sh:qualifiedValueShapesDisjoint, sh:qualifiedValueShapesDisjoint, sh:uniqueLang, sh:xone,
78+
sh:minListLength, sh:maxListLength, sh:uniqueMembers ;
7879

7980
sh:targetObjectsOf sh:node ; # node-node
8081
sh:targetObjectsOf sh:not ; # not-node

0 commit comments

Comments
 (0)