LinguaLibre
Difference between revisions of "Records/sv"
(Created page with "Objekt") |
|||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
Av prestandaskäl, är det högsta antalet inspelningar som kan visas samtidigt 1000. Den nuvarande sidan kommer förbättras i framtiden. | Av prestandaskäl, är det högsta antalet inspelningar som kan visas samtidigt 1000. Den nuvarande sidan kommer förbättras i framtiden. | ||
− | + | {| style="width:100%" | |
− | <query _pagination="100" record="Objekt" audio=" | + | |- style="vertical-align:top;padding:.5em;" |
+ | | style="padding-right:.5em;"| | ||
+ | <query _pagination="100" record="Objekt" audio="Record" recordLabel="Transcription" locutorLabel="Speaker" langLabel="Language" levelLabel="Language level"> | ||
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:}}]] |
Revision as of 23:28, 13 January 2022
Av prestandaskäl, är det högsta antalet inspelningar som kan visas samtidigt 1000. Den nuvarande sidan kommer förbättras i framtiden.
|
|