Skip to content

Commit bf24721

Browse files
committed
chore: cleanup in shacl shacl declaration
1 parent 172fb65 commit bf24721

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
@@ -163,9 +163,9 @@ shsh:ShapeShape
163163
] ;
164164
sh:property [
165165
sh:path sh:in ;
166-
sh:maxCount 1 ; # in-maxCount
167-
sh:minListLength 1 ; # in-minListLength
168-
sh:memberShape [] ; # in-memberShape
166+
sh:maxCount 1 ; # in-maxCount
167+
sh:minListLength 1 ; # in-minListLength
168+
sh:memberShape [ a sh:NodeShape ] ; # in-memberShape
169169
] ;
170170
sh:property [
171171
sh:path sh:languageIn ;

0 commit comments

Comments
 (0)