LinguaLibre

Difference between revisions of "Stats/fr"

(Created page with "<query _pagination=10 transcription="Transcription" nb="Nombre d'enregistrements" language="Langues"> select ?transcription (COUNT(?record) as ?nb) (GROUP_CONCAT(DISTINCT...")
Line 23: Line 23:
 
         ?record prop:P2 entity:Q2 .
 
         ?record prop:P2 entity:Q2 .
 
         ?record prop:P4 ?lang .
 
         ?record prop:P4 ?lang .
 
+
BIND( IF( isBLANK(?lang), entity:Q4, ?lang ) as ?language ).
      BIND( IF( isBLANK(?lang), entity:Q4, ?lang ) as ?language ).
 
 
        
 
        
 
         SERVICE wikibase:label {
 
         SERVICE wikibase:label {
Line 37: Line 36:
 
== Les locuteurs les plus prolifiques ==
 
== Les locuteurs les plus prolifiques ==
  
 +
<div class="mw-translate-fuzzy">
 
<query _pagination="10" locutor="Élément" locutorLabel="Locuteur" nb="Nombre d'enregistrements">
 
<query _pagination="10" locutor="Élément" locutorLabel="Locuteur" nb="Nombre d'enregistrements">
 
     select ?locutor ?locutorLabel (COUNT(?record) as ?nb)
 
     select ?locutor ?locutorLabel (COUNT(?record) as ?nb)
Line 44: Line 44:
 
         ?record prop:P4 ?lang .
 
         ?record prop:P4 ?lang .
 
         #extra:{"type": "wikibase-item", "filter":"Q4", "label": "P4", "multiple": true} ?record prop:P4 entity:[EXTRA] .
 
         #extra:{"type": "wikibase-item", "filter":"Q4", "label": "P4", "multiple": true} ?record prop:P4 entity:[EXTRA] .
 
+
</div>
      BIND( IF( isBLANK(?lang), entity:Q4, ?lang ) as ?language ).
 
     
 
        SERVICE wikibase:label {
 
            bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 
        }
 
    }
 
    GROUP BY ?locutor ?locutorLabel
 
    ORDER BY DESC(?nb)
 
    LIMIT 50
 
</query>
 
  
 
== Les mots les plus enregistrés ==
 
== Les mots les plus enregistrés ==
Line 67: Line 57:
 
         ?record prop:P7 ?transcription.
 
         ?record prop:P7 ?transcription.
  
        SERVICE wikibase:label {
+
SERVICE wikibase:label {
 
             bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 
             bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 
             ?language  rdfs:label ?languageLabel.
 
             ?language  rdfs:label ?languageLabel.

Revision as of 07:15, 20 February 2019

Other languages:
Bahasa Indonesia • ‎Bahasa Melayu • ‎Bali • ‎Bikol Central • ‎Deutsch • ‎English • ‎Esperanto • ‎Igbo • ‎Toki Pona • ‎Türkçe • ‎brezhoneg • ‎català • ‎español • ‎français • ‎lumbaart • ‎occitan • ‎polski • ‎română • ‎sicilianu • ‎svenska • ‎Ελληνικά • ‎македонски • ‎русский • ‎українська • ‎עברית • ‎বাংলা • ‎తెలుగు • ‎中文 • ‎日本語 • ‎ꯃꯤꯇꯩ ꯂꯣꯟ

Stats globales

... Loading ...

Nombre d'enregistrements par langue

... Loading ...

Les locuteurs les plus prolifiques

... Loading ...