Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →2 rows · 8.5 s · 1.8 MB of 10.9 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX a: <https://albala.icolombina.es/arcas/ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?archive (COUNT(?r) AS ?records) WHERE {
?r a a:ArchivalRecord ; a:inArchive ?ar . ?ar rdfs:label ?archive .
} GROUP BY ?archive ORDER BY DESC(?records)