query-c83ec53aaf2c11c95965d4ed0df582c3

rq turtle/ttl

Template creation 09:46, 14 August 2016 (UTC) Jura--- such sitelinks, and any of them must not be one of /doc, /sandbox, /testcases or /TemplateData subpages. Items for non-subpages can be created with 1 sitelink, but shouldn't be created in great numbers.". at least two as follows: "If a link is a template, the item must contain Wikidata:Notability, I updated Wikidata:Project_chat/Archive/2016/07#Notability_of_items_for_templatesFollowing the discussion at and with only 1 sitelink.(Q11266439)Wikimedia template =(P31)instance of ;) Actually we have 716527 item with 09:59, 14 August 2016 (UTC) Jura--- has to spend an afternoon deleting them because arwiki cleaned-up, then it was in great number ;) ValterVBWell, here we had 400,000 (at least measured by the increase in P31 values over the last month). Maybe 1000? Let's say if 09:53, 14 August 2016 (UTC)) talk (Edgars2007People "will complain" about great number — how much is that? :) --

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item (COUNT(DISTINCT ?sitelink) AS ?count) 
WHERE 
{
  ?item wdt:P31 wd:Q11266439.
  ?sitelink schema:about ?item.
}
GROUP BY ?item 
HAVING (?count = 1)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?count") v2("?item"):::projected v3("?sitelink"):::projected c3(["wd:Q11266439"]):::iri f0[["?count = '1^^xsd:integer'"]] f0 --> v4 v2 --"wdt:P31"--> c3 v3 --"schema:about"--> v2 bind2[/"count(?sitelink)"/] v3 --o bind2 bind2 --as--o v4