query-8d1afe5594e929865824680fd8124ed6

rq turtle/ttl

TODO

Use at

PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?llegenda
WHERE {
  ?item p: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 --"p:qualifier/P2096"--> v1 v2 --"p:P18"--> a1