query-a43d58deeda26f8ab98e95eeda82633e

rq turtle/ttl

Propertiesimage (P18)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?img 
{ 
  VALUES ?item { 
     wd:Q1 
     wd:Q2 
  } . 
  ?item wdt:P18 ?img
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?img"):::projected v1("?item"):::projected bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q1"]) bind00 --> bind0 bind01(["wd:Q2"]) bind01 --> bind0 v1 --"wdt:P18"--> v2