Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →7 rows · 133 ms · 128.0 KB of 1.1 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT ?type (COUNT(?s) AS ?count) WHERE {
?s rdf:type ?type
}
GROUP BY ?type
ORDER BY DESC(?count)