@@ -1117,7 +1117,8 @@ <h2>Shapes and Constraints</h2>
1117
1117
< p >
1118
1118
The following informal diagram provides an overview of some of the key classes in the SHACL vocabulary.
1119
1119
Each box represents a class.
1120
- 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.
1120
+ The boxes under the class name list a small subset of the frequently used properties
1121
+ that instances of these classes may have, together with their value types.
1121
1122
The arrows indicate < code > rdfs:subClassOf</ code > triples.
1122
1123
</ p >
1123
1124
< div >
@@ -1147,7 +1148,7 @@ <h2>Shapes and Constraints</h2>
1147
1148
< div class ="diagram-class-properties-start ">
1148
1149
< div > < b > < a href ="#constraints "> Constraint parameters</ a > </ b > , for example:</ div >
1149
1150
< div > < a href ="#ClosedConstraintComponent "> sh:closed</ a > : xsd:boolean or sh:ByTypes</ div >
1150
- < div > < a href ="#OrConstraintComponent "> sh:or</ a > : rdf:List</ div >
1151
+ < div > < a href ="#OrConstraintComponent "> sh:or</ a > , < a href =" #AndConstraintComponent " > sh:and </ a > , < a href =" #XoneConstraintComponent " > sh:xone </ a > : rdf:List</ div >
1151
1152
< div > < a href ="#NotConstraintComponent "> sh:not</ a > : sh:Shape</ div >
1152
1153
< div > < a href ="#PropertyConstraintComponent "> sh:property</ a > : sh:PropertyShape</ div >
1153
1154
</ div >
@@ -1159,13 +1160,15 @@ <h2>Shapes and Constraints</h2>
1159
1160
< div class ="diagram-class-properties-start ">
1160
1161
< div > < b > < a href ="#constraints "> Constraint parameters</ a > </ b > , for example:</ div >
1161
1162
< div > < a href ="#MinCountConstraintComponent "> sh:minCount</ a > , < a href ="#MaxCountConstraintComponent "> sh:maxCount</ a > : xsd:integer</ div >
1162
- < div > < a href ="#ClassConstraintComponent "> sh:class</ a > or < a href ="#DatatypeConstraintComponent "> sh:datatype</ a > : rdfs:Resource</ div >
1163
+ < div > < a href ="#MinLengthConstraintComponent "> sh:minLength</ a > , < a href ="#MaxLengthConstraintComponent "> sh:maxLength</ a > : xsd:integer</ div >
1164
+ < div > < a href ="#ClassConstraintComponent "> sh:class</ a > or < a href ="#DatatypeConstraintComponent "> sh:datatype</ a > : rdfs:Resource or rdf:List of rdfs:Resources</ div >
1163
1165
< div > < a href ="#NodeConstraintComponent "> sh:node</ a > : sh:NodeShape</ div >
1164
1166
</ div >
1165
1167
< div class ="diagram-class-properties-section ">
1166
1168
< div > < a href ="#name "> sh:name</ a > : xsd:string or rdf:langString</ div >
1167
1169
< div > < a href ="#description "> sh:description</ a > : xsd:string or rdf:langString</ div >
1168
1170
< div > < a href ="#syntax-rule-path-defaultValue "> sh:defaultValue</ a > : any</ div >
1171
+ < div > < a href ="#syntax-rule-path-defaultValue "> sh:values</ a > : any</ div >
1169
1172
< div > < a href ="#group "> sh:group</ a > : sh:PropertyGroup</ div >
1170
1173
</ div >
1171
1174
< div class ="diagram-class-properties-section ">
0 commit comments