reteplayground
Select

The crew of the Endurance

SELECT ?person ?name WHERE {
  wd:Q1162294 ex:participant ?person .
  ?person rdfs:label ?name .
} ORDER BY ?name
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 34 nodes, 17 edges · 9.2 ms · no server, no download — the query runs in your browser.

The query

PREFIX ex: <http://ex/> PREFIX wd: <http://www.wikidata.org/entity/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?person ?name WHERE { wd:Q1162294 ex:participant ?person . ?person rdfs:label ?name . } ORDER BY ?name

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