Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →17 rows · 26.2 s · 7.0 MB of 1572.0 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
SELECT ?class (COUNT(*) AS ?n) WHERE {
?s a ?class .
FILTER(STRSTARTS(STR(?class), "https://w3id.org/rete/"))
} GROUP BY ?class ORDER BY DESC(?n)