query-8bc130cd14e8a4749b59660f39e1d281

rq turtle/ttl

Check on multiple qualifiersHi! The following

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?aut
WHERE {
  ?item p:P4223 ?ei .
  ?ei pq:P50 wd:Q3772798 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?ei") v1("?item"):::projected c3(["wd:Q3772798"]):::iri v1 --"p:P4223"--> v2 v2 --"p:qualifier/P50"--> c3