🚪 Sections of the Unithèque — the open-access corridors
Section (shelving…
# items
magasins - Ă demander
725,066
Online
60,395
magasins - Consultation sur p…
39,034
Magasins - Ă demander
38,661
Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 6.1 s · 7.0 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 ?section (COUNT(?it) AS ?items) WHERE {
?lib schema:name "BCUL site Unithèque" .
?it b:heldAt ?lib ;
b:shelvingLocation ?section .
} GROUP BY ?section ORDER BY DESC(?items) LIMIT 25