Wikidata:Lexicographical data/Statistics/Count of representations by language

From Wikidata
Jump to navigation Jump to search

Count of representations by language code[edit]

Listeria doesn't like the fact that the languages here aren't items (I haven't figured out a workaround). So - just run this query yourself:

SELECT ?language (count(?rep) as ?count) WHERE {
  ?form ontolex:representation ?rep .
  BIND(lang(?rep) as ?language)
} group by ?language order by desc(?count)
Try it!
NOTE: This currently doesn't work. Error message: "Query timeout limit reached".