query-f1d348c27a20985207f273b95ea3acc0

rq turtle/ttl

Items with an image with a legend). However the following query returns no items: (Q18004914)molĂ­ de Sant Roc (for example, (P2096)media legend has a (P18)image I tried to get all items whose

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT ?item ?llegenda
WHERE {
  ?item wdt:P18 [pq:P2096 ?llegenda].
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?llegenda"):::projected a1((" ")) a1 --"pq:P2096"--> v1 v2 --"wdt:P18"--> a1