Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 162 ms · 256.0 KB of 12.9 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX schema: <http://schema.org/>
SELECT ?name (COUNT(?w) AS ?n) WHERE {
?w schema:creator ?a .
?a schema:name ?name .
} GROUP BY ?name ORDER BY DESC(?n) LIMIT 25