User

Yug/zho

< User:Yug
Revision as of 12:19, 18 August 2022 by Yug (talk | contribs) (Created page with "=== ✅ Recordings → With ISO-639-3 `<code>zho</code>` to change to `<code>cmn</code>` === {| style="width:100%" |- style="vertical-align:top;" |style="padding: 0 3em;widt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

✅ Recordings → With ISO-639-3 `zho` to change to `cmn`

SELECT ?isoLabel ?audio ?audioLabel
WHERE {
  ?audio prop:P4 entity:Q130 .   # Filter: P4 language is Q130 zho  ;
  ?audio prop:P2 entity:Q2 .   # Filter: audios
  ?audio prop:P4 ?lang .
  ?lang  prop:P13 ?iso .
  # Add Labels
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . } 
}
# Helper: Chinese writing zho: lili:Q130/wd:Q7850 ; Chinese mandarin cmn: lili:Q113/wd:Q9192
... Loading ...