rete
playground
Aggregate
Largest crews
Expedition
Start Year
Crew
Belgian Antarctic Expedition…
1897
19
Australasian Antarctic Expedi…
1911
17
Expedition Endurance @en
1914
17
Terra Nova Expedition @en
1910
17
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