query-d307d35b5e442378b6904e2ee04d68b3
16:55, 20 September 2019 (UTC) JuraNow you might want to refine this to exclude categories, templates and disambiguation items. --- Also, there are 225,227 items that only link to ukwiki:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX schema: <http://schema.org/>
SELECT (COUNT(*) as ?count)
{
?uk schema:isPartOf <https://uk.wikipedia.org/> ; schema:about ?item .
?item wikibase:sitelinks 1
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?count")
v2("?item")
v1("?uk")
c5(["1^^xsd:integer"]):::literal
c2([https://uk.wikipedia.org/]):::iri
v1 --"schema:isPartOf"--> c2
v1 --"schema:about"--> v2
v2 --"wikibase:sitelinks"--> c5
bind1[/"count(*)"/]
bind1 --as--o v3