From 635496b3356955b1204e4bf7c8484e50b79316ff Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 16 Nov 2024 15:14:39 +0100 Subject: [PATCH] Added missing prefixes --- examples/VHP4Safety/001.ttl | 2 ++ examples/VHP4Safety/002.ttl | 2 ++ examples/VHP4Safety/003.ttl | 2 ++ examples/VHP4Safety/004.ttl | 2 ++ 4 files changed, 8 insertions(+) diff --git a/examples/VHP4Safety/001.ttl b/examples/VHP4Safety/001.ttl index e6e16dfc8..a64a08aab 100644 --- a/examples/VHP4Safety/001.ttl +++ b/examples/VHP4Safety/001.ttl @@ -10,6 +10,8 @@ ex:001 a sh:SPARQLExecutable, sh:prefixes _:sparql_examples_prefixes ; sh:select """PREFIX wd: PREFIX wdt: +PREFIX wikibase: +PREFIX bd: SELECT ?cmp ?cmpLabel ?pubchem ?toxbank (GROUP_CONCAT(DISTINCT ?roleLabel; separator=", ") AS ?roles) diff --git a/examples/VHP4Safety/002.ttl b/examples/VHP4Safety/002.ttl index 3ff391d12..cd19c604d 100644 --- a/examples/VHP4Safety/002.ttl +++ b/examples/VHP4Safety/002.ttl @@ -10,6 +10,8 @@ ex:002 a sh:SPARQLExecutable, sh:prefixes _:sparql_examples_prefixes ; sh:select """PREFIX wd: PREFIX wdt: +PREFIX wikibase: +PREFIX bd: SELECT ?collectionLabel (COUNT(DISTINCT ?compound) AS ?count) WHERE { VALUES ?collectionType { wd:Q52 wd:Q54 wd:Q55 } diff --git a/examples/VHP4Safety/003.ttl b/examples/VHP4Safety/003.ttl index b97fce866..ae34915b6 100644 --- a/examples/VHP4Safety/003.ttl +++ b/examples/VHP4Safety/003.ttl @@ -10,6 +10,8 @@ ex:003 a sh:SPARQLExecutable, sh:prefixes _:sparql_examples_prefixes ; sh:select """PREFIX wd: PREFIX wdt: +PREFIX wikibase: +PREFIX bd: SELECT ?cmp ?cmpLabel ?xenometabolism WHERE { diff --git a/examples/VHP4Safety/004.ttl b/examples/VHP4Safety/004.ttl index f23a59ec0..9c1c77a5b 100644 --- a/examples/VHP4Safety/004.ttl +++ b/examples/VHP4Safety/004.ttl @@ -10,6 +10,8 @@ ex:004 a sh:SPARQLExecutable, sh:prefixes _:sparql_examples_prefixes ; sh:select """PREFIX wd: PREFIX wdt: +PREFIX wikibase: +PREFIX bd: SELECT DISTINCT ?compound ?compoundLabel (CONCAT("#compound/", SUBSTR(STR(?compound), 45)) AS ?compoundUrl)