Talk:Q9192
Jump to navigation
Jump to search
Autodescription — Mandarin (Q9192)
description: major branch of Chinese spoken across most of northern and southwestern China
- Useful links:
- View it! – Images depicting the item on Commons
- Report on constraint conformation of “Mandarin” claims and statements. Constraints report for items data
For help about classification, see Wikidata:Classification.
- Parent classes (classes of items which contain this one item)
- Subclasses (classes which contain special kinds of items of this class)
- ⟨
Mandarin
⟩ on wikidata tree visualisation (external tool)(depth=1) - Generic queries for classes
- See also
- This documentation is generated using
{{Item documentation}}
.
Interwiki conflict | |||
Items involved: Q9192Talk, Q727694Talk, Q24841726Talk | Status: in doubt | ||
It seems to be eternal mixing as it's hard to distinguish... --Infovarius (talk) 07:39, 14 December 2016 (UTC) |
Language with the most native speakers
[edit]Hi, I'd like to point that Mandarin Chinese is the language with the most first-language speakers. Could I please point it out somewhere? - 2600:1702:31B0:9CE0:88D2:6234:431D:51F0 19:24, 17 March 2019 (UTC)
- It can be derived from number of speakers, writers, or signers (P1098):
SELECT distinct ?lang ?langLabel ?number WHERE
{
?lang wdt:P31/wdt:P279* wd:Q315.
?lang wdt:P1098 ?number.
MINUS { ?lang p:P1098 [ ps:P1098 ?number; pq:P518 wd:Q125421 ] }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?number)