reteplayground
Path

Cross-source JOIN: MIrA people × live Wikidata

SELECT ?person ?occupation WHERE {
  ?p owl:sameAs ?wd ; rdfs:label ?person .
  ?wd wdt:P106 ?occ . ?occ rdfs:label ?occupation .
  FILTER(LANG(?occupation) = "en")
} LIMIT 40
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 10.3 s · no server, no download — the query runs in your browser.

The query

PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX wdt: <http://www.wikidata.org/prop/direct/> SELECT ?person ?occupation WHERE { ?p owl:sameAs ?wd ; rdfs:label ?person . ?wd wdt:P106 ?occ . ?occ rdfs:label ?occupation . FILTER(LANG(?occupation) = "en") } LIMIT 40

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