Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →24 rows · 903 ms · 1.5 MB of 211.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 ?type (COUNT(?r) AS ?n) WHERE {
?r dcite:resourceType ?type .
} GROUP BY ?type ORDER BY DESC(?n)