LinguaLibre
Difference between revisions of "Stats/oc"
Lingua Libre alpha foguèt anonciada en agost de 2018. Lo primièr d'abrial de 2019, pas mens de 100 000 enregistraments avián estat realizats dins 46 lengas, mercé a 128 locutors diferents. En genièr de 2020,sèm a mai de 200 000 enregistraments dins 82 lengas, mercé a 268 locutors.
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 54: | Line 54: | ||
== Locutors los mai prolifics == | == Locutors los mai prolifics == | ||
+ | <query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records"> | ||
+ | SELECT ?locutor ?locutorLabel ?nb WHERE { | ||
+ | { | ||
+ | SELECT ?locutor (COUNT(?record) as ?nb) | ||
+ | WHERE { | ||
+ | ?record prop:P2 entity:Q2 . # Q2: record, P2: instance of. | ||
+ | ?record prop:P5 ?locutor . # Property:P5: speaker | ||
+ | } | ||
+ | GROUP BY ?locutor ?locutorLabel | ||
+ | ORDER BY DESC(?nb) | ||
+ | LIMIT 50 | ||
+ | } | ||
+ | SERVICE wikibase:label { | ||
+ | bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . | ||
+ | ?locutor rdfs:label ?locutorLabel . | ||
+ | } | ||
+ | } | ||
+ | ORDER BY DESC(?nb) | ||
+ | </query> | ||
+ | |||
+ | == The most prolific speakers for the current month == | ||
− | <query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records | + | <query _pagination="10" locutor="Item (locutor Qid)" locutorLabel="Speaker" nb="Number of records for the current month"> |
SELECT ?locutor ?locutorLabel ?nb WHERE { | SELECT ?locutor ?locutorLabel ?nb WHERE { | ||
{ | { | ||
SELECT ?locutor (COUNT(?record) as ?nb) | SELECT ?locutor (COUNT(?record) as ?nb) | ||
WHERE { | WHERE { | ||
− | ?record prop:P2 entity:Q2 . | + | ?record prop:P2 entity:Q2 . # Q2: record, P2: instance of. |
− | ?record prop:P5 ?locutor . | + | ?record prop:P5 ?locutor . # Property:P5: speaker |
+ | ?record prop:P6 ?date . | ||
+ | FILTER ( YEAR(?date) = YEAR(NOW()) && MONTH(?date) = MONTH(NOW()) ) | ||
} | } | ||
GROUP BY ?locutor ?locutorLabel | GROUP BY ?locutor ?locutorLabel |
Revision as of 13:28, 5 May 2021
Estatisticas globales
Estatisticas mensuella
Number of records per languages
Locutors los mai prolifics
The most prolific speakers for the current month