LinguaLibre
Difference between revisions of "Records/pl"
(Created page with "Element") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
Z przyczyn wydajnościowych, maksymalna liczba jednocześnie pokazywanych nagrań jest ograniczona do 1000. Bieżąca strona będzie rozwijana w przyszłości. | Z przyczyn wydajnościowych, maksymalna liczba jednocześnie pokazywanych nagrań jest ograniczona do 1000. Bieżąca strona będzie rozwijana w przyszłości. | ||
− | + | {| style="width:100%" | |
− | <query _pagination="100" record="Element" audio=" | + | |- style="vertical-align:top;padding:.5em;" |
+ | | style="padding-right:.5em;"| | ||
+ | <query _pagination="100" record="Element" audio="Nagranie" recordLabel="Transkrypcja" locutorLabel="Mówca" langLabel="Język" levelLabel="Poziom języka"> | ||
select distinct ?record ?audio ?recordLabel ?locutorLabel (if( ?language = entity:Q4, '???', ?languageLabel ) as ?langLabel) (if( ?languageLevel = entity:Q5 || !BOUND(?languageLevel), '???', ?languageLevelLabel ) as ?levelLabel) | select distinct ?record ?audio ?recordLabel ?locutorLabel (if( ?language = entity:Q4, '???', ?languageLabel ) as ?langLabel) (if( ?languageLevel = entity:Q5 || !BOUND(?languageLevel), '???', ?languageLevelLabel ) as ?levelLabel) | ||
where { | where { | ||
Line 31: | Line 33: | ||
} ORDER BY ?recordLabel LIMIT 1000 | } ORDER BY ?recordLabel LIMIT 1000 | ||
</query> | </query> | ||
+ | | | ||
+ | |||
+ | <query _pagination="100" records="Number of records"> | ||
+ | select (COUNT(DISTINCT ?record) as ?records) | ||
+ | where { | ||
+ | ?record prop:P2 entity:Q2 . | ||
+ | } | ||
+ | </query> | ||
+ | |} | ||
+ | |||
+ | [[Category:Lingua Libre:DataViz{{#translation:}}]] |
Latest revision as of 09:27, 2 July 2022
Z przyczyn wydajnościowych, maksymalna liczba jednocześnie pokazywanych nagrań jest ograniczona do 1000. Bieżąca strona będzie rozwijana w przyszłości.
|
|