Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →15 rows · 602 ms · 1.5 MB of 1421.4 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?occ (COUNT(?p) AS ?n) WHERE {
?p wdt:P106 ?occ
}
GROUP BY ?occ
ORDER BY DESC(?n)
LIMIT 15