reteplayground
Aggregate

Neurons by predicted neurotransmitter

NeurotransmitterNeurons
GABA7
serotonin7
glutamate6
dopamine5
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 5 rows · 2.0 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#> SELECT ?nt (COUNT(?n) AS ?neurons) WHERE { ?n a neuro:Neuron ; neuro:neurotransmitter/rdfs:label ?nt . } GROUP BY ?nt ORDER BY DESC(?neurons)

rete playground · documentation · github.com/caviri/rete