reteplayground
Aggregate

Who wrote to Peirce

CorrespondentLetters
Garrison, Wendell Phillips216
Carus, Paul112
Peirce, James Mills87
Correspondence Court ("Art of…66
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 53 ms · 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 ?who (SUM(?k) AS ?letters) WHERE { ?c a:sender ?p ; a:addressee <https://id.lib.harvard.edu/ead/hou02614/person/peirce-charles-sanders> ; a:letterCount ?k . ?p rdfs:label ?who . } GROUP BY ?who ORDER BY DESC(?letters) LIMIT 20

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