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