diff --git a/shacl12-core/index.html b/shacl12-core/index.html index 5ce76db64..daf430198 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -881,7 +881,7 @@

Shapes and Constraints

sh:deactivated : xsd:boolean
-
sh:message : xsd:string or rdf:langString
+
sh:message : text
sh:severity : sh:Severity
@@ -913,8 +913,8 @@

Shapes and Constraints

sh:node : sh:NodeShape
-
sh:name : xsd:string or rdf:langString
-
sh:description : xsd:string or rdf:langString
+
sh:name : xsd:string or rdf:dirLangString or rdf:langString
+
sh:description : text
sh:defaultValue : any
sh:values : any
sh:group : sh:PropertyGroup
@@ -1606,7 +1606,8 @@

Declaring the Severity of a Shape or Constraint

Declaring Messages for a Shape or Constraint

Shapes can have values for the property sh:message. - The values of sh:message are either xsd:string literals or literals with a language tag. + The values of sh:message are literals with datatype + xsd:string, rdf:dirLangString, rdf:langString, or rdf:HTML. A subject should not have more than one value for sh:message with the same language tag.

@@ -2774,7 +2775,6 @@

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. - Note that using rdf:langString as value of sh:datatype can be used to test if value nodes have a language tag.