reteplayground
Aggregate

Which libraries hold these books

LibraryCityEditions
Herzog August BibliothekWolfenbüttel295
British LibraryLondon256
Bayerische StaatsbibliothekMünchen224
Staatsbibliothek Preußischer…Berlin192
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