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

SPARQL query id 1 in train split is incorrect #13

Open
AlexGash opened this issue Feb 25, 2024 · 0 comments
Open

SPARQL query id 1 in train split is incorrect #13

AlexGash opened this issue Feb 25, 2024 · 0 comments

Comments

@AlexGash
Copy link
Contributor

AlexGash commented Feb 25, 2024

File: qald_9_plus_train_wikidata.json
Id: 1.
The question: List all boardgames by GMT.
The query: PREFIX wdt: http://www.wikidata.org/prop/direct/ PREFIX wd: http://www.wikidata.org/entity/ SELECT ?uri WHERE { ?uri wdt:P31 wd:Q131436 . }

Question asks for all board games of one particular publisher, but query returns all entities of type board game, effectively returning all board games by all publishers.

Supposed edit:
PREFIX wdt: http://www.wikidata.org/prop/direct/ PREFIX wd: http://www.wikidata.org/entity/
SELECT ?uri WHERE {
?uri wdt:P31 wd:Q131436 .
?uri wdt:P123 wd:Q928726 .
}

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