rete
playground
Select
Neurotransmitters, with ChEBI & Wikidata 🔗
Neuron
Releases
ChEBI
+1
MBON09(y3B'1)_R
GABA
CHEBI_16865
…
v2LN30_R
GABA
CHEBI_16865
…
mALC2_L
GABA
CHEBI_16865
…
MBON11(y1pedc>a/B)_R
GABA
CHEBI_16865
…
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
27 rows · 10 ms · no server, no download — the query runs in your browser.
The query
PREFIX neuro: <https://w3id.org/rete/neuro#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?neuron ?nt ?chebi ?wikidata WHERE { ?c a neuro:Neuron ; rdfs:label ?neuron ; neuro:neurotransmitter ?ntr . ?ntr rdfs:label ?nt ; skos:exactMatch ?chebi , ?wikidata . FILTER(STRSTARTS(STR(?chebi), "http://purl.obolibrary.org")) FILTER(STRSTARTS(STR(?wikidata), "http://www.wikidata.org")) } ORDER BY ?nt LIMIT 30
rete playground
·
documentation
·
github.com/caviri/rete