reteplayground
Aggregate

The busiest printers

PrinterEditions
Jennis, Lukas8
Varnier, Hans8
Krusicke, Joachim7
Zetzner, Lazarus (heirs of)7
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 11 ms · no server, no download — the query runs in your browser.

The query

PREFIX u: <https://www.ustc.ac.uk/ontology#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?printer (COUNT(?e) AS ?editions) WHERE { ?e u:printer ?p . ?p rdfs:label ?printer FILTER(?printer != "s.n.") } GROUP BY ?printer ORDER BY DESC(?editions) LIMIT 25

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