query-a43d58deeda26f8ab98e95eeda82633e
Propertiesimage (P18)
Use at
- https://query.wikidata.org/sparql
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