Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →24 rows · 1.2 s · 122.4 KB of 890.4 KB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX a: <https://hollisarchives.lib.harvard.edu/ontology#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?title ?pages ?iiif WHERE {
?c a:iiifManifest ?iiif ; rdfs:label ?title ; a:pageCount ?pages .
} ORDER BY DESC(?pages) LIMIT 24