Skip to content

Commit 2707eed

Browse files
committed
chore: cleanup in shacl shacl declaration
1 parent 6d3bd94 commit 2707eed

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
@@ -161,9 +161,9 @@ shsh:ShapeShape
161161
] ;
162162
sh:property [
163163
sh:path sh:in ;
164-
sh:maxCount 1 ; # in-maxCount
165-
sh:minListLength 1 ; # in-minListLength
166-
sh:memberShape [] ; # in-memberShape
164+
sh:maxCount 1 ; # in-maxCount
165+
sh:minListLength 1 ; # in-minListLength
166+
sh:memberShape [ a sh:NodeShape ] ; # in-memberShape
167167
] ;
168168
sh:property [
169169
sh:path sh:languageIn ;

0 commit comments

Comments
 (0)