query-2199ded44b46f5540c97044198bb3a47

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#defaultView:ImageGrid
SELECT ?item ?photo
WHERE 
{
  ?item wdt:P18 ?photo.
  ?item wdt:P1344 wd:Q284163.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?photo"):::projected c3(["wd:Q284163"]):::iri v1 --"wdt:P18"--> v2 v1 --"wdt:P1344"--> c3