reteplayground
Select

People and their occupation

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

The query

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX wdt: <http://www.wikidata.org/prop/direct/> SELECT ?s ?name ?occ WHERE { ?s wdt:P106 ?occ ; rdfs:label ?name . FILTER(LANG(?name) = "en") } LIMIT 40

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