reteplayground
Summary

🏛 The archives (and their size)

ArchiveUnitsWith scan
Arxiu Nacional de Catalunya431,776109,306
Arxiu Comarcal Anoia137,0541,715
Arxiu Comarcal Baix Llobregat53,6443,798
Arxiu Històric Tarragona7,4013,121
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 4 rows · 556 ms · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> SELECT ?archive (COUNT(?u) AS ?units) (COUNT(?i) AS ?scans) WHERE { ?u a schema:ArchiveComponent ; schema:holdingArchive ?a . ?a schema:name ?archive . OPTIONAL { ?u schema:image ?i } } GROUP BY ?archive ORDER BY DESC(?units)

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