diff --git a/shacl12-core/index.html b/shacl12-core/index.html index 9aa57e4fc..bc1100634 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -882,7 +882,7 @@

Shapes and Constraints

sh:deactivated : xsd:boolean
-
sh:message : text
+
sh:message : xsd:string, rdf:dirLangString/langString or rdf:HTML
sh:severity : sh:Severity
@@ -896,26 +896,26 @@

Shapes and Constraints

Constraint parameters, for example:
-
sh:closed : xsd:boolean or sh:ByTypes
+
sh:closed : [true, false, sh:ByTypes]
sh:or, sh:and, sh:xone : rdf:List
sh:not : sh:Shape
sh:property : sh:PropertyShape
-
+
Constraint parameters, for example:
sh:minCount, sh:maxCount : xsd:integer
sh:minLength, sh:maxLength : xsd:integer
-
sh:class, sh:datatype : rdfs:Resource or rdf:List of rdfs:Resources
+
sh:class, sh:datatype : rdfs:Resource or list of rdfs:Resource
sh:node : sh:NodeShape
-
sh:name : xsd:string or rdf:dirLangString or rdf:langString
-
sh:description : text
+
sh:name : xsd:string or rdf:dirLangString/langString
+
sh:description : xsd:string, rdf:dirLangString/langString or rdf:HTML
sh:defaultValue : any
sh:values : any
sh:group : sh:PropertyGroup
@@ -2775,7 +2775,7 @@

sh:datatype

The following example illustrates the list-based syntax, meaning that all values of - rdfs:label must be either xsd:string or rdf:langString. + rdfs:label must be either xsd:string, rdf:langString or rdf:dirLangString.