@@ -1114,7 +1114,8 @@ <h2>Shapes and Constraints</h2>
1114
1114
< p >
1115
1115
The following informal diagram provides an overview of some of the key classes in the SHACL vocabulary.
1116
1116
Each box represents a class.
1117
- The content of the boxes under the class name lists some of the properties that instances of these classes may have, together with their value types.
1117
+ The content of the boxes under the class name lists a small subset of the frequently used properties
1118
+ that instances of these classes may have, together with their value types.
1118
1119
The arrows indicate < code > rdfs:subClassOf</ code > triples.
1119
1120
</ p >
1120
1121
< div >
@@ -1144,7 +1145,7 @@ <h2>Shapes and Constraints</h2>
1144
1145
< div class ="diagram-class-properties-start ">
1145
1146
< div > < b > < a href ="#constraints "> Constraint parameters</ a > </ b > , for example:</ div >
1146
1147
< div > < a href ="#ClosedConstraintComponent "> sh:closed</ a > : xsd:boolean or sh:ByTypes</ div >
1147
- < div > < a href ="#OrConstraintComponent "> sh:or</ a > : rdf:List</ div >
1148
+ < div > < a href ="#OrConstraintComponent "> sh:or</ a > , < a href =" #AndConstraintComponent " > sh:and </ a > , < a href =" #XoneConstraintComponent " > sh:xone </ a > : rdf:List</ div >
1148
1149
< div > < a href ="#NotConstraintComponent "> sh:not</ a > : sh:Shape</ div >
1149
1150
< div > < a href ="#PropertyConstraintComponent "> sh:property</ a > : sh:PropertyShape</ div >
1150
1151
</ div >
@@ -1156,6 +1157,7 @@ <h2>Shapes and Constraints</h2>
1156
1157
< div class ="diagram-class-properties-start ">
1157
1158
< div > < b > < a href ="#constraints "> Constraint parameters</ a > </ b > , for example:</ div >
1158
1159
< div > < a href ="#MinCountConstraintComponent "> sh:minCount</ a > , < a href ="#MaxCountConstraintComponent "> sh:maxCount</ a > : xsd:integer</ div >
1160
+ < div > < a href ="#MinLengthConstraintComponent "> sh:minLength</ a > , < a href ="#MaxLengthConstraintComponent "> sh:maxLength</ a > : xsd:integer</ div >
1159
1161
< div > < a href ="#ClassConstraintComponent "> sh:class</ a > or < a href ="#DatatypeConstraintComponent "> sh:datatype</ a > : rdfs:Resource</ div >
1160
1162
< div > < a href ="#NodeConstraintComponent "> sh:node</ a > : sh:NodeShape</ div >
1161
1163
</ div >
0 commit comments