reteplayground
Aggregate

Most prolific astrocyte authors

NamePapers
Michael V. Sofroniew @en19
Maiken Nedergaard @en16
Ben A. Barres @en14
Philip G. Haydon @en14
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 9.3 ms · no server, no download — the query runs in your browser.

The query

PREFIX ex: <http://ex/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name (COUNT(?w) AS ?papers) WHERE { ?w ex:author ?a . ?a foaf:name ?name } GROUP BY ?name ORDER BY DESC(?papers) LIMIT 15

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