Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →9 rows · 4.3 s · 1.8 MB 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/>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?section (COUNT(?w) AS ?items) WHERE {
?w dct:isPartOf ?c .
?c rdfs:label ?section .
} GROUP BY ?section ORDER BY DESC(?items) LIMIT 15