reteplayground
Summary

The papers at a glance

SeriesComponents
I. Manuscripts1772
II. Correspondence748
R. Biographical46
III. Supplementary Manuscripts3
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 4 rows · 77 ms · no server, no download — the query runs in your browser.

The query

PREFIX a: <https://hollisarchives.lib.harvard.edu/ontology#> PREFIX dct: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?series (COUNT(?c) AS ?components) WHERE { ?s a a:Series ; rdfs:label ?series . ?c dct:isPartOf+ ?s . } GROUP BY ?series ORDER BY DESC(?components)

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