reteplayground
Aggregate

The busiest letter-writers

WriterLetters
Pedro Lince de Berástegui37
Manuela Ramos28
Inés Florencia de Mendoza y M…27
Catalina Gertrudis de Jesús M…26
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 11 ms · no server, no download — the query runs in your browser.

The query

PREFIX ps: <https://teitok.clul.ul.pt/postscriptum/ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?writer (COUNT(?l) AS ?letters) WHERE { ?l ps:sentBy ?p . ?p rdfs:label ?writer . } GROUP BY ?writer ORDER BY DESC(?letters) LIMIT 20

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