reteplayground
Select

Decrypt the cryptic cell types 📖

NeuronTypeClass (plain lang…+2
APL_RAPLbroad modulatory neur……
APL_RAPLbroad modulatory neur……
APL_RAPLbroad modulatory neur……
DPM_RDPMbroad modulatory neur……
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 30 rows · 3.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#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?neuron ?type ?className ?def ?region WHERE { ?c a neuro:Neuron ; rdfs:label ?neuron ; neuro:cellType ?ct . ?ct rdfs:label ?type ; skos:broader ?cls . ?cls rdfs:label ?className ; skos:definition ?def . OPTIONAL { ?c neuro:brainRegion ?region } } ORDER BY ?className LIMIT 30

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