category
string
size
int32
id
string
eid
string
original_triple_sets
list
modified_triple_sets
list
shape
string
shape_type
string
lex
sequence
test_category
string
dbpedia_links
sequence
links
sequence
graph
list
main_entity
string
mappings
list
dialogue
list
Food
2
4764
Id276
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Baked_Alaska", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Baked_Alaska", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "African Americans are one of the ethnic groups in the United States where the dish known as Baked Alaska can be found.", "Baked Alaska is from the United States (along with ethnic African Americans)." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:country", "resource:United_States" ] ]
Baked_Alaska
[ { "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": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a ?v WHERE { ?v property:ethnic_group resource:African_Americans . ?a rdf:type ontology:food . ?a property:country ?v }", "readable_query": "SELECT DISTINCT ?a ?v WHERE { ?v property:ethnic_group resource:African_Americans . ?a rdf:type ontology:food . ?a property:country ?v }", "graph_answer": [ "resource:Baked_Alaska", "resource:United_States" ], "readable_answer": [ "Baked Alaska", "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" ] } ]
Artist
5
11174
Id25
[ { "subject": "Aaron_Turner", "property": "associatedBand", "object": "Twilight_(band)" }, { "subject": "Aaron_Turner", "property": "associatedMusicalArtist", "object": "Lotus_Eaters_(band)" }, { "subject": "Aaron_Turner", "property": "genre", "object": "Black_metal" }, { "subject": "Aaron_Turner", "property": "hometown", "object": "United_States" }, { "subject": "Aaron_Turner", "property": "activeYearsStartYear", "object": "\"1995\"^^xsd:gYear" } ]
[ { "subject": "Aaron_Turner", "property": "associatedBand/associatedMusicalArtist", "object": "Twilight_(band)" }, { "subject": "Aaron_Turner", "property": "associatedBand/associatedMusicalArtist", "object": "Lotus_Eaters_(band)" }, { "subject": "Aaron_Turner", "property": "genre", "object": "Black_metal" }, { "subject": "Aaron_Turner", "property": "origin", "object": "United_States" }, { "subject": "Aaron_Turner", "property": "activeYearsStartYear", "object": "1995" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Black metal musician Aaron Turner is a member of the Lotus Eaters band and once played with Twilight. Turner, who is American, began performing in 1995.", "Aaron Turner was born in the United States and began to perform in 1995. Hus genre is black metal music and he has played with the Twilight band and the Lotus Eaters band.", "Aaron Turner is from the United States and began performing in 1995. He is a black metal musician and has played with the bands Twilight and Lotus Eaters." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Turner", "rdf:type", "ontology:artist" ], [ "resource:Aaron_Turner", "property:origin", "resource:United_States" ], [ "resource:Aaron_Turner", "property:associated_band_associated_musical_artist", "resource:Lotus_Eaters__band_" ], [ "resource:Aaron_Turner", "property:associated_band_associated_musical_artist", "resource:Twilight__band_" ], [ "resource:Aaron_Turner", "property:active_years_start_year", "resource:1995" ], [ "resource:Aaron_Turner", "property:genre", "resource:Black_metal" ] ]
Aaron_Turner
[ { "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": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "origin", "readable": "origin", "graph": "property:origin" }, { "modified": "1995", "readable": "1995", "graph": "resource:1995" }, { "modified": "Aaron_Turner", "readable": "Aaron Turner", "graph": "resource:Aaron_Turner" }, { "modified": "Black_metal", "readable": "Black metal", "graph": "resource:Black_metal" }, { "modified": "Lotus_Eaters_(band)", "readable": "Lotus Eaters", "graph": "resource:Lotus_Eaters__band_" }, { "modified": "Twilight_(band)", "readable": "Twilight", "graph": "resource:Twilight__band_" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?h ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?d . FILTER ( CONTAINS ( LCASE ( ?d ) , 'twilight' ) ) }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?h ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?d . FILTER ( CONTAINS ( LCASE ( ?d ) , 'twilight' ) ) }", "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", "comparison", "string_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { FILTER ( CONTAINS ( LCASE ( ?c ) , 'states' ) ) . ?h rdf:type ontology:artist . ?h property:genre resource:Black_metal . ?h property:origin ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { FILTER ( CONTAINS ( LCASE ( ?c ) , 'states' ) ) . ?h rdf:type ontology:artist . ?h property:genre resource:Black_metal . ?h property:origin ?c }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "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 ?i ?w WHERE { ?w property:genre resource:Black_metal . ?w rdf:type ontology:artist . ?w property:active_years_start_year ?i }", "readable_query": "SELECT DISTINCT ?i ?w WHERE { ?w property:genre resource:Black_metal . ?w rdf:type ontology:artist . ?w property:active_years_start_year ?i }", "graph_answer": [ "resource:1995", "resource:Aaron_Turner" ], "readable_answer": [ "1995", "Aaron Turner" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?k ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?f }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?k ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?f }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "coreference", "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 ?a WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?a }", "graph_answer": [ "resource:Lotus_Eaters__band_", "resource:Twilight__band_" ], "readable_answer": [ "Lotus Eaters", "Twilight" ], "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" ] } ]
University
5
12676
Id6
[ { "subject": "AWH_Engineering_College", "property": "established", "object": "2001" }, { "subject": "Kerala", "property": "leaderName", "object": "Kochi" }, { "subject": "AWH_Engineering_College", "property": "facultySize", "object": "\"250\"^^xsd:nonNegativeInteger" }, { "subject": "AWH_Engineering_College", "property": "state", "object": "Kerala" }, { "subject": "AWH_Engineering_College", "property": "city", "object": "\"Kuttikkattoor\"@en" } ]
[ { "subject": "AWH_Engineering_College", "property": "established", "object": "2001" }, { "subject": "Kerala", "property": "leader", "object": "Kochi" }, { "subject": "AWH_Engineering_College", "property": "academicStaffSize", "object": "250" }, { "subject": "AWH_Engineering_College", "property": "state", "object": "Kerala" }, { "subject": "AWH_Engineering_College", "property": "city", "object": "\"Kuttikkattoor\"" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The AWH Engineering College in Kuttikkattoor, Kerala was established in 2001 and it has 250 academic staff. The leader of Kerala is Kochi.", "The AWH Engineering College is located in Kuttikkattoor, in the state of Kerala where the leader is Kochi. The College was established in 2001 and has 250 academic staff." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:AWH_Engineering_College", "property:city", "resource:Kuttikkattoor" ], [ "resource:AWH_Engineering_College", "rdf:type", "ontology:university" ], [ "resource:AWH_Engineering_College", "property:state", "resource:Kerala" ], [ "resource:AWH_Engineering_College", "property:established", "resource:2001" ], [ "resource:AWH_Engineering_College", "property:academic_staff_size", "250" ], [ "resource:Kerala", "property:leader", "resource:Kochi" ] ]
AWH_Engineering_College
[ { "modified": "250", "readable": "250", "graph": "250" }, { "modified": "academicStaffSize", "readable": "academic staff size", "graph": "property:academic_staff_size" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "2001", "readable": "2001", "graph": "resource:2001" }, { "modified": "AWH_Engineering_College", "readable": "AWH Engineering College", "graph": "resource:AWH_Engineering_College" }, { "modified": "Kerala", "readable": "Kerala", "graph": "resource:Kerala" }, { "modified": "Kochi", "readable": "Kochi", "graph": "resource:Kochi" }, { "modified": "Kuttikkattoor", "readable": "Kuttikkattoor", "graph": "resource:Kuttikkattoor" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:academic_staff_size ?z . ?r property:leader resource:Kochi . FILTER ( ?z = '250' ) . ?k property:state ?r . ?k rdf:type ontology:university }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:academic_staff_size ?z . ?r property:leader resource:Kochi . FILTER ( ?z = '250' ) . ?k property:state ?r . ?k rdf:type ontology:university }", "graph_answer": [ "resource:AWH_Engineering_College" ], "readable_answer": [ "AWH Engineering College" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { FILTER ( ?e = '250' ) . resource:AWH_Engineering_College rdf:type ontology:university . resource:AWH_Engineering_College property:academic_staff_size ?e . ?i property:leader resource:Kochi . resource:AWH_Engineering_College property:state ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( ?e = '250' ) . resource:AWH_Engineering_College rdf:type ontology:university . resource:AWH_Engineering_College property:academic_staff_size ?e . ?i property:leader resource:Kochi . resource:AWH_Engineering_College property:state ?i }", "graph_answer": [ "resource:Kerala" ], "readable_answer": [ "Kerala" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v ?y WHERE { resource:AWH_Engineering_College property:city ?y . resource:AWH_Engineering_College property:established ?v }", "readable_query": "SELECT DISTINCT ?v ?y WHERE { resource:AWH_Engineering_College property:city ?y . resource:AWH_Engineering_College property:established ?v }", "graph_answer": [ "resource:2001", "resource:Kuttikkattoor" ], "readable_answer": [ "2001", "Kuttikkattoor" ], "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
2
4686
Id198
[ { "subject": "Beef_kway_teow", "property": "ingredient", "object": "Oyster_sauce" }, { "subject": "Beef_kway_teow", "property": "country", "object": "\"Singapore and Indonesia\"@en" } ]
[ { "subject": "Beef_kway_teow", "property": "ingredient", "object": "Oyster_sauce" }, { "subject": "Beef_kway_teow", "property": "country", "object": "\"Singapore and Indonesia\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Beef Kway Teow uses Oyster sauce as an ingredient and is made in Singapore and Indonesia.", "Beef kway teow, found in Singapore and Indonesia, includes oyster sauce." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Beef_kway_teow", "property:ingredient", "resource:Oyster_sauce" ], [ "resource:Beef_kway_teow", "rdf:type", "ontology:food" ], [ "resource:Beef_kway_teow", "property:country", "resource:Singapore_and_Indonesia" ] ]
Beef_kway_teow
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Beef_kway_teow", "readable": "Beef kway teow", "graph": "resource:Beef_kway_teow" }, { "modified": "Oyster_sauce", "readable": "Oyster sauce", "graph": "resource:Oyster_sauce" }, { "modified": "Singapore and Indonesia", "readable": "Singapore and Indonesia", "graph": "resource:Singapore_and_Indonesia" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?b property:country resource:Singapore_and_Indonesia . ?b property:ingredient resource:Oyster_sauce . ?b rdf:type ontology:food }", "readable_query": "ASK WHERE { ?b property:country resource:Singapore_and_Indonesia . ?b property:ingredient resource:Oyster_sauce . ?b rdf:type ontology:food }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "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 ?g WHERE { ?g property:ingredient resource:Oyster_sauce . ?g property:country resource:Singapore_and_Indonesia . ?g rdf:type ontology:food }", "readable_query": "SELECT ?g WHERE { ?g property:ingredient resource:Oyster_sauce . ?g property:country resource:Singapore_and_Indonesia . ?g rdf:type ontology:food }", "graph_answer": [ "resource:Beef_kway_teow" ], "readable_answer": [ "Beef kway teow" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
4
10549
Id233
[ { "subject": "Battle_of_Gettysburg", "property": "isPartOfMilitaryConflict", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Robert_E._Lee" }, { "subject": "Aaron_S._Daggett", "property": "battles", "object": "Battle_of_Gettysburg" }, { "subject": "Aaron_S._Daggett", "property": "award", "object": "Purple_Heart" } ]
[ { "subject": "Battle_of_Gettysburg", "property": "isPartOfMilitaryConflict", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Robert_E._Lee" }, { "subject": "Aaron_S._Daggett", "property": "battle", "object": "Battle_of_Gettysburg" }, { "subject": "Aaron_S._Daggett", "property": "award", "object": "Purple_Heart" } ]
(X (X) (X (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "One of the commanders during the American Civil War was Robert E Lee. The conflict included the Battle of Gettysburg in which Aaron S Daggett took part and was awarded the Purple Heart.", "The Battle of Gettysburg took place during the American Civil War when Robert E Lee was a commander. Aaron S Daggett fought at the Battle of Gettysburg and was awarded the Purple Heart.", "Aaron S. Daggett fought at the Battle of Gettysburg, part of the American Civil War. He was given the Purple Heart. A commander in that war was Robert E. Lee." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:American_Civil_War", "property:commander", "resource:Robert_E__Lee" ], [ "resource:Aaron_S__Daggett", "property:award", "resource:Purple_Heart" ], [ "resource:Aaron_S__Daggett", "rdf:type", "ontology:politician" ], [ "resource:Aaron_S__Daggett", "property:battle", "resource:Battle_of_Gettysburg" ], [ "resource:Battle_of_Gettysburg", "property:is_part_of_military_conflict", "resource:American_Civil_War" ] ]
Aaron_S._Daggett
[ { "modified": "award", "readable": "award", "graph": "property:award" }, { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "isPartOfMilitaryConflict", "readable": "is part of military conflict", "graph": "property:is_part_of_military_conflict" }, { "modified": "Aaron_S._Daggett", "readable": "Aaron S. Daggett", "graph": "resource:Aaron_S__Daggett" }, { "modified": "American_Civil_War", "readable": "American Civil War", "graph": "resource:American_Civil_War" }, { "modified": "Battle_of_Gettysburg", "readable": "Battle of Gettysburg", "graph": "resource:Battle_of_Gettysburg" }, { "modified": "Purple_Heart", "readable": "Purple Heart", "graph": "resource:Purple_Heart" }, { "modified": "Robert_E._Lee", "readable": "Robert E. Lee", "graph": "resource:Robert_E__Lee" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?b ) WHERE { ?z rdf:type ontology:politician . ?z property:award resource:Purple_Heart }", "readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?b ) WHERE { ?z rdf:type ontology:politician . ?z property:award resource:Purple_Heart }", "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 ?j WHERE { ?j rdf:type ontology:politician . ?j property:award resource:Purple_Heart }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:politician . ?j property:award resource:Purple_Heart }", "graph_answer": [ "resource:Aaron_S__Daggett" ], "readable_answer": [ "Aaron S. Daggett" ], "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": "ASK WHERE { ?p property:is_part_of_military_conflict resource:Russian_Civil_War }", "readable_query": "ASK WHERE { ?p property:is_part_of_military_conflict resource:Russian_Civil_War }", "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 { ?k property:is_part_of_military_conflict resource:American_Civil_War }", "readable_query": "ASK WHERE { ?k property:is_part_of_military_conflict resource:American_Civil_War }", "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 ?j WHERE { ?j property:is_part_of_military_conflict resource:American_Civil_War }", "readable_query": "SELECT ?j WHERE { ?j property:is_part_of_military_conflict resource:American_Civil_War }", "graph_answer": [ "resource:Battle_of_Gettysburg" ], "readable_answer": [ "Battle of Gettysburg" ], "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" ] } ]
Airport
5
11095
Id144
[ { "subject": "Ardmore_Airport_(New_Zealand)", "property": "r3Surface", "object": "Poaceae" }, { "subject": "Poaceae", "property": "ordo", "object": "Poales" }, { "subject": "Poaceae", "property": "class", "object": "Monocotyledon" }, { "subject": "Poaceae", "property": "division", "object": "Flowering_plant" }, { "subject": "Poaceae", "property": "order", "object": "Commelinids" } ]
[ { "subject": "Ardmore_Airport_(New_Zealand)", "property": "3rdRunwaySurfaceType", "object": "Poaceae" }, { "subject": "Poaceae", "property": "order", "object": "Poales" }, { "subject": "Poaceae", "property": "class", "object": "Monocotyledon" }, { "subject": "Poaceae", "property": "division", "object": "Flowering_plant" }, { "subject": "Poaceae", "property": "order", "object": "Commelinids" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "New Zealand's 3rd runway surface type is Poaceae. This plant is in the class Monocotyledon, belongs to the division of flowering plants and the order of Commelinids and Poales.", "The 3rd runway at Ardmore Airport (New Zealand) is made of Poaceae which belongs to the order of Poales and Commelinids. Poaceae belongs to the division of flowering plants and classed in the Monocotyledon.", "Ardmore Airport (New Zeland)'s 3rd runway surface type is Poaceae. Poaceae belongs to the division of flowering plants, its class is Monocotyledon. It is a member of the order of Poales and belongs to the order of Commelinids." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Poaceae", "property:division", "resource:Flowering_plant" ], [ "resource:Poaceae", "property:class", "resource:Monocotyledon" ], [ "resource:Poaceae", "property:order", "resource:Commelinids" ], [ "resource:Poaceae", "property:order", "resource:Poales" ], [ "resource:Ardmore_Airport__New_Zealand_", "rdf:type", "ontology:airport" ], [ "resource:Ardmore_Airport__New_Zealand_", "property:3rd_runway_surface_type", "resource:Poaceae" ] ]
Ardmore_Airport_(New_Zealand)
[ { "modified": "3rdRunwaySurfaceType", "readable": "3rd runway surface type", "graph": "property:3rd_runway_surface_type" }, { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "division", "readable": "division", "graph": "property:division" }, { "modified": "order", "readable": "order", "graph": "property:order" }, { "modified": "Ardmore_Airport_(New_Zealand)", "readable": "Ardmore Airport", "graph": "resource:Ardmore_Airport__New_Zealand_" }, { "modified": "Commelinids", "readable": "Commelinids", "graph": "resource:Commelinids" }, { "modified": "Flowering_plant", "readable": "Flowering plant", "graph": "resource:Flowering_plant" }, { "modified": "Monocotyledon", "readable": "Monocotyledon", "graph": "resource:Monocotyledon" }, { "modified": "Poaceae", "readable": "Poaceae", "graph": "resource:Poaceae" }, { "modified": "Poales", "readable": "Poales", "graph": "resource:Poales" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c property:order resource:Poales . ?c property:division resource:Audi_e_tron }", "readable_query": "ASK WHERE { ?c property:order resource:Poales . ?c 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 { ?f property:order resource:Poales . ?f property:division resource:Flowering_plant }", "readable_query": "ASK WHERE { ?f property:order resource:Poales . ?f 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 ?q WHERE { ?q property:division resource:Flowering_plant . ?q property:order resource:Poales }", "readable_query": "SELECT ?q WHERE { ?q property:division resource:Flowering_plant . ?q property:order resource:Poales }", "graph_answer": [ "resource:Poaceae" ], "readable_answer": [ "Poaceae" ], "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 ( COUNT ( ?a ) AS ?a ) WHERE { resource:Poaceae property:order ?a }", "readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?a ) WHERE { resource:Poaceae property:order ?a }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "coreference", "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:Poaceae property:order ?l . FILTER ( ?l != resource:Poales ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Poaceae property:order ?l . FILTER ( ?l != resource:Poales ) }", "graph_answer": [ "resource:Commelinids" ], "readable_answer": [ "Commelinids" ], "type": [ "ellipsis", "coreference", "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 ?c WHERE { resource:Poaceae property:class ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Poaceae property:class ?c }", "graph_answer": [ "resource:Monocotyledon" ], "readable_answer": [ "Monocotyledon" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:airport . ?m property:3rd_runway_surface_type resource:Poaceae }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:airport . ?m property:3rd_runway_surface_type resource:Poaceae }", "graph_answer": [ "resource:Ardmore_Airport__New_Zealand_" ], "readable_answer": [ "Ardmore Airport" ], "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" ] } ]
WrittenWork
2
5484
Id19
[ { "subject": "1634:_The_Ram_Rebellion", "property": "author", "object": "\"Eric Flint, Virginia DeMarce, et al.\"@en" }, { "subject": "1634:_The_Ram_Rebellion", "property": "isbn", "object": "\"1-4165-2060-0\"" } ]
[ { "subject": "1634:_The_Ram_Rebellion", "property": "author", "object": "\"Eric Flint, Virginia DeMarce, et al.\"" }, { "subject": "1634:_The_Ram_Rebellion", "property": "isbnNumber", "object": "\"1-4165-2060-0\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "1634: The Ram Rebellion, ISBN 1-4165-2060-0, was written by Eric Flint, Virginia DeMarce, et al.", "1634: The Ram Rebellion was written by Eric Flint, Virginia DeMarce, et al and has the ISBN number of 1-4165-2060-0." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1634__The_Ram_Rebellion", "property:author", "Eric Flint, Virginia DeMarce, et al." ], [ "resource:1634__The_Ram_Rebellion", "rdf:type", "ontology:written_work" ], [ "resource:1634__The_Ram_Rebellion", "property:isbn_number", "resource:1_4165_2060_0" ] ]
1634:_The_Ram_Rebellion
[ { "modified": "Eric Flint, Virginia DeMarce, et al.", "readable": "Eric Flint, Virginia DeMarce, et al.", "graph": "Eric Flint, Virginia DeMarce, et al." }, { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "isbnNumber", "readable": "isbn number", "graph": "property:isbn_number" }, { "modified": "1634:_The_Ram_Rebellion", "readable": "1634: The Ram Rebellion", "graph": "resource:1634__The_Ram_Rebellion" }, { "modified": "1-4165-2060-0", "readable": "1-4165-2060-0", "graph": "resource:1_4165_2060_0" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?t property:author 'Eric Flint, Virginia DeMarce, et al.' . ?t rdf:type ontology:written_work . ?t property:isbn_number resource:0_439_92550_9 }", "readable_query": "ASK WHERE { ?t property:author 'Eric Flint, Virginia DeMarce, et al.' . ?t rdf:type ontology:written_work . ?t property:isbn_number resource:0-439-92550-9 }", "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" ] }, { "question": [], "graph_query": "ASK WHERE { ?u rdf:type ontology:written_work . ?u property:author 'Eric Flint, Virginia DeMarce, et al.' . ?u property:isbn_number resource:1_4165_2060_0 }", "readable_query": "ASK WHERE { ?u rdf:type ontology:written_work . ?u property:author 'Eric Flint, Virginia DeMarce, et al.' . ?u property:isbn_number resource:1-4165-2060-0 }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "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 ?h WHERE { ?h property:author 'Eric Flint, Virginia DeMarce, et al.' . ?h rdf:type ontology:written_work . ?h property:isbn_number resource:1_4165_2060_0 }", "readable_query": "SELECT ?h WHERE { ?h property:author 'Eric Flint, Virginia DeMarce, et al.' . ?h rdf:type ontology:written_work . ?h property:isbn_number resource:1-4165-2060-0 }", "graph_answer": [ "resource:1634__The_Ram_Rebellion" ], "readable_answer": [ "1634: The Ram Rebellion" ], "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 ?u WHERE { resource:1634__The_Ram_Rebellion property:author ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:1634:_The_Ram_Rebellion property:author ?u }", "graph_answer": [ "Eric Flint, Virginia DeMarce, et al." ], "readable_answer": [ "Eric Flint, Virginia DeMarce, et al." ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
5
10964
Id13
[ { "subject": "Aarhus_Airport", "property": "runwayLength", "object": "\"2776.73\"^^xsd:double" }, { "subject": "Aarhus_Airport", "property": "cityServed", "object": "\"Aarhus, Denmark\"@en" }, { "subject": "Aarhus_Airport", "property": "operator", "object": "\"Aarhus Lufthavn A/S\"@en" }, { "subject": "Aarhus_Airport", "property": "elevation", "object": "\"24.9936\"^^xsd:double" }, { "subject": "Aarhus_Airport", "property": "runwayDesignation", "object": "\"10R/28L\"" } ]
[ { "subject": "Aarhus_Airport", "property": "runwayLength", "object": "2776.0" }, { "subject": "Aarhus_Airport", "property": "cityServed", "object": "\"Aarhus, Denmark\"" }, { "subject": "Aarhus_Airport", "property": "operatingOrganisation", "object": "\"Aarhus Lufthavn A/S\"" }, { "subject": "Aarhus_Airport", "property": "elevationAboveTheSeaLevel", "object": "25.0" }, { "subject": "Aarhus_Airport", "property": "runwayName", "object": "\"10R/28L\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aarhus Lufthavn A/S is the operating organisation of Aarhus Airport which is located 25 metres above sea level. The runway name, which is 2776.0 in length, is 10R/28L. Aarhus, Denmark is served by that airport.", "Aarhus Airport in Denmark is operated by Aarhus Lufthavn A/S. The airport lies 25 metres above sea level and has a runway named 10R/28L which is 2776.0 metres long. It serves the city of Aarhus.", "The Aarhus, operated by Aarhus Lufthavn A/S, is the airport of Aarhus, Denmark. It is 25.0 metres above sea level. The runway, named 10R/28L, is 2776.0 metres long." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aarhus_Airport", "property:runway_length", "resource:2776_0" ], [ "resource:Aarhus_Airport", "rdf:type", "ontology:airport" ], [ "resource:Aarhus_Airport", "property:city_served", "resource:Aarhus__Denmark" ], [ "resource:Aarhus_Airport", "property:elevation_above_the_sea_level", "resource:25_0" ], [ "resource:Aarhus_Airport", "property:runway_name", "resource:10R_28L" ], [ "resource:Aarhus_Airport", "property:operating_organisation", "resource:Aarhus_Lufthavn_A_S" ] ]
Aarhus_Airport
[ { "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": "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": "10R/28L", "readable": "10R/28L", "graph": "resource:10R_28L" }, { "modified": "25.0", "readable": "25.0", "graph": "resource:25_0" }, { "modified": "2776.0", "readable": "2776.0", "graph": "resource:2776_0" }, { "modified": "Aarhus_Airport", "readable": "Aarhus Airport", "graph": "resource:Aarhus_Airport" }, { "modified": "Aarhus Lufthavn A/S", "readable": "Aarhus Lufthavn A/S", "graph": "resource:Aarhus_Lufthavn_A_S" }, { "modified": "Aarhus, Denmark", "readable": "Aarhus, Denmark", "graph": "resource:Aarhus__Denmark" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?l ) WHERE { ?x property:operating_organisation resource:Aarhus_Lufthavn_A_S . ?x rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?l ) WHERE { ?x property:operating_organisation resource:Aarhus_Lufthavn_A/S . ?x rdf:type ontology:airport }", "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 ?w WHERE { ?w property:operating_organisation resource:Aarhus_Lufthavn_A_S . ?w rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w property:operating_organisation resource:Aarhus_Lufthavn_A/S . ?w rdf:type ontology:airport }", "graph_answer": [ "resource:Aarhus_Airport" ], "readable_answer": [ "Aarhus Airport" ], "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 ?s ?z WHERE { resource:Aarhus_Airport property:runway_length ?s . resource:Aarhus_Airport property:city_served ?z }", "readable_query": "SELECT DISTINCT ?s ?z WHERE { resource:Aarhus_Airport property:runway_length ?s . resource:Aarhus_Airport property:city_served ?z }", "graph_answer": [ "resource:2776_0", "resource:Aarhus__Denmark" ], "readable_answer": [ "2776.0", "Aarhus, Denmark" ], "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 ?x WHERE { resource:Aarhus_Airport property:runway_name ?x . FILTER ( CONTAINS ( LCASE ( ?x ) , '10r' ) ) }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Aarhus_Airport property:runway_name ?x . FILTER ( CONTAINS ( LCASE ( ?x ) , '10r' ) ) }", "graph_answer": [ "resource:10R_28L" ], "readable_answer": [ "10R/28L" ], "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 ?h WHERE { resource:Aarhus_Airport property:band_member ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Aarhus_Airport property:band_member ?h }", "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" ] } ]
Athlete
4
9020
Id90
[ { "subject": "Aleksandre_Guruli", "property": "team", "object": "FC_Karpaty_Lviv" }, { "subject": "Aleksandre_Guruli", "property": "placeOfBirth", "object": "Georgian_Soviet_Socialist_Republic" }, { "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": "Georgian_Soviet_Socialist_Republic" }, { "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": [ "Aleksandre Guruli, whose club is FC Karpaty Lviv and plays for FC Dinamo Batumi, is 178 cm in height and was born in the Georgian Soviet Socialist Republic.", "Aleksandre Guruli, who is 178.0 centimetres tall, was born in the Georgian Soviet Socialist Republic. Aleksandre Guruli plays for FC Dinamo Batumi and FC Karpaty Lviv club.", "178.0 centimetres tall, Aleksandre Guruli was born in the Georgian Soviet Socialist Republic. His club is FC Karpaty Lviv and he plays 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:Georgian_Soviet_Socialist_Republic" ] ]
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": "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" }, { "modified": "Georgian_Soviet_Socialist_Republic", "readable": "Georgian Soviet Socialist Republic", "graph": "resource:Georgian_Soviet_Socialist_Republic" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { FILTER ( STRSTARTS ( LCASE ( ?g ) , 'f' ) ) . resource:Aleksandre_Guruli property:club ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { FILTER ( STRSTARTS ( LCASE ( ?g ) , 'f' ) ) . resource:Aleksandre_Guruli property:club ?g }", "graph_answer": [ "resource:FC_Dinamo_Batumi" ], "readable_answer": [ "FC Dinamo Batumi" ], "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 { ?l rdf:type ontology:athlete . ?l property:height ?p . ?l property:birth_place resource:Goslar }", "readable_query": "ASK WHERE { ?l rdf:type ontology:athlete . ?l property:height ?p . ?l property:birth_place resource:Goslar }", "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" ] } ]
Astronaut
7
13120
Id87
[ { "subject": "William_Anders", "property": "nationality", "object": "United_States" }, { "subject": "William_Anders", "property": "status", "object": "\"Retired\"@en" }, { "subject": "William_Anders", "property": "birthDate", "object": "\"1933-10-17\"^^xsd:date" }, { "subject": "William_Anders", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" }, { "subject": "William_Anders", "property": "almaMater", "object": "\"AFIT, M.S. 1962\"@en" } ]
[ { "subject": "William_Anders", "property": "nationality", "object": "United_States" }, { "subject": "William_Anders", "property": "status", "object": "\"Retired\"" }, { "subject": "William_Anders", "property": "birthDate", "object": "\"1933-10-17\"" }, { "subject": "William_Anders", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" }, { "subject": "William_Anders", "property": "almaMater", "object": "\"AFIT, M.S. 1962\"" } ]
(X (X) (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "William Anders is an American born in British Hong Kong on Oct 17, 1933. He was a fighter pilot and was part of Apollo 8. Anders graduated with an M.S. from AFIT in 1962 and is now retired.", "Although William Anders was born in British Hong Kong on October 17, 1933 he is an American citizen. He graduated, with an M.S., from AFIT in 1962 and became a fighter pilot before being a member of Apollo 8. He has now retired.", "William Anders is now retired. He is a US national who was born on 17 October 1933 in British Hong Kong. After graduating from AFIT with an MS in 1962 he served as a fighter pilot and as a crew member on Apollo 8." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:William_Anders", "property:status", "resource:Retired" ], [ "resource:William_Anders", "rdf:type", "ontology:astronaut" ], [ "resource:William_Anders", "property:mission", "resource:Apollo_8" ], [ "resource:William_Anders", "property:nationality", "resource:United_States" ], [ "resource:William_Anders", "property:occupation", "resource:Fighter_pilot" ], [ "resource:William_Anders", "property:birth_date", "1933-10-17" ], [ "resource:William_Anders", "property:alma_mater", "resource:AFIT__M_S__1962" ], [ "resource:William_Anders", "property:birth_place", "resource:British_Hong_Kong" ] ]
William_Anders
[ { "modified": "1933-10-17", "readable": "1933-10-17", "graph": "1933-10-17" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "status", "readable": "status", "graph": "property:status" }, { "modified": "AFIT, M.S. 1962", "readable": "AFIT, M.S. 1962", "graph": "resource:AFIT__M_S__1962" }, { "modified": "Apollo_8", "readable": "Apollo 8", "graph": "resource:Apollo_8" }, { "modified": "British_Hong_Kong", "readable": "British Hong Kong", "graph": "resource:British_Hong_Kong" }, { "modified": "Fighter_pilot", "readable": "Fighter pilot", "graph": "resource:Fighter_pilot" }, { "modified": "Retired", "readable": "Retired", "graph": "resource:Retired" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "William_Anders", "readable": "William Anders", "graph": "resource:William_Anders" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?z property:birth_date ?j . ?z rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?j ) , '1933' ) ) . ?z property:birth_place ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { ?z property:birth_date ?j . ?z rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?j ) , '1933' ) ) . ?z property:birth_place ?h }", "graph_answer": [ "resource:British_Hong_Kong" ], "readable_answer": [ "British Hong Kong" ], "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 { ?e rdf:type ontology:astronaut . ?e property:alma_mater ?f . ?e property:birth_place resource:Maine }", "readable_query": "ASK WHERE { ?e rdf:type ontology:astronaut . ?e property:alma_mater ?f . ?e property:birth_place resource:Maine }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
2
4940
Id175
[ { "subject": "Atlas_II", "property": "sites", "object": "Cape_Canaveral_Air_Force_Station" }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" } ]
[ { "subject": "Atlas_II", "property": "launchSite", "object": "Cape_Canaveral_Air_Force_Station" }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Atlas II, from the U.S., was launched from Cape Canaveral Air Force Station.", "The Atlas II, originated from the U.S. and was launched from Cape Canaveral Air Force Station.", "Atlas II, originates from the United States and was launched from the Cape Canaveral Air Force Station." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Atlas_II", "property:launch_site", "resource:Cape_Canaveral_Air_Force_Station" ], [ "resource:Atlas_II", "property:country_origin", "resource:United_States" ], [ "resource:Atlas_II", "rdf:type", "ontology:mean_of_transportation" ] ]
Atlas_II
[ { "modified": "countryOrigin", "readable": "country origin", "graph": "property:country_origin" }, { "modified": "launchSite", "readable": "launch site", "graph": "property:launch_site" }, { "modified": "Atlas_II", "readable": "Atlas II", "graph": "resource:Atlas_II" }, { "modified": "Cape_Canaveral_Air_Force_Station", "readable": "Cape Canaveral Air Force Station", "graph": "resource:Cape_Canaveral_Air_Force_Station" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z ?n WHERE { resource:Atlas_II property:country_origin ?z . resource:Atlas_II property:launch_site ?n }", "readable_query": "SELECT DISTINCT ?z ?n WHERE { resource:Atlas_II property:country_origin ?z . resource:Atlas_II property:launch_site ?n }", "graph_answer": [ "resource:United_States", "resource:Cape_Canaveral_Air_Force_Station" ], "readable_answer": [ "United States", "Cape Canaveral Air Force Station" ], "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" ] } ]
Astronaut
4
8913
Id65
[ { "subject": "Elliot_See", "property": "status", "object": "\"Deceased\"@en" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" }, { "subject": "Elliot_See", "property": "nationality", "object": "United_States" } ]
[ { "subject": "Elliot_See", "property": "status", "object": "\"Deceased\"" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" }, { "subject": "Elliot_See", "property": "nationality", "object": "United_States" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Elliot See was born in Dallas in the United States and died in St Louis.", "Elliot See was a United States national born in Dallas. He died in St. Louis." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Elliot_See", "property:status", "resource:Deceased" ], [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:death_place", "resource:St__Louis" ], [ "resource:Elliot_See", "property:nationality", "resource:United_States" ], [ "resource:Elliot_See", "property:birth_place", "resource:Dallas" ] ]
Elliot_See
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "status", "readable": "status", "graph": "property:status" }, { "modified": "Dallas", "readable": "Dallas", "graph": "resource:Dallas" }, { "modified": "Deceased", "readable": "Deceased", "graph": "resource:Deceased" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "St._Louis", "readable": "St. Louis", "graph": "resource:St__Louis" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a property:status ?q . ?a property:birth_place resource:Kingston__Jamaica . ?a rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { ?a property:status ?q . ?a property:birth_place resource:Kingston,_Jamaica . ?a rdf:type ontology:astronaut }", "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
9769
Id58
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Sumatra", "property": "ethnicGroup", "object": "Batak" }, { "subject": "Asam_pedas", "property": "region", "object": "Sumatra" }, { "subject": "Sumatra", "property": "ethnicGroups", "object": "Malays_(ethnic_group)" } ]
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Sumatra", "property": "ethnicGroup", "object": "Batak" }, { "subject": "Asam_pedas", "property": "region", "object": "Sumatra" }, { "subject": "Sumatra", "property": "ethnicGroup", "object": "Malays_(ethnic_group)" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Asam pedas is a food found in Malaysia and Sumatra. Malays and Bataks are ethnic groups of Sumatra." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Sumatra", "property:ethnic_group", "resource:Malays__ethnic_group_" ], [ "resource:Sumatra", "property:ethnic_group", "resource:Batak" ], [ "resource:Asam_pedas", "rdf:type", "ontology:food" ], [ "resource:Asam_pedas", "property:country", "resource:Malaysia" ], [ "resource:Asam_pedas", "property:region", "resource:Sumatra" ] ]
Asam_pedas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Asam_pedas", "readable": "Asam pedas", "graph": "resource:Asam_pedas" }, { "modified": "Batak", "readable": "Batak", "graph": "resource:Batak" }, { "modified": "Malays_(ethnic_group)", "readable": "Malays", "graph": "resource:Malays__ethnic_group_" }, { "modified": "Malaysia", "readable": "Malaysia", "graph": "resource:Malaysia" }, { "modified": "Sumatra", "readable": "Sumatra", "graph": "resource:Sumatra" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?n ) WHERE { resource:Sumatra property:ethnic_group ?a }", "readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?n ) WHERE { resource:Sumatra property:ethnic_group ?a }", "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 ( COUNT ( ?g ) AS ?c ) WHERE { ?g property:country resource:Malaysia . ?g rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?c ) WHERE { ?g property:country resource:Malaysia . ?g rdf:type ontology:food }", "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 ?n WHERE { ?n rdf:type ontology:food . ?n property:country resource:Malaysia }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:food . ?n property:country resource:Malaysia }", "graph_answer": [ "resource:Asam_pedas" ], "readable_answer": [ "Asam pedas" ], "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" ] } ]
Airport
5
11006
Id55
[ { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Uttar_Pradesh", "property": "subdivisionName", "object": "Awadh" }, { "subject": "Uttar_Pradesh", "property": "leaderName", "object": "Ram_Naik" }, { "subject": "Agra_Airport", "property": "operator", "object": "Indian_Air_Force" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Bundelkhand" } ]
[ { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Awadh" }, { "subject": "Uttar_Pradesh", "property": "leader", "object": "Ram_Naik" }, { "subject": "Agra_Airport", "property": "operatingOrganisation", "object": "Indian_Air_Force" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Bundelkhand" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Agra Airport is located in Uttar Pradesh, Awadh, Bundelkhand. The leader of Uttar Pradesh is Ram Naik and the airport is operated by the Indian Air Force." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Uttar_Pradesh", "property:leader", "resource:Ram_Naik" ], [ "resource:Uttar_Pradesh", "property:is_part_of", "resource:Bundelkhand" ], [ "resource:Uttar_Pradesh", "property:is_part_of", "resource:Awadh" ], [ "resource:Agra_Airport", "rdf:type", "ontology:airport" ], [ "resource:Agra_Airport", "property:location", "resource:Uttar_Pradesh" ], [ "resource:Agra_Airport", "property:operating_organisation", "resource:Indian_Air_Force" ] ]
Agra_Airport
[ { "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": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "Agra_Airport", "readable": "Agra Airport", "graph": "resource:Agra_Airport" }, { "modified": "Awadh", "readable": "Awadh", "graph": "resource:Awadh" }, { "modified": "Bundelkhand", "readable": "Bundelkhand", "graph": "resource:Bundelkhand" }, { "modified": "Indian_Air_Force", "readable": "Indian Air Force", "graph": "resource:Indian_Air_Force" }, { "modified": "Ram_Naik", "readable": "Ram Naik", "graph": "resource:Ram_Naik" }, { "modified": "Uttar_Pradesh", "readable": "Uttar Pradesh", "graph": "resource:Uttar_Pradesh" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Uttar_Pradesh property:is_part_of ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'b' ) ) }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Uttar_Pradesh property:is_part_of ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'b' ) ) }", "graph_answer": [ "resource:Bundelkhand" ], "readable_answer": [ "Bundelkhand" ], "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 ?c WHERE { ?c property:native_name 'Kheria Air Force Station' . ?c rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?c WHERE { ?c property:native_name 'Kheria Air Force Station' . ?c rdf:type ontology:airport }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "meaningful", "no_answer", "single_triple", "other", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:Agra_Airport property:operating_income ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Agra_Airport property:operating_income ?d }", "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" ] } ]
Food
2
4559
Id71
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "leader", "object": "Abdul_Halim_of_Kedah" } ]
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "leader", "object": "Abdul_Halim_of_Kedah" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Asam pedas is a food found in Malaysia and Abdul Halim of Kedah is its leader.", "Asam pedas is a food found in Malaysia where the leader is Abdul Halim of Kedah.", "Asam pedas is a food found in Malaysia and its leader is Abdul Halim of Kedah." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Malaysia", "property:leader", "resource:Abdul_Halim_of_Kedah" ], [ "resource:Asam_pedas", "rdf:type", "ontology:food" ], [ "resource:Asam_pedas", "property:country", "resource:Malaysia" ] ]
Asam_pedas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Abdul_Halim_of_Kedah", "readable": "Abdul Halim of Kedah", "graph": "resource:Abdul_Halim_of_Kedah" }, { "modified": "Asam_pedas", "readable": "Asam pedas", "graph": "resource:Asam_pedas" }, { "modified": "Malaysia", "readable": "Malaysia", "graph": "resource:Malaysia" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?x ) WHERE { resource:Asam_pedas property:country ?b }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?x ) WHERE { resource:Asam_pedas property:country ?b }", "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 ?c WHERE { resource:Asam_pedas property:country ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Asam_pedas property:country ?c }", "graph_answer": [ "resource:Malaysia" ], "readable_answer": [ "Malaysia" ], "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 { resource:Malaysia property:representative ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Malaysia property:representative ?i }", "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
4772
Id7
[ { "subject": "1955_Dodge", "property": "engine", "object": "1955_Dodge__5" }, { "subject": "1955_Dodge", "property": "bodyStyle", "object": "Hardtop" } ]
[ { "subject": "1955_Dodge", "property": "engine", "object": "V8_engine" }, { "subject": "1955_Dodge", "property": "bodyStyle", "object": "Hardtop" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The 1955 Dodge has a V8 engine and a hardtop.", "The 1955 Dodge has a hardtop and a V8 engine." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1955_Dodge", "property:engine", "resource:V8_engine" ], [ "resource:1955_Dodge", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:1955_Dodge", "property:body_style", "resource:Hardtop" ] ]
1955_Dodge
[ { "modified": "bodyStyle", "readable": "body style", "graph": "property:body_style" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "1955_Dodge", "readable": "1955 Dodge", "graph": "resource:1955_Dodge" }, { "modified": "Hardtop", "readable": "Hardtop", "graph": "resource:Hardtop" }, { "modified": "V8_engine", "readable": "V8 engine", "graph": "resource:V8_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b ?f WHERE { resource:1955_Dodge property:engine ?b . resource:1955_Dodge property:body_style ?f }", "readable_query": "SELECT DISTINCT ?b ?f WHERE { resource:1955_Dodge property:engine ?b . resource:1955_Dodge property:body_style ?f }", "graph_answer": [ "resource:V8_engine", "resource:Hardtop" ], "readable_answer": [ "V8 engine", "Hardtop" ], "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" ] } ]
Artist
4
8721
Id113
[ { "subject": "Alex_Day", "property": "genre", "object": "Synthpop" }, { "subject": "Synthpop", "property": "stylisticOrigins", "object": "Pop_music" }, { "subject": "Synthpop", "property": "derivative", "object": "House_music" }, { "subject": "Synthpop", "property": "stylisticOrigin", "object": "New_wave_music" } ]
[ { "subject": "Alex_Day", "property": "genre", "object": "Synthpop" }, { "subject": "Synthpop", "property": "stylisticOrigin", "object": "Pop_music" }, { "subject": "Synthpop", "property": "derivative", "object": "House_music" }, { "subject": "Synthpop", "property": "stylisticOrigin", "object": "New_wave_music" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The musical genre of Alex Day is Synthpop, a form of House music. The stylistic origin of synthpop is both new wave music and pop music.", "Synthpop is influenced by Pop, New Wave and House Music, it is also the genre of Alex Day.", "Alex Day is a performer of synthpop, which gets its stylistic origins from pop music. Synthpop is derived from new wave music and house music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Synthpop", "property:derivative", "resource:House_music" ], [ "resource:Synthpop", "property:stylistic_origin", "resource:New_wave_music" ], [ "resource:Synthpop", "property:stylistic_origin", "resource:Pop_music" ], [ "resource:Alex_Day", "rdf:type", "ontology:artist" ], [ "resource:Alex_Day", "property:genre", "resource:Synthpop" ] ]
Alex_Day
[ { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Alex_Day", "readable": "Alex Day", "graph": "resource:Alex_Day" }, { "modified": "House_music", "readable": "House music", "graph": "resource:House_music" }, { "modified": "New_wave_music", "readable": "New wave music", "graph": "resource:New_wave_music" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" }, { "modified": "Synthpop", "readable": "Synthpop", "graph": "resource:Synthpop" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( CONTAINS ( LCASE ( ?d ) , 'pop' ) ) . resource:Synthpop property:stylistic_origin ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( CONTAINS ( LCASE ( ?d ) , 'pop' ) ) . resource:Synthpop property:stylistic_origin ?d }", "graph_answer": [ "resource:Pop_music" ], "readable_answer": [ "Pop music" ], "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 ?a WHERE { FILTER ( STRSTARTS ( LCASE ( ?a ) , 'n' ) ) . resource:Synthpop property:stylistic_origin ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { FILTER ( STRSTARTS ( LCASE ( ?a ) , 'n' ) ) . resource:Synthpop property:stylistic_origin ?a }", "graph_answer": [ "resource:New_wave_music" ], "readable_answer": [ "New wave music" ], "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" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Alex_Day rdf:type ontology:artist . resource:Alex_Day property:genre resource:Synthpop }", "readable_query": "ASK WHERE { resource:Alex_Day rdf:type ontology:artist . resource:Alex_Day property:genre resource:Synthpop }", "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": "SELECT DISTINCT ?n WHERE { resource:Synthpop property:assembly ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Synthpop property:assembly ?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" ] } ]
Building
4
9184
Id107
[ { "subject": "Akita_Museum_of_Art", "property": "country", "object": "Japan" }, { "subject": "Akita_Museum_of_Art", "property": "locationTown", "object": "Akita,_Akita" }, { "subject": "Japan", "property": "ethnicGroup", "object": "Filipinos_in_Japan" }, { "subject": "Akita_Museum_of_Art", "property": "location", "object": "Akita_Prefecture" } ]
[ { "subject": "Akita_Museum_of_Art", "property": "country", "object": "Japan" }, { "subject": "Japan", "property": "ethnicGroup", "object": "Filipinos_in_Japan" }, { "subject": "Akita_Museum_of_Art", "property": "location", "object": "Akita_Prefecture" }, { "subject": "Akita_Museum_of_Art", "property": "location", "object": "Akita,_Akita" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Akita Museum of Art can be found in the Akita Prefecture in the city of Akita in Japan, where the ethnic group is the Filipinos.", "The Filipinos are one of the ethnic groups in Japan where the Akita Museum of Art is located in Akita, Akita Prefecture." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Japan", "property:ethnic_group", "resource:Filipinos_in_Japan" ], [ "resource:Akita_Museum_of_Art", "rdf:type", "ontology:building" ], [ "resource:Akita_Museum_of_Art", "property:location", "resource:Akita__Akita" ], [ "resource:Akita_Museum_of_Art", "property:location", "resource:Akita_Prefecture" ], [ "resource:Akita_Museum_of_Art", "property:country", "resource:Japan" ] ]
Akita_Museum_of_Art
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Akita_Museum_of_Art", "readable": "Akita Museum of Art", "graph": "resource:Akita_Museum_of_Art" }, { "modified": "Akita_Prefecture", "readable": "Akita Prefecture", "graph": "resource:Akita_Prefecture" }, { "modified": "Akita,_Akita", "readable": "Akita, Akita", "graph": "resource:Akita__Akita" }, { "modified": "Filipinos_in_Japan", "readable": "Filipinos in Japan", "graph": "resource:Filipinos_in_Japan" }, { "modified": "Japan", "readable": "Japan", "graph": "resource:Japan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?x ) WHERE { ?d rdf:type ontology:building . ?d property:location resource:Akita_Prefecture }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?x ) WHERE { ?d rdf:type ontology:building . ?d property:location resource:Akita_Prefecture }", "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 ?e WHERE { ?e property:location resource:Akita_Prefecture . ?e rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:location resource:Akita_Prefecture . ?e rdf:type ontology:building }", "graph_answer": [ "resource:Akita_Museum_of_Art" ], "readable_answer": [ "Akita Museum of Art" ], "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 ( COUNT ( ?b ) AS ?r ) WHERE { resource:Japan property:most_champions ?b }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?r ) WHERE { resource:Japan property:most_champions ?b }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Japan property:music_fusion_genre ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Japan property:music_fusion_genre ?x }", "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
5
11630
Id94
[ { "subject": "Ampara_Hospital", "property": "country", "object": "Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "state", "object": "Eastern_Province,_Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "region", "object": "Ampara_District" }, { "subject": "Ampara_Hospital", "property": "location", "object": "Ampara" }, { "subject": "Ampara_Hospital", "property": "beds", "object": "476" } ]
[ { "subject": "Ampara_Hospital", "property": "country", "object": "Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "state", "object": "Eastern_Province,_Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "region", "object": "Ampara_District" }, { "subject": "Ampara_Hospital", "property": "bedCount", "object": "476" }, { "subject": "Ampara_Hospital", "property": "location", "object": "Ampara" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Ampara Hospital has 476 beds and is located in Ampara, Ampara District, Eastern Province, Sri Lanka.", "Ampara Hospital has 476 beds and is located in Ampara, Ampara District, Eastern Province, Sri Lanka.", "Ampara Hospital is located in Ampara, Ampara District, Eastern Province, Sri Lanka and had 476 beds." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ampara_Hospital", "rdf:type", "ontology:building" ], [ "resource:Ampara_Hospital", "property:state", "resource:Eastern_Province__Sri_Lanka" ], [ "resource:Ampara_Hospital", "property:location", "resource:Ampara" ], [ "resource:Ampara_Hospital", "property:country", "resource:Sri_Lanka" ], [ "resource:Ampara_Hospital", "property:bed_count", "476" ], [ "resource:Ampara_Hospital", "property:region", "resource:Ampara_District" ] ]
Ampara_Hospital
[ { "modified": "476", "readable": "476", "graph": "476" }, { "modified": "bedCount", "readable": "bed count", "graph": "property:bed_count" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "Ampara", "readable": "Ampara", "graph": "resource:Ampara" }, { "modified": "Ampara_District", "readable": "Ampara District", "graph": "resource:Ampara_District" }, { "modified": "Ampara_Hospital", "readable": "Ampara Hospital", "graph": "resource:Ampara_Hospital" }, { "modified": "Eastern_Province,_Sri_Lanka", "readable": "Eastern Province, Sri Lanka", "graph": "resource:Eastern_Province__Sri_Lanka" }, { "modified": "Sri_Lanka", "readable": "Sri Lanka", "graph": "resource:Sri_Lanka" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?b property:region ?w . ?b property:bed_count ?t . FILTER ( ?t != '300' ) . ?b rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?w WHERE { ?b property:region ?w . ?b property:bed_count ?t . FILTER ( ?t != '300' ) . ?b rdf:type ontology:building }", "graph_answer": [ "resource:Ampara_District" ], "readable_answer": [ "Ampara District" ], "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": "ASK WHERE { ?j property:region resource:Ampara_District . ?j property:state resource:Vermont . ?j rdf:type ontology:building }", "readable_query": "ASK WHERE { ?j property:region resource:Ampara_District . ?j property:state resource:Vermont . ?j rdf:type ontology:building }", "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:region resource:Ampara_District . ?m rdf:type ontology:building . ?m property:state resource:Eastern_Province__Sri_Lanka }", "readable_query": "ASK WHERE { ?m property:region resource:Ampara_District . ?m rdf:type ontology:building . ?m property:state resource:Eastern_Province,_Sri_Lanka }", "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 ?c WHERE { ?c property:region resource:Ampara_District . ?c rdf:type ontology:building . ?c property:state resource:Eastern_Province__Sri_Lanka }", "readable_query": "SELECT ?c WHERE { ?c property:region resource:Ampara_District . ?c rdf:type ontology:building . ?c property:state resource:Eastern_Province,_Sri_Lanka }", "graph_answer": [ "resource:Ampara_Hospital" ], "readable_answer": [ "Ampara Hospital" ], "type": [ "ellipsis", "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 ?m ?a WHERE { resource:Ampara_Hospital property:country ?a . resource:Ampara_Hospital property:bed_count ?m }", "readable_query": "SELECT DISTINCT ?m ?a WHERE { resource:Ampara_Hospital property:country ?a . resource:Ampara_Hospital property:bed_count ?m }", "graph_answer": [ "476", "resource:Sri_Lanka" ], "readable_answer": [ "476", "Sri Lanka" ], "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" ] } ]
Food
2
4713
Id225
[ { "subject": "Binignit", "property": "mainIngredient", "object": "Sago" }, { "subject": "Binignit", "property": "country", "object": "Philippines" } ]
[ { "subject": "Binignit", "property": "mainIngredient", "object": "Sago" }, { "subject": "Binignit", "property": "country", "object": "Philippines" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Binignit, a dish found in the Philippines, contains sago as one of its main ingredients.", "Sago is the main ingredient of binignit, found in the Philippines." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Binignit", "property:main_ingredient", "resource:Sago" ], [ "resource:Binignit", "rdf:type", "ontology:food" ], [ "resource:Binignit", "property:country", "resource:Philippines" ] ]
Binignit
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "Binignit", "readable": "Binignit", "graph": "resource:Binignit" }, { "modified": "Philippines", "readable": "Philippines", "graph": "resource:Philippines" }, { "modified": "Sago", "readable": "Sago", "graph": "resource:Sago" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o ?k WHERE { resource:Binignit property:country ?k . resource:Binignit property:main_ingredient ?o }", "readable_query": "SELECT DISTINCT ?o ?k WHERE { resource:Binignit property:country ?k . resource:Binignit property:main_ingredient ?o }", "graph_answer": [ "resource:Sago", "resource:Philippines" ], "readable_answer": [ "Sago", "Philippines" ], "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" ] } ]
SportsTeam
3
8072
Id145
[ { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
[ { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "In Italy they speak Italian and is the home to the ground of A.S. Gubbio 1910 as well as the capital city of Rome." ], "lang": [ "" ] }
[]
[]
[ [ "resource:A_S__Gubbio_1910", "rdf:type", "ontology:sports_team" ], [ "resource:A_S__Gubbio_1910", "property:ground", "resource:Italy" ], [ "resource:Italy", "property:capital", "resource:Rome" ], [ "resource:Italy", "property:language", "resource:Italian_language" ] ]
A.S._Gubbio_1910
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "A.S._Gubbio_1910", "readable": "A.S. Gubbio 1910", "graph": "resource:A_S__Gubbio_1910" }, { "modified": "Italian_language", "readable": "Italian language", "graph": "resource:Italian_language" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?f ) WHERE { resource:Italy property:language ?r }", "readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?f ) WHERE { resource:Italy property:language ?r }", "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 ?g WHERE { resource:Italy property:language ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Italy property:language ?g }", "graph_answer": [ "resource:Italian_language" ], "readable_answer": [ "Italian language" ], "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 { resource:Italy property:first_aired ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Italy property:first_aired ?f }", "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" ] } ]
WrittenWork
2
5648
Id183
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "A_Severed_Wasp", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "A_Severed_Wasp", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "A Severed Wasp is from the United States where the capital is Washington DC.", "'A severed Wasp' comes from the United States where the capital is Washington, D.C." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:A_Severed_Wasp", "rdf:type", "ontology:written_work" ], [ "resource:A_Severed_Wasp", "property:country", "resource:United_States" ] ]
A_Severed_Wasp
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "A_Severed_Wasp", "readable": "A Severed Wasp", "graph": "resource:A_Severed_Wasp" }, { "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 ?t ?n WHERE { ?n property:capital resource:Washington__D_C_ . ?t property:country ?n . ?t rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?t ?n WHERE { ?n property:capital resource:Washington,_D.C. . ?t property:country ?n . ?t rdf:type ontology:written_work }", "graph_answer": [ "resource:A_Severed_Wasp", "resource:United_States" ], "readable_answer": [ "A Severed Wasp", "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" ] } ]
SportsTeam
4
10627
Id68
[ { "subject": "A.S._Livorno_Calcio", "property": "ground", "object": "\"Livorno, Italy\"@en" }, { "subject": "A.S._Livorno_Calcio", "property": "season", "object": "2014–15_Serie_B" }, { "subject": "A.S._Livorno_Calcio", "property": "capacity", "object": "19238" }, { "subject": "A.S._Livorno_Calcio", "property": "fullname", "object": "\"Associazione Sportiva\"@en" } ]
[ { "subject": "A.S._Livorno_Calcio", "property": "ground", "object": "\"Livorno, Italy\"" }, { "subject": "A.S._Livorno_Calcio", "property": "season", "object": "2014–15_Serie_B" }, { "subject": "A.S._Livorno_Calcio", "property": "numberOfMembers", "object": "19238" }, { "subject": "A.S._Livorno_Calcio", "property": "fullName", "object": "\"Associazione Sportiva\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "A.S. Livorno Calcio or Associazione Sportiva is based in Livorno, Italy has 19238 members and were in the 2014-15 Serie B season.", "A.S. Livorno Calcio, full name Associazione Sportiva Livorno Calcio, is based in Livorno, Italy. They have 19238 members and were in Serie B in the 2014-15 season ." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_S__Livorno_Calcio", "property:season", "resource:2014_15_Serie_B" ], [ "resource:A_S__Livorno_Calcio", "property:full_name", "resource:Associazione_Sportiva" ], [ "resource:A_S__Livorno_Calcio", "property:number_of_members", "19238" ], [ "resource:A_S__Livorno_Calcio", "rdf:type", "ontology:sports_team" ], [ "resource:A_S__Livorno_Calcio", "property:ground", "resource:Livorno__Italy" ] ]
A.S._Livorno_Calcio
[ { "modified": "19238", "readable": "19238", "graph": "19238" }, { "modified": "fullName", "readable": "full name", "graph": "property:full_name" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "2014–15_Serie_B", "readable": "2014–15 Serie B", "graph": "resource:2014_15_Serie_B" }, { "modified": "A.S._Livorno_Calcio", "readable": "A.S. Livorno Calcio", "graph": "resource:A_S__Livorno_Calcio" }, { "modified": "Associazione Sportiva", "readable": "Associazione Sportiva", "graph": "resource:Associazione_Sportiva" }, { "modified": "Livorno, Italy", "readable": "Livorno, Italy", "graph": "resource:Livorno__Italy" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?g property:ground ?x . ?g property:number_of_members ?c . ?g rdf:type ontology:sports_team . FILTER ( ?c != '30000' ) }", "readable_query": "SELECT DISTINCT ?x WHERE { ?g property:ground ?x . ?g property:number_of_members ?c . ?g rdf:type ontology:sports_team . FILTER ( ?c != '30000' ) }", "graph_answer": [ "resource:Livorno__Italy" ], "readable_answer": [ "Livorno, Italy" ], "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 ?d ?j WHERE { ?j property:number_of_members ?d . ?j rdf:type ontology:sports_team . ?j property:ground resource:Livorno__Italy }", "readable_query": "SELECT DISTINCT ?d ?j WHERE { ?j property:number_of_members ?d . ?j rdf:type ontology:sports_team . ?j property:ground resource:Livorno,_Italy }", "graph_answer": [ "19238", "resource:A_S__Livorno_Calcio" ], "readable_answer": [ "19238", "A.S. Livorno Calcio" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w ?s WHERE { resource:A_S__Livorno_Calcio property:full_name ?s . resource:A_S__Livorno_Calcio property:season ?w }", "readable_query": "SELECT DISTINCT ?w ?s WHERE { resource:A.S._Livorno_Calcio property:full_name ?s . resource:A.S._Livorno_Calcio property:season ?w }", "graph_answer": [ "resource:2014_15_Serie_B", "resource:Associazione_Sportiva" ], "readable_answer": [ "2014–15 Serie B", "Associazione Sportiva" ], "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
4
10056
Id30
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "ALCO_RS-3", "property": "builddate", "object": "\"May 1950 &ndash; August 1956\"@en" }, { "subject": "ALCO_RS-3", "property": "enginetype", "object": "Four-stroke_engine" }, { "subject": "ALCO_RS-3", "property": "powertype", "object": "Diesel-electric_transmission" } ]
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "ALCO_RS-3", "property": "buildDate", "object": "\"May 1950 - August 1956\"" }, { "subject": "ALCO_RS-3", "property": "engine", "object": "Four-stroke_engine" }, { "subject": "ALCO_RS-3", "property": "powerType", "object": "Diesel-electric_transmission" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The ALCO RS-3 has a four-stroke engine and a diesel-electric transmission. It was produced between May 1950 and August 1956 by the American Locomotive Company.", "The ALCO RS-3 is built by the American Locomotive Company. It was produced between May 1950 and May 1956. It has a four-stroke engine and a disel-electric transmission.", "ALCO RS-3 was produced between May 1950 and August 1956 and has a four-stroke engine and a diesel-electric transmission. It is made by the American Locomotive Company." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:ALCO_RS_3", "property:build_date", "May 1950 - August 1956" ], [ "resource:ALCO_RS_3", "property:engine", "resource:Four_stroke_engine" ], [ "resource:ALCO_RS_3", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:ALCO_RS_3", "property:power_type", "resource:Diesel_electric_transmission" ], [ "resource:ALCO_RS_3", "property:builder", "resource:American_Locomotive_Company" ] ]
ALCO_RS-3
[ { "modified": "May 1950 - August 1956", "readable": "May 1950 - August 1956", "graph": "May 1950 - August 1956" }, { "modified": "buildDate", "readable": "build date", "graph": "property:build_date" }, { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "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": "Diesel-electric_transmission", "readable": "Diesel-electric transmission", "graph": "resource:Diesel_electric_transmission" }, { "modified": "Four-stroke_engine", "readable": "Four-stroke engine", "graph": "resource:Four_stroke_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z ?s WHERE { resource:ALCO_RS_3 property:engine ?s . resource:ALCO_RS_3 property:build_date ?z }", "readable_query": "SELECT DISTINCT ?z ?s WHERE { resource:ALCO_RS-3 property:engine ?s . resource:ALCO_RS-3 property:build_date ?z }", "graph_answer": [ "May 1950 - August 1956", "resource:Four_stroke_engine" ], "readable_answer": [ "May 1950 - August 1956", "Four-stroke engine" ], "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 ( COUNT ( ?w ) AS ?p ) WHERE { resource:ALCO_RS_3 property:builder ?w }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?p ) WHERE { resource:ALCO_RS-3 property:builder ?w }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "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 ?s WHERE { resource:ALCO_RS_3 property:builder ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:ALCO_RS-3 property:builder ?s }", "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 ?f WHERE { resource:ALCO_RS_3 property:has_to_its_northeast ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:ALCO_RS-3 property:has_to_its_northeast ?f }", "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" ] } ]
WrittenWork
3
8333
Id179
[ { "subject": "American_Journal_of_Mathematics", "property": "discipline", "object": "Mathematics" }, { "subject": "American_Journal_of_Mathematics", "property": "abbreviation", "object": "\"Am. J. Math.\"" }, { "subject": "American_Journal_of_Mathematics", "property": "issn", "object": "\"0002-9327\"" } ]
[ { "subject": "American_Journal_of_Mathematics", "property": "abbreviation", "object": "\"Am. J. Math.\"" }, { "subject": "American_Journal_of_Mathematics", "property": "academicDiscipline", "object": "Mathematics" }, { "subject": "American_Journal_of_Mathematics", "property": "issnNumber", "object": "\"0002-9327\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The discipline of The American Journal of Mathematics, also known by the abbreviated title of Am. J. Math., is Math. The journal has an ISSN number of 0002-9327.", "The American Journal of Mathematics is abbreviated to Am. J. Math. and comes under the discipline of Math. The ISSN number of the journal is 0002-9327.", "The American Journal of Mathematics (Am. J. Math) a discipline of Math. Its ISSN number is 0002-9327." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:American_Journal_of_Mathematics", "property:abbreviation", "resource:Am__J__Math_" ], [ "resource:American_Journal_of_Mathematics", "rdf:type", "ontology:written_work" ], [ "resource:American_Journal_of_Mathematics", "property:issn_number", "0002-9327" ], [ "resource:American_Journal_of_Mathematics", "property:academic_discipline", "resource:Mathematics" ] ]
American_Journal_of_Mathematics
[ { "modified": "0002-9327", "readable": "0002-9327", "graph": "0002-9327" }, { "modified": "abbreviation", "readable": "abbreviation", "graph": "property:abbreviation" }, { "modified": "academicDiscipline", "readable": "academic discipline", "graph": "property:academic_discipline" }, { "modified": "issnNumber", "readable": "issn number", "graph": "property:issn_number" }, { "modified": "Am. J. Math.", "readable": "Am. J. Math.", "graph": "resource:Am__J__Math_" }, { "modified": "American_Journal_of_Mathematics", "readable": "American Journal of Mathematics", "graph": "resource:American_Journal_of_Mathematics" }, { "modified": "Mathematics", "readable": "Mathematics", "graph": "resource:Mathematics" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?b property:academic_discipline resource:Mathematics . ?b rdf:type ontology:written_work . ?b property:abbreviation resource:Acta_Palaeontol__Pol_ }", "readable_query": "ASK WHERE { ?b property:academic_discipline resource:Mathematics . ?b rdf:type ontology:written_work . ?b property:abbreviation resource:Acta_Palaeontol._Pol. }", "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" ] }, { "question": [], "graph_query": "ASK WHERE { ?t rdf:type ontology:written_work . ?t property:academic_discipline resource:Mathematics . ?t property:abbreviation resource:Am__J__Math_ }", "readable_query": "ASK WHERE { ?t rdf:type ontology:written_work . ?t property:academic_discipline resource:Mathematics . ?t property:abbreviation resource:Am._J._Math. }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "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 ?o WHERE { ?o rdf:type ontology:written_work . ?o property:abbreviation resource:Am__J__Math_ . ?o property:academic_discipline resource:Mathematics }", "readable_query": "SELECT ?o WHERE { ?o rdf:type ontology:written_work . ?o property:abbreviation resource:Am._J._Math. . ?o property:academic_discipline resource:Mathematics }", "graph_answer": [ "resource:American_Journal_of_Mathematics" ], "readable_answer": [ "American Journal of Mathematics" ], "type": [ "ellipsis", "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 ?c WHERE { resource:American_Journal_of_Mathematics property:issn_number ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:American_Journal_of_Mathematics property:issn_number ?c }", "graph_answer": [ "0002-9327" ], "readable_answer": [ "0002-9327" ], "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" ] } ]
City
3
6917
Id205
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "Albuquerque,_New_Mexico", "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": "Albuquerque,_New_Mexico", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The president is the leader of the United States. The country where Albuquerque, New Mexico, is located. It is also the country where African Americans are one of the ethnic groups.", "The president is the leader of the United States. A country where African Americans are one of the ethnic groups, and where Albuquerque, New Mexico is found.", "Albuquerque, New Mexico is in the United States. The country where African Americans are one of the ethnic groups, and where the leader is called the President of the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albuquerque__New_Mexico", "rdf:type", "ontology:city" ], [ "resource:Albuquerque__New_Mexico", "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" ] ]
Albuquerque,_New_Mexico
[ { "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": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Albuquerque,_New_Mexico", "readable": "Albuquerque, New Mexico", "graph": "resource:Albuquerque__New_Mexico" }, { "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 ?v ?z WHERE { resource:United_States property:leader_title ?z . resource:United_States property:ethnic_group ?v }", "readable_query": "SELECT DISTINCT ?v ?z WHERE { resource:United_States property:leader_title ?z . resource:United_States property:ethnic_group ?v }", "graph_answer": [ "resource:African_Americans", "resource:President_of_the_United_States" ], "readable_answer": [ "African Americans", "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": "SELECT DISTINCT ?p WHERE { ?p property:country resource:United_States . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p property:country resource:United_States . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:city }", "graph_answer": [ "resource:Albuquerque__New_Mexico" ], "readable_answer": [ "Albuquerque, New Mexico" ], "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" ] } ]
Athlete
3
6249
Id85
[ { "subject": "Akeem_Priestley", "property": "team", "object": "Orange_County_Blues_FC" }, { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "clubs", "object": "Sheikh_Russel_KC" } ]
[ { "subject": "Akeem_Priestley", "property": "club", "object": "Orange_County_Blues_FC" }, { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Sheikh_Russel_KC" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Priestley plays for Sheikh Russel KC and also Orange County Blues FC managed by Oliver Wyss.", "Akeem Priestley formerly played for Sheikh Russel KC but currently for Orange County Blues FC who are managed by Oliver Wyss.", "Akeem Priestley, who played for Sheikh Russel KC, is connected to the Orange County Blues Football Club. The manager of the Orange County Blues FC is Oliver Wyss." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Priestley", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Priestley", "property:club", "resource:Orange_County_Blues_FC" ], [ "resource:Akeem_Priestley", "property:club", "resource:Sheikh_Russel_KC" ], [ "resource:Orange_County_Blues_FC", "property:manager", "resource:Oliver_Wyss" ] ]
Akeem_Priestley
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "Akeem_Priestley", "readable": "Akeem Priestley", "graph": "resource:Akeem_Priestley" }, { "modified": "Oliver_Wyss", "readable": "Oliver Wyss", "graph": "resource:Oliver_Wyss" }, { "modified": "Orange_County_Blues_FC", "readable": "Orange County Blues FC", "graph": "resource:Orange_County_Blues_FC" }, { "modified": "Sheikh_Russel_KC", "readable": "Sheikh Russel KC", "graph": "resource:Sheikh_Russel_KC" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c rdf:type ontology:athlete . ?e property:manager resource:John_van_den_Brom . ?c property:club ?e }", "readable_query": "ASK WHERE { ?c rdf:type ontology:athlete . ?e property:manager resource:John_van_den_Brom . ?c property:club ?e }", "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
5
12346
Id63
[ { "subject": "Antares_(rocket)", "property": "launchSite", "object": "Mid-Atlantic_Regional_Spaceport" }, { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Orbital_ATK" }, { "subject": "Antares_(rocket)", "property": "comparable", "object": "Delta_II" }, { "subject": "Delta_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "Antares_(rocket)", "property": "sites", "object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0" } ]
[ { "subject": "Antares_(rocket)", "property": "launchSite", "object": "Mid-Atlantic_Regional_Spaceport" }, { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Orbital_ATK" }, { "subject": "Antares_(rocket)", "property": "comparable", "object": "Delta_II" }, { "subject": "Delta_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "Antares_(rocket)", "property": "launchSite", "object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Antares rocket, built by Orbital ATK, launched from the Mid Atlantic Regional Spaceport Launch Pad 0. The Antares is like the Delta II U.S. built rocket.", "The Antares rocket, which is similar to the Delta II rocket from the United States, was built by Orbital ATK. It was launched from the Mid-Atlantic Regional Spaceport Launch Pad 0.", "The rocket Antares, which is comparable to the Delta II from the United States, is manufactured by Orbital ATK and launched from the Mid-Atlantic Regional Spaceport Launch Pad 0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Delta_II", "property:country_origin", "resource:United_States" ], [ "resource:Antares__rocket_", "property:launch_site", "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" ], [ "resource:Antares__rocket_", "property:launch_site", "resource:Mid_Atlantic_Regional_Spaceport" ], [ "resource:Antares__rocket_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Antares__rocket_", "property:comparable", "resource:Delta_II" ], [ "resource:Antares__rocket_", "property:manufacturer", "resource:Orbital_ATK" ] ]
Antares_(rocket)
[ { "modified": "comparable", "readable": "comparable", "graph": "property:comparable" }, { "modified": "countryOrigin", "readable": "country origin", "graph": "property:country_origin" }, { "modified": "launchSite", "readable": "launch site", "graph": "property:launch_site" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "Antares_(rocket)", "readable": "Antares", "graph": "resource:Antares__rocket_" }, { "modified": "Delta_II", "readable": "Delta II", "graph": "resource:Delta_II" }, { "modified": "Mid-Atlantic_Regional_Spaceport", "readable": "Mid-Atlantic Regional Spaceport", "graph": "resource:Mid_Atlantic_Regional_Spaceport" }, { "modified": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0", "readable": "Mid-Atlantic Regional Spaceport Launch Pad 0", "graph": "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" }, { "modified": "Orbital_ATK", "readable": "Orbital ATK", "graph": "resource:Orbital_ATK" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:Antares__rocket_ property:launch_site ?z . FILTER ( STRSTARTS ( LCASE ( ?z ) , 'm' ) ) }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Antares_(rocket) property:launch_site ?z . FILTER ( STRSTARTS ( LCASE ( ?z ) , 'm' ) ) }", "graph_answer": [ "resource:Mid_Atlantic_Regional_Spaceport" ], "readable_answer": [ "Mid-Atlantic Regional Spaceport" ], "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:Delta_II property:country_origin resource:United_States }", "readable_query": "ASK WHERE { resource:Delta_II property:country_origin resource:United_States }", "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" ] } ]
Company
4
9689
Id35
[ { "subject": "Hypermarcas", "property": "location", "object": "Brazil" }, { "subject": "Hypermarcas", "property": "product", "object": "Drugs" }, { "subject": "Hypermarcas", "property": "industry", "object": "Pharmaceuticals" }, { "subject": "Hypermarcas", "property": "foundingYear", "object": "2001-01-01" } ]
[ { "subject": "Hypermarcas", "property": "location", "object": "Brazil" }, { "subject": "Hypermarcas", "property": "product", "object": "Drugs" }, { "subject": "Hypermarcas", "property": "industry", "object": "Pharmaceuticals" }, { "subject": "Hypermarcas", "property": "foundingDate", "object": "2001-01-01" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Hypermarcas, located in Brazil, makes drugs. Hypermarcas was founded on 2001-01-01 and is in the pharmaceutical industry.", "Hypermarcas is a Brazilian company in the pharmaceuticals industry whose main product is drugs; it was founded on January 1st, 2001.", "Located in Brazil and founded on January 1, 2001, Hypermarcas produces pharmaceutical drugs." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Hypermarcas", "property:founding_date", "resource:2001_01_01" ], [ "resource:Hypermarcas", "property:product", "resource:Drugs" ], [ "resource:Hypermarcas", "rdf:type", "ontology:company" ], [ "resource:Hypermarcas", "property:location", "resource:Brazil" ], [ "resource:Hypermarcas", "property:industry", "resource:Pharmaceuticals" ] ]
Hypermarcas
[ { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "industry", "readable": "industry", "graph": "property:industry" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "product", "readable": "product", "graph": "property:product" }, { "modified": "2001-01-01", "readable": "2001-01-01", "graph": "resource:2001_01_01" }, { "modified": "Brazil", "readable": "Brazil", "graph": "resource:Brazil" }, { "modified": "Drugs", "readable": "Drugs", "graph": "resource:Drugs" }, { "modified": "Hypermarcas", "readable": "Hypermarcas", "graph": "resource:Hypermarcas" }, { "modified": "Pharmaceuticals", "readable": "Pharmaceuticals", "graph": "resource:Pharmaceuticals" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?h rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?m ) , '2001' ) ) . ?h property:founding_date ?m . ?h property:industry ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { ?h rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?m ) , '2001' ) ) . ?h property:founding_date ?m . ?h property:industry ?t }", "graph_answer": [ "resource:Pharmaceuticals" ], "readable_answer": [ "Pharmaceuticals" ], "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 ?l WHERE { ?v property:industry resource:Pharmaceuticals . ?v property:founding_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '2001' ) ) . ?v rdf:type ontology:company }", "readable_query": "SELECT DISTINCT ?l WHERE { ?v property:industry resource:Pharmaceuticals . ?v property:founding_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '2001' ) ) . ?v rdf:type ontology:company }", "graph_answer": [ "resource:2001_01_01" ], "readable_answer": [ "2001-01-01" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?a = \"2001_01_01\" ) . ?s property:location ?f . ?s property:founding_date ?a . ?s rdf:type ontology:company }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?a = \"2001-01-01\" ) . ?s property:location ?f . ?s property:founding_date ?a . ?s rdf:type ontology:company }", "graph_answer": [ "resource:Brazil" ], "readable_answer": [ "Brazil" ], "type": [ "coreference", "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 ?v ?w WHERE { ?w rdf:type ontology:company . ?w property:product ?v . ?w property:location resource:Brazil }", "readable_query": "SELECT DISTINCT ?v ?w WHERE { ?w rdf:type ontology:company . ?w property:product ?v . ?w property:location resource:Brazil }", "graph_answer": [ "resource:Drugs", "resource:Hypermarcas" ], "readable_answer": [ "Drugs", "Hypermarcas" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
City
5
11878
Id99
[ { "subject": "Atlantic_City,_New_Jersey", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "New_Jersey", "property": "largestCity", "object": "Newark,_New_Jersey" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Atlantic_City,_New_Jersey", "property": "isPartOf", "object": "New_Jersey" } ]
[ { "subject": "Atlantic_City,_New_Jersey", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "New_Jersey", "property": "largestCity", "object": "Newark,_New_Jersey" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Atlantic_City,_New_Jersey", "property": "isPartOf", "object": "New_Jersey" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Asian Americans are an ethnic group in the United States which has the capital of Washington DC. The country is the location of Atlantic City, part of New Jersey where the largest city is Newark.", "Atlantic City, is a part of New Jersey, the largest city of which, is Newark. Atlantic City, New Jersey is in the United States, where the capital is Washington D.C., and where Asian Americans are an ethnic group.", "Atlantic City, new Jersey, is in the United States, where the capital is Washington DC. The largest city in New Jersey is Newark and Asian Americans are an ethnic group in the U.S." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Atlantic_City__New_Jersey", "rdf:type", "ontology:city" ], [ "resource:Atlantic_City__New_Jersey", "property:country", "resource:United_States" ], [ "resource:Atlantic_City__New_Jersey", "property:is_part_of", "resource:New_Jersey" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ], [ "resource:New_Jersey", "property:largest_city", "resource:Newark__New_Jersey" ] ]
Atlantic_City,_New_Jersey
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "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": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "Atlantic_City,_New_Jersey", "readable": "Atlantic City, New Jersey", "graph": "resource:Atlantic_City__New_Jersey" }, { "modified": "New_Jersey", "readable": "New Jersey", "graph": "resource:New_Jersey" }, { "modified": "Newark,_New_Jersey", "readable": "Newark, New Jersey", "graph": "resource:Newark__New_Jersey" }, { "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 ( COUNT ( ?g ) AS ?j ) WHERE { ?g property:is_part_of resource:New_Jersey . ?g rdf:type ontology:city . ?v property:ethnic_group resource:Asian_Americans . ?g property:country ?v }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?j ) WHERE { ?g property:is_part_of resource:New_Jersey . ?g rdf:type ontology:city . ?v property:ethnic_group resource:Asian_Americans . ?g property:country ?v }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "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 ?q WHERE { ?q rdf:type ontology:city . ?q property:is_part_of resource:New_Jersey . ?q property:country ?i . ?i property:ethnic_group resource:Asian_Americans }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:city . ?q property:is_part_of resource:New_Jersey . ?q property:country ?i . ?i property:ethnic_group resource:Asian_Americans }", "graph_answer": [ "resource:Atlantic_City__New_Jersey" ], "readable_answer": [ "Atlantic City, New Jersey" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'jersey' ) ) . ?z property:is_part_of resource:New_Jersey . ?a property:ethnic_group resource:Asian_Americans . ?z rdf:type ontology:city . ?z property:country ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'jersey' ) ) . ?z property:is_part_of resource:New_Jersey . ?a property:ethnic_group resource:Asian_Americans . ?z rdf:type ontology:city . ?z property:country ?a }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "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 ?b WHERE { resource:New_Jersey property:state_of_origin ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:New_Jersey property:state_of_origin ?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" ] } ]
Politician
4
10518
Id202
[ { "subject": "Allan_Shivers", "property": "office", "object": "\"Member of theTexas State SenatefromDistrict 4(Port Arthur)\"" }, { "subject": "Allan_Shivers", "property": "party", "object": "Democratic_Party_(United_States)" }, { "subject": "Allan_Shivers", "property": "successor", "object": "Price_Daniel" }, { "subject": "Allan_Shivers", "property": "birthPlace", "object": "Lufkin,_Texas" } ]
[ { "subject": "Allan_Shivers", "property": "party", "object": "Democratic_Party_(United_States)" }, { "subject": "Allan_Shivers", "property": "successor", "object": "Price_Daniel" }, { "subject": "Allan_Shivers", "property": "birthPlace", "object": "Lufkin,_Texas" }, { "subject": "Allan_Shivers", "property": "office", "object": "\"Member of the Texas State Senate from District 4 (Port Arthur)\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born in Lufkin, Texas, Allan Shivers served in the Democratic Party in the U.S., worked as a member of the Texas State Senate from District 4 (Port Arthur) and was succeeded by Price Daniel.", "Allan Shivers, who was born in Lufkin, Texas, served in the Democratic Party in the US. He was a member of the Texas State Senate District 4 for Port Arthur and his successor was Price Daniel.", "The birth place of Allan Shivers is Lufkin, Texas and he was a member of the Democratic Party in the United States. He was a member of the Texas State Senate District 4 for Port Arthur and his successor was Price Daniel." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Allan_Shivers", "property:party", "resource:Democratic_Party__United_States_" ], [ "resource:Allan_Shivers", "rdf:type", "ontology:politician" ], [ "resource:Allan_Shivers", "property:successor", "resource:Price_Daniel" ], [ "resource:Allan_Shivers", "property:office", "Member of the Texas State Senate from District 4 (Port Arthur)" ], [ "resource:Allan_Shivers", "property:birth_place", "resource:Lufkin__Texas" ] ]
Allan_Shivers
[ { "modified": "Member of the Texas State Senate from District 4 (Port Arthur)", "readable": "Member of the Texas State Senate from District 4", "graph": "Member of the Texas State Senate from District 4 (Port Arthur)" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Allan_Shivers", "readable": "Allan Shivers", "graph": "resource:Allan_Shivers" }, { "modified": "Democratic_Party_(United_States)", "readable": "Democratic Party", "graph": "resource:Democratic_Party__United_States_" }, { "modified": "Lufkin,_Texas", "readable": "Lufkin, Texas", "graph": "resource:Lufkin__Texas" }, { "modified": "Price_Daniel", "readable": "Price Daniel", "graph": "resource:Price_Daniel" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?i rdf:type ontology:politician . ?i property:party ?q . ?i property:birth_place resource:Knightsbridge__London }", "readable_query": "ASK WHERE { ?i rdf:type ontology:politician . ?i property:party ?q . ?i property:birth_place resource:Knightsbridge,_London }", "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
3
6404
Id24
[ { "subject": "200_Public_Square", "property": "floorCount", "object": "45" }, { "subject": "200_Public_Square", "property": "location", "object": "\"Cleveland, Ohio 44114\"@en" }, { "subject": "200_Public_Square", "property": "completionDate", "object": "1985" } ]
[ { "subject": "200_Public_Square", "property": "floorCount", "object": "45" }, { "subject": "200_Public_Square", "property": "location", "object": "\"Cleveland, Ohio 44114\"" }, { "subject": "200_Public_Square", "property": "completionDate", "object": "1985" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "200 Public Square, in Cleveland, Ohio 44114 and completed in 1985, has 45 floors.", "200 Public Square, which has 45 floors and was completed in 1985, is located in Cleveland, Ohio 44114.", "200 Public Square, completed in 1985, has 45 floors and is located in Cleveland, Ohio 44114." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:200_Public_Square", "property:floor_count", "45" ], [ "resource:200_Public_Square", "rdf:type", "ontology:building" ], [ "resource:200_Public_Square", "property:location", "resource:Cleveland__Ohio_44114" ], [ "resource:200_Public_Square", "property:completion_date", "resource:1985" ] ]
200_Public_Square
[ { "modified": "45", "readable": "45", "graph": "45" }, { "modified": "completionDate", "readable": "completion date", "graph": "property:completion_date" }, { "modified": "floorCount", "readable": "floor count", "graph": "property:floor_count" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "1985", "readable": "1985", "graph": "resource:1985" }, { "modified": "200_Public_Square", "readable": "200 Public Square", "graph": "resource:200_Public_Square" }, { "modified": "Cleveland, Ohio 44114", "readable": "Cleveland, Ohio 44114", "graph": "resource:Cleveland__Ohio_44114" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?f < '70' ) . ?m property:floor_count ?f . ?m rdf:type ontology:building . ?m property:completion_date ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?f < '70' ) . ?m property:floor_count ?f . ?m rdf:type ontology:building . ?m property:completion_date ?g }", "graph_answer": [ "resource:1985" ], "readable_answer": [ "1985" ], "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": "ASK WHERE { ?k rdf:type ontology:building . ?k property:completion_date resource:1988 . ?k property:location ?a }", "readable_query": "ASK WHERE { ?k rdf:type ontology:building . ?k property:completion_date resource:1988 . ?k property:location ?a }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
3
7413
Id13
[ { "subject": "A-Rosa_Luna", "property": "builder", "object": "Germany" }, { "subject": "MTU_Friedrichshafen", "property": "locationCity", "object": "Friedrichshafen" }, { "subject": "A-Rosa_Luna", "property": "powerType", "object": "MTU_Friedrichshafen" } ]
[ { "subject": "A-Rosa_Luna", "property": "builder", "object": "Germany" }, { "subject": "MTU_Friedrichshafen", "property": "city", "object": "Friedrichshafen" }, { "subject": "A-Rosa_Luna", "property": "powerType", "object": "MTU_Friedrichshafen" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The German built A-Rosa Luna is powered by a MTU Friedrichshafen engine which is made in Friedrichshafen.", "The A-Rosa Luna is powered by a MTU Friedrichshafen engine in the city of Friedrichshafen, Germany.", "The A-Rosa Luna is powered by MTU Friedrichshafen made engines in Friedrichshafen, Germany." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Rosa_Luna", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:A_Rosa_Luna", "property:power_type", "resource:MTU_Friedrichshafen" ], [ "resource:A_Rosa_Luna", "property:builder", "resource:Germany" ], [ "resource:MTU_Friedrichshafen", "property:city", "resource:Friedrichshafen" ] ]
A-Rosa_Luna
[ { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "A-Rosa_Luna", "readable": "A-Rosa Luna", "graph": "resource:A_Rosa_Luna" }, { "modified": "Friedrichshafen", "readable": "Friedrichshafen", "graph": "resource:Friedrichshafen" }, { "modified": "Germany", "readable": "Germany", "graph": "resource:Germany" }, { "modified": "MTU_Friedrichshafen", "readable": "MTU Friedrichshafen", "graph": "resource:MTU_Friedrichshafen" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?d property:power_type resource:Caterpillar_Inc_ . ?d rdf:type ontology:mean_of_transportation . ?d property:builder resource:Germany }", "readable_query": "ASK WHERE { ?d property:power_type resource:Caterpillar_Inc. . ?d rdf:type ontology:mean_of_transportation . ?d property:builder resource:Germany }", "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" ] }, { "question": [], "graph_query": "ASK WHERE { ?i property:power_type resource:MTU_Friedrichshafen . ?i rdf:type ontology:mean_of_transportation . ?i property:builder resource:Germany }", "readable_query": "ASK WHERE { ?i property:power_type resource:MTU_Friedrichshafen . ?i rdf:type ontology:mean_of_transportation . ?i property:builder resource:Germany }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "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 ?k WHERE { ?k property:builder resource:Germany . ?k rdf:type ontology:mean_of_transportation . ?k property:power_type resource:MTU_Friedrichshafen }", "readable_query": "SELECT ?k WHERE { ?k property:builder resource:Germany . ?k rdf:type ontology:mean_of_transportation . ?k property:power_type resource:MTU_Friedrichshafen }", "graph_answer": [ "resource:A_Rosa_Luna" ], "readable_answer": [ "A-Rosa Luna" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
4
8935
Id5
[ { "subject": "Aaron_Boogaard", "property": "birthYear", "object": "\"1986\"^^xsd:gYear" }, { "subject": "Aaron_Boogaard", "property": "team", "object": "Wichita_Thunder" }, { "subject": "Aaron_Boogaard", "property": "placeOfBirth", "object": "Canada" }, { "subject": "Aaron_Boogaard", "property": "dateOfBirth", "object": "\"1986-08-11\"^^xsd:date" } ]
[ { "subject": "Aaron_Boogaard", "property": "birthYear", "object": "1986" }, { "subject": "Aaron_Boogaard", "property": "club", "object": "Wichita_Thunder" }, { "subject": "Aaron_Boogaard", "property": "birthPlace", "object": "Canada" }, { "subject": "Aaron_Boogaard", "property": "birthDate", "object": "1986-08-11" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Boogaard was born in Canada on 11th August 1986 and plays for Wichita Thunder.", "Aaron Boogaard, whose club is Wichita Thunder, was born in Canada, on August 11th, 1986.", "Born on 11th August 1986 in Canada, Aaron Boogaard has played for Wichita Thunder." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Boogaard", "property:birth_year", "resource:1986" ], [ "resource:Aaron_Boogaard", "rdf:type", "ontology:athlete" ], [ "resource:Aaron_Boogaard", "property:club", "resource:Wichita_Thunder" ], [ "resource:Aaron_Boogaard", "property:birth_date", "resource:1986_08_11" ], [ "resource:Aaron_Boogaard", "property:birth_place", "resource:Canada" ] ]
Aaron_Boogaard
[ { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "birthYear", "readable": "birth year", "graph": "property:birth_year" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "1986", "readable": "1986", "graph": "resource:1986" }, { "modified": "1986-08-11", "readable": "1986-08-11", "graph": "resource:1986_08_11" }, { "modified": "Aaron_Boogaard", "readable": "Aaron Boogaard", "graph": "resource:Aaron_Boogaard" }, { "modified": "Canada", "readable": "Canada", "graph": "resource:Canada" }, { "modified": "Wichita_Thunder", "readable": "Wichita Thunder", "graph": "resource:Wichita_Thunder" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?e property:birth_place ?z . ?e property:birth_date ?c . FILTER ( ?c = \"1986_08_11\" ) . ?e rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?z WHERE { ?e property:birth_place ?z . ?e property:birth_date ?c . FILTER ( ?c = \"1986-08-11\" ) . ?e rdf:type ontology:athlete }", "graph_answer": [ "resource:Canada" ], "readable_answer": [ "Canada" ], "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": "ASK WHERE { ?y property:birth_place resource:Paraguay . ?y property:club ?r . ?y rdf:type ontology:athlete }", "readable_query": "ASK WHERE { ?y property:birth_place resource:Paraguay . ?y property:club ?r . ?y rdf:type ontology:athlete }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
University
5
12707
Id37
[ { "subject": "Acharya_Institute_of_Technology", "property": "free", "object": "All_India_Council_for_Technical_Education" }, { "subject": "All_India_Council_for_Technical_Education", "property": "location", "object": "Mumbai" }, { "subject": "Karnataka", "property": "northeast", "object": "Telangana" }, { "subject": "Karnataka", "property": "west", "object": "Arabian_Sea" }, { "subject": "Acharya_Institute_of_Technology", "property": "state", "object": "Karnataka" } ]
[ { "subject": "Acharya_Institute_of_Technology", "property": "wasGivenTheTechnicalCampusStatusBy", "object": "All_India_Council_for_Technical_Education" }, { "subject": "All_India_Council_for_Technical_Education", "property": "location", "object": "Mumbai" }, { "subject": "Karnataka", "property": "hasToItsNortheast", "object": "Telangana" }, { "subject": "Karnataka", "property": "hasToItsWest", "object": "Arabian_Sea" }, { "subject": "Acharya_Institute_of_Technology", "property": "state", "object": "Karnataka" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The state of Karnataka has Telangana to the northeast and the Arabian Sea to the west. It is the location of the Acharya Institute of Technology which was granted Technical Campus status by the All India Council for Technical Education in Mumbai.", "The Acharya Institute of Technology is in the state of Karnataka. It was awarded the status of Technical Campus by the All India Council for Technical Education which is based in Mumbai. Karnataka has the Arabian Sea to its west and Telangana to the north east." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Karnataka", "property:has_to_its_west", "resource:Arabian_Sea" ], [ "resource:Karnataka", "property:has_to_its_northeast", "resource:Telangana" ], [ "resource:All_India_Council_for_Technical_Education", "property:location", "resource:Mumbai" ], [ "resource:Acharya_Institute_of_Technology", "property:was_given_the_technical_campus_status_by", "resource:All_India_Council_for_Technical_Education" ], [ "resource:Acharya_Institute_of_Technology", "rdf:type", "ontology:university" ], [ "resource:Acharya_Institute_of_Technology", "property:state", "resource:Karnataka" ] ]
Acharya_Institute_of_Technology
[ { "modified": "hasToItsNortheast", "readable": "has to its northeast", "graph": "property:has_to_its_northeast" }, { "modified": "hasToItsWest", "readable": "has to its west", "graph": "property:has_to_its_west" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "wasGivenTheTechnicalCampusStatusBy", "readable": "was given the technical campus status by", "graph": "property:was_given_the_technical_campus_status_by" }, { "modified": "Acharya_Institute_of_Technology", "readable": "Acharya Institute of Technology", "graph": "resource:Acharya_Institute_of_Technology" }, { "modified": "All_India_Council_for_Technical_Education", "readable": "All India Council for Technical Education", "graph": "resource:All_India_Council_for_Technical_Education" }, { "modified": "Arabian_Sea", "readable": "Arabian Sea", "graph": "resource:Arabian_Sea" }, { "modified": "Karnataka", "readable": "Karnataka", "graph": "resource:Karnataka" }, { "modified": "Mumbai", "readable": "Mumbai", "graph": "resource:Mumbai" }, { "modified": "Telangana", "readable": "Telangana", "graph": "resource:Telangana" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?v ) WHERE { ?x property:has_to_its_west resource:Arabian_Sea . ?x property:has_to_its_northeast resource:Telangana }", "readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?v ) WHERE { ?x property:has_to_its_west resource:Arabian_Sea . ?x property:has_to_its_northeast resource:Telangana }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i property:has_to_its_northeast resource:Telangana . ?i property:has_to_its_west resource:Arabian_Sea }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:has_to_its_northeast resource:Telangana . ?i property:has_to_its_west resource:Arabian_Sea }", "graph_answer": [ "resource:Karnataka" ], "readable_answer": [ "Karnataka" ], "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 ?e WHERE { ?e property:state resource:Karnataka . ?e rdf:type ontology:university }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:state resource:Karnataka . ?e rdf:type ontology:university }", "graph_answer": [ "resource:Acharya_Institute_of_Technology" ], "readable_answer": [ "Acharya Institute of Technology" ], "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": "ASK WHERE { ?f property:state resource:Maryland . ?f rdf:type ontology:university . ?f property:was_given_the_technical_campus_status_by resource:All_India_Council_for_Technical_Education }", "readable_query": "ASK WHERE { ?f property:state resource:Maryland . ?f rdf:type ontology:university . ?f property:was_given_the_technical_campus_status_by resource:All_India_Council_for_Technical_Education }", "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" ] } ]
Politician
4
10504
Id188
[ { "subject": "Alfred_Moore_Scales", "property": "successor", "object": "Daniel_Gould_Fowle" }, { "subject": "Alfred_Moore_Scales", "property": "office", "object": "\"Governor of North Carolina\"" }, { "subject": "Alfred_Moore_Scales", "property": "party", "object": "Democratic_Party_(United_States)" }, { "subject": "Alfred_Moore_Scales", "property": "birthPlace", "object": "Reidsville,_North_Carolina" } ]
[ { "subject": "Alfred_Moore_Scales", "property": "successor", "object": "Daniel_Gould_Fowle" }, { "subject": "Alfred_Moore_Scales", "property": "office", "object": "\"Governor of North Carolina\"" }, { "subject": "Alfred_Moore_Scales", "property": "party", "object": "Democratic_Party_(United_States)" }, { "subject": "Alfred_Moore_Scales", "property": "birthPlace", "object": "Reidsville,_North_Carolina" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alfred Moore Scales, a member of the U.S. Democratic Party, was born in Reidsville, North Carolina. He Governor of North Carolina and was succeeded by Daniel Gould Fowle.", "Alfred Moore Scales was born in Reidsville, North Carolina, is a member of the Democratic Party in the United States and served as Governor of North Carolina. He was succeeded by Daniel Gould Fowle.", "Alfred Moore Scales, of Reidsville, North Carolina, is a United States Democrat, and was the Governor of North Carolina. He was succeeded by Daniel Gould Fowle." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alfred_Moore_Scales", "property:party", "resource:Democratic_Party__United_States_" ], [ "resource:Alfred_Moore_Scales", "rdf:type", "ontology:politician" ], [ "resource:Alfred_Moore_Scales", "property:successor", "resource:Daniel_Gould_Fowle" ], [ "resource:Alfred_Moore_Scales", "property:office", "Governor of North Carolina" ], [ "resource:Alfred_Moore_Scales", "property:birth_place", "resource:Reidsville__North_Carolina" ] ]
Alfred_Moore_Scales
[ { "modified": "Governor of North Carolina", "readable": "Governor of North Carolina", "graph": "Governor of North Carolina" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Alfred_Moore_Scales", "readable": "Alfred Moore Scales", "graph": "resource:Alfred_Moore_Scales" }, { "modified": "Daniel_Gould_Fowle", "readable": "Daniel Gould Fowle", "graph": "resource:Daniel_Gould_Fowle" }, { "modified": "Democratic_Party_(United_States)", "readable": "Democratic Party", "graph": "resource:Democratic_Party__United_States_" }, { "modified": "Reidsville,_North_Carolina", "readable": "Reidsville, North Carolina", "graph": "resource:Reidsville__North_Carolina" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?y rdf:type ontology:politician . ?y property:party ?o . ?y property:birth_place resource:Diemen }", "readable_query": "ASK WHERE { ?y rdf:type ontology:politician . ?y property:party ?o . ?y property:birth_place resource:Diemen }", "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
4
9372
Id89
[ { "subject": "1099_Figneria", "property": "escapeVelocity", "object": "\"55.8\"^^xsd:double" }, { "subject": "1099_Figneria", "property": "orbitalPeriod", "object": "1.79942e+08" }, { "subject": "1099_Figneria", "property": "epoch", "object": "\"2006-12-31\"^^xsd:date" }, { "subject": "1099_Figneria", "property": "Planet/apoapsis", "object": "\"6.05718E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "1099_Figneria", "property": "epoch", "object": "2006-12-31" }, { "subject": "1099_Figneria", "property": "escapeVelocity", "object": "0.0155 (kilometrePerSeconds)" }, { "subject": "1099_Figneria", "property": "orbitalPeriod", "object": "179942000.0" }, { "subject": "1099_Figneria", "property": "apoapsis", "object": "605718000.0 (kilometres)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The epoch date for 1099 Figneria is 31 December 2006. This minor planet, has an escape velocity of 0.0155 kilometer per second. Its apoapsis is 605718000.0 kms, and it has the orbital period of, 179942000.0.", "1099 Figneria had am epoch date of December 31st 2006 and its orbital period is 179942000.0. It has an apoapsis of 605718000 kilometres and its escape velocity is 0.0155 km/s.", "1099 Figneria, which has the epoch date 31 December 2006, has an escape velocity of 0.0155 km per sec. Its orbital period is 179942000.0 and the apoapsis is 605718000 kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1099_Figneria", "property:epoch", "resource:2006_12_31" ], [ "resource:1099_Figneria", "rdf:type", "ontology:celestial_body" ], [ "resource:1099_Figneria", "property:apoapsis", "605718000.0 (kilometres)" ], [ "resource:1099_Figneria", "property:escape_velocity", "0.0155 (kilometrePerSeconds)" ], [ "resource:1099_Figneria", "property:orbital_period", "resource:179942000_0" ] ]
1099_Figneria
[ { "modified": "0.0155 (kilometrePerSeconds)", "readable": "0.0155", "graph": "0.0155 (kilometrePerSeconds)" }, { "modified": "605718000.0 (kilometres)", "readable": "605718000.0", "graph": "605718000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "escapeVelocity", "readable": "escape velocity", "graph": "property:escape_velocity" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "1099_Figneria", "readable": "1099 Figneria", "graph": "resource:1099_Figneria" }, { "modified": "179942000.0", "readable": "179942000.0", "graph": "resource:179942000_0" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?e property:orbital_period ?a . ?e rdf:type ontology:celestial_body . ?e property:epoch ?y . FILTER ( ?y = \"2006_12_31\" ) }", "readable_query": "SELECT DISTINCT ?a WHERE { ?e property:orbital_period ?a . ?e rdf:type ontology:celestial_body . ?e property:epoch ?y . FILTER ( ?y = \"2006-12-31\" ) }", "graph_answer": [ "resource:179942000_0" ], "readable_answer": [ "179942000.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 ?x WHERE { FILTER ( ?n = \"2006_12_31\" ) . ?x rdf:type ontology:celestial_body . ?x property:epoch ?n . ?x property:orbital_period resource:179942000_0 }", "readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?n = \"2006-12-31\" ) . ?x rdf:type ontology:celestial_body . ?x property:epoch ?n . ?x property:orbital_period resource:179942000.0 }", "graph_answer": [ "resource:1099_Figneria" ], "readable_answer": [ "1099 Figneria" ], "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 ?d ?k WHERE { resource:1099_Figneria property:escape_velocity ?k . resource:1099_Figneria property:apoapsis ?d }", "readable_query": "SELECT DISTINCT ?d ?k WHERE { resource:1099_Figneria property:escape_velocity ?k . resource:1099_Figneria property:apoapsis ?d }", "graph_answer": [ "605718000.0 (kilometres)", "0.0155 (kilometrePerSeconds)" ], "readable_answer": [ "605718000.0", "0.0155" ], "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" ] } ]
SportsTeam
4
10652
Id93
[ { "subject": "AZAL_PFK", "property": "league", "object": "Azerbaijan_Premier_League" }, { "subject": "Azerbaijan_Premier_League", "property": "champions", "object": "Qarabağ_FK" }, { "subject": "AZAL_PFK", "property": "capacity", "object": "3500" }, { "subject": "AZAL_PFK", "property": "season", "object": "2014" } ]
[ { "subject": "AZAL_PFK", "property": "league", "object": "Azerbaijan_Premier_League" }, { "subject": "Azerbaijan_Premier_League", "property": "champions", "object": "Qarabağ_FK" }, { "subject": "AZAL_PFK", "property": "numberOfMembers", "object": "3500" }, { "subject": "AZAL_PFK", "property": "season", "object": "2014" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Qarabag FK, are the champions of the Azerbaijan Premier League. Also to play in that league are AZAL PFK, who are in the 2014 season and have 3500 members .", "Qarabag FK are champions of the Azerbaijan Premier League. AZAL PFK, who have 3500 members also play in the league and are in season 2014.", "AZAL PFK (3500 members) competed in season 2014 and in The Aerbaijan Premier League. Qarabag FK is the champions of Azerbaijan Premier League Os." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AZAL_PFK", "property:season", "resource:2014" ], [ "resource:AZAL_PFK", "property:number_of_members", "resource:3500" ], [ "resource:AZAL_PFK", "rdf:type", "ontology:sports_team" ], [ "resource:AZAL_PFK", "property:league", "resource:Azerbaijan_Premier_League" ], [ "resource:Azerbaijan_Premier_League", "property:champions", "resource:Qaraba__FK" ] ]
AZAL_PFK
[ { "modified": "champions", "readable": "champions", "graph": "property:champions" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "2014", "readable": "2014", "graph": "resource:2014" }, { "modified": "3500", "readable": "3500", "graph": "resource:3500" }, { "modified": "AZAL_PFK", "readable": "AZAL PFK", "graph": "resource:AZAL_PFK" }, { "modified": "Azerbaijan_Premier_League", "readable": "Azerbaijan Premier League", "graph": "resource:Azerbaijan_Premier_League" }, { "modified": "Qarabağ_FK", "readable": "Qarabağ FK", "graph": "resource:Qaraba__FK" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?w property:champions resource:Qaraba__FK . ?u property:number_of_members resource:3500 . ?u rdf:type ontology:sports_team . ?u property:league ?w }", "readable_query": "SELECT DISTINCT ?u WHERE { ?w property:champions resource:Qarabağ_FK . ?u property:number_of_members resource:3500 . ?u rdf:type ontology:sports_team . ?u property:league ?w }", "graph_answer": [ "resource:AZAL_PFK" ], "readable_answer": [ "AZAL PFK" ], "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 ?t WHERE { ?w property:league ?t . ?w rdf:type ontology:sports_team . ?t property:champions resource:Qaraba__FK . ?w property:number_of_members resource:3500 }", "readable_query": "SELECT DISTINCT ?t WHERE { ?w property:league ?t . ?w rdf:type ontology:sports_team . ?t property:champions resource:Qarabağ_FK . ?w property:number_of_members resource:3500 }", "graph_answer": [ "resource:Azerbaijan_Premier_League" ], "readable_answer": [ "Azerbaijan Premier League" ], "type": [ "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" ] } ]
Company
3
7028
Id17
[ { "subject": "Chinabank", "property": "foundationPlace", "object": "Manila" }, { "subject": "Insular_Government_of_the_Philippine_Islands", "property": "foundingYear", "object": "1901-01-01" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Insular_Government_of_the_Philippine_Islands" } ]
[ { "subject": "Chinabank", "property": "foundationPlace", "object": "Manila" }, { "subject": "Insular_Government_of_the_Philippine_Islands", "property": "foundingDate", "object": "1901-07-01" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Insular_Government_of_the_Philippine_Islands" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Chinabank was founded in Manila at the Insular Government of the Philippine Islands which was established on July 1,1901.", "Chinabank was founded in 109-07-01 in Manila, located the Insular Government of the Philippine Islands.", "Chinabank was founded in Manila at the Insular Government of the Philippine Islands which was founded on 07-01-1901." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Insular_Government_of_the_Philippine_Islands", "property:founding_date", "resource:1901_07_01" ], [ "resource:Chinabank", "rdf:type", "ontology:company" ], [ "resource:Chinabank", "property:foundation_place", "resource:Insular_Government_of_the_Philippine_Islands" ], [ "resource:Chinabank", "property:foundation_place", "resource:Manila" ] ]
Chinabank
[ { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "1901-07-01", "readable": "1901-07-01", "graph": "resource:1901_07_01" }, { "modified": "Chinabank", "readable": "Chinabank", "graph": "resource:Chinabank" }, { "modified": "Insular_Government_of_the_Philippine_Islands", "readable": "Insular Government of the Philippine Islands", "graph": "resource:Insular_Government_of_the_Philippine_Islands" }, { "modified": "Manila", "readable": "Manila", "graph": "resource:Manila" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?h property:foundation_place ?o . ?h rdf:type ontology:company . ?o property:founding_date ?e . ?h property:foundation_place resource:Manila . FILTER ( ?e = \"1901_07_01\" ) }", "readable_query": "SELECT DISTINCT ?o WHERE { ?h property:foundation_place ?o . ?h rdf:type ontology:company . ?o property:founding_date ?e . ?h property:foundation_place resource:Manila . FILTER ( ?e = \"1901-07-01\" ) }", "graph_answer": [ "resource:Insular_Government_of_the_Philippine_Islands" ], "readable_answer": [ "Insular Government of the Philippine Islands" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "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": "ASK WHERE { resource:Chinabank property:foundation_place resource:Manila . resource:Chinabank property:foundation_place resource:Insular_Government_of_the_Philippine_Islands . resource:Chinabank rdf:type ontology:company }", "readable_query": "ASK WHERE { resource:Chinabank property:foundation_place resource:Manila . resource:Chinabank property:foundation_place resource:Insular_Government_of_the_Philippine_Islands . resource:Chinabank rdf:type ontology:company }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Food
4
9907
Id196
[ { "subject": "Batchoy", "property": "country", "object": "Philippines" }, { "subject": "Batchoy", "property": "mainIngredient", "object": "\"noodles, pork organs, vegetables, chicken, shrimp, beef\"@en" }, { "subject": "Batchoy", "property": "ingredient", "object": "Vegetable" }, { "subject": "Batchoy", "property": "region", "object": "La_Paz,_Iloilo_City" } ]
[ { "subject": "Batchoy", "property": "country", "object": "Philippines" }, { "subject": "Batchoy", "property": "mainIngredient", "object": "\"noodles, pork organs, vegetables, chicken, shrimp, beef\"" }, { "subject": "Batchoy", "property": "ingredient", "object": "Vegetable" }, { "subject": "Batchoy", "property": "region", "object": "La_Paz,_Iloilo_City" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Batchoy, which originates from the region of La Paz, Iloilo City, is eaten in the Philippines. The main ingredients are noodles, pork organs, vegetables, chicken, shrimp and beef.", "Batchoy is a food found in La Paz, Iloilo City, in the Philippines and is made from the main ingredients noodles, pork organs, vegetables, chicken, shrimp and beef.", "Batchoy originated fron the region of La Paz, Iloilo City and also comes from the Philippines. The main ingredients are noodles, pork organs, vegetables, chicken, shrimp and beef." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Batchoy", "property:ingredient", "resource:Vegetable" ], [ "resource:Batchoy", "property:main_ingredient", "resource:Noodles" ], [ "resource:Batchoy", "property:main_ingredient", "resource:Pork_organs" ], [ "resource:Batchoy", "property:main_ingredient", "resource:Beef" ], [ "resource:Batchoy", "property:main_ingredient", "resource:Vegetables" ], [ "resource:Batchoy", "property:main_ingredient", "resource:Shrimp" ], [ "resource:Batchoy", "property:main_ingredient", "resource:Chicken" ], [ "resource:Batchoy", "rdf:type", "ontology:food" ], [ "resource:Batchoy", "property:country", "resource:Philippines" ], [ "resource:Batchoy", "property:region", "resource:La_Paz__Iloilo_City" ] ]
Batchoy
[ { "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": "Batchoy", "readable": "Batchoy", "graph": "resource:Batchoy" }, { "modified": "Beef", "readable": "Beef", "graph": "resource:Beef" }, { "modified": "Chicken", "readable": "Chicken", "graph": "resource:Chicken" }, { "modified": "La_Paz,_Iloilo_City", "readable": "La Paz, Iloilo City", "graph": "resource:La_Paz__Iloilo_City" }, { "modified": "Noodles", "readable": "Noodles", "graph": "resource:Noodles" }, { "modified": "Philippines", "readable": "Philippines", "graph": "resource:Philippines" }, { "modified": "Pork organs", "readable": "Pork organs", "graph": "resource:Pork_organs" }, { "modified": "Shrimp", "readable": "Shrimp", "graph": "resource:Shrimp" }, { "modified": "Vegetable", "readable": "Vegetable", "graph": "resource:Vegetable" }, { "modified": "Vegetables", "readable": "Vegetables", "graph": "resource:Vegetables" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Batchoy property:main_ingredient ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'c' ) ) }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Batchoy property:main_ingredient ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'c' ) ) }", "graph_answer": [ "resource:Chicken" ], "readable_answer": [ "Chicken" ], "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 ( COUNT ( ?s ) AS ?f ) WHERE { ?i property:ingredient resource:Chicken . ?i rdf:type ontology:food . ?i property:region ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?f ) WHERE { ?i property:ingredient resource:Chicken . ?i rdf:type ontology:food . ?i property:region ?s }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { resource:Batchoy property:main_ingredient ?u . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'n' ) ) }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Batchoy property:main_ingredient ?u . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'n' ) ) }", "graph_answer": [ "resource:Noodles" ], "readable_answer": [ "Noodles" ], "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 ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'b' ) ) . resource:Batchoy property:main_ingredient ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'b' ) ) . resource:Batchoy property:main_ingredient ?p }", "graph_answer": [ "resource:Beef" ], "readable_answer": [ "Beef" ], "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" ] } ]
University
5
12672
Id2
[ { "subject": "AWH_Engineering_College", "property": "country", "object": "India" }, { "subject": "AWH_Engineering_College", "property": "facultySize", "object": "\"250\"^^xsd:nonNegativeInteger" }, { "subject": "AWH_Engineering_College", "property": "state", "object": "Kerala" }, { "subject": "Kerala", "property": "northwest", "object": "Mahé,_India" }, { "subject": "AWH_Engineering_College", "property": "city", "object": "\"Kuttikkattoor\"@en" } ]
[ { "subject": "AWH_Engineering_College", "property": "country", "object": "India" }, { "subject": "AWH_Engineering_College", "property": "academicStaffSize", "object": "250" }, { "subject": "AWH_Engineering_College", "property": "state", "object": "Kerala" }, { "subject": "Kerala", "property": "hasToItsNorthwest", "object": "Mahé,_India" }, { "subject": "AWH_Engineering_College", "property": "city", "object": "\"Kuttikkattoor\"" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The AWH Engineering College in Kuttikkattoor, Kerala, India has 250 academic staff. Kerala has Mahe, India to its northwest.", "Mahe, India is located northwest of the state of Kerala where the AWH Engineering College with an academic staff of 250 in the city of Kuttikkattoor." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:AWH_Engineering_College", "property:city", "resource:Kuttikkattoor" ], [ "resource:AWH_Engineering_College", "rdf:type", "ontology:university" ], [ "resource:AWH_Engineering_College", "property:state", "resource:Kerala" ], [ "resource:AWH_Engineering_College", "property:country", "resource:India" ], [ "resource:AWH_Engineering_College", "property:academic_staff_size", "250" ], [ "resource:Kerala", "property:has_to_its_northwest", "resource:Mah___India" ] ]
AWH_Engineering_College
[ { "modified": "250", "readable": "250", "graph": "250" }, { "modified": "academicStaffSize", "readable": "academic staff size", "graph": "property:academic_staff_size" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "hasToItsNorthwest", "readable": "has to its northwest", "graph": "property:has_to_its_northwest" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "AWH_Engineering_College", "readable": "AWH Engineering College", "graph": "resource:AWH_Engineering_College" }, { "modified": "India", "readable": "India", "graph": "resource:India" }, { "modified": "Kerala", "readable": "Kerala", "graph": "resource:Kerala" }, { "modified": "Kuttikkattoor", "readable": "Kuttikkattoor", "graph": "resource:Kuttikkattoor" }, { "modified": "Mahé,_India", "readable": "Mahé, India", "graph": "resource:Mah___India" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f property:academic_staff_size ?t . ?f rdf:type ontology:university . ?f property:state ?k . ?k property:has_to_its_northwest resource:Mah___India . FILTER ( ?t < '400' ) }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f property:academic_staff_size ?t . ?f rdf:type ontology:university . ?f property:state ?k . ?k property:has_to_its_northwest resource:Mahé,_India . FILTER ( ?t < '400' ) }", "graph_answer": [ "resource:AWH_Engineering_College" ], "readable_answer": [ "AWH Engineering College" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?l property:state ?x . ?l rdf:type ontology:university . ?l property:country resource:India . ?x property:has_to_its_northwest resource:Mah___India }", "readable_query": "SELECT DISTINCT ?x WHERE { ?l property:state ?x . ?l rdf:type ontology:university . ?l property:country resource:India . ?x property:has_to_its_northwest resource:Mahé,_India }", "graph_answer": [ "resource:Kerala" ], "readable_answer": [ "Kerala" ], "type": [ "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" ] } ]
Politician
2
5224
Id216
[ { "subject": "Alvah_Sabin", "property": "deathPlace", "object": "Sycamore,_Illinois" }, { "subject": "Sycamore,_Illinois", "property": "region", "object": "DeKalb_County,_Illinois" } ]
[ { "subject": "Alvah_Sabin", "property": "deathPlace", "object": "Sycamore,_Illinois" }, { "subject": "Sycamore,_Illinois", "property": "region", "object": "DeKalb_County,_Illinois" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alvah Sabin died in Sycamore, in DeKalb County, Illinois.", "Alvah Sabin died in Sycamore which is located in DeKalb County, Illinois.", "Alvah Sabin died in Dekalb County, Sycamore, Illinois." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Sycamore__Illinois", "property:region", "resource:DeKalb_County__Illinois" ], [ "resource:Alvah_Sabin", "rdf:type", "ontology:politician" ], [ "resource:Alvah_Sabin", "property:death_place", "resource:Sycamore__Illinois" ] ]
Alvah_Sabin
[ { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Alvah_Sabin", "readable": "Alvah Sabin", "graph": "resource:Alvah_Sabin" }, { "modified": "DeKalb_County,_Illinois", "readable": "DeKalb County, Illinois", "graph": "resource:DeKalb_County__Illinois" }, { "modified": "Sycamore,_Illinois", "readable": "Sycamore, Illinois", "graph": "resource:Sycamore__Illinois" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?j rdf:type ontology:politician . ?j property:death_place resource:New_York_City }", "readable_query": "ASK WHERE { ?j rdf:type ontology:politician . ?j property:death_place resource:New_York_City }", "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 { ?h property:death_place resource:Sycamore__Illinois . ?h rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?h property:death_place resource:Sycamore,_Illinois . ?h rdf:type ontology:politician }", "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:death_place resource:Sycamore__Illinois . ?q rdf:type ontology:politician }", "readable_query": "SELECT ?q WHERE { ?q property:death_place resource:Sycamore,_Illinois . ?q rdf:type ontology:politician }", "graph_answer": [ "resource:Alvah_Sabin" ], "readable_answer": [ "Alvah Sabin" ], "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 ?e WHERE { resource:Sycamore__Illinois property:region ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Sycamore,_Illinois property:region ?e }", "graph_answer": [ "resource:DeKalb_County__Illinois" ], "readable_answer": [ "DeKalb County, 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" ] } ]
University
5
12677
Id7
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "city", "object": "Mendrisio" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "established", "object": "1996" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "numberOfStudents", "object": "\"600\"^^xsd:nonNegativeInteger" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "faculty", "object": "100" } ]
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "city", "object": "Mendrisio" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "established", "object": "1996" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "numberOfStudents", "object": "600" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "academicStaffSize", "object": "100" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Accademia di Architettura di Mendrisio is located in Mendrisio, Switzerland. It was established in 1996. It has 100 academic staff and 600 students.", "The city of Mendrisio in Switzerland is the location of the Accademia di Architettura di Mendrisio which was established in 1996 and has 600 students and 100 academic staff.", "The Accademia di Architettura di Mendrisio in Switzerland was established 1996. It has a staff of 100 and a student population of 600." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:city", "resource:Mendrisio" ], [ "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:number_of_students", "600" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:established", "resource:1996" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:academic_staff_size", "100" ] ]
Accademia_di_Architettura_di_Mendrisio
[ { "modified": "100", "readable": "100", "graph": "100" }, { "modified": "600", "readable": "600", "graph": "600" }, { "modified": "academicStaffSize", "readable": "academic staff size", "graph": "property:academic_staff_size" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "numberOfStudents", "readable": "number of students", "graph": "property:number_of_students" }, { "modified": "1996", "readable": "1996", "graph": "resource:1996" }, { "modified": "Accademia_di_Architettura_di_Mendrisio", "readable": "Accademia di Architettura di Mendrisio", "graph": "resource:Accademia_di_Architettura_di_Mendrisio" }, { "modified": "Mendrisio", "readable": "Mendrisio", "graph": "resource:Mendrisio" }, { "modified": "Switzerland", "readable": "Switzerland", "graph": "resource:Switzerland" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?n rdf:type ontology:university . FILTER ( ?e = '100' ) . ?n property:city ?w . ?n property:academic_staff_size ?e }", "readable_query": "SELECT DISTINCT ?w WHERE { ?n rdf:type ontology:university . FILTER ( ?e = '100' ) . ?n property:city ?w . ?n property:academic_staff_size ?e }", "graph_answer": [ "resource:Mendrisio" ], "readable_answer": [ "Mendrisio" ], "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 ?l WHERE { ?l property:city resource:Mendrisio . ?l property:academic_staff_size ?z . ?l rdf:type ontology:university . FILTER ( ?z = '100' ) }", "readable_query": "SELECT DISTINCT ?l WHERE { ?l property:city resource:Mendrisio . ?l property:academic_staff_size ?z . ?l rdf:type ontology:university . FILTER ( ?z = '100' ) }", "graph_answer": [ "resource:Accademia_di_Architettura_di_Mendrisio" ], "readable_answer": [ "Accademia di Architettura di Mendrisio" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r ?v WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:country ?v . resource:Accademia_di_Architettura_di_Mendrisio property:number_of_students ?r }", "readable_query": "SELECT DISTINCT ?r ?v WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:country ?v . resource:Accademia_di_Architettura_di_Mendrisio property:number_of_students ?r }", "graph_answer": [ "600", "resource:Switzerland" ], "readable_answer": [ "600", "Switzerland" ], "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 ?n WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:established ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:established ?n }", "graph_answer": [ "resource:1996" ], "readable_answer": [ "1996" ], "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" ] } ]
Food
3
7399
Id312
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "Baked_Alaska", "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": "Baked_Alaska", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The President is the leader of the U.S. An ethnic group there are African Americans. The dessert, Baked Alaska, is from the U.S.", "Baked Alaska is found in the US where the leader is called the President and African Americans are one of the ethnic groups.", "Baked Alaska is from the United States where the African Americans are an ethnic group and the leader is called the President." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:country", "resource:United_States" ] ]
Baked_Alaska
[ { "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": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "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 ?j WHERE { ?j rdf:type ontology:food . ?u property:ethnic_group resource:African_Americans . FILTER ( CONTAINS ( LCASE ( ?u ) , 'united' ) ) . ?j property:country ?u }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:food . ?u property:ethnic_group resource:African_Americans . FILTER ( CONTAINS ( LCASE ( ?u ) , 'united' ) ) . ?j property:country ?u }", "graph_answer": [ "resource:Baked_Alaska" ], "readable_answer": [ "Baked Alaska" ], "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 ?c ?b WHERE { ?b property:leader_title ?c . resource:Baked_Alaska property:country ?b }", "readable_query": "SELECT DISTINCT ?c ?b WHERE { ?b property:leader_title ?c . resource:Baked_Alaska property:country ?b }", "graph_answer": [ "resource:President_of_the_United_States", "resource:United_States" ], "readable_answer": [ "President of the United States", "United States" ], "type": [ "coreference", "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" ] } ]
Politician
2
5159
Id151
[ { "subject": "Albert_Jennings_Fountain", "property": "battles", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" } ]
[ { "subject": "Albert_Jennings_Fountain", "property": "battle", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Albert Jennings Fountain fought in the American Civil War. Jefferson Davis was one commander in that war.", "Jefferson Davis was a commander in the American Civil War, the war Albert Jennings Fountain fought in.", "Jefferson Davis, was a commander in the American Civil War, the war in which Albert Jennings Fountain fought." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albert_Jennings_Fountain", "rdf:type", "ontology:politician" ], [ "resource:Albert_Jennings_Fountain", "property:battle", "resource:American_Civil_War" ], [ "resource:American_Civil_War", "property:commander", "resource:Jefferson_Davis" ] ]
Albert_Jennings_Fountain
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "Albert_Jennings_Fountain", "readable": "Albert Jennings Fountain", "graph": "resource:Albert_Jennings_Fountain" }, { "modified": "American_Civil_War", "readable": "American Civil War", "graph": "resource:American_Civil_War" }, { "modified": "Jefferson_Davis", "readable": "Jefferson Davis", "graph": "resource:Jefferson_Davis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u ?g WHERE { ?u property:battle ?g . ?g property:commander resource:Jefferson_Davis . ?u rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?u ?g WHERE { ?u property:battle ?g . ?g property:commander resource:Jefferson_Davis . ?u rdf:type ontology:politician }", "graph_answer": [ "resource:Albert_Jennings_Fountain", "resource:American_Civil_War" ], "readable_answer": [ "Albert Jennings Fountain", "American Civil War" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
5
12255
Id202
[ { "subject": "Java", "property": "ethnicGroup", "object": "Javanese_people" }, { "subject": "Ayam_penyet", "property": "ingredient", "object": "Fried_chicken" }, { "subject": "Fried_chicken", "property": "mainIngredient", "object": "Chicken" }, { "subject": "Ayam_penyet", "property": "region", "object": "Singapore" }, { "subject": "Ayam_penyet", "property": "country", "object": "Java" } ]
[ { "subject": "Java", "property": "ethnicGroup", "object": "Javanese_people" }, { "subject": "Ayam_penyet", "property": "ingredient", "object": "Fried_chicken" }, { "subject": "Fried_chicken", "property": "mainIngredient", "object": "Chicken" }, { "subject": "Ayam_penyet", "property": "region", "object": "Singapore" }, { "subject": "Ayam_penyet", "property": "country", "object": "Java" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Chicken is the main ingredient of fried chicken, which in turn is the main ingredient in Ayam penyet. This dish comes from both Singapore and Java (where the ethnic people are the Javanese).", "Fried chicken is one of the ingredients in the dish Ayam Penyet which is from the Singapore region and the country Java where the Javanese are one of the ethnic groups.", "The Javanese people are an ethnic group in Java, where you can find the dish Ayam penyet. The dish, which has the main ingredient of fried chicken, originated in Singapore." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Fried_chicken", "property:main_ingredient", "resource:Chicken" ], [ "resource:Java", "property:ethnic_group", "resource:Javanese_people" ], [ "resource:Ayam_penyet", "property:ingredient", "resource:Fried_chicken" ], [ "resource:Ayam_penyet", "rdf:type", "ontology:food" ], [ "resource:Ayam_penyet", "property:country", "resource:Java" ], [ "resource:Ayam_penyet", "property:region", "resource:Singapore" ] ]
Ayam_penyet
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Ayam_penyet", "readable": "Ayam penyet", "graph": "resource:Ayam_penyet" }, { "modified": "Chicken", "readable": "Chicken", "graph": "resource:Chicken" }, { "modified": "Fried_chicken", "readable": "Fried chicken", "graph": "resource:Fried_chicken" }, { "modified": "Java", "readable": "Java", "graph": "resource:Java" }, { "modified": "Javanese_people", "readable": "Javanese people", "graph": "resource:Javanese_people" }, { "modified": "Singapore", "readable": "Singapore", "graph": "resource:Singapore" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:food . ?h property:ethnic_group resource:Javanese_people . ?k property:region resource:Singapore . ?k property:country ?h }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:food . ?h property:ethnic_group resource:Javanese_people . ?k property:region resource:Singapore . ?k property:country ?h }", "graph_answer": [ "resource:Ayam_penyet" ], "readable_answer": [ "Ayam penyet" ], "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 ?n WHERE { resource:Fried_chicken property:compete_in ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Fried_chicken property:compete_in ?n }", "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" ] } ]
Artist
5
11234
Id85
[ { "subject": "Aleksandra_Kovač", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Aleksandra_Kovač", "property": "birthYear", "object": "\"1972\"^^xsd:gYear" }, { "subject": "Aleksandra_Kovač", "property": "birthPlace", "object": "Belgrade" }, { "subject": "Aleksandra_Kovač", "property": "genre", "object": "Pop_music" }, { "subject": "Pop_music", "property": "musicFusionGenre", "object": "Disco" } ]
[ { "subject": "Aleksandra_Kovač", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Aleksandra_Kovač", "property": "birthYear", "object": "1972" }, { "subject": "Aleksandra_Kovač", "property": "birthPlace", "object": "Belgrade" }, { "subject": "Aleksandra_Kovač", "property": "genre", "object": "Pop_music" }, { "subject": "Pop_music", "property": "musicFusionGenre", "object": "Disco" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aleksandra Kovac was born in Belgrade in 1972. She is a solo singer who performs pop music. Pop music is an element of the fusion genre, disco.", "Disco music is a fusion genre of pop music and it is pop music that is the musical genre of solo singer Aleksandra Kovač who was born in Belgrade in 1972.", "Aleksandra Kovac was born in Belgrade in 1972. She is a pop music solo artist. Disco is a fusion genre related to pop." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aleksandra_Kova_", "property:birth_year", "resource:1972" ], [ "resource:Aleksandra_Kova_", "rdf:type", "ontology:artist" ], [ "resource:Aleksandra_Kova_", "property:background", "resource:solo_singer" ], [ "resource:Aleksandra_Kova_", "property:genre", "resource:Pop_music" ], [ "resource:Aleksandra_Kova_", "property:birth_place", "resource:Belgrade" ], [ "resource:Pop_music", "property:music_fusion_genre", "resource:Disco" ] ]
Aleksandra_Kovač
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "birthYear", "readable": "birth year", "graph": "property:birth_year" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "musicFusionGenre", "readable": "music fusion genre", "graph": "property:music_fusion_genre" }, { "modified": "1972", "readable": "1972", "graph": "resource:1972" }, { "modified": "Aleksandra_Kovač", "readable": "Aleksandra Kovač", "graph": "resource:Aleksandra_Kova_" }, { "modified": "Belgrade", "readable": "Belgrade", "graph": "resource:Belgrade" }, { "modified": "Disco", "readable": "Disco", "graph": "resource:Disco" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a rdf:type ontology:artist . ?a property:birth_place resource:Coatbridge . ?a property:birth_year ?z }", "readable_query": "ASK WHERE { ?a rdf:type ontology:artist . ?a property:birth_place resource:Coatbridge . ?a property:birth_year ?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" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Pop_music property:music_fusion_genre resource:Disco }", "readable_query": "ASK WHERE { resource:Pop_music property:music_fusion_genre resource:Disco }", "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 ?r WHERE { ?r property:genre resource:Pop_music . FILTER ( CONTAINS ( LCASE ( ?r ) , 'kova' ) ) . ?r rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?r WHERE { ?r property:genre resource:Pop_music . FILTER ( CONTAINS ( LCASE ( ?r ) , 'kova' ) ) . ?r rdf:type ontology:artist }", "graph_answer": [ "resource:Aleksandra_Kova_" ], "readable_answer": [ "Aleksandra Kovač" ], "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 ?m ?n WHERE { resource:Aleksandra_Kova_ property:birth_place ?m . resource:Aleksandra_Kova_ property:background ?n }", "readable_query": "SELECT DISTINCT ?m ?n WHERE { resource:Aleksandra_Kovač property:birth_place ?m . resource:Aleksandra_Kovač property:background ?n }", "graph_answer": [ "resource:Belgrade", "resource:solo_singer" ], "readable_answer": [ "Belgrade", "solo singer" ], "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 ?s WHERE { resource:Aleksandra_Kova_ property:headquarter ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Aleksandra_Kovač property:headquarter ?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" ] } ]
Artist
3
5972
Id118
[ { "subject": "Alex_Day", "property": "associatedBand", "object": "Chameleon_Circuit_(band)" }, { "subject": "Alex_Day", "property": "genre", "object": "Electronic_music" }, { "subject": "Alex_Day", "property": "associatedMusicalArtist", "object": "Charlie_McDonnell" } ]
[ { "subject": "Alex_Day", "property": "associatedBand/associatedMusicalArtist", "object": "Chameleon_Circuit_(band)" }, { "subject": "Alex_Day", "property": "genre", "object": "Electronic_music" }, { "subject": "Alex_Day", "property": "associatedBand/associatedMusicalArtist", "object": "Charlie_McDonnell" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alex Day performs electronic music, plays with the band Chameleon Circuit and is associated with the musical artist, Charlie McDonnell.", "Electronic musician Alex Day is part of Chameleon Circuit and associated with artist, Charlie McDonnell.", "Alex Day, whose musical genre is Electronic music, plays with the band Chameleon Circuit and is associated with the musical artist Charlie McDonnell." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alex_Day", "rdf:type", "ontology:artist" ], [ "resource:Alex_Day", "property:associated_band_associated_musical_artist", "resource:Chameleon_Circuit__band_" ], [ "resource:Alex_Day", "property:associated_band_associated_musical_artist", "resource:Charlie_McDonnell" ], [ "resource:Alex_Day", "property:genre", "resource:Electronic_music" ] ]
Alex_Day
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Alex_Day", "readable": "Alex Day", "graph": "resource:Alex_Day" }, { "modified": "Chameleon_Circuit_(band)", "readable": "Chameleon Circuit", "graph": "resource:Chameleon_Circuit__band_" }, { "modified": "Charlie_McDonnell", "readable": "Charlie McDonnell", "graph": "resource:Charlie_McDonnell" }, { "modified": "Electronic_music", "readable": "Electronic music", "graph": "resource:Electronic_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?k ) WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?g }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?k ) WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?g }", "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:Alex_Day property:associated_band_associated_musical_artist ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?q }", "graph_answer": [ "resource:Chameleon_Circuit__band_", "resource:Charlie_McDonnell" ], "readable_answer": [ "Chameleon Circuit", "Charlie McDonnell" ], "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 ?o WHERE { resource:Alex_Day property:profession ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Alex_Day property:profession ?o }", "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" ] } ]
MeanOfTransportation
3
7558
Id158
[ { "subject": "Ariane_5", "property": "sites", "object": "Guiana_Space_Centre" }, { "subject": "Ariane_5", "property": "manufacturer", "object": "\"ESA and Arianespace\"@en" }, { "subject": "Ariane_5", "property": "finalFlight", "object": "\"2003-09-27\"^^xsd:date" } ]
[ { "subject": "Ariane_5", "property": "launchSite", "object": "Guiana_Space_Centre" }, { "subject": "Ariane_5", "property": "manufacturer", "object": "\"ESA and Arianespace\"" }, { "subject": "Ariane_5", "property": "finalFlight", "object": "2003-09-27" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Ariane 5, built by ESA and Arianespace, had its final flight on 9/27/2003 and was launched from the Guiana Space Centre.", "The Arian 5 was built at the ESA and at Arianespace. It was launched from the Guiana Space Centre and last flw on 27th September 2003." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Ariane_5", "property:launch_site", "resource:Guiana_Space_Centre" ], [ "resource:Ariane_5", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Ariane_5", "property:manufacturer", "resource:ESA_and_Arianespace" ], [ "resource:Ariane_5", "property:final_flight", "resource:2003_09_27" ] ]
Ariane_5
[ { "modified": "finalFlight", "readable": "final flight", "graph": "property:final_flight" }, { "modified": "launchSite", "readable": "launch site", "graph": "property:launch_site" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "2003-09-27", "readable": "2003-09-27", "graph": "resource:2003_09_27" }, { "modified": "Ariane_5", "readable": "Ariane 5", "graph": "resource:Ariane_5" }, { "modified": "ESA and Arianespace", "readable": "ESA and Arianespace", "graph": "resource:ESA_and_Arianespace" }, { "modified": "Guiana_Space_Centre", "readable": "Guiana Space Centre", "graph": "resource:Guiana_Space_Centre" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?u rdf:type ontology:mean_of_transportation . ?u property:manufacturer ?p . FILTER ( CONTAINS ( YEAR ( ?c ) , '2003' ) ) . ?u property:final_flight ?c }", "readable_query": "SELECT DISTINCT ?p WHERE { ?u rdf:type ontology:mean_of_transportation . ?u property:manufacturer ?p . FILTER ( CONTAINS ( YEAR ( ?c ) , '2003' ) ) . ?u property:final_flight ?c }", "graph_answer": [ "resource:ESA_and_Arianespace" ], "readable_answer": [ "ESA and Arianespace" ], "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 ?a WHERE { ?a rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( YEAR ( ?e ) , '2003' ) ) . ?a property:final_flight ?e . ?a property:manufacturer resource:ESA_and_Arianespace }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( YEAR ( ?e ) , '2003' ) ) . ?a property:final_flight ?e . ?a property:manufacturer resource:ESA_and_Arianespace }", "graph_answer": [ "resource:Ariane_5" ], "readable_answer": [ "Ariane 5" ], "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 ?t ?n WHERE { resource:Ariane_5 property:launch_site ?t . resource:Ariane_5 property:final_flight ?n }", "readable_query": "SELECT DISTINCT ?t ?n WHERE { resource:Ariane_5 property:launch_site ?t . resource:Ariane_5 property:final_flight ?n }", "graph_answer": [ "resource:Guiana_Space_Centre", "resource:2003_09_27" ], "readable_answer": [ "Guiana Space Centre", "2003-09-27" ], "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" ] } ]
SportsTeam
2
5261
Id5
[ { "subject": "1._FC_Köln", "property": "season", "object": "2014" }, { "subject": "1._FC_Köln", "property": "capacity", "object": "\"50000\"^^xsd:nonNegativeInteger" } ]
[ { "subject": "1._FC_Köln", "property": "season", "object": "2014" }, { "subject": "1._FC_Köln", "property": "numberOfMembers", "object": "50000" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "1. FC Köln has 50000 members and played in the 2014 season.", "2014 saw 1. FC Koln participating, and they have 50000 members.", "2014 saw 1. FC Koln, with 50000 members, participating." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1__FC_K_ln", "property:season", "resource:2014" ], [ "resource:1__FC_K_ln", "property:number_of_members", "50000" ], [ "resource:1__FC_K_ln", "rdf:type", "ontology:sports_team" ] ]
1._FC_Köln
[ { "modified": "50000", "readable": "50000", "graph": "50000" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "1._FC_Köln", "readable": "1. FC Köln", "graph": "resource:1__FC_K_ln" }, { "modified": "2014", "readable": "2014", "graph": "resource:2014" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?j != '80000' ) . ?e property:number_of_members ?j . ?e rdf:type ontology:sports_team . ?e property:season ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?j != '80000' ) . ?e property:number_of_members ?j . ?e rdf:type ontology:sports_team . ?e property:season ?n }", "graph_answer": [ "resource:2014" ], "readable_answer": [ "2014" ], "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": "ASK WHERE { ?i rdf:type ontology:sports_team . ?i property:number_of_members '17023' . ?i property:season resource:2014 }", "readable_query": "ASK WHERE { ?i rdf:type ontology:sports_team . ?i property:number_of_members '17023' . ?i property:season resource:2014 }", "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:season resource:2014 . ?m property:number_of_members '50000' . ?m rdf:type ontology:sports_team }", "readable_query": "ASK WHERE { ?m property:season resource:2014 . ?m property:number_of_members '50000' . ?m rdf:type ontology:sports_team }", "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 ?h WHERE { ?h rdf:type ontology:sports_team . ?h property:number_of_members '50000' . ?h property:season resource:2014 }", "readable_query": "SELECT ?h WHERE { ?h rdf:type ontology:sports_team . ?h property:number_of_members '50000' . ?h property:season resource:2014 }", "graph_answer": [ "resource:1__FC_K_ln" ], "readable_answer": [ "1. FC Köln" ], "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 ?c WHERE { resource:1__FC_K_ln property:number_of_members ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:1._FC_Köln property:number_of_members ?c }", "graph_answer": [ "50000" ], "readable_answer": [ "50000" ], "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" ] } ]
MeanOfTransportation
4
10185
Id159
[ { "subject": "Aston_Martin_V8", "property": "engine", "object": "Aston_Martin_V8__1" }, { "subject": "Aston_Martin_V8", "property": "related", "object": "Aston_Martin_RHAM/1" }, { "subject": "Aston_Martin_V8", "property": "successor", "object": "Aston_Martin_Virage" }, { "subject": "Aston_Martin_Virage", "property": "manufacturer", "object": "Aston_Martin" } ]
[ { "subject": "Aston_Martin_V8", "property": "engine", "object": "5.3 (litres)" }, { "subject": "Aston_Martin_V8", "property": "relatedMeanOfTransportation", "object": "Aston_Martin_RHAM/1" }, { "subject": "Aston_Martin_V8", "property": "successor", "object": "Aston_Martin_Virage" }, { "subject": "Aston_Martin_Virage", "property": "manufacturer", "object": "Aston_Martin" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Aston Martin Virage, made by the company Aston Martin, succeeded the Aston Martin V8 which has a 5.3 litre engine and is related to Aston Martin RHAM/1.", "The Aston Martin Virage, was made by the company Aston Martin, and was succeeded the Aston Martin V8 which has a 5.3 litre engine. The Aston Martin V8 is a related means of transport to the Aston Martin RHAM/1.", "The Aston Martin V8 has a 5.3 litre engine and preceded the Aston Martin Virage made by the company Aston Martin. It is a related means of transportation to the Aston Martin RHAM/1." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aston_Martin_V8", "property:engine", "5.3 (litres)" ], [ "resource:Aston_Martin_V8", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Aston_Martin_V8", "property:related_mean_of_transportation", "resource:Aston_Martin_RHAM_1" ], [ "resource:Aston_Martin_V8", "property:successor", "resource:Aston_Martin_Virage" ], [ "resource:Aston_Martin_Virage", "property:manufacturer", "resource:Aston_Martin" ] ]
Aston_Martin_V8
[ { "modified": "5.3 (litres)", "readable": "5.3", "graph": "5.3 (litres)" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "relatedMeanOfTransportation", "readable": "related mean of transportation", "graph": "property:related_mean_of_transportation" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Aston_Martin", "readable": "Aston Martin", "graph": "resource:Aston_Martin" }, { "modified": "Aston_Martin_RHAM/1", "readable": "Aston Martin RHAM/1", "graph": "resource:Aston_Martin_RHAM_1" }, { "modified": "Aston_Martin_V8", "readable": "Aston Martin V8", "graph": "resource:Aston_Martin_V8" }, { "modified": "Aston_Martin_Virage", "readable": "Aston Martin Virage", "graph": "resource:Aston_Martin_Virage" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?l ) WHERE { ?w property:assembly resource:Buckinghamshire . ?w property:engine ?t . ?w rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?l ) WHERE { ?w property:assembly resource:Buckinghamshire . ?w property:engine ?t . ?w rdf:type ontology:mean_of_transportation }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?d property:successor ?h . ?d property:related_mean_of_transportation resource:Aston_Martin_RHAM_1 . ?d rdf:type ontology:mean_of_transportation . ?h property:manufacturer resource:Aston_Martin }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d property:successor ?h . ?d property:related_mean_of_transportation resource:Aston_Martin_RHAM/1 . ?d rdf:type ontology:mean_of_transportation . ?h property:manufacturer resource:Aston_Martin }", "graph_answer": [ "resource:Aston_Martin_V8" ], "readable_answer": [ "Aston Martin V8" ], "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 ?d WHERE { resource:Aston_Martin_V8 property:successor ?d . resource:Aston_Martin_V8 property:related_mean_of_transportation resource:Aston_Martin_RHAM_1 . resource:Aston_Martin_V8 rdf:type ontology:mean_of_transportation . ?d property:manufacturer resource:Aston_Martin }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Aston_Martin_V8 property:successor ?d . resource:Aston_Martin_V8 property:related_mean_of_transportation resource:Aston_Martin_RHAM/1 . resource:Aston_Martin_V8 rdf:type ontology:mean_of_transportation . ?d property:manufacturer resource:Aston_Martin }", "graph_answer": [ "resource:Aston_Martin_Virage" ], "readable_answer": [ "Aston Martin Virage" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Aston_Martin_V8 property:stylistic_origin ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Aston_Martin_V8 property:stylistic_origin ?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" ] } ]
City
4
9619
Id218
[ { "subject": "Williamson_County,_Texas", "property": "largestCity", "object": "Round_Rock,_Texas" }, { "subject": "Austin,_Texas", "property": "isPartOf", "object": "Williamson_County,_Texas" }, { "subject": "Williamson_County,_Texas", "property": "countySeat", "object": "Georgetown,_Texas" }, { "subject": "Austin,_Texas", "property": "subdivisionName", "object": "Travis_County,_Texas" } ]
[ { "subject": "Williamson_County,_Texas", "property": "largestCity", "object": "Round_Rock,_Texas" }, { "subject": "Austin,_Texas", "property": "isPartOf", "object": "Williamson_County,_Texas" }, { "subject": "Williamson_County,_Texas", "property": "countySeat", "object": "Georgetown,_Texas" }, { "subject": "Austin,_Texas", "property": "isPartOf", "object": "Travis_County,_Texas" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Austin is part of Williamson County, Texas and is located in Travis County. Georgetown is the county seat of Williamson County, Texas, where Round Rock is the largest city.", "Round Rock, Williamson County, Austin, Georgetown, Travis County are all in Texas.", "Round Rock is the largest city, and Georgetown is the county seat of Williamson County . Austin, Texas is part of this county as well as being located in Travis County." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Austin__Texas", "rdf:type", "ontology:city" ], [ "resource:Austin__Texas", "property:is_part_of", "resource:Travis_County__Texas" ], [ "resource:Austin__Texas", "property:is_part_of", "resource:Williamson_County__Texas" ], [ "resource:Williamson_County__Texas", "property:largest_city", "resource:Round_Rock__Texas" ], [ "resource:Williamson_County__Texas", "property:county_seat", "resource:Georgetown__Texas" ] ]
Austin,_Texas
[ { "modified": "countySeat", "readable": "county seat", "graph": "property:county_seat" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "Austin,_Texas", "readable": "Austin, Texas", "graph": "resource:Austin__Texas" }, { "modified": "Georgetown,_Texas", "readable": "Georgetown, Texas", "graph": "resource:Georgetown__Texas" }, { "modified": "Round_Rock,_Texas", "readable": "Round Rock, Texas", "graph": "resource:Round_Rock__Texas" }, { "modified": "Travis_County,_Texas", "readable": "Travis County, Texas", "graph": "resource:Travis_County__Texas" }, { "modified": "Williamson_County,_Texas", "readable": "Williamson County, Texas", "graph": "resource:Williamson_County__Texas" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?m rdf:type ontology:city . ?m property:is_part_of ?u . ?u property:county_seat resource:Anderson__Indiana }", "readable_query": "ASK WHERE { ?m rdf:type ontology:city . ?m property:is_part_of ?u . ?u property:county_seat resource:Anderson,_Indiana }", "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
4
9339
Id56
[ { "subject": "1036_Ganymed", "property": "discoverer", "object": "Walter_Baade" }, { "subject": "Walter_Baade", "property": "doctoralStudents", "object": "Halton_Arp" }, { "subject": "Walter_Baade", "property": "almaMater", "object": "University_of_Göttingen" }, { "subject": "Walter_Baade", "property": "doctoralStudent", "object": "Allan_Sandage" } ]
[ { "subject": "1036_Ganymed", "property": "discoverer", "object": "Walter_Baade" }, { "subject": "Walter_Baade", "property": "doctoralStudent", "object": "Halton_Arp" }, { "subject": "Walter_Baade", "property": "doctoralStudent", "object": "Allan_Sandage" }, { "subject": "Walter_Baade", "property": "almaMater", "object": "University_of_Göttingen" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Walter Baade, who graduated from the University of Gottingen, discovered 1036 Ganymed. He had two doctoral students called Allan Sandage and Halton Arp.", "Walter Baade discovered 1036 Ganymed and graduated from the University of Gottingen. Halton Arp and Allan Sandage were his doctoral students.", "The discoverer of 1036 Ganymed, Walter Baade's alma mater was the University of Gottingen. Two of Walter Baade's doctoral students were Halton Arp and Allan Sandage." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1036_Ganymed", "rdf:type", "ontology:celestial_body" ], [ "resource:1036_Ganymed", "property:discoverer", "resource:Walter_Baade" ], [ "resource:Walter_Baade", "property:doctoral_student", "resource:Halton_Arp" ], [ "resource:Walter_Baade", "property:doctoral_student", "resource:Allan_Sandage" ], [ "resource:Walter_Baade", "property:alma_mater", "resource:University_of_G_ttingen" ] ]
1036_Ganymed
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "doctoralStudent", "readable": "doctoral student", "graph": "property:doctoral_student" }, { "modified": "1036_Ganymed", "readable": "1036 Ganymed", "graph": "resource:1036_Ganymed" }, { "modified": "Allan_Sandage", "readable": "Allan Sandage", "graph": "resource:Allan_Sandage" }, { "modified": "Halton_Arp", "readable": "Halton Arp", "graph": "resource:Halton_Arp" }, { "modified": "University_of_Göttingen", "readable": "University of Göttingen", "graph": "resource:University_of_G_ttingen" }, { "modified": "Walter_Baade", "readable": "Walter Baade", "graph": "resource:Walter_Baade" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?w ) WHERE { resource:Walter_Baade property:doctoral_student ?v }", "readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?w ) WHERE { resource:Walter_Baade property:doctoral_student ?v }", "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 ?k WHERE { resource:Walter_Baade property:doctoral_student ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Walter_Baade property:doctoral_student ?k }", "graph_answer": [ "resource:Halton_Arp", "resource:Allan_Sandage" ], "readable_answer": [ "Halton Arp", "Allan Sandage" ], "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 ?b WHERE { resource:Walter_Baade property:alma_mater ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Walter_Baade property:alma_mater ?b }", "graph_answer": [ "resource:University_of_G_ttingen" ], "readable_answer": [ "University of Göttingen" ], "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 { ?o rdf:type ontology:celestial_body . ?o property:discoverer resource:Walter_Baade }", "readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:celestial_body . ?o property:discoverer resource:Walter_Baade }", "graph_answer": [ "resource:1036_Ganymed" ], "readable_answer": [ "1036 Ganymed" ], "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" ] } ]
SportsTeam
4
10622
Id63
[ { "subject": "A.F.C._Fylde", "property": "manager", "object": "Dave_Challinor" }, { "subject": "Dave_Challinor", "property": "clubs", "object": "Bury_F.C." }, { "subject": "Dave_Challinor", "property": "team", "object": "Tranmere_Rovers_F.C." }, { "subject": "Dave_Challinor", "property": "managerClub", "object": "Colwyn_Bay_F.C." } ]
[ { "subject": "A.F.C._Fylde", "property": "manager", "object": "Dave_Challinor" }, { "subject": "Dave_Challinor", "property": "club", "object": "Bury_F.C." }, { "subject": "Dave_Challinor", "property": "club", "object": "Tranmere_Rovers_F.C." }, { "subject": "Dave_Challinor", "property": "club", "object": "Colwyn_Bay_F.C." } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Affiliated with Tranmere Rovers F.C., Dave Challinor, played for Bury F.C. He is also both a player of Colwyn Bay F.C. club and the manager of AFC Fylde.", "Dave Challinor used to play for Bury FC. He is now at Colwyn Bay FC and is affiliated with Tranmere Rovers FC as well as managing AFC Fylde.", "Dave Challinor is the manager of AFC Fylde. He played football for Bury FC., and now plays for Tranmere Rovers F.C. and Colwyn Bay FC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_F_C__Fylde", "rdf:type", "ontology:sports_team" ], [ "resource:A_F_C__Fylde", "property:manager", "resource:Dave_Challinor" ], [ "resource:Dave_Challinor", "property:club", "resource:Colwyn_Bay_F_C_" ], [ "resource:Dave_Challinor", "property:club", "resource:Bury_F_C_" ], [ "resource:Dave_Challinor", "property:club", "resource:Tranmere_Rovers_F_C_" ] ]
A.F.C._Fylde
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.F.C._Fylde", "readable": "A.F.C. Fylde", "graph": "resource:A_F_C__Fylde" }, { "modified": "Bury_F.C.", "readable": "Bury F.C.", "graph": "resource:Bury_F_C_" }, { "modified": "Colwyn_Bay_F.C.", "readable": "Colwyn Bay F.C.", "graph": "resource:Colwyn_Bay_F_C_" }, { "modified": "Dave_Challinor", "readable": "Dave Challinor", "graph": "resource:Dave_Challinor" }, { "modified": "Tranmere_Rovers_F.C.", "readable": "Tranmere Rovers F.C.", "graph": "resource:Tranmere_Rovers_F_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'b' ) ) . resource:Dave_Challinor property:club ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'b' ) ) . resource:Dave_Challinor property:club ?j }", "graph_answer": [ "resource:Bury_F_C_" ], "readable_answer": [ "Bury F.C." ], "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 ?j WHERE { resource:Dave_Challinor property:club resource:Bury_F_C_ }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Dave_Challinor property:club resource:Bury_F.C. }", "graph_answer": [ "resource:Colwyn_Bay_F_C_" ], "readable_answer": [ "Colwyn Bay F.C." ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "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 ( ?w ) AS ?w ) WHERE { resource:Dave_Challinor property:club ?w }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?w ) WHERE { resource:Dave_Challinor property:club ?w }", "graph_answer": [ "3" ], "readable_answer": [ "3" ], "type": [ "coreference", "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 ?d WHERE { FILTER ( ?d != resource:Bury_F_C_ ) . FILTER ( ?d != resource:Colwyn_Bay_F_C_ ) . resource:Dave_Challinor property:club ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?d != resource:Bury_F.C. ) . FILTER ( ?d != resource:Colwyn_Bay_F.C. ) . resource:Dave_Challinor property:club ?d }", "graph_answer": [ "resource:Tranmere_Rovers_F_C_" ], "readable_answer": [ "Tranmere Rovers F.C." ], "type": [ "ellipsis", "coreference", "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": "ASK WHERE { resource:A_F_C__Fylde rdf:type ontology:sports_team . resource:A_F_C__Fylde property:manager resource:Dave_Challinor }", "readable_query": "ASK WHERE { resource:A.F.C._Fylde rdf:type ontology:sports_team . resource:A.F.C._Fylde property:manager resource:Dave_Challinor }", "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
4
10842
Id61
[ { "subject": "A_Loyal_Character_Dancer", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "A_Loyal_Character_Dancer", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Loyal Character Dancer is written in English, a language spoken in Great Britain. It is published in the United States where African Americans are an ethnic group.", "A Loyal Character Dancer is written in English, a language that is spoken in Great Britain. It was published in the United States, where African Americans are an ethnic group.", "African Americans comprise one of the ethnic groups of the United States where A Loyal Character Dancer was published and written in English, a language which is also spoken in Great Britain." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ], [ "resource:A_Loyal_Character_Dancer", "rdf:type", "ontology:written_work" ], [ "resource:A_Loyal_Character_Dancer", "property:language", "resource:English_language" ], [ "resource:A_Loyal_Character_Dancer", "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": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Loyal_Character_Dancer", "readable": "A Loyal Character Dancer", "graph": "resource:A_Loyal_Character_Dancer" }, { "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": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:written_work . ?h property:ethnic_group resource:African_Americans . ?x property:language resource:English_language . ?x property:country ?h }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:written_work . ?h property:ethnic_group resource:African_Americans . ?x property:language resource:English_language . ?x property:country ?h }", "graph_answer": [ "resource:A_Loyal_Character_Dancer" ], "readable_answer": [ "A Loyal Character Dancer" ], "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 ?c WHERE { resource:A_Loyal_Character_Dancer property:language resource:English_language . resource:A_Loyal_Character_Dancer rdf:type ontology:written_work . resource:A_Loyal_Character_Dancer property:country ?c . ?c property:ethnic_group resource:African_Americans }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:A_Loyal_Character_Dancer property:language resource:English_language . resource:A_Loyal_Character_Dancer rdf:type ontology:written_work . resource:A_Loyal_Character_Dancer property:country ?c . ?c property:ethnic_group resource:African_Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "readable_query": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "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" ] } ]
WrittenWork
2
5642
Id177
[ { "subject": "John_Cowper_Powys", "property": "notableWork", "object": "Owen_Glendower_(novel)" }, { "subject": "A_Glastonbury_Romance", "property": "author", "object": "John_Cowper_Powys" } ]
[ { "subject": "John_Cowper_Powys", "property": "notableWork", "object": "Owen_Glendower_(novel)" }, { "subject": "A_Glastonbury_Romance", "property": "author", "object": "John_Cowper_Powys" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The novel Owen Glendower is a notable work by John Cowper Powys, who also wrote A Glastonbury Romance.", "Owen Glendower and A Glastonbury Romance are both novels written by John Cowper Powys.", "John Cowper Powys wrote the novel Owen Glendower and A Glastonbury Romance." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:John_Cowper_Powys", "property:notable_work", "resource:Owen_Glendower__novel_" ], [ "resource:A_Glastonbury_Romance", "property:author", "resource:John_Cowper_Powys" ], [ "resource:A_Glastonbury_Romance", "rdf:type", "ontology:written_work" ] ]
A_Glastonbury_Romance
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "notableWork", "readable": "notable work", "graph": "property:notable_work" }, { "modified": "A_Glastonbury_Romance", "readable": "A Glastonbury Romance", "graph": "resource:A_Glastonbury_Romance" }, { "modified": "John_Cowper_Powys", "readable": "John Cowper Powys", "graph": "resource:John_Cowper_Powys" }, { "modified": "Owen_Glendower_(novel)", "readable": "Owen Glendower", "graph": "resource:Owen_Glendower__novel_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z ?j WHERE { ?z rdf:type ontology:written_work . ?j property:notable_work resource:Owen_Glendower__novel_ . ?z property:author ?j }", "readable_query": "SELECT DISTINCT ?z ?j WHERE { ?z rdf:type ontology:written_work . ?j property:notable_work resource:Owen_Glendower_(novel) . ?z property:author ?j }", "graph_answer": [ "resource:A_Glastonbury_Romance", "resource:John_Cowper_Powys" ], "readable_answer": [ "A Glastonbury Romance", "John Cowper Powys" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
CelestialBody
2
4106
Id87
[ { "subject": "1097_Vicia", "property": "temperature", "object": "\"171.0\"^^xsd:double" }, { "subject": "1097_Vicia", "property": "Planet/apoapsis", "object": "\"5.11592E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "1097_Vicia", "property": "apoapsis", "object": "511592000.0 (kilometres)" }, { "subject": "1097_Vicia", "property": "temperature", "object": "171.0 (kelvins)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The celestial body known as 1097 Vicia has a temperature of 171 kelvins and an apoapsis of 511592000 kilometres.", "The temperature of 1097 Vicia is 171.0 (kelvins) and its apoapsis is 511592000.0 km.", "The temperature of 1097 Vicia is 171.0 (kelvins) and it has an apoapsis of 511592000.0 kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1097_Vicia", "rdf:type", "ontology:celestial_body" ], [ "resource:1097_Vicia", "property:temperature", "171.0 (kelvins)" ], [ "resource:1097_Vicia", "property:apoapsis", "511592000.0 (kilometres)" ] ]
1097_Vicia
[ { "modified": "171.0 (kelvins)", "readable": "171.0", "graph": "171.0 (kelvins)" }, { "modified": "511592000.0 (kilometres)", "readable": "511592000.0", "graph": "511592000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "temperature", "readable": "temperature", "graph": "property:temperature" }, { "modified": "1097_Vicia", "readable": "1097 Vicia", "graph": "resource:1097_Vicia" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?u rdf:type ontology:celestial_body . ?u property:apoapsis ?z . ?u property:temperature '170.0 (kelvins)' }", "readable_query": "ASK WHERE { ?u rdf:type ontology:celestial_body . ?u property:apoapsis ?z . ?u property:temperature '170.0 (kelvins)' }", "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
8455
Id53
[ { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Agra_Airport", "property": "operator", "object": "Indian_Air_Force" }, { "subject": "Agra_Airport", "property": "iataLocationIdentifier", "object": "\"AGR\"" }, { "subject": "Agra_Airport", "property": "icaoLocationIdentifier", "object": "\"VIAG\"" } ]
[ { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Agra_Airport", "property": "operatingOrganisation", "object": "Indian_Air_Force" }, { "subject": "Agra_Airport", "property": "iataLocationIdentifier", "object": "\"AGR\"" }, { "subject": "Agra_Airport", "property": "icaoLocationIdentifier", "object": "\"VIAG\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agra Airport is in Uttar Pradesh and is operated by the Indian Air Force. It has two type of identifiers, its ATA Location identifier is AGR and its ICAO location identifier is VIAG.", "Agra airport is operated by the Indian Air Force and is located in Uttar Pradesh. Its ATA location identifier is AGR, but the location identifier for the airport is VIAG.", "Agra airport is operated by the Indian air force and is located in Uttar Pradesh. The IATA ID for the airport is AGR and the location identifier is VIAG." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Agra_Airport", "rdf:type", "ontology:airport" ], [ "resource:Agra_Airport", "property:location", "resource:Uttar_Pradesh" ], [ "resource:Agra_Airport", "property:iata_location_identifier", "resource:AGR" ], [ "resource:Agra_Airport", "property:icao_location_identifier", "resource:VIAG" ], [ "resource:Agra_Airport", "property:operating_organisation", "resource:Indian_Air_Force" ] ]
Agra_Airport
[ { "modified": "iataLocationIdentifier", "readable": "iata location identifier", "graph": "property:iata_location_identifier" }, { "modified": "icaoLocationIdentifier", "readable": "icao location identifier", "graph": "property:icao_location_identifier" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "AGR", "readable": "AGR", "graph": "resource:AGR" }, { "modified": "Agra_Airport", "readable": "Agra Airport", "graph": "resource:Agra_Airport" }, { "modified": "Indian_Air_Force", "readable": "Indian Air Force", "graph": "resource:Indian_Air_Force" }, { "modified": "Uttar_Pradesh", "readable": "Uttar Pradesh", "graph": "resource:Uttar_Pradesh" }, { "modified": "VIAG", "readable": "VIAG", "graph": "resource:VIAG" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?r ) , 'agra' ) ) . ?r property:operating_organisation resource:Indian_Air_Force }", "readable_query": "SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?r ) , 'agra' ) ) . ?r property:operating_organisation resource:Indian_Air_Force }", "graph_answer": [ "resource:Agra_Airport" ], "readable_answer": [ "Agra 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": "SELECT DISTINCT ?a ?p WHERE { resource:Agra_Airport property:iata_location_identifier ?a . resource:Agra_Airport property:icao_location_identifier ?p }", "readable_query": "SELECT DISTINCT ?a ?p WHERE { resource:Agra_Airport property:iata_location_identifier ?a . resource:Agra_Airport property:icao_location_identifier ?p }", "graph_answer": [ "resource:AGR", "resource:VIAG" ], "readable_answer": [ "AGR", "VIAG" ], "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 ?v WHERE { resource:Agra_Airport property:transport_aircraft ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Agra_Airport property:transport_aircraft ?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" ] } ]
WrittenWork
4
10935
Id154
[ { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "A_Severed_Wasp", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Severed_Wasp", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "A_Severed_Wasp", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Severed_Wasp", "property": "country", "object": "United_States" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Severed Wasp is from the United States, where the leader is Barack Obama. A Severed Wasp is written in English which is the language spoken in Great Britain.", "A Severed Wasp is from the United States, which president is Barack Obama, and it is in English language, which is spoken as well in Great Britain.", "The president of the United States is Barack Obama and is the origin of A Severed Wasp. A Severed Wasp is written in English (also spoken in Great Britain)." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:Barack_Obama" ], [ "resource:A_Severed_Wasp", "rdf:type", "ontology:written_work" ], [ "resource:A_Severed_Wasp", "property:language", "resource:English_language" ], [ "resource:A_Severed_Wasp", "property:country", "resource:United_States" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ] ]
A_Severed_Wasp
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Severed_Wasp", "readable": "A Severed Wasp", "graph": "resource:A_Severed_Wasp" }, { "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 ?l WHERE { ?p rdf:type ontology:written_work . ?p property:country ?l . ?l property:leader resource:Barack_Obama . ?p property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?l WHERE { ?p rdf:type ontology:written_work . ?p property:country ?l . ?l property:leader resource:Barack_Obama . ?p 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 ?r WHERE { ?r rdf:type ontology:written_work . resource:United_States property:leader resource:Barack_Obama . ?r property:language resource:English_language . ?r property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:written_work . resource:United_States property:leader resource:Barack_Obama . ?r property:language resource:English_language . ?r property:country resource:United_States }", "graph_answer": [ "resource:A_Severed_Wasp" ], "readable_answer": [ "A Severed Wasp" ], "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": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "readable_query": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "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" ] } ]
City
2
4211
Id61
[ { "subject": "Anaheim,_California", "property": "isPartOf", "object": "Orange_County,_California" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "California_State_Senate" } ]
[ { "subject": "Anaheim,_California", "property": "isPartOf", "object": "Orange_County,_California" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "California_State_Senate" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The California State Senate leads Anaheim, which is in Orange County, California.", "The California State Senate leads Anaheim, which is part of Orange County in California." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Anaheim__California", "property:leader_title", "resource:California_State_Senate" ], [ "resource:Anaheim__California", "rdf:type", "ontology:city" ], [ "resource:Anaheim__California", "property:is_part_of", "resource:Orange_County__California" ] ]
Anaheim,_California
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Anaheim,_California", "readable": "Anaheim, California", "graph": "resource:Anaheim__California" }, { "modified": "California_State_Senate", "readable": "California State Senate", "graph": "resource:California_State_Senate" }, { "modified": "Orange_County,_California", "readable": "Orange County, California", "graph": "resource:Orange_County__California" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:city . FILTER ( CONTAINS ( LCASE ( ?d ) , 'california' ) ) . ?d property:is_part_of resource:Orange_County__California }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:city . FILTER ( CONTAINS ( LCASE ( ?d ) , 'california' ) ) . ?d property:is_part_of resource:Orange_County,_California }", "graph_answer": [ "resource:Anaheim__California" ], "readable_answer": [ "Anaheim, California" ], "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 ?a WHERE { resource:Anaheim__California property:music_fusion_genre ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Anaheim,_California property:music_fusion_genre ?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" ] } ]
MeanOfTransportation
4
10265
Id239
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Atlas II originates from the United States which is led by the President. The country's inhabitants are called Americans and include the ethnic group of Asian Americans.", "The Atlas II originated from the U.S, where Americans live and Asian Americans are one of the ethnic groups. The title of the leader of United States is The President of the United States.", "Atlas II originates from the United States, where Americans live and Asian Americans are one of the ethnic groups. The leader of the United States has the title President of the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Atlas_II", "property:country_origin", "resource:United_States" ], [ "resource:Atlas_II", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:demonym", "resource:Americans" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ] ]
Atlas_II
[ { "modified": "countryOrigin", "readable": "country origin", "graph": "property:country_origin" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "Atlas_II", "readable": "Atlas II", "graph": "resource:Atlas_II" }, { "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 ?d ?l WHERE { resource:United_States property:demonym ?l . resource:United_States property:ethnic_group ?d }", "readable_query": "SELECT DISTINCT ?d ?l WHERE { resource:United_States property:demonym ?l . resource:United_States property:ethnic_group ?d }", "graph_answer": [ "resource:Asian_Americans", "resource:Americans" ], "readable_answer": [ "Asian Americans", "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": "ASK WHERE { resource:United_States property:leader_title resource:President_of_the_United_States }", "readable_query": "ASK WHERE { resource:United_States property:leader_title resource:President_of_the_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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?g rdf:type ontology:mean_of_transportation . ?g property:country_origin resource:United_States }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g rdf:type ontology:mean_of_transportation . ?g property:country_origin resource:United_States }", "graph_answer": [ "resource:Atlas_II" ], "readable_answer": [ "Atlas II" ], "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" ] } ]
Astronaut
6
12871
Id41
[ { "subject": "Buzz_Aldrin", "property": "birthPlace", "object": "Glen_Ridge,_New_Jersey" }, { "subject": "Buzz_Aldrin", "property": "nationality", "object": "United_States" }, { "subject": "Buzz_Aldrin", "property": "selection", "object": "1963" }, { "subject": "Buzz_Aldrin", "property": "mission", "object": "Apollo_11" }, { "subject": "Buzz_Aldrin", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "Buzz_Aldrin", "property": "status", "object": "\"Retired\"@en" } ]
[ { "subject": "Buzz_Aldrin", "property": "birthPlace", "object": "Glen_Ridge,_New_Jersey" }, { "subject": "Buzz_Aldrin", "property": "nationality", "object": "United_States" }, { "subject": "Buzz_Aldrin", "property": "selectedByNasa", "object": "1963" }, { "subject": "Buzz_Aldrin", "property": "mission", "object": "Apollo_11" }, { "subject": "Buzz_Aldrin", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "Buzz_Aldrin", "property": "status", "object": "\"Retired\"" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Buzz Aldrin was an American fighter pilot who was born in Glen Ridge, New Jersey. In 1963, he was selected as part of NASA's Apollo 11 crew. He has retired.", "Buzz Aldrin, a US National, is retired but was born in Glen Ridge, New Jersey, was a fighter pilot and selected by NASA in 1963 as a crew member of Apollo 11." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Buzz_Aldrin", "property:selected_by_nasa", "resource:1963" ], [ "resource:Buzz_Aldrin", "property:status", "resource:Retired" ], [ "resource:Buzz_Aldrin", "rdf:type", "ontology:astronaut" ], [ "resource:Buzz_Aldrin", "property:mission", "resource:Apollo_11" ], [ "resource:Buzz_Aldrin", "property:nationality", "resource:United_States" ], [ "resource:Buzz_Aldrin", "property:occupation", "resource:Fighter_pilot" ], [ "resource:Buzz_Aldrin", "property:birth_place", "resource:Glen_Ridge__New_Jersey" ] ]
Buzz_Aldrin
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "selectedByNasa", "readable": "selected by nasa", "graph": "property:selected_by_nasa" }, { "modified": "status", "readable": "status", "graph": "property:status" }, { "modified": "1963", "readable": "1963", "graph": "resource:1963" }, { "modified": "Apollo_11", "readable": "Apollo 11", "graph": "resource:Apollo_11" }, { "modified": "Buzz_Aldrin", "readable": "Buzz Aldrin", "graph": "resource:Buzz_Aldrin" }, { "modified": "Fighter_pilot", "readable": "Fighter pilot", "graph": "resource:Fighter_pilot" }, { "modified": "Glen_Ridge,_New_Jersey", "readable": "Glen Ridge, New Jersey", "graph": "resource:Glen_Ridge__New_Jersey" }, { "modified": "Retired", "readable": "Retired", "graph": "resource:Retired" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?b property:birth_place resource:Nottingham . ?b rdf:type ontology:astronaut . ?b property:selected_by_nasa ?n }", "readable_query": "ASK WHERE { ?b property:birth_place resource:Nottingham . ?b rdf:type ontology:astronaut . ?b property:selected_by_nasa ?n }", "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
3
7436
Id36
[ { "subject": "AIDAstella", "property": "maidenVoyage", "object": "\"2013-03-17\"^^xsd:date" }, { "subject": "AIDAstella", "property": "shipBeam", "object": "\"32.2\"^^xsd:double" }, { "subject": "AIDAstella", "property": "MeanOfTransportation/length", "object": "\"253260.0\"^^<http://dbpedia.org/datatype/millimetre>" } ]
[ { "subject": "AIDAstella", "property": "maidenVoyage", "object": "2013-03-17" }, { "subject": "AIDAstella", "property": "shipBeam", "object": "32.2" }, { "subject": "AIDAstella", "property": "length", "object": "253260.0 (millimetres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The AIDAstella is 253260.0mm long with a 32.2 length ship beam. Its maiden voyage was 3/17/2013.", "AIDAstella is 253260.0 mm long with a 32.2 meter beam. Its maiden voyage was 3/17/2013.", "The AIDAstella is 253.26m long and has a beam of 32.2m. Her maiden voyage was on March 17th 2013." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AIDAstella", "property:length", "253260.0 (millimetres)" ], [ "resource:AIDAstella", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AIDAstella", "property:maiden_voyage", "resource:2013_03_17" ], [ "resource:AIDAstella", "property:ship_beam", "resource:32_2" ] ]
AIDAstella
[ { "modified": "253260.0 (millimetres)", "readable": "253260.0", "graph": "253260.0 (millimetres)" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "maidenVoyage", "readable": "maiden voyage", "graph": "property:maiden_voyage" }, { "modified": "shipBeam", "readable": "ship beam", "graph": "property:ship_beam" }, { "modified": "2013-03-17", "readable": "2013-03-17", "graph": "resource:2013_03_17" }, { "modified": "32.2", "readable": "32.2", "graph": "resource:32_2" }, { "modified": "AIDAstella", "readable": "AIDAstella", "graph": "resource:AIDAstella" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?w rdf:type ontology:mean_of_transportation . ?w property:ship_beam ?f . ?w property:maiden_voyage ?j . FILTER ( ?j = \"2013_03_17\" ) }", "readable_query": "SELECT DISTINCT ?f WHERE { ?w rdf:type ontology:mean_of_transportation . ?w property:ship_beam ?f . ?w property:maiden_voyage ?j . FILTER ( ?j = \"2013-03-17\" ) }", "graph_answer": [ "resource:32_2" ], "readable_answer": [ "32.2" ], "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 ?s WHERE { FILTER ( ?h = \"2013_03_17\" ) . ?s property:ship_beam resource:32_2 . ?s rdf:type ontology:mean_of_transportation . ?s property:maiden_voyage ?h }", "readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( ?h = \"2013-03-17\" ) . ?s property:ship_beam resource:32.2 . ?s rdf:type ontology:mean_of_transportation . ?s property:maiden_voyage ?h }", "graph_answer": [ "resource:AIDAstella" ], "readable_answer": [ "AIDAstella" ], "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 ?r WHERE { resource:AIDAstella property:serving_size ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:AIDAstella property:serving_size ?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" ] } ]
WrittenWork
5
12750
Id18
[ { "subject": "A_Loyal_Character_Dancer", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Loyal_Character_Dancer", "property": "publisher", "object": "Soho_Press" }, { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
[ { "subject": "A_Loyal_Character_Dancer", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Loyal_Character_Dancer", "property": "publisher", "object": "Soho_Press" }, { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "A Loyal Character Dancer, written in English, was published by Soho Press in the United States, where Native Americans are among the ethnic groups. The English language is also spoken in Great Britain." ], "lang": [ "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ], [ "resource:A_Loyal_Character_Dancer", "rdf:type", "ontology:written_work" ], [ "resource:A_Loyal_Character_Dancer", "property:language", "resource:English_language" ], [ "resource:A_Loyal_Character_Dancer", "property:publisher", "resource:Soho_Press" ], [ "resource:A_Loyal_Character_Dancer", "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": "language", "readable": "language", "graph": "property:language" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Loyal_Character_Dancer", "readable": "A Loyal Character Dancer", "graph": "resource:A_Loyal_Character_Dancer" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "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 ?n WHERE { ?n property:publisher resource:Soho_Press . ?n property:country ?g . ?n rdf:type ontology:written_work . ?g property:ethnic_group resource:Native_Americans_in_the_United_States }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:publisher resource:Soho_Press . ?n property:country ?g . ?n rdf:type ontology:written_work . ?g property:ethnic_group resource:Native_Americans_in_the_United_States }", "graph_answer": [ "resource:A_Loyal_Character_Dancer" ], "readable_answer": [ "A Loyal Character Dancer" ], "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": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "readable_query": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "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" ] } ]
Artist
5
11277
Id128
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Jazz", "property": "derivative", "object": "Funk" }, { "subject": "Alison_O'Donnell", "property": "label", "object": "Deram_Records" }, { "subject": "Deram_Records", "property": "location", "object": "London" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Static_Caravan_Recordings" } ]
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Jazz", "property": "derivative", "object": "Funk" }, { "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 (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alison O'Donnell performs jazz music under the record label Static Caravan Recordings and Deram Records which is located in London. Funk is a derivative of Jazz.", "Alison O'Donnell plays jazz and has been signed to Static Caravan Recordings and Deram Records in London. Funk is a derivative of jazz.", "Jazz musician Alison O'Donnell is signed with London's Deram Records and Static Caravan Recordings. Funk has its roots in jazz." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Deram_Records", "property:location", "resource:London" ], [ "resource:Alison_O_Donnell", "rdf:type", "ontology:artist" ], [ "resource:Alison_O_Donnell", "property:genre", "resource:Jazz" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Deram_Records" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Static_Caravan_Recordings" ], [ "resource:Jazz", "property:derivative", "resource:Funk" ] ]
Alison_O'Donnell
[ { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "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": "Funk", "readable": "Funk", "graph": "resource:Funk" }, { "modified": "Jazz", "readable": "Jazz", "graph": "resource:Jazz" }, { "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 ?x WHERE { FILTER ( ?x != resource:Static_Caravan_Recordings ) . resource:Alison_O_Donnell property:record_label ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?x != resource:Static_Caravan_Recordings ) . resource:Alison_O'Donnell property:record_label ?x }", "graph_answer": [ "resource:Deram_Records" ], "readable_answer": [ "Deram Records" ], "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 ?r WHERE { { resource:Alison_O_Donnell property:record_label ?r } MINUS { ?r property:location resource:London } }", "readable_query": "SELECT DISTINCT ?r WHERE { { resource:Alison_O'Donnell property:record_label ?r } MINUS { ?r property:location resource:London } }", "graph_answer": [ "resource:Static_Caravan_Recordings" ], "readable_answer": [ "Static Caravan Recordings" ], "type": [ "coreference", "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 ?c WHERE { ?c property:derivative resource:Funk . FILTER ( STRSTARTS ( LCASE ( ?c ) , 'j' ) ) }", "readable_query": "SELECT DISTINCT ?c WHERE { ?c property:derivative resource:Funk . FILTER ( STRSTARTS ( LCASE ( ?c ) , 'j' ) ) }", "graph_answer": [ "resource:Jazz" ], "readable_answer": [ "Jazz" ], "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" ] } ]
Airport
5
11056
Id105
[ { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Wilson_Township,_Alpena_County,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayLength", "object": "\"1532.53\"^^xsd:double" }, { "subject": "Alpena_County_Regional_Airport", "property": "city", "object": "Alpena,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "elevation", "object": "\"210.0\"^^xsd:double" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayDesignation", "object": "\"7/25\"" } ]
[ { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Wilson_Township,_Alpena_County,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayLength", "object": "1533.0" }, { "subject": "Alpena_County_Regional_Airport", "property": "cityServed", "object": "Alpena,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "elevationAboveTheSeaLevel", "object": "210" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayName", "object": "\"7/25\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The location of Alpena County Regional Airport is Wilson Township, Alpena County, Michigan. The runway has the following details, length 1533m, 210m a.s.l. and is named 7/25.", "Alpena County Regional Airport, which serves Alpena, is located in the Wilson Township, Alpena County, Michigan. The airport has a runway named 7/25, which is 1533 metres long and located 210 metres above sea level.", "Alpena County Regional Airport is located in Wilson Township, Alpena County, Michigan and serves Alpena, Michigan. It is 210 metres above sea level and has a runway length of 1533.0. Its runway name is 7/25." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alpena_County_Regional_Airport", "property:runway_length", "resource:1533_0" ], [ "resource:Alpena_County_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Alpena_County_Regional_Airport", "property:location", "resource:Wilson_Township__Alpena_County__Michigan" ], [ "resource:Alpena_County_Regional_Airport", "property:city_served", "resource:Alpena__Michigan" ], [ "resource:Alpena_County_Regional_Airport", "property:elevation_above_the_sea_level", "210" ], [ "resource:Alpena_County_Regional_Airport", "property:runway_name", "resource:7_25" ] ]
Alpena_County_Regional_Airport
[ { "modified": "210", "readable": "210", "graph": "210" }, { "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": "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": "1533.0", "readable": "1533.0", "graph": "resource:1533_0" }, { "modified": "7/25", "readable": "7/25", "graph": "resource:7_25" }, { "modified": "Alpena_County_Regional_Airport", "readable": "Alpena County Regional Airport", "graph": "resource:Alpena_County_Regional_Airport" }, { "modified": "Alpena,_Michigan", "readable": "Alpena, Michigan", "graph": "resource:Alpena__Michigan" }, { "modified": "Wilson_Township,_Alpena_County,_Michigan", "readable": "Wilson Township, Alpena County, Michigan", "graph": "resource:Wilson_Township__Alpena_County__Michigan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?b property:elevation_above_the_sea_level ?m . ?b property:runway_name ?i . FILTER ( ?m != '100' ) . ?b rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?i WHERE { ?b property:elevation_above_the_sea_level ?m . ?b property:runway_name ?i . FILTER ( ?m != '100' ) . ?b rdf:type ontology:airport }", "graph_answer": [ "resource:7_25" ], "readable_answer": [ "7/25" ], "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 ?d WHERE { FILTER ( ?g != '100' ) . ?d property:runway_name resource:7_25 . ?d rdf:type ontology:airport . ?d property:elevation_above_the_sea_level ?g }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?g != '100' ) . ?d property:runway_name resource:7/25 . ?d rdf:type ontology:airport . ?d property:elevation_above_the_sea_level ?g }", "graph_answer": [ "resource:Alpena_County_Regional_Airport" ], "readable_answer": [ "Alpena County Regional Airport" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c ?u WHERE { resource:Alpena_County_Regional_Airport property:elevation_above_the_sea_level ?c . resource:Alpena_County_Regional_Airport property:location ?u }", "readable_query": "SELECT DISTINCT ?c ?u WHERE { resource:Alpena_County_Regional_Airport property:elevation_above_the_sea_level ?c . resource:Alpena_County_Regional_Airport property:location ?u }", "graph_answer": [ "210", "resource:Wilson_Township__Alpena_County__Michigan" ], "readable_answer": [ "210", "Wilson Township, Alpena County, Michigan" ], "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 ?m ?j WHERE { resource:Alpena_County_Regional_Airport property:city_served ?m . resource:Alpena_County_Regional_Airport property:runway_length ?j }", "readable_query": "SELECT DISTINCT ?m ?j WHERE { resource:Alpena_County_Regional_Airport property:city_served ?m . resource:Alpena_County_Regional_Airport property:runway_length ?j }", "graph_answer": [ "resource:Alpena__Michigan", "resource:1533_0" ], "readable_answer": [ "Alpena, Michigan", "1533.0" ], "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" ] } ]
CelestialBody
2
4082
Id63
[ { "subject": "1036_Ganymed", "property": "rotationPeriod", "object": "\"37116.0\"^^xsd:double" }, { "subject": "1036_Ganymed", "property": "Planet/apoapsis", "object": "\"6.120048890337E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "1036_Ganymed", "property": "rotationPeriod", "object": "37116.0" }, { "subject": "1036_Ganymed", "property": "apoapsis", "object": "611961000.0 (kilometres)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "1036 Ganymed has a rotational period of 37116.0 and an apoapsis measurement of 611961000.0 km.", "1036 Ganymed has a rotational period of 37116.0, and an apoapsis of 611961000.0 kilometres.", "1036 Ganymed which has a rotation period of 37116 also has an apoapsis measurement of 611961000 kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1036_Ganymed", "rdf:type", "ontology:celestial_body" ], [ "resource:1036_Ganymed", "property:apoapsis", "611961000.0 (kilometres)" ], [ "resource:1036_Ganymed", "property:rotation_period", "resource:37116_0" ] ]
1036_Ganymed
[ { "modified": "611961000.0 (kilometres)", "readable": "611961000.0", "graph": "611961000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "rotationPeriod", "readable": "rotation period", "graph": "property:rotation_period" }, { "modified": "1036_Ganymed", "readable": "1036 Ganymed", "graph": "resource:1036_Ganymed" }, { "modified": "37116.0", "readable": "37116.0", "graph": "resource:37116_0" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?r property:rotation_period ?a . ?r rdf:type ontology:celestial_body . ?r property:apoapsis '437170000.0 (kilometres)' }", "readable_query": "ASK WHERE { ?r property:rotation_period ?a . ?r rdf:type ontology:celestial_body . ?r property:apoapsis '437170000.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" ] } ]
Airport
4
8553
Id151
[ { "subject": "Ashgabat_International_Airport", "property": "operator", "object": "Turkmenistan_Airlines" }, { "subject": "Ashgabat_International_Airport", "property": "location", "object": "Ashgabat" }, { "subject": "Ashgabat_International_Airport", "property": "elevation", "object": "\"210.922\"^^xsd:double" }, { "subject": "Ashgabat_International_Airport", "property": "runwayLength", "object": "\"900.0\"^^xsd:double" } ]
[ { "subject": "Ashgabat_International_Airport", "property": "operatingOrganisation", "object": "Turkmenistan_Airlines" }, { "subject": "Ashgabat_International_Airport", "property": "location", "object": "Ashgabat" }, { "subject": "Ashgabat_International_Airport", "property": "elevationAboveTheSeaLevelInMetres", "object": "211" }, { "subject": "Ashgabat_International_Airport", "property": "runwayLength", "object": "900.0" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ashgabat International Airport located in Ashgabat is operated by Turkmenistan Airlines, its runway is 211 metres above sea level and has a runway length of 900.0.", "The operating organization for Ashgabat International Airport in Ashgabat, is called Turkmenistan Airlines. The airport is 211 metres above sea level and the runway length is 900 metres.", "The Ashgabat International Airport is located in Ashgabat and operated by the Turkmenistan Airlines. The airport is situated 211 meters above sea level and has a 0.9 km long runway." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ashgabat_International_Airport", "property:runway_length", "resource:900_0" ], [ "resource:Ashgabat_International_Airport", "property:elevation_above_the_sea_level_in_metres", "211" ], [ "resource:Ashgabat_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Ashgabat_International_Airport", "property:location", "resource:Ashgabat" ], [ "resource:Ashgabat_International_Airport", "property:operating_organisation", "resource:Turkmenistan_Airlines" ] ]
Ashgabat_International_Airport
[ { "modified": "211", "readable": "211", "graph": "211" }, { "modified": "elevationAboveTheSeaLevelInMetres", "readable": "elevation above the sea level in metres", "graph": "property:elevation_above_the_sea_level_in_metres" }, { "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": "900.0", "readable": "900.0", "graph": "resource:900_0" }, { "modified": "Ashgabat", "readable": "Ashgabat", "graph": "resource:Ashgabat" }, { "modified": "Ashgabat_International_Airport", "readable": "Ashgabat International Airport", "graph": "resource:Ashgabat_International_Airport" }, { "modified": "Turkmenistan_Airlines", "readable": "Turkmenistan Airlines", "graph": "resource:Turkmenistan_Airlines" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?w property:elevation_above_the_sea_level_in_metres ?o . ?w rdf:type ontology:airport . ?w property:operating_organisation ?i . FILTER ( ?o != '300' ) }", "readable_query": "SELECT DISTINCT ?i WHERE { ?w property:elevation_above_the_sea_level_in_metres ?o . ?w rdf:type ontology:airport . ?w property:operating_organisation ?i . FILTER ( ?o != '300' ) }", "graph_answer": [ "resource:Turkmenistan_Airlines" ], "readable_answer": [ "Turkmenistan Airlines" ], "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 ?e WHERE { ?u property:elevation_above_the_sea_level_in_metres ?e . ?u property:operating_organisation resource:Turkmenistan_Airlines . ?u rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?e WHERE { ?u property:elevation_above_the_sea_level_in_metres ?e . ?u property:operating_organisation resource:Turkmenistan_Airlines . ?u rdf:type ontology:airport }", "graph_answer": [ "211" ], "readable_answer": [ "211" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "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 ?v WHERE { FILTER ( ?r > '100' ) . ?l rdf:type ontology:airport . ?l property:elevation_above_the_sea_level_in_metres ?r . ?l property:location ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( ?r > '100' ) . ?l rdf:type ontology:airport . ?l property:elevation_above_the_sea_level_in_metres ?r . ?l property:location ?v }", "graph_answer": [ "resource:Ashgabat" ], "readable_answer": [ "Ashgabat" ], "type": [ "coreference", "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 ?l ?b WHERE { ?b property:runway_length ?l . ?b rdf:type ontology:airport . ?b property:location resource:Ashgabat }", "readable_query": "SELECT DISTINCT ?l ?b WHERE { ?b property:runway_length ?l . ?b rdf:type ontology:airport . ?b property:location resource:Ashgabat }", "graph_answer": [ "resource:900_0", "resource:Ashgabat_International_Airport" ], "readable_answer": [ "900.0", "Ashgabat International Airport" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
SportsTeam
2
5333
Id77
[ { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Gubbio" }, { "subject": "Gubbio", "property": "leaderParty", "object": "Left_Ecology_Freedom" } ]
[ { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Gubbio" }, { "subject": "Gubbio", "property": "leaderParty", "object": "Left_Ecology_Freedom" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The ground of A.S. Gubbio 1910 is in Gubbio where the Left Ecology Freedom are the leading party.", "A.S. Gubbio 1910 has a ground in Gubbio where the Left Ecology Freedom are the leading party.", "The ground of A.S. Gubbio 1910 is located in Gubbio, The Left Ecology Freedom are the leading party." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Gubbio", "property:leader_party", "resource:Left_Ecology_Freedom" ], [ "resource:A_S__Gubbio_1910", "rdf:type", "ontology:sports_team" ], [ "resource:A_S__Gubbio_1910", "property:ground", "resource:Gubbio" ] ]
A.S._Gubbio_1910
[ { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "leaderParty", "readable": "leader party", "graph": "property:leader_party" }, { "modified": "A.S._Gubbio_1910", "readable": "A.S. Gubbio 1910", "graph": "resource:A_S__Gubbio_1910" }, { "modified": "Gubbio", "readable": "Gubbio", "graph": "resource:Gubbio" }, { "modified": "Left_Ecology_Freedom", "readable": "Left Ecology Freedom", "graph": "resource:Left_Ecology_Freedom" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?p property:ground ?x . ?x property:leader_party resource:People_s_Party__Spain_ . ?p rdf:type ontology:sports_team }", "readable_query": "ASK WHERE { ?p property:ground ?x . ?x property:leader_party resource:People's_Party_(Spain) . ?p rdf:type ontology:sports_team }", "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
2
4882
Id117
[ { "subject": "Alhambra_(1855)", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra_(1855)", "property": "builder", "object": "Samuda_Brothers" } ]
[ { "subject": "Alhambra", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra", "property": "builder", "object": "Samuda_Brothers" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Alhambra, built by the Samuda Brothers, has a Humphrys, Tennant and Dykes power type.", "The Alhambra was built by the Samuda brothers and is powered by a Humphrys, Tennant and Dykes engine.", "The Alhambra was built by the Samuda Brothers and is powered by a Humphrys, Tennant and Dykes engine." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alhambra", "property:power_type", "resource:Humphrys__Tennant_and_Dykes" ], [ "resource:Alhambra", "property:builder", "resource:Samuda_Brothers" ] ]
Alhambra
[ { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "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": "Samuda_Brothers", "readable": "Samuda Brothers", "graph": "resource:Samuda_Brothers" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?o property:builder ?d . ?o property:power_type resource:W_rtsil_ }", "readable_query": "ASK WHERE { ?o property:builder ?d . ?o property:power_type resource:Wärtsilä }", "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" ] } ]
Artist
2
3550
Id162
[ { "subject": "Allen_Forrest", "property": "genre", "object": "Hip_hop_music" }, { "subject": "Allen_Forrest", "property": "activeYearsStartYear", "object": "\"2005\"^^xsd:gYear" } ]
[ { "subject": "Allen_Forrest", "property": "genre", "object": "Hip_hop_music" }, { "subject": "Allen_Forrest", "property": "activeYearsStartYear", "object": "2005" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Allen Forrest started his career in 2005 and uses the Hip Hop genre.", "Allen Forrest became active in 2005 and his musical genre is hip hop.", "Allen Forrest first starting performing hip hop music in 2005." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Allen_Forrest", "rdf:type", "ontology:artist" ], [ "resource:Allen_Forrest", "property:active_years_start_year", "resource:2005" ], [ "resource:Allen_Forrest", "property:genre", "resource:Hip_hop_music" ] ]
Allen_Forrest
[ { "modified": "activeYearsStartYear", "readable": "active years start year", "graph": "property:active_years_start_year" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "2005", "readable": "2005", "graph": "resource:2005" }, { "modified": "Allen_Forrest", "readable": "Allen Forrest", "graph": "resource:Allen_Forrest" }, { "modified": "Hip_hop_music", "readable": "Hip hop music", "graph": "resource:Hip_hop_music" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?h property:active_years_start_year resource:1966 . ?h rdf:type ontology:artist . ?h property:genre ?n }", "readable_query": "ASK WHERE { ?h property:active_years_start_year resource:1966 . ?h rdf:type ontology:artist . ?h property:genre ?n }", "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
4136
Id117
[ { "subject": "1101_Clematis", "property": "mass", "object": "\"5.7\"^^<http://dbpedia.org/datatype/kilogram>" }, { "subject": "1101_Clematis", "property": "Planet/apoapsis", "object": "\"5.20906E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "1101_Clematis", "property": "mass", "object": "5.7 (kilograms)" }, { "subject": "1101_Clematis", "property": "apoapsis", "object": "520906000.0 (kilometres)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "1101 Clematis has a mass of 5.7 kilograms and an apoapsis of 520906000.0 km.", "At a mass of 5.7 kgs, 1101 Clematis, has an apoapsis of 520906000.0 kilometres." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1101_Clematis", "rdf:type", "ontology:celestial_body" ], [ "resource:1101_Clematis", "property:apoapsis", "520906000.0 (kilometres)" ], [ "resource:1101_Clematis", "property:mass", "5.7 (kilograms)" ] ]
1101_Clematis
[ { "modified": "5.7 (kilograms)", "readable": "5.7", "graph": "5.7 (kilograms)" }, { "modified": "520906000.0 (kilometres)", "readable": "520906000.0", "graph": "520906000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "mass", "readable": "mass", "graph": "property:mass" }, { "modified": "1101_Clematis", "readable": "1101 Clematis", "graph": "resource:1101_Clematis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?x ) WHERE { ?c rdf:type ontology:celestial_body . ?c property:apoapsis '520906000.0 (kilometres)' . ?c property:mass '5.7 (kilograms)' }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?x ) WHERE { ?c rdf:type ontology:celestial_body . ?c property:apoapsis '520906000.0 (kilometres)' . ?c property:mass '5.7 (kilograms)' }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x property:mass '5.7 (kilograms)' . ?x property:apoapsis '520906000.0 (kilometres)' . ?x rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:mass '5.7 (kilograms)' . ?x property:apoapsis '520906000.0 (kilometres)' . ?x rdf:type ontology:celestial_body }", "graph_answer": [ "resource:1101_Clematis" ], "readable_answer": [ "1101 Clematis" ], "type": [ "ellipsis", "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 ?w ?z WHERE { resource:1101_Clematis property:mass ?w . resource:1101_Clematis property:apoapsis ?z }", "readable_query": "SELECT DISTINCT ?w ?z WHERE { resource:1101_Clematis property:mass ?w . resource:1101_Clematis property:apoapsis ?z }", "graph_answer": [ "5.7 (kilograms)", "520906000.0 (kilometres)" ], "readable_answer": [ "5.7", "520906000.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" ] } ]
Artist
4
8796
Id188
[ { "subject": "Andrew_Rayel", "property": "associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "associatedBand", "object": "Christian_Burns" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" }, { "subject": "Trance_music", "property": "stylisticOrigin", "object": "Pop_music" } ]
[ { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Christian_Burns" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" }, { "subject": "Trance_music", "property": "stylisticOrigin", "object": "Pop_music" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andrew Rayel plays Trance music and is associated with musicians, Jwaydan Moyine and Christian Burns. Trance music gets its origins from pop music.", "Andrew Rayel is associated with the musicians Jwaydan Moyine and Christian Burns. The musical genre of Andrew Rayel is trance music, which has its stylistic origins in pop music.", "Andrew Rayel is associated with the musician Jwaydan Moyine and with Christian Burns. His musical genre is Trance which has its origins in Pop music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Trance_music", "property:stylistic_origin", "resource:Pop_music" ], [ "resource:Andrew_Rayel", "rdf:type", "ontology:artist" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Jwaydan_Moyine" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Christian_Burns" ], [ "resource:Andrew_Rayel", "property:genre", "resource:Trance_music" ] ]
Andrew_Rayel
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Andrew_Rayel", "readable": "Andrew Rayel", "graph": "resource:Andrew_Rayel" }, { "modified": "Christian_Burns", "readable": "Christian Burns", "graph": "resource:Christian_Burns" }, { "modified": "Jwaydan_Moyine", "readable": "Jwaydan Moyine", "graph": "resource:Jwaydan_Moyine" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" }, { "modified": "Trance_music", "readable": "Trance music", "graph": "resource:Trance_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?t . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'j' ) ) }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?t . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'j' ) ) }", "graph_answer": [ "resource:Jwaydan_Moyine" ], "readable_answer": [ "Jwaydan Moyine" ], "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 ?h WHERE { resource:Trance_music property:foundation_place ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Trance_music property:foundation_place ?h }", "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 ( ?s ) AS ?w ) WHERE { ?m property:genre ?s . ?m rdf:type ontology:artist . ?m property:associated_band_associated_musical_artist resource:Jwaydan }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?w ) WHERE { ?m property:genre ?s . ?m rdf:type ontology:artist . ?m property:associated_band_associated_musical_artist resource:Jwaydan }", "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" ] } ]
MeanOfTransportation
4
10149
Id123
[ { "subject": "Alhambra_(1855)", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra_(1855)", "property": "MeanOfTransportation/length", "object": "\"63800.0\"^^<http://dbpedia.org/datatype/millimetre>" }, { "subject": "Alhambra_(1855)", "property": "shipBeam", "object": "\"8.3\"^^xsd:double" }, { "subject": "Alhambra_(1855)", "property": "topSpeed", "object": "\"18.52\"^^xsd:double" } ]
[ { "subject": "Alhambra", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra", "property": "shipBeam", "object": "8.3 m" }, { "subject": "Alhambra", "property": "length", "object": "63800.0 (millimetres)" }, { "subject": "Alhambra", "property": "topSpeed", "object": "18.52" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Alhambra, has a length of 63800.0 millimetres and its ship beam is 8.3m. Its top speed is 18.52 and it is powered by a Humphrys, Tennant and Dykes engine.", "The Alhambra has a Humphrys, Tennant and Dykes power type, a ship beam of 8.3m, a length of 63800.0 millimetres and a top speed of 18.52.", "The Alhambra has an 8.3m ship beam and a length of 63800.0 millimetres. Its top speed is 18.52 and it is powered by a Humphrys, Tennant and Dykes engine." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alhambra", "property:length", "63800.0 (millimetres)" ], [ "resource:Alhambra", "property:power_type", "resource:Humphrys__Tennant_and_Dykes" ], [ "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": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "shipBeam", "readable": "ship beam", "graph": "property:ship_beam" }, { "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": "Humphrys,_Tennant_and_Dykes", "readable": "Humphrys, Tennant and Dykes", "graph": "resource:Humphrys__Tennant_and_Dykes" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?x property:top_speed resource:38_892 . ?x property:length ?g }", "readable_query": "ASK WHERE { ?x property:top_speed resource:38.892 . ?x property:length ?g }", "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" ] } ]
MeanOfTransportation
5
12413
Id130
[ { "subject": "Guiana_Space_Centre", "property": "location", "object": "Kourou,_French_Guiana" }, { "subject": "Arianespace", "property": "locationCity", "object": "Courcouronnes" }, { "subject": "ELA-3", "property": "site", "object": "Guiana_Space_Centre" }, { "subject": "Ariane_5", "property": "sites", "object": "ELA-3" }, { "subject": "ELA-3", "property": "operator", "object": "Arianespace" } ]
[ { "subject": "Guiana_Space_Centre", "property": "location", "object": "Kourou,_French_Guiana" }, { "subject": "Arianespace", "property": "city", "object": "Courcouronnes" }, { "subject": "ELA-3", "property": "site", "object": "Guiana_Space_Centre" }, { "subject": "Ariane_5", "property": "launchSite", "object": "ELA-3" }, { "subject": "ELA-3", "property": "operator", "object": "Arianespace" } ]
(X (X (X (X)) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Guiana Space Centre (located in Kourou, French Guiana) is the site of the ELA-3. ELA-3, which is the launch site of the Ariane 5, is operated by Arianespace (located in the city of CourCouronnes).", "ELA-3, operated by Arianespace, is found in Courcouronnes at the Guiana Space Centre located in Kourou, French Guiana. The Ariane 5 rocket took flight from this site.", "Ariane 5 launched from ELA-3 operated by Arianespace located in Courcouronnes. The launch site is at the Guiana Space Centre in Kourou, French Guiana." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Guiana_Space_Centre", "property:location", "resource:Kourou__French_Guiana" ], [ "resource:Ariane_5", "property:launch_site", "resource:ELA_3" ], [ "resource:Ariane_5", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Arianespace", "property:city", "resource:Courcouronnes" ], [ "resource:ELA_3", "property:site", "resource:Guiana_Space_Centre" ], [ "resource:ELA_3", "property:operator", "resource:Arianespace" ] ]
Ariane_5
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "launchSite", "readable": "launch site", "graph": "property:launch_site" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operator", "readable": "operator", "graph": "property:operator" }, { "modified": "site", "readable": "site", "graph": "property:site" }, { "modified": "Ariane_5", "readable": "Ariane 5", "graph": "resource:Ariane_5" }, { "modified": "Arianespace", "readable": "Arianespace", "graph": "resource:Arianespace" }, { "modified": "Courcouronnes", "readable": "Courcouronnes", "graph": "resource:Courcouronnes" }, { "modified": "ELA-3", "readable": "ELA-3", "graph": "resource:ELA_3" }, { "modified": "Guiana_Space_Centre", "readable": "Guiana Space Centre", "graph": "resource:Guiana_Space_Centre" }, { "modified": "Kourou,_French_Guiana", "readable": "Kourou, French Guiana", "graph": "resource:Kourou__French_Guiana" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Arianespace property:city ?f }", "readable_query": "ASK WHERE { resource:Arianespace property:city ?f }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "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 ?l WHERE { resource:Arianespace property:city ?l }", "readable_query": "SELECT ?l WHERE { resource:Arianespace property:city ?l }", "graph_answer": [ "resource:Courcouronnes" ], "readable_answer": [ "Courcouronnes" ], "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": "ASK WHERE { ?i property:launch_site ?z . ?z property:operator resource:NASA . ?i rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { ?i property:launch_site ?z . ?z property:operator resource:NASA . ?i rdf:type ontology:mean_of_transportation }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { FILTER ( CONTAINS ( LCASE ( ?s ) , 'kourou' ) ) . resource:Guiana_Space_Centre property:location ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( CONTAINS ( LCASE ( ?s ) , 'kourou' ) ) . resource:Guiana_Space_Centre property:location ?s }", "graph_answer": [ "resource:Kourou__French_Guiana" ], "readable_answer": [ "Kourou, French Guiana" ], "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 ?m WHERE { ?g property:launch_site ?m . ?g rdf:type ontology:mean_of_transportation . ?m property:site resource:Guiana_Space_Centre }", "readable_query": "SELECT DISTINCT ?g ?m WHERE { ?g property:launch_site ?m . ?g rdf:type ontology:mean_of_transportation . ?m property:site resource:Guiana_Space_Centre }", "graph_answer": [ "resource:Ariane_5", "resource:ELA_3" ], "readable_answer": [ "Ariane 5", "ELA-3" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
University
5
12684
Id14
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "students", "object": "600" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "dean", "object": "Mario_Botta" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "city", "object": "Mendrisio" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "established", "object": "1996" } ]
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "numberOfStudents", "object": "600" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "dean", "object": "Mario_Botta" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "city", "object": "Mendrisio" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "established", "object": "1996" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Accademia di Architettura di Mendrisio in Mendrisio, Switzerland was established in 1996. Its dean is Mario Botta and it has 600 students.", "The Accademia di Architettura di Mendrisio was established in 1996 and is situated in the city of Mendrisio, Switzerland. The Dean is Mario Botta and there are 600 students." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:dean", "resource:Mario_Botta" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:city", "resource:Mendrisio" ], [ "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:number_of_students", "600" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:established", "resource:1996" ] ]
Accademia_di_Architettura_di_Mendrisio
[ { "modified": "600", "readable": "600", "graph": "600" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "dean", "readable": "dean", "graph": "property:dean" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "numberOfStudents", "readable": "number of students", "graph": "property:number_of_students" }, { "modified": "1996", "readable": "1996", "graph": "resource:1996" }, { "modified": "Accademia_di_Architettura_di_Mendrisio", "readable": "Accademia di Architettura di Mendrisio", "graph": "resource:Accademia_di_Architettura_di_Mendrisio" }, { "modified": "Mario_Botta", "readable": "Mario Botta", "graph": "resource:Mario_Botta" }, { "modified": "Mendrisio", "readable": "Mendrisio", "graph": "resource:Mendrisio" }, { "modified": "Switzerland", "readable": "Switzerland", "graph": "resource:Switzerland" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?e rdf:type ontology:university . ?e property:established ?l . FILTER ( ?c = '600' ) . ?e property:number_of_students ?c }", "readable_query": "SELECT DISTINCT ?l WHERE { ?e rdf:type ontology:university . ?e property:established ?l . FILTER ( ?c = '600' ) . ?e property:number_of_students ?c }", "graph_answer": [ "resource:1996" ], "readable_answer": [ "1996" ], "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 ?v WHERE { ?v property:number_of_students ?x . ?v rdf:type ontology:university . ?v property:established resource:1996 . FILTER ( ?x = '600' ) }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v property:number_of_students ?x . ?v rdf:type ontology:university . ?v property:established resource:1996 . FILTER ( ?x = '600' ) }", "graph_answer": [ "resource:Accademia_di_Architettura_di_Mendrisio" ], "readable_answer": [ "Accademia di Architettura di Mendrisio" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d ?l WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:country ?d . resource:Accademia_di_Architettura_di_Mendrisio property:dean ?l }", "readable_query": "SELECT DISTINCT ?d ?l WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:country ?d . resource:Accademia_di_Architettura_di_Mendrisio property:dean ?l }", "graph_answer": [ "resource:Switzerland", "resource:Mario_Botta" ], "readable_answer": [ "Switzerland", "Mario Botta" ], "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
5
11205
Id56
[ { "subject": "Al_Anderson_(NRBQ)", "property": "associatedBand", "object": "NRBQ" }, { "subject": "Al_Anderson_(NRBQ)", "property": "associatedMusicalArtist", "object": "The_Wildweeds" }, { "subject": "Al_Anderson_(NRBQ)", "property": "birthPlace", "object": "Windsor,_Connecticut" }, { "subject": "Al_Anderson_(NRBQ)", "property": "genre", "object": "Country_music" }, { "subject": "Al_Anderson_(NRBQ)", "property": "activeYearsStartYear", "object": "\"1966\"^^xsd:gYear" } ]
[ { "subject": "Al_Anderson_(NRBQ band)", "property": "associatedBand/associatedMusicalArtist", "object": "NRBQ" }, { "subject": "Al_Anderson_(NRBQ band)", "property": "associatedBand/associatedMusicalArtist", "object": "The_Wildweeds" }, { "subject": "Al_Anderson_(NRBQ band)", "property": "birthPlace", "object": "Windsor,_Connecticut" }, { "subject": "Al_Anderson_(NRBQ band)", "property": "genre", "object": "Country_music" }, { "subject": "Al_Anderson_(NRBQ band)", "property": "activeYearsStartYear", "object": "1966" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Al Aderson first became active in country music in 1966. He plays with the band NRBQ and was a member of The Wildweeds. He was born in Windsor, Connecticut.", "Al Anderson plays country music with NRBQ band and started his career in 1966. He was born in Windsor, Connecticut and once played with The Wildweeds.", "Al Anderson is a country music star, from Windsor, Connecticut. His music career began in 1966. Al plays with NRBQ, and played once with The Wildweeds." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Al_Anderson__NRBQ_band_", "rdf:type", "ontology:artist" ], [ "resource:Al_Anderson__NRBQ_band_", "property:associated_band_associated_musical_artist", "resource:NRBQ" ], [ "resource:Al_Anderson__NRBQ_band_", "property:associated_band_associated_musical_artist", "resource:The_Wildweeds" ], [ "resource:Al_Anderson__NRBQ_band_", "property:active_years_start_year", "resource:1966" ], [ "resource:Al_Anderson__NRBQ_band_", "property:genre", "resource:Country_music" ], [ "resource:Al_Anderson__NRBQ_band_", "property:birth_place", "resource:Windsor__Connecticut" ] ]
Al_Anderson_(NRBQ_band)
[ { "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": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "1966", "readable": "1966", "graph": "resource:1966" }, { "modified": "Al_Anderson_(NRBQ band)", "readable": "Al Anderson", "graph": "resource:Al_Anderson__NRBQ_band_" }, { "modified": "Country_music", "readable": "Country music", "graph": "resource:Country_music" }, { "modified": "NRBQ", "readable": "NRBQ", "graph": "resource:NRBQ" }, { "modified": "The_Wildweeds", "readable": "The Wildweeds", "graph": "resource:The_Wildweeds" }, { "modified": "Windsor,_Connecticut", "readable": "Windsor, Connecticut", "graph": "resource:Windsor__Connecticut" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?l ) WHERE { ?e property:associated_band_associated_musical_artist resource:The_Wildweeds . ?e rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?l ) WHERE { ?e property:associated_band_associated_musical_artist resource:The_Wildweeds . ?e rdf:type ontology:artist }", "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 ?b WHERE { ?b property:associated_band_associated_musical_artist resource:The_Wildweeds . ?b rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:associated_band_associated_musical_artist resource:The_Wildweeds . ?b rdf:type ontology:artist }", "graph_answer": [ "resource:Al_Anderson__NRBQ_band_" ], "readable_answer": [ "Al Anderson" ], "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 ?u ?x WHERE { resource:Al_Anderson__NRBQ_band_ property:genre ?x . resource:Al_Anderson__NRBQ_band_ property:birth_place ?u }", "readable_query": "SELECT DISTINCT ?u ?x WHERE { resource:Al_Anderson_(NRBQ_band) property:genre ?x . resource:Al_Anderson_(NRBQ_band) property:birth_place ?u }", "graph_answer": [ "resource:Windsor__Connecticut", "resource:Country_music" ], "readable_answer": [ "Windsor, Connecticut", "Country music" ], "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 ?v WHERE { resource:Al_Anderson__NRBQ_band_ property:professional_field ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Al_Anderson_(NRBQ_band) property:professional_field ?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" ] } ]
Artist
3
5919
Id65
[ { "subject": "Ahmet_Ertegun", "property": "alias", "object": "\"A. Nugetre\"@en" }, { "subject": "Ahmet_Ertegun", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "derivative", "object": "Disco" } ]
[ { "subject": "Ahmet_Ertegun", "property": "alternativeName", "object": "\"A. Nugetre\"" }, { "subject": "Ahmet_Ertegun", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "derivative", "object": "Disco" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "The alternative name of Ahmet Ertegun is A. Nugetre and his musical genre is rhythm and blues from which Disco music is derived." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Rhythm_and_blues", "property:derivative", "resource:Disco" ], [ "resource:Ahmet_Ertegun", "rdf:type", "ontology:artist" ], [ "resource:Ahmet_Ertegun", "property:genre", "resource:Rhythm_and_blues" ], [ "resource:Ahmet_Ertegun", "property:alternative_name", "resource:A__Nugetre" ] ]
Ahmet_Ertegun
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "A. Nugetre", "readable": "A. Nugetre", "graph": "resource:A__Nugetre" }, { "modified": "Ahmet_Ertegun", "readable": "Ahmet Ertegun", "graph": "resource:Ahmet_Ertegun" }, { "modified": "Disco", "readable": "Disco", "graph": "resource:Disco" }, { "modified": "Rhythm_and_blues", "readable": "Rhythm and blues", "graph": "resource:Rhythm_and_blues" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:artist . ?t property:genre ?o . ?o property:derivative resource:Disco . ?t property:alternative_name resource:A__Nugetre }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:artist . ?t property:genre ?o . ?o property:derivative resource:Disco . ?t property:alternative_name resource:A._Nugetre }", "graph_answer": [ "resource:Ahmet_Ertegun" ], "readable_answer": [ "Ahmet Ertegun" ], "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 ?s WHERE { ?s property:derivative resource:Disco . resource:Ahmet_Ertegun property:alternative_name resource:A__Nugetre . resource:Ahmet_Ertegun rdf:type ontology:artist . resource:Ahmet_Ertegun property:genre ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { ?s property:derivative resource:Disco . resource:Ahmet_Ertegun property:alternative_name resource:A._Nugetre . resource:Ahmet_Ertegun rdf:type ontology:artist . resource:Ahmet_Ertegun property:genre ?s }", "graph_answer": [ "resource:Rhythm_and_blues" ], "readable_answer": [ "Rhythm and blues" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
3
6195
Id31
[ { "subject": "Adam_Maher", "property": "placeOfBirth", "object": "Diemen" }, { "subject": "Adam_Maher", "property": "clubs", "object": "PSV_Eindhoven" }, { "subject": "Adam_Maher", "property": "team", "object": "AZ_Alkmaar" } ]
[ { "subject": "Adam_Maher", "property": "club", "object": "PSV_Eindhoven" }, { "subject": "Adam_Maher", "property": "birthPlace", "object": "Diemen" }, { "subject": "Adam_Maher", "property": "club", "object": "AZ_Alkmaar" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Adam Maher's birthplace is Diemen and he belongs to the clubs PSV Eindhoven and AZ Alkmaar.", "Adam Maher was born in Diemen and he is connected to the AZ Alkmaar club but his club is PSV Eindhoven." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Adam_Maher", "rdf:type", "ontology:athlete" ], [ "resource:Adam_Maher", "property:club", "resource:PSV_Eindhoven" ], [ "resource:Adam_Maher", "property:club", "resource:AZ_Alkmaar" ], [ "resource:Adam_Maher", "property:birth_place", "resource:Diemen" ] ]
Adam_Maher
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "AZ_Alkmaar", "readable": "AZ Alkmaar", "graph": "resource:AZ_Alkmaar" }, { "modified": "Adam_Maher", "readable": "Adam Maher", "graph": "resource:Adam_Maher" }, { "modified": "Diemen", "readable": "Diemen", "graph": "resource:Diemen" }, { "modified": "PSV_Eindhoven", "readable": "PSV Eindhoven", "graph": "resource:PSV_Eindhoven" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?w ) WHERE { resource:Adam_Maher property:club ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?w ) WHERE { resource:Adam_Maher property:club ?s }", "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:Adam_Maher property:club ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Adam_Maher property:club ?o }", "graph_answer": [ "resource:PSV_Eindhoven", "resource:AZ_Alkmaar" ], "readable_answer": [ "PSV Eindhoven", "AZ Alkmaar" ], "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 ?o WHERE { resource:Adam_Maher property:owning_organisation ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Adam_Maher property:owning_organisation ?o }", "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" ] } ]
MeanOfTransportation
5
12344
Id61
[ { "subject": "Antares_(rocket)", "property": "finalFlight", "object": "\"2014-10-28\"^^xsd:date" }, { "subject": "Antares_(rocket)", "property": "maidenFlight", "object": "\"2014-01-09\"^^xsd:date" }, { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Orbital_ATK" }, { "subject": "Antares_(rocket)", "property": "sites", "object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0" }, { "subject": "Antares_(rocket)", "property": "MeanOfTransportation/diameter", "object": "\"3.9\"^^<http://dbpedia.org/datatype/metre>" } ]
[ { "subject": "Antares_(rocket)", "property": "finalFlight", "object": "2014-10-28" }, { "subject": "Antares_(rocket)", "property": "maidenFlight", "object": "2014-01-09" }, { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Orbital_ATK" }, { "subject": "Antares_(rocket)", "property": "launchSite", "object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0" }, { "subject": "Antares_(rocket)", "property": "diameter", "object": "3.9 (metres)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The rocket, Antares; has a diametre of 3.9 metres, was manufactured by Orbital ATK and its launch site was the Mid-Atlantic Regional Spaceport Launch Pad 0. The Antare's maiden flight was on January 9th, 2014 and final flight was on 28th October, 2014.", "The Antares rocket (with a diameter of 3.9m) was manufactured by Orbital ATK. It was first launched from the Mid-Atlantic Regional Spaceport Launch Pad 0 on January 9, 2014, and had its final flight on October 28, 2014.", "The Antares rocket, made by Orbital ATK, was launched at the Mid-Atlantic Regional Spaceport Launch Pad 0. Having a 3.9 meter diameter, its initial voyage was January 9, 2014 and the last flight occurred, 10/28/2014." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Antares__rocket_", "property:launch_site", "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" ], [ "resource:Antares__rocket_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Antares__rocket_", "property:diameter", "3.9 (metres)" ], [ "resource:Antares__rocket_", "property:maiden_flight", "resource:2014_01_09" ], [ "resource:Antares__rocket_", "property:manufacturer", "resource:Orbital_ATK" ], [ "resource:Antares__rocket_", "property:final_flight", "resource:2014_10_28" ] ]
Antares_(rocket)
[ { "modified": "3.9 (metres)", "readable": "3.9", "graph": "3.9 (metres)" }, { "modified": "diameter", "readable": "diameter", "graph": "property:diameter" }, { "modified": "finalFlight", "readable": "final flight", "graph": "property:final_flight" }, { "modified": "launchSite", "readable": "launch site", "graph": "property:launch_site" }, { "modified": "maidenFlight", "readable": "maiden flight", "graph": "property:maiden_flight" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "2014-01-09", "readable": "2014-01-09", "graph": "resource:2014_01_09" }, { "modified": "2014-10-28", "readable": "2014-10-28", "graph": "resource:2014_10_28" }, { "modified": "Antares_(rocket)", "readable": "Antares", "graph": "resource:Antares__rocket_" }, { "modified": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0", "readable": "Mid-Atlantic Regional Spaceport Launch Pad 0", "graph": "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" }, { "modified": "Orbital_ATK", "readable": "Orbital ATK", "graph": "resource:Orbital_ATK" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '2014' ) ) . ?f rdf:type ontology:mean_of_transportation . ?f property:launch_site ?k . ?f property:final_flight ?i }", "readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '2014' ) ) . ?f rdf:type ontology:mean_of_transportation . ?f property:launch_site ?k . ?f property:final_flight ?i }", "graph_answer": [ "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" ], "readable_answer": [ "Mid-Atlantic Regional Spaceport Launch Pad 0" ], "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 ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 . ?m property:final_flight ?u . FILTER ( CONTAINS ( YEAR ( ?u ) , '2014' ) ) }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 . ?m property:final_flight ?u . FILTER ( CONTAINS ( YEAR ( ?u ) , '2014' ) ) }", "graph_answer": [ "resource:Antares__rocket_" ], "readable_answer": [ "Antares" ], "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 ?r WHERE { FILTER ( CONTAINS ( YEAR ( ?r ) , '2014' ) ) . resource:Antares__rocket_ property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 . resource:Antares__rocket_ rdf:type ontology:mean_of_transportation . resource:Antares__rocket_ property:final_flight ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( CONTAINS ( YEAR ( ?r ) , '2014' ) ) . resource:Antares_(rocket) property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 . resource:Antares_(rocket) rdf:type ontology:mean_of_transportation . resource:Antares_(rocket) property:final_flight ?r }", "graph_answer": [ "resource:2014_10_28" ], "readable_answer": [ "2014-10-28" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p ?g WHERE { resource:Antares__rocket_ property:maiden_flight ?p . resource:Antares__rocket_ property:manufacturer ?g }", "readable_query": "SELECT DISTINCT ?p ?g WHERE { resource:Antares_(rocket) property:maiden_flight ?p . resource:Antares_(rocket) property:manufacturer ?g }", "graph_answer": [ "resource:2014_01_09", "resource:Orbital_ATK" ], "readable_answer": [ "2014-01-09", "Orbital ATK" ], "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 { resource:Antares__rocket_ property:diameter '3.9 (metres)' }", "readable_query": "ASK WHERE { resource:Antares_(rocket) property:diameter '3.9 (metres)' }", "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 ?u WHERE { resource:Antares__rocket_ property:distributing_company ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Antares_(rocket) property:distributing_company ?u }", "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" ] } ]
WrittenWork
3
8194
Id40
[ { "subject": "AIDS_(journal)", "property": "academicDiscipline", "object": "HIV" }, { "subject": "AIDS_(journal)", "property": "lccn", "object": "\"90640840\"" }, { "subject": "AIDS_(journal)", "property": "discipline", "object": "HIV/AIDS" } ]
[ { "subject": "AIDS_(journal)", "property": "academicDiscipline", "object": "HIV" }, { "subject": "AIDS_(journal)", "property": "LCCN_number", "object": "\"90640840\"" }, { "subject": "AIDS_(journal)", "property": "academicDiscipline", "object": "HIV/AIDS" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The AIDS (journal) is the academic discipline of HIV/AIDS and has the LCCN number is 90640840.", "The Aids Journal's academic discipline is HIV/AIDS and it has an LCCN number of 90640840.", "With a LCCN number of 90640840, the AIDS journal comes under the academic discipline HIV and studies HIV/AIDS." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AIDS__journal_", "property:l_c_c_n_number", "90640840" ], [ "resource:AIDS__journal_", "rdf:type", "ontology:written_work" ], [ "resource:AIDS__journal_", "property:academic_discipline", "resource:HIV_AIDS" ], [ "resource:AIDS__journal_", "property:academic_discipline", "resource:HIV" ] ]
AIDS_(journal)
[ { "modified": "90640840", "readable": "90640840", "graph": "90640840" }, { "modified": "academicDiscipline", "readable": "academic discipline", "graph": "property:academic_discipline" }, { "modified": "LCCN_number", "readable": "l c c n number", "graph": "property:l_c_c_n_number" }, { "modified": "AIDS_(journal)", "readable": "AIDS", "graph": "resource:AIDS__journal_" }, { "modified": "HIV", "readable": "HIV", "graph": "resource:HIV" }, { "modified": "HIV/AIDS", "readable": "HIV/AIDS", "graph": "resource:HIV_AIDS" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?w property:l_c_c_n_number ?z . FILTER ( ?z = '90640840' ) . ?w rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w property:l_c_c_n_number ?z . FILTER ( ?z = '90640840' ) . ?w rdf:type ontology:written_work }", "graph_answer": [ "resource:AIDS__journal_" ], "readable_answer": [ "AIDS" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?c ) WHERE { resource:AIDS__journal_ property:academic_discipline ?u }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?c ) WHERE { resource:AIDS_(journal) property:academic_discipline ?u }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "coreference", "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 ?y WHERE { resource:AIDS__journal_ property:academic_discipline ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:AIDS_(journal) property:academic_discipline ?y }", "graph_answer": [ "resource:HIV_AIDS", "resource:HIV" ], "readable_answer": [ "HIV/AIDS", "HIV" ], "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" ] } ]
Artist
4
8623
Id15
[ { "subject": "Aaron_Deer", "property": "genre", "object": "Psychedelia" }, { "subject": "Aaron_Deer", "property": "hometown", "object": "Indiana" }, { "subject": "Aaron_Deer", "property": "origin", "object": "United_States" }, { "subject": "Aaron_Deer", "property": "background", "object": "\"solo_singer\"@en" } ]
[ { "subject": "Aaron_Deer", "property": "origin", "object": "United_States" }, { "subject": "Aaron_Deer", "property": "genre", "object": "Psychedelia" }, { "subject": "Aaron_Deer", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Aaron_Deer", "property": "origin", "object": "Indiana" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Deer was born in the United States, in Indiana. Aaron Deer, whose genre isPsychedelia, has a background as a solo singer.", "American-born Aaron Deer is a solo singer from Indiana whose musical genre is Psychedelia.", "Solo singer Aaron Deer, whose musical genre is Psychedelia, is from Indiana, USA." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Deer", "rdf:type", "ontology:artist" ], [ "resource:Aaron_Deer", "property:background", "resource:solo_singer" ], [ "resource:Aaron_Deer", "property:origin", "resource:Indiana" ], [ "resource:Aaron_Deer", "property:origin", "resource:United_States" ], [ "resource:Aaron_Deer", "property:genre", "resource:Psychedelia" ] ]
Aaron_Deer
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "origin", "readable": "origin", "graph": "property:origin" }, { "modified": "Aaron_Deer", "readable": "Aaron Deer", "graph": "resource:Aaron_Deer" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "Psychedelia", "readable": "Psychedelia", "graph": "resource:Psychedelia" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?g property:background resource:non_vocal_instrumentalist . ?g rdf:type ontology:artist . ?g property:origin resource:United_States }", "readable_query": "ASK WHERE { ?g property:background resource:non_vocal_instrumentalist . ?g rdf:type ontology:artist . ?g property:origin resource:United_States }", "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" ] }, { "question": [], "graph_query": "ASK WHERE { ?e property:origin resource:United_States . ?e property:background resource:solo_singer . ?e rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?e property:origin resource:United_States . ?e property:background resource:solo_singer . ?e rdf:type ontology:artist }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "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 ?m WHERE { ?m property:background resource:solo_singer . ?m property:origin resource:United_States . ?m rdf:type ontology:artist }", "readable_query": "SELECT ?m WHERE { ?m property:background resource:solo_singer . ?m property:origin resource:United_States . ?m rdf:type ontology:artist }", "graph_answer": [ "resource:Aaron_Deer" ], "readable_answer": [ "Aaron Deer" ], "type": [ "ellipsis", "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 ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'i' ) ) . resource:Aaron_Deer property:origin ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'i' ) ) . resource:Aaron_Deer property:origin ?e }", "graph_answer": [ "resource:Indiana" ], "readable_answer": [ "Indiana" ], "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 ?r WHERE { resource:Aaron_Deer property:genre ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Aaron_Deer property:genre ?r }", "graph_answer": [ "resource:Psychedelia" ], "readable_answer": [ "Psychedelia" ], "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" ] } ]
CelestialBody
5
11766
Id74
[ { "subject": "10_Hygiea", "property": "discoverer", "object": "Annibale_de_Gasparis" }, { "subject": "10_Hygiea", "property": "epoch", "object": "\"27 June 2015 (JD2457200.5)\"" }, { "subject": "10_Hygiea", "property": "formerName", "object": "\"A900 GA\"@en" }, { "subject": "10_Hygiea", "property": "orbitalPeriod", "object": "\"481248.0\"^^xsd:double" }, { "subject": "10_Hygiea", "property": "periapsis", "object": "4.16136e+11" } ]
[ { "subject": "10_Hygiea", "property": "discoverer", "object": "Annibale_de_Gasparis" }, { "subject": "10_Hygiea", "property": "epoch", "object": "2015-06-27" }, { "subject": "10_Hygiea", "property": "formerName", "object": "\"A900 GA\"" }, { "subject": "10_Hygiea", "property": "orbitalPeriod", "object": "5.57 (days)" }, { "subject": "10_Hygiea", "property": "periapsis", "object": "416136000000.0" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Annibale de Gasparis discovered 10 Hygiea which used to be called A900 GA. 10 Hygiea has an orbital period of 5.57 days, a periapsis of 416,136,000,000 kilometres and an epoch of June 27th, 2015.", "Annibale de Gasparis discovered 10 Hygiea, whose former name was A900 GA and had its epoch date on 27th June 2015. It has a periapsis of 416136000000.0 and an orbital period of 5.57 days.", "10 Hygiea, discovered by Annibale de Gasparis on 27th June 2015, has an orbital period of 5.57 days and a periapsis of 416136000000.0. It was formally known as A900 GA." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:10_Hygiea", "property:epoch", "resource:2015_06_27" ], [ "resource:10_Hygiea", "rdf:type", "ontology:celestial_body" ], [ "resource:10_Hygiea", "property:former_name", "resource:A900_GA" ], [ "resource:10_Hygiea", "property:periapsis", "resource:416136000000_0" ], [ "resource:10_Hygiea", "property:orbital_period", "5.57 (days)" ], [ "resource:10_Hygiea", "property:discoverer", "resource:Annibale_de_Gasparis" ] ]
10_Hygiea
[ { "modified": "5.57 (days)", "readable": "5.57", "graph": "5.57 (days)" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "formerName", "readable": "former name", "graph": "property:former_name" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "10_Hygiea", "readable": "10 Hygiea", "graph": "resource:10_Hygiea" }, { "modified": "2015-06-27", "readable": "2015-06-27", "graph": "resource:2015_06_27" }, { "modified": "416136000000.0", "readable": "416136000000.0", "graph": "resource:416136000000_0" }, { "modified": "A900 GA", "readable": "A900 GA", "graph": "resource:A900_GA" }, { "modified": "Annibale_de_Gasparis", "readable": "Annibale de Gasparis", "graph": "resource:Annibale_de_Gasparis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?l rdf:type ontology:celestial_body . ?l property:discoverer ?a . ?l property:epoch ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2015' ) ) }", "readable_query": "SELECT DISTINCT ?a WHERE { ?l rdf:type ontology:celestial_body . ?l property:discoverer ?a . ?l property:epoch ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2015' ) ) }", "graph_answer": [ "resource:Annibale_de_Gasparis" ], "readable_answer": [ "Annibale de Gasparis" ], "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 { ?j rdf:type ontology:celestial_body . ?j property:discoverer resource:Annibale_de_Gasparis . ?j property:epoch resource:2005_11_26 }", "readable_query": "ASK WHERE { ?j rdf:type ontology:celestial_body . ?j property:discoverer resource:Annibale_de_Gasparis . ?j property:epoch resource:2005-11-26 }", "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 { ?d property:epoch resource:2015_06_27 . ?d rdf:type ontology:celestial_body . ?d property:discoverer resource:Annibale_de_Gasparis }", "readable_query": "ASK WHERE { ?d property:epoch resource:2015-06-27 . ?d rdf:type ontology:celestial_body . ?d property:discoverer resource:Annibale_de_Gasparis }", "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 ?r WHERE { ?r property:epoch resource:2015_06_27 . ?r rdf:type ontology:celestial_body . ?r property:discoverer resource:Annibale_de_Gasparis }", "readable_query": "SELECT ?r WHERE { ?r property:epoch resource:2015-06-27 . ?r rdf:type ontology:celestial_body . ?r property:discoverer resource:Annibale_de_Gasparis }", "graph_answer": [ "resource:10_Hygiea" ], "readable_answer": [ "10 Hygiea" ], "type": [ "ellipsis", "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 ?q ?l WHERE { resource:10_Hygiea property:orbital_period ?q . resource:10_Hygiea property:former_name ?l }", "readable_query": "SELECT DISTINCT ?q ?l WHERE { resource:10_Hygiea property:orbital_period ?q . resource:10_Hygiea property:former_name ?l }", "graph_answer": [ "5.57 (days)", "resource:A900_GA" ], "readable_answer": [ "5.57", "A900 GA" ], "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 ?k WHERE { resource:10_Hygiea property:periapsis ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:10_Hygiea property:periapsis ?k }", "graph_answer": [ "resource:416136000000_0" ], "readable_answer": [ "416136000000.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" ] } ]
Athlete
2
3755
Id95
[ { "subject": "Alaa_Abdul-Zahra", "property": "position", "object": "Forward_(association_football)" }, { "subject": "Alaa_Abdul-Zahra", "property": "clubs", "object": "Al_Shorta_SC" } ]
[ { "subject": "Alaa_Abdul-Zahra", "property": "position", "object": "Forward_(football)" }, { "subject": "Alaa_Abdul-Zahra", "property": "club", "object": "Al_Shorta_SC" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alaa Abdul-Zahra is a forward and his club is Al Shorta SC.", "Alaa Abdul Zahra is a forward for Al Shorta SC.", "Footballer Alaa Abdul-Zahra is a forward and plays for the club Al Shorta SC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alaa_Abdul_Zahra", "rdf:type", "ontology:athlete" ], [ "resource:Alaa_Abdul_Zahra", "property:club", "resource:Al_Shorta_SC" ], [ "resource:Alaa_Abdul_Zahra", "property:position", "resource:Forward__football_" ] ]
Alaa_Abdul-Zahra
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "position", "readable": "position", "graph": "property:position" }, { "modified": "Al_Shorta_SC", "readable": "Al Shorta SC", "graph": "resource:Al_Shorta_SC" }, { "modified": "Alaa_Abdul-Zahra", "readable": "Alaa Abdul-Zahra", "graph": "resource:Alaa_Abdul_Zahra" }, { "modified": "Forward_(football)", "readable": "Forward", "graph": "resource:Forward__football_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?f property:position resource:Qatar_Stars_League . ?f property:club resource:Al_Shorta_SC . ?f rdf:type ontology:athlete }", "readable_query": "ASK WHERE { ?f property:position resource:Qatar_Stars_League . ?f property:club resource:Al_Shorta_SC . ?f rdf:type ontology:athlete }", "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" ] }, { "question": [], "graph_query": "ASK WHERE { ?o rdf:type ontology:athlete . ?o property:position resource:Forward__football_ . ?o property:club resource:Al_Shorta_SC }", "readable_query": "ASK WHERE { ?o rdf:type ontology:athlete . ?o property:position resource:Forward_(football) . ?o property:club resource:Al_Shorta_SC }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "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 ?c WHERE { ?c rdf:type ontology:athlete . ?c property:position resource:Forward__football_ . ?c property:club resource:Al_Shorta_SC }", "readable_query": "SELECT ?c WHERE { ?c rdf:type ontology:athlete . ?c property:position resource:Forward_(football) . ?c property:club resource:Al_Shorta_SC }", "graph_answer": [ "resource:Alaa_Abdul_Zahra" ], "readable_answer": [ "Alaa Abdul-Zahra" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
3
7958
Id31
[ { "subject": "A.C._Chievo_Verona", "property": "manager", "object": "Rolando_Maran" }, { "subject": "Rolando_Maran", "property": "placeOfBirth", "object": "Italy" }, { "subject": "Rolando_Maran", "property": "team", "object": "Carrarese_Calcio" } ]
[ { "subject": "A.C._Chievo_Verona", "property": "manager", "object": "Rolando_Maran" }, { "subject": "Rolando_Maran", "property": "birthPlace", "object": "Italy" }, { "subject": "Rolando_Maran", "property": "club", "object": "Carrarese_Calcio" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Associazione Calcio Chievo Verona is managed by Rolando Maran, who was born in Italy and is in the Carrarese Calcio club.", "Rolando Maran (born in Italy), has managed AC Chievo Verona and played for Carrarese Calcio.", "Rolando Maran (born: Italy) plays for Carrarese Clacio and manages Associazione Calcio ChievoVerona." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Rolando_Maran", "property:club", "resource:Carrarese_Calcio" ], [ "resource:Rolando_Maran", "property:birth_place", "resource:Italy" ], [ "resource:A_C__Chievo_Verona", "rdf:type", "ontology:sports_team" ], [ "resource:A_C__Chievo_Verona", "property:manager", "resource:Rolando_Maran" ] ]
A.C._Chievo_Verona
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.C._Chievo_Verona", "readable": "A.C. Chievo Verona", "graph": "resource:A_C__Chievo_Verona" }, { "modified": "Carrarese_Calcio", "readable": "Carrarese Calcio", "graph": "resource:Carrarese_Calcio" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Rolando_Maran", "readable": "Rolando Maran", "graph": "resource:Rolando_Maran" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v property:birth_place resource:Montevideo . ?k property:manager ?v . ?k rdf:type ontology:sports_team }", "readable_query": "ASK WHERE { ?v property:birth_place resource:Montevideo . ?k property:manager ?v . ?k rdf:type ontology:sports_team }", "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" ] } ]
Artist
2
3440
Id52
[ { "subject": "Ace_Wilder", "property": "birthPlace", "object": "Sweden" }, { "subject": "Ace_Wilder", "property": "background", "object": "\"solo_singer\"@en" } ]
[ { "subject": "Ace_Wilder", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Ace_Wilder", "property": "birthPlace", "object": "Sweden" } ]
(X (X) (X))
sibling
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Ace Wilder, whose birthplace is Sweden, performs as a solo singer." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Ace_Wilder", "rdf:type", "ontology:artist" ], [ "resource:Ace_Wilder", "property:background", "resource:solo_singer" ], [ "resource:Ace_Wilder", "property:birth_place", "resource:Sweden" ] ]
Ace_Wilder
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "Ace_Wilder", "readable": "Ace Wilder", "graph": "resource:Ace_Wilder" }, { "modified": "Sweden", "readable": "Sweden", "graph": "resource:Sweden" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?e rdf:type ontology:artist . ?e property:background resource:non_performing_personnel . ?e property:birth_place ?y }", "readable_query": "ASK WHERE { ?e rdf:type ontology:artist . ?e property:background resource:non_performing_personnel . ?e property:birth_place ?y }", "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
3327
Id132
[ { "subject": "Antwerp_International_Airport", "property": "operator", "object": "Flemish_Government" }, { "subject": "Antwerp_International_Airport", "property": "owner", "object": "Flemish_Region" } ]
[ { "subject": "Antwerp_International_Airport", "property": "operatingOrganisation", "object": "Flemish_Government" }, { "subject": "Antwerp_International_Airport", "property": "owner", "object": "Flemish_Region" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Antwerp International Airport, which is owned by the Flemish Region, is operated by the Flemish Government.", "Antwerp International Airport is operated by the Flemish government and is owned by the Flemish region.", "The owner of Antwerp International Airport is the Flemish Region and the operating organisation is the Flemish government." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Antwerp_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Antwerp_International_Airport", "property:owner", "resource:Flemish_Region" ], [ "resource:Antwerp_International_Airport", "property:operating_organisation", "resource:Flemish_Government" ] ]
Antwerp_International_Airport
[ { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "Antwerp_International_Airport", "readable": "Antwerp International Airport", "graph": "resource:Antwerp_International_Airport" }, { "modified": "Flemish_Government", "readable": "Flemish Government", "graph": "resource:Flemish_Government" }, { "modified": "Flemish_Region", "readable": "Flemish Region", "graph": "resource:Flemish_Region" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'f' ) ) . resource:Antwerp_International_Airport property:operating_organisation ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'f' ) ) . resource:Antwerp_International_Airport property:operating_organisation ?p }", "graph_answer": [ "resource:Flemish_Government" ], "readable_answer": [ "Flemish Government" ], "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 ?m WHERE { resource:Antwerp_International_Airport property:notable_work ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Antwerp_International_Airport property:notable_work ?m }", "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
8819
Id211
[ { "subject": "London", "property": "leaderTitle", "object": "Parliament_of_the_United_Kingdom" }, { "subject": "London", "property": "governingBody", "object": "Greater_London_Authority" }, { "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": "London", "property": "governingBody", "object": "Greater_London_Authority" }, { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "Sidcup" }, { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "London" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alfred Garth Jones died in Sidcup, London. London is governed by the Parliament of the U.K and the Greater London Authority.", "Alfred Garth Jones died in Sidcup, London which is governed by the Parliament of the U.K. and the Greater London Authority.", "Alfred Garth Jones died in Sidcup, London. The Greater London Authority govern the city, which is led by the Parliament." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:London", "property:leader_title", "resource:Parliament_of_the_United_Kingdom" ], [ "resource:London", "property:governing_body", "resource:Greater_London_Authority" ], [ "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": "governingBody", "readable": "governing body", "graph": "property:governing_body" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Alfred_Garth_Jones", "readable": "Alfred Garth Jones", "graph": "resource:Alfred_Garth_Jones" }, { "modified": "Greater_London_Authority", "readable": "Greater London Authority", "graph": "resource:Greater_London_Authority" }, { "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": "ASK WHERE { ?x rdf:type ontology:artist . ?r property:governing_body resource:Birmingham_City_Council . ?x property:death_place ?r }", "readable_query": "ASK WHERE { ?x rdf:type ontology:artist . ?r property:governing_body resource:Birmingham_City_Council . ?x property:death_place ?r }", "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" ] } ]
Politician
4
10487
Id171
[ { "subject": "Alberto_Teisaire", "property": "deathPlace", "object": "Buenos_Aires" }, { "subject": "Buenos_Aires", "property": "leaderName", "object": "Diego_Santilli" }, { "subject": "Alberto_Teisaire", "property": "nationality", "object": "Argentina" }, { "subject": "Argentina", "property": "language", "object": "Spanish_language" } ]
[ { "subject": "Alberto_Teisaire", "property": "deathPlace", "object": "Buenos_Aires" }, { "subject": "Buenos_Aires", "property": "leader", "object": "Diego_Santilli" }, { "subject": "Alberto_Teisaire", "property": "nationality", "object": "Argentina" }, { "subject": "Argentina", "property": "language", "object": "Spanish_language" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alberto Teisaire died in Buenos Aires, the leader of which is Diego Santilli. Spanish is the language of Argentina, where Alberto Teisaire is from.", "Argentinian Alberto Teisaire has died in Buenos Aires where the leader is Diego Santilli and people speak Spanish.", "Alberto Teisaire died in Buenos Aires, where the leader is Diego Santilli. Alberto Teisaire was from Argentina, where Spanish is the language spoken." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Buenos_Aires", "property:leader", "resource:Diego_Santilli" ], [ "resource:Argentina", "property:language", "resource:Spanish_language" ], [ "resource:Alberto_Teisaire", "rdf:type", "ontology:politician" ], [ "resource:Alberto_Teisaire", "property:death_place", "resource:Buenos_Aires" ], [ "resource:Alberto_Teisaire", "property:nationality", "resource:Argentina" ] ]
Alberto_Teisaire
[ { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Alberto_Teisaire", "readable": "Alberto Teisaire", "graph": "resource:Alberto_Teisaire" }, { "modified": "Argentina", "readable": "Argentina", "graph": "resource:Argentina" }, { "modified": "Buenos_Aires", "readable": "Buenos Aires", "graph": "resource:Buenos_Aires" }, { "modified": "Diego_Santilli", "readable": "Diego Santilli", "graph": "resource:Diego_Santilli" }, { "modified": "Spanish_language", "readable": "Spanish language", "graph": "resource:Spanish_language" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?j ) WHERE { ?c property:nationality resource:Argentina . ?t property:leader resource:Diego_Santilli . ?c rdf:type ontology:politician . ?c property:death_place ?t }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?j ) WHERE { ?c property:nationality resource:Argentina . ?t property:leader resource:Diego_Santilli . ?c rdf:type ontology:politician . ?c property:death_place ?t }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "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 ?u WHERE { ?u property:death_place ?a . ?a property:leader resource:Diego_Santilli . ?u property:nationality resource:Argentina . ?u rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?u WHERE { ?u property:death_place ?a . ?a property:leader resource:Diego_Santilli . ?u property:nationality resource:Argentina . ?u rdf:type ontology:politician }", "graph_answer": [ "resource:Alberto_Teisaire" ], "readable_answer": [ "Alberto Teisaire" ], "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { resource:Alberto_Teisaire rdf:type ontology:politician . resource:Alberto_Teisaire property:death_place ?k . ?k property:leader resource:Diego_Santilli . resource:Alberto_Teisaire property:nationality resource:Argentina }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Alberto_Teisaire rdf:type ontology:politician . resource:Alberto_Teisaire property:death_place ?k . ?k property:leader resource:Diego_Santilli . resource:Alberto_Teisaire property:nationality resource:Argentina }", "graph_answer": [ "resource:Buenos_Aires" ], "readable_answer": [ "Buenos Aires" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:Argentina property:service_start_year ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Argentina property:service_start_year ?g }", "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" ] } ]
University
3
8107
Id11
[ { "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": "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" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Accademia di Architettura di Mendrisio in Switzerland has 100 academic staff. Switzerland's leader is Johann Schneider-Ammann.", "The Accademia di Architettura di Mendrisio has 100 academic staff and is located in Switzerland where Johann Schneider-Ammann is the country's leader." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Switzerland", "property:leader", "resource:Johann_Schneider_Ammann" ], [ "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": "Accademia_di_Architettura_di_Mendrisio", "readable": "Accademia di Architettura di Mendrisio", "graph": "resource:Accademia_di_Architettura_di_Mendrisio" }, { "modified": "Johann_Schneider-Ammann", "readable": "Johann Schneider-Ammann", "graph": "resource:Johann_Schneider_Ammann" }, { "modified": "Switzerland", "readable": "Switzerland", "graph": "resource:Switzerland" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { FILTER ( ?e = '100' ) . ?g property:leader resource:Johann_Schneider_Ammann . ?w property:country ?g . ?w property:academic_staff_size ?e . ?w rdf:type ontology:university }", "readable_query": "SELECT DISTINCT ?w WHERE { FILTER ( ?e = '100' ) . ?g property:leader resource:Johann_Schneider-Ammann . ?w property:country ?g . ?w property:academic_staff_size ?e . ?w rdf:type ontology:university }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?p = '100' ) . resource:Accademia_di_Architettura_di_Mendrisio property:academic_staff_size ?p . ?q property:leader resource:Johann_Schneider_Ammann . resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university . resource:Accademia_di_Architettura_di_Mendrisio property:country ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?p = '100' ) . resource:Accademia_di_Architettura_di_Mendrisio property:academic_staff_size ?p . ?q property:leader resource:Johann_Schneider-Ammann . resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university . resource:Accademia_di_Architettura_di_Mendrisio property:country ?q }", "graph_answer": [ "resource:Switzerland" ], "readable_answer": [ "Switzerland" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] } ]
University
6
13012
Id41
[ { "subject": "Acharya_Institute_of_Technology", "property": "free", "object": "All_India_Council_for_Technical_Education" }, { "subject": "All_India_Council_for_Technical_Education", "property": "location", "object": "Mumbai" }, { "subject": "Karnataka", "property": "northeast", "object": "Telangana" }, { "subject": "Visvesvaraya_Technological_University", "property": "city", "object": "Belgaum" }, { "subject": "Acharya_Institute_of_Technology", "property": "state", "object": "Karnataka" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliations", "object": "Visvesvaraya_Technological_University" } ]
[ { "subject": "Acharya_Institute_of_Technology", "property": "wasGivenTheTechnicalCampusStatusBy", "object": "All_India_Council_for_Technical_Education" }, { "subject": "All_India_Council_for_Technical_Education", "property": "location", "object": "Mumbai" }, { "subject": "Karnataka", "property": "hasToItsNortheast", "object": "Telangana" }, { "subject": "Visvesvaraya_Technological_University", "property": "city", "object": "Belgaum" }, { "subject": "Acharya_Institute_of_Technology", "property": "state", "object": "Karnataka" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliation", "object": "Visvesvaraya_Technological_University" } ]
(X (X (X)) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Acharya Institute of Technology in the state of Karnataka, is affiliated with Visvesvaraya Technological University. The school was given Technical Campus' status by All India Council for Technical Education. While the All India Council for Technical Education is in Mumbai, Visvesvaraya Technological University is in Belgaum and Acharya Institute of Technology is in the state of Karnataka which has Telangana to its northeast.", "The Acharya Institute of Technology in Karnataka, located to the northeast of Telangana, was given Technical Campus status by the All India Council for Technical Education in Mumbai. The Alcharya Institute of Technology is affiliated with the Visvesvaraya Technological University in Belgaum.", "The Acharya Institute of Technology in Karnataka, southwest of Telangana, was given the 'Technical Campus' status by the All India Council for Technical Education in Mumbai and is affiliated with the Visvesvaraya Technological University in Belgaum." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Karnataka", "property:has_to_its_northeast", "resource:Telangana" ], [ "resource:Visvesvaraya_Technological_University", "property:city", "resource:Belgaum" ], [ "resource:All_India_Council_for_Technical_Education", "property:location", "resource:Mumbai" ], [ "resource:Acharya_Institute_of_Technology", "property:was_given_the_technical_campus_status_by", "resource:All_India_Council_for_Technical_Education" ], [ "resource:Acharya_Institute_of_Technology", "rdf:type", "ontology:university" ], [ "resource:Acharya_Institute_of_Technology", "property:state", "resource:Karnataka" ], [ "resource:Acharya_Institute_of_Technology", "property:affiliation", "resource:Visvesvaraya_Technological_University" ] ]
Acharya_Institute_of_Technology
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "hasToItsNortheast", "readable": "has to its northeast", "graph": "property:has_to_its_northeast" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "wasGivenTheTechnicalCampusStatusBy", "readable": "was given the technical campus status by", "graph": "property:was_given_the_technical_campus_status_by" }, { "modified": "Acharya_Institute_of_Technology", "readable": "Acharya Institute of Technology", "graph": "resource:Acharya_Institute_of_Technology" }, { "modified": "All_India_Council_for_Technical_Education", "readable": "All India Council for Technical Education", "graph": "resource:All_India_Council_for_Technical_Education" }, { "modified": "Belgaum", "readable": "Belgaum", "graph": "resource:Belgaum" }, { "modified": "Karnataka", "readable": "Karnataka", "graph": "resource:Karnataka" }, { "modified": "Mumbai", "readable": "Mumbai", "graph": "resource:Mumbai" }, { "modified": "Telangana", "readable": "Telangana", "graph": "resource:Telangana" }, { "modified": "Visvesvaraya_Technological_University", "readable": "Visvesvaraya Technological University", "graph": "resource:Visvesvaraya_Technological_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?u ) WHERE { ?k property:was_given_the_technical_campus_status_by ?s . ?k property:affiliation resource:Visvesvaraya_Technological_University . ?k rdf:type ontology:university . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?u ) WHERE { ?k property:was_given_the_technical_campus_status_by ?s . ?k property:affiliation resource:Visvesvaraya_Technological_University . ?k rdf:type ontology:university . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "string_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:Karnataka property:place ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Karnataka property:place ?g }", "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" ] } ]
Politician
4
10476
Id160
[ { "subject": "Albert_Jennings_Fountain", "property": "birthPlace", "object": "Staten_Island" }, { "subject": "Albert_Jennings_Fountain", "property": "battles", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" }, { "subject": "Albert_Jennings_Fountain", "property": "deathPlace", "object": "United_States" } ]
[ { "subject": "Albert_Jennings_Fountain", "property": "birthPlace", "object": "Staten_Island" }, { "subject": "Albert_Jennings_Fountain", "property": "battle", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" }, { "subject": "Albert_Jennings_Fountain", "property": "deathPlace", "object": "United_States" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Staten Island is the birth place of Albert Jennings Fountain (died in the U.S.), who battled in the American Civil War, during which, Jefferson Davis was a commander.", "Albert Jennings Fountain, who was born in Staten Island and died in the United States, fought in the American Civil War, where one of the commanders was Jefferson Davis." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Albert_Jennings_Fountain", "rdf:type", "ontology:politician" ], [ "resource:Albert_Jennings_Fountain", "property:death_place", "resource:United_States" ], [ "resource:Albert_Jennings_Fountain", "property:battle", "resource:American_Civil_War" ], [ "resource:Albert_Jennings_Fountain", "property:birth_place", "resource:Staten_Island" ], [ "resource:American_Civil_War", "property:commander", "resource:Jefferson_Davis" ] ]
Albert_Jennings_Fountain
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "Albert_Jennings_Fountain", "readable": "Albert Jennings Fountain", "graph": "resource:Albert_Jennings_Fountain" }, { "modified": "American_Civil_War", "readable": "American Civil War", "graph": "resource:American_Civil_War" }, { "modified": "Jefferson_Davis", "readable": "Jefferson Davis", "graph": "resource:Jefferson_Davis" }, { "modified": "Staten_Island", "readable": "Staten Island", "graph": "resource:Staten_Island" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?x property:death_place ?g . ?x rdf:type ontology:politician . ?x property:birth_place resource:Uruguay }", "readable_query": "ASK WHERE { ?x property:death_place ?g . ?x rdf:type ontology:politician . ?x property:birth_place resource:Uruguay }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?a ) WHERE { resource:American_Civil_War property:commander ?e }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?a ) WHERE { resource:American_Civil_War property:commander ?e }", "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 ?q WHERE { resource:American_Civil_War property:commander ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:American_Civil_War property:commander ?q }", "graph_answer": [ "resource:Jefferson_Davis" ], "readable_answer": [ "Jefferson Davis" ], "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 ?p WHERE { ?p rdf:type ontology:politician . ?h property:commander resource:Jefferson_Davis . FILTER ( CONTAINS ( LCASE ( ?p ) , 'jennings' ) ) . ?p property:birth_place resource:Staten_Island . ?p property:battle ?h }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:politician . ?h property:commander resource:Jefferson_Davis . FILTER ( CONTAINS ( LCASE ( ?p ) , 'jennings' ) ) . ?p property:birth_place resource:Staten_Island . ?p property:battle ?h }", "graph_answer": [ "resource:Albert_Jennings_Fountain" ], "readable_answer": [ "Albert Jennings Fountain" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "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 ?j WHERE { resource:Albert_Jennings_Fountain property:year ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Albert_Jennings_Fountain property:year ?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" ] } ]
Building
2
3991
Id143
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "\"Asilomar Blvd., Pacific Grove, California\"@en" }, { "subject": "Asilomar_Conference_Grounds", "property": "yearOfConstruction", "object": "\"1913\"^^xsd:gYear" } ]
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "\"Asilomar Blvd., Pacific Grove, California\"" }, { "subject": "Asilomar_Conference_Grounds", "property": "yearOfConstruction", "object": "1913" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Asilomar Conference Grounds is located at Asilomar Blvd., Pacific Grove, California and was constructed in 1913.", "The Asilomar Conference Grounds were made in 1913 and are on the Asilomar Blvd, Pacific Grove, CA." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Asilomar_Conference_Grounds", "rdf:type", "ontology:building" ], [ "resource:Asilomar_Conference_Grounds", "property:location", "Asilomar Blvd., Pacific Grove, California" ], [ "resource:Asilomar_Conference_Grounds", "property:year_of_construction", "resource:1913" ] ]
Asilomar_Conference_Grounds
[ { "modified": "Asilomar Blvd., Pacific Grove, California", "readable": "Asilomar Blvd., Pacific Grove, California", "graph": "Asilomar Blvd., Pacific Grove, California" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "yearOfConstruction", "readable": "year of construction", "graph": "property:year_of_construction" }, { "modified": "1913", "readable": "1913", "graph": "resource:1913" }, { "modified": "Asilomar_Conference_Grounds", "readable": "Asilomar Conference Grounds", "graph": "resource:Asilomar_Conference_Grounds" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?g rdf:type ontology:building . ?g property:year_of_construction resource:1913 }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?g rdf:type ontology:building . ?g property:year_of_construction resource:1913 }", "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 ?n WHERE { ?n rdf:type ontology:building . ?n property:year_of_construction resource:1913 }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:building . ?n property:year_of_construction resource:1913 }", "graph_answer": [ "resource:Asilomar_Conference_Grounds" ], "readable_answer": [ "Asilomar Conference Grounds" ], "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 ?m WHERE { resource:Asilomar_Conference_Grounds property:diameter ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Asilomar_Conference_Grounds property:diameter ?m }", "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
12866
Id36
[ { "subject": "British_Hong_Kong", "property": "representative", "object": "Chris_Patten" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "Apollo_8", "property": "crew2Up", "object": "Buzz_Aldrin" }, { "subject": "Apollo_8", "property": "crewMembers", "object": "Frank_Borman" }, { "subject": "Apollo_8", "property": "operator", "object": "NASA" } ]
[ { "subject": "British_Hong_Kong", "property": "representative", "object": "Chris_Patten" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "Apollo_8", "property": "backupPilot", "object": "Buzz_Aldrin" }, { "subject": "Apollo_8", "property": "crewMembers", "object": "Frank_Borman" }, { "subject": "Apollo_8", "property": "operator", "object": "NASA" } ]
(X (X (X)) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "NASA's Apollo 8 had three crew members who included Frank Borman, Buzz Aldrin as the backup pilot and William Anders. Anders was born in British Hong Kong which has Chris Patten as its representative.", "Apollo 8 operated by NASA had three crew members in the form of backup pilot Buzz Aldrin, Frank Borman and William Anders. Anders was born in British Hong Kong where Chris Patten served as a representative." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:William_Anders", "rdf:type", "ontology:astronaut" ], [ "resource:William_Anders", "property:mission", "resource:Apollo_8" ], [ "resource:William_Anders", "property:birth_place", "resource:British_Hong_Kong" ], [ "resource:British_Hong_Kong", "property:representative", "resource:Chris_Patten" ], [ "resource:Apollo_8", "property:backup_pilot", "resource:Buzz_Aldrin" ], [ "resource:Apollo_8", "property:operator", "resource:NASA" ], [ "resource:Apollo_8", "property:crew_members", "resource:Frank_Borman" ] ]
William_Anders
[ { "modified": "backupPilot", "readable": "backup pilot", "graph": "property:backup_pilot" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "crewMembers", "readable": "crew members", "graph": "property:crew_members" }, { "modified": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "operator", "readable": "operator", "graph": "property:operator" }, { "modified": "representative", "readable": "representative", "graph": "property:representative" }, { "modified": "Apollo_8", "readable": "Apollo 8", "graph": "resource:Apollo_8" }, { "modified": "British_Hong_Kong", "readable": "British Hong Kong", "graph": "resource:British_Hong_Kong" }, { "modified": "Buzz_Aldrin", "readable": "Buzz Aldrin", "graph": "resource:Buzz_Aldrin" }, { "modified": "Chris_Patten", "readable": "Chris Patten", "graph": "resource:Chris_Patten" }, { "modified": "Frank_Borman", "readable": "Frank Borman", "graph": "resource:Frank_Borman" }, { "modified": "NASA", "readable": "NASA", "graph": "resource:NASA" }, { "modified": "William_Anders", "readable": "William Anders", "graph": "resource:William_Anders" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:astronaut . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'w' ) ) . ?b property:operator resource:NASA . ?k property:birth_place resource:British_Hong_Kong . ?k property:mission ?b }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:astronaut . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'w' ) ) . ?b property:operator resource:NASA . ?k property:birth_place resource:British_Hong_Kong . ?k property:mission ?b }", "graph_answer": [ "resource:William_Anders" ], "readable_answer": [ "William Anders" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "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 ?o WHERE { resource:William_Anders property:birth_place resource:British_Hong_Kong . resource:William_Anders rdf:type ontology:astronaut . resource:William_Anders property:mission ?o . ?o property:operator resource:NASA }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:William_Anders property:birth_place resource:British_Hong_Kong . resource:William_Anders rdf:type ontology:astronaut . resource:William_Anders property:mission ?o . ?o property:operator resource:NASA }", "graph_answer": [ "resource:Apollo_8" ], "readable_answer": [ "Apollo 8" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x ?v WHERE { resource:Apollo_8 property:crew_members ?x . resource:Apollo_8 property:backup_pilot ?v }", "readable_query": "SELECT DISTINCT ?x ?v WHERE { resource:Apollo_8 property:crew_members ?x . resource:Apollo_8 property:backup_pilot ?v }", "graph_answer": [ "resource:Frank_Borman", "resource:Buzz_Aldrin" ], "readable_answer": [ "Frank Borman", "Buzz Aldrin" ], "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" ] } ]
WrittenWork
3
8186
Id32
[ { "subject": "1634:_The_Ram_Rebellion", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "Eric_Flint", "property": "birthPlace", "object": "Burbank,_California" } ]
[ { "subject": "1634:_The_Ram_Rebellion", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "Eric_Flint", "property": "birthPlace", "object": "Burbank,_California" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Eric Flint, who was born in Burbank, California, was influenced by Robert A Heinlein and wrote the book 1634: The Ram Rebellion.", "Eric Flint, born in Burbank, California, is the author of 1634: The Ram Rebellion, influenced by Robert A. Heinlein.", "Born, Burbank California, Eric Flint, author of 1634: The Ram Rebellion, was influenced by Robert A Heinlein." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Eric_Flint", "property:influenced_by", "resource:Robert_A__Heinlein" ], [ "resource:Eric_Flint", "property:birth_place", "resource:Burbank__California" ], [ "resource:1634__The_Ram_Rebellion", "property:author", "resource:Eric_Flint" ], [ "resource:1634__The_Ram_Rebellion", "rdf:type", "ontology:written_work" ] ]
1634:_The_Ram_Rebellion
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "influencedBy", "readable": "influenced by", "graph": "property:influenced_by" }, { "modified": "1634:_The_Ram_Rebellion", "readable": "1634: The Ram Rebellion", "graph": "resource:1634__The_Ram_Rebellion" }, { "modified": "Burbank,_California", "readable": "Burbank, California", "graph": "resource:Burbank__California" }, { "modified": "Eric_Flint", "readable": "Eric Flint", "graph": "resource:Eric_Flint" }, { "modified": "Robert_A._Heinlein", "readable": "Robert A. Heinlein", "graph": "resource:Robert_A__Heinlein" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?s property:birth_place resource:Congress_Poland . ?t rdf:type ontology:written_work . ?t property:author ?s }", "readable_query": "ASK WHERE { ?s property:birth_place resource:Congress_Poland . ?t rdf:type ontology:written_work . ?t property:author ?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" ] } ]
Food
2
4725
Id237
[ { "subject": "Bionico", "property": "country", "object": "Mexico" }, { "subject": "Mexico", "property": "leader", "object": "Silvano_Aureoles_Conejo" } ]
[ { "subject": "Bionico", "property": "country", "object": "Mexico" }, { "subject": "Mexico", "property": "leader", "object": "Silvano_Aureoles_Conejo" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Silvano Aureoles Conejo is the leader of Mexico where Bionico is one of the local foods.", "Bionico is a food found in Mexico and its leader is Silvano Aureoles Conejo.", "Bionico is a food found in Mexico where the leader is Silvano Aureoles Conejo." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Mexico", "property:leader", "resource:Silvano_Aureoles_Conejo" ], [ "resource:Bionico", "rdf:type", "ontology:food" ], [ "resource:Bionico", "property:country", "resource:Mexico" ] ]
Bionico
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Bionico", "readable": "Bionico", "graph": "resource:Bionico" }, { "modified": "Mexico", "readable": "Mexico", "graph": "resource:Mexico" }, { "modified": "Silvano_Aureoles_Conejo", "readable": "Silvano Aureoles Conejo", "graph": "resource:Silvano_Aureoles_Conejo" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v ?w WHERE { ?v property:country ?w . ?w property:leader resource:Silvano_Aureoles_Conejo . ?v rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?v ?w WHERE { ?v property:country ?w . ?w property:leader resource:Silvano_Aureoles_Conejo . ?v rdf:type ontology:food }", "graph_answer": [ "resource:Bionico", "resource:Mexico" ], "readable_answer": [ "Bionico", "Mexico" ], "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" ] } ]
Airport
4
8564
Id162
[ { "subject": "Atlantic_City_International_Airport", "property": "elevation", "object": "\"23.0\"^^xsd:double" }, { "subject": "Atlantic_City_International_Airport", "property": "location", "object": "Egg_Harbor_Township,_New_Jersey" }, { "subject": "Egg_Harbor_Township,_New_Jersey", "property": "country", "object": "United_States" }, { "subject": "Egg_Harbor_Township,_New_Jersey", "property": "isPartOf", "object": "Atlantic_County,_New_Jersey" } ]
[ { "subject": "Atlantic_City_International_Airport", "property": "elevationAboveTheSeaLevel", "object": "23.0" }, { "subject": "Atlantic_City_International_Airport", "property": "location", "object": "Egg_Harbor_Township,_New_Jersey" }, { "subject": "Egg_Harbor_Township,_New_Jersey", "property": "country", "object": "United_States" }, { "subject": "Egg_Harbor_Township,_New_Jersey", "property": "isPartOf", "object": "Atlantic_County,_New_Jersey" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Atlantic City International Airport is located in Egg Harbor Township, New Jersey, USA, the Egg Harbor Township, New Jersey is a part of Atlantic County, New Jersey, the airport is 23.0 above sea level.", "Atlantic City International Airport is in Egg Harbor Township, New Jersey, Atlantic County, United States and is 23 metres above sea level.", "Atlantic City International Airport is located at Egg Harbor Township, Atlantic County, New Jersey in the United States and is 23 metres above sea level." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "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:elevation_above_the_sea_level", "resource:23_0" ], [ "resource:Egg_Harbor_Township__New_Jersey", "property:country", "resource:United_States" ], [ "resource:Egg_Harbor_Township__New_Jersey", "property:is_part_of", "resource:Atlantic_County__New_Jersey" ] ]
Atlantic_City_International_Airport
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "23.0", "readable": "23.0", "graph": "resource:23_0" }, { "modified": "Atlantic_City_International_Airport", "readable": "Atlantic City International Airport", "graph": "resource:Atlantic_City_International_Airport" }, { "modified": "Atlantic_County,_New_Jersey", "readable": "Atlantic County, New Jersey", "graph": "resource:Atlantic_County__New_Jersey" }, { "modified": "Egg_Harbor_Township,_New_Jersey", "readable": "Egg Harbor Township, New Jersey", "graph": "resource:Egg_Harbor_Township__New_Jersey" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?d ) WHERE { ?u property:is_part_of resource:Atlantic_County__New_Jersey }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?d ) WHERE { ?u property:is_part_of resource:Atlantic_County,_New_Jersey }", "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": "ASK WHERE { ?p rdf:type ontology:airport . ?p property:elevation_above_the_sea_level resource:265_0 }", "readable_query": "ASK WHERE { ?p rdf:type ontology:airport . ?p property:elevation_above_the_sea_level resource:265.0 }", "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 { ?i property:elevation_above_the_sea_level resource:23_0 . ?i rdf:type ontology:airport }", "readable_query": "ASK WHERE { ?i property:elevation_above_the_sea_level resource:23.0 . ?i rdf:type ontology:airport }", "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 ?z WHERE { ?z rdf:type ontology:airport . ?z property:elevation_above_the_sea_level resource:23_0 }", "readable_query": "SELECT ?z WHERE { ?z rdf:type ontology:airport . ?z property:elevation_above_the_sea_level resource:23.0 }", "graph_answer": [ "resource:Atlantic_City_International_Airport" ], "readable_answer": [ "Atlantic City International Airport" ], "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 ?g WHERE { ?h rdf:type ontology:airport . ?g property:country resource:United_States . ?h property:location ?g . ?h property:elevation_above_the_sea_level resource:23_0 }", "readable_query": "SELECT DISTINCT ?g WHERE { ?h rdf:type ontology:airport . ?g property:country resource:United_States . ?h property:location ?g . ?h property:elevation_above_the_sea_level resource:23.0 }", "graph_answer": [ "resource:Egg_Harbor_Township__New_Jersey" ], "readable_answer": [ "Egg Harbor Township, New Jersey" ], "type": [ "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" ] } ]
City
5
11853
Id74
[ { "subject": "Anderson_Township,_Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "subdivisionName", "object": "Anderson_Township,_Madison_County,_Indiana" }, { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" }, { "subject": "Anderson,_Indiana", "property": "areaTotal", "object": "1.07433e+08" }, { "subject": "Anderson,_Indiana", "property": "populationDensity", "object": "\"523.9\"^^xsd:double" } ]
[ { "subject": "Anderson_Township,_Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Anderson_Township,_Madison_County,_Indiana" }, { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" }, { "subject": "Anderson,_Indiana", "property": "areaTotal", "object": "107.43 (square kilometres)" }, { "subject": "Anderson,_Indiana", "property": "populationDensity", "object": "523.9 (inhabitants per square kilometre)" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Anderson which is part of Anderson Township in Madison County, Indiana United states has a total area of 107.43 square kilometres and a population density of 523.9 square kilometres.", "Anderson is part of Anderson Township, Madison County, Indiana in the United States. It has a total area of 107.43 sq km and a population density of 523.9 inhabitants per sq km.", "Anderson, Indiana, is part of the Anderson Township, Madison County in Indiana, United States, and it has an area of 107.43 square kilometres with a population density of 523.9 inhabitants per square kilometre." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Anderson_Township__Madison_County__Indiana", "property:country", "resource:United_States" ], [ "resource:Anderson__Indiana", "property:area_total", "107.43 (square kilometres)" ], [ "resource:Anderson__Indiana", "rdf:type", "ontology:city" ], [ "resource:Anderson__Indiana", "property:population_density", "523.9 (inhabitants per square kilometre)" ], [ "resource:Anderson__Indiana", "property:is_part_of", "resource:Anderson_Township__Madison_County__Indiana" ], [ "resource:Anderson__Indiana", "property:is_part_of", "resource:Madison_County__Indiana" ] ]
Anderson,_Indiana
[ { "modified": "107.43 (square kilometres)", "readable": "107.43", "graph": "107.43 (square kilometres)" }, { "modified": "523.9 (inhabitants per square kilometre)", "readable": "523.9", "graph": "523.9 (inhabitants per square kilometre)" }, { "modified": "areaTotal", "readable": "area total", "graph": "property:area_total" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "populationDensity", "readable": "population density", "graph": "property:population_density" }, { "modified": "Anderson_Township,_Madison_County,_Indiana", "readable": "Anderson Township, Madison County, Indiana", "graph": "resource:Anderson_Township__Madison_County__Indiana" }, { "modified": "Anderson,_Indiana", "readable": "Anderson, Indiana", "graph": "resource:Anderson__Indiana" }, { "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 ?j WHERE { { resource:Anderson__Indiana property:is_part_of ?j } MINUS { ?j property:country resource:United_States } }", "readable_query": "SELECT DISTINCT ?j WHERE { { resource:Anderson,_Indiana property:is_part_of ?j } MINUS { ?j property:country resource:United_States } }", "graph_answer": [ "resource:Madison_County__Indiana" ], "readable_answer": [ "Madison County, Indiana" ], "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 ?c WHERE { FILTER ( ?c != resource:Madison_County__Indiana ) . resource:Anderson__Indiana property:is_part_of ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { FILTER ( ?c != resource:Madison_County,_Indiana ) . resource:Anderson,_Indiana property:is_part_of ?c }", "graph_answer": [ "resource:Anderson_Township__Madison_County__Indiana" ], "readable_answer": [ "Anderson Township, Madison County, Indiana" ], "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 ?b ?f WHERE { resource:Anderson__Indiana property:area_total ?b . resource:Anderson__Indiana property:population_density ?f }", "readable_query": "SELECT DISTINCT ?b ?f WHERE { resource:Anderson,_Indiana property:area_total ?b . resource:Anderson,_Indiana property:population_density ?f }", "graph_answer": [ "107.43 (square kilometres)", "523.9 (inhabitants per square kilometre)" ], "readable_answer": [ "107.43", "523.9" ], "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" ] } ]
Building
5
11543
Id7
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "leader", "object": "Cyril_Ramaphosa" }, { "subject": "South_Africa", "property": "capital", "object": "Cape_Town" }, { "subject": "South_Africa", "property": "leaderName", "object": "Jacob_Zuma" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "White_South_African" } ]
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "capital", "object": "Cape_Town" }, { "subject": "South_Africa", "property": "leader", "object": "Cyril_Ramaphosa" }, { "subject": "South_Africa", "property": "leader", "object": "Jacob_Zuma" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "White_South_African" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The leader of South Africa is Cyril Ramaphosa and Jacob Zuma is also a leader in the country where one of the ethnic groups is the White South Africans. The country has the capital city of Cape Town and is the location of 11 Diagonal Street.", "11 Diagonal Street is located in South Africa, which has Cape Town as its capital. Among the country's leaders are Cyril Ramaphosa and Jacob Zuma, and white South Africans are one of the ethnic groups there .", "11 Diagonal Street is located in South Africa, where the capital city is Cape Town. Cyril Ramaphosa and Jacob Zuma are among the country's leaders, and ethnic groups include the white South Africans." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:South_Africa", "property:leader", "resource:Jacob_Zuma" ], [ "resource:South_Africa", "property:leader", "resource:Cyril_Ramaphosa" ], [ "resource:South_Africa", "property:capital", "resource:Cape_Town" ], [ "resource:South_Africa", "property:ethnic_group", "resource:White_South_African" ], [ "resource:11_Diagonal_Street", "rdf:type", "ontology:building" ], [ "resource:11_Diagonal_Street", "property:location", "resource:South_Africa" ] ]
11_Diagonal_Street
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "11_Diagonal_Street", "readable": "11 Diagonal Street", "graph": "resource:11_Diagonal_Street" }, { "modified": "Cape_Town", "readable": "Cape Town", "graph": "resource:Cape_Town" }, { "modified": "Cyril_Ramaphosa", "readable": "Cyril Ramaphosa", "graph": "resource:Cyril_Ramaphosa" }, { "modified": "Jacob_Zuma", "readable": "Jacob Zuma", "graph": "resource:Jacob_Zuma" }, { "modified": "South_Africa", "readable": "South Africa", "graph": "resource:South_Africa" }, { "modified": "White_South_African", "readable": "White South African", "graph": "resource:White_South_African" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q ?f WHERE { resource:South_Africa property:capital ?q . resource:South_Africa property:ethnic_group ?f }", "readable_query": "SELECT DISTINCT ?q ?f WHERE { resource:South_Africa property:capital ?q . resource:South_Africa property:ethnic_group ?f }", "graph_answer": [ "resource:Cape_Town", "resource:White_South_African" ], "readable_answer": [ "Cape Town", "White South African" ], "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 ( COUNT ( ?o ) AS ?m ) WHERE { resource:South_Africa property:leader ?o }", "readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?m ) WHERE { resource:South_Africa property:leader ?o }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "coreference", "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:South_Africa property:leader ?h . FILTER ( ?h != resource:Cyril_Ramaphosa ) }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:South_Africa property:leader ?h . FILTER ( ?h != resource:Cyril_Ramaphosa ) }", "graph_answer": [ "resource:Jacob_Zuma" ], "readable_answer": [ "Jacob Zuma" ], "type": [ "ellipsis", "coreference", "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 ?u WHERE { ?u property:location resource:South_Africa . ?u rdf:type ontology:building . FILTER ( CONTAINS ( LCASE ( ?u ) , 'street' ) ) }", "readable_query": "SELECT DISTINCT ?u WHERE { ?u property:location resource:South_Africa . ?u rdf:type ontology:building . FILTER ( CONTAINS ( LCASE ( ?u ) , 'street' ) ) }", "graph_answer": [ "resource:11_Diagonal_Street" ], "readable_answer": [ "11 Diagonal Street" ], "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 ?k WHERE { resource:South_Africa property:leader ?k . FILTER ( CONTAINS ( LCASE ( ?k ) , 'cyril' ) ) }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:South_Africa property:leader ?k . FILTER ( CONTAINS ( LCASE ( ?k ) , 'cyril' ) ) }", "graph_answer": [ "resource:Cyril_Ramaphosa" ], "readable_answer": [ "Cyril Ramaphosa" ], "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" ] } ]
ComicsCharacter
3
6980
Id33
[ { "subject": "Baymax", "property": "first", "object": "Big_Hero_6_(film)" }, { "subject": "Big_Hero_6_(film)", "property": "starring", "object": "Ryan_Potter" }, { "subject": "Big_Hero_6_(film)", "property": "distributor", "object": "Walt_Disney_Studios_Motion_Pictures" } ]
[ { "subject": "Baymax", "property": "firstAppearanceInFilm", "object": "Big_Hero_6_(film)" }, { "subject": "Big_Hero_6_(film)", "property": "starring", "object": "Ryan_Potter" }, { "subject": "Big_Hero_6_(film)", "property": "distributor", "object": "Walt_Disney_Studios_Motion_Pictures" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Big Hero 6, distributed by Walt Disney Studios Motion Pictures, starred Ryan Potter and was Baymax's first film appearance.", "Big Hero 6 stars Ryan Potter and was Baymax's first film appearance. It was distributed by Walt Disney Studios Motion Pictures.", "Baymax first appeared in the Walt Disney Studios distributed film Big Hero 6, starring Ryan Potter." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Baymax", "property:first_appearance_in_film", "resource:Big_Hero_6__film_" ], [ "resource:Baymax", "rdf:type", "ontology:comics_character" ], [ "resource:Big_Hero_6__film_", "property:distributor", "resource:Walt_Disney_Studios_Motion_Pictures" ], [ "resource:Big_Hero_6__film_", "property:starring", "resource:Ryan_Potter" ] ]
Baymax
[ { "modified": "distributor", "readable": "distributor", "graph": "property:distributor" }, { "modified": "firstAppearanceInFilm", "readable": "first appearance in film", "graph": "property:first_appearance_in_film" }, { "modified": "starring", "readable": "starring", "graph": "property:starring" }, { "modified": "Baymax", "readable": "Baymax", "graph": "resource:Baymax" }, { "modified": "Big_Hero_6_(film)", "readable": "Big Hero 6", "graph": "resource:Big_Hero_6__film_" }, { "modified": "Ryan_Potter", "readable": "Ryan Potter", "graph": "resource:Ryan_Potter" }, { "modified": "Walt_Disney_Studios_Motion_Pictures", "readable": "Walt Disney Studios Motion Pictures", "graph": "resource:Walt_Disney_Studios_Motion_Pictures" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t ?n WHERE { resource:Big_Hero_6__film_ property:starring ?t . resource:Big_Hero_6__film_ property:distributor ?n }", "readable_query": "SELECT DISTINCT ?t ?n WHERE { resource:Big_Hero_6_(film) property:starring ?t . resource:Big_Hero_6_(film) property:distributor ?n }", "graph_answer": [ "resource:Ryan_Potter", "resource:Walt_Disney_Studios_Motion_Pictures" ], "readable_answer": [ "Ryan Potter", "Walt Disney Studios Motion Pictures" ], "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 { ?m rdf:type ontology:comics_character . ?m property:first_appearance_in_film resource:Big_Hero_6__film_ }", "readable_query": "ASK WHERE { ?m rdf:type ontology:comics_character . ?m property:first_appearance_in_film resource:Big_Hero_6_(film) }", "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 ?j WHERE { ?j property:first_appearance_in_film resource:Big_Hero_6__film_ . ?j rdf:type ontology:comics_character }", "readable_query": "SELECT ?j WHERE { ?j property:first_appearance_in_film resource:Big_Hero_6_(film) . ?j rdf:type ontology:comics_character }", "graph_answer": [ "resource:Baymax" ], "readable_answer": [ "Baymax" ], "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" ] } ]