query-126587858f332ff95e5f1dfa27a9d6d3

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT distinct ?item WHERE {
   BIND(wd:Q2155719 AS ?qid)
  {?item wdt:P403 ?qid. 
  }
  UNION
  {?item wdt:P974/wdt:P403 ?qid . 
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?qid") a1((" ")) bind0[/"'wd:Q2155719'"/] bind0 --as--o v1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P974"--> a1 a1 --"wdt:P403"--> v1 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P403"--> v1 end union0r <== or ==> union0l end