query-7c4d1c28fdd0a8eec71efb396bb7ba12
TODO With out a qualifier as a qualifier.(P459)determination method or standard as a qualifier, but with not (Q253414)FIFA --> (P447)review score by 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:P447 wd:Q253414 .
MINUS { ?s pq:P459 [] }
}
Query found at
- https://www.wikidata.org/wiki/User:Xaris333/FIFA_Ranking/Control
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2017/12
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/P459"--> a1
end