diff --git a/shacl12-core/index.html b/shacl12-core/index.html index 9a21ca67..16264f5f 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -1114,7 +1114,8 @@

Shapes and Constraints

The following informal diagram provides an overview of some of the key classes in the SHACL vocabulary. Each box represents a class. - 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. + The boxes under the class name list a small subset of the frequently used properties + that instances of these classes may have, together with their value types. The arrows indicate rdfs:subClassOf triples.

@@ -1144,7 +1145,7 @@

Shapes and Constraints

Constraint parameters, for example:
sh:closed : xsd:boolean or sh:ByTypes
-
sh:or : rdf:List
+
sh:or, sh:and, sh:xone : rdf:List
sh:not : sh:Shape
sh:property : sh:PropertyShape
@@ -1156,13 +1157,15 @@

Shapes and Constraints

Constraint parameters, for example:
sh:minCount, sh:maxCount : xsd:integer
-
sh:class or sh:datatype : rdfs:Resource
+
sh:minLength, sh:maxLength : xsd:integer
+
sh:class or sh:datatype : rdfs:Resource or rdf:List of rdfs:Resources
sh:node : sh:NodeShape
sh:name : xsd:string or rdf:langString
sh:description : xsd:string or rdf:langString
sh:defaultValue : any
+
sh:values : any
sh:group : sh:PropertyGroup