diff --git a/shacl12-core/index.html b/shacl12-core/index.html index f9a6a2c0..fbad4cfa 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -1739,6 +1739,14 @@
sh:Trace
sh:Debug
sh:Info
+ Validation engines MAY treat sh:Info
and sh:Warning
as non-violating based on
+ options passed to the engine. By default, they are treated as violations.
+
In addition to declaring severities per shape, the property sh:severity
can also be used
on a reifier for a triple where the shape is the subject and one of the parameters
@@ -2802,7 +2814,7 @@
A focus node conforms to a shape if and only if - the set of result of the validation of the focus node against the shape is empty and no failure + the set of result of the validation of the focus node against the shape does not contain any results with a severity level representing a violation and no failure has been reported by it.
@@ -2917,7 +2929,7 @@
Each SHACL instance of sh:ValidationReport
in the results graph has exactly one value for the property sh:conforms
and the value is of datatype xsd:boolean
.
It represents the outcome of the conformance checking.
- The value of sh:conforms
is true
if and only if the validation did not produce any validation results, and false
otherwise.
+ The value of sh:conforms
is true
if and only if the validation did not produce any validation results with a severity level representing a violation, and false
otherwise.