-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
178 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_drugbank WHERE { | ||
?structure wdt:P715 ?structure_id_drugbank. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_dsstox_compound WHERE { | ||
?structure wdt:P8494 ?structure_id_dsstox_compound. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_dsstox_substance WHERE { | ||
?structure wdt:P231 ?structure_id_dsstox_substance. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_ec WHERE { | ||
?structure wdt:P232 ?structure_id_ec. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_echa WHERE { | ||
?structure wdt:P2566 ?structure_id_echa. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_lipidmaps WHERE { | ||
?structure wdt:P2063 ?structure_id_lipidmaps. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_nsc WHERE { | ||
?structure wdt:P2840 ?structure_id_nsc. hint:Prior hint:rangeSafe TRUE. # int | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_probes_and_drugs WHERE { | ||
?structure wdt:P11199 ?structure_id_probes_and_drugs. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_swisslipids WHERE { | ||
?structure wdt:P8691 ?structure_id_swisslipids. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_unichem WHERE { | ||
?structure wdt:P11089 ?structure_id_unichem. hint:Prior hint:rangeSafe TRUE. # int | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX hint: <http://www.bigdata.com/queryHints#> | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
|
||
SELECT ?structure ?structure_id_unii WHERE { | ||
?structure wdt:P652 ?structure_id_unii. hint:Prior hint:rangeSafe TRUE. # str | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters