query-6f6c8e61305f93f099481d4ff06c8e6a

rq turtle/ttl

All items that have P1440 with qualifier p585 set to "+2014-04-01T00:00:00Z/10" and S1440 set to "P1140"I did not manage to construct such a query, I tried something like this:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
select ?item WHERE {?item wdt:P1440 ?value .
                    ?item pq:P585 "+2014-04-01T00:00:00Z/10" .}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?value") c3(["+2014-04-01T00:00:00Z/10"]):::literal v1 --"wdt:P1440"--> v2 v1 --"pq:P585"--> c3