Skip to content

Commit eaf5d95

Browse files
committed
chore: target subjects and objects of memberShape in shacl-shacl
1 parent cceaa5e commit eaf5d95

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
@@ -75,13 +75,14 @@ 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:uniqueMembers ;
78+
sh:minListLength, sh:maxListLength, sh:uniqueMembers, sh:memberShape ;
7979

8080
sh:targetObjectsOf sh:memberShape ; # memberShape-node
8181
sh:targetObjectsOf sh:node ; # node-node
8282
sh:targetObjectsOf sh:not ; # not-node
8383
sh:targetObjectsOf sh:property ; # property-node
8484
sh:targetObjectsOf sh:qualifiedValueShape ; # qualifiedValueShape-node
85+
sh:targetObjectsOf sh:memberShape ; # shapesGraph-node
8586

8687
# Shapes are either node shapes or property shapes
8788
sh:xone ( shsh:NodeShapeShape shsh:PropertyShapeShape ) ;

0 commit comments

Comments
 (0)