reteplayground
Path

Crew who served on more than one expedition

NameExp1Exp2
Douglas Mawson @enAustralasian Antarcti…British Antarctic Exp…
Frank Hurley @enExpedition Endurance…Australasian Antarcti…
Frank Wild @enExpedition Endurance…British Antarctic Exp…
Robert Falcon Scott @enDiscovery Expedition…Terra Nova Expedition…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 4 rows · 3.7 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 ?name ?exp1 ?exp2 WHERE { ?e1 ex:participant ?p ; rdfs:label ?exp1 . ?e2 ex:participant ?p ; rdfs:label ?exp2 . FILTER(STR(?e1) < STR(?e2)) ?p rdfs:label ?name . } ORDER BY ?name

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