From 8a7748c0f287a251e6ebe5dba05fecaca686aece Mon Sep 17 00:00:00 2001 From: Holger Knublauch Date: Tue, 4 Mar 2025 11:15:39 +0100 Subject: [PATCH 1/4] #288: Added sh:SelectExpression, with test cases and TTL changes --- shacl12-core/index.html | 2 +- shacl12-sparql/index.html | 125 ++++++++++++++++++ shacl12-test-suite/tests/sparql/manifest.ttl | 1 + .../tests/sparql/property/manifest.ttl | 1 + .../sparql/property/property-select-001.ttl | 82 ++++++++++++ .../tests/sparql/targets/manifest.ttl | 9 ++ .../sparql/targets/targetNode-select-001.ttl | 73 ++++++++++ shacl12-vocabularies/shacl.ttl | 47 +++++++ 8 files changed, 339 insertions(+), 1 deletion(-) create mode 100644 shacl12-test-suite/tests/sparql/property/property-select-001.ttl create mode 100644 shacl12-test-suite/tests/sparql/targets/manifest.ttl create mode 100644 shacl12-test-suite/tests/sparql/targets/targetNode-select-001.ttl diff --git a/shacl12-core/index.html b/shacl12-core/index.html index 364e7138..f9f2056a 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -1775,7 +1775,7 @@

Node Expressions