Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 3.4 s · 2.5 MB of 1892.8 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX schema: <http://schema.org/>
PREFIX b: <https://data.bcu-lausanne.ch/>
SELECT ?library (COUNT(?it) AS ?items) WHERE {
?it b:heldAt ?lib .
?lib schema:name ?library .
} GROUP BY ?library ORDER BY DESC(?items) LIMIT 25