category
string
size
int32
id
string
eid
string
original_triple_sets
list
modified_triple_sets
list
shape
string
shape_type
string
lex
dict
test_category
string
dbpedia_links
list
links
list
graph
list
main_entity
string
mappings
list
dialogue
list
WrittenWork
3
8229
Id75
[ { "subject": "A_Long_Long_Way", "property": "precededBy", "object": "\"Annie Dunne\"@en" }, { "subject": "A_Long_Long_Way", "property": "mediaType", "object": "\"Print & Paperback\"@en" }, { "subject": "A_Long_Long_Way", "property": "oclc", "object": "57392246" } ]
[ { "subject": "A_Long_Long_Way", "property": "oclcNumber", "object": "57392246" }, { "subject": "A_Long_Long_Way", "property": "precededBy", "object": "Annie_Dunne" }, { "subject": "A_Long_Long_Way", "property": "mediaType", "object": "\"Print & Paperback\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Long Long Way, which was published in Print & Paperback, was preceded by Annie Dunne, it has an OCLC number of 57392246.", "A Long Long Way, preceded by Annie Dunne, was published in print & paperback. Its OCLC number is 57392246.", "Preceded by Annie Dunne, A Long Long Way was published in print & paperback with the OCLC number 57392246." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Long_Long_Way", "property:media_type", "resource:Print____Paperback" ], [ "resource:A_Long_Long_Way", "property:preceded_by", "resource:Annie_Dunne" ], [ "resource:A_Long_Long_Way", "rdf:type", "ontology:written_work" ], [ "resource:A_Long_Long_Way", "property:oclc_number", "57392246" ] ]
A_Long_Long_Way
[ { "modified": "57392246", "readable": "57392246", "graph": "57392246" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "oclcNumber", "readable": "oclc number", "graph": "property:oclc_number" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "A_Long_Long_Way", "readable": "A Long Long Way", "graph": "resource:A_Long_Long_Way" }, { "modified": "Annie_Dunne", "readable": "Annie Dunne", "graph": "resource:Annie_Dunne" }, { "modified": "Print & Paperback", "readable": "Print & Paperback", "graph": "resource:Print____Paperback" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?i property:preceded_by ?u . FILTER ( ?o = '57392246' ) . ?i rdf:type ontology:written_work . ?i property:oclc_number ?o }", "readable_query": "SELECT DISTINCT ?u WHERE { ?i property:preceded_by ?u . FILTER ( ?o = '57392246' ) . ?i rdf:type ontology:written_work . ?i property:oclc_number ?o }", "graph_answer": [ "resource:Annie_Dunne" ], "readable_answer": [ "Annie Dunne" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a ?j WHERE { ?j property:preceded_by resource:Annie_Dunne . ?j property:media_type ?a . ?j rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?a ?j WHERE { ?j property:preceded_by resource:Annie_Dunne . ?j property:media_type ?a . ?j rdf:type ontology:written_work }", "graph_answer": [ "resource:Print____Paperback", "resource:A_Long_Long_Way" ], "readable_answer": [ "Print & Paperback", "A Long Long Way" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
WrittenWork
2
5632
Id167
[ { "subject": "Alcatraz_Versus_the_Evil_Librarians", "property": "numberOfPages", "object": "\"320\"^^xsd:positiveInteger" }, { "subject": "Alcatraz_Versus_the_Evil_Librarians", "property": "mediaType", "object": "\"Print\"@en" } ]
[ { "subject": "Alcatraz_Versus_the_Evil_Librarians", "property": "numberOfPages", "object": "\"320\"" }, { "subject": "Alcatraz_Versus_the_Evil_Librarians", "property": "mediaType", "object": "\"Print\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alcatraz Versus the Evil Librarians is produced in print and has 320 pages.", "Alcatraz Versus the Evil Librarians is produced in print which is 320 pages long.", "The 320-page book, \"Alcatraz Versus the Evil Librarians\" is currently in print." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alcatraz_Versus_the_Evil_Librarians", "property:media_type", "resource:Print" ], [ "resource:Alcatraz_Versus_the_Evil_Librarians", "rdf:type", "ontology:written_work" ], [ "resource:Alcatraz_Versus_the_Evil_Librarians", "property:number_of_pages", "320" ] ]
Alcatraz_Versus_the_Evil_Librarians
[ { "modified": "320", "readable": "320", "graph": "320" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "numberOfPages", "readable": "number of pages", "graph": "property:number_of_pages" }, { "modified": "Alcatraz_Versus_the_Evil_Librarians", "readable": "Alcatraz Versus the Evil Librarians", "graph": "resource:Alcatraz_Versus_the_Evil_Librarians" }, { "modified": "Print", "readable": "Print", "graph": "resource:Print" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?r = '320' ) . ?x property:number_of_pages ?r . ?x property:media_type ?l . ?x rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?r = '320' ) . ?x property:number_of_pages ?r . ?x property:media_type ?l . ?x rdf:type ontology:written_work }", "graph_answer": [ "resource:Print" ], "readable_answer": [ "Print" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { FILTER ( ?w = '320' ) . ?o property:media_type resource:Print . ?o property:number_of_pages ?w . ?o rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( ?w = '320' ) . ?o property:media_type resource:Print . ?o property:number_of_pages ?w . ?o rdf:type ontology:written_work }", "graph_answer": [ "resource:Alcatraz_Versus_the_Evil_Librarians" ], "readable_answer": [ "Alcatraz Versus the Evil Librarians" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] } ]
Food
4
9754
Id43
[ { "subject": "Arròs_negre", "property": "region", "object": "Valencian_Community" }, { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Arròs_negre", "property": "mainIngredient", "object": "\"White rice, cuttlefish or squid, cephalopod ink, cubanelle peppers\"@en" }, { "subject": "Arròs_negre", "property": "ingredient", "object": "Cephalopod_ink" } ]
[ { "subject": "Arròs_negre", "property": "region", "object": "Valencian_Community" }, { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Arròs_negre", "property": "mainIngredient", "object": "\"White rice, cuttlefish or squid, cephalopod ink, cubanelle peppers\"" }, { "subject": "Arròs_negre", "property": "ingredient", "object": "Cephalopod_ink" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arros negre comes from the region of the Valencian Community, Spain. The main ingredients of Arròs negre are white rice, cuttlefish or squid, cephalopod ink, cubanelle peppers.", "Arros negre comes from the region of the Valencian Community in Spain. The main ingredients are white rice, cuttlefish or squid, cephalopod ink and cubanelle peppers.", "Arròs negre comes from the region of the Valencian Community in Spain and includes the main ingredients white rice, cuttlefish or squid, cephalopod ink and cubanelle peppers." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arr_s_negre", "property:ingredient", "resource:Cephalopod_ink" ], [ "resource:Arr_s_negre", "property:main_ingredient", "resource:Cephalopod_ink" ], [ "resource:Arr_s_negre", "property:main_ingredient", "resource:Cubanelle_peppers" ], [ "resource:Arr_s_negre", "property:main_ingredient", "resource:Cuttlefish_or_squid" ], [ "resource:Arr_s_negre", "property:main_ingredient", "resource:White_rice" ], [ "resource:Arr_s_negre", "rdf:type", "ontology:food" ], [ "resource:Arr_s_negre", "property:country", "resource:Spain" ], [ "resource:Arr_s_negre", "property:region", "resource:Valencian_Community" ] ]
Arròs_negre
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arròs_negre", "readable": "Arròs negre", "graph": "resource:Arr_s_negre" }, { "modified": "Cephalopod_ink", "readable": "Cephalopod ink", "graph": "resource:Cephalopod_ink" }, { "modified": "Cubanelle peppers", "readable": "Cubanelle peppers", "graph": "resource:Cubanelle_peppers" }, { "modified": "Cuttlefish or squid", "readable": "Cuttlefish or squid", "graph": "resource:Cuttlefish_or_squid" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" }, { "modified": "Valencian_Community", "readable": "Valencian Community", "graph": "resource:Valencian_Community" }, { "modified": "White rice", "readable": "White rice", "graph": "resource:White_rice" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?v ) WHERE { resource:Arr_s_negre property:main_ingredient ?n }", "readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?v ) WHERE { resource:Arròs_negre property:main_ingredient ?n }", "graph_answer": [ "4" ], "readable_answer": [ "4" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { resource:Arr_s_negre property:main_ingredient ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Arròs_negre property:main_ingredient ?f }", "graph_answer": [ "resource:Cephalopod_ink", "resource:Cubanelle_peppers", "resource:Cuttlefish_or_squid", "resource:White_rice" ], "readable_answer": [ "Cephalopod ink", "Cubanelle peppers", "Cuttlefish or squid", "White rice" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Arr_s_negre property:has_to_its_northeast ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Arròs_negre property:has_to_its_northeast ?y }", "graph_answer": [], "readable_answer": [], "type": [ "ellipsis", "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
4
8979
Id49
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "History_of_the_St._Louis_Rams" }, { "subject": "Akeem_Ayers", "property": "dateOfBirth", "object": "\"1989-07-10\"^^xsd:date" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" }, { "subject": "Akeem_Ayers", "property": "draftPick", "object": "\"39\"" } ]
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "St._Louis_Rams" }, { "subject": "Akeem_Ayers", "property": "birthDate", "object": "1989-07-10" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" }, { "subject": "Akeem_Ayers", "property": "draftPick", "object": "\"39\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born on July 10th, 1989, Akeem Ayers used to play for the St. Louis Rams. He debuted with the Tennessee Titans, who drafted him 39th overall.", "St Louis Rams is the former team of Akeem Ayers who was born on 10th July 1989, made his debut with the Tennessee Titans and was number 39 in the draft pick.", "Akeem Ayers was born July 10th, 1989 and started with the Tennessee Titans and also played for the St. Louis Rams. He was 39 on the draft pick list." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Ayers", "property:former_team", "resource:St__Louis_Rams" ], [ "resource:Akeem_Ayers", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Ayers", "property:draft_pick", "39" ], [ "resource:Akeem_Ayers", "property:birth_date", "resource:1989_07_10" ], [ "resource:Akeem_Ayers", "property:debut_team", "resource:Tennessee_Titans" ] ]
Akeem_Ayers
[ { "modified": "39", "readable": "39", "graph": "39" }, { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "debutTeam", "readable": "debut team", "graph": "property:debut_team" }, { "modified": "draftPick", "readable": "draft pick", "graph": "property:draft_pick" }, { "modified": "formerTeam", "readable": "former team", "graph": "property:former_team" }, { "modified": "1989-07-10", "readable": "1989-07-10", "graph": "resource:1989_07_10" }, { "modified": "Akeem_Ayers", "readable": "Akeem Ayers", "graph": "resource:Akeem_Ayers" }, { "modified": "St._Louis_Rams", "readable": "St. Louis Rams", "graph": "resource:St__Louis_Rams" }, { "modified": "Tennessee_Titans", "readable": "Tennessee Titans", "graph": "resource:Tennessee_Titans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?w = \"1989_07_10\" ) . ?c property:birth_date ?w . ?c rdf:type ontology:athlete . ?c property:debut_team ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?w = \"1989-07-10\" ) . ?c property:birth_date ?w . ?c rdf:type ontology:athlete . ?c property:debut_team ?q }", "graph_answer": [ "resource:Tennessee_Titans" ], "readable_answer": [ "Tennessee Titans" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?l property:debut_team resource:Tennessee_Titans . ?l property:draft_pick ?o . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?l rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?o WHERE { ?l property:debut_team resource:Tennessee_Titans . ?l property:draft_pick ?o . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?l rdf:type ontology:athlete }", "graph_answer": [ "39" ], "readable_answer": [ "39" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) . ?a property:draft_pick 39 . ?a property:debut_team resource:Tennessee_Titans . ?a rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?a WHERE { FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) . ?a property:draft_pick 39 . ?a property:debut_team resource:Tennessee_Titans . ?a rdf:type ontology:athlete }", "graph_answer": [ "resource:Akeem_Ayers" ], "readable_answer": [ "Akeem Ayers" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Akeem_Ayers property:former_team resource:St__Louis_Rams }", "readable_query": "ASK WHERE { resource:Akeem_Ayers property:former_team resource:St._Louis_Rams }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
SportsTeam
4
10637
Id78
[ { "subject": "AEK_Athens_F.C.", "property": "league", "object": "Superleague_Greece" }, { "subject": "Superleague_Greece", "property": "champions", "object": "Olympiacos_F.C." }, { "subject": "AEK_Athens_F.C.", "property": "manager", "object": "Gus_Poyet" }, { "subject": "Gus_Poyet", "property": "team", "object": "Chelsea_F.C." } ]
[ { "subject": "AEK_Athens_F.C.", "property": "league", "object": "Superleague_Greece" }, { "subject": "Superleague_Greece", "property": "champions", "object": "Olympiacos_F.C." }, { "subject": "AEK_Athens_F.C.", "property": "manager", "object": "Gus_Poyet" }, { "subject": "Gus_Poyet", "property": "club", "object": "Chelsea_F.C." } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "AEK Athens FC compete in the Superleague Greece where Olympiacos FC are the previous champions. Their manager is the former Chelsea F.C. player Gus Poyet.", "AEK Athens are managed by Gus Poyet who used to play for Chelsea F.C. AEK Athens FC compete in the Superleague Greece, which was previously won by Olympiacos FC." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:AEK_Athens_F_C_", "rdf:type", "ontology:sports_team" ], [ "resource:AEK_Athens_F_C_", "property:manager", "resource:Gus_Poyet" ], [ "resource:AEK_Athens_F_C_", "property:league", "resource:Superleague_Greece" ], [ "resource:Superleague_Greece", "property:champions", "resource:Olympiacos_F_C_" ], [ "resource:Gus_Poyet", "property:club", "resource:Chelsea_F_C_" ] ]
AEK_Athens_F.C.
[ { "modified": "champions", "readable": "champions", "graph": "property:champions" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "AEK_Athens_F.C.", "readable": "AEK Athens F.C.", "graph": "resource:AEK_Athens_F_C_" }, { "modified": "Chelsea_F.C.", "readable": "Chelsea F.C.", "graph": "resource:Chelsea_F_C_" }, { "modified": "Gus_Poyet", "readable": "Gus Poyet", "graph": "resource:Gus_Poyet" }, { "modified": "Olympiacos_F.C.", "readable": "Olympiacos F.C.", "graph": "resource:Olympiacos_F_C_" }, { "modified": "Superleague_Greece", "readable": "Superleague Greece", "graph": "resource:Superleague_Greece" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Gus_Poyet property:club resource:Chelsea_F_C_ }", "readable_query": "ASK WHERE { resource:Gus_Poyet property:club resource:Chelsea_F.C. }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?p property:manager resource:Gus_Poyet . ?p property:league resource:Superleague_Greece . FILTER ( CONTAINS ( LCASE ( ?p ) , 'aek' ) ) . ?p rdf:type ontology:sports_team }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p property:manager resource:Gus_Poyet . ?p property:league resource:Superleague_Greece . FILTER ( CONTAINS ( LCASE ( ?p ) , 'aek' ) ) . ?p rdf:type ontology:sports_team }", "graph_answer": [ "resource:AEK_Athens_F_C_" ], "readable_answer": [ "AEK Athens F.C." ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:Superleague_Greece property:added_to_the_national_register_of_historic_places ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Superleague_Greece property:added_to_the_national_register_of_historic_places ?z }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?w property:champions resource:Vila_Nova_Futebol_Clube . ?x rdf:type ontology:sports_team . ?x property:league ?w }", "readable_query": "ASK WHERE { ?w property:champions resource:Vila_Nova_Futebol_Clube . ?x rdf:type ontology:sports_team . ?x property:league ?w }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Food
4
9862
Id151
[ { "subject": "Bakso", "property": "region", "object": "Indonesia" }, { "subject": "Bakso", "property": "mainIngredient", "object": "\"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, fried shallots\"@en" }, { "subject": "Bakso", "property": "country", "object": "Chinese_cuisine" }, { "subject": "Bakso", "property": "ingredient", "object": "Vermicelli" } ]
[ { "subject": "Bakso", "property": "region", "object": "Indonesia" }, { "subject": "Bakso", "property": "mainIngredient", "object": "\"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, fried shallots\"" }, { "subject": "Bakso", "property": "country", "object": "Chinese_cuisine" }, { "subject": "Bakso", "property": "ingredient", "object": "Vermicelli" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Bakso is made in China and is found in Indonesia. The main ingredients are ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, and fried shallots." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Bakso", "property:ingredient", "resource:Vermicelli" ], [ "resource:Bakso", "property:main_ingredient", "resource:Ground_beef" ], [ "resource:Bakso", "property:main_ingredient", "resource:Salted_vegetables" ], [ "resource:Bakso", "property:main_ingredient", "resource:Noodle" ], [ "resource:Bakso", "property:main_ingredient", "resource:Kailan" ], [ "resource:Bakso", "property:main_ingredient", "resource:Beef_broth" ], [ "resource:Bakso", "property:main_ingredient", "resource:Celery" ], [ "resource:Bakso", "property:main_ingredient", "resource:Fried_shallots" ], [ "resource:Bakso", "property:main_ingredient", "resource:Rice_vermicelli" ], [ "resource:Bakso", "property:main_ingredient", "resource:Tapioca" ], [ "resource:Bakso", "rdf:type", "ontology:food" ], [ "resource:Bakso", "property:country", "resource:Chinese_cuisine" ], [ "resource:Bakso", "property:region", "resource:Indonesia" ] ]
Bakso
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Bakso", "readable": "Bakso", "graph": "resource:Bakso" }, { "modified": "Beef broth", "readable": "Beef broth", "graph": "resource:Beef_broth" }, { "modified": "Celery", "readable": "Celery", "graph": "resource:Celery" }, { "modified": "Chinese_cuisine", "readable": "Chinese cuisine", "graph": "resource:Chinese_cuisine" }, { "modified": "Fried shallots", "readable": "Fried shallots", "graph": "resource:Fried_shallots" }, { "modified": "Ground beef", "readable": "Ground beef", "graph": "resource:Ground_beef" }, { "modified": "Indonesia", "readable": "Indonesia", "graph": "resource:Indonesia" }, { "modified": "Kailan", "readable": "Kailan", "graph": "resource:Kailan" }, { "modified": "Noodle", "readable": "Noodle", "graph": "resource:Noodle" }, { "modified": "Rice vermicelli", "readable": "Rice vermicelli", "graph": "resource:Rice_vermicelli" }, { "modified": "Salted vegetables", "readable": "Salted vegetables", "graph": "resource:Salted_vegetables" }, { "modified": "Tapioca", "readable": "Tapioca", "graph": "resource:Tapioca" }, { "modified": "Vermicelli", "readable": "Vermicelli", "graph": "resource:Vermicelli" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?i ) WHERE { resource:Bakso property:main_ingredient ?c }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?i ) WHERE { resource:Bakso property:main_ingredient ?c }", "graph_answer": [ "9" ], "readable_answer": [ "9" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:Bakso property:main_ingredient ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Bakso property:main_ingredient ?o }", "graph_answer": [ "resource:Ground_beef", "resource:Salted_vegetables", "resource:Noodle", "resource:Kailan", "resource:Beef_broth", "resource:Celery", "resource:Fried_shallots", "resource:Rice_vermicelli", "resource:Tapioca" ], "readable_answer": [ "Ground beef", "Salted vegetables", "Noodle", "Kailan", "Beef broth", "Celery", "Fried shallots", "Rice vermicelli", "Tapioca" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t ?k WHERE { resource:Bakso property:ingredient ?k . resource:Bakso property:country ?t }", "readable_query": "SELECT DISTINCT ?t ?k WHERE { resource:Bakso property:ingredient ?k . resource:Bakso property:country ?t }", "graph_answer": [ "resource:Chinese_cuisine", "resource:Vermicelli" ], "readable_answer": [ "Chinese cuisine", "Vermicelli" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:Bakso property:region ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'i' ) ) }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Bakso property:region ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'i' ) ) }", "graph_answer": [ "resource:Indonesia" ], "readable_answer": [ "Indonesia" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Food
2
4609
Id121
[ { "subject": "Bacon_sandwich", "property": "variations", "object": "BLT" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Ketchup" } ]
[ { "subject": "Bacon_sandwich", "property": "dishVariation", "object": "BLT" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Ketchup" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A variation of a bacon sandwich is the BLT which has ketchup as one of the ingredients.", "The bacon sandwich, containing ketchup, is a variation of BLT.", "Ketchup is included in the bacon sandwich, also referred to as a BLT." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bacon_sandwich", "property:dish_variation", "resource:BLT" ], [ "resource:Bacon_sandwich", "property:ingredient", "resource:Ketchup" ], [ "resource:Bacon_sandwich", "rdf:type", "ontology:food" ] ]
Bacon_sandwich
[ { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "BLT", "readable": "BLT", "graph": "resource:BLT" }, { "modified": "Bacon_sandwich", "readable": "Bacon sandwich", "graph": "resource:Bacon_sandwich" }, { "modified": "Ketchup", "readable": "Ketchup", "graph": "resource:Ketchup" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:food . ?o property:ingredient resource:Ketchup . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'b' ) ) . ?o property:dish_variation resource:BLT }", "readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:food . ?o property:ingredient resource:Ketchup . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'b' ) ) . ?o property:dish_variation resource:BLT }", "graph_answer": [ "resource:Bacon_sandwich" ], "readable_answer": [ "Bacon sandwich" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
3
8253
Id99
[ { "subject": "A_Loyal_Character_Dancer", "property": "publisher", "object": "Soho_Press" }, { "subject": "Soho_Press", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
[ { "subject": "A_Loyal_Character_Dancer", "property": "publisher", "object": "Soho_Press" }, { "subject": "Soho_Press", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
(X (X (X (X))))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Loyal Character Dancer is published by Soho Press, which is located in the U.S, where some Native Americans live.", "A Loyal Character Dancer is published by Soho Press in the United States where Native Americans are one of the ethnic groups.", "The US is home to Native Americans and also where Soho Press published A Loyal Character Dancer." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:A_Loyal_Character_Dancer", "rdf:type", "ontology:written_work" ], [ "resource:A_Loyal_Character_Dancer", "property:publisher", "resource:Soho_Press" ], [ "resource:Soho_Press", "property:country", "resource:United_States" ] ]
A_Loyal_Character_Dancer
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "A_Loyal_Character_Dancer", "readable": "A Loyal Character Dancer", "graph": "resource:A_Loyal_Character_Dancer" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "Soho_Press", "readable": "Soho Press", "graph": "resource:Soho_Press" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a ?o WHERE { ?o property:ethnic_group resource:Native_Americans_in_the_United_States . ?a property:country ?o }", "readable_query": "SELECT DISTINCT ?a ?o WHERE { ?o property:ethnic_group resource:Native_Americans_in_the_United_States . ?a property:country ?o }", "graph_answer": [ "resource:Soho_Press", "resource:United_States" ], "readable_answer": [ "Soho Press", "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?f property:publisher resource:Soho_Press . ?f rdf:type ontology:written_work }", "readable_query": "ASK WHERE { ?f property:publisher resource:Soho_Press . ?f rdf:type ontology:written_work }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?i WHERE { ?i property:publisher resource:Soho_Press . ?i rdf:type ontology:written_work }", "readable_query": "SELECT ?i WHERE { ?i property:publisher resource:Soho_Press . ?i rdf:type ontology:written_work }", "graph_answer": [ "resource:A_Loyal_Character_Dancer" ], "readable_answer": [ "A Loyal Character Dancer" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
5
11834
Id55
[ { "subject": "Anaheim,_California", "property": "leaderName", "object": "Tom_Tait" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "California_State_Assembly" }, { "subject": "Anaheim,_California", "property": "isPartOf", "object": "California" }, { "subject": "California_State_Assembly", "property": "location", "object": "California_State_Capitol" }, { "subject": "California", "property": "language", "object": "Spanish_language" } ]
[ { "subject": "Anaheim,_California", "property": "leader", "object": "Tom_Tait" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "California_State_Assembly" }, { "subject": "Anaheim,_California", "property": "isPartOf", "object": "California" }, { "subject": "California_State_Assembly", "property": "location", "object": "California_State_Capitol" }, { "subject": "California", "property": "language", "object": "Spanish_language" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "California, where Spanish is spoken, is the location of Anaheim. Anaheim is led by Tom Tait and the California State Assembly located in the State Capitol.", "The leader of Anaheim, California, is Tom Tait which is led by the California State Assembly located in the California State Capitol where Spanish is spoken.", "Tom Tait is the leader of Anaheim (California), which is led by the California State Assembly, located in the California State Capitol. One of the language spoken in California, is Spanish." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Anaheim__California", "property:leader", "resource:Tom_Tait" ], [ "resource:Anaheim__California", "property:leader_title", "resource:California_State_Assembly" ], [ "resource:Anaheim__California", "rdf:type", "ontology:city" ], [ "resource:Anaheim__California", "property:is_part_of", "resource:California" ], [ "resource:California", "property:language", "resource:Spanish_language" ], [ "resource:California_State_Assembly", "property:location", "resource:California_State_Capitol" ] ]
Anaheim,_California
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Anaheim,_California", "readable": "Anaheim, California", "graph": "resource:Anaheim__California" }, { "modified": "California", "readable": "California", "graph": "resource:California" }, { "modified": "California_State_Assembly", "readable": "California State Assembly", "graph": "resource:California_State_Assembly" }, { "modified": "California_State_Capitol", "readable": "California State Capitol", "graph": "resource:California_State_Capitol" }, { "modified": "Spanish_language", "readable": "Spanish language", "graph": "resource:Spanish_language" }, { "modified": "Tom_Tait", "readable": "Tom Tait", "graph": "resource:Tom_Tait" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:California_State_Assembly property:location resource:California_State_Capitol }", "readable_query": "ASK WHERE { resource:California_State_Assembly property:location resource:California_State_Capitol }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:city . ?z property:language resource:Spanish_language . ?q property:is_part_of ?z . ?q property:leader resource:Tom_Tait }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:city . ?z property:language resource:Spanish_language . ?q property:is_part_of ?z . ?q property:leader resource:Tom_Tait }", "graph_answer": [ "resource:Anaheim__California" ], "readable_answer": [ "Anaheim, California" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
6079
Id225
[ { "subject": "London", "property": "leaderTitle", "object": "Parliament_of_the_United_Kingdom" }, { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "Sidcup" }, { "subject": "Alfred_Garth_Jones", "property": "placeOfDeath", "object": "London" } ]
[ { "subject": "London", "property": "leaderTitle", "object": "Parliament_of_the_United_Kingdom" }, { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "Sidcup" }, { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "London" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alfred Garth Jones died in Sidcup, in London, which is led by the Parliament of the United Kingdom.", "Alfred Jones Garth died in Sidcup in London which is led by the Parliament of the United Kingdom.", "Parliament of the United Kingdom is the leader of London which is where Alfred Garth Jones died, in Sidcup." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:London", "property:leader_title", "resource:Parliament_of_the_United_Kingdom" ], [ "resource:Alfred_Garth_Jones", "rdf:type", "ontology:artist" ], [ "resource:Alfred_Garth_Jones", "property:death_place", "resource:London" ], [ "resource:Alfred_Garth_Jones", "property:death_place", "resource:Sidcup" ] ]
Alfred_Garth_Jones
[ { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Alfred_Garth_Jones", "readable": "Alfred Garth Jones", "graph": "resource:Alfred_Garth_Jones" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "Parliament_of_the_United_Kingdom", "readable": "Parliament of the United Kingdom", "graph": "resource:Parliament_of_the_United_Kingdom" }, { "modified": "Sidcup", "readable": "Sidcup", "graph": "resource:Sidcup" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?i ) WHERE { ?q property:governing_body resource:Greater_London_Authority . ?y property:death_place ?q . ?y rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?i ) WHERE { ?q property:governing_body resource:Greater_London_Authority . ?y property:death_place ?q . ?y rdf:type ontology:artist }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?l property:death_place ?r . ?l rdf:type ontology:artist . ?r property:leader_title resource:Parliament_of_the_United_Kingdom . ?l property:death_place resource:Sidcup }", "readable_query": "SELECT DISTINCT ?r WHERE { ?l property:death_place ?r . ?l rdf:type ontology:artist . ?r property:leader_title resource:Parliament_of_the_United_Kingdom . ?l property:death_place resource:Sidcup }", "graph_answer": [ "resource:London" ], "readable_answer": [ "London" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:London property:leader_title resource:Parliament_of_the_United_Kingdom . ?r property:death_place resource:Sidcup . ?r property:death_place resource:London . ?r rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:London property:leader_title resource:Parliament_of_the_United_Kingdom . ?r property:death_place resource:Sidcup . ?r property:death_place resource:London . ?r rdf:type ontology:artist }", "graph_answer": [ "resource:Alfred_Garth_Jones" ], "readable_answer": [ "Alfred Garth Jones" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
6046
Id192
[ { "subject": "Anders_Osborne", "property": "recordLabel", "object": "Shanachie_Records" }, { "subject": "Anders_Osborne", "property": "genre", "object": "Rock_music" }, { "subject": "Rock_music", "property": "musicFusionGenre", "object": "Bhangra_(music)" } ]
[ { "subject": "Anders_Osborne", "property": "recordLabel", "object": "Shanachie_Records" }, { "subject": "Anders_Osborne", "property": "genre", "object": "Rock_music" }, { "subject": "Rock_music", "property": "musicFusionGenre", "object": "Bhangra_(music)" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Anders Osborne, whose genre is rock music, was signed to the Shanachie Records label. A musical fusion of rock music is bhangra music.", "Anders Osborne, whose genre is rock music, was signed to the Shanachie Records label. The music Bhangra is part of the fusion genre, partly coming from Rock music.", "Anders Osborne, a rock player, signed to Shanachie Records. Bhangra music is part of the fusion genre, partly coming from Rock music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Anders_Osborne", "rdf:type", "ontology:artist" ], [ "resource:Anders_Osborne", "property:genre", "resource:Rock_music" ], [ "resource:Anders_Osborne", "property:record_label", "resource:Shanachie_Records" ], [ "resource:Rock_music", "property:music_fusion_genre", "resource:Bhangra__music_" ] ]
Anders_Osborne
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "musicFusionGenre", "readable": "music fusion genre", "graph": "property:music_fusion_genre" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "Anders_Osborne", "readable": "Anders Osborne", "graph": "resource:Anders_Osborne" }, { "modified": "Bhangra_(music)", "readable": "Bhangra", "graph": "resource:Bhangra__music_" }, { "modified": "Rock_music", "readable": "Rock music", "graph": "resource:Rock_music" }, { "modified": "Shanachie_Records", "readable": "Shanachie Records", "graph": "resource:Shanachie_Records" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?k rdf:type ontology:artist . ?u property:music_fusion_genre resource:Afrobeat . ?k property:genre ?u }", "readable_query": "ASK WHERE { ?k rdf:type ontology:artist . ?u property:music_fusion_genre resource:Afrobeat . ?k property:genre ?u }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
CelestialBody
2
4131
Id112
[ { "subject": "1101_Clematis", "property": "Planet/apoapsis", "object": "\"5.20906E8\"^^<http://dbpedia.org/datatype/kilometre>" }, { "subject": "1101_Clematis", "property": "averageSpeed", "object": "\"59544.0\"^^xsd:double" } ]
[ { "subject": "1101_Clematis", "property": "apoapsis", "object": "520906000.0 (kilometres)" }, { "subject": "1101_Clematis", "property": "averageSpeed", "object": "16.54 (kilometrePerSeconds)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "1101 Clematis, which is a celestial body, has an apoapsis of 520906000.0 Kilometers and an average speed of 16.54 k.p.s.", "1101 Clematis has an apoapsis of 520906000.0 Kilometers and an average speed of 16.54 km/s.", "The minor planet, 1101 Clematis, has an apoapsis of 520906000.0 km and an average speed of 16.54 km/s." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1101_Clematis", "rdf:type", "ontology:celestial_body" ], [ "resource:1101_Clematis", "property:apoapsis", "520906000.0 (kilometres)" ], [ "resource:1101_Clematis", "property:average_speed", "16.54 (kilometrePerSeconds)" ] ]
1101_Clematis
[ { "modified": "16.54 (kilometrePerSeconds)", "readable": "16.54", "graph": "16.54 (kilometrePerSeconds)" }, { "modified": "520906000.0 (kilometres)", "readable": "520906000.0", "graph": "520906000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "averageSpeed", "readable": "average speed", "graph": "property:average_speed" }, { "modified": "1101_Clematis", "readable": "1101 Clematis", "graph": "resource:1101_Clematis" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?i property:apoapsis '605718000.0 (kilometres)' . ?i property:average_speed ?q . ?i rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { ?i property:apoapsis '605718000.0 (kilometres)' . ?i property:average_speed ?q . ?i rdf:type ontology:celestial_body }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Building
5
11570
Id34
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "leaderName", "object": "Rahm_Emanuel" }, { "subject": "Illinois", "property": "country", "object": "United_States" }, { "subject": "Illinois", "property": "language", "object": "English_language" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "leader", "object": "Rahm_Emanuel" }, { "subject": "Illinois", "property": "country", "object": "United_States" }, { "subject": "Illinois", "property": "language", "object": "English_language" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
(X (X (X) (X (X) (X))))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Chicago, Illinois in the US is led by Rahm Emanuel. 300 North LaSalle is located in the city and the state language is English." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Illinois", "property:language", "resource:English_language" ], [ "resource:Illinois", "property:country", "resource:United_States" ], [ "resource:300_North_LaSalle", "rdf:type", "ontology:building" ], [ "resource:300_North_LaSalle", "property:location", "resource:Chicago" ], [ "resource:Chicago", "property:leader", "resource:Rahm_Emanuel" ], [ "resource:Chicago", "property:is_part_of", "resource:Illinois" ] ]
300_North_LaSalle
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "300_North_LaSalle", "readable": "300 North LaSalle", "graph": "resource:300_North_LaSalle" }, { "modified": "Chicago", "readable": "Chicago", "graph": "resource:Chicago" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Illinois", "readable": "Illinois", "graph": "resource:Illinois" }, { "modified": "Rahm_Emanuel", "readable": "Rahm Emanuel", "graph": "resource:Rahm_Emanuel" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?k property:is_part_of ?j . ?j property:language resource:English_language . ?k property:leader resource:Rahm_Emanuel }", "readable_query": "SELECT DISTINCT ?j WHERE { ?k property:is_part_of ?j . ?j property:language resource:English_language . ?k property:leader resource:Rahm_Emanuel }", "graph_answer": [ "resource:Illinois" ], "readable_answer": [ "Illinois" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Illinois property:language resource:English_language . ?l property:is_part_of resource:Illinois . ?l property:leader resource:Rahm_Emanuel }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Illinois property:language resource:English_language . ?l property:is_part_of resource:Illinois . ?l property:leader resource:Rahm_Emanuel }", "graph_answer": [ "resource:Chicago" ], "readable_answer": [ "Chicago" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:300_North_LaSalle rdf:type ontology:building . resource:300_North_LaSalle property:location resource:Chicago }", "readable_query": "ASK WHERE { resource:300_North_LaSalle rdf:type ontology:building . resource:300_North_LaSalle property:location resource:Chicago }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Building
3
6411
Id31
[ { "subject": "200_Public_Square", "property": "location", "object": "Cleveland" }, { "subject": "Cleveland", "property": "subdivisionName", "object": "Cuyahoga_County,_Ohio" }, { "subject": "Cleveland", "property": "isPartOf", "object": "Ohio" } ]
[ { "subject": "200_Public_Square", "property": "location", "object": "Cleveland" }, { "subject": "Cleveland", "property": "isPartOf", "object": "Cuyahoga_County,_Ohio" }, { "subject": "Cleveland", "property": "isPartOf", "object": "Ohio" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "200 Public Square is located in Cleveland, part of Cuyahoga County in Ohio.", "200 Public Square is in Cleveland, part of the Cuyahoga County in Ohio.", "200 Public Square is in Cleveland, Cuyahoga County in Ohio." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Cleveland", "property:is_part_of", "resource:Ohio" ], [ "resource:Cleveland", "property:is_part_of", "resource:Cuyahoga_County__Ohio" ], [ "resource:200_Public_Square", "rdf:type", "ontology:building" ], [ "resource:200_Public_Square", "property:location", "resource:Cleveland" ] ]
200_Public_Square
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "200_Public_Square", "readable": "200 Public Square", "graph": "resource:200_Public_Square" }, { "modified": "Cleveland", "readable": "Cleveland", "graph": "resource:Cleveland" }, { "modified": "Cuyahoga_County,_Ohio", "readable": "Cuyahoga County, Ohio", "graph": "resource:Cuyahoga_County__Ohio" }, { "modified": "Ohio", "readable": "Ohio", "graph": "resource:Ohio" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?h ) WHERE { resource:Cleveland property:is_part_of ?o }", "readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?h ) WHERE { resource:Cleveland property:is_part_of ?o }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Cleveland property:is_part_of ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Cleveland property:is_part_of ?p }", "graph_answer": [ "resource:Ohio", "resource:Cuyahoga_County__Ohio" ], "readable_answer": [ "Ohio", "Cuyahoga County, Ohio" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:200_Public_Square rdf:type ontology:building . resource:200_Public_Square property:location resource:Cleveland }", "readable_query": "ASK WHERE { resource:200_Public_Square rdf:type ontology:building . resource:200_Public_Square property:location resource:Cleveland }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
WrittenWork
3
8203
Id49
[ { "subject": "AIP_Advances", "property": "editor", "object": "A.T._Charlie_Johnson" }, { "subject": "A.T._Charlie_Johnson", "property": "almaMater", "object": "Harvard_University" }, { "subject": "A.T._Charlie_Johnson", "property": "doctoralAdvisor", "object": "Michael_Tinkham" } ]
[ { "subject": "AIP_Advances", "property": "editor", "object": "A.T._Charlie_Johnson" }, { "subject": "A.T._Charlie_Johnson", "property": "almaMater", "object": "Harvard_University" }, { "subject": "A.T._Charlie_Johnson", "property": "doctoralAdvisor", "object": "Michael_Tinkham" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "A T Charlie Johnson, AIP Advances editor, graduated from Harvard University assisted by doctoral advisor Michael Tinkham.", "A T Charlie Johnson is the editor AIP Advances. His alma mater was Harvard University and his doctoral adviser was Michael Tinkham." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_T__Charlie_Johnson", "property:doctoral_advisor", "resource:Michael_Tinkham" ], [ "resource:A_T__Charlie_Johnson", "property:alma_mater", "resource:Harvard_University" ], [ "resource:AIP_Advances", "property:editor", "resource:A_T__Charlie_Johnson" ], [ "resource:AIP_Advances", "rdf:type", "ontology:written_work" ] ]
AIP_Advances
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "doctoralAdvisor", "readable": "doctoral advisor", "graph": "property:doctoral_advisor" }, { "modified": "editor", "readable": "editor", "graph": "property:editor" }, { "modified": "AIP_Advances", "readable": "AIP Advances", "graph": "resource:AIP_Advances" }, { "modified": "A.T._Charlie_Johnson", "readable": "A.T. Charlie Johnson", "graph": "resource:A_T__Charlie_Johnson" }, { "modified": "Harvard_University", "readable": "Harvard University", "graph": "resource:Harvard_University" }, { "modified": "Michael_Tinkham", "readable": "Michael Tinkham", "graph": "resource:Michael_Tinkham" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s ?l WHERE { resource:A_T__Charlie_Johnson property:doctoral_advisor ?l . resource:A_T__Charlie_Johnson property:alma_mater ?s }", "readable_query": "SELECT DISTINCT ?s ?l WHERE { resource:A.T._Charlie_Johnson property:doctoral_advisor ?l . resource:A.T._Charlie_Johnson property:alma_mater ?s }", "graph_answer": [ "resource:Harvard_University", "resource:Michael_Tinkham" ], "readable_answer": [ "Harvard University", "Michael Tinkham" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:AIP_Advances rdf:type ontology:written_work . resource:AIP_Advances property:editor resource:A_T__Charlie_Johnson }", "readable_query": "ASK WHERE { resource:AIP_Advances rdf:type ontology:written_work . resource:AIP_Advances property:editor resource:A.T._Charlie_Johnson }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Athlete
3
6379
Id215
[ { "subject": "VfL_Wolfsburg", "property": "manager", "object": "Dieter_Hecking" }, { "subject": "Aaron_Hunt", "property": "team", "object": "SV_Werder_Bremen" }, { "subject": "Aaron_Hunt", "property": "clubs", "object": "VfL_Wolfsburg" } ]
[ { "subject": "VfL_Wolfsburg", "property": "manager", "object": "Dieter_Hecking" }, { "subject": "Aaron_Hunt", "property": "club", "object": "SV_Werder_Bremen" }, { "subject": "Aaron_Hunt", "property": "club", "object": "VfL_Wolfsburg" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Hunt played for SV Werder Bremen and also Vfl Wolfsburg, the latter of which is managed by Dieter Hecking.", "Aaron Hunt previously played for SV Werder Bremen and currently for VfL Wolfsburg who are managed by Dieter Hecking.", "Aaron Hunt played for the SV Werder Bremen club and currently for VfL Wolfsburg which is managed by Dieter Hecking." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:VfL_Wolfsburg", "property:manager", "resource:Dieter_Hecking" ], [ "resource:Aaron_Hunt", "rdf:type", "ontology:athlete" ], [ "resource:Aaron_Hunt", "property:club", "resource:SV_Werder_Bremen" ], [ "resource:Aaron_Hunt", "property:club", "resource:VfL_Wolfsburg" ] ]
Aaron_Hunt
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "Aaron_Hunt", "readable": "Aaron Hunt", "graph": "resource:Aaron_Hunt" }, { "modified": "Dieter_Hecking", "readable": "Dieter Hecking", "graph": "resource:Dieter_Hecking" }, { "modified": "SV_Werder_Bremen", "readable": "SV Werder Bremen", "graph": "resource:SV_Werder_Bremen" }, { "modified": "VfL_Wolfsburg", "readable": "VfL Wolfsburg", "graph": "resource:VfL_Wolfsburg" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?k ) WHERE { resource:Aaron_Hunt property:club ?f }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?k ) WHERE { resource:Aaron_Hunt property:club ?f }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?j property:manager resource:Christian_Panucci }", "readable_query": "ASK WHERE { ?j property:manager resource:Christian_Panucci }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?m property:manager resource:Dieter_Hecking }", "readable_query": "ASK WHERE { ?m property:manager resource:Dieter_Hecking }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?v WHERE { ?v property:manager resource:Dieter_Hecking }", "readable_query": "SELECT ?v WHERE { ?v property:manager resource:Dieter_Hecking }", "graph_answer": [ "resource:VfL_Wolfsburg" ], "readable_answer": [ "VfL Wolfsburg" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Monument
4
10296
Id28
[ { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "dedicatedTo", "object": "\"Ottoman Army soldiers killed in the Battle of Baku\"@en" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"@en" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "designer", "object": "\"Hüseyin Bütüner and Hilmi Güner\"@en" } ]
[ { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "dedicatedTo", "object": "\"Ottoman Army soldiers killed in the Battle of Baku\"" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "designer", "object": "\"Hüseyin Bütüner and Hilmi Güner\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Baku Turkish Martyrs Memorial (known locally as Türk Şehitleri Anıtı) has been dedicated to Ottoman Army soldiers killed in the Battle of Baku. It was designed by Hüseyin Bütüner and Hilmi Güner and is located in Baku, Azerbaijan.", "The Baku Turkish Martyrs' Memorial located in Azerbaijan, known locally as Türk Şehitleri Anıtı, is dedicated to the Ottoman Army Soldiers killed in the Battle of Baku. The designers of the Memorial are Hüseyin Bütüner and Hilmi Güner.", "The Baku Turkish Martyrs Memorial in Azerbaijan (known in Turkish as Turk Sehitleri Aniti) was designed by Hüseyin Bütüner and Hilmi Güner and is dedicated to Ottoman Army soldiers killed in the Battle of Baku." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Baku_Turkish_Martyrs__Memorial", "property:native_name", "resource:T_rk__ehitleri_An_t_" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:dedicated_to", "Ottoman Army soldiers killed in the Battle of Baku" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "rdf:type", "ontology:monument" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:location", "resource:Azerbaijan" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:designer", "Hüseyin Bütüner and Hilmi Güner" ] ]
Baku_Turkish_Martyrs'_Memorial
[ { "modified": "Hüseyin Bütüner and Hilmi Güner", "readable": "Hüseyin Bütüner and Hilmi Güner", "graph": "Hüseyin Bütüner and Hilmi Güner" }, { "modified": "Ottoman Army soldiers killed in the Battle of Baku", "readable": "Ottoman Army soldiers killed in the Battle of Baku", "graph": "Ottoman Army soldiers killed in the Battle of Baku" }, { "modified": "dedicatedTo", "readable": "dedicated to", "graph": "property:dedicated_to" }, { "modified": "designer", "readable": "designer", "graph": "property:designer" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "nativeName", "readable": "native name", "graph": "property:native_name" }, { "modified": "Azerbaijan", "readable": "Azerbaijan", "graph": "resource:Azerbaijan" }, { "modified": "Baku_Turkish_Martyrs'_Memorial", "readable": "Baku Turkish Martyrs' Memorial", "graph": "resource:Baku_Turkish_Martyrs__Memorial" }, { "modified": "Türk Şehitleri Anıtı", "readable": "Türk Şehitleri Anıtı", "graph": "resource:T_rk__ehitleri_An_t_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l ?f WHERE { resource:Baku_Turkish_Martyrs__Memorial property:designer ?f . resource:Baku_Turkish_Martyrs__Memorial property:native_name ?l }", "readable_query": "SELECT DISTINCT ?l ?f WHERE { resource:Baku_Turkish_Martyrs'_Memorial property:designer ?f . resource:Baku_Turkish_Martyrs'_Memorial property:native_name ?l }", "graph_answer": [ "resource:T_rk__ehitleri_An_t_", "Hüseyin Bütüner and Hilmi Güner" ], "readable_answer": [ "Türk Şehitleri Anıtı", "Hüseyin Bütüner and Hilmi Güner" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Baku_Turkish_Martyrs__Memorial property:net_income ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Baku_Turkish_Martyrs'_Memorial property:net_income ?j }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
3
5763
Id96
[ { "subject": "Amsterdam_Airport_Schiphol", "property": "cityServed", "object": "Amsterdam" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "runwayLength", "object": "\"2014.0\"^^xsd:double" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "elevation", "object": "\"-3.3528\"^^xsd:double" } ]
[ { "subject": "Amsterdam_Airport_Schiphol", "property": "cityServed", "object": "Amsterdam" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "runwayLength", "object": "2014.0" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "elevationAboveTheSeaLevel", "object": "-3.3528" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Amsterdam Airport Schiphol which serves the city of Amsterdam has a runway length of 2014.0 and is -3.3528 above sea level.", "Amsterdam Airport Schiphol is 3.3528 below sea level, has a runway that's 2,014 long and serves Amsterdam." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Amsterdam_Airport_Schiphol", "property:runway_length", "resource:2014_0" ], [ "resource:Amsterdam_Airport_Schiphol", "rdf:type", "ontology:airport" ], [ "resource:Amsterdam_Airport_Schiphol", "property:city_served", "resource:Amsterdam" ], [ "resource:Amsterdam_Airport_Schiphol", "property:elevation_above_the_sea_level", "resource:_3_3528" ] ]
Amsterdam_Airport_Schiphol
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "2014.0", "readable": "2014.0", "graph": "resource:2014_0" }, { "modified": "Amsterdam", "readable": "Amsterdam", "graph": "resource:Amsterdam" }, { "modified": "Amsterdam_Airport_Schiphol", "readable": "Amsterdam Airport Schiphol", "graph": "resource:Amsterdam_Airport_Schiphol" }, { "modified": "-3.3528", "readable": "-3.3528", "graph": "resource:_3_3528" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?h property:elevation_above_the_sea_level resource:214_0 . ?h rdf:type ontology:airport . ?h property:runway_length ?o }", "readable_query": "ASK WHERE { ?h property:elevation_above_the_sea_level resource:214.0 . ?h rdf:type ontology:airport . ?h property:runway_length ?o }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Airport
4
8431
Id29
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "runwayLength", "object": "\"4100.0\"^^xsd:double" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "\"Madrid, Paracuellos de Jarama, San Sebastián de los Reyes and Alcobendas\"@en" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "operator", "object": "ENAIRE" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "runwayDesignation", "object": "\"14L/32R\"" } ]
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "runwayLength", "object": "4100.0" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "\"Madrid, Paracuellos de Jarama, San Sebastián de los Reyes and Alcobendas\"" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "operatingOrganisation", "object": "ENAIRE" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "runwayName", "object": "\"14L/32R\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adolfo Suárez Madrid–Barajas Airport can be found in Madrid, Paracuellos de Jarama, San Sebastián de los Reyes and Alcobendas and is operated by ENAIRE. The runway name is 14L/32R with a length of 4100.0.", "Adolfo Suárez Madrid–Barajas Airport can be found in Madrid, Paracuellos de Jarama, San Sebastián de los Reyes and Alcobendas and is operated by ENAIRE. The runway, named 14L/32R is 4100.0 in length.", "Adolfo Suárez Madrid–Barajas Airport, which is operated by ENAIRE, can be found in Madrid, Paracuellos de Jarama, San Sebastián de los Reyes and Alcobendas. The airport's runway name is 14L/32R and has a length of 4,100." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:runway_length", "resource:4100_0" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:location", "resource:San_Sebasti_n_de_los_Reyes" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:location", "resource:Paracuellos_de_Jarama" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:location", "resource:Madrid" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:location", "resource:Alcobendas" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:runway_name", "resource:14L_32R" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:operating_organisation", "resource:ENAIRE" ] ]
Adolfo_Suárez_Madrid–Barajas_Airport
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "runwayName", "readable": "runway name", "graph": "property:runway_name" }, { "modified": "14L/32R", "readable": "14L/32R", "graph": "resource:14L_32R" }, { "modified": "4100.0", "readable": "4100.0", "graph": "resource:4100_0" }, { "modified": "Adolfo_Suárez_Madrid–Barajas_Airport", "readable": "Adolfo Suárez Madrid–Barajas Airport", "graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport" }, { "modified": "Alcobendas", "readable": "Alcobendas", "graph": "resource:Alcobendas" }, { "modified": "ENAIRE", "readable": "ENAIRE", "graph": "resource:ENAIRE" }, { "modified": "Madrid", "readable": "Madrid", "graph": "resource:Madrid" }, { "modified": "Paracuellos de Jarama", "readable": "Paracuellos de Jarama", "graph": "resource:Paracuellos_de_Jarama" }, { "modified": "San Sebastián de los Reyes", "readable": "San Sebastián de los Reyes", "graph": "resource:San_Sebasti_n_de_los_Reyes" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r ?u WHERE { resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:location ?r . resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:operating_organisation ?u }", "readable_query": "SELECT DISTINCT ?r ?u WHERE { resource:Adolfo_Suárez_Madrid–Barajas_Airport property:location ?r . resource:Adolfo_Suárez_Madrid–Barajas_Airport property:operating_organisation ?u }", "graph_answer": [ "resource:San_Sebasti_n_de_los_Reyes", "resource:ENAIRE" ], "readable_answer": [ "San Sebastián de los Reyes", "ENAIRE" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:attack_aircraft ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Adolfo_Suárez_Madrid–Barajas_Airport property:attack_aircraft ?r }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
3
7519
Id119
[ { "subject": "Alfa_Romeo_164", "property": "related", "object": "Fiat_Croma" }, { "subject": "Alfa_Romeo_164", "property": "assembly", "object": "Arese" }, { "subject": "Alfa_Romeo_164", "property": "relatedMeanOfTransportation", "object": "Saab_9000" } ]
[ { "subject": "Alfa_Romeo_164", "property": "relatedMeanOfTransportation", "object": "Fiat_Croma" }, { "subject": "Alfa_Romeo_164", "property": "assembly", "object": "Arese" }, { "subject": "Alfa_Romeo_164", "property": "relatedMeanOfTransportation", "object": "Saab_9000" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Alfa Romeo 164 was assembled in Arese and is a similar means of transport to the Saab 9000 and also related to the Fiat Croma.", "The Alfa Romeo 164 which was assembled in Arese, is a similar means of transport to the Fiat Croma and the Saab 9000.", "The Alfa Romeo 164 (assembled in Arese), the Saab 9000 and the Fiat Croma are similar means of transport as they are all cars." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alfa_Romeo_164", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Alfa_Romeo_164", "property:related_mean_of_transportation", "resource:Saab_9000" ], [ "resource:Alfa_Romeo_164", "property:related_mean_of_transportation", "resource:Fiat_Croma" ], [ "resource:Alfa_Romeo_164", "property:assembly", "resource:Arese" ] ]
Alfa_Romeo_164
[ { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "relatedMeanOfTransportation", "readable": "related mean of transportation", "graph": "property:related_mean_of_transportation" }, { "modified": "Alfa_Romeo_164", "readable": "Alfa Romeo 164", "graph": "resource:Alfa_Romeo_164" }, { "modified": "Arese", "readable": "Arese", "graph": "resource:Arese" }, { "modified": "Fiat_Croma", "readable": "Fiat Croma", "graph": "resource:Fiat_Croma" }, { "modified": "Saab_9000", "readable": "Saab 9000", "graph": "resource:Saab_9000" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?l ) WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?f }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?l ) WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?f }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?q }", "graph_answer": [ "resource:Saab_9000", "resource:Fiat_Croma" ], "readable_answer": [ "Saab 9000", "Fiat Croma" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Alfa_Romeo_164 property:death_cause ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Alfa_Romeo_164 property:death_cause ?r }", "graph_answer": [], "readable_answer": [], "type": [ "ellipsis", "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
3
7205
Id118
[ { "subject": "BLT", "property": "variations", "object": "Club_sandwich" }, { "subject": "Bacon_sandwich", "property": "hasVariant", "object": "BLT" }, { "subject": "BLT", "property": "ingredient", "object": "Tomato" } ]
[ { "subject": "Bacon_sandwich", "property": "dishVariation", "object": "BLT" }, { "subject": "BLT", "property": "dishVariation", "object": "Club_sandwich" }, { "subject": "BLT", "property": "ingredient", "object": "Tomato" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Tomato is an ingredient in a BLT sandwich which is also known as a club sandwich or bacon sandwich.", "The BLT is a variation of the Club Sandwich and bacon sandwich, and contains tomato.", "A variation of a bacon sandwich is the BLT, it includes tomato and is similar to a club sandwich." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:BLT", "property:dish_variation", "resource:Club_sandwich" ], [ "resource:BLT", "property:ingredient", "resource:Tomato" ], [ "resource:Bacon_sandwich", "property:dish_variation", "resource:BLT" ], [ "resource:Bacon_sandwich", "rdf:type", "ontology:food" ] ]
Bacon_sandwich
[ { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "BLT", "readable": "BLT", "graph": "resource:BLT" }, { "modified": "Bacon_sandwich", "readable": "Bacon sandwich", "graph": "resource:Bacon_sandwich" }, { "modified": "Club_sandwich", "readable": "Club sandwich", "graph": "resource:Club_sandwich" }, { "modified": "Tomato", "readable": "Tomato", "graph": "resource:Tomato" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { VALUES ( ?l ) { ( resource:BLT ) ( resource:Club_sandwich ) } . resource:Bacon_sandwich property:dish_variation ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { VALUES ( ?l ) { ( resource:BLT ) ( resource:Club_sandwich ) } . resource:Bacon_sandwich property:dish_variation ?l }", "graph_answer": [ "resource:BLT" ], "readable_answer": [ "BLT" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { VALUES ( ?m ) { ( resource:BLT ) ( resource:Club_sandwich ) } . resource:BLT property:dish_variation ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { VALUES ( ?m ) { ( resource:BLT ) ( resource:Club_sandwich ) } . resource:BLT property:dish_variation ?m }", "graph_answer": [ "resource:Club_sandwich" ], "readable_answer": [ "Club sandwich" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:BLT property:nearest_city ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:BLT property:nearest_city ?e }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
4
8690
Id82
[ { "subject": "Alan_Frew", "property": "genre", "object": "Rock_music" }, { "subject": "Rock_music", "property": "stylisticOrigins", "object": "Country_music" }, { "subject": "Rock_music", "property": "stylisticOrigin", "object": "Blues" }, { "subject": "Rock_music", "property": "musicFusionGenre", "object": "Bhangra_(music)" } ]
[ { "subject": "Alan_Frew", "property": "genre", "object": "Rock_music" }, { "subject": "Rock_music", "property": "stylisticOrigin", "object": "Country_music" }, { "subject": "Rock_music", "property": "stylisticOrigin", "object": "Blues" }, { "subject": "Rock_music", "property": "musicFusionGenre", "object": "Bhangra_(music)" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Rock music has its origins in Blues and Country. Bhangra is a fusion of Rock. Rock is the genre of artist Alan Frew.", "Rock music originated from country music and bhangra is one of its musical fusion. Alan Frew performs in the rock music which has its stylistic origins in blues." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Rock_music", "property:stylistic_origin", "resource:Country_music" ], [ "resource:Rock_music", "property:stylistic_origin", "resource:Blues" ], [ "resource:Rock_music", "property:music_fusion_genre", "resource:Bhangra__music_" ], [ "resource:Alan_Frew", "rdf:type", "ontology:artist" ], [ "resource:Alan_Frew", "property:genre", "resource:Rock_music" ] ]
Alan_Frew
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "musicFusionGenre", "readable": "music fusion genre", "graph": "property:music_fusion_genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Alan_Frew", "readable": "Alan Frew", "graph": "resource:Alan_Frew" }, { "modified": "Bhangra_(music)", "readable": "Bhangra", "graph": "resource:Bhangra__music_" }, { "modified": "Blues", "readable": "Blues", "graph": "resource:Blues" }, { "modified": "Country_music", "readable": "Country music", "graph": "resource:Country_music" }, { "modified": "Rock_music", "readable": "Rock music", "graph": "resource:Rock_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?d ) WHERE { resource:Rock_music property:stylistic_origin ?w }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?d ) WHERE { resource:Rock_music property:stylistic_origin ?w }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Rock_music property:stylistic_origin ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Rock_music property:stylistic_origin ?l }", "graph_answer": [ "resource:Country_music", "resource:Blues" ], "readable_answer": [ "Country music", "Blues" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:artist . FILTER ( CONTAINS ( LCASE ( ?x ) , 'frew' ) ) . ?x property:genre resource:Rock_music }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:artist . FILTER ( CONTAINS ( LCASE ( ?x ) , 'frew' ) ) . ?x property:genre resource:Rock_music }", "graph_answer": [ "resource:Alan_Frew" ], "readable_answer": [ "Alan Frew" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Rock_music property:senators ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Rock_music property:senators ?c }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
2
5345
Id89
[ { "subject": "A.S._Livorno_Calcio", "property": "manager", "object": "Christian_Panucci" }, { "subject": "Christian_Panucci", "property": "team", "object": "Chelsea_F.C." } ]
[ { "subject": "A.S._Livorno_Calcio", "property": "manager", "object": "Christian_Panucci" }, { "subject": "Christian_Panucci", "property": "club", "object": "Chelsea_F.C." } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A.S. Livorno Calcio is managed by Christian Panucci who has played for Chelsea FC.", "A.S. Livorno Calcio, are managed by Christian Panucci, who has played for Chelsea FC.", "Christian Panucci is the manager of A.S. Livorno Calcio and has played for Chelsea FC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Christian_Panucci", "property:club", "resource:Chelsea_F_C_" ], [ "resource:A_S__Livorno_Calcio", "rdf:type", "ontology:sports_team" ], [ "resource:A_S__Livorno_Calcio", "property:manager", "resource:Christian_Panucci" ] ]
A.S._Livorno_Calcio
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.S._Livorno_Calcio", "readable": "A.S. Livorno Calcio", "graph": "resource:A_S__Livorno_Calcio" }, { "modified": "Chelsea_F.C.", "readable": "Chelsea F.C.", "graph": "resource:Chelsea_F_C_" }, { "modified": "Christian_Panucci", "readable": "Christian Panucci", "graph": "resource:Christian_Panucci" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?l rdf:type ontology:sports_team . ?l property:manager resource:Frank_de_Boer }", "readable_query": "ASK WHERE { ?l rdf:type ontology:sports_team . ?l property:manager resource:Frank_de_Boer }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?b rdf:type ontology:sports_team . ?b property:manager resource:Christian_Panucci }", "readable_query": "ASK WHERE { ?b rdf:type ontology:sports_team . ?b property:manager resource:Christian_Panucci }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?x WHERE { ?x property:manager resource:Christian_Panucci . ?x rdf:type ontology:sports_team }", "readable_query": "SELECT ?x WHERE { ?x property:manager resource:Christian_Panucci . ?x rdf:type ontology:sports_team }", "graph_answer": [ "resource:A_S__Livorno_Calcio" ], "readable_answer": [ "A.S. Livorno Calcio" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Christian_Panucci property:club ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'c' ) ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Christian_Panucci property:club ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'c' ) ) }", "graph_answer": [ "resource:Chelsea_F_C_" ], "readable_answer": [ "Chelsea F.C." ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
2
4129
Id110
[ { "subject": "10_Hygiea", "property": "Planet/orbitalPeriod", "object": "\"5.57\"^^<http://dbpedia.org/datatype/day>" }, { "subject": "10_Hygiea", "property": "Planet/apoapsis", "object": "\"5.2395158233968E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "10_Hygiea", "property": "orbitalPeriod", "object": "5.57 (days)" }, { "subject": "10_Hygiea", "property": "apoapsis", "object": "523951582.33968 (kilometres)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "10 Hygiea has an orbital period of 5.57 days and an apoapsis of 523951582.33968 kilometres.", "10 Hygiea has an apoapsis of 523951582.33968 kilometres and an orbital period of 5.57 days." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:10_Hygiea", "rdf:type", "ontology:celestial_body" ], [ "resource:10_Hygiea", "property:apoapsis", "523951582.33968 (kilometres)" ], [ "resource:10_Hygiea", "property:orbital_period", "5.57 (days)" ] ]
10_Hygiea
[ { "modified": "5.57 (days)", "readable": "5.57", "graph": "5.57 (days)" }, { "modified": "523951582.33968 (kilometres)", "readable": "523951582.33968", "graph": "523951582.33968 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "10_Hygiea", "readable": "10 Hygiea", "graph": "resource:10_Hygiea" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?p property:orbital_period ?h . ?p rdf:type ontology:celestial_body . ?p property:apoapsis '373513000.0 (kilometres)' }", "readable_query": "ASK WHERE { ?p property:orbital_period ?h . ?p rdf:type ontology:celestial_body . ?p property:apoapsis '373513000.0 (kilometres)' }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
City
3
6944
Id232
[ { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "Austin,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
[ { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "Austin,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Austin, Texas is located in the United States, a country that is led by the president. Native Americans are an ethnic group in the U.S.", "Austin, Texas, is in the United States, a country in which one of the ethnic groups are Native Americans and in which the leader is called the President of the United States.", "The president is the leader of the United States. The country where Austin, Texas, is located. Also where Native Americans are one of the ethnic groups." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:Austin__Texas", "rdf:type", "ontology:city" ], [ "resource:Austin__Texas", "property:country", "resource:United_States" ] ]
Austin,_Texas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Austin,_Texas", "readable": "Austin, Texas", "graph": "resource:Austin__Texas" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "President_of_the_United_States", "readable": "President of the United States", "graph": "resource:President_of_the_United_States" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u ?n WHERE { resource:United_States property:leader_title ?n . resource:United_States property:ethnic_group ?u }", "readable_query": "SELECT DISTINCT ?u ?n WHERE { resource:United_States property:leader_title ?n . resource:United_States property:ethnic_group ?u }", "graph_answer": [ "resource:Native_Americans_in_the_United_States", "resource:President_of_the_United_States" ], "readable_answer": [ "Native Americans in the United States", "President of the United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Austin__Texas rdf:type ontology:city . resource:Austin__Texas property:country resource:United_States }", "readable_query": "ASK WHERE { resource:Austin,_Texas rdf:type ontology:city . resource:Austin,_Texas property:country resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
2
4810
Id45
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "American_Locomotive_Company", "property": "locationCountry", "object": "United_States" } ]
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "American_Locomotive_Company", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The ALCO RS-3 was built by the American Locomotive Company which is located in the U.S.", "The American Locomotive Company which is located in the US, built the ALCO RS-3.", "The builder of the ALCO RS-3 is the American Locomotive Company, the location of which is the U.S." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:American_Locomotive_Company", "property:country", "resource:United_States" ], [ "resource:ALCO_RS_3", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:ALCO_RS_3", "property:builder", "resource:American_Locomotive_Company" ] ]
ALCO_RS-3
[ { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ALCO_RS-3", "readable": "ALCO RS-3", "graph": "resource:ALCO_RS_3" }, { "modified": "American_Locomotive_Company", "readable": "American Locomotive Company", "graph": "resource:American_Locomotive_Company" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?b ) WHERE { ?i property:country resource:United_States }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?b ) WHERE { ?i property:country resource:United_States }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?b property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:country resource:United_States }", "graph_answer": [ "resource:American_Locomotive_Company" ], "readable_answer": [ "American Locomotive Company" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?w ) WHERE { resource:ALCO_RS_3 property:nearest_city ?o }", "readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?w ) WHERE { resource:ALCO_RS-3 property:nearest_city ?o }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "non_sense", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] } ]
Artist
3
5866
Id12
[ { "subject": "Aaron_Deer", "property": "genre", "object": "Indie_rock" }, { "subject": "Indie_rock", "property": "stylisticOrigin", "object": "Garage_rock" }, { "subject": "Aaron_Deer", "property": "instrument", "object": "Keyboard_instrument" } ]
[ { "subject": "Aaron_Deer", "property": "genre", "object": "Indie_rock" }, { "subject": "Indie_rock", "property": "stylisticOrigin", "object": "Garage_rock" }, { "subject": "Aaron_Deer", "property": "instrument", "object": "Keyboard_instrument" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Keyboard player Aaron Deer is an Indie Rock performer which has its origins in Garage Rock.", "Indie rock is derived from Garage rock and is the type of music performed by keyboard player Aaron Deer.", "Aaron Deer plays the keyboard in the musical genre of indie rock which has its stylistic origins in Garage rock." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Indie_rock", "property:stylistic_origin", "resource:Garage_rock" ], [ "resource:Aaron_Deer", "rdf:type", "ontology:artist" ], [ "resource:Aaron_Deer", "property:genre", "resource:Indie_rock" ], [ "resource:Aaron_Deer", "property:instrument", "resource:Keyboard_instrument" ] ]
Aaron_Deer
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "instrument", "readable": "instrument", "graph": "property:instrument" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Aaron_Deer", "readable": "Aaron Deer", "graph": "resource:Aaron_Deer" }, { "modified": "Garage_rock", "readable": "Garage rock", "graph": "resource:Garage_rock" }, { "modified": "Indie_rock", "readable": "Indie rock", "graph": "resource:Indie_rock" }, { "modified": "Keyboard_instrument", "readable": "Keyboard instrument", "graph": "resource:Keyboard_instrument" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?j rdf:type ontology:artist . ?j property:genre ?q . ?q property:stylistic_origin resource:Garage_rock . ?j property:instrument resource:Keyboard_instrument }", "readable_query": "SELECT DISTINCT ?q WHERE { ?j rdf:type ontology:artist . ?j property:genre ?q . ?q property:stylistic_origin resource:Garage_rock . ?j property:instrument resource:Keyboard_instrument }", "graph_answer": [ "resource:Indie_rock" ], "readable_answer": [ "Indie rock" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?d ) WHERE { ?d rdf:type ontology:artist . ?d property:instrument resource:Keyboard_instrument . ?d property:genre ?i . ?i property:stylistic_origin resource:Garage_rock }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?d ) WHERE { ?d rdf:type ontology:artist . ?d property:instrument resource:Keyboard_instrument . ?d property:genre ?i . ?i property:stylistic_origin resource:Garage_rock }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "number_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?t property:instrument resource:Keyboard_instrument . ?t property:genre ?n . ?t rdf:type ontology:artist . ?n property:stylistic_origin resource:Garage_rock }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t property:instrument resource:Keyboard_instrument . ?t property:genre ?n . ?t rdf:type ontology:artist . ?n property:stylistic_origin resource:Garage_rock }", "graph_answer": [ "resource:Aaron_Deer" ], "readable_answer": [ "Aaron Deer" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
5
11333
Id184
[ { "subject": "Andrew_White_(musician)", "property": "associatedBand", "object": "Kaiser_Chiefs" }, { "subject": "Andrew_White_(musician)", "property": "associatedMusicalArtist", "object": "Marry_Banilow" }, { "subject": "Andrew_White_(musician)", "property": "recordLabel", "object": "Universal_Records_(defunct_record_label)" }, { "subject": "Andrew_White_(musician)", "property": "label", "object": "B-Unique_Records" }, { "subject": "Andrew_White_(musician)", "property": "activeYearsStartYear", "object": "\"2003\"^^xsd:gYear" } ]
[ { "subject": "Andrew_White_(musician)", "property": "associatedBand/associatedMusicalArtist", "object": "Kaiser_Chiefs" }, { "subject": "Andrew_White_(musician)", "property": "associatedBand/associatedMusicalArtist", "object": "Marry_Banilow" }, { "subject": "Andrew_White_(musician)", "property": "recordLabel", "object": "B-Unique_Records" }, { "subject": "Andrew_White_(musician)", "property": "recordLabel", "object": "Universal_Records_(defunct_record_label)" }, { "subject": "Andrew_White_(musician)", "property": "activeYearsStartYear", "object": "2003" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andrew White is a musician who started his career in 2003 who was in the band the Kaiser Chiefs. He signed to the record label B-Unique Records, and was previously with the (now defunct) Universal Records, and has been associated with Marry Banilow.", "Musician, Andrew White, started his musical career in 2003 and is associated with the musical artist Marry Banilow. He is a member of the band Kaiser CHiefs, and is signed to the record label B-Unique Records. White's record label used to be Universal records which is now a defunct label.", "Andrew White started his music career in 2003 and now plays for Kaiser Chiefs. He signed with B-Unique Records and also was with Universal records which is now defunct. Mr. White is associated with Marry Banilow, musician." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andrew_White__musician_", "rdf:type", "ontology:artist" ], [ "resource:Andrew_White__musician_", "property:associated_band_associated_musical_artist", "resource:Kaiser_Chiefs" ], [ "resource:Andrew_White__musician_", "property:associated_band_associated_musical_artist", "resource:Marry_Banilow" ], [ "resource:Andrew_White__musician_", "property:active_years_start_year", "resource:2003" ], [ "resource:Andrew_White__musician_", "property:record_label", "resource:B_Unique_Records" ], [ "resource:Andrew_White__musician_", "property:record_label", "resource:Universal_Records__defunct_record_label_" ] ]
Andrew_White_(musician)
[ { "modified": "activeYearsStartYear", "readable": "active years start year", "graph": "property:active_years_start_year" }, { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "2003", "readable": "2003", "graph": "resource:2003" }, { "modified": "Andrew_White_(musician)", "readable": "Andrew White", "graph": "resource:Andrew_White__musician_" }, { "modified": "B-Unique_Records", "readable": "B-Unique Records", "graph": "resource:B_Unique_Records" }, { "modified": "Kaiser_Chiefs", "readable": "Kaiser Chiefs", "graph": "resource:Kaiser_Chiefs" }, { "modified": "Marry_Banilow", "readable": "Marry Banilow", "graph": "resource:Marry_Banilow" }, { "modified": "Universal_Records_(defunct_record_label)", "readable": "Universal Records", "graph": "resource:Universal_Records__defunct_record_label_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?k ) WHERE { resource:Andrew_White__musician_ property:record_label ?o }", "readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?k ) WHERE { resource:Andrew_White_(musician) property:record_label ?o }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:Andrew_White__musician_ property:record_label ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Andrew_White_(musician) property:record_label ?w }", "graph_answer": [ "resource:B_Unique_Records", "resource:Universal_Records__defunct_record_label_" ], "readable_answer": [ "B-Unique Records", "Universal Records" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { FILTER ( CONTAINS ( LCASE ( ?y ) , 'chiefs' ) ) . resource:Andrew_White__musician_ property:associated_band_associated_musical_artist ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( CONTAINS ( LCASE ( ?y ) , 'chiefs' ) ) . resource:Andrew_White_(musician) property:associated_band_associated_musical_artist ?y }", "graph_answer": [ "resource:Kaiser_Chiefs" ], "readable_answer": [ "Kaiser Chiefs" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { resource:Andrew_White__musician_ property:associated_band_associated_musical_artist ?f . FILTER ( STRSTARTS ( LCASE ( ?f ) , 'm' ) ) }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Andrew_White_(musician) property:associated_band_associated_musical_artist ?f . FILTER ( STRSTARTS ( LCASE ( ?f ) , 'm' ) ) }", "graph_answer": [ "resource:Marry_Banilow" ], "readable_answer": [ "Marry Banilow" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Andrew_White__musician_ property:death_year ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Andrew_White_(musician) property:death_year ?b }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
5
11743
Id51
[ { "subject": "107_Camilla", "property": "discoverer", "object": "N._R._Pogson" }, { "subject": "N._R._Pogson", "property": "deathPlace", "object": "Chennai" }, { "subject": "107_Camilla", "property": "Planet/orbitalPeriod", "object": "\"2368.05\"^^<http://dbpedia.org/datatype/day>" }, { "subject": "N._R._Pogson", "property": "birthPlace", "object": "Nottingham" }, { "subject": "N._R._Pogson", "property": "nationality", "object": "England" } ]
[ { "subject": "107_Camilla", "property": "discoverer", "object": "N._R._Pogson" }, { "subject": "N._R._Pogson", "property": "deathPlace", "object": "Chennai" }, { "subject": "107_Camilla", "property": "orbitalPeriod", "object": "2368.05 (days)" }, { "subject": "N._R._Pogson", "property": "birthPlace", "object": "Nottingham" }, { "subject": "N._R._Pogson", "property": "nationality", "object": "England" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "107 Camilla was discovered by British, N.R. Pogson and it has an orbital period of 2368.05 days. Pogson was born in Nottingham and died in Chennai.", "107 Camilla was discovered by N.R. Pogson and its orbital period is 2368.05 days. Pogson is British, was born in Nottingham and died in Chennai.", "N.R. Pogson was an English national, who was born in Nottingham and died in Chennai. He discovered 107 Camilla, which has an orbital period of 2368.05 days." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:N__R__Pogson", "property:death_place", "resource:Chennai" ], [ "resource:N__R__Pogson", "property:nationality", "resource:England" ], [ "resource:N__R__Pogson", "property:birth_place", "resource:Nottingham" ], [ "resource:107_Camilla", "rdf:type", "ontology:celestial_body" ], [ "resource:107_Camilla", "property:orbital_period", "2368.05 (days)" ], [ "resource:107_Camilla", "property:discoverer", "resource:N__R__Pogson" ] ]
107_Camilla
[ { "modified": "2368.05 (days)", "readable": "2368.05", "graph": "2368.05 (days)" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "107_Camilla", "readable": "107 Camilla", "graph": "resource:107_Camilla" }, { "modified": "Chennai", "readable": "Chennai", "graph": "resource:Chennai" }, { "modified": "England", "readable": "England", "graph": "resource:England" }, { "modified": "N._R._Pogson", "readable": "N. R. Pogson", "graph": "resource:N__R__Pogson" }, { "modified": "Nottingham", "readable": "Nottingham", "graph": "resource:Nottingham" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?k rdf:type ontology:celestial_body . ?k property:discoverer ?f . ?f property:birth_place resource:West_Germany }", "readable_query": "ASK WHERE { ?k rdf:type ontology:celestial_body . ?k property:discoverer ?f . ?f property:birth_place resource:West_Germany }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
4
10152
Id126
[ { "subject": "Alhambra_(1855)", "property": "shipBeam", "object": "\"8.3 m\"@en" }, { "subject": "Alhambra_(1855)", "property": "MeanOfTransportation/length", "object": "\"63800.0\"^^<http://dbpedia.org/datatype/millimetre>" }, { "subject": "Alhambra_(1855)", "property": "status", "object": "\"Wrecked\"" }, { "subject": "Alhambra_(1855)", "property": "topSpeed", "object": "\"18.52\"^^xsd:double" } ]
[ { "subject": "Alhambra", "property": "shipBeam", "object": "8.3 m" }, { "subject": "Alhambra", "property": "length", "object": "63800.0 (millimetres)" }, { "subject": "Alhambra", "property": "status", "object": "\"Wrecked\"" }, { "subject": "Alhambra", "property": "topSpeed", "object": "18.52" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A wrecked ship is the Alhambra. It had a ship beam of 8.3m, a length of 63800.0 millimetres and a top speed of 18.52 km/h.", "The wrecked Alhambra ship has a 18.52 km/h top speed, an 8.3m ship beam and is 63800.0mm long.", "The Alhambra, which was wrecked, had a ship beam of 8.3 metres, a top speed of 18.52 and was 63800.0 millimetres in length." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alhambra", "property:status", "resource:Wrecked" ], [ "resource:Alhambra", "property:length", "63800.0 (millimetres)" ], [ "resource:Alhambra", "property:ship_beam", "resource:8_3_m" ], [ "resource:Alhambra", "property:top_speed", "resource:18_52" ] ]
Alhambra
[ { "modified": "63800.0 (millimetres)", "readable": "63800.0", "graph": "63800.0 (millimetres)" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "shipBeam", "readable": "ship beam", "graph": "property:ship_beam" }, { "modified": "status", "readable": "status", "graph": "property:status" }, { "modified": "topSpeed", "readable": "top speed", "graph": "property:top_speed" }, { "modified": "18.52", "readable": "18.52", "graph": "resource:18_52" }, { "modified": "8.3 m", "readable": "8.3 m", "graph": "resource:8_3_m" }, { "modified": "Alhambra", "readable": "Alhambra", "graph": "resource:Alhambra" }, { "modified": "Wrecked", "readable": "Wrecked", "graph": "resource:Wrecked" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?x property:top_speed resource:40_744 . ?x property:status ?d }", "readable_query": "ASK WHERE { ?x property:top_speed resource:40.744 . ?x property:status ?d }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Food
4
9745
Id34
[ { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
[ { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Arrabbiata sauce is from Italy where they speak Italian and Rome is the capital. Pietro Grasso leads the country.", "Rome is the capital city of the country of Italy, where the language is Italian, the leader is Pietro Grasso and arrabbiata sauce can be found." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Arrabbiata_sauce", "rdf:type", "ontology:food" ], [ "resource:Arrabbiata_sauce", "property:country", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Pietro_Grasso" ], [ "resource:Italy", "property:capital", "resource:Rome" ], [ "resource:Italy", "property:language", "resource:Italian_language" ] ]
Arrabbiata_sauce
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Arrabbiata_sauce", "readable": "Arrabbiata sauce", "graph": "resource:Arrabbiata_sauce" }, { "modified": "Italian_language", "readable": "Italian language", "graph": "resource:Italian_language" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Pietro_Grasso", "readable": "Pietro Grasso", "graph": "resource:Pietro_Grasso" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u ?j WHERE { resource:Italy property:capital ?u . resource:Italy property:leader ?j }", "readable_query": "SELECT DISTINCT ?u ?j WHERE { resource:Italy property:capital ?u . resource:Italy property:leader ?j }", "graph_answer": [ "resource:Rome", "resource:Pietro_Grasso" ], "readable_answer": [ "Rome", "Pietro Grasso" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Italy property:crew_members ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Italy property:crew_members ?v }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
2
4029
Id10
[ { "subject": "(19255)_1994_VK8", "property": "epoch", "object": "\"December 31, 2006 (JD2454100.5)\"" }, { "subject": "(19255)_1994_VK8", "property": "periapsis", "object": "6.15591e+12" } ]
[ { "subject": "(19255)_1994_VK8", "property": "epoch", "object": "2006-12-31" }, { "subject": "(19255)_1994_VK8", "property": "periapsis", "object": "6155910000000.0" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The periapsis of (19255) 1994 VK8 is 6155910000000.0 and its epoch is on 31 December 2006.", "The epoch of (19255) 1994 VK8 is on 31 December 2006 and it has a periapsis of 6155910000000.0.", "The epoch of (19255) 1994 VK8 is on 31 December 2006 and its periapsis is 6155910000000.0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:_19255__1994_VK8", "property:epoch", "resource:2006_12_31" ], [ "resource:_19255__1994_VK8", "rdf:type", "ontology:celestial_body" ], [ "resource:_19255__1994_VK8", "property:periapsis", "resource:6155910000000_0" ] ]
(19255)_1994_VK8
[ { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" }, { "modified": "6155910000000.0", "readable": "6155910000000.0", "graph": "resource:6155910000000_0" }, { "modified": "(19255)_1994_VK8", "readable": "1994 VK8", "graph": "resource:_19255__1994_VK8" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?u = \"2006_12_31\" ) . ?i property:epoch ?u . ?i property:periapsis ?k . ?i rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?u = \"2006-12-31\" ) . ?i property:epoch ?u . ?i property:periapsis ?k . ?i rdf:type ontology:celestial_body }", "graph_answer": [ "resource:6155910000000_0" ], "readable_answer": [ "6155910000000.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:celestial_body . ?a property:epoch ?o . ?a property:periapsis resource:6155910000000_0 . FILTER ( ?o = \"2006_12_31\" ) }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:celestial_body . ?a property:epoch ?o . ?a property:periapsis resource:6155910000000.0 . FILTER ( ?o = \"2006-12-31\" ) }", "graph_answer": [ "resource:_19255__1994_VK8" ], "readable_answer": [ "1994 VK8" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
3
7925
Id256
[ { "subject": "World_War_II", "property": "place", "object": "East_African_Campaign_(World_War_II)" }, { "subject": "Airey_Neave", "property": "battles", "object": "World_War_II" }, { "subject": "World_War_II", "property": "commander", "object": "Benito_Mussolini" } ]
[ { "subject": "World_War_II", "property": "place", "object": "East_African_Campaign_(World_War_II)" }, { "subject": "Airey_Neave", "property": "battle", "object": "World_War_II" }, { "subject": "World_War_II", "property": "commander", "object": "Benito_Mussolini" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Airey Neave fought in World War II which included the East African Campaign and had Benito Mussolini as a commander.", "The East African Campaign was part of World War II, a war in which Benito Mussolini was a commander and in which Airey Neave fought.", "World War II, was the war where Benito Mussolini was a commander, the East African Campaign was a part of it and Airey Neave was involved in it." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Airey_Neave", "rdf:type", "ontology:politician" ], [ "resource:Airey_Neave", "property:battle", "resource:World_War_II" ], [ "resource:World_War_II", "property:place", "resource:East_African_Campaign__World_War_II_" ], [ "resource:World_War_II", "property:commander", "resource:Benito_Mussolini" ] ]
Airey_Neave
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "place", "readable": "place", "graph": "property:place" }, { "modified": "Airey_Neave", "readable": "Airey Neave", "graph": "resource:Airey_Neave" }, { "modified": "Benito_Mussolini", "readable": "Benito Mussolini", "graph": "resource:Benito_Mussolini" }, { "modified": "East_African_Campaign_(World_War_II)", "readable": "East African Campaign", "graph": "resource:East_African_Campaign__World_War_II_" }, { "modified": "World_War_II", "readable": "World War II", "graph": "resource:World_War_II" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?y ) WHERE { ?h property:commander resource:Benito_Mussolini }", "readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?y ) WHERE { ?h property:commander resource:Benito_Mussolini }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e property:commander resource:Benito_Mussolini }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:commander resource:Benito_Mussolini }", "graph_answer": [ "resource:World_War_II" ], "readable_answer": [ "World War II" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'east' ) ) . resource:World_War_II property:place ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'east' ) ) . resource:World_War_II property:place ?z }", "graph_answer": [ "resource:East_African_Campaign__World_War_II_" ], "readable_answer": [ "East African Campaign" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?u property:battle resource:World_War_II . ?u rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?u WHERE { ?u property:battle resource:World_War_II . ?u rdf:type ontology:politician }", "graph_answer": [ "resource:Airey_Neave" ], "readable_answer": [ "Airey Neave" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
2
3708
Id48
[ { "subject": "Ahmad_Kadhim_Assad", "property": "team", "object": "Steel_Azin_F.C." }, { "subject": "Ahmad_Kadhim_Assad", "property": "clubs", "object": "Al-Talaba_SC" } ]
[ { "subject": "Ahmad_Kadhim_Assad", "property": "club", "object": "Steel_Azin_F.C." }, { "subject": "Ahmad_Kadhim_Assad", "property": "club", "object": "Al-Talaba_SC" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Ahmad Kadhim Assad plays for Al Talaba SC and also for the club Steel Azin FC.", "Ahmad Kadhim Assad, who plays for Steel Azin F.C. also plays for Al Talaba SC." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Ahmad_Kadhim_Assad", "rdf:type", "ontology:athlete" ], [ "resource:Ahmad_Kadhim_Assad", "property:club", "resource:Al_Talaba_SC" ], [ "resource:Ahmad_Kadhim_Assad", "property:club", "resource:Steel_Azin_F_C_" ] ]
Ahmad_Kadhim_Assad
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Ahmad_Kadhim_Assad", "readable": "Ahmad Kadhim Assad", "graph": "resource:Ahmad_Kadhim_Assad" }, { "modified": "Al-Talaba_SC", "readable": "Al-Talaba SC", "graph": "resource:Al_Talaba_SC" }, { "modified": "Steel_Azin_F.C.", "readable": "Steel Azin F.C.", "graph": "resource:Steel_Azin_F_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?x ) WHERE { resource:Ahmad_Kadhim_Assad property:club ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?x ) WHERE { resource:Ahmad_Kadhim_Assad property:club ?i }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Ahmad_Kadhim_Assad property:club ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Ahmad_Kadhim_Assad property:club ?r }", "graph_answer": [ "resource:Al_Talaba_SC", "resource:Steel_Azin_F_C_" ], "readable_answer": [ "Al-Talaba SC", "Steel Azin F.C." ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
4
9716
Id5
[ { "subject": "Ajoblanco", "property": "country", "object": "Spain" }, { "subject": "Ajoblanco", "property": "region", "object": "Andalusia" }, { "subject": "Ajoblanco", "property": "alias", "object": "\"Ajo blanco\"@en" }, { "subject": "Ajoblanco", "property": "ingredient", "object": "Garlic" } ]
[ { "subject": "Ajoblanco", "property": "country", "object": "Spain" }, { "subject": "Ajoblanco", "property": "region", "object": "Andalusia" }, { "subject": "Ajoblanco", "property": "alternativeName", "object": "\"Ajo blanco\"" }, { "subject": "Ajoblanco", "property": "ingredient", "object": "Garlic" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The garlicy dish Ajoblanco (also known as Ajo blanco) is from the Andalusia region of Spain.", "Ajoblanco (or Ajo blanco) originates from Andalusia, Spain and contains garlic.", "Ajo blanco is the alternative name of ajoblanco which comes from the Andalusia region of Spain and has garlic as an ingredient." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ajoblanco", "property:ingredient", "resource:Garlic" ], [ "resource:Ajoblanco", "rdf:type", "ontology:food" ], [ "resource:Ajoblanco", "property:country", "resource:Spain" ], [ "resource:Ajoblanco", "property:alternative_name", "resource:Ajo_blanco" ], [ "resource:Ajoblanco", "property:region", "resource:Andalusia" ] ]
Ajoblanco
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Ajo blanco", "readable": "Ajo blanco", "graph": "resource:Ajo_blanco" }, { "modified": "Ajoblanco", "readable": "Ajoblanco", "graph": "resource:Ajoblanco" }, { "modified": "Andalusia", "readable": "Andalusia", "graph": "resource:Andalusia" }, { "modified": "Garlic", "readable": "Garlic", "graph": "resource:Garlic" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?a property:region resource:Andalusia . ?a property:ingredient ?j . ?a rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'g' ) ) }", "readable_query": "SELECT DISTINCT ?j WHERE { ?a property:region resource:Andalusia . ?a property:ingredient ?j . ?a rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'g' ) ) }", "graph_answer": [ "resource:Garlic" ], "readable_answer": [ "Garlic" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?p property:ingredient resource:Garlic . ?p rdf:type ontology:food . ?p property:region resource:Andalusia }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p property:ingredient resource:Garlic . ?p rdf:type ontology:food . ?p property:region resource:Andalusia }", "graph_answer": [ "resource:Ajoblanco" ], "readable_answer": [ "Ajoblanco" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p ?h WHERE { resource:Ajoblanco property:alternative_name ?h . resource:Ajoblanco property:country ?p }", "readable_query": "SELECT DISTINCT ?p ?h WHERE { resource:Ajoblanco property:alternative_name ?h . resource:Ajoblanco property:country ?p }", "graph_answer": [ "resource:Spain", "resource:Ajo_blanco" ], "readable_answer": [ "Spain", "Ajo blanco" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
5
10995
Id44
[ { "subject": "Afonso_Pena_International_Airport", "property": "runwayLength", "object": "\"2214.98\"^^xsd:double" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "\"São José dos Pinhais, Brazil\"@en" }, { "subject": "Afonso_Pena_International_Airport", "property": "elevation", "object": "\"910.742\"^^xsd:double" }, { "subject": "Afonso_Pena_International_Airport", "property": "icaoLocationIdentifier", "object": "\"SBCT\"" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayDesignation", "object": "\"11/29\"" } ]
[ { "subject": "Afonso_Pena_International_Airport", "property": "runwayLength", "object": "2215.0" }, { "subject": "Afonso_Pena_International_Airport", "property": "elevationAboveTheSeaLevel", "object": "911.0" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" }, { "subject": "Afonso_Pena_International_Airport", "property": "icaoLocationIdentifier", "object": "\"SBCT\"" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayName", "object": "\"11/29\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The location of Afonso Pena International (ICAO code SBCT) airport is Sao Jose dos Pinhais. The runway 11/29 has a length of 2215m and is 911m a.s.l.", "The location of Afonso Pena International airport is Sao Jose dos Pinhais. It has the following details: length of runway 11/29 is 2215m, is 911m a.s.l. and the ICAO location ID is SBCT.", "Afonso Pena International Airport in São José dos Pinhais is 911 metres above sea level and has a runway named 11/29 that is 2,215 in length. The airport's ICAO location identifier is SBCT." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Afonso_Pena_International_Airport", "property:runway_length", "resource:2215_0" ], [ "resource:Afonso_Pena_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Afonso_Pena_International_Airport", "property:location", "resource:S_o_Jos__dos_Pinhais" ], [ "resource:Afonso_Pena_International_Airport", "property:elevation_above_the_sea_level", "resource:911_0" ], [ "resource:Afonso_Pena_International_Airport", "property:icao_location_identifier", "resource:SBCT" ], [ "resource:Afonso_Pena_International_Airport", "property:runway_name", "resource:11_29" ] ]
Afonso_Pena_International_Airport
[ { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "icaoLocationIdentifier", "readable": "icao location identifier", "graph": "property:icao_location_identifier" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "runwayName", "readable": "runway name", "graph": "property:runway_name" }, { "modified": "11/29", "readable": "11/29", "graph": "resource:11_29" }, { "modified": "2215.0", "readable": "2215.0", "graph": "resource:2215_0" }, { "modified": "911.0", "readable": "911.0", "graph": "resource:911_0" }, { "modified": "Afonso_Pena_International_Airport", "readable": "Afonso Pena International Airport", "graph": "resource:Afonso_Pena_International_Airport" }, { "modified": "SBCT", "readable": "SBCT", "graph": "resource:SBCT" }, { "modified": "São_José_dos_Pinhais", "readable": "São José dos Pinhais", "graph": "resource:S_o_Jos__dos_Pinhais" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k ?y WHERE { resource:Afonso_Pena_International_Airport property:elevation_above_the_sea_level ?y . resource:Afonso_Pena_International_Airport property:runway_length ?k }", "readable_query": "SELECT DISTINCT ?k ?y WHERE { resource:Afonso_Pena_International_Airport property:elevation_above_the_sea_level ?y . resource:Afonso_Pena_International_Airport property:runway_length ?k }", "graph_answer": [ "resource:2215_0", "resource:911_0" ], "readable_answer": [ "2215.0", "911.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q ?v WHERE { resource:Afonso_Pena_International_Airport property:icao_location_identifier ?q . resource:Afonso_Pena_International_Airport property:runway_name ?v }", "readable_query": "SELECT DISTINCT ?q ?v WHERE { resource:Afonso_Pena_International_Airport property:icao_location_identifier ?q . resource:Afonso_Pena_International_Airport property:runway_name ?v }", "graph_answer": [ "resource:SBCT", "resource:11_29" ], "readable_answer": [ "SBCT", "11/29" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:Afonso_Pena_International_Airport property:location ?e . FILTER ( CONTAINS ( LCASE ( ?e ) , 'jos' ) ) }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Afonso_Pena_International_Airport property:location ?e . FILTER ( CONTAINS ( LCASE ( ?e ) , 'jos' ) ) }", "graph_answer": [ "resource:S_o_Jos__dos_Pinhais" ], "readable_answer": [ "São José dos Pinhais" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?v property:operating_organisation resource:Infraero . ?v property:runway_length ?g . ?v rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?v property:operating_organisation resource:Infraero . ?v property:runway_length ?g . ?v rdf:type ontology:airport }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] } ]
SportsTeam
4
10607
Id48
[ { "subject": "A.E_Dimitra_Efxeinoupolis", "property": "location", "object": "Greece" }, { "subject": "Greece", "property": "leader", "object": "Nikos_Voutsis" }, { "subject": "Greece", "property": "leaderName", "object": "Prokopis_Pavlopoulos" }, { "subject": "Greece", "property": "language", "object": "Greek_language" } ]
[ { "subject": "A.E_Dimitra_Efxeinoupolis", "property": "location", "object": "Greece" }, { "subject": "Greece", "property": "leader", "object": "Nikos_Voutsis" }, { "subject": "Greece", "property": "leader", "object": "Prokopis_Pavlopoulos" }, { "subject": "Greece", "property": "language", "object": "Greek_language" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The A.E Dimitra Efxeinoupolis club is located in Greece where Nikos Voutsis and Prokopis Pavlopoulos are leaders. The language spoken in the country is greek.", "The Greek language is spoken in Greece where A.E Dimitra Efxeinoupolis is located and Nikos Voutsis and Prokopis Pavlopoulos are leaders." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_E_Dimitra_Efxeinoupolis", "rdf:type", "ontology:sports_team" ], [ "resource:A_E_Dimitra_Efxeinoupolis", "property:location", "resource:Greece" ], [ "resource:Greece", "property:leader", "resource:Prokopis_Pavlopoulos" ], [ "resource:Greece", "property:leader", "resource:Nikos_Voutsis" ], [ "resource:Greece", "property:language", "resource:Greek_language" ] ]
A.E_Dimitra_Efxeinoupolis
[ { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "A.E_Dimitra_Efxeinoupolis", "readable": "A.E Dimitra Efxeinoupolis", "graph": "resource:A_E_Dimitra_Efxeinoupolis" }, { "modified": "Greece", "readable": "Greece", "graph": "resource:Greece" }, { "modified": "Greek_language", "readable": "Greek language", "graph": "resource:Greek_language" }, { "modified": "Nikos_Voutsis", "readable": "Nikos Voutsis", "graph": "resource:Nikos_Voutsis" }, { "modified": "Prokopis_Pavlopoulos", "readable": "Prokopis Pavlopoulos", "graph": "resource:Prokopis_Pavlopoulos" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?j ) WHERE { ?i property:leader resource:Nikos_Voutsis }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?j ) WHERE { ?i property:leader resource:Nikos_Voutsis }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?t property:leader resource:Nikos_Voutsis }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t property:leader resource:Nikos_Voutsis }", "graph_answer": [ "resource:Greece" ], "readable_answer": [ "Greece" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'p' ) ) . resource:Greece property:leader ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'p' ) ) . resource:Greece property:leader ?f }", "graph_answer": [ "resource:Prokopis_Pavlopoulos" ], "readable_answer": [ "Prokopis Pavlopoulos" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:sports_team . ?j property:location resource:Greece }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:sports_team . ?j property:location resource:Greece }", "graph_answer": [ "resource:A_E_Dimitra_Efxeinoupolis" ], "readable_answer": [ "A.E Dimitra Efxeinoupolis" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:Greece property:impact_factor ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Greece property:impact_factor ?o }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
5
11921
Id142
[ { "subject": "Indiana", "property": "capital", "object": "Indianapolis" }, { "subject": "Alexandria,_Indiana", "property": "subdivisionName", "object": "Indiana" }, { "subject": "Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" }, { "subject": "Madison_County,_Indiana", "property": "countySeat", "object": "Anderson,_Indiana" } ]
[ { "subject": "Indiana", "property": "capital", "object": "Indianapolis" }, { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Indiana" }, { "subject": "Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" }, { "subject": "Madison_County,_Indiana", "property": "countySeat", "object": "Anderson,_Indiana" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Madison County has its county seat in Anderson, Indiana, Indiana's capital is Indianapolis and is home to Alexandria, Madison County, within the United States.", "Alexandria, Indiana is in Madison County in the United States. Indiana's capital is Indianapolis and Madison County's county seat is Anderson.", "Alexandria, Indiana, is part of Madison County, USA, of which Anderson is the county seat. Indianapolis is the capital of Indiana." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alexandria__Indiana", "rdf:type", "ontology:city" ], [ "resource:Alexandria__Indiana", "property:is_part_of", "resource:Indiana" ], [ "resource:Alexandria__Indiana", "property:is_part_of", "resource:Madison_County__Indiana" ], [ "resource:Indiana", "property:capital", "resource:Indianapolis" ], [ "resource:Madison_County__Indiana", "property:county_seat", "resource:Anderson__Indiana" ], [ "resource:Madison_County__Indiana", "property:country", "resource:United_States" ] ]
Alexandria,_Indiana
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "countySeat", "readable": "county seat", "graph": "property:county_seat" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Alexandria,_Indiana", "readable": "Alexandria, Indiana", "graph": "resource:Alexandria__Indiana" }, { "modified": "Anderson,_Indiana", "readable": "Anderson, Indiana", "graph": "resource:Anderson__Indiana" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "Indianapolis", "readable": "Indianapolis", "graph": "resource:Indianapolis" }, { "modified": "Madison_County,_Indiana", "readable": "Madison County, Indiana", "graph": "resource:Madison_County__Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { FILTER NOT EXISTS { ?i property:country resource:United_States } . resource:Alexandria__Indiana property:is_part_of ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER NOT EXISTS { ?i property:country resource:United_States } . resource:Alexandria,_Indiana property:is_part_of ?i }", "graph_answer": [ "resource:Indiana" ], "readable_answer": [ "Indiana" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?c property:county_seat resource:Austin__Texas }", "readable_query": "ASK WHERE { ?c property:county_seat resource:Austin,_Texas }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?j property:county_seat resource:Anderson__Indiana }", "readable_query": "ASK WHERE { ?j property:county_seat resource:Anderson,_Indiana }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?w WHERE { ?w property:county_seat resource:Anderson__Indiana }", "readable_query": "SELECT ?w WHERE { ?w property:county_seat resource:Anderson,_Indiana }", "graph_answer": [ "resource:Madison_County__Indiana" ], "readable_answer": [ "Madison County, Indiana" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
2
5476
Id11
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "mediaType", "object": "\"Print\"@en" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Virginia_DeMarce" } ]
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "mediaType", "object": "\"Print\"" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Virginia_DeMarce" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The author of 1634: The Bavarian Crisis, which is available in print form, is Virginia DeMarce.", "'1634: The Bavarian Crisis' which was written by Virginia DeMarce is available in print form.", "Virginia DeMarce is the author of 1634: The Bavarian Crisis, which was published in print form." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1634__The_Bavarian_Crisis", "property:media_type", "resource:Print" ], [ "resource:1634__The_Bavarian_Crisis", "property:author", "resource:Virginia_DeMarce" ], [ "resource:1634__The_Bavarian_Crisis", "rdf:type", "ontology:written_work" ] ]
1634:_The_Bavarian_Crisis
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "1634:_The_Bavarian_Crisis", "readable": "1634: The Bavarian Crisis", "graph": "resource:1634__The_Bavarian_Crisis" }, { "modified": "Print", "readable": "Print", "graph": "resource:Print" }, { "modified": "Virginia_DeMarce", "readable": "Virginia DeMarce", "graph": "resource:Virginia_DeMarce" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p ?k WHERE { resource:1634__The_Bavarian_Crisis property:author ?k . resource:1634__The_Bavarian_Crisis property:media_type ?p }", "readable_query": "SELECT DISTINCT ?p ?k WHERE { resource:1634:_The_Bavarian_Crisis property:author ?k . resource:1634:_The_Bavarian_Crisis property:media_type ?p }", "graph_answer": [ "resource:Print", "resource:Virginia_DeMarce" ], "readable_answer": [ "Print", "Virginia DeMarce" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
2
4881
Id116
[ { "subject": "Alhambra_(1855)", "property": "shipOwner", "object": "P&O_(company)" }, { "subject": "P&O_(company)", "property": "location", "object": "London" } ]
[ { "subject": "Alhambra", "property": "owner", "object": "P&O_(company)" }, { "subject": "P&O_(company)", "property": "location", "object": "London" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alhambra is owned by London based P&O company.", "Alhambra is owned by the P & O company which is located in London.", "The Alhambra is owned by the London based, P&O company." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:P_O__company_", "property:location", "resource:London" ], [ "resource:Alhambra", "property:owner", "resource:P_O__company_" ] ]
P&O_(company)
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "Alhambra", "readable": "Alhambra", "graph": "resource:Alhambra" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "P&O_(company)", "readable": "P&O", "graph": "resource:P_O__company_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?c ) WHERE { ?g property:owner resource:P_O__company_ }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?c ) WHERE { ?g property:owner resource:P&O_(company) }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:owner resource:P_O__company_ }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:owner resource:P&O_(company) }", "graph_answer": [ "resource:Alhambra" ], "readable_answer": [ "Alhambra" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 'l' ) ) . resource:P_O__company_ property:location ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 'l' ) ) . resource:P&O_(company) property:location ?i }", "graph_answer": [ "resource:London" ], "readable_answer": [ "London" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
2
4955
Id190
[ { "subject": "Caterpillar_Inc.", "property": "location", "object": "Illinois" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." } ]
[ { "subject": "Caterpillar_Inc.", "property": "location", "object": "Illinois" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The power type of the AIDAluna is the engine by Caterpillar Inc. which is located in Illinois.", "AIDAluna, is powered by Caterpillar Inc. which is located in Illinois.", "Caterpillar Inc. are located in Illinois and powered the AIDAluna." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Caterpillar_Inc_", "property:location", "resource:Illinois" ], [ "resource:AIDAluna", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AIDAluna", "property:power_type", "resource:Caterpillar_Inc_" ] ]
AIDAluna
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "AIDAluna", "readable": "AIDAluna", "graph": "resource:AIDAluna" }, { "modified": "Caterpillar_Inc.", "readable": "Caterpillar Inc.", "graph": "resource:Caterpillar_Inc_" }, { "modified": "Illinois", "readable": "Illinois", "graph": "resource:Illinois" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v property:power_type resource:Humphrys__Tennant_and_Dykes . ?v rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { ?v property:power_type resource:Humphrys,_Tennant_and_Dykes . ?v rdf:type ontology:mean_of_transportation }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?f property:power_type resource:Caterpillar_Inc_ . ?f rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { ?f property:power_type resource:Caterpillar_Inc. . ?f rdf:type ontology:mean_of_transportation }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?q WHERE { ?q property:power_type resource:Caterpillar_Inc_ . ?q rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT ?q WHERE { ?q property:power_type resource:Caterpillar_Inc. . ?q rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:AIDAluna" ], "readable_answer": [ "AIDAluna" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Caterpillar_Inc_ property:location ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Caterpillar_Inc. property:location ?v }", "graph_answer": [ "resource:Illinois" ], "readable_answer": [ "Illinois" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
4
8969
Id39
[ { "subject": "Akeem_Adams", "property": "clubs", "object": "Ferencvárosi_TC" }, { "subject": "Ferencvárosi_TC", "property": "manager", "object": "Thomas_Doll" }, { "subject": "Ferencvárosi_TC", "property": "chairman", "object": "Gábor_Kubatov" }, { "subject": "Akeem_Adams", "property": "team", "object": "Central_F.C." } ]
[ { "subject": "Akeem_Adams", "property": "club", "object": "Ferencvárosi_TC" }, { "subject": "Ferencvárosi_TC", "property": "manager", "object": "Thomas_Doll" }, { "subject": "Ferencvárosi_TC", "property": "chairman", "object": "Gábor_Kubatov" }, { "subject": "Akeem_Adams", "property": "club", "object": "Central_F.C." } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Adams plays for Central FC and Ferencvarosi TC, where Thomas Doll is the manager and Gabor Kubatov is the chairman.", "Akeem Adams plays for Ferencvarosi TC and his club is Central FC. Ferencvarosi TC has Gabor Kubatov as a chairman and Thomas Doll as a manager.", "Akeem Adams, whose club is Central F.C.,Ferencvarosi TC, which is managed by, Thomas Doll. Gábor Kubatov is the chairman of Ferencvárosi TC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ferencv_rosi_TC", "property:manager", "resource:Thomas_Doll" ], [ "resource:Ferencv_rosi_TC", "property:chairman", "resource:G_bor_Kubatov" ], [ "resource:Akeem_Adams", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Adams", "property:club", "resource:Central_F_C_" ], [ "resource:Akeem_Adams", "property:club", "resource:Ferencv_rosi_TC" ] ]
Akeem_Adams
[ { "modified": "chairman", "readable": "chairman", "graph": "property:chairman" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "Akeem_Adams", "readable": "Akeem Adams", "graph": "resource:Akeem_Adams" }, { "modified": "Central_F.C.", "readable": "Central F.C.", "graph": "resource:Central_F_C_" }, { "modified": "Ferencvárosi_TC", "readable": "Ferencvárosi TC", "graph": "resource:Ferencv_rosi_TC" }, { "modified": "Gábor_Kubatov", "readable": "Gábor Kubatov", "graph": "resource:G_bor_Kubatov" }, { "modified": "Thomas_Doll", "readable": "Thomas Doll", "graph": "resource:Thomas_Doll" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c rdf:type ontology:athlete . ?c property:club ?j . ?j property:chairman resource:James_Pallotta }", "readable_query": "ASK WHERE { ?c rdf:type ontology:athlete . ?c property:club ?j . ?j property:chairman resource:James_Pallotta }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Airport
2
3232
Id37
[ { "subject": "Afonso_Pena_International_Airport", "property": "elevationF", "object": "2988" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" } ]
[ { "subject": "Afonso_Pena_International_Airport", "property": "elevationAboveTheSeaLevelInFeet", "object": "2988" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Afonso Pena International Airport in São José dos Pinhais, is 2988 feet above sea level.", "Afonso Pena International Airport, located in Sao Jose dos Pinhais, is elevated 2988 feet above sea level." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Afonso_Pena_International_Airport", "property:elevation_above_the_sea_level_in_feet", "resource:2988" ], [ "resource:Afonso_Pena_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Afonso_Pena_International_Airport", "property:location", "resource:S_o_Jos__dos_Pinhais" ] ]
Afonso_Pena_International_Airport
[ { "modified": "elevationAboveTheSeaLevelInFeet", "readable": "elevation above the sea level in feet", "graph": "property:elevation_above_the_sea_level_in_feet" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "2988", "readable": "2988", "graph": "resource:2988" }, { "modified": "Afonso_Pena_International_Airport", "readable": "Afonso Pena International Airport", "graph": "resource:Afonso_Pena_International_Airport" }, { "modified": "São_José_dos_Pinhais", "readable": "São José dos Pinhais", "graph": "resource:S_o_Jos__dos_Pinhais" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?w rdf:type ontology:airport . ?w property:location ?j . ?w property:elevation_above_the_sea_level_in_feet resource:2988 . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) }", "readable_query": "SELECT DISTINCT ?j WHERE { ?w rdf:type ontology:airport . ?w property:location ?j . ?w property:elevation_above_the_sea_level_in_feet resource:2988 . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) }", "graph_answer": [ "resource:S_o_Jos__dos_Pinhais" ], "readable_answer": [ "São José dos Pinhais" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
5
12783
Id51
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "Alcatraz_Versus_the_Evil_Librarians", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "Alcatraz_Versus_the_Evil_Librarians", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X (X) (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "English is the language both of Great Britain and the United States, where Barack Obama is the leader. Alcatraz Versus the Evil Librarians originates from The US where you can find the ethnic group of African Americans.", "Alcatraz Versus the Evil Librarians is from the United States where Barack Obama is the leader and African Americans are an ethnic group. Like in Great Britain, English is also spoken in the United States.", "Alcatraz Versus the Evil Librarians is from the United States where Barack Obama is the leader and one of the ethnic groups is African Americans. English is spoken in the United States and Great Britain." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:Barack_Obama" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ], [ "resource:Alcatraz_Versus_the_Evil_Librarians", "rdf:type", "ontology:written_work" ], [ "resource:Alcatraz_Versus_the_Evil_Librarians", "property:country", "resource:United_States" ] ]
Alcatraz_Versus_the_Evil_Librarians
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Alcatraz_Versus_the_Evil_Librarians", "readable": "Alcatraz Versus the Evil Librarians", "graph": "resource:Alcatraz_Versus_the_Evil_Librarians" }, { "modified": "Barack_Obama", "readable": "Barack Obama", "graph": "resource:Barack_Obama" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?b property:leader resource:Barack_Obama . ?e property:spoken_in resource:Great_Britain . ?b property:language ?e }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:leader resource:Barack_Obama . ?e property:spoken_in resource:Great_Britain . ?b property:language ?e }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:United_States property:language ?y . resource:United_States property:leader resource:Barack_Obama . ?y property:spoken_in resource:Great_Britain }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:United_States property:language ?y . resource:United_States property:leader resource:Barack_Obama . ?y property:spoken_in resource:Great_Britain }", "graph_answer": [ "resource:English_language" ], "readable_answer": [ "English language" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:United_States property:ethnic_group resource:African_Americans }", "readable_query": "ASK WHERE { resource:United_States property:ethnic_group resource:African_Americans }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?j property:country resource:United_States . ?j rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:country resource:United_States . ?j rdf:type ontology:written_work }", "graph_answer": [ "resource:Alcatraz_Versus_the_Evil_Librarians" ], "readable_answer": [ "Alcatraz Versus the Evil Librarians" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6714
Id2
[ { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Jones_County,_Texas" }, { "subject": "Jones_County,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
[ { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Jones_County,_Texas" }, { "subject": "Jones_County,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
(X (X (X (X))))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abilene is in Jones County, Texas, U.S. The language spoken in the U.S. is English.", "The United States uses the English language and is the location of Abilene, part of Jones County, Texas.", "Abilene is part of Jones County, Texas and is located in the United States where the English language is spoken." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Jones_County__Texas", "property:country", "resource:United_States" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:Abilene__Texas", "rdf:type", "ontology:city" ], [ "resource:Abilene__Texas", "property:is_part_of", "resource:Jones_County__Texas" ] ]
Abilene,_Texas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "Abilene,_Texas", "readable": "Abilene, Texas", "graph": "resource:Abilene__Texas" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Jones_County,_Texas", "readable": "Jones County, Texas", "graph": "resource:Jones_County__Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c ?y WHERE { ?c property:is_part_of ?y . ?c rdf:type ontology:city . ?y property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?c ?y WHERE { ?c property:is_part_of ?y . ?c rdf:type ontology:city . ?y property:country resource:United_States }", "graph_answer": [ "resource:Abilene__Texas", "resource:Jones_County__Texas" ], "readable_answer": [ "Abilene, Texas", "Jones County, Texas" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:United_States property:influenced_by ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:United_States property:influenced_by ?z }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
6
12847
Id17
[ { "subject": "Alan_Shepard", "property": "almaMater", "object": "\"NWC, M.A. 1957\"@en" }, { "subject": "Alan_Shepard", "property": "occupation", "object": "Test_pilot" }, { "subject": "Distinguished_Service_Medal_(United_States_Navy)", "property": "higher", "object": "Department_of_Commerce_Gold_Medal" }, { "subject": "Alan_Shepard", "property": "deathPlace", "object": "California" }, { "subject": "Alan_Shepard", "property": "birthPlace", "object": "New_Hampshire" }, { "subject": "Alan_Shepard", "property": "awards", "object": "Distinguished_Service_Medal_(United_States_Navy)" } ]
[ { "subject": "Alan_Shepard", "property": "almaMater", "object": "\"NWC, M.A. 1957\"" }, { "subject": "Alan_Shepard", "property": "occupation", "object": "Test_pilot" }, { "subject": "Distinguished_Service_Medal_(United_States_Navy)", "property": "higher", "object": "Department_of_Commerce_Gold_Medal" }, { "subject": "Alan_Shepard", "property": "deathPlace", "object": "California" }, { "subject": "Alan_Shepard", "property": "birthPlace", "object": "New_Hampshire" }, { "subject": "Alan_Shepard", "property": "award", "object": "Distinguished_Service_Medal_(United_States_Navy)" } ]
(X (X) (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Alan Shepard was born in New Hampshire and died in California. He went to school at NWC and graduated with an MA in 1957, served as a Test pilot and was a crew member of the Apollo 14, which was operated by NASA. The United States Navy awarded the Distinguished Service Medal to Alan Shepard, which ranks higher than Department of Commerce Gold Medal.", "Test pilot Alan Shepard was born in New Hampshire, graduated from NWC with an M.A. in 1957 and died in California. He was awarded the Distinguished Service Medal from the U.S. Navy and this is a medal that is higher than the Department of Commerce Gold Medal." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alan_Shepard", "property:award", "resource:Distinguished_Service_Medal__United_States_Navy_" ], [ "resource:Alan_Shepard", "rdf:type", "ontology:astronaut" ], [ "resource:Alan_Shepard", "property:death_place", "resource:California" ], [ "resource:Alan_Shepard", "property:occupation", "resource:Test_pilot" ], [ "resource:Alan_Shepard", "property:alma_mater", "resource:NWC__M_A__1957" ], [ "resource:Alan_Shepard", "property:birth_place", "resource:New_Hampshire" ], [ "resource:Distinguished_Service_Medal__United_States_Navy_", "property:higher", "resource:Department_of_Commerce_Gold_Medal" ] ]
Alan_Shepard
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "award", "readable": "award", "graph": "property:award" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "higher", "readable": "higher", "graph": "property:higher" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "Alan_Shepard", "readable": "Alan Shepard", "graph": "resource:Alan_Shepard" }, { "modified": "California", "readable": "California", "graph": "resource:California" }, { "modified": "Department_of_Commerce_Gold_Medal", "readable": "Department of Commerce Gold Medal", "graph": "resource:Department_of_Commerce_Gold_Medal" }, { "modified": "Distinguished_Service_Medal_(United_States_Navy)", "readable": "Distinguished Service Medal", "graph": "resource:Distinguished_Service_Medal__United_States_Navy_" }, { "modified": "NWC, M.A. 1957", "readable": "NWC, M.A. 1957", "graph": "resource:NWC__M_A__1957" }, { "modified": "New_Hampshire", "readable": "New Hampshire", "graph": "resource:New_Hampshire" }, { "modified": "Test_pilot", "readable": "Test pilot", "graph": "resource:Test_pilot" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?g rdf:type ontology:astronaut . ?g property:award ?c . ?g property:birth_place resource:Italy }", "readable_query": "ASK WHERE { ?g rdf:type ontology:astronaut . ?g property:award ?c . ?g property:birth_place resource:Italy }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
City
3
6878
Id166
[ { "subject": "Indiana", "property": "country", "object": "United_States" }, { "subject": "Alexandria,_Indiana", "property": "subdivisionName", "object": "Monroe_Township,_Madison_County,_Indiana" }, { "subject": "Monroe_Township,_Madison_County,_Indiana", "property": "isPartOf", "object": "Indiana" } ]
[ { "subject": "Indiana", "property": "country", "object": "United_States" }, { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Monroe_Township,_Madison_County,_Indiana" }, { "subject": "Monroe_Township,_Madison_County,_Indiana", "property": "isPartOf", "object": "Indiana" } ]
(X (X (X (X))))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alexandria is part of the Monroe Township, Madison County, Indiana, United States.", "Alexandria is part of Monroe Township, Madison County, Indiana, United States.", "Alexandria is part of Monroe Township in Madison County, part of Indiana, United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alexandria__Indiana", "rdf:type", "ontology:city" ], [ "resource:Alexandria__Indiana", "property:is_part_of", "resource:Monroe_Township__Madison_County__Indiana" ], [ "resource:Indiana", "property:country", "resource:United_States" ], [ "resource:Monroe_Township__Madison_County__Indiana", "property:is_part_of", "resource:Indiana" ] ]
Alexandria,_Indiana
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Alexandria,_Indiana", "readable": "Alexandria, Indiana", "graph": "resource:Alexandria__Indiana" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "Monroe_Township,_Madison_County,_Indiana", "readable": "Monroe Township, Madison County, Indiana", "graph": "resource:Monroe_Township__Madison_County__Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { VALUES ( ?g ) { ( resource:Indiana ) ( resource:Monroe_Township__Madison_County__Indiana ) } . resource:Alexandria__Indiana property:is_part_of ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { VALUES ( ?g ) { ( resource:Indiana ) ( resource:Monroe_Township,_Madison_County,_Indiana ) } . resource:Alexandria,_Indiana property:is_part_of ?g }", "graph_answer": [ "resource:Monroe_Township__Madison_County__Indiana" ], "readable_answer": [ "Monroe Township, Madison County, Indiana" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Indiana property:layout ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Indiana property:layout ?x }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
2
4812
Id47
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "Montreal_Locomotive_Works" }, { "subject": "ALCO_RS-3", "property": "MeanOfTransportation/length", "object": "\"17068.8\"^^<http://dbpedia.org/datatype/millimetre>" } ]
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "Montreal_Locomotive_Works" }, { "subject": "ALCO_RS-3", "property": "length", "object": "17068.8 (millimetres)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The ALCO RS-3, which is 17068.8 mm long, was manufactured by the Montreal Locomotive Works.", "The ALCO RS-3 is 17068.8 millimetres long and was built by the Montreal Locomotive Works.", "The ALCO RS-3 is 17068.8 mms in length and was built by the Montreal Locomotive Works." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:ALCO_RS_3", "property:length", "17068.8 (millimetres)" ], [ "resource:ALCO_RS_3", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:ALCO_RS_3", "property:builder", "resource:Montreal_Locomotive_Works" ] ]
ALCO_RS-3
[ { "modified": "17068.8 (millimetres)", "readable": "17068.8", "graph": "17068.8 (millimetres)" }, { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "ALCO_RS-3", "readable": "ALCO RS-3", "graph": "resource:ALCO_RS_3" }, { "modified": "Montreal_Locomotive_Works", "readable": "Montreal Locomotive Works", "graph": "resource:Montreal_Locomotive_Works" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?f rdf:type ontology:mean_of_transportation . ?f property:builder ?z . ?f property:length '192000.0 (millimetres)' }", "readable_query": "ASK WHERE { ?f rdf:type ontology:mean_of_transportation . ?f property:builder ?z . ?f property:length '192000.0 (millimetres)' }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
WrittenWork
3
8226
Id72
[ { "subject": "A_Glastonbury_Romance", "property": "numberOfPages", "object": "\"1174\"^^xsd:positiveInteger" }, { "subject": "A_Glastonbury_Romance", "property": "mediaType", "object": "\"Print\"@en" }, { "subject": "A_Glastonbury_Romance", "property": "isbn", "object": "\"0-7156-3648-0\"" } ]
[ { "subject": "A_Glastonbury_Romance", "property": "numberOfPages", "object": "\"1174\"" }, { "subject": "A_Glastonbury_Romance", "property": "mediaType", "object": "\"Print\"" }, { "subject": "A_Glastonbury_Romance", "property": "isbnNumber", "object": "\"0-7156-3648-0\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Glastonbury Romance is in print and has 1174 pages and the ISBN number 0-7156-3648-0.", "A Glastonbury Romance is in print and has 1174 pages. The ISBN number of A Glastonbury Romance is 0-7156-3648-0.", "The ISBN number of A Glastonbury Romance, which is now in print and has 1174 pages, is 0-7156-3648-0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Glastonbury_Romance", "property:media_type", "resource:Print" ], [ "resource:A_Glastonbury_Romance", "rdf:type", "ontology:written_work" ], [ "resource:A_Glastonbury_Romance", "property:number_of_pages", "1174" ], [ "resource:A_Glastonbury_Romance", "property:isbn_number", "resource:0_7156_3648_0" ] ]
A_Glastonbury_Romance
[ { "modified": "1174", "readable": "1174", "graph": "1174" }, { "modified": "isbnNumber", "readable": "isbn number", "graph": "property:isbn_number" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "numberOfPages", "readable": "number of pages", "graph": "property:number_of_pages" }, { "modified": "0-7156-3648-0", "readable": "0-7156-3648-0", "graph": "resource:0_7156_3648_0" }, { "modified": "A_Glastonbury_Romance", "readable": "A Glastonbury Romance", "graph": "resource:A_Glastonbury_Romance" }, { "modified": "Print", "readable": "Print", "graph": "resource:Print" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c property:isbn_number resource:0_439_92550_9 . ?c rdf:type ontology:written_work . ?c property:media_type ?z }", "readable_query": "ASK WHERE { ?c property:isbn_number resource:0-439-92550-9 . ?c rdf:type ontology:written_work . ?c property:media_type ?z }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Building
4
9236
Id159
[ { "subject": "Asser_Levy_Public_Baths", "property": "built", "object": "1904" }, { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "\"Asser Levy Place and East 23rd Street\"@en" }, { "subject": "Asser_Levy_Public_Baths", "property": "nrhpReferenceNumber", "object": "\"80002709\"" }, { "subject": "Asser_Levy_Public_Baths", "property": "added", "object": "\"1980-04-23\"^^xsd:date" } ]
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "\"Asser Levy Place and East 23rd Street\"" }, { "subject": "Asser_Levy_Public_Baths", "property": "NationalRegisterOfHistoricPlacesReferenceNumber", "object": "\"80002709\"" }, { "subject": "Asser_Levy_Public_Baths", "property": "yearOfConstruction", "object": "1904" }, { "subject": "Asser_Levy_Public_Baths", "property": "addedToTheNationalRegisterOfHistoricPlaces", "object": "\"1980-04-23\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Asser Levy Public Baths are located on Asser Levy Place and East 23rd Street, were constructed in 1904 and added to the National Register of Historic Places on 23rd April 1980 with reference number 80002709.", "The Asser Levy Public Baths were built in 1904 and are located in Asser Levy Place, East 23rd Street. They were added to the National Register of Historic Places on 23rd April 1980 with the reference number is 80002709.", "The Asser Levy Public Baths, constructed in 1904 are in Asser Levy Place and East 23rd Street. They were added to the National Register of Historic Places on 23rd April 1980 with the reference number 80002709." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Asser_Levy_Public_Baths", "property:national_register_of_historic_places_reference_number", "80002709" ], [ "resource:Asser_Levy_Public_Baths", "rdf:type", "ontology:building" ], [ "resource:Asser_Levy_Public_Baths", "property:location", "Asser Levy Place and East 23rd Street" ], [ "resource:Asser_Levy_Public_Baths", "property:added_to_the_national_register_of_historic_places", "1980-04-23" ], [ "resource:Asser_Levy_Public_Baths", "property:year_of_construction", "resource:1904" ] ]
Asser_Levy_Public_Baths
[ { "modified": "1980-04-23", "readable": "1980-04-23", "graph": "1980-04-23" }, { "modified": "80002709", "readable": "80002709", "graph": "80002709" }, { "modified": "Asser Levy Place and East 23rd Street", "readable": "Asser Levy Place and East 23rd Street", "graph": "Asser Levy Place and East 23rd Street" }, { "modified": "addedToTheNationalRegisterOfHistoricPlaces", "readable": "added to the national register of historic places", "graph": "property:added_to_the_national_register_of_historic_places" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "NationalRegisterOfHistoricPlacesReferenceNumber", "readable": "national register of historic places reference number", "graph": "property:national_register_of_historic_places_reference_number" }, { "modified": "yearOfConstruction", "readable": "year of construction", "graph": "property:year_of_construction" }, { "modified": "1904", "readable": "1904", "graph": "resource:1904" }, { "modified": "Asser_Levy_Public_Baths", "readable": "Asser Levy Public Baths", "graph": "resource:Asser_Levy_Public_Baths" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?x property:added_to_the_national_register_of_historic_places ?h . ?x property:year_of_construction ?f . ?x rdf:type ontology:building . FILTER ( ?h = \"1980-04-23\" ) }", "readable_query": "SELECT DISTINCT ?f WHERE { ?x property:added_to_the_national_register_of_historic_places ?h . ?x property:year_of_construction ?f . ?x rdf:type ontology:building . FILTER ( ?h = \"1980-04-23\" ) }", "graph_answer": [ "resource:1904" ], "readable_answer": [ "1904" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?u = \"1980-04-23\" ) . ?r rdf:type ontology:building . ?r property:added_to_the_national_register_of_historic_places ?u . ?r property:year_of_construction resource:1904 }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?u = \"1980-04-23\" ) . ?r rdf:type ontology:building . ?r property:added_to_the_national_register_of_historic_places ?u . ?r property:year_of_construction resource:1904 }", "graph_answer": [ "resource:Asser_Levy_Public_Baths" ], "readable_answer": [ "Asser Levy Public Baths" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v ?p WHERE { resource:Asser_Levy_Public_Baths property:national_register_of_historic_places_reference_number ?v . resource:Asser_Levy_Public_Baths property:location ?p }", "readable_query": "SELECT DISTINCT ?v ?p WHERE { resource:Asser_Levy_Public_Baths property:national_register_of_historic_places_reference_number ?v . resource:Asser_Levy_Public_Baths property:location ?p }", "graph_answer": [ "80002709", "Asser Levy Place and East 23rd Street" ], "readable_answer": [ "80002709", "Asser Levy Place and East 23rd Street" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Artist
2
3435
Id47
[ { "subject": "Abradab", "property": "genre", "object": "Hip_hop_music" }, { "subject": "Hip_hop_music", "property": "musicSubgenre", "object": "Gangsta_rap" } ]
[ { "subject": "Abradab", "property": "genre", "object": "Hip_hop_music" }, { "subject": "Hip_hop_music", "property": "musicSubgenre", "object": "Gangsta_rap" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abradab performs hip hop music which has the sub genre Gangsta rap.", "The musical genre of Abradab is hip hop music which has the sub genre Gangsta rap.", "The musical genre of Abradab is Hip Hop music and Gangsta rap is a sub-genre of Hip Hop music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abradab", "rdf:type", "ontology:artist" ], [ "resource:Abradab", "property:genre", "resource:Hip_hop_music" ], [ "resource:Hip_hop_music", "property:music_subgenre", "resource:Gangsta_rap" ] ]
Abradab
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "musicSubgenre", "readable": "music subgenre", "graph": "property:music_subgenre" }, { "modified": "Abradab", "readable": "Abradab", "graph": "resource:Abradab" }, { "modified": "Gangsta_rap", "readable": "Gangsta rap", "graph": "resource:Gangsta_rap" }, { "modified": "Hip_hop_music", "readable": "Hip hop music", "graph": "resource:Hip_hop_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?u property:genre ?a . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'a' ) ) . ?a property:music_subgenre resource:Gangsta_rap . ?u rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?u WHERE { ?u property:genre ?a . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'a' ) ) . ?a property:music_subgenre resource:Gangsta_rap . ?u rdf:type ontology:artist }", "graph_answer": [ "resource:Abradab" ], "readable_answer": [ "Abradab" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:Abradab property:genre ?z . resource:Abradab rdf:type ontology:artist . ?z property:music_subgenre resource:Gangsta_rap }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Abradab property:genre ?z . resource:Abradab rdf:type ontology:artist . ?z property:music_subgenre resource:Gangsta_rap }", "graph_answer": [ "resource:Hip_hop_music" ], "readable_answer": [ "Hip hop music" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
3
6436
Id56
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "isPartOf", "object": "DuPage_County,_Illinois" }, { "subject": "Chicago", "property": "leaderName", "object": "Susana_Mendoza" } ]
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "isPartOf", "object": "DuPage_County,_Illinois" }, { "subject": "Chicago", "property": "leader", "object": "Susana_Mendoza" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "300 North LaSalle is in Chicago, whose leader is Susana Mendoza, and is a part of DuPage County Illinois.", "300 North LaSalle is in Chicago, (part of DuPage County Illinois), which is led by Susana Mendoza.", "300 North LaSalle is located in Chicago, DuPage County, Illinois where the leader is Susana Mendoza." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:300_North_LaSalle", "rdf:type", "ontology:building" ], [ "resource:300_North_LaSalle", "property:location", "resource:Chicago" ], [ "resource:Chicago", "property:leader", "resource:Susana_Mendoza" ], [ "resource:Chicago", "property:is_part_of", "resource:DuPage_County__Illinois" ] ]
300_North_LaSalle
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "300_North_LaSalle", "readable": "300 North LaSalle", "graph": "resource:300_North_LaSalle" }, { "modified": "Chicago", "readable": "Chicago", "graph": "resource:Chicago" }, { "modified": "DuPage_County,_Illinois", "readable": "DuPage County, Illinois", "graph": "resource:DuPage_County__Illinois" }, { "modified": "Susana_Mendoza", "readable": "Susana Mendoza", "graph": "resource:Susana_Mendoza" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e ?y WHERE { resource:Chicago property:is_part_of ?y . resource:Chicago property:leader ?e }", "readable_query": "SELECT DISTINCT ?e ?y WHERE { resource:Chicago property:is_part_of ?y . resource:Chicago property:leader ?e }", "graph_answer": [ "resource:Susana_Mendoza", "resource:DuPage_County__Illinois" ], "readable_answer": [ "Susana Mendoza", "DuPage County, Illinois" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:300_North_LaSalle rdf:type ontology:building . resource:300_North_LaSalle property:location resource:Chicago }", "readable_query": "ASK WHERE { resource:300_North_LaSalle rdf:type ontology:building . resource:300_North_LaSalle property:location resource:Chicago }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
City
3
6736
Id24
[ { "subject": "Albany,_Oregon", "property": "subdivisionName", "object": "Oregon" }, { "subject": "Albany,_Oregon", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
[ { "subject": "Albany,_Oregon", "property": "isPartOf", "object": "Oregon" }, { "subject": "Albany,_Oregon", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Native Americans are an ethnic group within the United States which is the location of the city of Albany, Oregon.", "Albany is a city in Oregon, in the United States, where one of the ethnic groups is Native Americans.", "Native Americans are an ethnic group within the United States which is where Albany, Oregon is located." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albany__Oregon", "rdf:type", "ontology:city" ], [ "resource:Albany__Oregon", "property:country", "resource:United_States" ], [ "resource:Albany__Oregon", "property:is_part_of", "resource:Oregon" ], [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ] ]
Albany,_Oregon
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Albany,_Oregon", "readable": "Albany, Oregon", "graph": "resource:Albany__Oregon" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "Oregon", "readable": "Oregon", "graph": "resource:Oregon" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?n property:country ?t . ?n property:is_part_of resource:Oregon . ?n rdf:type ontology:city . ?t property:ethnic_group resource:Native_Americans_in_the_United_States }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:country ?t . ?n property:is_part_of resource:Oregon . ?n rdf:type ontology:city . ?t property:ethnic_group resource:Native_Americans_in_the_United_States }", "graph_answer": [ "resource:Albany__Oregon" ], "readable_answer": [ "Albany, Oregon" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8580
Id178
[ { "subject": "Egg_Harbor_Township,_New_Jersey", "property": "isPartOf", "object": "New_Jersey" }, { "subject": "Atlantic_City_International_Airport", "property": "operator", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "headquarter", "object": "New_York" }, { "subject": "Atlantic_City_International_Airport", "property": "location", "object": "Egg_Harbor_Township,_New_Jersey" } ]
[ { "subject": "Egg_Harbor_Township,_New_Jersey", "property": "isPartOf", "object": "New_Jersey" }, { "subject": "Atlantic_City_International_Airport", "property": "operatingOrganisation", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "headquarter", "object": "New_York" }, { "subject": "Atlantic_City_International_Airport", "property": "location", "object": "Egg_Harbor_Township,_New_Jersey" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Atlantic City International Airport located at Egg Harbor Township, New Jersey is operated by the Port Authority of New York and New Jersey based in New York.", "The Port Authority of New York and New Jersey which has their HQ in New York, is the operating organisation of Atlantic City International airport. The airport is located at Egg Harbor Township, New Jersey.", "Atlantic City International Airport, located in Egg Harbor Township, N.J., is operated by (New York based) The Port Authority of New York and New Jersey." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Port_Authority_of_New_York_and_New_Jersey", "property:headquarter", "resource:New_York" ], [ "resource:Atlantic_City_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Atlantic_City_International_Airport", "property:location", "resource:Egg_Harbor_Township__New_Jersey" ], [ "resource:Atlantic_City_International_Airport", "property:operating_organisation", "resource:Port_Authority_of_New_York_and_New_Jersey" ], [ "resource:Egg_Harbor_Township__New_Jersey", "property:is_part_of", "resource:New_Jersey" ] ]
Atlantic_City_International_Airport
[ { "modified": "headquarter", "readable": "headquarter", "graph": "property:headquarter" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "Atlantic_City_International_Airport", "readable": "Atlantic City International Airport", "graph": "resource:Atlantic_City_International_Airport" }, { "modified": "Egg_Harbor_Township,_New_Jersey", "readable": "Egg Harbor Township, New Jersey", "graph": "resource:Egg_Harbor_Township__New_Jersey" }, { "modified": "New_Jersey", "readable": "New Jersey", "graph": "resource:New_Jersey" }, { "modified": "New_York", "readable": "New York", "graph": "resource:New_York" }, { "modified": "Port_Authority_of_New_York_and_New_Jersey", "readable": "Port Authority of New York and New Jersey", "graph": "resource:Port_Authority_of_New_York_and_New_Jersey" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Egg_Harbor_Township__New_Jersey property:is_part_of resource:New_Jersey }", "readable_query": "ASK WHERE { resource:Egg_Harbor_Township,_New_Jersey property:is_part_of resource:New_Jersey }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?h property:headquarter resource:New_York . FILTER ( CONTAINS ( LCASE ( ?o ) , 'international' ) ) . ?o rdf:type ontology:airport . ?o property:operating_organisation ?h }", "readable_query": "SELECT DISTINCT ?o WHERE { ?h property:headquarter resource:New_York . FILTER ( CONTAINS ( LCASE ( ?o ) , 'international' ) ) . ?o rdf:type ontology:airport . ?o property:operating_organisation ?h }", "graph_answer": [ "resource:Atlantic_City_International_Airport" ], "readable_answer": [ "Atlantic City International Airport" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8442
Id40
[ { "subject": "Afonso_Pena_International_Airport", "property": "elevation", "object": "\"910.742\"^^xsd:double" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayLength", "object": "\"1799.84\"^^xsd:double" }, { "subject": "Afonso_Pena_International_Airport", "property": "operator", "object": "Infraero" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "\"São José dos Pinhais, Brazil\"@en" } ]
[ { "subject": "Afonso_Pena_International_Airport", "property": "elevationAboveTheSeaLevel", "object": "911.0" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayLength", "object": "1800.0" }, { "subject": "Afonso_Pena_International_Airport", "property": "operatingOrganisation", "object": "Infraero" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Afonso Pena International Airport is located in Sao Jose dos Pinhais. The operating organization for the International Airport is Infraero. It is 1800 meters long and 911 meters above sea level.", "Afonso Pena International Airport is located in Sao Jose dos Pinhais and is 911 metres above sea level. The runway is 1800 long and the airport is run by Infraero.", "The Afonso Pena International Airport is operated by Infraero. The airport is situated 911 meters above sea level in Sao Jose dos Pinhais and has a runway of 1800 m." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Afonso_Pena_International_Airport", "property:runway_length", "resource:1800_0" ], [ "resource:Afonso_Pena_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Afonso_Pena_International_Airport", "property:location", "resource:S_o_Jos__dos_Pinhais" ], [ "resource:Afonso_Pena_International_Airport", "property:elevation_above_the_sea_level", "resource:911_0" ], [ "resource:Afonso_Pena_International_Airport", "property:operating_organisation", "resource:Infraero" ] ]
Afonso_Pena_International_Airport
[ { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "1800.0", "readable": "1800.0", "graph": "resource:1800_0" }, { "modified": "911.0", "readable": "911.0", "graph": "resource:911_0" }, { "modified": "Afonso_Pena_International_Airport", "readable": "Afonso Pena International Airport", "graph": "resource:Afonso_Pena_International_Airport" }, { "modified": "Infraero", "readable": "Infraero", "graph": "resource:Infraero" }, { "modified": "São_José_dos_Pinhais", "readable": "São José dos Pinhais", "graph": "resource:S_o_Jos__dos_Pinhais" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c ?p WHERE { resource:Afonso_Pena_International_Airport property:operating_organisation ?c . resource:Afonso_Pena_International_Airport property:elevation_above_the_sea_level ?p }", "readable_query": "SELECT DISTINCT ?c ?p WHERE { resource:Afonso_Pena_International_Airport property:operating_organisation ?c . resource:Afonso_Pena_International_Airport property:elevation_above_the_sea_level ?p }", "graph_answer": [ "resource:Infraero", "resource:911_0" ], "readable_answer": [ "Infraero", "911.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h ?q WHERE { resource:Afonso_Pena_International_Airport property:location ?h . resource:Afonso_Pena_International_Airport property:runway_length ?q }", "readable_query": "SELECT DISTINCT ?h ?q WHERE { resource:Afonso_Pena_International_Airport property:location ?h . resource:Afonso_Pena_International_Airport property:runway_length ?q }", "graph_answer": [ "resource:S_o_Jos__dos_Pinhais", "resource:1800_0" ], "readable_answer": [ "São José dos Pinhais", "1800.0" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Airport
5
11024
Id73
[ { "subject": "Al_Asad_Airbase", "property": "operator", "object": "United_States_Air_Force" }, { "subject": "United_States_Air_Force", "property": "battle", "object": "Invasion_of_Grenada" }, { "subject": "United_States_Air_Force", "property": "aircraftAttack", "object": "Lockheed_AC-130" }, { "subject": "United_States_Air_Force", "property": "aircraftTransport", "object": "Boeing_C-17_Globemaster_III" }, { "subject": "United_States_Air_Force", "property": "aircraftFighter", "object": "McDonnell_Douglas_F-15_Eagle" } ]
[ { "subject": "Al_Asad_Airbase", "property": "operatingOrganisation", "object": "United_States_Air_Force" }, { "subject": "United_States_Air_Force", "property": "battle", "object": "Invasion_of_Grenada" }, { "subject": "United_States_Air_Force", "property": "attackAircraft", "object": "Lockheed_AC-130" }, { "subject": "United_States_Air_Force", "property": "transportAircraft", "object": "Boeing_C-17_Globemaster_III" }, { "subject": "United_States_Air_Force", "property": "aircraftFighter", "object": "McDonnell_Douglas_F-15_Eagle" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The United States Air Force is the operating organisation for Al Asad airbase. The USAF fought in the Grenada Invasion. Weapons and aircraft located at that base are the Lockheed AC-130, the Boeing C-17 Globemaster III and the McDonnell Douglas F-15 Eagle.", "The United States Air force operates the Al Asad Airbase. The United States Air Force was involved in the battle of the Invasion of Grenada. The Lockheed AC-130 can be found on the USAF aircraft carriers. The Boeing C-17 Globemaster III is a transport plane owned by the air force and they own the fighter McDonnell Douglas F-15 Eagle.", "The United States Air Force is the operating organisation for Al Asad airbase, and the Lockheed AC-130 can be found on its aircraft carriers. The Boeing C-17 Globemaster III is a transport aircraft while the McDonnell Douglas F-15 Eagle is an aircraft fighter used by the USAF. The United States Air Force was involved in battles at the Invasion of Grenada." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Al_Asad_Airbase", "rdf:type", "ontology:airport" ], [ "resource:Al_Asad_Airbase", "property:operating_organisation", "resource:United_States_Air_Force" ], [ "resource:United_States_Air_Force", "property:aircraft_fighter", "resource:McDonnell_Douglas_F_15_Eagle" ], [ "resource:United_States_Air_Force", "property:attack_aircraft", "resource:Lockheed_AC_130" ], [ "resource:United_States_Air_Force", "property:transport_aircraft", "resource:Boeing_C_17_Globemaster_III" ], [ "resource:United_States_Air_Force", "property:battle", "resource:Invasion_of_Grenada" ] ]
Al_Asad_Airbase
[ { "modified": "aircraftFighter", "readable": "aircraft fighter", "graph": "property:aircraft_fighter" }, { "modified": "attackAircraft", "readable": "attack aircraft", "graph": "property:attack_aircraft" }, { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "transportAircraft", "readable": "transport aircraft", "graph": "property:transport_aircraft" }, { "modified": "Al_Asad_Airbase", "readable": "Al Asad Airbase", "graph": "resource:Al_Asad_Airbase" }, { "modified": "Boeing_C-17_Globemaster_III", "readable": "Boeing C-17 Globemaster III", "graph": "resource:Boeing_C_17_Globemaster_III" }, { "modified": "Invasion_of_Grenada", "readable": "Invasion of Grenada", "graph": "resource:Invasion_of_Grenada" }, { "modified": "Lockheed_AC-130", "readable": "Lockheed AC-130", "graph": "resource:Lockheed_AC_130" }, { "modified": "McDonnell_Douglas_F-15_Eagle", "readable": "McDonnell Douglas F-15 Eagle", "graph": "resource:McDonnell_Douglas_F_15_Eagle" }, { "modified": "United_States_Air_Force", "readable": "United States Air Force", "graph": "resource:United_States_Air_Force" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s ?e WHERE { resource:United_States_Air_Force property:battle ?e . resource:United_States_Air_Force property:transport_aircraft ?s }", "readable_query": "SELECT DISTINCT ?s ?e WHERE { resource:United_States_Air_Force property:battle ?e . resource:United_States_Air_Force property:transport_aircraft ?s }", "graph_answer": [ "resource:Boeing_C_17_Globemaster_III", "resource:Invasion_of_Grenada" ], "readable_answer": [ "Boeing C-17 Globemaster III", "Invasion of Grenada" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w ?t WHERE { resource:United_States_Air_Force property:attack_aircraft ?t . resource:United_States_Air_Force property:aircraft_fighter ?w }", "readable_query": "SELECT DISTINCT ?w ?t WHERE { resource:United_States_Air_Force property:attack_aircraft ?t . resource:United_States_Air_Force property:aircraft_fighter ?w }", "graph_answer": [ "resource:McDonnell_Douglas_F_15_Eagle", "resource:Lockheed_AC_130" ], "readable_answer": [ "McDonnell Douglas F-15 Eagle", "Lockheed AC-130" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?r rdf:type ontology:airport . ?r property:operating_organisation resource:United_States_Air_Force }", "readable_query": "ASK WHERE { ?r rdf:type ontology:airport . ?r property:operating_organisation resource:United_States_Air_Force }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?y WHERE { ?y property:operating_organisation resource:United_States_Air_Force . ?y rdf:type ontology:airport }", "readable_query": "SELECT ?y WHERE { ?y property:operating_organisation resource:United_States_Air_Force . ?y rdf:type ontology:airport }", "graph_answer": [ "resource:Al_Asad_Airbase" ], "readable_answer": [ "Al Asad Airbase" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
2
4707
Id219
[ { "subject": "Binignit", "property": "course", "object": "Dessert" }, { "subject": "Dessert", "property": "hasVariant", "object": "Sandesh_(confectionery)" } ]
[ { "subject": "Binignit", "property": "course", "object": "Dessert" }, { "subject": "Dessert", "property": "dishVariation", "object": "Sandesh_(confectionery)" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Binignit and sandesh are both dessert.", "Sandesh (confectionery) is a dish that can be served as a dessert, as is Binignit.", "Two types of desserts that can be served are Binignit and Sandesh." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Dessert", "property:dish_variation", "resource:Sandesh__confectionery_" ], [ "resource:Binignit", "rdf:type", "ontology:food" ], [ "resource:Binignit", "property:course", "resource:Dessert" ] ]
Binignit
[ { "modified": "course", "readable": "course", "graph": "property:course" }, { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "Binignit", "readable": "Binignit", "graph": "resource:Binignit" }, { "modified": "Dessert", "readable": "Dessert", "graph": "resource:Dessert" }, { "modified": "Sandesh_(confectionery)", "readable": "Sandesh", "graph": "resource:Sandesh__confectionery_" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Dessert property:dish_variation resource:Sandesh__confectionery_ }", "readable_query": "ASK WHERE { resource:Dessert property:dish_variation resource:Sandesh_(confectionery) }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Binignit property:coden_code ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Binignit property:coden_code ?b }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
3
8354
Id200
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "1634:_The_Ram_Rebellion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "1634:_The_Ram_Rebellion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "1634 The Ram Rebellion comes from the United States, which has the capital Washington DC and contains the ethnic group African American.", "1634 The Ram Rebellion comes from the United States which has the capital city of Washington DC and the ethnic group of African Americans.", "1634: The Ram Rebellion is from the United States where the capital city is Washington D.C, and an ethnic group is African American." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1634__The_Ram_Rebellion", "rdf:type", "ontology:written_work" ], [ "resource:1634__The_Ram_Rebellion", "property:country", "resource:United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ] ]
1634:_The_Ram_Rebellion
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "1634:_The_Ram_Rebellion", "readable": "1634: The Ram Rebellion", "graph": "resource:1634__The_Ram_Rebellion" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:saint ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:saint ?p }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?g ) WHERE { ?l property:ethnic_group resource:African_Americans }", "readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?g ) WHERE { ?l property:ethnic_group resource:African_Americans }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?t property:ethnic_group resource:African_Americans }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t property:ethnic_group resource:African_Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:United_States property:bird ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:United_States property:bird ?o }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
3
6514
Id134
[ { "subject": "Amdavad_ni_Gufa", "property": "locationTown", "object": "Ahmedabad" }, { "subject": "Amdavad_ni_Gufa", "property": "locationCountry", "object": "India" }, { "subject": "Amdavad_ni_Gufa", "property": "buildingEndDate", "object": "\"1995\"" } ]
[ { "subject": "Amdavad_ni_Gufa", "property": "location", "object": "Ahmedabad" }, { "subject": "Amdavad_ni_Gufa", "property": "country", "object": "India" }, { "subject": "Amdavad_ni_Gufa", "property": "completionDate", "object": "1995" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Amdavad ni Gufa in Ahmedabad, India was completed in 1995.", "Amdavad ni Gufa, completed in 1995, is located in Ahmedabad, India.", "Amdavad ni Gufa, located in Ahmedabad (India), was completed in 1995." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Amdavad_ni_Gufa", "rdf:type", "ontology:building" ], [ "resource:Amdavad_ni_Gufa", "property:location", "resource:Ahmedabad" ], [ "resource:Amdavad_ni_Gufa", "property:completion_date", "resource:1995" ], [ "resource:Amdavad_ni_Gufa", "property:country", "resource:India" ] ]
Amdavad_ni_Gufa
[ { "modified": "completionDate", "readable": "completion date", "graph": "property:completion_date" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "1995", "readable": "1995", "graph": "resource:1995" }, { "modified": "Ahmedabad", "readable": "Ahmedabad", "graph": "resource:Ahmedabad" }, { "modified": "Amdavad_ni_Gufa", "readable": "Amdavad ni Gufa", "graph": "resource:Amdavad_ni_Gufa" }, { "modified": "India", "readable": "India", "graph": "resource:India" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?m property:country resource:India . FILTER ( CONTAINS ( LCASE ( ?m ) , 'gufa' ) ) . ?m rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:country resource:India . FILTER ( CONTAINS ( LCASE ( ?m ) , 'gufa' ) ) . ?m rdf:type ontology:building }", "graph_answer": [ "resource:Amdavad_ni_Gufa" ], "readable_answer": [ "Amdavad ni Gufa" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p ?i WHERE { resource:Amdavad_ni_Gufa property:completion_date ?p . resource:Amdavad_ni_Gufa property:location ?i }", "readable_query": "SELECT DISTINCT ?p ?i WHERE { resource:Amdavad_ni_Gufa property:completion_date ?p . resource:Amdavad_ni_Gufa property:location ?i }", "graph_answer": [ "resource:1995", "resource:Ahmedabad" ], "readable_answer": [ "1995", "Ahmedabad" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
4
9731
Id20
[ { "subject": "Arem-arem", "property": "country", "object": "Indonesia" }, { "subject": "Arem-arem", "property": "ingredient", "object": "Banana_leaf" }, { "subject": "Arem-arem", "property": "mainIngredient", "object": "\"compressed rice cooked in banana leaf with vegetables or minced meat fillings\"@en" }, { "subject": "Arem-arem", "property": "region", "object": "\"Nationwide in Indonesia, but more specific to Java\"@en" } ]
[ { "subject": "Arem-arem", "property": "country", "object": "Indonesia" }, { "subject": "Arem-arem", "property": "ingredient", "object": "Banana_leaf" }, { "subject": "Arem-arem", "property": "mainIngredient", "object": "\"compressed rice cooked in banana leaf with vegetables or minced meat fillings\"" }, { "subject": "Arem-arem", "property": "region", "object": "\"Nationwide in Indonesia, but more specific to Java\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arem-arem is from Indonesia, but more specific to Java and the ingredients are compressed rice cooked in banana leaf with vegetables or minced meat fillings.", "Arem-arem originates from Indonesia, but is more specific to Java. Its main ingredients are compressed rice, cooked in banana leaf with vegetables or minced meat fillings.", "Arem-arem is found nationwide in Indonesia, but is more specific to Java, and consists of compressed rice cooked in banana leaf with vegetables or minced meat fillings." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arem_arem", "property:ingredient", "resource:Banana_leaf" ], [ "resource:Arem_arem", "property:main_ingredient", "compressed rice cooked in banana leaf with vegetables or minced meat fillings" ], [ "resource:Arem_arem", "rdf:type", "ontology:food" ], [ "resource:Arem_arem", "property:country", "resource:Indonesia" ], [ "resource:Arem_arem", "property:region", "Nationwide in Indonesia, but more specific to Java" ] ]
Arem-arem
[ { "modified": "Nationwide in Indonesia, but more specific to Java", "readable": "Nationwide in Indonesia, but more specific to Java", "graph": "Nationwide in Indonesia, but more specific to Java" }, { "modified": "compressed rice cooked in banana leaf with vegetables or minced meat fillings", "readable": "compressed rice cooked in banana leaf with vegetables or minced meat fillings", "graph": "compressed rice cooked in banana leaf with vegetables or minced meat fillings" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arem-arem", "readable": "Arem-arem", "graph": "resource:Arem_arem" }, { "modified": "Banana_leaf", "readable": "Banana leaf", "graph": "resource:Banana_leaf" }, { "modified": "Indonesia", "readable": "Indonesia", "graph": "resource:Indonesia" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c ?e WHERE { resource:Arem_arem property:country ?e . resource:Arem_arem property:region ?c }", "readable_query": "SELECT DISTINCT ?c ?e WHERE { resource:Arem-arem property:country ?e . resource:Arem-arem property:region ?c }", "graph_answer": [ "Nationwide in Indonesia, but more specific to Java", "resource:Indonesia" ], "readable_answer": [ "Nationwide in Indonesia, but more specific to Java", "Indonesia" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p ?v WHERE { resource:Arem_arem property:ingredient ?v . resource:Arem_arem property:main_ingredient ?p }", "readable_query": "SELECT DISTINCT ?p ?v WHERE { resource:Arem-arem property:ingredient ?v . resource:Arem-arem property:main_ingredient ?p }", "graph_answer": [ "compressed rice cooked in banana leaf with vegetables or minced meat fillings", "resource:Banana_leaf" ], "readable_answer": [ "compressed rice cooked in banana leaf with vegetables or minced meat fillings", "Banana leaf" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
5
12330
Id47
[ { "subject": "Alhambra_(1855)", "property": "shipOwner", "object": "P&O_(company)" }, { "subject": "Alhambra_(1855)", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Humphrys,_Tennant_and_Dykes", "property": "location", "object": "London" }, { "subject": "Alhambra_(1855)", "property": "builder", "object": "Samuda_Brothers" }, { "subject": "Alhambra_(1855)", "property": "MeanOfTransportation/length", "object": "\"63800.0\"^^<http://dbpedia.org/datatype/millimetre>" } ]
[ { "subject": "Alhambra", "property": "owner", "object": "P&O_(company)" }, { "subject": "Alhambra", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Humphrys,_Tennant_and_Dykes", "property": "location", "object": "London" }, { "subject": "Alhambra", "property": "builder", "object": "Samuda_Brothers" }, { "subject": "Alhambra", "property": "length", "object": "63800.0 (millimetres)" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Alhambra was built by the Samuda Brothers and is owned by P&O. It is 63800.0 millimetres long and has a Humphrys, Tennant and Dykes power type. Humphrys, Tennant and Dykes is located in London.", "The Samuda Brothers built the Alhambra which is 63800.0 millimetres long and owned by P&O. It is powered by an engine from the London based firm of Humphrys, Tennant and Dykes.", "The 63800.0mm long Alhambra, owned by P&O and built by the Samuda Brothers, is powered by the London based Humphrys, Tennant and Dykes." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Humphrys__Tennant_and_Dykes", "property:location", "resource:London" ], [ "resource:Alhambra", "property:length", "63800.0 (millimetres)" ], [ "resource:Alhambra", "property:power_type", "resource:Humphrys__Tennant_and_Dykes" ], [ "resource:Alhambra", "property:owner", "resource:P_O__company_" ], [ "resource:Alhambra", "property:builder", "resource:Samuda_Brothers" ] ]
Alhambra
[ { "modified": "63800.0 (millimetres)", "readable": "63800.0", "graph": "63800.0 (millimetres)" }, { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "Alhambra", "readable": "Alhambra", "graph": "resource:Alhambra" }, { "modified": "Humphrys,_Tennant_and_Dykes", "readable": "Humphrys, Tennant and Dykes", "graph": "resource:Humphrys__Tennant_and_Dykes" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "P&O_(company)", "readable": "P&O", "graph": "resource:P_O__company_" }, { "modified": "Samuda_Brothers", "readable": "Samuda Brothers", "graph": "resource:Samuda_Brothers" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Humphrys__Tennant_and_Dykes property:location resource:London }", "readable_query": "ASK WHERE { resource:Humphrys,_Tennant_and_Dykes property:location resource:London }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?p property:builder resource:Samuda_Brothers . ?p property:length '253260.0 (millimetres)' }", "readable_query": "ASK WHERE { ?p property:builder resource:Samuda_Brothers . ?p property:length '253260.0 (millimetres)' }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?l property:length '63800.0 (millimetres)' . ?l property:builder resource:Samuda_Brothers }", "readable_query": "ASK WHERE { ?l property:length '63800.0 (millimetres)' . ?l property:builder resource:Samuda_Brothers }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?q WHERE { ?q property:builder resource:Samuda_Brothers . ?q property:length '63800.0 (millimetres)' }", "readable_query": "SELECT ?q WHERE { ?q property:builder resource:Samuda_Brothers . ?q property:length '63800.0 (millimetres)' }", "graph_answer": [ "resource:Alhambra" ], "readable_answer": [ "Alhambra" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
ComicsCharacter
3
6981
Id34
[ { "subject": "Baymax", "property": "series", "object": "Big_Hero_6_(film)" }, { "subject": "Baymax", "property": "creator", "object": "Duncan_Rouleau" }, { "subject": "Baymax", "property": "creators", "object": "Steven_T._Seagle" } ]
[ { "subject": "Baymax", "property": "series", "object": "Big_Hero_6_(film)" }, { "subject": "Baymax", "property": "creator", "object": "Duncan_Rouleau" }, { "subject": "Baymax", "property": "creator", "object": "Steven_T._Seagle" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Baymax is a character in Big Hero 6 and was created by Duncan Rouleau and Steven T. Seagle.", "Steven T Seagle and Duncan Rouleau created the character of Baymax who appeared in Big Hero 6.", "Baymax, a character in Big Hero 6, was created by Duncan Rouleau and Steven T. Seagle." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Baymax", "property:creator", "resource:Steven_T__Seagle" ], [ "resource:Baymax", "property:creator", "resource:Duncan_Rouleau" ], [ "resource:Baymax", "rdf:type", "ontology:comics_character" ], [ "resource:Baymax", "property:series", "resource:Big_Hero_6__film_" ] ]
Baymax
[ { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "series", "readable": "series", "graph": "property:series" }, { "modified": "Baymax", "readable": "Baymax", "graph": "resource:Baymax" }, { "modified": "Big_Hero_6_(film)", "readable": "Big Hero 6", "graph": "resource:Big_Hero_6__film_" }, { "modified": "Duncan_Rouleau", "readable": "Duncan Rouleau", "graph": "resource:Duncan_Rouleau" }, { "modified": "Steven_T._Seagle", "readable": "Steven T. Seagle", "graph": "resource:Steven_T__Seagle" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?i ) WHERE { resource:Baymax property:creator ?y }", "readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?i ) WHERE { resource:Baymax property:creator ?y }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:Baymax property:creator ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Baymax property:creator ?o }", "graph_answer": [ "resource:Steven_T__Seagle", "resource:Duncan_Rouleau" ], "readable_answer": [ "Steven T. Seagle", "Duncan Rouleau" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Baymax property:bird ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Baymax property:bird ?r }", "graph_answer": [], "readable_answer": [], "type": [ "ellipsis", "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
6
12892
Id62
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "University_of_Texas_at_Austin", "property": "affiliations", "object": "University_of_Texas_System" }, { "subject": "Dallas", "property": "partsType", "object": "List_of_counties_in_Texas" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" }, { "subject": "University_of_Texas_at_Austin", "property": "athletics", "object": "Big_12_Conference" }, { "subject": "University_of_Texas_at_Austin", "property": "president", "object": "Gregory_L._Fenves" } ]
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "University_of_Texas_at_Austin", "property": "affiliation", "object": "University_of_Texas_System" }, { "subject": "Dallas", "property": "partsType", "object": "List_of_counties_in_Texas" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" }, { "subject": "University_of_Texas_at_Austin", "property": "competeIn", "object": "Big_12_Conference" }, { "subject": "University_of_Texas_at_Austin", "property": "president", "object": "Gregory_L._Fenves" } ]
(X (X (X)) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Elliot see was born in Dallas, Texas. He attended the University of Texas at Austin which is affiliated with the University of Texas system. The school is part of the big 12 conference and the president of the school is Gregory L. Fenves.", "Elliot See was born in Dallas, Texas. He graduated from the University of Texas at Austin, which is affiliated to the University of Texas system and will compete in the Big 12 Conference. Gregory L. Fenves is the appointed president of the University of Texas at Austin.", "Elliot See was born in Dallas, Texas. He was a student at the University of Texas at Austin (a part of the University of Texas System), where Gregory L. Fenves was appointed as the president. They will be competing in the Big 12 Conference." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:alma_mater", "resource:University_of_Texas_at_Austin" ], [ "resource:Elliot_See", "property:birth_place", "resource:Dallas" ], [ "resource:Dallas", "property:parts_type", "resource:List_of_counties_in_Texas" ], [ "resource:University_of_Texas_at_Austin", "property:compete_in", "resource:Big_12_Conference" ], [ "resource:University_of_Texas_at_Austin", "property:president", "resource:Gregory_L__Fenves" ], [ "resource:University_of_Texas_at_Austin", "property:affiliation", "resource:University_of_Texas_System" ] ]
Elliot_See
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "competeIn", "readable": "compete in", "graph": "property:compete_in" }, { "modified": "partsType", "readable": "parts type", "graph": "property:parts_type" }, { "modified": "president", "readable": "president", "graph": "property:president" }, { "modified": "Big_12_Conference", "readable": "Big 12 Conference", "graph": "resource:Big_12_Conference" }, { "modified": "Dallas", "readable": "Dallas", "graph": "resource:Dallas" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "Gregory_L._Fenves", "readable": "Gregory L. Fenves", "graph": "resource:Gregory_L__Fenves" }, { "modified": "List_of_counties_in_Texas", "readable": "List of counties in Texas", "graph": "resource:List_of_counties_in_Texas" }, { "modified": "University_of_Texas_System", "readable": "University of Texas System", "graph": "resource:University_of_Texas_System" }, { "modified": "University_of_Texas_at_Austin", "readable": "University of Texas at Austin", "graph": "resource:University_of_Texas_at_Austin" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f property:compete_in resource:Big_12_Conference . ?v property:birth_place resource:Dallas . ?v rdf:type ontology:astronaut . ?v property:alma_mater ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f property:compete_in resource:Big_12_Conference . ?v property:birth_place resource:Dallas . ?v rdf:type ontology:astronaut . ?v property:alma_mater ?f }", "graph_answer": [ "resource:University_of_Texas_at_Austin" ], "readable_answer": [ "University of Texas at Austin" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:University_of_Texas_at_Austin property:compete_in resource:Big_12_Conference . ?y rdf:type ontology:astronaut . ?y property:alma_mater resource:University_of_Texas_at_Austin . ?y property:birth_place resource:Dallas }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:University_of_Texas_at_Austin property:compete_in resource:Big_12_Conference . ?y rdf:type ontology:astronaut . ?y property:alma_mater resource:University_of_Texas_at_Austin . ?y property:birth_place resource:Dallas }", "graph_answer": [ "resource:Elliot_See" ], "readable_answer": [ "Elliot See" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:University_of_Texas_at_Austin property:music_fusion_genre ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:University_of_Texas_at_Austin property:music_fusion_genre ?w }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
3
7782
Id113
[ { "subject": "Adonis_Georgiadis", "property": "primeMinister", "object": "Antonis_Samaras" }, { "subject": "Antonis_Samaras", "property": "deputy", "object": "Evangelos_Venizelos" }, { "subject": "Adonis_Georgiadis", "property": "successor", "object": "Makis_Voridis" } ]
[ { "subject": "Adonis_Georgiadis", "property": "inOfficeWhilePrimeMinister", "object": "Antonis_Samaras" }, { "subject": "Antonis_Samaras", "property": "hasDeputy", "object": "Evangelos_Venizelos" }, { "subject": "Adonis_Georgiadis", "property": "successor", "object": "Makis_Voridis" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Makis Voridis was the successor of Adonis Georgiadis, who was in office while Antonis Samaras was Prime Minister and Evangelos Venizelos was the deputy.", "Adonis Georgiadis, who was succeeded by Makis Voridis, was in office while Antonis Samaras was Prime Minister who had Evangelos Venizelos for a Deputy.", "Adonis Georgiadis was in office under Antonis Samaras, Prime Minister whose deputy is Evangelos Venizelos. Makis Voridis succeeded Adonis Georgiadis." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Antonis_Samaras", "property:has_deputy", "resource:Evangelos_Venizelos" ], [ "resource:Adonis_Georgiadis", "rdf:type", "ontology:politician" ], [ "resource:Adonis_Georgiadis", "property:in_office_while_prime_minister", "resource:Antonis_Samaras" ], [ "resource:Adonis_Georgiadis", "property:successor", "resource:Makis_Voridis" ] ]
Adonis_Georgiadis
[ { "modified": "hasDeputy", "readable": "has deputy", "graph": "property:has_deputy" }, { "modified": "inOfficeWhilePrimeMinister", "readable": "in office while prime minister", "graph": "property:in_office_while_prime_minister" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Adonis_Georgiadis", "readable": "Adonis Georgiadis", "graph": "resource:Adonis_Georgiadis" }, { "modified": "Antonis_Samaras", "readable": "Antonis Samaras", "graph": "resource:Antonis_Samaras" }, { "modified": "Evangelos_Venizelos", "readable": "Evangelos Venizelos", "graph": "resource:Evangelos_Venizelos" }, { "modified": "Makis_Voridis", "readable": "Makis Voridis", "graph": "resource:Makis_Voridis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?x ) WHERE { ?q rdf:type ontology:politician . ?b property:has_deputy resource:Evangelos_Venizelos . ?q property:in_office_while_prime_minister ?b . ?q property:successor resource:Makis_Voridis }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?x ) WHERE { ?q rdf:type ontology:politician . ?b property:has_deputy resource:Evangelos_Venizelos . ?q property:in_office_while_prime_minister ?b . ?q property:successor resource:Makis_Voridis }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?a property:in_office_while_prime_minister ?i . ?a property:successor resource:Makis_Voridis . ?a rdf:type ontology:politician . ?i property:has_deputy resource:Evangelos_Venizelos }", "readable_query": "SELECT DISTINCT ?i WHERE { ?a property:in_office_while_prime_minister ?i . ?a property:successor resource:Makis_Voridis . ?a rdf:type ontology:politician . ?i property:has_deputy resource:Evangelos_Venizelos }", "graph_answer": [ "resource:Antonis_Samaras" ], "readable_answer": [ "Antonis Samaras" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?y property:has_deputy resource:Evangelos_Venizelos . ?q property:successor resource:Makis_Voridis . ?q rdf:type ontology:politician . ?q property:in_office_while_prime_minister ?y }", "readable_query": "SELECT DISTINCT ?q WHERE { ?y property:has_deputy resource:Evangelos_Venizelos . ?q property:successor resource:Makis_Voridis . ?q rdf:type ontology:politician . ?q property:in_office_while_prime_minister ?y }", "graph_answer": [ "resource:Adonis_Georgiadis" ], "readable_answer": [ "Adonis Georgiadis" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
5907
Id53
[ { "subject": "Ace_Wilder", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Ace_Wilder", "property": "recordLabel", "object": "EMI_Records" }, { "subject": "Ace_Wilder", "property": "birthPlace", "object": "Stockholm" } ]
[ { "subject": "Ace_Wilder", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Ace_Wilder", "property": "recordLabel", "object": "EMI_Records" }, { "subject": "Ace_Wilder", "property": "birthPlace", "object": "Stockholm" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Stockholm born Ace Wilder is a solo singer signed with EMI Records.", "Solo singer Ace Wilder was born in Stockholm and records for EMI records.", "Born in Stockholm, Ace Wilder, is signed to the record label EMI Records and has a musical background as a solo singer." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ace_Wilder", "rdf:type", "ontology:artist" ], [ "resource:Ace_Wilder", "property:background", "resource:solo_singer" ], [ "resource:Ace_Wilder", "property:record_label", "resource:EMI_Records" ], [ "resource:Ace_Wilder", "property:birth_place", "resource:Stockholm" ] ]
Ace_Wilder
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "Ace_Wilder", "readable": "Ace Wilder", "graph": "resource:Ace_Wilder" }, { "modified": "EMI_Records", "readable": "EMI Records", "graph": "resource:EMI_Records" }, { "modified": "Stockholm", "readable": "Stockholm", "graph": "resource:Stockholm" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?r property:birth_place resource:Preu_isch_Oldendorf . ?r property:background ?b . ?r rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?r property:birth_place resource:Preußisch_Oldendorf . ?r property:background ?b . ?r rdf:type ontology:artist }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Building
5
11554
Id18
[ { "subject": "20_Fenchurch_Street", "property": "location", "object": "United_Kingdom" }, { "subject": "United_Kingdom", "property": "capital", "object": "London" }, { "subject": "London", "property": "leaderTitle", "object": "European_Parliament" }, { "subject": "London", "property": "leaderName", "object": "Boris_Johnson" }, { "subject": "United_Kingdom", "property": "leader", "object": "Elizabeth_II" } ]
[ { "subject": "20_Fenchurch_Street", "property": "location", "object": "United_Kingdom" }, { "subject": "United_Kingdom", "property": "capital", "object": "London" }, { "subject": "London", "property": "leaderTitle", "object": "European_Parliament" }, { "subject": "London", "property": "leader", "object": "Boris_Johnson" }, { "subject": "United_Kingdom", "property": "leader", "object": "Elizabeth_II" } ]
(X (X (X) (X (X) (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "20 Fenchurch Street is located in the United Kingdom, which has London as its capital. Queen Elizabeth II is a leader of the UK, as is Boris Johnson, and the European Parliament also has some control.", "20 Fenchurch Street is located within the United Kingdom, the country of which London is the capital and of which Elizabeth II is a leader. Boris Johnson is the leader of London, though the city is led via the European Parliament.", "20 Fenchurch Street is located in the UK where the capital city is London. Boris Johnson is a leader in London which is led by the European Parliament. Elizabeth II is the leader of the United Kingdom." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:London", "property:leader", "resource:Boris_Johnson" ], [ "resource:London", "property:leader_title", "resource:European_Parliament" ], [ "resource:United_Kingdom", "property:leader", "resource:Elizabeth_II" ], [ "resource:United_Kingdom", "property:capital", "resource:London" ], [ "resource:20_Fenchurch_Street", "rdf:type", "ontology:building" ], [ "resource:20_Fenchurch_Street", "property:location", "resource:United_Kingdom" ] ]
20_Fenchurch_Street
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "20_Fenchurch_Street", "readable": "20 Fenchurch Street", "graph": "resource:20_Fenchurch_Street" }, { "modified": "Boris_Johnson", "readable": "Boris Johnson", "graph": "resource:Boris_Johnson" }, { "modified": "Elizabeth_II", "readable": "Elizabeth II", "graph": "resource:Elizabeth_II" }, { "modified": "European_Parliament", "readable": "European Parliament", "graph": "resource:European_Parliament" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { { { resource:United_Kingdom property:leader ?w } UNION { resource:London property:leader ?w } } }", "readable_query": "SELECT DISTINCT ?w WHERE { { { resource:United_Kingdom property:leader ?w } UNION { resource:London property:leader ?w } } }", "graph_answer": [ "resource:Elizabeth_II", "resource:Boris_Johnson" ], "readable_answer": [ "Elizabeth II", "Boris Johnson" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "disjunctive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:United_Kingdom property:leader ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:United_Kingdom property:leader ?z }", "graph_answer": [ "resource:Elizabeth_II" ], "readable_answer": [ "Elizabeth II" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:20_Fenchurch_Street rdf:type ontology:building . resource:20_Fenchurch_Street property:location resource:United_Kingdom }", "readable_query": "ASK WHERE { resource:20_Fenchurch_Street rdf:type ontology:building . resource:20_Fenchurch_Street property:location resource:United_Kingdom }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Politician
3
7717
Id48
[ { "subject": "Abel_Caballero", "property": "monarch", "object": "Juan_Carlos_I_of_Spain" }, { "subject": "Juan_Carlos_I_of_Spain", "property": "predecessor", "object": "Alfonso_XIII_of_Spain" }, { "subject": "Abel_Caballero", "property": "birthPlace", "object": "Galicia_(Spain)" } ]
[ { "subject": "Abel_Caballero", "property": "inOfficeWhileMonarch", "object": "Juan_Carlos_I_of_Spain" }, { "subject": "Juan_Carlos_I_of_Spain", "property": "predecessor", "object": "Alfonso_XIII_of_Spain" }, { "subject": "Abel_Caballero", "property": "birthPlace", "object": "Galicia_(Spain)" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Abel Caballero was born in Galicia in Spain and was in office while Juan Carlos I of Spain was king. Juan Carlos I of Spain preceded Alfonso XIII of Spain.", "Abel Caballero was born in Galicia in Spain and served in office during Juan Carlos I of Spain's reign. Juan Carlos's predeccessor was Alfonso XIII of Spain." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Juan_Carlos_I_of_Spain", "property:predecessor", "resource:Alfonso_XIII_of_Spain" ], [ "resource:Abel_Caballero", "property:in_office_while_monarch", "resource:Juan_Carlos_I_of_Spain" ], [ "resource:Abel_Caballero", "rdf:type", "ontology:politician" ], [ "resource:Abel_Caballero", "property:birth_place", "resource:Galicia__Spain_" ] ]
Abel_Caballero
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "inOfficeWhileMonarch", "readable": "in office while monarch", "graph": "property:in_office_while_monarch" }, { "modified": "predecessor", "readable": "predecessor", "graph": "property:predecessor" }, { "modified": "Abel_Caballero", "readable": "Abel Caballero", "graph": "resource:Abel_Caballero" }, { "modified": "Alfonso_XIII_of_Spain", "readable": "Alfonso XIII of Spain", "graph": "resource:Alfonso_XIII_of_Spain" }, { "modified": "Galicia_(Spain)", "readable": "Galicia", "graph": "resource:Galicia__Spain_" }, { "modified": "Juan_Carlos_I_of_Spain", "readable": "Juan Carlos I of Spain", "graph": "resource:Juan_Carlos_I_of_Spain" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?f property:predecessor resource:Alfonso_XIII_of_Spain . ?o rdf:type ontology:politician . ?o property:birth_place resource:Galicia__Spain_ . ?o property:in_office_while_monarch ?f }", "readable_query": "SELECT DISTINCT ?o WHERE { ?f property:predecessor resource:Alfonso_XIII_of_Spain . ?o rdf:type ontology:politician . ?o property:birth_place resource:Galicia_(Spain) . ?o property:in_office_while_monarch ?f }", "graph_answer": [ "resource:Abel_Caballero" ], "readable_answer": [ "Abel Caballero" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?e ) WHERE { ?z property:predecessor resource:Alfonso_XIII_of_Spain . ?r rdf:type ontology:politician . ?r property:in_office_while_monarch ?z . ?r property:birth_place resource:Galicia__Spain_ }", "readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?e ) WHERE { ?z property:predecessor resource:Alfonso_XIII_of_Spain . ?r rdf:type ontology:politician . ?r property:in_office_while_monarch ?z . ?r property:birth_place resource:Galicia_(Spain) }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?e property:birth_place resource:Galicia__Spain_ . ?e rdf:type ontology:politician . ?e property:in_office_while_monarch ?n . ?n property:predecessor resource:Alfonso_XIII_of_Spain }", "readable_query": "SELECT DISTINCT ?n WHERE { ?e property:birth_place resource:Galicia_(Spain) . ?e rdf:type ontology:politician . ?e property:in_office_while_monarch ?n . ?n property:predecessor resource:Alfonso_XIII_of_Spain }", "graph_answer": [ "resource:Juan_Carlos_I_of_Spain" ], "readable_answer": [ "Juan Carlos I of Spain" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?a ) WHERE { ?w property:in_office_while_monarch ?f . ?w rdf:type ontology:politician . ?f property:spouse resource:Queen_Sof_a_of_Spain }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?a ) WHERE { ?w property:in_office_while_monarch ?f . ?w rdf:type ontology:politician . ?f property:spouse resource:Queen_Sofía_of_Spain }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] } ]
Food
2
4625
Id137
[ { "subject": "Bakewell_pudding", "property": "region", "object": "Derbyshire_Dales" }, { "subject": "Derbyshire_Dales", "property": "subdivisionName", "object": "Derbyshire" } ]
[ { "subject": "Bakewell_pudding", "property": "region", "object": "Derbyshire_Dales" }, { "subject": "Derbyshire_Dales", "property": "isPartOf", "object": "Derbyshire" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good", "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3", "Id4", "Id5", "Id6" ], "text": [ "Bakewell pudding originates from the Derbyshire Dales in the County of Derbyshire.", "Derbyshire Dales is found in the County of Derbyshire and is where the Bakewell pudding is from.", "Bakewell pudding is from Derbyshire Dales region which is found if the County of Derbyshire.", "Bakewell pudding is from the Derbyshire Dales region which is part of Derbyshire.", "Derbyshire has an area within it called the Derbyshire dales where Bakewell pudding originates.", "Bakewell pudding originates from the Derbyshire Dales, Derbyshire." ], "lang": [ "", "", "", "", "", "" ] }
[]
[]
[ [ "resource:Derbyshire_Dales", "property:is_part_of", "resource:Derbyshire" ], [ "resource:Bakewell_pudding", "rdf:type", "ontology:food" ], [ "resource:Bakewell_pudding", "property:region", "resource:Derbyshire_Dales" ] ]
Bakewell_pudding
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Bakewell_pudding", "readable": "Bakewell pudding", "graph": "resource:Bakewell_pudding" }, { "modified": "Derbyshire", "readable": "Derbyshire", "graph": "resource:Derbyshire" }, { "modified": "Derbyshire_Dales", "readable": "Derbyshire Dales", "graph": "resource:Derbyshire_Dales" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i ?z WHERE { ?i rdf:type ontology:food . ?i property:region ?z . ?z property:is_part_of resource:Derbyshire }", "readable_query": "SELECT DISTINCT ?i ?z WHERE { ?i rdf:type ontology:food . ?i property:region ?z . ?z property:is_part_of resource:Derbyshire }", "graph_answer": [ "resource:Bakewell_pudding", "resource:Derbyshire_Dales" ], "readable_answer": [ "Bakewell pudding", "Derbyshire Dales" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
3
7423
Id23
[ { "subject": "AIDAluna", "property": "MeanOfTransportation/length", "object": "\"252000.0\"^^<http://dbpedia.org/datatype/millimetre>" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." }, { "subject": "AIDAluna", "property": "activeYearsStartDate", "object": "\"2009-03-22\"^^xsd:date" } ]
[ { "subject": "AIDAluna", "property": "length", "object": "252000.0 (millimetres)" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." }, { "subject": "AIDAluna", "property": "activeYearsStartDate", "object": "2009-03-22" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The AIDAluna service began March 22, 2009. The AIDAluna is powered by Caterpillar Inc and has a length of 252000.0 millimetres.", "The AIDAluna is powered by the Caterpillar Inc. engine and has a length of 252000 mm. AIDAluna service was started on the 22nd of March, 2009." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:AIDAluna", "property:length", "252000.0 (millimetres)" ], [ "resource:AIDAluna", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AIDAluna", "property:power_type", "resource:Caterpillar_Inc_" ], [ "resource:AIDAluna", "property:active_years_start_date", "resource:2009_03_22" ] ]
AIDAluna
[ { "modified": "252000.0 (millimetres)", "readable": "252000.0", "graph": "252000.0 (millimetres)" }, { "modified": "activeYearsStartDate", "readable": "active years start date", "graph": "property:active_years_start_date" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "2009-03-22", "readable": "2009-03-22", "graph": "resource:2009_03_22" }, { "modified": "AIDAluna", "readable": "AIDAluna", "graph": "resource:AIDAluna" }, { "modified": "Caterpillar_Inc.", "readable": "Caterpillar Inc.", "graph": "resource:Caterpillar_Inc_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?j = \"2009_03_22\" ) . ?d property:power_type ?q . ?d property:active_years_start_date ?j . ?d rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?j = \"2009-03-22\" ) . ?d property:power_type ?q . ?d property:active_years_start_date ?j . ?d rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:Caterpillar_Inc_" ], "readable_answer": [ "Caterpillar Inc." ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:mean_of_transportation . FILTER ( ?b = \"2009_03_22\" ) . ?m property:power_type resource:Caterpillar_Inc_ . ?m property:active_years_start_date ?b }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:mean_of_transportation . FILTER ( ?b = \"2009-03-22\" ) . ?m property:power_type resource:Caterpillar_Inc. . ?m property:active_years_start_date ?b }", "graph_answer": [ "resource:AIDAluna" ], "readable_answer": [ "AIDAluna" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:AIDAluna property:issn_number ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:AIDAluna property:issn_number ?l }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
2
5194
Id186
[ { "subject": "Alfred_Moore_Scales", "property": "almaMater", "object": "University_of_North_Carolina_at_Chapel_Hill" }, { "subject": "Alfred_Moore_Scales", "property": "successor", "object": "James_Madison_Leach" } ]
[ { "subject": "Alfred_Moore_Scales", "property": "almaMater", "object": "University_of_North_Carolina_at_Chapel_Hill" }, { "subject": "Alfred_Moore_Scales", "property": "successor", "object": "James_Madison_Leach" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The alma mater of Alfred Moore Scales, who was succeeded by James Madison Leach, was the University of North Carolina at Chapel Hill.", "The alma mater of Alfred Moore Scales, later succeeded by James Madison Leach, was the University of North Carolina at Chapel Hill." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alfred_Moore_Scales", "rdf:type", "ontology:politician" ], [ "resource:Alfred_Moore_Scales", "property:successor", "resource:James_Madison_Leach" ], [ "resource:Alfred_Moore_Scales", "property:alma_mater", "resource:University_of_North_Carolina_at_Chapel_Hill" ] ]
Alfred_Moore_Scales
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Alfred_Moore_Scales", "readable": "Alfred Moore Scales", "graph": "resource:Alfred_Moore_Scales" }, { "modified": "James_Madison_Leach", "readable": "James Madison Leach", "graph": "resource:James_Madison_Leach" }, { "modified": "University_of_North_Carolina_at_Chapel_Hill", "readable": "University of North Carolina at Chapel Hill", "graph": "resource:University_of_North_Carolina_at_Chapel_Hill" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i ?a WHERE { resource:Alfred_Moore_Scales property:successor ?a . resource:Alfred_Moore_Scales property:alma_mater ?i }", "readable_query": "SELECT DISTINCT ?i ?a WHERE { resource:Alfred_Moore_Scales property:successor ?a . resource:Alfred_Moore_Scales property:alma_mater ?i }", "graph_answer": [ "resource:University_of_North_Carolina_at_Chapel_Hill", "resource:James_Madison_Leach" ], "readable_answer": [ "University of North Carolina at Chapel Hill", "James Madison Leach" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
WrittenWork
5
12804
Id72
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "A_Wizard_of_Mars", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "A_Wizard_of_Mars", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Wizard of Mars is written in English, the spoken language of Great Britain. However, it originates from the United States where the African Americans are an ethnic group and the country's leader is known as the President.", "The African Americans are an ethnic group in the United States, a country led by the President. It is the origin of A Wizard of Mars which is published in English, as spoken in Great Britain.", "A Wizard of Mars was published in English (language of Great Britain) in the United States, where the leader is called a \"president\" and part of the population is African American." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Wizard_of_Mars", "rdf:type", "ontology:written_work" ], [ "resource:A_Wizard_of_Mars", "property:language", "resource:English_language" ], [ "resource:A_Wizard_of_Mars", "property:country", "resource:United_States" ], [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ] ]
A_Wizard_of_Mars
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Wizard_of_Mars", "readable": "A Wizard of Mars", "graph": "resource:A_Wizard_of_Mars" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "President_of_the_United_States", "readable": "President of the United States", "graph": "resource:President_of_the_United_States" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?d property:country ?n . ?d rdf:type ontology:written_work . ?n property:ethnic_group resource:African_Americans . ?d property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?n WHERE { ?d property:country ?n . ?d rdf:type ontology:written_work . ?n property:ethnic_group resource:African_Americans . ?d property:language resource:English_language }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?c rdf:type ontology:written_work . ?c property:country ?k . ?c property:language resource:English_language . ?k property:leader_title resource:President_of_the_United_States }", "readable_query": "SELECT DISTINCT ?c WHERE { ?c rdf:type ontology:written_work . ?c property:country ?k . ?c property:language resource:English_language . ?k property:leader_title resource:President_of_the_United_States }", "graph_answer": [ "resource:A_Wizard_of_Mars" ], "readable_answer": [ "A Wizard of Mars" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { resource:English_language property:manufacturer ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:English_language property:manufacturer ?s }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
2
4542
Id54
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Spain", "property": "ethnicGroups", "object": "Spaniards" } ]
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Spain", "property": "ethnicGroup", "object": "Spaniards" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arros negre is from Spain where Spaniards are an ethnic group.", "Arròs negre is from Spain, which is populated by Spaniards.", "The dish arros negre comes from Spain where Spaniards live." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Spain", "property:ethnic_group", "resource:Spaniards" ], [ "resource:Arr_s_negre", "rdf:type", "ontology:food" ], [ "resource:Arr_s_negre", "property:country", "resource:Spain" ] ]
Arròs_negre
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "Arròs_negre", "readable": "Arròs negre", "graph": "resource:Arr_s_negre" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" }, { "modified": "Spaniards", "readable": "Spaniards", "graph": "resource:Spaniards" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Arr_s_negre property:country ?b . FILTER ( STRSTARTS ( LCASE ( ?b ) , 's' ) ) }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Arròs_negre property:country ?b . FILTER ( STRSTARTS ( LCASE ( ?b ) , 's' ) ) }", "graph_answer": [ "resource:Spain" ], "readable_answer": [ "Spain" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Spain property:ethnic_group resource:Spaniards }", "readable_query": "ASK WHERE { resource:Spain property:ethnic_group resource:Spaniards }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
Food
4
9750
Id39
[ { "subject": "Arrabbiata_sauce", "property": "mainIngredient", "object": "\"Tomatoes, red chili, garlic, olive oil\"@en" }, { "subject": "Arrabbiata_sauce", "property": "ingredient", "object": "Tomato" }, { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" }, { "subject": "Arrabbiata_sauce", "property": "region", "object": "Rome" } ]
[ { "subject": "Arrabbiata_sauce", "property": "mainIngredient", "object": "\"Tomatoes, red chili, garlic, olive oil\"" }, { "subject": "Arrabbiata_sauce", "property": "region", "object": "Rome" }, { "subject": "Arrabbiata_sauce", "property": "ingredient", "object": "Tomato" }, { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Arrabbiata sauce is made with tomatoes, red chili, garlic and olive oil and is a traditional dish from Rome, Italy.", "Arrabbiata sauce is from the region of Rome in Italy. It includes tomatoes, red chili, garlic and olive oil." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Arrabbiata_sauce", "property:ingredient", "resource:Tomato" ], [ "resource:Arrabbiata_sauce", "property:main_ingredient", "resource:Red_chili" ], [ "resource:Arrabbiata_sauce", "property:main_ingredient", "resource:Olive_oil" ], [ "resource:Arrabbiata_sauce", "property:main_ingredient", "resource:Tomatoes" ], [ "resource:Arrabbiata_sauce", "property:main_ingredient", "resource:Garlic" ], [ "resource:Arrabbiata_sauce", "rdf:type", "ontology:food" ], [ "resource:Arrabbiata_sauce", "property:country", "resource:Italy" ], [ "resource:Arrabbiata_sauce", "property:region", "resource:Rome" ] ]
Arrabbiata_sauce
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arrabbiata_sauce", "readable": "Arrabbiata sauce", "graph": "resource:Arrabbiata_sauce" }, { "modified": "Garlic", "readable": "Garlic", "graph": "resource:Garlic" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Olive oil", "readable": "Olive oil", "graph": "resource:Olive_oil" }, { "modified": "Red chili", "readable": "Red chili", "graph": "resource:Red_chili" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" }, { "modified": "Tomato", "readable": "Tomato", "graph": "resource:Tomato" }, { "modified": "Tomatoes", "readable": "Tomatoes", "graph": "resource:Tomatoes" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?w ) WHERE { resource:Arrabbiata_sauce property:main_ingredient ?h }", "readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?w ) WHERE { resource:Arrabbiata_sauce property:main_ingredient ?h }", "graph_answer": [ "4" ], "readable_answer": [ "4" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { resource:Arrabbiata_sauce property:main_ingredient ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Arrabbiata_sauce property:main_ingredient ?i }", "graph_answer": [ "resource:Red_chili", "resource:Olive_oil", "resource:Tomatoes", "resource:Garlic" ], "readable_answer": [ "Red chili", "Olive oil", "Tomatoes", "Garlic" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y ?b WHERE { resource:Arrabbiata_sauce property:country ?y . resource:Arrabbiata_sauce property:region ?b }", "readable_query": "SELECT DISTINCT ?y ?b WHERE { resource:Arrabbiata_sauce property:country ?y . resource:Arrabbiata_sauce property:region ?b }", "graph_answer": [ "resource:Italy", "resource:Rome" ], "readable_answer": [ "Italy", "Rome" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Arrabbiata_sauce property:religion ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Arrabbiata_sauce property:religion ?q }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
4
8743
Id135
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Folk_rock" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Deram_Records" }, { "subject": "Deram_Records", "property": "location", "object": "London" }, { "subject": "Alison_O'Donnell", "property": "label", "object": "Static_Caravan_Recordings" } ]
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Folk_rock" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Deram_Records" }, { "subject": "Deram_Records", "property": "location", "object": "London" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Static_Caravan_Recordings" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Folk musician Alison O'Donnell is signed with the record label Deram Records, which is based in London. She is also signed to the record label Static Caravan Recordings.", "Alison O'Donnell, a folk rock musician, is signed with Deram Records and Static Caravan Recordings. Deram Records is in London.", "Alison O'Donnell, whose musical genre is folk rock, was once signed to London based, Deram Records. Alison O'Donnell's record label is Static Caravan Recordings." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Deram_Records", "property:location", "resource:London" ], [ "resource:Alison_O_Donnell", "rdf:type", "ontology:artist" ], [ "resource:Alison_O_Donnell", "property:genre", "resource:Folk_rock" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Deram_Records" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Static_Caravan_Recordings" ] ]
Alison_O'Donnell
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "Alison_O'Donnell", "readable": "Alison O'Donnell", "graph": "resource:Alison_O_Donnell" }, { "modified": "Deram_Records", "readable": "Deram Records", "graph": "resource:Deram_Records" }, { "modified": "Folk_rock", "readable": "Folk rock", "graph": "resource:Folk_rock" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "Static_Caravan_Recordings", "readable": "Static Caravan Recordings", "graph": "resource:Static_Caravan_Recordings" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { { resource:Alison_O_Donnell property:record_label ?y } MINUS { ?y property:location resource:London } }", "readable_query": "SELECT DISTINCT ?y WHERE { { resource:Alison_O'Donnell property:record_label ?y } MINUS { ?y property:location resource:London } }", "graph_answer": [ "resource:Static_Caravan_Recordings" ], "readable_answer": [ "Static Caravan Recordings" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Alison_O_Donnell property:record_label ?l . FILTER ( ?l != resource:Static_Caravan_Recordings ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Alison_O'Donnell property:record_label ?l . FILTER ( ?l != resource:Static_Caravan_Recordings ) }", "graph_answer": [ "resource:Deram_Records" ], "readable_answer": [ "Deram Records" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Alison_O_Donnell property:area_urban ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Alison_O'Donnell property:area_urban ?j }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
4
10148
Id122
[ { "subject": "Alhambra_(1855)", "property": "shipOwner", "object": "P&O_(company)" }, { "subject": "P&O_(company)", "property": "location", "object": "London" }, { "subject": "Alhambra_(1855)", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra_(1855)", "property": "length", "object": "\"63.8\"^^xsd:double" } ]
[ { "subject": "Alhambra", "property": "owner", "object": "P&O_(company)" }, { "subject": "P&O_(company)", "property": "location", "object": "London" }, { "subject": "Alhambra", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra", "property": "length", "object": "63800.0 (millimetres)" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alhambra is owned by the P & O company, which is located in London. The Alhambra is powered by a Humphrys, Tennant and Dykes engine and is 63800mm in length.", "The Alhambra, powered by a Humphrys, Tennant and Dykes engine, is owned by London based company P & O. Alhambra had the length of 63800.0 millimetres.", "P&O transporting company is located in London and own the Alhambra which is 63800 mms in length and has a Humphrys, Tennant and Dykes power type." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:P_O__company_", "property:location", "resource:London" ], [ "resource:Alhambra", "property:length", "63800.0 (millimetres)" ], [ "resource:Alhambra", "property:power_type", "resource:Humphrys__Tennant_and_Dykes" ], [ "resource:Alhambra", "property:owner", "resource:P_O__company_" ] ]
Alhambra
[ { "modified": "63800.0 (millimetres)", "readable": "63800.0", "graph": "63800.0 (millimetres)" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "Alhambra", "readable": "Alhambra", "graph": "resource:Alhambra" }, { "modified": "Humphrys,_Tennant_and_Dykes", "readable": "Humphrys, Tennant and Dykes", "graph": "resource:Humphrys__Tennant_and_Dykes" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "P&O_(company)", "readable": "P&O", "graph": "resource:P_O__company_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?f property:owner resource:P_O__company_ . ?f property:length '252000.0 (millimetres)' }", "readable_query": "ASK WHERE { ?f property:owner resource:P&O_(company) . ?f property:length '252000.0 (millimetres)' }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?i property:owner resource:P_O__company_ . ?i property:length '63800.0 (millimetres)' }", "readable_query": "ASK WHERE { ?i property:owner resource:P&O_(company) . ?i property:length '63800.0 (millimetres)' }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?f WHERE { ?f property:length '63800.0 (millimetres)' . ?f property:owner resource:P_O__company_ }", "readable_query": "SELECT ?f WHERE { ?f property:length '63800.0 (millimetres)' . ?f property:owner resource:P&O_(company) }", "graph_answer": [ "resource:Alhambra" ], "readable_answer": [ "Alhambra" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Alhambra property:power_type ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'h' ) ) }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Alhambra property:power_type ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'h' ) ) }", "graph_answer": [ "resource:Humphrys__Tennant_and_Dykes" ], "readable_answer": [ "Humphrys, Tennant and Dykes" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Alhambra property:length ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Alhambra property:length ?y }", "graph_answer": [ "63800.0 (millimetres)" ], "readable_answer": [ "63800.0" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8504
Id102
[ { "subject": "Amsterdam_Airport_Schiphol", "property": "city", "object": "Amsterdam" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "runwayDesignation", "object": "\"18C/36C 'Zwanenburgbaan'\"" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "runwayLength", "object": "\"2014.0\"^^xsd:double" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "elevation", "object": "\"-3.3528\"^^xsd:double" } ]
[ { "subject": "Amsterdam_Airport_Schiphol", "property": "cityServed", "object": "Amsterdam" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "runwayName", "object": "\"18C/36C 'Zwanenburgbaan'\"" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "runwayLength", "object": "2014.0" }, { "subject": "Amsterdam_Airport_Schiphol", "property": "elevationAboveTheSeaLevel", "object": "-3.3528" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "18C/36C or Zwanenburgbaan are the names for the runway at Amsterdam Airport Schiphol which has a runway length of 2014.0. This Airport serves Amsterdam and is at an elevation of -3.3528 from sea level.", "Amsterdam airport, Schiphol serves the city of Amsterdam is -3.3528 metres above sea level and has runway 18C/36C Zwanenburgbaan that is 2014.0 long.", "Amsterdam Airport Schiphol serves Amsterdam. The runway is called 18C/36C or Zwanenburgbaan and is 2014 metres long. Schiphol is -3.3528 above sea level." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Amsterdam_Airport_Schiphol", "property:runway_length", "resource:2014_0" ], [ "resource:Amsterdam_Airport_Schiphol", "rdf:type", "ontology:airport" ], [ "resource:Amsterdam_Airport_Schiphol", "property:city_served", "resource:Amsterdam" ], [ "resource:Amsterdam_Airport_Schiphol", "property:elevation_above_the_sea_level", "resource:_3_3528" ], [ "resource:Amsterdam_Airport_Schiphol", "property:runway_name", "resource:18C_36C__Zwanenburgbaan_" ] ]
Amsterdam_Airport_Schiphol
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "runwayName", "readable": "runway name", "graph": "property:runway_name" }, { "modified": "18C/36C 'Zwanenburgbaan'", "readable": "18C/36C 'Zwanenburgbaan'", "graph": "resource:18C_36C__Zwanenburgbaan_" }, { "modified": "2014.0", "readable": "2014.0", "graph": "resource:2014_0" }, { "modified": "Amsterdam", "readable": "Amsterdam", "graph": "resource:Amsterdam" }, { "modified": "Amsterdam_Airport_Schiphol", "readable": "Amsterdam Airport Schiphol", "graph": "resource:Amsterdam_Airport_Schiphol" }, { "modified": "-3.3528", "readable": "-3.3528", "graph": "resource:_3_3528" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v ?q WHERE { resource:Amsterdam_Airport_Schiphol property:runway_length ?q . resource:Amsterdam_Airport_Schiphol property:elevation_above_the_sea_level ?v }", "readable_query": "SELECT DISTINCT ?v ?q WHERE { resource:Amsterdam_Airport_Schiphol property:runway_length ?q . resource:Amsterdam_Airport_Schiphol property:elevation_above_the_sea_level ?v }", "graph_answer": [ "resource:_3_3528", "resource:2014_0" ], "readable_answer": [ "-3.3528", "2014.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { resource:Amsterdam_Airport_Schiphol property:representative ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Amsterdam_Airport_Schiphol property:representative ?a }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Company
5
12027
Id8
[ { "subject": "Chinabank", "property": "foundingDate", "object": "1920-08-16" }, { "subject": "Chinabank", "property": "service", "object": "Banking" }, { "subject": "Chinabank", "property": "numberOfEmployees", "object": "5594" }, { "subject": "Chinabank", "property": "netIncome", "object": "1.51E10" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Manila" } ]
[ { "subject": "Chinabank", "property": "foundingDate", "object": "1920-08-16" }, { "subject": "Chinabank", "property": "service", "object": "Banking" }, { "subject": "Chinabank", "property": "numberOfEmployees", "object": "5594" }, { "subject": "Chinabank", "property": "netIncome", "object": "15100000000" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Manila" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Chinabank, founded in Manila on 08-16-1920, offers banking services. Chinabank has a net income of 15,100,000,000 and employs 5594 people.", "Chinabank, a banking company founded in Manila on 8-16-1920, has a current net income of 15100000000 and employs 5594 people.", "Chinabank, founded in Manila on 16 August 1920, employs 5594 workers to provide banking services to its customers. Chinabank has net income of 15,100,000,000." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Chinabank", "property:net_income", "15100000000" ], [ "resource:Chinabank", "property:founding_date", "resource:1920_08_16" ], [ "resource:Chinabank", "property:number_of_employees", "resource:5594" ], [ "resource:Chinabank", "rdf:type", "ontology:company" ], [ "resource:Chinabank", "property:foundation_place", "resource:Manila" ], [ "resource:Chinabank", "property:service", "resource:Banking" ] ]
Chinabank
[ { "modified": "15100000000", "readable": "15100000000", "graph": "15100000000" }, { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "netIncome", "readable": "net income", "graph": "property:net_income" }, { "modified": "numberOfEmployees", "readable": "number of employees", "graph": "property:number_of_employees" }, { "modified": "service", "readable": "service", "graph": "property:service" }, { "modified": "1920-08-16", "readable": "1920-08-16", "graph": "resource:1920_08_16" }, { "modified": "5594", "readable": "5594", "graph": "resource:5594" }, { "modified": "Banking", "readable": "Banking", "graph": "resource:Banking" }, { "modified": "Chinabank", "readable": "Chinabank", "graph": "resource:Chinabank" }, { "modified": "Manila", "readable": "Manila", "graph": "resource:Manila" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?z rdf:type ontology:company . ?z property:service ?q . ?z property:founding_date ?r . FILTER ( CONTAINS ( YEAR ( ?r ) , '1920' ) ) }", "readable_query": "SELECT DISTINCT ?q WHERE { ?z rdf:type ontology:company . ?z property:service ?q . ?z property:founding_date ?r . FILTER ( CONTAINS ( YEAR ( ?r ) , '1920' ) ) }", "graph_answer": [ "resource:Banking" ], "readable_answer": [ "Banking" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?d rdf:type ontology:company . ?d property:service resource:Banking . ?d property:net_income '556300000' }", "readable_query": "ASK WHERE { ?d rdf:type ontology:company . ?d property:service resource:Banking . ?d property:net_income '556300000' }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?m property:service resource:Banking . ?m rdf:type ontology:company . ?m property:net_income '15100000000' }", "readable_query": "ASK WHERE { ?m property:service resource:Banking . ?m rdf:type ontology:company . ?m property:net_income '15100000000' }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?i WHERE { ?i property:service resource:Banking . ?i rdf:type ontology:company . ?i property:net_income '15100000000' }", "readable_query": "SELECT ?i WHERE { ?i property:service resource:Banking . ?i rdf:type ontology:company . ?i property:net_income '15100000000' }", "graph_answer": [ "resource:Chinabank" ], "readable_answer": [ "Chinabank" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i ?a WHERE { resource:Chinabank property:net_income ?a . resource:Chinabank property:founding_date ?i }", "readable_query": "SELECT DISTINCT ?i ?a WHERE { resource:Chinabank property:net_income ?a . resource:Chinabank property:founding_date ?i }", "graph_answer": [ "resource:1920_08_16", "15100000000" ], "readable_answer": [ "1920-08-16", "15100000000" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p ?u WHERE { resource:Chinabank property:foundation_place ?p . resource:Chinabank property:number_of_employees ?u }", "readable_query": "SELECT DISTINCT ?p ?u WHERE { resource:Chinabank property:foundation_place ?p . resource:Chinabank property:number_of_employees ?u }", "graph_answer": [ "resource:Manila", "resource:5594" ], "readable_answer": [ "Manila", "5594" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Airport
2
3381
Id186
[ { "subject": "Maple_Ridge_Township,_Alpena_County,_Michigan", "property": "subdivisionName", "object": "United_States" }, { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Maple_Ridge_Township,_Alpena_County,_Michigan" } ]
[ { "subject": "Maple_Ridge_Township,_Alpena_County,_Michigan", "property": "isPartOf", "object": "United_States" }, { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Maple_Ridge_Township,_Alpena_County,_Michigan" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Maple Ridge Township, Alpena County, Michigan is in the United States. The Alpena County Regional Airport is located there.", "Alpena County Regional Airport is located in the United States in the Maple Ridge Township, Alpena County, Michigan.", "Alpena County Regional Airport is located in Maple Ridge Township, Alpena County, Michigan, USA." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Maple_Ridge_Township__Alpena_County__Michigan", "property:is_part_of", "resource:United_States" ], [ "resource:Alpena_County_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Alpena_County_Regional_Airport", "property:location", "resource:Maple_Ridge_Township__Alpena_County__Michigan" ] ]
Alpena_County_Regional_Airport
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Alpena_County_Regional_Airport", "readable": "Alpena County Regional Airport", "graph": "resource:Alpena_County_Regional_Airport" }, { "modified": "Maple_Ridge_Township,_Alpena_County,_Michigan", "readable": "Maple Ridge Township, Alpena County, Michigan", "graph": "resource:Maple_Ridge_Township__Alpena_County__Michigan" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { ?s property:location resource:Maple_Ridge_Township__Alpena_County__Michigan . ?s rdf:type ontology:airport . FILTER ( STRSTARTS ( LCASE ( ?s ) , 'a' ) ) }", "readable_query": "SELECT DISTINCT ?s WHERE { ?s property:location resource:Maple_Ridge_Township,_Alpena_County,_Michigan . ?s rdf:type ontology:airport . FILTER ( STRSTARTS ( LCASE ( ?s ) , 'a' ) ) }", "graph_answer": [ "resource:Alpena_County_Regional_Airport" ], "readable_answer": [ "Alpena County Regional Airport" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Maple_Ridge_Township__Alpena_County__Michigan property:is_part_of resource:United_States }", "readable_query": "ASK WHERE { resource:Maple_Ridge_Township,_Alpena_County,_Michigan property:is_part_of resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
CelestialBody
2
4138
Id119
[ { "subject": "110_Lydia", "property": "Planet/averageSpeed", "object": "\"17.99\"^^<http://dbpedia.org/datatype/kilometrePerSecond>" }, { "subject": "110_Lydia", "property": "Planet/apoapsis", "object": "\"4.40756E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "110_Lydia", "property": "apoapsis", "object": "440756000.0 (kilometres)" }, { "subject": "110_Lydia", "property": "averageSpeed", "object": "17.99 (kilometrePerSeconds)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "110 Lydia has an apoapsis of 440756000.0 kilometres and travels at an average speed of 17.99 kmps.", "110 Lydia travels at an average speed of 17.99 kmps and has an apoapsis of 440756000.0 (kilometres)." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:110_Lydia", "rdf:type", "ontology:celestial_body" ], [ "resource:110_Lydia", "property:apoapsis", "440756000.0 (kilometres)" ], [ "resource:110_Lydia", "property:average_speed", "17.99 (kilometrePerSeconds)" ] ]
110_Lydia
[ { "modified": "17.99 (kilometrePerSeconds)", "readable": "17.99", "graph": "17.99 (kilometrePerSeconds)" }, { "modified": "440756000.0 (kilometres)", "readable": "440756000.0", "graph": "440756000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "averageSpeed", "readable": "average speed", "graph": "property:average_speed" }, { "modified": "110_Lydia", "readable": "110 Lydia", "graph": "resource:110_Lydia" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?p rdf:type ontology:celestial_body . ?p property:apoapsis '560937000.0 (kilometres)' . ?p property:average_speed ?d }", "readable_query": "ASK WHERE { ?p rdf:type ontology:celestial_body . ?p property:apoapsis '560937000.0 (kilometres)' . ?p property:average_speed ?d }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Athlete
4
9018
Id88
[ { "subject": "Aleksandre_Guruli", "property": "team", "object": "FC_Karpaty_Lviv" }, { "subject": "Aleksandre_Guruli", "property": "placeOfBirth", "object": "Batumi" }, { "subject": "Aleksandre_Guruli", "property": "Person/height", "object": "\"0.0\"^^<http://dbpedia.org/datatype/centimetre>" }, { "subject": "Aleksandre_Guruli", "property": "clubs", "object": "FC_Dinamo_Batumi" } ]
[ { "subject": "Aleksandre_Guruli", "property": "club", "object": "FC_Karpaty_Lviv" }, { "subject": "Aleksandre_Guruli", "property": "birthPlace", "object": "Batumi" }, { "subject": "Aleksandre_Guruli", "property": "height", "object": "178.0 (centimetres)" }, { "subject": "Aleksandre_Guruli", "property": "club", "object": "FC_Dinamo_Batumi" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born in Batumi and 178 cm tall, Aleksandre Guruli plays for FC Karpaty Lviv club and for the Dinamo Batumi FC.", "Aleksandre Guruli was born in Batumi and is 178 cm tall. His club is FC Karpaty Lviv and plays for the FC Dinamo Batumi.", "Aleksandre Guruli is 178cm in height and was born in Batumi. He previously played for FC Karpaty Lviv and currently for FC Dinamo Batumi." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aleksandre_Guruli", "rdf:type", "ontology:athlete" ], [ "resource:Aleksandre_Guruli", "property:club", "resource:FC_Karpaty_Lviv" ], [ "resource:Aleksandre_Guruli", "property:club", "resource:FC_Dinamo_Batumi" ], [ "resource:Aleksandre_Guruli", "property:height", "178.0 (centimetres)" ], [ "resource:Aleksandre_Guruli", "property:birth_place", "resource:Batumi" ] ]
Aleksandre_Guruli
[ { "modified": "178.0 (centimetres)", "readable": "178.0", "graph": "178.0 (centimetres)" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "height", "readable": "height", "graph": "property:height" }, { "modified": "Aleksandre_Guruli", "readable": "Aleksandre Guruli", "graph": "resource:Aleksandre_Guruli" }, { "modified": "Batumi", "readable": "Batumi", "graph": "resource:Batumi" }, { "modified": "FC_Dinamo_Batumi", "readable": "FC Dinamo Batumi", "graph": "resource:FC_Dinamo_Batumi" }, { "modified": "FC_Karpaty_Lviv", "readable": "FC Karpaty Lviv", "graph": "resource:FC_Karpaty_Lviv" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?e ) WHERE { ?c property:club resource:FC_Dinamo_Batumi . ?c rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?e ) WHERE { ?c property:club resource:FC_Dinamo_Batumi . ?c rdf:type ontology:athlete }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:club resource:FC_Dinamo_Batumi . ?a rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:club resource:FC_Dinamo_Batumi . ?a rdf:type ontology:athlete }", "graph_answer": [ "resource:Aleksandre_Guruli" ], "readable_answer": [ "Aleksandre Guruli" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w ?a WHERE { resource:Aleksandre_Guruli property:birth_place ?a . resource:Aleksandre_Guruli property:height ?w }", "readable_query": "SELECT DISTINCT ?w ?a WHERE { resource:Aleksandre_Guruli property:birth_place ?a . resource:Aleksandre_Guruli property:height ?w }", "graph_answer": [ "178.0 (centimetres)", "resource:Batumi" ], "readable_answer": [ "178.0", "Batumi" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
4
9833
Id122
[ { "subject": "Baked_Alaska", "property": "ingredientName", "object": "\"Meringue, ice cream,sponge cakeorChristmas pudding\"" }, { "subject": "Baked_Alaska", "property": "country", "object": "\"France, United States or China\"@en" }, { "subject": "Baked_Alaska", "property": "region", "object": "\"Paris, New York or Hong Kong\"@en" }, { "subject": "Baked_Alaska", "property": "ingredient", "object": "Ice_cream" } ]
[ { "subject": "Baked_Alaska", "property": "mainIngredient", "object": "\"Meringue, ice cream, sponge cake or Christmas pudding\"" }, { "subject": "Baked_Alaska", "property": "country", "object": "\"France, United States or China\"" }, { "subject": "Baked_Alaska", "property": "region", "object": "\"Paris, New York or Hong Kong\"" }, { "subject": "Baked_Alaska", "property": "ingredient", "object": "Ice_cream" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Baked Alaska is from either France, the United States or China. Meringue, ice cream, sponge cake or Christmas pudding are the main ingredients. The dish is enjoyed in Paris, New York, and Hong Kong.", "The dessert Baked Alaska, thought to have originated in the United States, France or China, include the ingredients meringue, ice cream and sponge cake (or Christmas pudding). The dish is popular in Paris, New York and Hong Kong." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Baked_Alaska", "property:ingredient", "resource:Ice_cream" ], [ "resource:Baked_Alaska", "property:main_ingredient", "resource:Ice_cream" ], [ "resource:Baked_Alaska", "property:main_ingredient", "resource:Sponge_cake_or_christmas_pudding" ], [ "resource:Baked_Alaska", "property:main_ingredient", "resource:Meringue" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:country", "France, United States or China" ], [ "resource:Baked_Alaska", "property:region", "Paris, New York or Hong Kong" ] ]
Baked_Alaska
[ { "modified": "France, United States or China", "readable": "France, United States or China", "graph": "France, United States or China" }, { "modified": "Paris, New York or Hong Kong", "readable": "Paris, New York or Hong Kong", "graph": "Paris, New York or Hong Kong" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "modified": "Ice_cream", "readable": "Ice cream", "graph": "resource:Ice_cream" }, { "modified": "Meringue", "readable": "Meringue", "graph": "resource:Meringue" }, { "modified": "Sponge cake or christmas pudding", "readable": "Sponge cake or christmas pudding", "graph": "resource:Sponge_cake_or_christmas_pudding" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?s ) WHERE { resource:Baked_Alaska property:main_ingredient ?j }", "readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?s ) WHERE { resource:Baked_Alaska property:main_ingredient ?j }", "graph_answer": [ "3" ], "readable_answer": [ "3" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Baked_Alaska property:main_ingredient ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Baked_Alaska property:main_ingredient ?x }", "graph_answer": [ "resource:Ice_cream", "resource:Sponge_cake_or_christmas_pudding", "resource:Meringue" ], "readable_answer": [ "Ice cream", "Sponge cake or christmas pudding", "Meringue" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g ?m WHERE { resource:Baked_Alaska property:region ?m . resource:Baked_Alaska property:country ?g }", "readable_query": "SELECT DISTINCT ?g ?m WHERE { resource:Baked_Alaska property:region ?m . resource:Baked_Alaska property:country ?g }", "graph_answer": [ "France, United States or China", "Paris, New York or Hong Kong" ], "readable_answer": [ "France, United States or China", "Paris, New York or Hong Kong" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
2
3562
Id174
[ { "subject": "Anders_Osborne", "property": "associatedBand", "object": "Galactic" }, { "subject": "Anders_Osborne", "property": "associatedMusicalArtist", "object": "Tab_Benoit" } ]
[ { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Galactic" }, { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Tab_Benoit" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Anders Osborne is associated with the band Galactic and has worked with Tab Benoit.", "Anders Osborne is associated with the band Galactic and with Tab Benoit." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Anders_Osborne", "rdf:type", "ontology:artist" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Tab_Benoit" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Galactic" ] ]
Anders_Osborne
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "Anders_Osborne", "readable": "Anders Osborne", "graph": "resource:Anders_Osborne" }, { "modified": "Galactic", "readable": "Galactic", "graph": "resource:Galactic" }, { "modified": "Tab_Benoit", "readable": "Tab Benoit", "graph": "resource:Tab_Benoit" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'g' ) ) }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'g' ) ) }", "graph_answer": [ "resource:Galactic" ], "readable_answer": [ "Galactic" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( CONTAINS ( LCASE ( ?x ) , 'benoit' ) ) . resource:Anders_Osborne property:associated_band_associated_musical_artist ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( CONTAINS ( LCASE ( ?x ) , 'benoit' ) ) . resource:Anders_Osborne property:associated_band_associated_musical_artist ?x }", "graph_answer": [ "resource:Tab_Benoit" ], "readable_answer": [ "Tab Benoit" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
2
5655
Id190
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "\" A Wizard of Mars was Published in the United States, of which English is the language.", "\"A Wizard of Mars\" was published in the United States, where the official language is English.", "A Wizard of Mars originates from the United States, where the official language is English." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Wizard_of_Mars", "rdf:type", "ontology:written_work" ], [ "resource:A_Wizard_of_Mars", "property:country", "resource:United_States" ], [ "resource:United_States", "property:language", "resource:English_language" ] ]
A_Wizard_of_Mars
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "A_Wizard_of_Mars", "readable": "A Wizard of Mars", "graph": "resource:A_Wizard_of_Mars" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n ?f WHERE { ?n property:country ?f . ?f property:language resource:English_language . ?n rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?n ?f WHERE { ?n property:country ?f . ?f property:language resource:English_language . ?n rdf:type ontology:written_work }", "graph_answer": [ "resource:A_Wizard_of_Mars", "resource:United_States" ], "readable_answer": [ "A Wizard of Mars", "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
2
3746
Id86
[ { "subject": "Alaa_Abdul-Zahra", "property": "clubs", "object": "Al-Khor_Sports_Club" }, { "subject": "Al-Khor_Sports_Club", "property": "position", "object": "Qatar_Stars_League" } ]
[ { "subject": "Alaa_Abdul-Zahra", "property": "club", "object": "Al-Khor_Sports_Club" }, { "subject": "Al-Khor_Sports_Club", "property": "position", "object": "Qatar_Stars_League" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alaa Abdul-Zahra is in the Al-Khor Sports Club which is in the Qatar Stars league.", "Alaa Abdul Zahra plays for Al Khor Sports Club in the Qatar Stars League.", "Alaa Abdul Zahra plays for Al-Khor Sports Club within the Qatar Stars League." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Al_Khor_Sports_Club", "property:position", "resource:Qatar_Stars_League" ], [ "resource:Alaa_Abdul_Zahra", "rdf:type", "ontology:athlete" ], [ "resource:Alaa_Abdul_Zahra", "property:club", "resource:Al_Khor_Sports_Club" ] ]
Alaa_Abdul-Zahra
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "position", "readable": "position", "graph": "property:position" }, { "modified": "Al-Khor_Sports_Club", "readable": "Al-Khor Sports Club", "graph": "resource:Al_Khor_Sports_Club" }, { "modified": "Alaa_Abdul-Zahra", "readable": "Alaa Abdul-Zahra", "graph": "resource:Alaa_Abdul_Zahra" }, { "modified": "Qatar_Stars_League", "readable": "Qatar Stars League", "graph": "resource:Qatar_Stars_League" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?n rdf:type ontology:athlete . ?s property:position resource:Salvadoran_Primera_Divisi_n . ?n property:club ?s }", "readable_query": "ASK WHERE { ?n rdf:type ontology:athlete . ?s property:position resource:Salvadoran_Primera_División . ?n property:club ?s }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
University
4
10718
Id10
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "facultySize", "object": "\"100\"^^xsd:nonNegativeInteger" }, { "subject": "Switzerland", "property": "leaderName", "object": "Johann_Schneider-Ammann" }, { "subject": "Switzerland", "property": "leaderTitle", "object": "Federal_Chancellor_of_Switzerland" } ]
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "academicStaffSize", "object": "100" }, { "subject": "Switzerland", "property": "leader", "object": "Johann_Schneider-Ammann" }, { "subject": "Switzerland", "property": "leaderTitle", "object": "Federal_Chancellor_of_Switzerland" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Accademia di Architettura di Mendrisio has an academic staff of 100 and is located in the country of Switzerland, whose leader is Johann Schneider-Ammann. His title is Federal Chancellor of Switzerland.", "Accademia di Architettura di Mendrisio in Switzerland has a staff size of 100. The country is led by Johann Schneider-Ammann who is the Federal Chancellor.", "With an academic staff of 100, the Accademia di Architettura di Mendrisio is located in Switzerland, a country led by Federal Chancellor Johann Schneider-Ammann." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Switzerland", "property:leader", "resource:Johann_Schneider_Ammann" ], [ "resource:Switzerland", "property:leader_title", "resource:Federal_Chancellor_of_Switzerland" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "rdf:type", "ontology:university" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:country", "resource:Switzerland" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:academic_staff_size", "100" ] ]
Accademia_di_Architettura_di_Mendrisio
[ { "modified": "100", "readable": "100", "graph": "100" }, { "modified": "academicStaffSize", "readable": "academic staff size", "graph": "property:academic_staff_size" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Accademia_di_Architettura_di_Mendrisio", "readable": "Accademia di Architettura di Mendrisio", "graph": "resource:Accademia_di_Architettura_di_Mendrisio" }, { "modified": "Federal_Chancellor_of_Switzerland", "readable": "Federal Chancellor of Switzerland", "graph": "resource:Federal_Chancellor_of_Switzerland" }, { "modified": "Johann_Schneider-Ammann", "readable": "Johann Schneider-Ammann", "graph": "resource:Johann_Schneider_Ammann" }, { "modified": "Switzerland", "readable": "Switzerland", "graph": "resource:Switzerland" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Switzerland property:leader resource:Johann_Schneider_Ammann }", "readable_query": "ASK WHERE { resource:Switzerland property:leader resource:Johann_Schneider-Ammann }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?v property:academic_staff_size ?r . ?v rdf:type ontology:university . ?v property:country ?e . FILTER ( ?r != '100' ) . ?e property:leader_title resource:Federal_Chancellor_of_Switzerland }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v property:academic_staff_size ?r . ?v rdf:type ontology:university . ?v property:country ?e . FILTER ( ?r != '100' ) . ?e property:leader_title resource:Federal_Chancellor_of_Switzerland }", "graph_answer": [ "resource:Accademia_di_Architettura_di_Mendrisio" ], "readable_answer": [ "Accademia di Architettura di Mendrisio" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6902
Id190
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Amarillo,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Amarillo,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Amarillo, Texas is located in the United States (capital: Washington D.C.) and African Americans are an ethnic group there.", "The capital of the U.S.A. is Washington D.C. where one finds African Americans among ethnic groups and the city of Amarillo in the state of Texas.", "Amarillo, Texas is located within the United States. The country where African Americans are one of the ethnic groups, and where the capital is Washington, D.C." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:Amarillo__Texas", "rdf:type", "ontology:city" ], [ "resource:Amarillo__Texas", "property:country", "resource:United_States" ] ]
Amarillo,_Texas
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Amarillo,_Texas", "readable": "Amarillo, Texas", "graph": "resource:Amarillo__Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?r property:ethnic_group resource:African_Americans . ?r property:capital resource:Washington__D_C_ . FILTER ( CONTAINS ( LCASE ( ?r ) , 'states' ) ) }", "readable_query": "SELECT DISTINCT ?r WHERE { ?r property:ethnic_group resource:African_Americans . ?r property:capital resource:Washington,_D.C. . FILTER ( CONTAINS ( LCASE ( ?r ) , 'states' ) ) }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Amarillo__Texas rdf:type ontology:city . resource:Amarillo__Texas property:country resource:United_States }", "readable_query": "ASK WHERE { resource:Amarillo,_Texas rdf:type ontology:city . resource:Amarillo,_Texas property:country resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Astronaut
4
8903
Id55
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "St._Louis", "property": "leaderName", "object": "Francis_G._Slay" }, { "subject": "University_of_Texas_at_Austin", "property": "athletics", "object": "Big_12_Conference" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" } ]
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "St._Louis", "property": "leader", "object": "Francis_G._Slay" }, { "subject": "University_of_Texas_at_Austin", "property": "competeIn", "object": "Big_12_Conference" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Elliot See graduated from University of Texas at Austin, and died in St. Louis. Francis G. Slay of St. Louis competed in the Big 12 Conference at University of Texas at Austin.", "Elliot See went to the University of Texas at Austin to compete in the Big 12 Conference. He died in St. Louis with Francis G. Slay." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:St__Louis", "property:leader", "resource:Francis_G__Slay" ], [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:death_place", "resource:St__Louis" ], [ "resource:Elliot_See", "property:alma_mater", "resource:University_of_Texas_at_Austin" ], [ "resource:University_of_Texas_at_Austin", "property:compete_in", "resource:Big_12_Conference" ] ]
Elliot_See
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "competeIn", "readable": "compete in", "graph": "property:compete_in" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Big_12_Conference", "readable": "Big 12 Conference", "graph": "resource:Big_12_Conference" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "Francis_G._Slay", "readable": "Francis G. Slay", "graph": "resource:Francis_G__Slay" }, { "modified": "St._Louis", "readable": "St. Louis", "graph": "resource:St__Louis" }, { "modified": "University_of_Texas_at_Austin", "readable": "University of Texas at Austin", "graph": "resource:University_of_Texas_at_Austin" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( STRSTARTS ( LCASE ( ?n ) , 's' ) ) . ?n property:leader resource:Francis_G__Slay }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( STRSTARTS ( LCASE ( ?n ) , 's' ) ) . ?n property:leader resource:Francis_G._Slay }", "graph_answer": [ "resource:St__Louis" ], "readable_answer": [ "St. Louis" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Elliot_See property:death_place resource:St__Louis . resource:Elliot_See rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { resource:Elliot_See property:death_place resource:St._Louis . resource:Elliot_See rdf:type ontology:astronaut }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?g property:death_place resource:United_States . ?g rdf:type ontology:astronaut . ?g property:alma_mater resource:University_of_Texas_at_Austin }", "readable_query": "ASK WHERE { ?g property:death_place resource:United_States . ?g rdf:type ontology:astronaut . ?g property:alma_mater resource:University_of_Texas_at_Austin }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] } ]
Building
4
9110
Id33
[ { "subject": "200_Public_Square", "property": "location", "object": "Cleveland" }, { "subject": "Cleveland", "property": "isPartOf", "object": "Cuyahoga_County,_Ohio" }, { "subject": "Cleveland", "property": "leaderName", "object": "Frank_G._Jackson" }, { "subject": "Cleveland", "property": "country", "object": "United_States" } ]
[ { "subject": "200_Public_Square", "property": "location", "object": "Cleveland" }, { "subject": "Cleveland", "property": "isPartOf", "object": "Cuyahoga_County,_Ohio" }, { "subject": "Cleveland", "property": "leader", "object": "Frank_G._Jackson" }, { "subject": "Cleveland", "property": "country", "object": "United_States" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "200 Public Square is in Cleveland, U.S., which is part of Cuyahoga County, Ohio. Frank G. Jackson is the leader of Cleveland.", "Part of the Cuyahoga County in Ohio is Cleveland in the United States. Cleveland has the leader Frank G Jackson and is the location of the 200 Public square." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Cleveland", "property:leader", "resource:Frank_G__Jackson" ], [ "resource:Cleveland", "property:country", "resource:United_States" ], [ "resource:Cleveland", "property:is_part_of", "resource:Cuyahoga_County__Ohio" ], [ "resource:200_Public_Square", "rdf:type", "ontology:building" ], [ "resource:200_Public_Square", "property:location", "resource:Cleveland" ] ]
200_Public_Square
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "200_Public_Square", "readable": "200 Public Square", "graph": "resource:200_Public_Square" }, { "modified": "Cleveland", "readable": "Cleveland", "graph": "resource:Cleveland" }, { "modified": "Cuyahoga_County,_Ohio", "readable": "Cuyahoga County, Ohio", "graph": "resource:Cuyahoga_County__Ohio" }, { "modified": "Frank_G._Jackson", "readable": "Frank G. Jackson", "graph": "resource:Frank_G__Jackson" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'c' ) ) . ?x property:is_part_of resource:Cuyahoga_County__Ohio }", "readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'c' ) ) . ?x property:is_part_of resource:Cuyahoga_County,_Ohio }", "graph_answer": [ "resource:Cleveland" ], "readable_answer": [ "Cleveland" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g ?b WHERE { resource:Cleveland property:country ?b . resource:Cleveland property:leader ?g }", "readable_query": "SELECT DISTINCT ?g ?b WHERE { resource:Cleveland property:country ?b . resource:Cleveland property:leader ?g }", "graph_answer": [ "resource:Frank_G__Jackson", "resource:United_States" ], "readable_answer": [ "Frank G. Jackson", "United States" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:200_Public_Square property:number_of_locations ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:200_Public_Square property:number_of_locations ?p }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6785
Id73
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Adams_Township,_Madison_County,_Indiana" }, { "subject": "Adams_Township,_Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "subdivisionName", "object": "Indiana" } ]
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Adams_Township,_Madison_County,_Indiana" }, { "subject": "Adams_Township,_Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Indiana" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Anderson is located in Adams Township, Madison County, Indiana, United States.", "Anderson is located within Adams Township, Madison County, Indiana in the U.S.", "Anderson is part of Adams Township, Madison County, Indiana, United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adams_Township__Madison_County__Indiana", "property:country", "resource:United_States" ], [ "resource:Anderson__Indiana", "rdf:type", "ontology:city" ], [ "resource:Anderson__Indiana", "property:is_part_of", "resource:Indiana" ], [ "resource:Anderson__Indiana", "property:is_part_of", "resource:Adams_Township__Madison_County__Indiana" ] ]
Anderson,_Indiana
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Adams_Township,_Madison_County,_Indiana", "readable": "Adams Township, Madison County, Indiana", "graph": "resource:Adams_Township__Madison_County__Indiana" }, { "modified": "Anderson,_Indiana", "readable": "Anderson, Indiana", "graph": "resource:Anderson__Indiana" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?r != resource:Indiana ) . resource:Anderson__Indiana property:is_part_of ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?r != resource:Indiana ) . resource:Anderson__Indiana property:is_part_of ?r }", "graph_answer": [ "resource:Adams_Township__Madison_County__Indiana" ], "readable_answer": [ "Adams Township, Madison County, Indiana" ], "type": [ "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Anderson__Indiana property:is_part_of ?b . FILTER NOT EXISTS { ?b property:country resource:United_States } }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Anderson,_Indiana property:is_part_of ?b . FILTER NOT EXISTS { ?b property:country resource:United_States } }", "graph_answer": [ "resource:Indiana" ], "readable_answer": [ "Indiana" ], "type": [ "coreference", "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
2
3995
Id147
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "Pacific_Grove,_California" }, { "subject": "Pacific_Grove,_California", "property": "country", "object": "United_States" } ]
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "Pacific_Grove,_California" }, { "subject": "Pacific_Grove,_California", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Asilomar Conference Grounds is located at Pacific Grove, California in the United States.", "The Asilomar Conference Grounds are in Pacific Grove, California in the United States.", "Asilomar Conference Grounds are located in Pacific Grove, California which is in the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Pacific_Grove__California", "property:country", "resource:United_States" ], [ "resource:Asilomar_Conference_Grounds", "rdf:type", "ontology:building" ], [ "resource:Asilomar_Conference_Grounds", "property:location", "resource:Pacific_Grove__California" ] ]
Asilomar_Conference_Grounds
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Asilomar_Conference_Grounds", "readable": "Asilomar Conference Grounds", "graph": "resource:Asilomar_Conference_Grounds" }, { "modified": "Pacific_Grove,_California", "readable": "Pacific Grove, California", "graph": "resource:Pacific_Grove__California" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f ?n WHERE { ?f rdf:type ontology:building . ?n property:country resource:United_States . ?f property:location ?n }", "readable_query": "SELECT DISTINCT ?f ?n WHERE { ?f rdf:type ontology:building . ?n property:country resource:United_States . ?f property:location ?n }", "graph_answer": [ "resource:Asilomar_Conference_Grounds", "resource:Pacific_Grove__California" ], "readable_answer": [ "Asilomar Conference Grounds", "Pacific Grove, California" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
3
7096
Id9
[ { "subject": "Ajoblanco", "property": "ingredient", "object": "Almond" }, { "subject": "Almond", "property": "family", "object": "Rosaceae" }, { "subject": "Almond", "property": "division", "object": "Flowering_plant" } ]
[ { "subject": "Ajoblanco", "property": "ingredient", "object": "Almond" }, { "subject": "Almond", "property": "family", "object": "Rosaceae" }, { "subject": "Almond", "property": "division", "object": "Flowering_plant" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Almonds are in the division of flowering plants and part of the Rosaceae family. They are an ingredient in Ajoblanco.", "Almond is classed as a flowering plant and is from the rosaceae family. It is an ingredient used in Ajoblanco.", "Ajoblanco has almond as one of its ingredients, which is part of the Rosaceae family and in the division of flowering plants." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ajoblanco", "property:ingredient", "resource:Almond" ], [ "resource:Ajoblanco", "rdf:type", "ontology:food" ], [ "resource:Almond", "property:division", "resource:Flowering_plant" ], [ "resource:Almond", "property:family", "resource:Rosaceae" ] ]
Ajoblanco
[ { "modified": "division", "readable": "division", "graph": "property:division" }, { "modified": "family", "readable": "family", "graph": "property:family" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Ajoblanco", "readable": "Ajoblanco", "graph": "resource:Ajoblanco" }, { "modified": "Almond", "readable": "Almond", "graph": "resource:Almond" }, { "modified": "Flowering_plant", "readable": "Flowering plant", "graph": "resource:Flowering_plant" }, { "modified": "Rosaceae", "readable": "Rosaceae", "graph": "resource:Rosaceae" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?z property:family resource:Rosaceae . ?z property:division resource:Audi_e_tron }", "readable_query": "ASK WHERE { ?z property:family resource:Rosaceae . ?z property:division resource:Audi_e-tron }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?v property:family resource:Rosaceae . ?v property:division resource:Flowering_plant }", "readable_query": "ASK WHERE { ?v property:family resource:Rosaceae . ?v property:division resource:Flowering_plant }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?u WHERE { ?u property:division resource:Flowering_plant . ?u property:family resource:Rosaceae }", "readable_query": "SELECT ?u WHERE { ?u property:division resource:Flowering_plant . ?u property:family resource:Rosaceae }", "graph_answer": [ "resource:Almond" ], "readable_answer": [ "Almond" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:food . ?y property:ingredient resource:Almond }", "readable_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:food . ?y property:ingredient resource:Almond }", "graph_answer": [ "resource:Ajoblanco" ], "readable_answer": [ "Ajoblanco" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
4
10095
Id69
[ { "subject": "Abarth_1000_GT_Coupé", "property": "designCompany", "object": "Gruppo_Bertone" }, { "subject": "Abarth", "property": "foundationPlace", "object": "Bologna" }, { "subject": "Abarth_1000_GT_Coupé", "property": "manufacturer", "object": "Abarth" }, { "subject": "Abarth", "property": "foundedBy", "object": "Carlo_Abarth" } ]
[ { "subject": "Abarth_1000_GT_Coupé", "property": "designCompany", "object": "Gruppo_Bertone" }, { "subject": "Abarth", "property": "foundationPlace", "object": "Bologna" }, { "subject": "Abarth_1000_GT_Coupé", "property": "manufacturer", "object": "Abarth" }, { "subject": "Abarth", "property": "foundedBy", "object": "Carlo_Abarth" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abarth was founded by Carlo Abarth in Bologna. It is the manufacturer of the Abarth 1000 GT Coupé which was designed by Gruppo Bertone.", "Abarth, which was founded by Carlo Abarth, in Bologna, is the manufacturer of the Abarth 1000 GT Coupé. The Abarth 1000 GT Coupé was designed by Gruppo Bertone.", "The Abarth company was founded in Bologna by Carlo Abarth. The company made the Abarth 1000 GT Coupe which was designed by Gruppo Bertone." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abarth_1000_GT_Coup_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Abarth_1000_GT_Coup_", "property:design_company", "resource:Gruppo_Bertone" ], [ "resource:Abarth_1000_GT_Coup_", "property:manufacturer", "resource:Abarth" ], [ "resource:Abarth", "property:founded_by", "resource:Carlo_Abarth" ], [ "resource:Abarth", "property:foundation_place", "resource:Bologna" ] ]
Abarth_1000_GT_Coupé
[ { "modified": "designCompany", "readable": "design company", "graph": "property:design_company" }, { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "foundedBy", "readable": "founded by", "graph": "property:founded_by" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "Abarth", "readable": "Abarth", "graph": "resource:Abarth" }, { "modified": "Abarth_1000_GT_Coupé", "readable": "Abarth 1000 GT Coupé", "graph": "resource:Abarth_1000_GT_Coup_" }, { "modified": "Bologna", "readable": "Bologna", "graph": "resource:Bologna" }, { "modified": "Carlo_Abarth", "readable": "Carlo Abarth", "graph": "resource:Carlo_Abarth" }, { "modified": "Gruppo_Bertone", "readable": "Gruppo Bertone", "graph": "resource:Gruppo_Bertone" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?v property:design_company resource:Gruppo_Bertone . ?v property:manufacturer ?i . ?v rdf:type ontology:mean_of_transportation . ?i property:founded_by resource:Carlo_Abarth }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v property:design_company resource:Gruppo_Bertone . ?v property:manufacturer ?i . ?v rdf:type ontology:mean_of_transportation . ?i property:founded_by resource:Carlo_Abarth }", "graph_answer": [ "resource:Abarth_1000_GT_Coup_" ], "readable_answer": [ "Abarth 1000 GT Coupé" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:Abarth property:foundation_place ?e . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'b' ) ) }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Abarth property:foundation_place ?e . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'b' ) ) }", "graph_answer": [ "resource:Bologna" ], "readable_answer": [ "Bologna" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Food
3
7152
Id65
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "ethnicGroup", "object": "Malaysian_Chinese" }, { "subject": "Malaysia", "property": "capital", "object": "Kuala_Lumpur" } ]
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "ethnicGroup", "object": "Malaysian_Chinese" }, { "subject": "Malaysia", "property": "capital", "object": "Kuala_Lumpur" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Asam pedas is a food from Malaysia where the capital is Kuala Lumpur, and the Malaysian Chinese are one of the ethnic groups.", "Asam pedas is a food found in Malaysia where the Malaysian chinese are an ethnic group and the capital city is Kuala Lumpur.", "Asam pedas is a food from Malaysia where the capital is Kuala Lumpur and the Malaysian chinese are an ethnic group." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Malaysia", "property:capital", "resource:Kuala_Lumpur" ], [ "resource:Malaysia", "property:ethnic_group", "resource:Malaysian_Chinese" ], [ "resource:Asam_pedas", "rdf:type", "ontology:food" ], [ "resource:Asam_pedas", "property:country", "resource:Malaysia" ] ]
Asam_pedas
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "Asam_pedas", "readable": "Asam pedas", "graph": "resource:Asam_pedas" }, { "modified": "Kuala_Lumpur", "readable": "Kuala Lumpur", "graph": "resource:Kuala_Lumpur" }, { "modified": "Malaysia", "readable": "Malaysia", "graph": "resource:Malaysia" }, { "modified": "Malaysian_Chinese", "readable": "Malaysian Chinese", "graph": "resource:Malaysian_Chinese" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b ?x WHERE { resource:Malaysia property:ethnic_group ?b . resource:Malaysia property:capital ?x }", "readable_query": "SELECT DISTINCT ?b ?x WHERE { resource:Malaysia property:ethnic_group ?b . resource:Malaysia property:capital ?x }", "graph_answer": [ "resource:Malaysian_Chinese", "resource:Kuala_Lumpur" ], "readable_answer": [ "Malaysian Chinese", "Kuala Lumpur" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:food . ?p property:country resource:Malaysia }", "readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:food . ?p property:country resource:Malaysia }", "graph_answer": [ "resource:Asam_pedas" ], "readable_answer": [ "Asam pedas" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Monument
4
10280
Id12
[ { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "country", "object": "\"United States\"@en" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "category", "object": "Historic_districts_in_the_United_States" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "owningOrganisation", "object": "National_Park_Service" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "established", "object": "\"1907-07-11\"^^xsd:date" } ]
[ { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "country", "object": "\"United States\"" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "category", "object": "Historic_districts_in_the_United_States" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "owningOrganisation", "object": "National_Park_Service" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "established", "object": "\"1907-07-11\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The 14th New Jersey Volunteer Infantry Monument was established in 1907-07-11 and is categorised as a historic district in the United States. The National Park Service has responsibility for this monument.", "The 14th New Jersey Volunteer Infantry Monument, established 1907-07-11, is a historic district in the United States and owned by the National Park Service." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:owning_organisation", "resource:National_Park_Service" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "rdf:type", "ontology:monument" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:country", "resource:United_States" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:established", "1907-07-11" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:category", "resource:Historic_districts_in_the_United_States" ] ]
14th_New_Jersey_Volunteer_Infantry_Monument
[ { "modified": "1907-07-11", "readable": "1907-07-11", "graph": "1907-07-11" }, { "modified": "category", "readable": "category", "graph": "property:category" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "owningOrganisation", "readable": "owning organisation", "graph": "property:owning_organisation" }, { "modified": "14th_New_Jersey_Volunteer_Infantry_Monument", "readable": "14th New Jersey Volunteer Infantry Monument", "graph": "resource:14th_New_Jersey_Volunteer_Infantry_Monument" }, { "modified": "Historic_districts_in_the_United_States", "readable": "Historic districts in the United States", "graph": "resource:Historic_districts_in_the_United_States" }, { "modified": "National_Park_Service", "readable": "National Park Service", "graph": "resource:National_Park_Service" }, { "modified": "United States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?p = \"1907-07-11\" ) . ?a rdf:type ontology:monument . ?a property:established ?p . ?a property:category ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?p = \"1907-07-11\" ) . ?a rdf:type ontology:monument . ?a property:established ?p . ?a property:category ?n }", "graph_answer": [ "resource:Historic_districts_in_the_United_States" ], "readable_answer": [ "Historic districts in the United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i property:established ?e . ?i property:category resource:Historic_districts_in_the_United_States . FILTER ( ?e = \"1907-07-11\" ) . ?i rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:established ?e . ?i property:category resource:Historic_districts_in_the_United_States . FILTER ( ?e = \"1907-07-11\" ) . ?i rdf:type ontology:monument }", "graph_answer": [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument" ], "readable_answer": [ "14th New Jersey Volunteer Infantry Monument" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:state_of_origin ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:state_of_origin ?y }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
2
4890
Id125
[ { "subject": "Alvis_Speed_25", "property": "transmission", "object": "\"single plate clutch, separate 4-speed gearbox all-silent\"" }, { "subject": "Alvis_Speed_25", "property": "class", "object": "\"Full-size luxury car\"@en" } ]
[ { "subject": "Alvis_Speed_25", "property": "transmission", "object": "\"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle\"" }, { "subject": "Alvis_Speed_25", "property": "class", "object": "\"Full-size luxury car\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Alvis Speed 25 is a full size luxury vehicle with a specialised transmission system, which comprises a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints, and spiral bevel fully floating back axle.", "The Alvis Speed 25 is a full size luxury car with a specialised transmission system, which consists of a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints, and spiral bevel fully floating back axle." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alvis_Speed_25", "property:transmission", "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle" ], [ "resource:Alvis_Speed_25", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Alvis_Speed_25", "property:class", "resource:Full_size_luxury_car" ] ]
Alvis_Speed_25
[ { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "transmission", "readable": "transmission", "graph": "property:transmission" }, { "modified": "Alvis_Speed_25", "readable": "Alvis Speed 25", "graph": "resource:Alvis_Speed_25" }, { "modified": "Full-size luxury car", "readable": "Full-size luxury car", "graph": "resource:Full_size_luxury_car" }, { "modified": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle", "readable": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle", "graph": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?w ) WHERE { resource:Alvis_Speed_25 property:class ?p }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?w ) WHERE { resource:Alvis_Speed_25 property:class ?p }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Alvis_Speed_25 property:class ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Alvis_Speed_25 property:class ?b }", "graph_answer": [ "resource:Full_size_luxury_car" ], "readable_answer": [ "Full-size luxury car" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Alvis_Speed_25 property:density ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Alvis_Speed_25 property:density ?y }", "graph_answer": [], "readable_answer": [], "type": [ "ellipsis", "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
ComicsCharacter
4
9620
Id1
[ { "subject": "Arion_(comics)", "property": "creators", "object": "Jan_Duursema" }, { "subject": "Jan_Duursema", "property": "awards", "object": "Eisner_Award" }, { "subject": "Arion_(comics)", "property": "alterEgo", "object": "\"Ahri'ahn\"@en" }, { "subject": "Arion_(comics)", "property": "creator", "object": "Paul_Kupperberg" } ]
[ { "subject": "Arion_(comicsCharacter)", "property": "creator", "object": "Jan_Duursema" }, { "subject": "Jan_Duursema", "property": "award", "object": "Eisner_Award" }, { "subject": "Arion_(comicsCharacter)", "property": "alternativeName", "object": "\"Ahri'ahn\"" }, { "subject": "Arion_(comicsCharacter)", "property": "creator", "object": "Paul_Kupperberg" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arion (also known as Ahri'ahn) is a comic character created by Paul Kupperberg and Jan Duursema, who won the Eisner award.", "Paul Kupperberg and Eisner Award winning Jan Duursema are the creators of the comic book character Arion, also know as Ahri'ahn.", "The comic book character Arion (also known as Ahri'ahn), was created by Paul Kupperberg and Jan Duursema, the latter having won the Eisner Award." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arion__comicsCharacter_", "property:creator", "resource:Paul_Kupperberg" ], [ "resource:Arion__comicsCharacter_", "property:creator", "resource:Jan_Duursema" ], [ "resource:Arion__comicsCharacter_", "rdf:type", "ontology:comics_character" ], [ "resource:Arion__comicsCharacter_", "property:alternative_name", "resource:Ahri_ahn" ], [ "resource:Jan_Duursema", "property:award", "resource:Eisner_Award" ] ]
Arion_(comicsCharacter)
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "award", "readable": "award", "graph": "property:award" }, { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "Ahri'ahn", "readable": "Ahri'ahn", "graph": "resource:Ahri_ahn" }, { "modified": "Arion_(comicsCharacter)", "readable": "Arion", "graph": "resource:Arion__comicsCharacter_" }, { "modified": "Eisner_Award", "readable": "Eisner Award", "graph": "resource:Eisner_Award" }, { "modified": "Jan_Duursema", "readable": "Jan Duursema", "graph": "resource:Jan_Duursema" }, { "modified": "Paul_Kupperberg", "readable": "Paul Kupperberg", "graph": "resource:Paul_Kupperberg" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { resource:Arion__comicsCharacter_ property:creator ?t . FILTER NOT EXISTS { ?t property:award resource:Eisner_Award } }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Arion_(comicsCharacter) property:creator ?t . FILTER NOT EXISTS { ?t property:award resource:Eisner_Award } }", "graph_answer": [ "resource:Paul_Kupperberg" ], "readable_answer": [ "Paul Kupperberg" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { FILTER ( ?s != resource:Paul_Kupperberg ) . resource:Arion__comicsCharacter_ property:creator ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( ?s != resource:Paul_Kupperberg ) . resource:Arion__comicsCharacter_ property:creator ?s }", "graph_answer": [ "resource:Jan_Duursema" ], "readable_answer": [ "Jan Duursema" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6926
Id214
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "English is the language of the United States which includes the ethnic group of Asian Americans and is the location of Albany, Georgia.", "Albany, Georgia, is in the United States, where English is spoken, and Asian Americans are one of the ethnic groups.", "Asian Americans are an ethnic group of the United States. It is an English speaking country and is where Albany, Georgia is located." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albany__Georgia", "rdf:type", "ontology:city" ], [ "resource:Albany__Georgia", "property:country", "resource:United_States" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ] ]
Albany,_Georgia
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "Albany,_Georgia", "readable": "Albany, Georgia", "graph": "resource:Albany__Georgia" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c ?u WHERE { resource:United_States property:language ?c . resource:United_States property:ethnic_group ?u }", "readable_query": "SELECT DISTINCT ?c ?u WHERE { resource:United_States property:language ?c . resource:United_States property:ethnic_group ?u }", "graph_answer": [ "resource:English_language", "resource:Asian_Americans" ], "readable_answer": [ "English language", "Asian Americans" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?g property:country resource:United_States . ?g rdf:type ontology:city . FILTER ( CONTAINS ( LCASE ( ?g ) , 'georgia' ) ) }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:country resource:United_States . ?g rdf:type ontology:city . FILTER ( CONTAINS ( LCASE ( ?g ) , 'georgia' ) ) }", "graph_answer": [ "resource:Albany__Georgia" ], "readable_answer": [ "Albany, Georgia" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
6006
Id152
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Floating_World_Records" }, { "subject": "Alison_O'Donnell", "property": "label", "object": "Fruits_de_Mer_Records" } ]
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Floating_World_Records" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Fruits_de_Mer_Records" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alison O'Donnell plays jazz music and is signed to the record label of Floating World Records. Alison O'Donnell was once signed to the record label Fruits de Mer Records.", "Jazz music performer Alison O'Donnell was previously signed to Fruits de Mer Records and is now with Floating World Records.", "Alison O'Donnell, who performs jazz music is attached to the record label Fruits de Mer Records and she is signed to the Floating World Records label." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alison_O_Donnell", "rdf:type", "ontology:artist" ], [ "resource:Alison_O_Donnell", "property:genre", "resource:Jazz" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Floating_World_Records" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Fruits_de_Mer_Records" ] ]
Alison_O'Donnell
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "Alison_O'Donnell", "readable": "Alison O'Donnell", "graph": "resource:Alison_O_Donnell" }, { "modified": "Floating_World_Records", "readable": "Floating World Records", "graph": "resource:Floating_World_Records" }, { "modified": "Fruits_de_Mer_Records", "readable": "Fruits de Mer Records", "graph": "resource:Fruits_de_Mer_Records" }, { "modified": "Jazz", "readable": "Jazz", "graph": "resource:Jazz" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?l ) WHERE { resource:Alison_O_Donnell property:record_label ?r }", "readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?l ) WHERE { resource:Alison_O'Donnell property:record_label ?r }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Alison_O_Donnell property:record_label ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Alison_O'Donnell property:record_label ?c }", "graph_answer": [ "resource:Floating_World_Records", "resource:Fruits_de_Mer_Records" ], "readable_answer": [ "Floating World Records", "Fruits de Mer Records" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:Alison_O_Donnell property:transmission ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Alison_O'Donnell property:transmission ?d }", "graph_answer": [], "readable_answer": [], "type": [ "ellipsis", "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
3
5751
Id84
[ { "subject": "Allama_Iqbal_International_Airport", "property": "location", "object": "Pakistan" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayLength", "object": "\"3360.12\"^^xsd:double" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayDesignation", "object": "\"18L/36R\"" } ]
[ { "subject": "Allama_Iqbal_International_Airport", "property": "location", "object": "Pakistan" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayLength", "object": "3360.12" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayName", "object": "\"18L/36R\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Allama Iqbal International airport which is located in Pakistan has a runway length of 3360.12. The runway name is 18L/36R.", "Allama Iqbal International airport is located in Pakistan. The runway length is 3360.12 and the runway name is 18L/36R.", "Allama Iqbal International Airport, located in Pakistan, has a runway length of 3360.12 and is named 18L/36R." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Allama_Iqbal_International_Airport", "property:runway_length", "resource:3360_12" ], [ "resource:Allama_Iqbal_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Allama_Iqbal_International_Airport", "property:location", "resource:Pakistan" ], [ "resource:Allama_Iqbal_International_Airport", "property:runway_name", "resource:18L_36R" ] ]
Allama_Iqbal_International_Airport
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "runwayName", "readable": "runway name", "graph": "property:runway_name" }, { "modified": "18L/36R", "readable": "18L/36R", "graph": "resource:18L_36R" }, { "modified": "3360.12", "readable": "3360.12", "graph": "resource:3360_12" }, { "modified": "Allama_Iqbal_International_Airport", "readable": "Allama Iqbal International Airport", "graph": "resource:Allama_Iqbal_International_Airport" }, { "modified": "Pakistan", "readable": "Pakistan", "graph": "resource:Pakistan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q ?j WHERE { resource:Allama_Iqbal_International_Airport property:runway_name ?j . resource:Allama_Iqbal_International_Airport property:location ?q }", "readable_query": "SELECT DISTINCT ?q ?j WHERE { resource:Allama_Iqbal_International_Airport property:runway_name ?j . resource:Allama_Iqbal_International_Airport property:location ?q }", "graph_answer": [ "resource:Pakistan", "resource:18L_36R" ], "readable_answer": [ "Pakistan", "18L/36R" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { resource:Allama_Iqbal_International_Airport property:ship_class ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Allama_Iqbal_International_Airport property:ship_class ?n }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
6049
Id195
[ { "subject": "Andra_(singer)", "property": "genre", "object": "Pop_music" }, { "subject": "Andra_(singer)", "property": "associatedMusicalArtist", "object": "Marius_Moga" }, { "subject": "Andra_(singer)", "property": "associatedBand", "object": "Andreea_Bălan" } ]
[ { "subject": "Andra_(singer)", "property": "genre", "object": "Pop_music" }, { "subject": "Andra_(singer)", "property": "associatedBand/associatedMusicalArtist", "object": "Marius_Moga" }, { "subject": "Andra_(singer)", "property": "associatedBand/associatedMusicalArtist", "object": "Andreea_Bălan" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The singer Andra, whose genre is Pop music, is associated with both Marius Moga and Andreea Bălan.", "Pop musician. Andra, is associated with Marius Moga and Andreea Balan.", "The genre of Andra (singer) is pop music and is associated with Marius Moga and Andreea Balan." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andra__singer_", "rdf:type", "ontology:artist" ], [ "resource:Andra__singer_", "property:associated_band_associated_musical_artist", "resource:Andreea_B_lan" ], [ "resource:Andra__singer_", "property:associated_band_associated_musical_artist", "resource:Marius_Moga" ], [ "resource:Andra__singer_", "property:genre", "resource:Pop_music" ] ]
Andra_(singer)
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Andra_(singer)", "readable": "Andra", "graph": "resource:Andra__singer_" }, { "modified": "Andreea_Bălan", "readable": "Andreea Bălan", "graph": "resource:Andreea_B_lan" }, { "modified": "Marius_Moga", "readable": "Marius Moga", "graph": "resource:Marius_Moga" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?u ) WHERE { resource:Andra__singer_ property:associated_band_associated_musical_artist ?p }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?u ) WHERE { resource:Andra_(singer) property:associated_band_associated_musical_artist ?p }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Andra__singer_ property:associated_band_associated_musical_artist ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Andra_(singer) property:associated_band_associated_musical_artist ?h }", "graph_answer": [ "resource:Andreea_B_lan", "resource:Marius_Moga" ], "readable_answer": [ "Andreea Bălan", "Marius Moga" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Andra__singer_ property:genre resource:Pop_music }", "readable_query": "ASK WHERE { resource:Andra_(singer) property:genre resource:Pop_music }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]