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

Inconsistance question/query pairs #8

Open
hamidzafar opened this issue Nov 15, 2018 · 0 comments
Open

Inconsistance question/query pairs #8

hamidzafar opened this issue Nov 15, 2018 · 0 comments
Labels
ongoing Currently looking into the issue

Comments

@hamidzafar
Copy link
Member

Hey guys,
There are couple of pairs in which the question doesn't make sense w.r.t its query:

{
"_id": "4121",
"corrected_question": "What organisation regulates and controls the New Sanno Hotel?",
"intermediary_question": "What is the of New Sanno Hotel ?",
"sparql_query": " SELECT DISTINCT ?uri WHERE { http://dbpedia.org/resource/New_Sanno_Hotel http://dbpedia.org/ontology/tenant ?uri } ",
"sparql_template_id": 2
},
{
"_id": "3557",
"corrected_question": "What are the awrds won by Laemmle Theatres ?",
"intermediary_question": "What is the of Laemmle Theatres ?",
"sparql_query": " SELECT DISTINCT ?uri WHERE { http://dbpedia.org/resource/Laemmle_Theatres http://dbpedia.org/ontology/service ?uri } ",
"sparql_template_id": 2
},
{
"_id": "4917",
"corrected_question": "Who owns Chelsea F.C.?",
"intermediary_question": "Who is the whose is ?",
"sparql_query": "SELECT DISTINCT ?uri WHERE {?uri http://dbpedia.org/ontology/occupation http://dbpedia.org/resource/Chelsea_F.C. . }",
"sparql_template_id": 1
},
{
"_id": "4932",
"corrected_question": "What is the location of Sam Sen Railway Station ?",
"intermediary_question": "What is the of Sam Sen Railway Station ?",
"sparql_query": " SELECT DISTINCT ?uri WHERE { http://dbpedia.org/resource/Sam_Sen_Railway_Station http://dbpedia.org/property/other ?uri } ",
"sparql_template_id": 2
},
{
"_id": "4225",
"corrected_question": "Where did Aghasalim Childagh die?",
"intermediary_question": "What are the of Aghasalim Childagh?",
"sparql_query": " SELECT DISTINCT ?uri WHERE { http://dbpedia.org/resource/Aghasalim_Childagh http://dbpedia.org/property/deathDate ?uri } ",
"sparql_template_id": 2
},
{
"_id": "4103",
"corrected_question": "What is the political party to which Purnima Banerjee is a member of?",
"intermediary_question": "What is the of Robert Nutting ?",
"sparql_query": " SELECT DISTINCT ?uri WHERE { http://dbpedia.org/resource/Robert_Nutting http://dbpedia.org/ontology/knownFor ?uri } ",
"sparql_template_id": 2
},
{
"_id": "3390",
"corrected_question": "Where is Lao Plaza Hotel located?",
"intermediary_question": "What is the of Lao Plaza Hotel ?",
"sparql_query": " SELECT DISTINCT ?uri WHERE { http://dbpedia.org/resource/Lao_Plaza_Hotel http://dbpedia.org/property/developer ?uri } ",
"sparql_template_id": 2
},

@geraltofrivia geraltofrivia added the ongoing Currently looking into the issue label Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ongoing Currently looking into the issue
Projects
None yet
Development

No branches or pull requests

2 participants