LinguaLibre

Difference between revisions of "List of languages/ia"

Supported languages on LinguaLibre can be found via the research tool, example: Search:Cantonese for this specific language. You can also browse the lists below for fast overview of all supported languages. The lists below includes values useful to bots and developers.

(Created page with "Nomine de lingua")
(Updating to match new version of source page)
Line 1: Line 1:
 
{{#Subtitle:'''Supported languages on LinguaLibre''' can be found via the research tool, example: [{{SERVER}}/Special:Search?search=Cantonese Search:Cantonese] for this specific language. You can also browse the lists below for fast overview of all supported languages. The lists below includes values useful to bots and developers.}}
 
{{#Subtitle:'''Supported languages on LinguaLibre''' can be found via the research tool, example: [{{SERVER}}/Special:Search?search=Cantonese Search:Cantonese] for this specific language. You can also browse the lists below for fast overview of all supported languages. The lists below includes values useful to bots and developers.}}
 
<languages/>
 
<languages/>
== List of languages for which words have already been recorded ==
+
== List of languages with recordings ==
 
+
{| style="width:100%"
 +
|- style="vertical-align:top;padding:.5em;"
 +
| style="padding-right:.5em;"|
 
<query _pagination="100" language="LinguaLibre Qid" languageLabel="Nomine de lingua" wikidata="Wikidata Qid" code="ISO 639-3 code" wiki="Wikis"  nb="Number of records">
 
<query _pagination="100" language="LinguaLibre Qid" languageLabel="Nomine de lingua" wikidata="Wikidata Qid" code="ISO 639-3 code" wiki="Wikis"  nb="Number of records">
 
select ?language ?wikidata ?languageLabel ?code ?wiki (COUNT(DISTINCT ?record) as ?nb)
 
select ?language ?wikidata ?languageLabel ?code ?wiki (COUNT(DISTINCT ?record) as ?nb)
Line 16: Line 18:
 
ORDER BY DESC(?nb)
 
ORDER BY DESC(?nb)
 
</query>
 
</query>
 
+
|
 +
<query _pagination="100" languages="Number of languages" records="Number of records">
 +
select (COUNT(DISTINCT ?language) as ?languages) (COUNT(?record) as ?records)
 +
where {
 +
  ?record prop:P2 entity:Q2 .
 +
  ?record prop:P4 ?language .
 +
}
 +
</query>
 +
|}
 
== List of languages for which you can record ==
 
== List of languages for which you can record ==
  
 +
{| style="width:100%"
 +
|- style="vertical-align:top;padding:.5em;"
 +
| style="padding-right:.5em;"|
 
<query _pagination="100" language="LinguaLibre Qid" languageLabel="Nomine de lingua" wikidata="Wikidata Qid" code="ISO 639-3 code">
 
<query _pagination="100" language="LinguaLibre Qid" languageLabel="Nomine de lingua" wikidata="Wikidata Qid" code="ISO 639-3 code">
 
select ?language ?wikidata ?languageLabel ?code
 
select ?language ?wikidata ?languageLabel ?code
 
where {
 
where {
   ?language prop:P2 entity:Q4 .
+
   ?language prop:P2 entity:Q4 .             # Filter: P2 'instance of' is Q4 'language'
   OPTIONAL { ?language prop:P12 ?wikidata }
+
   OPTIONAL { ?language prop:P12 ?wikidata } # Assign value: language's P12 'wikidata id' into ?wikidata
   OPTIONAL { ?language prop:P13 ?code }
+
   OPTIONAL { ?language prop:P13 ?code }     # Assign value: language's P13 'ISO 639-3' into ?wikidata
   OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "[AUTO_LANGUAGE]"). }
+
   OPTIONAL { ?language rdfs:label ?languageLabel . # Assign value: label into ?languageLabel
 +
  FILTER (lang(?languageLabel) = "[AUTO_LANGUAGE]"). }
 
}
 
}
 
GROUP BY ?language ?wikidata ?languageLabel ?code
 
GROUP BY ?language ?wikidata ?languageLabel ?code
ORDER BY DESC(?code)
+
ORDER BY ASC(?languageLabel)
 +
</query>
 +
|
 +
<query _pagination="100" languages="Number of languages" records="Number of records">
 +
select (COUNT(?lang) as ?languages)
 +
where {
 +
  ?lang prop:P2 entity:Q4.
 +
}
 
</query>
 
</query>
 +
|}
 
== See also ==
 
== See also ==
  
Line 41: Line 63:
 
* [[LinguaLibre:Stats/Languages]]
 
* [[LinguaLibre:Stats/Languages]]
  
[[Category:Lingua Libre{{#translation:}}]]]
+
[[Category:Lingua Libre{{#translation:}}]]

Revision as of 12:49, 12 December 2021

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎brezhoneg • ‎français • ‎interlingua • ‎occitan • ‎polski • ‎sicilianu • ‎svenska • ‎македонски • ‎русский • ‎עברית • ‎বাংলা

List of languages with recordings

... Loading ...
... Loading ...

List of languages for which you can record

... Loading ...
... Loading ...

See also