query-00792755a6f9e3ae5ad3885ae3544b3c

rq turtle/ttl

as a qualifier.(P585)point in time as a qualifier, but with not (Q253414)FIFA --> (P447)review score by with any value and with (P1352)ranking Items with

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 ?s .
  ?s ps:P1352 ?value; pq:P447 wd:Q253414 .
  MINUS { ?s pq:P585 [] }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?s") v3("?value"):::projected a1((" ")) c4(["wd:Q253414"]):::iri v1 --"p:P1352"--> v2 v2 --"p:statement/P1352"--> v3 v2 --"p:qualifier/P447"--> c4 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"p:qualifier/P585"--> a1 end