Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics on languages derived from #156

Open
fnielsen opened this issue Feb 11, 2023 · 0 comments
Open

Statistics on languages derived from #156

fnielsen opened this issue Feb 11, 2023 · 0 comments

Comments

@fnielsen
Copy link
Owner

SELECT ?number_of_lexemes ?language ?languageLabel ?example_lexeme ?example_lexemeLabel {
  { 
    SELECT (COUNT(?lexeme) AS ?number_of_lexemes) ?language (SAMPLE(?lexeme) AS ?example_lexeme) {
      ?lexeme dct:language wd:Q9035 ;
              wdt:P5191 / dct:language ?language .
    }
    GROUP BY ?language
  }
  ?example_lexeme wikibase:lemma ?example_lexemeLabel .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?number_of_lexemes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant