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.
m |
m |
||
Line 12: | Line 12: | ||
OPTIONAL { ?language prop:P13 ?code } | OPTIONAL { ?language prop:P13 ?code } | ||
OPTIONAL { ?language prop:P17 ?wiki } | OPTIONAL { ?language prop:P17 ?wiki } | ||
− | OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = " | + | OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "[AUTO_LANGUAGE]"). } |
} | } | ||
GROUP BY ?language ?wikidata ?languageLabel ?code ?wiki | GROUP BY ?language ?wikidata ?languageLabel ?code ?wiki | ||
Line 27: | Line 27: | ||
OPTIONAL { ?language prop:P12 ?wikidata } | OPTIONAL { ?language prop:P12 ?wikidata } | ||
OPTIONAL { ?language prop:P13 ?code } | OPTIONAL { ?language prop:P13 ?code } | ||
− | OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = " | + | OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "[AUTO_LANGUAGE]"). } |
} | } | ||
GROUP BY ?language ?wikidata ?languageLabel ?code | GROUP BY ?language ?wikidata ?languageLabel ?code |