query-41f08224842e64cda859bc2dcf82fc31

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?image WHERE {
  ?item wdt:P18 ?image .
  FILTER(CONTAINS(STR(?image), "Image-request.png")) .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?image"):::projected v2("?item"):::projected f0[["contains(str(?image),'Image-request.png')"]] f0 --> v1 v2 --"wdt:P18"--> v1