query-82073e06ce01359176c28e6ebc49cab5

rq turtle/ttl

Data Gamer? TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item
WHERE
{
  [] wdt:P361 ? / wdt:P31 wd:Q60676589 ; wdt:P726 ?item .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a2((" ")) c3(["wd:Q60676589"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P361"--> a2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end a2 --"wdt:P31"--> c3 a1 --"wdt:P726"--> v1