From 5346ff68c4a2126d0c455624607c891a5347213e Mon Sep 17 00:00:00 2001 From: Holger Knublauch Date: Mon, 14 Apr 2025 15:14:05 +0200 Subject: [PATCH] #311: Don't support Node Expressions as constraint parameters in Core --- shacl12-core/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/shacl12-core/index.html b/shacl12-core/index.html index 77a4e0e8..dc8ea6f3 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -2391,7 +2391,6 @@

Node Expressions

  • At sh:values and sh:defaultValue to derive the value nodes of a property shape.
  • At sh:targetNode to dynamically compute the targets of a shape.
  • At sh:expression to validate nodes against a condition.
  • -
  • As parameter values of most constraint components to represent constraints that may be different depending on each focus node. TODO: This change needs to be made still, see ISSUE 311.
  • At sh:deactivated to deactivate certain shapes under specific conditions. TODO: This change needs to be made still, see ISSUE 338.