query-e3fbb1706475260cc1d932193ee7ffe8
Unnotable chess players. Please delete all items starting from Q108119855. here) that are not notable, since they have no chess title and no other notability criteria are fulfilled. A previous bulk deletion request was done User:Игорь ТемировThis query returns chess players (mainly created by
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
?item wdt:P1440 [] .
?item wikibase:sitelinks 0 .
MINUS {?item wdt:P2962 ?title }.
MINUS {?item wdt:P691 ?nkcr }.
MINUS {?item wdt:P3940 ?olimp } .
MINUS {?item wdt:P5224 ?olimpWomen } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v3("?nkcr")
v4("?olimp")
v5("?olimpWomen")
v2("?title")
a1((" "))
c3(["0^^xsd:integer"]):::literal
c9(["bd:serviceParam"]):::iri
c11(["en"]):::literal
v1 --"wdt:P1440"--> a1
v1 --"wikibase:sitelinks"--> c3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P2962"--> v2
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P691"--> v3
end
subgraph minus2["MINUS"]
style minus2 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P3940"--> v4
end
subgraph minus3["MINUS"]
style minus3 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P5224"--> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end