LinguaLibre

Difference between revisions of "List of languages"

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.

Line 3: Line 3:
 
== List of languages for which words have already been recorded ==
 
== List of languages for which words have already been recorded ==
  
<query _pagination="100" language="LinguaLibre Qid" wikidata="Wikidata Qid" code="ISO 639-3 code" nb="Number of records">
+
<query _pagination="100" language="LinguaLibre Qid" wikidata="Wikidata Qid" code="ISO 639-3 code" wiki="Wiki code"  nb="Number of records">
select ?language ?wikidata ?languageLabel ?code (COUNT(DISTINCT ?record) as ?nb)
+
select ?language ?wikidata ?languageLabel ?code ?wiki (COUNT(DISTINCT ?record) as ?nb)
 
where {
 
where {
 
   ?record prop:P2 entity:Q2 .
 
   ?record prop:P2 entity:Q2 .
Line 10: Line 10:
 
   OPTIONAL { ?language prop:P12 ?wikidata }
 
   OPTIONAL { ?language prop:P12 ?wikidata }
 
   OPTIONAL { ?language prop:P13 ?code }
 
   OPTIONAL { ?language prop:P13 ?code }
 +
  OPTIONAL { ?language prop:P17 ?wiki }
 
   OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "en"). }
 
   OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "en"). }
 
}
 
}
GROUP BY ?language ?wikidata ?languageLabel ?code
+
GROUP BY ?language ?wikidata ?languageLabel ?code ?wiki
 
ORDER BY DESC(?nb)
 
ORDER BY DESC(?nb)
 
</query>
 
</query>

Revision as of 13:19, 4 March 2021


List of languages for which words have already been recorded

... Loading ...

List of languages for which you can record

... Loading ...

See also