rete
playground
Aggregate
Which libraries hold these books
Library
City
Editions
Herzog August Bibliothek
Wolfenbüttel
295
British Library
London
256
Bayerische Staatsbibliothek
München
224
Staatsbibliothek Preußischer…
Berlin
192
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
25 rows · 38 ms · no server, no download — the query runs in your browser.
The query
PREFIX u: <https://www.ustc.ac.uk/ontology#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?library ?city (COUNT(?e) AS ?editions) WHERE { ?e u:heldBy ?l . ?l rdfs:label ?library ; u:city ?city } GROUP BY ?l ?library ?city ORDER BY DESC(?editions) LIMIT 25
rete playground
·
documentation
·
github.com/caviri/rete