File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -918,21 +918,19 @@ sh:MinListLengthConstraintComponent-minListLength
918
918
a sh:Parameter ;
919
919
sh:path sh:minListLength ;
920
920
sh:datatype xsd:integer ;
921
- sh:maxCount 1 ;
922
921
rdfs:isDefinedBy sh: .
923
922
924
923
sh:MaxListLengthConstraintComponent
925
924
a sh:ConstraintComponent ;
926
925
rdfs:label " Maximum list length constraint component" @en ;
927
926
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 ;
929
928
rdfs:isDefinedBy sh: .
930
929
931
930
sh:MaxListLengthConstraintComponent-maxListLength
932
931
a sh:Parameter ;
933
932
sh:path sh:maxListLength ;
934
933
sh:datatype xsd:integer ;
935
- sh:maxCount 1 ;
936
934
rdfs:isDefinedBy sh: .
937
935
938
936
sh:UniqueMembersConstraintComponent
@@ -946,7 +944,6 @@ sh:UniqueMembersConstraintComponent-uniqueMembers
946
944
a sh:Parameter ;
947
945
sh:path sh:uniqueMembers ;
948
946
sh:datatype xsd:boolean ;
949
- sh:maxCount 1 ;
950
947
rdfs:isDefinedBy sh: .
951
948
952
949
sh:memberShape
You can’t perform that action at this time.
0 commit comments