Translations

Difference between revisions of "LinguaLibre:Stats/7/eo"

(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...")
 
(No difference)

Latest revision as of 14:17, 18 May 2021

where {

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

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