reteplayground
Aggregate

Adjacent sub-topics

TopicPapers
Biology @en461
Neuroscience @en369
Cell biology @en251
Central nervous system @en167
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 4.1 ms · no server, no download — the query runs in your browser.

The query

PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?topic (COUNT(?w) AS ?papers) WHERE { ?w ex:topic ?t . ?t rdfs:label ?topic } GROUP BY ?topic ORDER BY DESC(?papers) LIMIT 20

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