Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →4 rows · 1.6 s · 6.5 MB 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 ?language (COUNT(?s) AS ?works) WHERE {
?s dc:language ?language
}
GROUP BY ?language
ORDER BY DESC(?works)