query-032c0fd9b84dca5780fc08797bed4d85

rq turtle/ttl

Adminbot deleting items containing only a redirect: Request process(1) query to find all items with 0 statements and 1 sitelink: Special:FewestRevisions to be disabledHello all, and comments for more details). phab:T238199 because it is extremely resource intensive and causing a huge number of errors in the database (see Special:FewestRevisionsWe need to disable the page is producing the same result as the special page. this Quarry query), thus we hope that disabling it won’t cause any trouble. However, if you are using this page, please let us know as soon as possible, and tell us more about how and why you are currently using the page, so we can suggest another workflow that would allow you to do it another way. For example, phab:T245818We had a look at the number of page views and noticed that the page is not often used ( 07:47, 27 May 2020 (UTC)) talk (Lea Lacroix (WMDE)Thanks a lot for your understanding,

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT (COUNT(*) as ?count) { ?item wikibase:statements 0 ; wikibase:sitelinks 1 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?item") c2(["0^^xsd:integer"]):::literal c4(["1^^xsd:integer"]):::literal v1 --"wikibase:statements"--> c2 v1 --"wikibase:sitelinks"--> c4 bind1[/"count(*)"/] bind1 --as--o v2