query-3736a0dc2c90ebe24f6f6b6a29da3b61

rq turtle/ttl

Bigger than... 14:51, 28 November 2017 (UTC)) talk (Xaris333. (Q180825)FIFA World Rankings with (P459)determination method or standard with value bigger than 209 and qualifier (P1352)ranking Hello. I need a query to find all the articles that have

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?value WHERE {
  ?item p:P1352 [ ps:P1352 ?value; pq:P459 wd:Q180825 ] .
  FILTER(?value > 209) .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?value"):::projected a1((" ")) c4(["wd:Q180825"]):::iri f0[["?value > '209^^xsd:integer'"]] f0 --> v1 a1 --"p:statement/P1352"--> v1 a1 --"p:qualifier/P459"--> c4 v2 --"p:P1352"--> a1