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

Error in SPRQL question id: 57, 166, 279 #12

Open
AlexGash opened this issue Sep 25, 2023 · 0 comments
Open

Error in SPRQL question id: 57, 166, 279 #12

AlexGash opened this issue Sep 25, 2023 · 0 comments

Comments

@AlexGash
Copy link
Contributor

AlexGash commented Sep 25, 2023

File: qald_9_plus_train_wikidata.json
ID: 57
Question: Which rivers flow into a German lake?
SPARQL: SELECT DISTINCT ?uri WHERE { ?uri wdt:P31 wd:Q4022 . ?lake wdt:P31 wd:Q23397 ; wdt:P17 wd:183 . ?uri wdt:P200 ?lake . }
Error: wd:183 must be wd:Q183

File: qald_9_plus_train_wikidata.json
ID: 279
Question: Which city has the most inhabitants?
SPARQL: PREFIX wdt: http://www.wikidata.org/prop/direct/ PREFIX wd: http://www.wikidata.org/entity/ SELECT DISTINCT ?uri WHERE { ?uri wdt:P31/wdt:279* wd:Q515 ; wdt:P1082 ?population . } ORDER BY DESC(?population) LIMIT 1
Warning: wdt:279 must be wdt:P279

@AlexGash AlexGash changed the title Error in SPRQL question id: 57 Error in SPRQL question id: 57, 166, 279 Sep 25, 2023
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