Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 151 ms · 512.0 KB of 24.5 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX dc: <http://purl.org/dc/elements/1.1/>
SELECT ?publisher (COUNT(?s) AS ?works) WHERE {
?s dc:publisher ?publisher
}
GROUP BY ?publisher
ORDER BY DESC(?works)
LIMIT 25