reteplayground
Aggregate

Largest crews

ExpeditionStart YearCrew
Belgian Antarctic Expedition…189719
Australasian Antarctic Expedi…191117
Expedition Endurance @en191417
Terra Nova Expedition @en191017
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 6 rows · 0.8 ms · no server, no download — the query runs in your browser.

The query

PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?expedition ?startYear (COUNT(?p) AS ?crew) WHERE { ?e ex:participant ?p ; rdfs:label ?expedition ; ex:startYear ?startYear . } GROUP BY ?expedition ?startYear ORDER BY DESC(?crew)

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