LC-QuAD icon indicating copy to clipboard operation
LC-QuAD copied to clipboard

Inconsistance question/query pairs

Open hamidzafar opened this issue 7 years ago • 0 comments

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 <Chelsea F.C.>?", "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 <Other> 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 },

hamidzafar avatar Nov 15 '18 15:11 hamidzafar