Top DOI prefixes (figshare + publisher/university portals)
DOI prefix
Resources
10.25375
106,531
10.6084
89,403
10.1021
48,937
10.25446
37,096
Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →20 rows · 264 ms · 512.0 KB 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 ?prefix (COUNT(?r) AS ?n) WHERE {
?r dcite:prefix ?prefix .
} GROUP BY ?prefix ORDER BY DESC(?n) LIMIT 20