LinguaLibre
Difference between revisions of "Stats/Languages/fr"
< LinguaLibre:Stats
(Created page with "== Langues par nombre de locuteurs et locutrices ==") |
(Updating to match new version of source page) |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | + | <div class="mw-translate-fuzzy"> | |
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Langues par nombre d'enregistrements == | == Langues par nombre d'enregistrements == | ||
− | <query> | + | </div> |
− | SELECT ?lang ?langLabel ( count(DISTINCT ?record) as ?nb ) WHERE { | + | <query _pagination="10" lang=" Item (Language Qid)" langLabel=" Language" code=" ISO 639-3 code" nb=" Number of records"> |
+ | SELECT ?lang ?langLabel ?code ( count(DISTINCT ?record) as ?nb ) WHERE { | ||
?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "en"). | ?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "en"). | ||
OPTIONAL { ?record prop:P4 ?lang ; prop:P2 entity:Q2 . } | OPTIONAL { ?record prop:P4 ?lang ; prop:P2 entity:Q2 . } | ||
+ | OPTIONAL { ?lang prop:P13 ?code } | ||
} | } | ||
− | GROUP BY ?lang ?langLabel | + | GROUP BY ?lang ?langLabel ?code |
ORDER BY DESC(?nb) | ORDER BY DESC(?nb) | ||
</query> | </query> | ||
+ | <div class="mw-translate-fuzzy"> | ||
== Langues par nombre de locuteurs et locutrices == | == Langues par nombre de locuteurs et locutrices == | ||
− | <query> | + | </div> |
− | SELECT ?lang ?langLabel ( count(DISTINCT ?recorder) as ?nb ) WHERE { | + | <query _pagination="10" lang=" Item (Language Qid)" langLabel=" Language" code=" ISO 639-3 code" nb=" Number of speakers"> |
+ | SELECT ?lang ?langLabel ?code ( count(DISTINCT ?recorder) as ?nb ) WHERE { | ||
?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "en"). | ?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "en"). | ||
OPTIONAL { ?record prop:P4 ?lang ; prop:P5 ?recorder ; prop:P2 entity:Q2 . } | OPTIONAL { ?record prop:P4 ?lang ; prop:P5 ?recorder ; prop:P2 entity:Q2 . } | ||
+ | OPTIONAL { ?lang prop:P13 ?code } | ||
} | } | ||
− | GROUP BY ?lang ?langLabel | + | GROUP BY ?lang ?langLabel ?code |
ORDER BY DESC(?nb) | ORDER BY DESC(?nb) | ||
</query> | </query> |