reteplayground
Aggregate

Who collected the most

CollectorSpecimens
Fernández de Villalta, José31,924
Rius Dalmau, Anisi12,016
Gasull i Martínez, Lluís8,462
Escolà Boada, Oleguer7,318
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 121 ms · no server, no download — the query runs in your browser.

The query

PREFIX p: <https://bioexplora.cat/prop/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?collector (COUNT(?s) AS ?specimens) WHERE { ?s p:collectedBy ?c . ?c rdfs:label ?collector . } GROUP BY ?collector ORDER BY DESC(?specimens) LIMIT 20

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