query-d76e089a8f29f23c57a0faeea46ecc66

rq turtle/ttl

Maintenance Queries Graphs Lists Statistics Properties Home Chess players without a title and without interwiki links (= potentially not notable items):

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 }.
  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") c4(["0^^xsd:integer"]):::literal c10(["bd:serviceParam"]):::iri c2(["wd:Q10873124"]):::iri c12(["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 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; c10 --"wikibase:language"--> c12 end