From 732f2f0352452a72af4f356e94d886536bb9c62f Mon Sep 17 00:00:00 2001 From: Holger Knublauch Date: Fri, 29 Aug 2025 13:37:35 +0300 Subject: [PATCH] #551: Clarified evalExpr parameters --- 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 049096e6..ea1ca59c 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -1408,7 +1408,7 @@

Node targets (sh:targetNode)

TEXTUAL DEFINITION
If s is a shape in a shapes graph SG and s has value expr for sh:targetNode in SG, - then the output nodes of expr are targets + then the output nodes of evalExpr(expr, data graph, s, {}) are targets for the data graph DG as focus graph.

The remainder of this section is informative.