LinguaLibre
Difference between revisions of "List of languages/oc"
Las lengas disponiblas sus LinguaLibre' se podòn trapar amb aquela aisina, per exemple: [https://lingualibre.org/Special:Search?search=Zulu Search:Zulu
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<languages/> | <languages/> | ||
== Listas de las lengas qu'an ja de mots enregistrats== | == Listas de las lengas qu'an ja de mots enregistrats== | ||
+ | {| style="width:100%" | ||
+ | |- style="vertical-align:top;padding:.5em;" | ||
+ | | style="padding-right:.5em;"| | ||
+ | <query _pagination="100" language="Qid LinguaLibre" languageLabel="Nom de lenga" wikidata="Qid Wikidata" code="còdi ISO 639-3" wiki="Wikis" records="<span class="mw-translate-fuzzy">Nombre d'enregistraments</span>" words="Words" percent="%"> | ||
+ | SELECT | ||
+ | ?language (SAMPLE(?wikidataGroup) as ?wikidata) | ||
+ | (SAMPLE(?languageLabelGroup) as ?languageLabel) (SAMPLE(?codeGroup) as ?code) (SAMPLE(?wikiGroup) as ?wiki) | ||
+ | (SAMPLE(ROUND(1000*?words/?records)/10) AS ?percent) | ||
+ | WHERE { | ||
+ | { | ||
+ | SELECT ?language (SAMPLE(?recordLabelGroup) as ?words) | ||
+ | (COUNT(?record) AS ?records) { | ||
+ | { | ||
+ | SELECT ?language (COUNT(DISTINCT ?recordLabel) as ?recordLabelGroup) WHERE { | ||
+ | ?record prop:P4 ?language . # Filter: P4 'language' is Q21 'French' | ||
− | + | FILTER EXISTS { | |
− | select ?language ? | + | ?language prop:P2 entity:Q4 .# Filter: P2 'instance of' is Q4 'language' |
+ | ?record prop:P2 entity:Q2 . # Filter: P2 'instance of' is Q2 'record' | ||
+ | } | ||
+ | |||
+ | ?record rdfs:label ?recordLabel. # Assign value: label to ?itemLabel | ||
+ | } GROUP BY ?language | ||
+ | } | ||
+ | |||
+ | ?record prop:P4 ?language . # Filter: P4 'language' is Q21 'French' | ||
+ | ?record prop:P2 entity:Q2 . # Filter: P2 'instance of' is Q2 'record' | ||
+ | } GROUP BY ?language | ||
+ | } | ||
+ | |||
+ | ?language rdfs:label ?languageLabelGroup FILTER | ||
+ | (lang(?languageLabelGroup) = "[AUTO_LANGUAGE]"). | ||
+ | OPTIONAL { ?language prop:P12 ?wikidataGroup } # Assign value: language's P12 'wikidata id' into ?wikidata | ||
+ | OPTIONAL { ?language prop:P13 ?codeGroup } # Assign value: language's P13 'ISO 639-3' into ?wikidata | ||
+ | OPTIONAL { ?language prop:P17 ?wikiGroup } | ||
+ | } | ||
+ | GROUP BY ?language | ||
+ | ORDER BY DESC(?records) | ||
+ | </query> | ||
+ | | | ||
+ | <query _pagination="100" languages="Number of languages" records="Number of records"> | ||
+ | select (COUNT(DISTINCT ?language) as ?languages) (COUNT(?record) as ?records) | ||
where { | where { | ||
?record prop:P2 entity:Q2 . | ?record prop:P2 entity:Q2 . | ||
?record prop:P4 ?language . | ?record prop:P4 ?language . | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
</query> | </query> | ||
− | + | |} | |
== Lista de las lengas que podètz emplegar per enregistrar == | == Lista de las lengas que podètz emplegar per enregistrar == | ||
− | <query _pagination="100" language="Qid LinguaLibre" wikidata="Qid Wikidata" code="còdi ISO 639-3"> | + | {| style="width:100%" |
+ | |- style="vertical-align:top;padding:.5em;" | ||
+ | | style="padding-right:.5em;"| | ||
+ | <query _pagination="100" language="Qid LinguaLibre" languageLabel="Language name" wikidata="Qid Wikidata" code="còdi ISO 639-3"> | ||
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) = " | + | 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 | + | 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> | ||
+ | |} | ||
== Veire tanben== | == Veire tanben== | ||
+ | <div class="mw-translate-fuzzy"> | ||
* [[Special:MyLanguage/LinguaLibre:Language codes systems used across LinguaLibre|LinguaLibre:sistem de còdis emplegat dins LinguaLibre]] | * [[Special:MyLanguage/LinguaLibre:Language codes systems used across LinguaLibre|LinguaLibre:sistem de còdis emplegat dins LinguaLibre]] | ||
* [[Special:MyLanguage/Help:Add a new language|Help:Apondre una lenga novèla]] | * [[Special:MyLanguage/Help:Add a new language|Help:Apondre una lenga novèla]] | ||
Line 37: | Line 83: | ||
* [[Special:MyLanguage/Help:Sparql|Ajuda:Sparql]] | * [[Special:MyLanguage/Help:Sparql|Ajuda:Sparql]] | ||
* [[Special:ListProperties|Special:ListProperties]] | * [[Special:ListProperties|Special:ListProperties]] | ||
− | * [[Special:MyLanguage/ | + | * [[Special:MyLanguage/LinguaLibre:Speakers|DataViz:Locutorss]] |
− | * [[Special:MyLanguage/ | + | * [[Special:MyLanguage/LinguaLibre:Records|DataViz:Enregistraments]] |
− | + | </div> | |
− | [[Category:Lingua Libre{{#translation:}} | + | {{Helps}} |
+ | [[Category:Lingua Libre:DataViz{{#translation:}}]] |
Latest revision as of 22:03, 20 May 2023
Listas de las lengas qu'an ja de mots enregistrats
|
|
Lista de las lengas que podètz emplegar per enregistrar
|
|