Translations

LinguaLibre:Stats/7/sv

Revision as of 21:10, 16 January 2021 by Sabelöga (talk | contribs) (Created page with "where { ?record prop:P2 entity:Q2 . ?record prop:P4 ?language . OPTIONAL { ?language prop:P13 ?code } OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?la...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

where {

 ?record prop:P2 entity:Q2 .
 ?record prop:P4 ?language .
 OPTIONAL { ?language prop:P13 ?code }
 OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (lang(?languageLabel) = "sv"). }

} GROUP BY ?language ?languageLabel ?code ORDER BY DESC(?nb) </query>