query-eeace867e5d95f02c034a49e2339926b
as a qualifier.(P447)review score by as a qualifier, but with not (Q180825)FIFA World Rankings --> (P459)determination method or standard with any value and with (P1352)ranking Items with
Use at
- https://query.wikidata.org/sparql
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:P459 wd:Q180825 .
MINUS { ?s pq:P447 [] }
}
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:Q180825"]):::iri
v1 --"p:P1352"--> v2
v2 --"p:statement/P1352"--> v3
v2 --"p:qualifier/P459"--> c4
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"p:qualifier/P447"--> a1
end