Skip to content

Commit

Permalink
Added missing prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 16, 2024
1 parent a938ed3 commit 635496b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/VHP4Safety/001.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ex:001 a sh:SPARQLExecutable,
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX wd: <https://compoundcloud.wikibase.cloud/entity/>
PREFIX wdt: <https://compoundcloud.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?cmp ?cmpLabel ?pubchem ?toxbank
(GROUP_CONCAT(DISTINCT ?roleLabel; separator=", ") AS ?roles)
Expand Down
2 changes: 2 additions & 0 deletions examples/VHP4Safety/002.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ex:002 a sh:SPARQLExecutable,
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX wd: <https://compoundcloud.wikibase.cloud/entity/>
PREFIX wdt: <https://compoundcloud.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?collectionLabel (COUNT(DISTINCT ?compound) AS ?count) WHERE {
VALUES ?collectionType { wd:Q52 wd:Q54 wd:Q55 }
Expand Down
2 changes: 2 additions & 0 deletions examples/VHP4Safety/003.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ex:003 a sh:SPARQLExecutable,
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX wd: <https://compoundcloud.wikibase.cloud/entity/>
PREFIX wdt: <https://compoundcloud.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?cmp ?cmpLabel ?xenometabolism
WHERE {
Expand Down
2 changes: 2 additions & 0 deletions examples/VHP4Safety/004.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ex:004 a sh:SPARQLExecutable,
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX wd: <https://compoundcloud.wikibase.cloud/entity/>
PREFIX wdt: <https://compoundcloud.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?compound ?compoundLabel
(CONCAT("#compound/", SUBSTR(STR(?compound), 45)) AS ?compoundUrl)
Expand Down

0 comments on commit 635496b

Please sign in to comment.