Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Kasir
.
Toggle Highlighting
SQL
PREFIX schema: <http://schema.org/> SELECT ?item ?enarticle ?linkcount ?itemLabel WHERE { { SELECT ?item ?enarticle (COUNT(DISTINCT ?sitelink) AS ?linkcount) WHERE { ?item (wdt:P31/wdt:P279) wd:Q215627. ?sitelink schema:about ?item. ?item wdt:P17 wd:Q1028. OPTIONAL { ?enarticle schema:about ?item. ?enarticle schema:isPartOf <https://en.wikipedia.org/>. } MINUS { ?article schema:about ?item. ?article schema:inLanguage "fa". ?article schema:isPartOf <https://fa.wikipedia.org/>. } } GROUP BY ?item ?itemLabel ?enarticle ORDER BY DESC(?linkcount) } SERVICE wikibase:label { bd:serviceParam wikibase:language "en,fa". } } LIMIT 2000
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...