reteplayground
Aggregate

📊 The whole Vaud network, by holdings size

Library# items
BCUL site Unithèque1,166,139
BCUL site Riponne534,859
BCUL site Internef155,629
ECCO Eighteenth Century Colle…136,162
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

rete playground · documentation · github.com/caviri/rete