SQL
x
SELECT ?item ?enarticle (COUNT(DISTINCT ?sitelink) AS ?linkcount) ?itemLabel WHERE { ?item wdt:P31/wdt:P279%2a wd:Q486972 . ?sitelink schema:about ?item . ?item wdt:P131 wd:Q794 . optional { ?enarticle schema:about ?item ; schema:isPartOf %3Chttps://en.wikipedia.org/%3E .} minus { ?article schema:about ?item . ?article schema:inLanguage "fa" . ?article schema:isPartOf %3Chttps://fa.wikipedia.org/%3E } SERVICE wikibase:label { bd:serviceParam wikibase:language "en,fa" . } } GROUP BY ?item ?itemLabel ?enarticle ORDER BY DESC(?linkcount)
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.