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