query-a47a370f99311b93b7947f9cc1d12840

rq turtle/ttl

10:53, 18 October 2016 (UTC)) talk (WesaliusI do not know how to get to the source though. Thank you for your help.--="P1440" by:(P1440)FIDE player ID claim with source (P1087)Elo rating and you mean "P1440" instead of "P1140". You get all items with a (P1087)Elo rating I assume your request is about 13:20, 18 October 2016 (UTC)) talk (Steak has to be found by the query. Q4391159Well, the constraint "+2014-04-01T00:00:00Z/10" is not needed (it also occured in April 2013). Just look for all the Items with P1440 which have in the qualifier the statement "P1440". For reference,

Use at

PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT DISTINCT ?item WHERE {
  ?item p:P1087 ?statement .
  ?statement prov:wasDerivedFrom ?source .
  ?source pr:P1440 'P1440' .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v3("?source") v2("?statement") c4(["P1440"]):::literal v1 --"p:P1087"--> v2 v2 --"prov:wasDerivedFrom"--> v3 v3 --"p:reference/P1440"--> c4