reteplayground
Aggregate

How many of each thing

TypeLabelN
NamedIndividual78,764
IAO_0000027data entity @en33,277
IAO_0000027data item @en33,277
NFDI_000001529,198
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 342 ms · 384.0 KB of 7.2 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?type ?label (COUNT(?s) AS ?n) WHERE { ?s a ?type . OPTIONAL { ?type rdfs:label ?label } } GROUP BY ?type ?label ORDER BY DESC(?n) LIMIT 20

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