reteplayground
Aggregate

Heaviest synapses in the circuit (RDF-star weights)

PresynapticReleasesPostsynaptic+1
DPM_RdopamineAPL_R
APL_RGABADPM_R
DPM_RdopamineMBON05(y4>y1y2)(AVM07…
lLN2F_b(Full)_RserotoninlLN2F_a(Full)_R
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 55 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 ?pre ?nt ?post ?w WHERE { << ?a neuro:connectsTo ?b >> neuro:weight ?w . ?a rdfs:label ?pre ; neuro:neurotransmitter/rdfs:label ?nt . ?b rdfs:label ?post . } ORDER BY DESC(?w) LIMIT 15

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