🏙 The 12 archives — how much of each is digitised
Archive
Digitised records
AFB Arxiu Fotogrà fic de Barce…
56,987
AHCB Arxiu Històric de la Ciu…
43,107
AMCB Arxiu Municipal Contempo…
28,121
AMDCV Arxiu Municipal del Dis…
20,816
Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →12 rows · 7.0 s · 9.5 MB of 128.4 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX schema: <http://schema.org/>
PREFIX bcn: <https://w3id.org/rete/bcn#>
SELECT ?archive (COUNT(?u) AS ?dig) WHERE {
?u bcn:digitized true ;
schema:holdingArchive ?a .
?a schema:name ?archive .
} GROUP BY ?archive ORDER BY DESC(?dig)