There was an error while loading. Please reload this page.
1 parent bf96154 commit f08726dCopy full SHA for f08726d
1 file changed
fetch_rhea.rq
@@ -1,8 +1,10 @@
1
#+ endpoint: https://sparql.rhea-db.org/sparql
2
PREFIX chebi: <http://purl.obolibrary.org/obo/chebi/>
3
+PREFIX rh: <http://rdf.rhea-db.org/>
4
5
SELECT DISTINCT ?chem ?smiles ?db
6
WHERE {
7
+ [] rh:chebi ?chebi .
8
?chem chebi:smiles ?smiles .
9
BIND("Rhea" AS ?db)
10
}
0 commit comments