diff --git a/shacl12-sparql/index.html b/shacl12-sparql/index.html index 05b81990..efab629d 100644 --- a/shacl12-sparql/index.html +++ b/shacl12-sparql/index.html @@ -235,6 +235,7 @@
The SPARQL query returns result set solutions for all bindings of the variable value that violate the constraint.
- There is a validation result for each solution in that result set, applying the mapping rules explained later.
- In this example, each validation result will have the binding for the variable this as the sh:focusNode,
+ There is a validation result for each solution in that result set, applying the mapping rules explained later.
+ In this example, each validation result will have the binding for the variable this as the sh:focusNode,
ex:germanLabel as sh:resultPath and the violating value as sh:value.
@@ -781,7 +782,7 @@
$sparql be a value of sh:sparql.
- There are no validation results if the SPARQL-based constraint has true
+ There are no validation results if the SPARQL-based constraint has true
as a value for the property sh:deactivated.
Otherwise, execute the SPARQL query specified by the SPARQL-based constraint $sparql
pre-binding the variable this as described in .
@@ -790,8 +791,8 @@ sh:path at the property shape.
- There is one validation result for each solution that does not have true as the binding for the variable failure.
- These validation results MUST have the property values explained in .
+ There is one validation result for each solution that does not have true as the binding for the variable failure.
+ These validation results MUST have the property values explained in .
A failure MUST be produced if and only if one of the solutions has true as the binding for failure.
- The property values of the validation result nodes are derived by the following rules, through a combination of result solutions and the values of the constraint itself. + The property values of the validation result nodes are derived by the following rules, through a combination of result solutions and the values of the constraint itself. The rules are meant to be executed from top to bottom, so that the first bound value will be used.