query-32cd5affbf06bcb0bc507d0a93526bc2

rq turtle/ttl

Notability of chess players ]reply[14:23, 24 October 2016 (UTC)) talk (SteakIn my opinion, untitled players are not notable for wikidata. Such players are hobby players, and with ratings down to 1200 Elo, every young adult could have such a rating and hence a FIDE rating card, there is nothig special about it. We would flood wikidata with thousends of completely irrelevant people. Other opinions? ]reply[18:09, 24 October 2016 (UTC)) talk (Wesalius was a one time error, no intention in creating items for low rating players. --Q27478560 ]reply[14:33, 24 October 2016 (UTC)) talk (Steak. Q27478560 ]reply[14:30, 24 October 2016 (UTC)) talk (WesaliusCan you link to the (deleted?) item? -- ]reply[14:29, 24 October 2016 (UTC)) talk (Steak. Ok, I thought you want to create items for every FIDE rating card entry, because I saw a few days ago one item creation from you where the rating was 1300. Wikidata:Project_chat#Notability_of_chess_playersPlease comment at ]reply[14:27, 24 October 2016 (UTC)) talk (WesaliusNo one is aiming to flood wd with thousands of completely irrelevant people. I created items for players with elo above 2300. That is all, I am not creating items for players below that elo (as you are implicating). -- ]reply[09:19, 24 May 2017 (UTC)) talk (SteakWe should define some notability guidelines for chess players. My suggestions: Notable are all players with GM, IM, FM, WGM, WIM, and WFM FIDE titles and all players that won a national championship or (especially historically) an important tournament. Equivalently these criteria should apply to the correspondence chess players. Further players may be notable, but this is then an individual decision. This query yields all chess players without a title statement and without sitelinks. Most of them should qualify for deletion:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
  ?item wdt:P106 wd:Q10873124 .
  ?item wikibase:sitelinks 0 .

  MINUS {?item wdt:P2962 ?title }.

  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 v2("?title") c4(["0^^xsd:integer"]):::literal c7(["bd:serviceParam"]):::iri c2(["wd:Q10873124"]):::iri c9(["en"]):::literal v1 --"wdt:P106"--> c2 v1 --"wikibase:sitelinks"--> c4 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P2962"--> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end