Skip to content

Commit 1c2854e

Browse files
committed
add few properties in the UML diagram
1 parent bf3e332 commit 1c2854e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

shacl12-core/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,8 @@ <h2>Shapes and Constraints</h2>
11141114
<p>
11151115
The following informal diagram provides an overview of some of the key classes in the SHACL vocabulary.
11161116
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.
11181119
The arrows indicate <code>rdfs:subClassOf</code> triples.
11191120
</p>
11201121
<div>
@@ -1144,7 +1145,7 @@ <h2>Shapes and Constraints</h2>
11441145
<div class="diagram-class-properties-start">
11451146
<div><b><a href="#constraints">Constraint parameters</a></b>, for example:</div>
11461147
<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>
11481149
<div><a href="#NotConstraintComponent">sh:not</a> : sh:Shape</div>
11491150
<div><a href="#PropertyConstraintComponent">sh:property</a> : sh:PropertyShape</div>
11501151
</div>
@@ -1156,6 +1157,7 @@ <h2>Shapes and Constraints</h2>
11561157
<div class="diagram-class-properties-start">
11571158
<div><b><a href="#constraints">Constraint parameters</a></b>, for example:</div>
11581159
<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>
11591161
<div><a href="#ClassConstraintComponent">sh:class</a> or <a href="#DatatypeConstraintComponent">sh:datatype</a> : rdfs:Resource</div>
11601162
<div><a href="#NodeConstraintComponent">sh:node</a> : sh:NodeShape</div>
11611163
</div>

0 commit comments

Comments
 (0)