From 18f4e52e31fe626a641577486049738f9daf279c Mon Sep 17 00:00:00 2001 From: Holger Knublauch Date: Mon, 17 Nov 2025 20:23:37 +1000 Subject: [PATCH 1/2] #653: Fixed broken link --- shacl12-node-expr/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shacl12-node-expr/index.html b/shacl12-node-expr/index.html index c5932b22..fd4895ac 100644 --- a/shacl12-node-expr/index.html +++ b/shacl12-node-expr/index.html @@ -216,7 +216,7 @@

Terminology

focus graph, evaluation, evaluation failure, - conforms, + conforms, conformance checking, failure, validation, From 3618edd1e8eb762a640e2fec66ec0e2e46dc3bb4 Mon Sep 17 00:00:00 2001 From: Holger Knublauch Date: Mon, 17 Nov 2025 21:58:45 +1000 Subject: [PATCH 2/2] Replaced duplicate conform with conforms --- shacl12-core/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shacl12-core/index.html b/shacl12-core/index.html index 48ee624a..d454d2d2 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -2276,7 +2276,7 @@

Handling of Recursive Shapes

Conformance Checking

- A focus node conforms to a shape if and only if + 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 does not contain any validation results with a severity level of the set of disallowed levels and no failure has been reported by it.