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

Game: Guess word from sound #245

Open
fnielsen opened this issue Oct 23, 2024 · 0 comments
Open

Game: Guess word from sound #245

fnielsen opened this issue Oct 23, 2024 · 0 comments

Comments

@fnielsen
Copy link
Owner

SELECT DISTINCT
  # (COUNT(?lexeme) AS ?lexemes)
  ?lexeme ?lemma 
  # ?language ?languageLabel
  ?audio 
WHERE {
  ?lexeme ontolex:sense ?sense ;
          dct:language wd:Q9035 ;
          wikibase:lemma ?lemma .
  ?sense wdt:P5137? / wdt:P51 ?audio .
  MINUS { ?sense wdt:P5137 / wdt:P31 wd:Q34770 }
  # SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}
# GROUP BY ?language ?languageLabel
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