Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →6 rows · 3.7 s · 1.8 MB of 45.4 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX dwc: <http://rs.tdwg.org/dwc/terms/>
SELECT ?collection (COUNT(*) AS ?specimens) WHERE {
?s dwc:collectionCode ?collection .
} GROUP BY ?collection ORDER BY DESC(?specimens)