query-4e4cc4518427c509416153cf01e26085

rq turtle/ttl

לפי רשימת Q נתון

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item ?j9u WHERE {
  VALUES ?item {
    wd:Q1030015
    wd:Q1145467
 } 
  OPTIONAL {?item wdt:P8189 ?j9u}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?j9u"):::projected bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q1030015"]) bind00 --> bind0 bind01(["wd:Q1145467"]) bind01 --> bind0 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P8189".-> v2 end