Skip to content

Commit 832bcc8

Browse files
committed
fix: remove unnecessary maxCount and fix maxListLength name error in vocab
1 parent 1c783c6 commit 832bcc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

shacl12-vocabularies/shacl.ttl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,21 +918,19 @@ sh:MinListLengthConstraintComponent-minListLength
918918
a sh:Parameter ;
919919
sh:path sh:minListLength ;
920920
sh:datatype xsd:integer ;
921-
sh:maxCount 1 ;
922921
rdfs:isDefinedBy sh: .
923922

924923
sh:MaxListLengthConstraintComponent
925924
a sh:ConstraintComponent ;
926925
rdfs:label "Maximum list length constraint component"@en ;
927926
rdfs:comment "Specifies the maximum length of a SHACL list. A violation is reported if the value is not a valid SHACL list."@en ;
928-
sh:parameter sh:MaxListLengthConstraintComponent-minListLength ;
927+
sh:parameter sh:MaxListLengthConstraintComponent-maxListLength ;
929928
rdfs:isDefinedBy sh: .
930929

931930
sh:MaxListLengthConstraintComponent-maxListLength
932931
a sh:Parameter ;
933932
sh:path sh:maxListLength ;
934933
sh:datatype xsd:integer ;
935-
sh:maxCount 1 ;
936934
rdfs:isDefinedBy sh: .
937935

938936
sh:UniqueMembersConstraintComponent
@@ -946,7 +944,6 @@ sh:UniqueMembersConstraintComponent-uniqueMembers
946944
a sh:Parameter ;
947945
sh:path sh:uniqueMembers ;
948946
sh:datatype xsd:boolean ;
949-
sh:maxCount 1 ;
950947
rdfs:isDefinedBy sh: .
951948

952949
sh:memberShape

0 commit comments

Comments
 (0)