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
3
7367
Id280
[ { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "leader", "object": "Matteo_Renzi" }, { "subject": "Amatriciana_sauce", "property": "country", "object": "Italy" } ]
[ { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "leader", "object": "Matteo_Renzi" }, { "subject": "Amatriciana_sauce", "property": "country", "object": "Italy" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Rome is the capital of Italy, where Matteo Renzi is a leader, and where Amatriciana sauce can be found.", "Amatriciana sauce comes from Italy, a country led by Matteo Renzi and whose capital is Rome." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Amatriciana_sauce", "rdf:type", "ontology:food" ], [ "resource:Amatriciana_sauce", "property:country", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Matteo_Renzi" ], [ "resource:Italy", "property:capital", "resource:Rome" ] ]
Amatriciana_sauce
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Amatriciana_sauce", "readable": "Amatriciana sauce", "graph": "resource:Amatriciana_sauce" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Matteo_Renzi", "readable": "Matteo Renzi", "graph": "resource:Matteo_Renzi" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:food . ?o property:capital resource:Rome . ?s property:country ?o }", "readable_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:food . ?o property:capital resource:Rome . ?s property:country ?o }", "graph_answer": [ "resource:Amatriciana_sauce" ], "readable_answer": [ "Amatriciana sauce" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "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 ?m WHERE { ?m property:capital resource:Rome . resource:Amatriciana_sauce property:country ?m . resource:Amatriciana_sauce rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:capital resource:Rome . resource:Amatriciana_sauce property:country ?m . resource:Amatriciana_sauce rdf:type ontology:food }", "graph_answer": [ "resource:Italy" ], "readable_answer": [ "Italy" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { resource:Italy property:leader ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Italy property:leader ?f }", "graph_answer": [ "resource:Matteo_Renzi" ], "readable_answer": [ "Matteo Renzi" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8404
Id2
[ { "subject": "Aarhus_Airport", "property": "location", "object": "Tirstrup" }, { "subject": "Tirstrup", "property": "country", "object": "Denmark" }, { "subject": "Denmark", "property": "demonym", "object": "Danes" }, { "subject": "Tirstrup", "property": "subdivisionName", "object": "Central_Denmark_Region" } ]
[ { "subject": "Aarhus_Airport", "property": "location", "object": "Tirstrup" }, { "subject": "Tirstrup", "property": "country", "object": "Denmark" }, { "subject": "Denmark", "property": "demonym", "object": "Danes" }, { "subject": "Tirstrup", "property": "isPartOf", "object": "Central_Denmark_Region" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aarhus airport is located in Tirstrup which is part of the Central Denmark region. The demonym for the people of Denmark is Danes.", "The location of Aarhus Airport is Tirstrup in Denmark. Tirstrup is part of Central Denmark. The people of that country are Danes.", "Aarhus Airport is located in Tirstrup, which is part of the Central Denmark region. Danes is the name given to the people who live in Denmark." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Tirstrup", "property:country", "resource:Denmark" ], [ "resource:Tirstrup", "property:is_part_of", "resource:Central_Denmark_Region" ], [ "resource:Denmark", "property:demonym", "resource:Danes" ], [ "resource:Aarhus_Airport", "rdf:type", "ontology:airport" ], [ "resource:Aarhus_Airport", "property:location", "resource:Tirstrup" ] ]
Aarhus_Airport
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Aarhus_Airport", "readable": "Aarhus Airport", "graph": "resource:Aarhus_Airport" }, { "modified": "Central_Denmark_Region", "readable": "Central Denmark Region", "graph": "resource:Central_Denmark_Region" }, { "modified": "Danes", "readable": "Danes", "graph": "resource:Danes" }, { "modified": "Denmark", "readable": "Denmark", "graph": "resource:Denmark" }, { "modified": "Tirstrup", "readable": "Tirstrup", "graph": "resource:Tirstrup" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b ?u WHERE { ?u property:is_part_of resource:Central_Denmark_Region . ?b property:location ?u . ?b rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?b ?u WHERE { ?u property:is_part_of resource:Central_Denmark_Region . ?b property:location ?u . ?b rdf:type ontology:airport }", "graph_answer": [ "resource:Aarhus_Airport", "resource:Tirstrup" ], "readable_answer": [ "Aarhus Airport", "Tirstrup" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?z property:religion resource:Church_of_Denmark . ?h property:country ?z . ?h property:is_part_of resource:Denmark }", "readable_query": "SELECT DISTINCT ?h WHERE { ?z property:religion resource:Church_of_Denmark . ?h property:country ?z . ?h property:is_part_of resource:Denmark }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "meaningful", "no_answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
4
9953
Id242
[ { "subject": "Binignit", "property": "mainIngredient", "object": "Sweet_potato" }, { "subject": "Sweet_potato", "property": "division", "object": "Flowering_plant" }, { "subject": "Binignit", "property": "ingredient", "object": "Taro" }, { "subject": "Sweet_potato", "property": "order", "object": "Solanales" } ]
[ { "subject": "Binignit", "property": "mainIngredient", "object": "Sweet_potato" }, { "subject": "Sweet_potato", "property": "division", "object": "Flowering_plant" }, { "subject": "Binignit", "property": "ingredient", "object": "Taro" }, { "subject": "Sweet_potato", "property": "order", "object": "Solanales" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Binignit includes the ingredients sweet potato (a flowering plant of the order Solanales) and taro.", "Binignit's main ingredients are sweet potatoes which belongs to flowering plants and the Solanales order. The dish also contains Taro." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Sweet_potato", "property:division", "resource:Flowering_plant" ], [ "resource:Sweet_potato", "property:order", "resource:Solanales" ], [ "resource:Binignit", "property:ingredient", "resource:Taro" ], [ "resource:Binignit", "property:main_ingredient", "resource:Sweet_potato" ], [ "resource:Binignit", "rdf:type", "ontology:food" ] ]
Binignit
[ { "modified": "division", "readable": "division", "graph": "property:division" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "order", "readable": "order", "graph": "property:order" }, { "modified": "Binignit", "readable": "Binignit", "graph": "resource:Binignit" }, { "modified": "Flowering_plant", "readable": "Flowering plant", "graph": "resource:Flowering_plant" }, { "modified": "Solanales", "readable": "Solanales", "graph": "resource:Solanales" }, { "modified": "Sweet_potato", "readable": "Sweet potato", "graph": "resource:Sweet_potato" }, { "modified": "Taro", "readable": "Taro", "graph": "resource:Taro" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Binignit property:main_ingredient resource:Sweet_potato }", "readable_query": "ASK WHERE { resource:Binignit property:main_ingredient resource:Sweet_potato }", "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 ?w WHERE { resource:Binignit property:distributor ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Binignit property:distributor ?w }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
2
3557
Id169
[ { "subject": "Allen_Forrest", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "stylisticOrigins", "object": "Blues" } ]
[ { "subject": "Allen_Forrest", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "stylisticOrigin", "object": "Blues" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Allen Forrest performs rhythm and blues music, a genre that originated from blues music.", "Allen Forrest lays Rhythm and Blues which originated from blues music.", "Allen Forrest plays Rhythm and Blues, which originated from the blues." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Rhythm_and_blues", "property:stylistic_origin", "resource:Blues" ], [ "resource:Allen_Forrest", "rdf:type", "ontology:artist" ], [ "resource:Allen_Forrest", "property:genre", "resource:Rhythm_and_blues" ] ]
Allen_Forrest
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Allen_Forrest", "readable": "Allen Forrest", "graph": "resource:Allen_Forrest" }, { "modified": "Blues", "readable": "Blues", "graph": "resource:Blues" }, { "modified": "Rhythm_and_blues", "readable": "Rhythm and blues", "graph": "resource:Rhythm_and_blues" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Allen_Forrest property:genre ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Allen_Forrest property:genre ?b }", "graph_answer": [ "resource:Rhythm_and_blues" ], "readable_answer": [ "Rhythm and blues" ], "type": [ "complete", "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 ?d WHERE { resource:Rhythm_and_blues property:ship_displacement ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Rhythm_and_blues property:ship_displacement ?d }", "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
5
12501
Id20
[ { "subject": "Abdul_Taib_Mahmud", "property": "successor", "object": "Adenan_Satem" }, { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "Parti_Pesaka_Bumiputera_Bersatu" }, { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "Kuching" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Miri,_Malaysia" }, { "subject": "Adenan_Satem", "property": "almaMater", "object": "University_of_Adelaide" } ]
[ { "subject": "Abdul_Taib_Mahmud", "property": "successor", "object": "Adenan_Satem" }, { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "Parti_Pesaka_Bumiputera_Bersatu" }, { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "Kuching" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Miri,_Malaysia" }, { "subject": "Adenan_Satem", "property": "almaMater", "object": "University_of_Adelaide" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Succeeded by Adenan Satem, Abdul Taib Mahmud, was born in Miri, Malaysia and resides in Kuching. His alma mater is the University of Adelaide and his party is the Parti Pesaka Bumiputera Bersatu.", "Abdul Taib Mahmud ws born in Miri, Malaysia and resides in Kuching. His party was the Parti Pesaka Bumiputera Bersatu and he was succeeded by Adenan Satem who attended the University of Adelaide.", "Adenan Satem, who succeeded Abdul Taib Mahmud, attended the University of Adelaide. He succeeded Abdul Taib Mahmud who was born in Miri, Malaysia, lives in Kuching and is a member of the Parti Pesaka Bumiputera Bersatu." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adenan_Satem", "property:alma_mater", "resource:University_of_Adelaide" ], [ "resource:Abdul_Taib_Mahmud", "property:party", "resource:Parti_Pesaka_Bumiputera_Bersatu" ], [ "resource:Abdul_Taib_Mahmud", "rdf:type", "ontology:politician" ], [ "resource:Abdul_Taib_Mahmud", "property:successor", "resource:Adenan_Satem" ], [ "resource:Abdul_Taib_Mahmud", "property:residence", "resource:Kuching" ], [ "resource:Abdul_Taib_Mahmud", "property:birth_place", "resource:Miri__Malaysia" ] ]
Abdul_Taib_Mahmud
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "residence", "readable": "residence", "graph": "property:residence" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Abdul_Taib_Mahmud", "readable": "Abdul Taib Mahmud", "graph": "resource:Abdul_Taib_Mahmud" }, { "modified": "Adenan_Satem", "readable": "Adenan Satem", "graph": "resource:Adenan_Satem" }, { "modified": "Kuching", "readable": "Kuching", "graph": "resource:Kuching" }, { "modified": "Miri,_Malaysia", "readable": "Miri, Malaysia", "graph": "resource:Miri__Malaysia" }, { "modified": "Parti_Pesaka_Bumiputera_Bersatu", "readable": "Parti Pesaka Bumiputera Bersatu", "graph": "resource:Parti_Pesaka_Bumiputera_Bersatu" }, { "modified": "University_of_Adelaide", "readable": "University of Adelaide", "graph": "resource:University_of_Adelaide" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Adenan_Satem property:alma_mater ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Adenan_Satem property:alma_mater ?l }", "graph_answer": [ "resource:University_of_Adelaide" ], "readable_answer": [ "University of Adelaide" ], "type": [ "complete", "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 { ?d property:birth_place resource:Athens . ?d rdf:type ontology:politician . ?d property:party resource:Parti_Pesaka_Bumiputera_Bersatu }", "readable_query": "ASK WHERE { ?d property:birth_place resource:Athens . ?d rdf:type ontology:politician . ?d property:party resource:Parti_Pesaka_Bumiputera_Bersatu }", "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 { ?v rdf:type ontology:politician . ?v property:birth_place resource:Miri__Malaysia . ?v property:party resource:Parti_Pesaka_Bumiputera_Bersatu }", "readable_query": "ASK WHERE { ?v rdf:type ontology:politician . ?v property:birth_place resource:Miri,_Malaysia . ?v property:party resource:Parti_Pesaka_Bumiputera_Bersatu }", "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 ?r WHERE { ?r rdf:type ontology:politician . ?r property:party resource:Parti_Pesaka_Bumiputera_Bersatu . ?r property:birth_place resource:Miri__Malaysia }", "readable_query": "SELECT ?r WHERE { ?r rdf:type ontology:politician . ?r property:party resource:Parti_Pesaka_Bumiputera_Bersatu . ?r property:birth_place resource:Miri,_Malaysia }", "graph_answer": [ "resource:Abdul_Taib_Mahmud" ], "readable_answer": [ "Abdul Taib Mahmud" ], "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" ] } ]
Food
2
4691
Id203
[ { "subject": "Bhajji", "property": "alias", "object": "\"Bhaji, bajji\"@en" }, { "subject": "Bhajji", "property": "ingredient", "object": "Gram_flour" } ]
[ { "subject": "Bhajji", "property": "alternativeName", "object": "\"Bhaji, bajji\"" }, { "subject": "Bhajji", "property": "ingredient", "object": "Gram_flour" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bhajji is also known as Bhaji or bajji and contains gram flour.", "Bhaji or bajji is made with gram flour. Bhajji is another name of that dish.", "Bhaji and bajji are alternative names for Bhajji which uses gram flour." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bhajji", "property:ingredient", "resource:Gram_flour" ], [ "resource:Bhajji", "rdf:type", "ontology:food" ], [ "resource:Bhajji", "property:alternative_name", "resource:Bhaji__bajji" ] ]
Bhajji
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Bhaji, bajji", "readable": "Bhaji, bajji", "graph": "resource:Bhaji__bajji" }, { "modified": "Bhajji", "readable": "Bhajji", "graph": "resource:Bhajji" }, { "modified": "Gram_flour", "readable": "Gram flour", "graph": "resource:Gram_flour" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:food . ?x property:alternative_name resource:Bhaji__bajji . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'b' ) ) . ?x property:ingredient resource:Gram_flour }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:food . ?x property:alternative_name resource:Bhaji,_bajji . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'b' ) ) . ?x property:ingredient resource:Gram_flour }", "graph_answer": [ "resource:Bhajji" ], "readable_answer": [ "Bhajji" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
City
4
9589
Id188
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Albuquerque,_New_Mexico", "property": "leaderTitle", "object": "New_Mexico_Senate" }, { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "Albuquerque,_New_Mexico", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Albuquerque,_New_Mexico", "property": "leaderTitle", "object": "New_Mexico_Senate" }, { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "Albuquerque,_New_Mexico", "property": "country", "object": "United_States" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Led by the New Mexico Senate, Albuquerque, New Mexico, is in the United States. The country where Barack Obama is the leader and African Americans are one of the ethnic groups.", "The New Mexico Senate leads Albuquerque in New Mexico, United States. Barack Obama is the leader of the United States, some other black people live there too.", "Albuquerque, New Mexico, United States, is led by the New Mexico Senate. Barack Obama is a leader of the United States, where African Americans constitute one of the ethnic groups." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albuquerque__New_Mexico", "property:leader_title", "resource:New_Mexico_Senate" ], [ "resource:Albuquerque__New_Mexico", "rdf:type", "ontology:city" ], [ "resource:Albuquerque__New_Mexico", "property:country", "resource:United_States" ], [ "resource:United_States", "property:leader", "resource:Barack_Obama" ], [ "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": "leader", "readable": "leader", "graph": "property:leader" }, { "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": "Barack_Obama", "readable": "Barack Obama", "graph": "resource:Barack_Obama" }, { "modified": "New_Mexico_Senate", "readable": "New Mexico Senate", "graph": "resource:New_Mexico_Senate" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?n ) WHERE { ?x rdf:type ontology:city . ?x property:country ?w . ?x property:leader_title resource:New_Mexico_Senate . ?w property:ethnic_group resource:African_Americans }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?n ) WHERE { ?x rdf:type ontology:city . ?x property:country ?w . ?x property:leader_title resource:New_Mexico_Senate . ?w property:ethnic_group resource:African_Americans }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?i property:country ?z . ?i property:leader_title resource:New_Mexico_Senate . ?i rdf:type ontology:city . ?z property:ethnic_group resource:African_Americans }", "readable_query": "SELECT DISTINCT ?z WHERE { ?i property:country ?z . ?i property:leader_title resource:New_Mexico_Senate . ?i rdf:type ontology:city . ?z property:ethnic_group resource:African_Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:city . ?z property:country resource:United_States . ?z property:leader_title resource:New_Mexico_Senate }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:city . ?z property:country resource:United_States . ?z property:leader_title resource:New_Mexico_Senate }", "graph_answer": [ "resource:Albuquerque__New_Mexico" ], "readable_answer": [ "Albuquerque, New Mexico" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:United_States property:music_fusion_genre ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:United_States property:music_fusion_genre ?y }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Company
4
9670
Id16
[ { "subject": "Chinabank", "property": "location", "object": "Philippines" }, { "subject": "Philippines", "property": "leader", "object": "Leni_Robredo" }, { "subject": "Philippines", "property": "leader", "object": "Maria_Lourdes_Sereno" }, { "subject": "Chinabank", "property": "foundingYear", "object": "1920-01-01" } ]
[ { "subject": "Chinabank", "property": "location", "object": "Philippines" }, { "subject": "Philippines", "property": "leader", "object": "Leni_Robredo" }, { "subject": "Philippines", "property": "leader", "object": "Maria_Lourdes_Sereno" }, { "subject": "Chinabank", "property": "foundingDate", "object": "1920-08-16" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Chinabank is located in the Philippines and was founded on the 16th of August, 1920, the leaders are Leni Robredo and Maria Lourdes Sereno.", "Chinabank was founded on 1920-08-16 in the Philippines, where Leni Robredo is a Filipino leader with Filipina leader Maria Lourdes Sereno.", "The Philippines' Chinabank was founded 08-16-1920. The leaders of the Philippines are Leni Robredo and Maria Lourdes Sereno." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Chinabank", "property:founding_date", "resource:1920_08_16" ], [ "resource:Chinabank", "rdf:type", "ontology:company" ], [ "resource:Chinabank", "property:location", "resource:Philippines" ], [ "resource:Philippines", "property:leader", "resource:Maria_Lourdes_Sereno" ], [ "resource:Philippines", "property:leader", "resource:Leni_Robredo" ] ]
Chinabank
[ { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "1920-08-16", "readable": "1920-08-16", "graph": "resource:1920_08_16" }, { "modified": "Chinabank", "readable": "Chinabank", "graph": "resource:Chinabank" }, { "modified": "Leni_Robredo", "readable": "Leni Robredo", "graph": "resource:Leni_Robredo" }, { "modified": "Maria_Lourdes_Sereno", "readable": "Maria Lourdes Sereno", "graph": "resource:Maria_Lourdes_Sereno" }, { "modified": "Philippines", "readable": "Philippines", "graph": "resource:Philippines" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?u = \"1920_08_16\" ) . ?a property:founding_date ?u . ?a rdf:type ontology:company . ?a property:location ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?u = \"1920-08-16\" ) . ?a property:founding_date ?u . ?a rdf:type ontology:company . ?a property:location ?e }", "graph_answer": [ "resource:Philippines" ], "readable_answer": [ "Philippines" ], "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 ?t WHERE { FILTER ( ?f = \"1920_08_16\" ) . ?t property:location resource:Philippines . ?t rdf:type ontology:company . ?t property:founding_date ?f }", "readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?f = \"1920-08-16\" ) . ?t property:location resource:Philippines . ?t rdf:type ontology:company . ?t property:founding_date ?f }", "graph_answer": [ "resource:Chinabank" ], "readable_answer": [ "Chinabank" ], "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 ?y WHERE { resource:Philippines property:leader ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Philippines property:leader ?y }", "graph_answer": [ "resource:Maria_Lourdes_Sereno", "resource:Leni_Robredo" ], "readable_answer": [ "Maria Lourdes Sereno", "Leni Robredo" ], "type": [ "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" ] } ]
WrittenWork
3
8275
Id121
[ { "subject": "Above_the_Veil", "property": "author", "object": "Garth_Nix" }, { "subject": "Above_the_Veil", "property": "isbn", "object": "\"0-439-17685-9\"" }, { "subject": "Above_the_Veil", "property": "mediaType", "object": "Hardcover" } ]
[ { "subject": "Above_the_Veil", "property": "author", "object": "Garth_Nix" }, { "subject": "Above_the_Veil", "property": "isbnNumber", "object": "\"0-439-17685-9\"" }, { "subject": "Above_the_Veil", "property": "mediaType", "object": "Hardcover" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Above the Veil (ISBN number 0-439-17685-9) is written by Garth Nix and is available in hardcover.", "Above the Veil, written by Garth Nix is available in hardcover and has the ISBN number 0-439-17685-9.", "The ISBN number of Above the Veil is 0-439-17685-9 and it is available in hardcover with the book being written by Garth Nix." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Above_the_Veil", "property:media_type", "resource:Hardcover" ], [ "resource:Above_the_Veil", "property:author", "resource:Garth_Nix" ], [ "resource:Above_the_Veil", "rdf:type", "ontology:written_work" ], [ "resource:Above_the_Veil", "property:isbn_number", "resource:0_439_17685_9" ] ]
Above_the_Veil
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "isbnNumber", "readable": "isbn number", "graph": "property:isbn_number" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "0-439-17685-9", "readable": "0-439-17685-9", "graph": "resource:0_439_17685_9" }, { "modified": "Above_the_Veil", "readable": "Above the Veil", "graph": "resource:Above_the_Veil" }, { "modified": "Garth_Nix", "readable": "Garth Nix", "graph": "resource:Garth_Nix" }, { "modified": "Hardcover", "readable": "Hardcover", "graph": "resource:Hardcover" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?t property:isbn_number resource:0_439_92550_9 . ?t rdf:type ontology:written_work }", "readable_query": "ASK WHERE { ?t property:isbn_number resource:0-439-92550-9 . ?t rdf:type ontology:written_work }", "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 { ?g property:isbn_number resource:0_439_17685_9 . ?g rdf:type ontology:written_work }", "readable_query": "ASK WHERE { ?g property:isbn_number resource:0-439-17685-9 . ?g rdf:type ontology:written_work }", "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 ?s WHERE { ?s property:isbn_number resource:0_439_17685_9 . ?s rdf:type ontology:written_work }", "readable_query": "SELECT ?s WHERE { ?s property:isbn_number resource:0-439-17685-9 . ?s rdf:type ontology:written_work }", "graph_answer": [ "resource:Above_the_Veil" ], "readable_answer": [ "Above the Veil" ], "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 ?o ?j WHERE { resource:Above_the_Veil property:author ?o . resource:Above_the_Veil property:media_type ?j }", "readable_query": "SELECT DISTINCT ?o ?j WHERE { resource:Above_the_Veil property:author ?o . resource:Above_the_Veil property:media_type ?j }", "graph_answer": [ "resource:Garth_Nix", "resource:Hardcover" ], "readable_answer": [ "Garth Nix", "Hardcover" ], "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
3
7160
Id73
[ { "subject": "Asam_pedas", "property": "mainIngredient", "object": "\"Fish cooked in sour and hot sauce\"@en" }, { "subject": "Asam_pedas", "property": "region", "object": "Sumatra" }, { "subject": "Asam_pedas", "property": "country", "object": "\"Indonesia and Malaysia\"@en" } ]
[ { "subject": "Asam_pedas", "property": "region", "object": "Sumatra" }, { "subject": "Asam_pedas", "property": "mainIngredient", "object": "\"Fish cooked in sour and hot sauce\"" }, { "subject": "Asam_pedas", "property": "country", "object": "\"Indonesia and Malaysia\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A dish from Sumatra, Malaysia and Indonesia called asam pedas is fish cooked in a sour and hot sauce.", "Asam pedas is from Indonesia, Malaysia and Sumatra and mainly consists of fish cooked in a sour and hot sauce.", "Asam pedas is a dish from Sumatra, Indonesia and Malaysia. Its main ingredient is fish cooked in sour and hot sauce." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Asam_pedas", "property:main_ingredient", "Fish cooked in sour and hot sauce" ], [ "resource:Asam_pedas", "rdf:type", "ontology:food" ], [ "resource:Asam_pedas", "property:country", "resource:Indonesia_and_Malaysia" ], [ "resource:Asam_pedas", "property:region", "resource:Sumatra" ] ]
Asam_pedas
[ { "modified": "Fish cooked in sour and hot sauce", "readable": "Fish cooked in sour and hot sauce", "graph": "Fish cooked in sour and hot sauce" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Asam_pedas", "readable": "Asam pedas", "graph": "resource:Asam_pedas" }, { "modified": "Indonesia and Malaysia", "readable": "Indonesia and Malaysia", "graph": "resource:Indonesia_and_Malaysia" }, { "modified": "Sumatra", "readable": "Sumatra", "graph": "resource:Sumatra" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { resource:Asam_pedas property:region ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Asam_pedas property:region ?s }", "graph_answer": [ "resource:Sumatra" ], "readable_answer": [ "Sumatra" ], "type": [ "complete", "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 ?e WHERE { FILTER ( CONTAINS ( LCASE ( ?e ) , 'indonesia' ) ) . resource:Asam_pedas property:country ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( CONTAINS ( LCASE ( ?e ) , 'indonesia' ) ) . resource:Asam_pedas property:country ?e }", "graph_answer": [ "resource:Indonesia_and_Malaysia" ], "readable_answer": [ "Indonesia and Malaysia" ], "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 ?x WHERE { resource:Asam_pedas property:latin_name ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Asam_pedas property:latin_name ?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" ] } ]
Politician
5
12490
Id9
[ { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "Parti_Pesaka_Bumiputera_Bersatu" }, { "subject": "Abdul_Taib_Mahmud", "property": "region", "object": "Asajaya" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Miri,_Malaysia" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthDate", "object": "\"1936-05-21\"^^xsd:date" }, { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\"@en" } ]
[ { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "Parti_Pesaka_Bumiputera_Bersatu" }, { "subject": "Abdul_Taib_Mahmud", "property": "region", "object": "Asajaya" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Miri,_Malaysia" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthDate", "object": "1936-05-21" }, { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Miri, Malaysia, is the birthplace of Abdul Taib Mahmud, whose date of birth is 1936-05-21. Abdul Taib Mahmud represented Asajaya and resides in Demak Jaya, Jalan Bako, Kuching, Sarawak. Abdul Taib Mahmud's party is the Parti Pesaka Bumiputera Bersatu.", "Abdul Taib Mahmud was born on 1936-05-21, in Miri, Malaysia. His party is the Parti Pesaka Bumiputera Bersatu and he represented the Asajaya region. Abdul Taib Mahmud resides in Demak Jaya, Jalan Bako, Kuching, Sarawak.", "Abdul Taib Mahmud was born in Miri, Malaysia on May 21st, 1936. His party is the Parti Pesaka Bumiputera Bersatu and he represented the Asajaya region. His current residence is Demak Jaya, Jalan Bako, Kuching, Sarawak." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abdul_Taib_Mahmud", "property:party", "resource:Parti_Pesaka_Bumiputera_Bersatu" ], [ "resource:Abdul_Taib_Mahmud", "rdf:type", "ontology:politician" ], [ "resource:Abdul_Taib_Mahmud", "property:birth_date", "resource:1936_05_21" ], [ "resource:Abdul_Taib_Mahmud", "property:residence", "resource:Sarawak" ], [ "resource:Abdul_Taib_Mahmud", "property:residence", "resource:Demak_Jaya" ], [ "resource:Abdul_Taib_Mahmud", "property:residence", "resource:Jalan_Bako" ], [ "resource:Abdul_Taib_Mahmud", "property:residence", "resource:Kuching" ], [ "resource:Abdul_Taib_Mahmud", "property:region", "resource:Asajaya" ], [ "resource:Abdul_Taib_Mahmud", "property:birth_place", "resource:Miri__Malaysia" ] ]
Abdul_Taib_Mahmud
[ { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "residence", "readable": "residence", "graph": "property:residence" }, { "modified": "1936-05-21", "readable": "1936-05-21", "graph": "resource:1936_05_21" }, { "modified": "Abdul_Taib_Mahmud", "readable": "Abdul Taib Mahmud", "graph": "resource:Abdul_Taib_Mahmud" }, { "modified": "Asajaya", "readable": "Asajaya", "graph": "resource:Asajaya" }, { "modified": "Demak Jaya", "readable": "Demak Jaya", "graph": "resource:Demak_Jaya" }, { "modified": "Jalan Bako", "readable": "Jalan Bako", "graph": "resource:Jalan_Bako" }, { "modified": "Kuching", "readable": "Kuching", "graph": "resource:Kuching" }, { "modified": "Miri,_Malaysia", "readable": "Miri, Malaysia", "graph": "resource:Miri__Malaysia" }, { "modified": "Parti_Pesaka_Bumiputera_Bersatu", "readable": "Parti Pesaka Bumiputera Bersatu", "graph": "resource:Parti_Pesaka_Bumiputera_Bersatu" }, { "modified": "Sarawak", "readable": "Sarawak", "graph": "resource:Sarawak" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?v property:birth_date ?n . ?v rdf:type ontology:politician . ?v property:birth_place ?c . FILTER ( ?n = \"1936_05_21\" ) }", "readable_query": "SELECT DISTINCT ?c WHERE { ?v property:birth_date ?n . ?v rdf:type ontology:politician . ?v property:birth_place ?c . FILTER ( ?n = \"1936-05-21\" ) }", "graph_answer": [ "resource:Miri__Malaysia" ], "readable_answer": [ "Miri, Malaysia" ], "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 { ?s property:region ?n . ?s rdf:type ontology:politician . ?s property:birth_place resource:Dallas }", "readable_query": "ASK WHERE { ?s property:region ?n . ?s rdf:type ontology:politician . ?s property:birth_place resource:Dallas }", "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
3
8118
Id22
[ { "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": "numberOfStudents", "object": "600" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "dean", "object": "Mario_Botta" }, { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "city", "object": "Mendrisio" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Accademia di Architettura di Mendrisio is located in Mendrisio. Its dean is called Mario Botta and it has 600 students.", "There are 600 students at the Accademia di Architettura di Mendrisio which has Mario Botta as Dean and is situated in the city of Mendrisio.", "The dean of Accademia di Architettura di Mendrisio is Mario Botta and it has 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:number_of_students", "600" ] ]
Accademia_di_Architettura_di_Mendrisio
[ { "modified": "600", "readable": "600", "graph": "600" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "dean", "readable": "dean", "graph": "property:dean" }, { "modified": "numberOfStudents", "readable": "number of students", "graph": "property:number_of_students" }, { "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:university . ?y property:number_of_students ?l . FILTER ( ?l >= '400' ) }", "readable_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:university . ?y property:number_of_students ?l . FILTER ( ?l >= '400' ) }", "graph_answer": [ "resource:Accademia_di_Architettura_di_Mendrisio" ], "readable_answer": [ "Accademia di Architettura di Mendrisio" ], "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 ?s WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:number_of_students ?s . FILTER ( ?s >= '400' ) . resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:number_of_students ?s . FILTER ( ?s >= '400' ) . resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university }", "graph_answer": [ "600" ], "readable_answer": [ "600" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:dean resource:Mario_Botta }", "readable_query": "ASK WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:dean resource:Mario_Botta }", "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" ] } ]
Politician
5
12587
Id106
[ { "subject": "Alvah_Sabin", "property": "activeYearsEndDate", "object": "\"1857-03-03\"^^xsd:date" }, { "subject": "Vermont", "property": "largestCity", "object": "Burlington,_Vermont" }, { "subject": "Alvah_Sabin", "property": "state", "object": "Vermont" }, { "subject": "Alvah_Sabin", "property": "deathPlace", "object": "Sycamore,_Illinois" }, { "subject": "Sycamore,_Illinois", "property": "region", "object": "DeKalb_County,_Illinois" } ]
[ { "subject": "Alvah_Sabin", "property": "activeYearsEndDate", "object": "1857-03-03" }, { "subject": "Vermont", "property": "largestCity", "object": "Burlington,_Vermont" }, { "subject": "Alvah_Sabin", "property": "state", "object": "Vermont" }, { "subject": "Alvah_Sabin", "property": "deathPlace", "object": "Sycamore,_Illinois" }, { "subject": "Sycamore,_Illinois", "property": "region", "object": "DeKalb_County,_Illinois" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Vermont's Alvah Sabin died in Sycamore, DeKalb County, Illinois. He retired 03/03/1857. The largest city in Vermont is Burlington.", "Alvah Sabin was from Vermont, the largest city of which is Burlington. Alvah Sabin ended his career on 1857-03-03 and died in Sycamore, part of Dekalb County, 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" ], [ "resource:Alvah_Sabin", "property:state", "resource:Vermont" ], [ "resource:Alvah_Sabin", "property:active_years_end_date", "resource:1857_03_03" ], [ "resource:Vermont", "property:largest_city", "resource:Burlington__Vermont" ] ]
Alvah_Sabin
[ { "modified": "activeYearsEndDate", "readable": "active years end date", "graph": "property:active_years_end_date" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "1857-03-03", "readable": "1857-03-03", "graph": "resource:1857_03_03" }, { "modified": "Alvah_Sabin", "readable": "Alvah Sabin", "graph": "resource:Alvah_Sabin" }, { "modified": "Burlington,_Vermont", "readable": "Burlington, Vermont", "graph": "resource:Burlington__Vermont" }, { "modified": "DeKalb_County,_Illinois", "readable": "DeKalb County, Illinois", "graph": "resource:DeKalb_County__Illinois" }, { "modified": "Sycamore,_Illinois", "readable": "Sycamore, Illinois", "graph": "resource:Sycamore__Illinois" }, { "modified": "Vermont", "readable": "Vermont", "graph": "resource:Vermont" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?h property:active_years_end_date ?m . ?h rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?m ) , '1857' ) ) . ?h property:state ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { ?h property:active_years_end_date ?m . ?h rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?m ) , '1857' ) ) . ?h property:state ?t }", "graph_answer": [ "resource:Vermont" ], "readable_answer": [ "Vermont" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Sycamore__Illinois property:higher ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Sycamore,_Illinois property:higher ?r }", "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
3
7922
Id253
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "Abraham_A._Ribicoff", "property": "birthPlace", "object": "New_Britain,_Connecticut" }, { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "Abraham_A._Ribicoff", "property": "birthPlace", "object": "New_Britain,_Connecticut" }, { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "United_States" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Native Americans are an ethnic group in the US where Abraham A Ribicoff has nationality, having been born in New Britain, Connecticut.", "Abraham A. Ribicoff was born in New Britain, Connecticut, the United States (also home to Native Americans).", "Native Americans are an ethnic group in the United States, where Abraham A Ribicoff was born in New Britain, Connecticut." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:Abraham_A__Ribicoff", "rdf:type", "ontology:politician" ], [ "resource:Abraham_A__Ribicoff", "property:nationality", "resource:United_States" ], [ "resource:Abraham_A__Ribicoff", "property:birth_place", "resource:New_Britain__Connecticut" ] ]
Abraham_A._Ribicoff
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Abraham_A._Ribicoff", "readable": "Abraham A. Ribicoff", "graph": "resource:Abraham_A__Ribicoff" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "New_Britain,_Connecticut", "readable": "New Britain, Connecticut", "graph": "resource:New_Britain__Connecticut" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i ?f WHERE { resource:Abraham_A__Ribicoff property:nationality ?i . resource:Abraham_A__Ribicoff property:birth_place ?f }", "readable_query": "SELECT DISTINCT ?i ?f WHERE { resource:Abraham_A._Ribicoff property:nationality ?i . resource:Abraham_A._Ribicoff property:birth_place ?f }", "graph_answer": [ "resource:United_States", "resource:New_Britain__Connecticut" ], "readable_answer": [ "United States", "New Britain, Connecticut" ], "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:ethnic_group resource:Native_Americans_in_the_United_States }", "readable_query": "ASK WHERE { resource:United_States property:ethnic_group resource:Native_Americans_in_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" ] } ]
Airport
3
5724
Id57
[ { "subject": "Al_Asad_Airbase", "property": "location", "object": "Iraq" }, { "subject": "Al_Asad_Airbase", "property": "runwayLength", "object": "\"3990.0\"^^xsd:double" }, { "subject": "Al_Asad_Airbase", "property": "operator", "object": "\"United States Air Force\"@en" } ]
[ { "subject": "Al_Asad_Airbase", "property": "operatingOrganisation", "object": "United_States_Air_Force" }, { "subject": "Al_Asad_Airbase", "property": "location", "object": "Iraq" }, { "subject": "Al_Asad_Airbase", "property": "runwayLength", "object": "3990.0" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Al Asad Airbase in Iraq with a runway length of 3,990 is operated by the United States Air Force.", "Al Asad Airbase, operated by the USAF, is found in Iraq and has a runway length of 3990.0.", "The USAF operates the Al Asad Airbase, which is in Iraq and has a runway length of 3990.0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Al_Asad_Airbase", "property:runway_length", "resource:3990_0" ], [ "resource:Al_Asad_Airbase", "rdf:type", "ontology:airport" ], [ "resource:Al_Asad_Airbase", "property:location", "resource:Iraq" ], [ "resource:Al_Asad_Airbase", "property:operating_organisation", "resource:United_States_Air_Force" ] ]
Al_Asad_Airbase
[ { "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": "3990.0", "readable": "3990.0", "graph": "resource:3990_0" }, { "modified": "Al_Asad_Airbase", "readable": "Al Asad Airbase", "graph": "resource:Al_Asad_Airbase" }, { "modified": "Iraq", "readable": "Iraq", "graph": "resource:Iraq" }, { "modified": "United_States_Air_Force", "readable": "United States Air Force", "graph": "resource:United_States_Air_Force" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?d WHERE { resource:Al_Asad_Airbase property:location ?d . resource:Al_Asad_Airbase property:operating_organisation ?h }", "readable_query": "SELECT DISTINCT ?h ?d WHERE { resource:Al_Asad_Airbase property:location ?d . resource:Al_Asad_Airbase property:operating_organisation ?h }", "graph_answer": [ "resource:United_States_Air_Force", "resource:Iraq" ], "readable_answer": [ "United States Air Force", "Iraq" ], "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 ?s WHERE { resource:Al_Asad_Airbase property:influenced_by ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Al_Asad_Airbase property:influenced_by ?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" ] } ]
ComicsCharacter
2
4338
Id3
[ { "subject": "Airman_(comics)", "property": "creator", "object": "George_Kapitan" }, { "subject": "Airman_(comics)", "property": "creators", "object": "Harry_Sahle" } ]
[ { "subject": "Airman_(comicsCharacter)", "property": "creator", "object": "Harry_Sahle" }, { "subject": "Airman_(comicsCharacter)", "property": "creator", "object": "George_Kapitan" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The creators of the comic character Airman were Harry Sahle and George Kapitan.", "The comic book character Airman was created by both Harry Sahle and George Kapitan.", "The creators of the comic book character Airman were Harry Sahle and George Kapitan." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Airman__comicsCharacter_", "property:creator", "resource:George_Kapitan" ], [ "resource:Airman__comicsCharacter_", "property:creator", "resource:Harry_Sahle" ], [ "resource:Airman__comicsCharacter_", "rdf:type", "ontology:comics_character" ] ]
Airman_(comicsCharacter)
[ { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "Airman_(comicsCharacter)", "readable": "Airman", "graph": "resource:Airman__comicsCharacter_" }, { "modified": "George_Kapitan", "readable": "George Kapitan", "graph": "resource:George_Kapitan" }, { "modified": "Harry_Sahle", "readable": "Harry Sahle", "graph": "resource:Harry_Sahle" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?i ) WHERE { resource:Airman__comicsCharacter_ property:creator ?b }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?i ) WHERE { resource:Airman_(comicsCharacter) property:creator ?b }", "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 ?g WHERE { resource:Airman__comicsCharacter_ property:creator ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Airman_(comicsCharacter) property:creator ?g }", "graph_answer": [ "resource:George_Kapitan", "resource:Harry_Sahle" ], "readable_answer": [ "George Kapitan", "Harry Sahle" ], "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" ] } ]
MeanOfTransportation
5
12331
Id48
[ { "subject": "Alhambra_(1855)", "property": "shipOwner", "object": "P&O_(company)" }, { "subject": "P&O_(company)", "property": "location", "object": "London" }, { "subject": "Alhambra_(1855)", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra_(1855)", "property": "builder", "object": "Samuda_Brothers" }, { "subject": "Alhambra_(1855)", "property": "MeanOfTransportation/length", "object": "\"63800.0\"^^<http://dbpedia.org/datatype/millimetre>" } ]
[ { "subject": "Alhambra", "property": "owner", "object": "P&O_(company)" }, { "subject": "P&O_(company)", "property": "location", "object": "London" }, { "subject": "Alhambra", "property": "powerType", "object": "Humphrys,_Tennant_and_Dykes" }, { "subject": "Alhambra", "property": "builder", "object": "Samuda_Brothers" }, { "subject": "Alhambra", "property": "length", "object": "63800.0 (millimetres)" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Alhambra (built by the Samuda Brothers) is owned by the P & O company, located in London. It is powered by a Humphrys, Tennant and Dykes engine, and is 63800.0 millimetres long.", "The Alhambra was built by the Samuda Brothers, is powered by a Humphrys, Tennant and Dykes engine and is 63800.0 mms in length. It is owned by the London based company P&O.", "The Alhambra was built by the Samuda Brothers, had a length of 63800.0 mms and was powered by a Humphrys, Tennant and Dykes engine. It is owned by the London based company of P&O." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:P_O__company_", "property:location", "resource:London" ], [ "resource:Alhambra", "property:length", "63800.0 (millimetres)" ], [ "resource:Alhambra", "property:power_type", "resource:Humphrys__Tennant_and_Dykes" ], [ "resource:Alhambra", "property:owner", "resource:P_O__company_" ], [ "resource:Alhambra", "property:builder", "resource:Samuda_Brothers" ] ]
Alhambra
[ { "modified": "63800.0 (millimetres)", "readable": "63800.0", "graph": "63800.0 (millimetres)" }, { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "Alhambra", "readable": "Alhambra", "graph": "resource:Alhambra" }, { "modified": "Humphrys,_Tennant_and_Dykes", "readable": "Humphrys, Tennant and Dykes", "graph": "resource:Humphrys__Tennant_and_Dykes" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "P&O_(company)", "readable": "P&O", "graph": "resource:P_O__company_" }, { "modified": "Samuda_Brothers", "readable": "Samuda Brothers", "graph": "resource:Samuda_Brothers" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?d property:length '192000.0 (millimetres)' . ?d property:builder resource:Samuda_Brothers }", "readable_query": "ASK WHERE { ?d property:length '192000.0 (millimetres)' . ?d property:builder resource:Samuda_Brothers }", "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": "SELECT DISTINCT ( COUNT ( ?u ) AS ?j ) WHERE { ?u property:location resource:London }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?j ) WHERE { ?u property:location resource:London }", "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 { ?g property:location resource:London }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:location resource:London }", "graph_answer": [ "resource:P_O__company_" ], "readable_answer": [ "P&O" ], "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 ?q WHERE { ?t property:owner resource:P_O__company_ . ?t property:power_type ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { ?t property:owner resource:P&O_(company) . ?t property:power_type ?q }", "graph_answer": [ "resource:Humphrys__Tennant_and_Dykes" ], "readable_answer": [ "Humphrys, Tennant and Dykes" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?l property:length '63800.0 (millimetres)' . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?l property:owner resource:P_O__company_ }", "readable_query": "SELECT DISTINCT ?l WHERE { ?l property:length '63800.0 (millimetres)' . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?l property:owner resource:P&O_(company) }", "graph_answer": [ "resource:Alhambra" ], "readable_answer": [ "Alhambra" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Alhambra property:garrison ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Alhambra property:garrison ?c }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
2
5558
Id93
[ { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
[ { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Loyal Character Dancer is published in the United States where English is the language.", "A Loyal Character Dancer is published in the United States, a country whose official language is English.", "A Loyal Character Dancer is published in the United States, where the language is English." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:A_Loyal_Character_Dancer", "rdf:type", "ontology:written_work" ], [ "resource:A_Loyal_Character_Dancer", "property:country", "resource:United_States" ] ]
A_Loyal_Character_Dancer
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "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": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( LCASE ( ?i ) , 'states' ) ) . ?h rdf:type ontology:written_work . ?h property:country ?i . ?i property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( LCASE ( ?i ) , 'states' ) ) . ?h rdf:type ontology:written_work . ?h property:country ?i . ?i property:language resource:English_language }", "graph_answer": [ "resource:A_Loyal_Character_Dancer" ], "readable_answer": [ "A Loyal Character Dancer" ], "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 ?u WHERE { resource:A_Loyal_Character_Dancer property:country ?u . resource:A_Loyal_Character_Dancer rdf:type ontology:written_work . ?u property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:A_Loyal_Character_Dancer property:country ?u . resource:A_Loyal_Character_Dancer rdf:type ontology:written_work . ?u property:language resource:English_language }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
2
4067
Id48
[ { "subject": "101_Helena", "property": "discoverer", "object": "James_Craig_Watson" }, { "subject": "James_Craig_Watson", "property": "education", "object": "University_of_Michigan" } ]
[ { "subject": "101_Helena", "property": "discoverer", "object": "James_Craig_Watson" }, { "subject": "James_Craig_Watson", "property": "almaMater", "object": "University_of_Michigan" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "James Craig Watson's Alma mater is the University of Michigan and he discovered 101 Helena.", "James Craig Watson, who discovered 101 Helena, studied at the University of Michigan.", "James Craig Watson studied at the University of Michigan and was the discoverer of 101 Helena." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:101_Helena", "rdf:type", "ontology:celestial_body" ], [ "resource:101_Helena", "property:discoverer", "resource:James_Craig_Watson" ], [ "resource:James_Craig_Watson", "property:alma_mater", "resource:University_of_Michigan" ] ]
101_Helena
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "101_Helena", "readable": "101 Helena", "graph": "resource:101_Helena" }, { "modified": "James_Craig_Watson", "readable": "James Craig Watson", "graph": "resource:James_Craig_Watson" }, { "modified": "University_of_Michigan", "readable": "University of Michigan", "graph": "resource:University_of_Michigan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?n property:discoverer ?r . ?r property:alma_mater resource:University_of_Michigan . ?n rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?n ) , 'helena' ) ) }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:discoverer ?r . ?r property:alma_mater resource:University_of_Michigan . ?n rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?n ) , 'helena' ) ) }", "graph_answer": [ "resource:101_Helena" ], "readable_answer": [ "101 Helena" ], "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 ?b WHERE { resource:101_Helena property:discoverer ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:101_Helena property:discoverer ?b }", "graph_answer": [ "resource:James_Craig_Watson" ], "readable_answer": [ "James Craig Watson" ], "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
4
9583
Id182
[ { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Albany,_Georgia", "property": "subdivisionName", "object": "Dougherty_County,_Georgia" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Albany,_Georgia", "property": "isPartOf", "object": "Dougherty_County,_Georgia" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Albany is part of Dougherty County in Georgia, United States. The inhabitants of the United States are known as Americans and some of them are Asian Americans.", "Albany, Georgia, in Dougherty County, is in the United States where the people are known as Americans and among the ethnic groups are Asian Americans." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Albany__Georgia", "rdf:type", "ontology:city" ], [ "resource:Albany__Georgia", "property:country", "resource:United_States" ], [ "resource:Albany__Georgia", "property:is_part_of", "resource:Dougherty_County__Georgia" ], [ "resource:United_States", "property:demonym", "resource:Americans" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ] ]
Albany,_Georgia
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Albany,_Georgia", "readable": "Albany, Georgia", "graph": "resource:Albany__Georgia" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "Dougherty_County,_Georgia", "readable": "Dougherty County, Georgia", "graph": "resource:Dougherty_County__Georgia" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?t ) WHERE { ?w property:ethnic_group resource:Asian_Americans }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?t ) WHERE { ?w property:ethnic_group resource:Asian_Americans }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e property:ethnic_group resource:Asian_Americans }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:ethnic_group resource:Asian_Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Albany__Georgia property:is_part_of resource:Dougherty_County__Georgia }", "readable_query": "ASK WHERE { resource:Albany,_Georgia property:is_part_of resource:Dougherty_County,_Georgia }", "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" ] } ]
MeanOfTransportation
3
7557
Id157
[ { "subject": "Ariane_5", "property": "sites", "object": "ELA-3" }, { "subject": "Ariane_5", "property": "manufacturer", "object": "European_Space_Agency" }, { "subject": "Ariane_5", "property": "finalFlight", "object": "\"2004-12-18\"^^xsd:date" } ]
[ { "subject": "Ariane_5", "property": "launchSite", "object": "ELA-3" }, { "subject": "Ariane_5", "property": "manufacturer", "object": "European_Space_Agency" }, { "subject": "Ariane_5", "property": "finalFlight", "object": "2004-12-18" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ariane 5 is manufactured by the European Space Agency, the launch sitte was ELA-3 launchpad. The final flight of Ariane 5 was on the 18th December 2004.", "The Ariane 5 was launched at ELA-3 and its final flight was on December 18, 2004. It was manufactured by The European Space Agency.", "The European Space Agency manufactured the Ariane 5 which was launched from ELA-3 and had its final flight on 18 December 2004." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ariane_5", "property:launch_site", "resource:ELA_3" ], [ "resource:Ariane_5", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Ariane_5", "property:manufacturer", "resource:European_Space_Agency" ], [ "resource:Ariane_5", "property:final_flight", "resource:2004_12_18" ] ]
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": "2004-12-18", "readable": "2004-12-18", "graph": "resource:2004_12_18" }, { "modified": "Ariane_5", "readable": "Ariane 5", "graph": "resource:Ariane_5" }, { "modified": "ELA-3", "readable": "ELA-3", "graph": "resource:ELA_3" }, { "modified": "European_Space_Agency", "readable": "European Space Agency", "graph": "resource:European_Space_Agency" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?b property:final_flight ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2004' ) ) . ?b rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:final_flight ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2004' ) ) . ?b rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:Ariane_5" ], "readable_answer": [ "Ariane 5" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v ?n WHERE { resource:Ariane_5 property:manufacturer ?n . resource:Ariane_5 property:final_flight ?v }", "readable_query": "SELECT DISTINCT ?v ?n WHERE { resource:Ariane_5 property:manufacturer ?n . resource:Ariane_5 property:final_flight ?v }", "graph_answer": [ "resource:2004_12_18", "resource:European_Space_Agency" ], "readable_answer": [ "2004-12-18", "European Space Agency" ], "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:Ariane_5 property:launch_site resource:ELA_3 }", "readable_query": "ASK WHERE { resource:Ariane_5 property:launch_site resource:ELA-3 }", "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" ] } ]
Politician
4
10321
Id5
[ { "subject": "Aaron_S._Daggett", "property": "battles", "object": "Battle_of_the_Wilderness" }, { "subject": "Aaron_S._Daggett", "property": "award", "object": "Purple_Heart" }, { "subject": "Aaron_S._Daggett", "property": "deathPlace", "object": "Massachusetts" }, { "subject": "Aaron_S._Daggett", "property": "birthPlace", "object": "Maine" } ]
[ { "subject": "Aaron_S._Daggett", "property": "battle", "object": "Battle_of_the_Wilderness" }, { "subject": "Aaron_S._Daggett", "property": "award", "object": "Purple_Heart" }, { "subject": "Aaron_S._Daggett", "property": "deathPlace", "object": "Massachusetts" }, { "subject": "Aaron_S._Daggett", "property": "birthPlace", "object": "Maine" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Aaron S. Daggett was born in Maine and he died in Massachusetts. He fought in the Battle of the Wilderness and was awarded the Purple Heart.", "Aaron S. Daggett, who was born in Maine and died in Massachusetts, has fought in the Battle of the Wilderness and was awarded the Purple Heart." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Aaron_S__Daggett", "property:award", "resource:Purple_Heart" ], [ "resource:Aaron_S__Daggett", "rdf:type", "ontology:politician" ], [ "resource:Aaron_S__Daggett", "property:death_place", "resource:Massachusetts" ], [ "resource:Aaron_S__Daggett", "property:battle", "resource:Battle_of_the_Wilderness" ], [ "resource:Aaron_S__Daggett", "property:birth_place", "resource:Maine" ] ]
Aaron_S._Daggett
[ { "modified": "award", "readable": "award", "graph": "property:award" }, { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "Aaron_S._Daggett", "readable": "Aaron S. Daggett", "graph": "resource:Aaron_S__Daggett" }, { "modified": "Battle_of_the_Wilderness", "readable": "Battle of the Wilderness", "graph": "resource:Battle_of_the_Wilderness" }, { "modified": "Maine", "readable": "Maine", "graph": "resource:Maine" }, { "modified": "Massachusetts", "readable": "Massachusetts", "graph": "resource:Massachusetts" }, { "modified": "Purple_Heart", "readable": "Purple Heart", "graph": "resource:Purple_Heart" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?q rdf:type ontology:politician . ?q property:birth_place resource:Dallas . ?q property:award resource:Purple_Heart }", "readable_query": "ASK WHERE { ?q rdf:type ontology:politician . ?q property:birth_place resource:Dallas . ?q property:award resource:Purple_Heart }", "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 { ?y property:birth_place resource:Maine . ?y property:award resource:Purple_Heart . ?y rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?y property:birth_place resource:Maine . ?y property:award resource:Purple_Heart . ?y rdf:type ontology:politician }", "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 ?s WHERE { ?s property:birth_place resource:Maine . ?s rdf:type ontology:politician . ?s property:award resource:Purple_Heart }", "readable_query": "SELECT ?s WHERE { ?s property:birth_place resource:Maine . ?s rdf:type ontology:politician . ?s property:award resource:Purple_Heart }", "graph_answer": [ "resource:Aaron_S__Daggett" ], "readable_answer": [ "Aaron S. Daggett" ], "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 ?b ?d WHERE { resource:Aaron_S__Daggett property:death_place ?d . resource:Aaron_S__Daggett property:battle ?b }", "readable_query": "SELECT DISTINCT ?b ?d WHERE { resource:Aaron_S._Daggett property:death_place ?d . resource:Aaron_S._Daggett property:battle ?b }", "graph_answer": [ "resource:Battle_of_the_Wilderness", "resource:Massachusetts" ], "readable_answer": [ "Battle of the Wilderness", "Massachusetts" ], "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" ] } ]
University
6
12974
Id3
[ { "subject": "AWH_Engineering_College", "property": "country", "object": "India" }, { "subject": "AWH_Engineering_College", "property": "established", "object": "2001" }, { "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": "established", "object": "2001" }, { "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 (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "AWH Engineering College in Kuttikkattoor, India is in the state of Kerala which has Mahe to its northwest. The school was established in 2001 and employs 250 people in its academic department.", "Established in 2001, the AWH Engineering College in Kuttikkattoor, Kerala, southeast of Mahe, India. It currently has 250 staff.", "Kerala is a state in India which is positioned with Mahe to its northwest. It is also home to the AWH Engineering College which is located in the city of Kuttikkattoor, India. The college was founded in 2001 and has 250 members of 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:country", "resource:India" ], [ "resource:AWH_Engineering_College", "property:established", "resource:2001" ], [ "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": "established", "readable": "established", "graph": "property:established" }, { "modified": "hasToItsNorthwest", "readable": "has to its northwest", "graph": "property:has_to_its_northwest" }, { "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": "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 ?w WHERE { ?i property:has_to_its_northwest resource:Mah___India . ?w rdf:type ontology:university . ?w property:state ?i . ?w property:academic_staff_size ?z . FILTER ( ?z = '250' ) }", "readable_query": "SELECT DISTINCT ?w WHERE { ?i property:has_to_its_northwest resource:Mahé,_India . ?w rdf:type ontology:university . ?w property:state ?i . ?w property:academic_staff_size ?z . FILTER ( ?z = '250' ) }", "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 ?l WHERE { FILTER ( ?y = '250' ) . resource:AWH_Engineering_College property:academic_staff_size ?y . resource:AWH_Engineering_College rdf:type ontology:university . ?l property:has_to_its_northwest resource:Mah___India . resource:AWH_Engineering_College property:state ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?y = '250' ) . resource:AWH_Engineering_College property:academic_staff_size ?y . resource:AWH_Engineering_College rdf:type ontology:university . ?l property:has_to_its_northwest resource:Mahé,_India . resource:AWH_Engineering_College property:state ?l }", "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 ?b ?c WHERE { resource:AWH_Engineering_College property:country ?c . resource:AWH_Engineering_College property:established ?b }", "readable_query": "SELECT DISTINCT ?b ?c WHERE { resource:AWH_Engineering_College property:country ?c . resource:AWH_Engineering_College property:established ?b }", "graph_answer": [ "resource:2001", "resource:India" ], "readable_answer": [ "2001", "India" ], "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 ( COUNT ( ?f ) AS ?i ) WHERE { resource:AWH_Engineering_College property:city ?f }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?i ) WHERE { resource:AWH_Engineering_College property:city ?f }", "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 ?q WHERE { resource:AWH_Engineering_College property:city ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:AWH_Engineering_College property:city ?q }", "graph_answer": [ "resource:Kuttikkattoor" ], "readable_answer": [ "Kuttikkattoor" ], "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" ] } ]
Artist
3
6027
Id173
[ { "subject": "Allen_Forrest", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "derivative", "object": "Funk" }, { "subject": "Rhythm_and_blues", "property": "stylisticOrigin", "object": "Blues" } ]
[ { "subject": "Allen_Forrest", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "derivative", "object": "Funk" }, { "subject": "Rhythm_and_blues", "property": "stylisticOrigin", "object": "Blues" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Allen Forrest performs rhythm and blues music, a style that originated from blues and was derived into funk.", "Allen Forrest performs rhythm and blues music, which originated from the blues. Funk is a derivative of rhythm and blues.", "Allen Forrest's genre of music is Rhythm and Blues; which originated from the blues and has the derivative, Funk." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Rhythm_and_blues", "property:derivative", "resource:Funk" ], [ "resource:Rhythm_and_blues", "property:stylistic_origin", "resource:Blues" ], [ "resource:Allen_Forrest", "rdf:type", "ontology:artist" ], [ "resource:Allen_Forrest", "property:genre", "resource:Rhythm_and_blues" ] ]
Allen_Forrest
[ { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Allen_Forrest", "readable": "Allen Forrest", "graph": "resource:Allen_Forrest" }, { "modified": "Blues", "readable": "Blues", "graph": "resource:Blues" }, { "modified": "Funk", "readable": "Funk", "graph": "resource:Funk" }, { "modified": "Rhythm_and_blues", "readable": "Rhythm and blues", "graph": "resource:Rhythm_and_blues" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n ?m WHERE { resource:Rhythm_and_blues property:derivative ?n . resource:Rhythm_and_blues property:stylistic_origin ?m }", "readable_query": "SELECT DISTINCT ?n ?m WHERE { resource:Rhythm_and_blues property:derivative ?n . resource:Rhythm_and_blues property:stylistic_origin ?m }", "graph_answer": [ "resource:Funk", "resource:Blues" ], "readable_answer": [ "Funk", "Blues" ], "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:Allen_Forrest property:genre resource:Rhythm_and_blues . resource:Allen_Forrest rdf:type ontology:artist }", "readable_query": "ASK WHERE { resource:Allen_Forrest property:genre resource:Rhythm_and_blues . resource:Allen_Forrest rdf:type ontology:artist }", "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" ] } ]
Airport
4
8426
Id24
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "Paracuellos_de_Jarama" }, { "subject": "ENAIRE", "property": "locationCity", "object": "Madrid" }, { "subject": "Madrid", "property": "country", "object": "Spain" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "operator", "object": "ENAIRE" } ]
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "Paracuellos_de_Jarama" }, { "subject": "ENAIRE", "property": "city", "object": "Madrid" }, { "subject": "Madrid", "property": "country", "object": "Spain" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "operatingOrganisation", "object": "ENAIRE" } ]
(X (X) (X (X (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Located at Paracuellos de Jarama, Adolfo Suarez Madrid-Barajas airport is operated by ENAIRE which is in the city of Madrid, in Spain.", "Adolfo Suarez Madrid-Barajas airport is located at Paracuellos de Jarama in the city of Madrid, Spain, the airport is operated by ENAIRE." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:location", "resource:Paracuellos_de_Jarama" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:operating_organisation", "resource:ENAIRE" ], [ "resource:ENAIRE", "property:city", "resource:Madrid" ], [ "resource:Madrid", "property:country", "resource:Spain" ] ]
Adolfo_Suárez_Madrid–Barajas_Airport
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "Adolfo_Suárez_Madrid–Barajas_Airport", "readable": "Adolfo Suárez Madrid–Barajas Airport", "graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport" }, { "modified": "ENAIRE", "readable": "ENAIRE", "graph": "resource:ENAIRE" }, { "modified": "Madrid", "readable": "Madrid", "graph": "resource:Madrid" }, { "modified": "Paracuellos_de_Jarama", "readable": "Paracuellos de Jarama", "graph": "resource:Paracuellos_de_Jarama" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Madrid property:country resource:Spain }", "readable_query": "ASK WHERE { resource:Madrid property:country resource:Spain }", "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 ?n WHERE { ?n property:leader_party resource:Ahora_Madrid }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:leader_party resource:Ahora_Madrid }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "meaningful", "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 ( ?h ) AS ?c ) WHERE { ?h property:location resource:Paracuellos_de_Jarama . ?h property:operating_organisation resource:ENAIRE . ?h rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?c ) WHERE { ?h property:location resource:Paracuellos_de_Jarama . ?h property:operating_organisation resource:ENAIRE . ?h rdf:type ontology:airport }", "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 ?q WHERE { ?q property:location resource:Paracuellos_de_Jarama . ?q property:operating_organisation resource:ENAIRE . ?q rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q property:location resource:Paracuellos_de_Jarama . ?q property:operating_organisation resource:ENAIRE . ?q rdf:type ontology:airport }", "graph_answer": [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport" ], "readable_answer": [ "Adolfo Suárez Madrid–Barajas Airport" ], "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" ] } ]
Company
6
12935
Id15
[ { "subject": "Trane", "property": "product", "object": "Building_Management_System" }, { "subject": "Trane", "property": "revenue", "object": "1.0264E10" }, { "subject": "Trane", "property": "netIncome", "object": "5.563E8" }, { "subject": "Trane", "property": "location", "object": "Swords,_Dublin" }, { "subject": "Trane", "property": "type", "object": "Subsidiary" }, { "subject": "Trane", "property": "foundingYear", "object": "1913-01-01" } ]
[ { "subject": "Trane", "property": "product", "object": "Building_Management_System" }, { "subject": "Trane", "property": "revenue", "object": "10264000000" }, { "subject": "Trane", "property": "netIncome", "object": "556300000" }, { "subject": "Trane", "property": "location", "object": "Swords,_Dublin" }, { "subject": "Trane", "property": "type", "object": "Subsidiary" }, { "subject": "Trane", "property": "foundingDate", "object": "1913-01-01" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Trane is a subsidiary founded on 1913-01-01 in Swords, Dublin, that produces building management systems. Trane has a revenue of $10,264,000,000, and a net income of about $556 million.", "Trane is a subsidiary company founded in Swords, Dublin that makes building management systems with revenue of 10264000000. Trane was founded on 01-01-1913 has a net income of $536,300,000.", "Trane, a manufacturer of building management systems in Swords, Dublin, was founded on January 1 1919. They are a subsidiary whose net income is $556,300,000. Their net revenue is $10,264,000,000." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Trane", "property:net_income", "556300000" ], [ "resource:Trane", "property:founding_date", "resource:1913_01_01" ], [ "resource:Trane", "property:revenue", "10264000000" ], [ "resource:Trane", "property:product", "resource:Building_Management_System" ], [ "resource:Trane", "rdf:type", "ontology:subsidiary" ], [ "resource:Trane", "rdf:type", "ontology:company" ], [ "resource:Trane", "property:location", "resource:Swords__Dublin" ] ]
Trane
[ { "modified": "10264000000", "readable": "10264000000", "graph": "10264000000" }, { "modified": "556300000", "readable": "556300000", "graph": "556300000" }, { "modified": "Subsidiary", "readable": "subsidiary", "graph": "ontology:subsidiary" }, { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "netIncome", "readable": "net income", "graph": "property:net_income" }, { "modified": "product", "readable": "product", "graph": "property:product" }, { "modified": "revenue", "readable": "revenue", "graph": "property:revenue" }, { "modified": "1913-01-01", "readable": "1913-01-01", "graph": "resource:1913_01_01" }, { "modified": "Building_Management_System", "readable": "Building Management System", "graph": "resource:Building_Management_System" }, { "modified": "Swords,_Dublin", "readable": "Swords, Dublin", "graph": "resource:Swords__Dublin" }, { "modified": "Trane", "readable": "Trane", "graph": "resource:Trane" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?f rdf:type ontology:company . ?f property:founding_date ?e . FILTER ( ?e = \"1913_01_01\" ) . ?f property:location ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { ?f rdf:type ontology:company . ?f property:founding_date ?e . FILTER ( ?e = \"1913-01-01\" ) . ?f property:location ?h }", "graph_answer": [ "resource:Swords__Dublin" ], "readable_answer": [ "Swords, Dublin" ], "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 ?d WHERE { ?u property:location resource:Swords__Dublin . ?u rdf:type ontology:subsidiary . ?u property:product ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { ?u property:location resource:Swords,_Dublin . ?u rdf:type ontology:subsidiary . ?u property:product ?d }", "graph_answer": [ "resource:Building_Management_System" ], "readable_answer": [ "Building Management System" ], "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 ?z WHERE { ?z property:location resource:Swords__Dublin . ?z rdf:type ontology:subsidiary . ?z property:product resource:Building_Management_System }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:location resource:Swords,_Dublin . ?z rdf:type ontology:subsidiary . ?z property:product resource:Building_Management_System }", "graph_answer": [ "resource:Trane" ], "readable_answer": [ "Trane" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q ?a WHERE { resource:Trane property:net_income ?q . resource:Trane property:revenue ?a }", "readable_query": "SELECT DISTINCT ?q ?a WHERE { resource:Trane property:net_income ?q . resource:Trane property:revenue ?a }", "graph_answer": [ "556300000", "10264000000" ], "readable_answer": [ "556300000", "10264000000" ], "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" ] } ]
Astronaut
6
12920
Id90
[ { "subject": "William_Anders", "property": "selection", "object": "1963" }, { "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": "selectedByNasa", "object": "1963" }, { "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" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "American William Anders was born on October 17th 1933 in British Hong Kong. He joined NASA in 1963 where he worked as a fighter pilot before he retired." ], "lang": [ "" ] }
[]
[]
[ [ "resource:William_Anders", "property:selected_by_nasa", "resource:1963" ], [ "resource:William_Anders", "property:status", "resource:Retired" ], [ "resource:William_Anders", "rdf:type", "ontology:astronaut" ], [ "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:birth_place", "resource:British_Hong_Kong" ] ]
William_Anders
[ { "modified": "1933-10-17", "readable": "1933-10-17", "graph": "1933-10-17" }, { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "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": "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 ?b WHERE { ?b rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?h ) , '1933' ) ) . ?b property:birth_date ?h }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?h ) , '1933' ) ) . ?b property:birth_date ?h }", "graph_answer": [ "resource:William_Anders" ], "readable_answer": [ "William Anders" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "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 ?i WHERE { resource:William_Anders property:maximum_temperature ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:William_Anders property:maximum_temperature ?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" ] } ]
City
5
11786
Id7
[ { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Abilene,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "largestCity", "object": "New_York_City" }, { "subject": "Texas", "property": "language", "object": "Spanish_language" } ]
[ { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Abilene,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "largestCity", "object": "New_York_City" }, { "subject": "Texas", "property": "language", "object": "Spanish_language" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "New York City is the largest city in the United States which has its capital as Washington Dc and hails Spanish as a spoken language. Abilene, Texas is located within the U.S.", "One of the languages spoken in Texas is Spanish. Abilene, Texas, is in the United States. The country's capital is Washington, D.C., and the biggest city is New York City." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Texas", "property:language", "resource:Spanish_language" ], [ "resource:United_States", "property:largest_city", "resource:New_York_City" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:Abilene__Texas", "rdf:type", "ontology:city" ], [ "resource:Abilene__Texas", "property:country", "resource:United_States" ], [ "resource:Abilene__Texas", "property:is_part_of", "resource:Texas" ] ]
Abilene,_Texas
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "Abilene,_Texas", "readable": "Abilene, Texas", "graph": "resource:Abilene__Texas" }, { "modified": "New_York_City", "readable": "New York City", "graph": "resource:New_York_City" }, { "modified": "Spanish_language", "readable": "Spanish language", "graph": "resource:Spanish_language" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:city . ?y property:country ?t . ?t property:capital resource:Washington__D_C_ . FILTER ( CONTAINS ( LCASE ( ?t ) , 'united' ) ) . ?y property:is_part_of resource:Texas }", "readable_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:city . ?y property:country ?t . ?t property:capital resource:Washington,_D.C. . FILTER ( CONTAINS ( LCASE ( ?t ) , 'united' ) ) . ?y property:is_part_of resource:Texas }", "graph_answer": [ "resource:Abilene__Texas" ], "readable_answer": [ "Abilene, Texas" ], "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 ?d WHERE { resource:Abilene__Texas rdf:type ontology:city . resource:Abilene__Texas property:country ?d . ?d property:capital resource:Washington__D_C_ . resource:Abilene__Texas property:is_part_of resource:Texas . FILTER ( CONTAINS ( LCASE ( ?d ) , 'united' ) ) }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Abilene,_Texas rdf:type ontology:city . resource:Abilene,_Texas property:country ?d . ?d property:capital resource:Washington,_D.C. . resource:Abilene,_Texas property:is_part_of resource:Texas . FILTER ( CONTAINS ( LCASE ( ?d ) , 'united' ) ) }", "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", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:stadium ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:stadium ?p }", "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
9404
Id3
[ { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "Texas", "property": "capital", "object": "Austin,_Texas" }, { "subject": "Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
[ { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "Texas", "property": "capital", "object": "Austin,_Texas" }, { "subject": "Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abilene, is in Texas (capital of which is Austin), in the United States, where English is spoken.", "Abilene is in Texas in the U.S. and English is spoken in that country. Austin is the capital of Texas.", "Abilene is a part of Texas, United States. Austin is the capital city of Texas and the people speak English." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Texas", "property:capital", "resource:Austin__Texas" ], [ "resource:Texas", "property:country", "resource:United_States" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:Abilene__Texas", "rdf:type", "ontology:city" ], [ "resource:Abilene__Texas", "property:is_part_of", "resource:Texas" ] ]
Abilene,_Texas
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "Abilene,_Texas", "readable": "Abilene, Texas", "graph": "resource:Abilene__Texas" }, { "modified": "Austin,_Texas", "readable": "Austin, Texas", "graph": "resource:Austin__Texas" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?n property:capital resource:Austin__Texas . ?v property:language resource:English_language . ?n property:country ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { ?n property:capital resource:Austin,_Texas . ?v property:language resource:English_language . ?n property:country ?v }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?j property:is_part_of resource:Texas . ?j rdf:type ontology:city }", "readable_query": "ASK WHERE { ?j property:is_part_of resource:Texas . ?j rdf:type ontology:city }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "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 ?s WHERE { ?s rdf:type ontology:city . ?s property:is_part_of resource:Texas }", "readable_query": "SELECT ?s WHERE { ?s rdf:type ontology:city . ?s property:is_part_of resource:Texas }", "graph_answer": [ "resource:Abilene__Texas" ], "readable_answer": [ "Abilene, Texas" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
4
9805
Id94
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Paul_Ryan" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Paul_Ryan" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Paul Ryan is a leader in the US, where Washington DC is the capital. Native Americans are one of the ethnic groups. Bacon Explosion also comes from the US.", "One leader in the U.S. is Paul Ryan where its capital is Washington, D.C. An ethnic group there are Native Americans. The Bacon Explosion sandwich comes from the U.S.", "The Bacon Explosion comes from is the United States where Paul Ryan is a politician and Native Americans are one ethnic group. The capital of the country is Washington D.C." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:Paul_Ryan" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ], [ "resource:Bacon_Explosion", "property:country", "resource:United_States" ] ]
Bacon_Explosion
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "Paul_Ryan", "readable": "Paul Ryan", "graph": "resource:Paul_Ryan" }, { "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 ?i ?j WHERE { resource:United_States property:ethnic_group ?i . resource:United_States property:leader ?j }", "readable_query": "SELECT DISTINCT ?i ?j WHERE { resource:United_States property:ethnic_group ?i . resource:United_States property:leader ?j }", "graph_answer": [ "resource:Native_Americans_in_the_United_States", "resource:Paul_Ryan" ], "readable_answer": [ "Native Americans in the United States", "Paul Ryan" ], "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 ?o WHERE { resource:United_States property:has_to_its_southwest ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:United_States property:has_to_its_southwest ?o }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
5
11449
Id66
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "University_of_Texas_at_Austin", "property": "affiliations", "object": "University_of_Texas_System" }, { "subject": "University_of_Texas_at_Austin", "property": "athletics", "object": "Big_12_Conference" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "St._Louis", "property": "isPartOf", "object": "Kingdom_of_France" } ]
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "University_of_Texas_at_Austin", "property": "affiliation", "object": "University_of_Texas_System" }, { "subject": "University_of_Texas_at_Austin", "property": "competeIn", "object": "Big_12_Conference" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "St._Louis", "property": "isPartOf", "object": "Kingdom_of_France" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Elliot See attended the University of Texas at Austin who were affiliated to the university of Texas system which competed in the Big 12 Conference, died in St. Louis, Kingdom of France.", "The University of Texas at Austin, which is competing in the Big 12 Conference is affiliated to the university of texas system. It is from this university that Elliot See graduated. He later died in St. Louis, a city which had been part of the Kingdom of France." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:St__Louis", "property:is_part_of", "resource:Kingdom_of_France" ], [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:death_place", "resource:St__Louis" ], [ "resource:Elliot_See", "property:alma_mater", "resource:University_of_Texas_at_Austin" ], [ "resource:University_of_Texas_at_Austin", "property:compete_in", "resource:Big_12_Conference" ], [ "resource:University_of_Texas_at_Austin", "property:affiliation", "resource:University_of_Texas_System" ] ]
Elliot_See
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "competeIn", "readable": "compete in", "graph": "property:compete_in" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Big_12_Conference", "readable": "Big 12 Conference", "graph": "resource:Big_12_Conference" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "Kingdom_of_France", "readable": "Kingdom of France", "graph": "resource:Kingdom_of_France" }, { "modified": "St._Louis", "readable": "St. Louis", "graph": "resource:St__Louis" }, { "modified": "University_of_Texas_System", "readable": "University of Texas System", "graph": "resource:University_of_Texas_System" }, { "modified": "University_of_Texas_at_Austin", "readable": "University of Texas at Austin", "graph": "resource:University_of_Texas_at_Austin" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?t rdf:type ontology:astronaut . ?t property:alma_mater ?d . ?t property:death_place resource:St__Louis . ?d property:compete_in resource:Big_12_Conference }", "readable_query": "SELECT DISTINCT ?d WHERE { ?t rdf:type ontology:astronaut . ?t property:alma_mater ?d . ?t property:death_place resource:St._Louis . ?d property:compete_in resource:Big_12_Conference }", "graph_answer": [ "resource:University_of_Texas_at_Austin" ], "readable_answer": [ "University of Texas at Austin" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:astronaut . resource:University_of_Texas_at_Austin property:compete_in resource:Big_12_Conference . ?a property:alma_mater resource:University_of_Texas_at_Austin . ?a property:death_place resource:St__Louis }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:astronaut . resource:University_of_Texas_at_Austin property:compete_in resource:Big_12_Conference . ?a property:alma_mater resource:University_of_Texas_at_Austin . ?a property:death_place resource:St._Louis }", "graph_answer": [ "resource:Elliot_See" ], "readable_answer": [ "Elliot See" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:University_of_Texas_at_Austin property:most_champions ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:University_of_Texas_at_Austin property:most_champions ?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" ] } ]
WrittenWork
2
5620
Id155
[ { "subject": "Aenir", "property": "mediaType", "object": "\"Print\"@en" }, { "subject": "Aenir", "property": "isbn", "object": "\"0-439-17684-0\"" } ]
[ { "subject": "Aenir", "property": "mediaType", "object": "\"Print\"" }, { "subject": "Aenir", "property": "isbnNumber", "object": "\"0-439-17684-0\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aenir is available in print and has the ISBN number of \"0-439-17684-0\".", "Aenir with ISBN\"0-439-17684-0\" was produced in print.", "Aenir with the ISBN number 0-439-17684-0 is a print production." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aenir", "property:media_type", "resource:Print" ], [ "resource:Aenir", "rdf:type", "ontology:written_work" ], [ "resource:Aenir", "property:isbn_number", "resource:0_439_17684_0" ] ]
Aenir
[ { "modified": "isbnNumber", "readable": "isbn number", "graph": "property:isbn_number" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "0-439-17684-0", "readable": "0-439-17684-0", "graph": "resource:0_439_17684_0" }, { "modified": "Aenir", "readable": "Aenir", "graph": "resource:Aenir" }, { "modified": "Print", "readable": "Print", "graph": "resource:Print" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?o rdf:type ontology:written_work . ?o property:isbn_number '978-1-4165-4253-7' }", "readable_query": "ASK WHERE { ?o rdf:type ontology:written_work . ?o property:isbn_number '978-1-4165-4253-7' }", "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 { ?z property:isbn_number resource:0_439_17684_0 . ?z rdf:type ontology:written_work }", "readable_query": "ASK WHERE { ?z property:isbn_number resource:0-439-17684-0 . ?z rdf:type ontology:written_work }", "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 ?p WHERE { ?p rdf:type ontology:written_work . ?p property:isbn_number resource:0_439_17684_0 }", "readable_query": "SELECT ?p WHERE { ?p rdf:type ontology:written_work . ?p property:isbn_number resource:0-439-17684-0 }", "graph_answer": [ "resource:Aenir" ], "readable_answer": [ "Aenir" ], "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 ?q WHERE { resource:Aenir property:media_type ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'p' ) ) }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Aenir property:media_type ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'p' ) ) }", "graph_answer": [ "resource:Print" ], "readable_answer": [ "Print" ], "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" ] } ]
Athlete
3
6226
Id62
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "New_England_Patriots" }, { "subject": "Akeem_Ayers", "property": "dateOfBirth", "object": "\"1989-07-10\"^^xsd:date" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" } ]
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "New_England_Patriots" }, { "subject": "Akeem_Ayers", "property": "birthDate", "object": "1989-07-10" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born on 10th July 1989, Akeem Ayers made his debut for the Tennessee Titans and later played for the New England Patriots.", "Akeem Ayers was born July 10th, 1989 and his debut team was the Tennessee Titans but his former team is the New England Patriots.", "Akeem Ayers was born on July 10th, 1989 and he made his debut for the Tennessee Titans but his former team is the New England Patriots." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Ayers", "property:former_team", "resource:New_England_Patriots" ], [ "resource:Akeem_Ayers", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Ayers", "property:birth_date", "resource:1989_07_10" ], [ "resource:Akeem_Ayers", "property:debut_team", "resource:Tennessee_Titans" ] ]
Akeem_Ayers
[ { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "debutTeam", "readable": "debut team", "graph": "property:debut_team" }, { "modified": "formerTeam", "readable": "former team", "graph": "property:former_team" }, { "modified": "1989-07-10", "readable": "1989-07-10", "graph": "resource:1989_07_10" }, { "modified": "Akeem_Ayers", "readable": "Akeem Ayers", "graph": "resource:Akeem_Ayers" }, { "modified": "New_England_Patriots", "readable": "New England Patriots", "graph": "resource:New_England_Patriots" }, { "modified": "Tennessee_Titans", "readable": "Tennessee Titans", "graph": "resource:Tennessee_Titans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?z property:debut_team ?p . ?z rdf:type ontology:athlete . ?z property:birth_date ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '1989' ) ) }", "readable_query": "SELECT DISTINCT ?p WHERE { ?z property:debut_team ?p . ?z rdf:type ontology:athlete . ?z property:birth_date ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '1989' ) ) }", "graph_answer": [ "resource:Tennessee_Titans" ], "readable_answer": [ "Tennessee Titans" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '1989' ) ) . ?k property:debut_team resource:Tennessee_Titans . ?k property:birth_date ?h . ?k rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '1989' ) ) . ?k property:debut_team resource:Tennessee_Titans . ?k property:birth_date ?h . ?k rdf:type ontology:athlete }", "graph_answer": [ "resource:1989_07_10" ], "readable_answer": [ "1989-07-10" ], "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 ?b WHERE { ?b rdf:type ontology:athlete . ?b property:birth_date resource:1989_07_10 . ?b property:debut_team resource:Tennessee_Titans }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:athlete . ?b property:birth_date resource:1989-07-10 . ?b property:debut_team resource:Tennessee_Titans }", "graph_answer": [ "resource:Akeem_Ayers" ], "readable_answer": [ "Akeem Ayers" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?l ) WHERE { resource:Akeem_Ayers property:former_team ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?l ) WHERE { resource:Akeem_Ayers property:former_team ?i }", "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 ?f WHERE { resource:Akeem_Ayers property:former_team ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Akeem_Ayers property:former_team ?f }", "graph_answer": [ "resource:New_England_Patriots" ], "readable_answer": [ "New England Patriots" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
3
8319
Id165
[ { "subject": "Aenir", "property": "country", "object": "Australians" }, { "subject": "Above_the_Veil", "property": "precededBy", "object": "Aenir" }, { "subject": "Aenir", "property": "previousWork", "object": "Castle_(novel)" } ]
[ { "subject": "Aenir", "property": "country", "object": "Australians" }, { "subject": "Above_the_Veil", "property": "precededBy", "object": "Aenir" }, { "subject": "Aenir", "property": "precededBy", "object": "Castle_(novel)" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Above the Veil was preceded By Australian novel Aenir, which was preceded by the novel Castle.", "Aenir was written by Australians. It was preceded by the novel Castle and followed by Above the Veil.", "Aenir, an Australian novel, is a sequel to Castle and a prequel to Above the Veil." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aenir", "property:preceded_by", "resource:Castle__novel_" ], [ "resource:Aenir", "rdf:type", "ontology:written_work" ], [ "resource:Aenir", "property:country", "resource:Australians" ], [ "resource:Above_the_Veil", "property:preceded_by", "resource:Aenir" ] ]
Aenir
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "Above_the_Veil", "readable": "Above the Veil", "graph": "resource:Above_the_Veil" }, { "modified": "Aenir", "readable": "Aenir", "graph": "resource:Aenir" }, { "modified": "Australians", "readable": "Australians", "graph": "resource:Australians" }, { "modified": "Castle_(novel)", "readable": "Castle", "graph": "resource:Castle__novel_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:written_work . VALUES ( ?l ) { ( resource:Castle__novel_ ) ( resource:Aenir ) } . resource:Above_the_Veil property:preceded_by ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:written_work . VALUES ( ?l ) { ( resource:Castle_(novel) ) ( resource:Aenir ) } . resource:Above_the_Veil property:preceded_by ?l }", "graph_answer": [ "resource:Aenir" ], "readable_answer": [ "Aenir" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s ?n WHERE { resource:Aenir property:preceded_by ?n . resource:Aenir property:country ?s }", "readable_query": "SELECT DISTINCT ?s ?n WHERE { resource:Aenir property:preceded_by ?n . resource:Aenir property:country ?s }", "graph_answer": [ "resource:Australians", "resource:Castle__novel_" ], "readable_answer": [ "Australians", "Castle" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
2
3339
Id144
[ { "subject": "Appleton_International_Airport", "property": "location", "object": "Greenville,_Wisconsin" }, { "subject": "Greenville,_Wisconsin", "property": "country", "object": "United_States" } ]
[ { "subject": "Appleton_International_Airport", "property": "location", "object": "Greenville,_Wisconsin" }, { "subject": "Greenville,_Wisconsin", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Appleton International airport is located in Greenville, Wisconsin, in the United States.", "Appleton International Airport can be found in Greenville, Wisconsin, United States.", "The Appleton International Airport is in Greenville, Wisconsin, United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Appleton_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Appleton_International_Airport", "property:location", "resource:Greenville__Wisconsin" ], [ "resource:Greenville__Wisconsin", "property:country", "resource:United_States" ] ]
Appleton_International_Airport
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Appleton_International_Airport", "readable": "Appleton International Airport", "graph": "resource:Appleton_International_Airport" }, { "modified": "Greenville,_Wisconsin", "readable": "Greenville, Wisconsin", "graph": "resource:Greenville__Wisconsin" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e ?t WHERE { ?t property:country resource:United_States . ?e rdf:type ontology:airport . ?e property:location ?t }", "readable_query": "SELECT DISTINCT ?e ?t WHERE { ?t property:country resource:United_States . ?e rdf:type ontology:airport . ?e property:location ?t }", "graph_answer": [ "resource:Appleton_International_Airport", "resource:Greenville__Wisconsin" ], "readable_answer": [ "Appleton International Airport", "Greenville, Wisconsin" ], "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" ] } ]
University
4
10768
Id60
[ { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "faculty", "object": "737" }, { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "students", "object": "16000" }, { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "country", "object": "Denmark" }, { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "affiliations", "object": "European_University_Association" } ]
[ { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "academicStaffSize", "object": "737" }, { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "numberOfStudents", "object": "16000" }, { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "country", "object": "Denmark" }, { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "affiliation", "object": "European_University_Association" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The School of Business and Social Sciences at the Aarhus University, Denmark, has 16000 students, 737 academic staff and is affiliated with the European University Association.", "The School of Business and Social Sciences at the Aarhus University in Denmark has 16,000 students and 737 employees among its academic staff. It's affiliated with the European University Association.", "An affiliate of the European University Association, the School of Business and Social Sciences at the Aarhus University in Denmark currently provides educational services to 16000 students with an academic staff of 737." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "rdf:type", "ontology:university" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:affiliation", "resource:European_University_Association" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:country", "resource:Denmark" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:number_of_students", "16000" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:academic_staff_size", "737" ] ]
School_of_Business_and_Social_Sciences_at_the_Aarhus_University
[ { "modified": "16000", "readable": "16000", "graph": "16000" }, { "modified": "737", "readable": "737", "graph": "737" }, { "modified": "academicStaffSize", "readable": "academic staff size", "graph": "property:academic_staff_size" }, { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "numberOfStudents", "readable": "number of students", "graph": "property:number_of_students" }, { "modified": "Denmark", "readable": "Denmark", "graph": "resource:Denmark" }, { "modified": "European_University_Association", "readable": "European University Association", "graph": "resource:European_University_Association" }, { "modified": "School of Business and Social Sciences at the Aarhus University", "readable": "School of Business and Social Sciences at the Aarhus University", "graph": "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?s property:affiliation ?x . FILTER ( ?r > '500' ) . ?s rdf:type ontology:university . ?s property:academic_staff_size ?r }", "readable_query": "SELECT DISTINCT ?x WHERE { ?s property:affiliation ?x . FILTER ( ?r > '500' ) . ?s rdf:type ontology:university . ?s property:academic_staff_size ?r }", "graph_answer": [ "resource:European_University_Association" ], "readable_answer": [ "European University Association" ], "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 { ?l property:affiliation resource:European_University_Association . ?l rdf:type ontology:university . ?l property:academic_staff_size '100' }", "readable_query": "ASK WHERE { ?l property:affiliation resource:European_University_Association . ?l rdf:type ontology:university . ?l property:academic_staff_size '100' }", "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 { ?j property:affiliation resource:European_University_Association . ?j rdf:type ontology:university . ?j property:academic_staff_size '737' }", "readable_query": "ASK WHERE { ?j property:affiliation resource:European_University_Association . ?j rdf:type ontology:university . ?j property:academic_staff_size '737' }", "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 ?g WHERE { ?g property:affiliation resource:European_University_Association . ?g rdf:type ontology:university . ?g property:academic_staff_size '737' }", "readable_query": "SELECT ?g WHERE { ?g property:affiliation resource:European_University_Association . ?g rdf:type ontology:university . ?g property:academic_staff_size '737' }", "graph_answer": [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University" ], "readable_answer": [ "School of Business and Social Sciences at the Aarhus University" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i ?j WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:country ?i . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:number_of_students ?j }", "readable_query": "SELECT DISTINCT ?i ?j WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:country ?i . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:number_of_students ?j }", "graph_answer": [ "resource:Denmark", "16000" ], "readable_answer": [ "Denmark", "16000" ], "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 ?e WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:academic_staff_size ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:academic_staff_size ?e }", "graph_answer": [ "737" ], "readable_answer": [ "737" ], "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
3712
Id52
[ { "subject": "Akeem_Adams", "property": "clubs", "object": "Ferencvárosi_TC" }, { "subject": "Akeem_Adams", "property": "team", "object": "Trinidad_and_Tobago_national_football_team" } ]
[ { "subject": "Akeem_Adams", "property": "club", "object": "Ferencvárosi_TC" }, { "subject": "Akeem_Adams", "property": "club", "object": "Trinidad_and_Tobago_national_football_team" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Adams plays for Ferencvarosi TC and the Trinidad and Tobago national football team.", "Akeem Adams is in Ferencvarosi TC. Plays for Trinidad and Tobago national football team.", "Akeem Adams club is Ferencvarosi TC and he plays for the Trinidad and Tobago national football team." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Adams", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Adams", "property:club", "resource:Ferencv_rosi_TC" ], [ "resource:Akeem_Adams", "property:club", "resource:Trinidad_and_Tobago_national_football_team" ] ]
Akeem_Adams
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Akeem_Adams", "readable": "Akeem Adams", "graph": "resource:Akeem_Adams" }, { "modified": "Ferencvárosi_TC", "readable": "Ferencvárosi TC", "graph": "resource:Ferencv_rosi_TC" }, { "modified": "Trinidad_and_Tobago_national_football_team", "readable": "Trinidad and Tobago national football team", "graph": "resource:Trinidad_and_Tobago_national_football_team" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?r ) WHERE { resource:Akeem_Adams property:club ?j }", "readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?r ) WHERE { resource:Akeem_Adams property:club ?j }", "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 ?v WHERE { resource:Akeem_Adams property:club ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Akeem_Adams property:club ?v }", "graph_answer": [ "resource:Ferencv_rosi_TC", "resource:Trinidad_and_Tobago_national_football_team" ], "readable_answer": [ "Ferencvárosi TC", "Trinidad and Tobago national football team" ], "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" ] } ]
Athlete
2
3673
Id13
[ { "subject": "Aaron_Hunt", "property": "team", "object": "Hamburger_SV" }, { "subject": "Aaron_Hunt", "property": "clubs", "object": "SV_Werder_Bremen_II" } ]
[ { "subject": "Aaron_Hunt", "property": "club", "object": "Hamburger_SV" }, { "subject": "Aaron_Hunt", "property": "club", "object": "SV_Werder_Bremen_II" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Hunt, former player for SV Werder Bremen II, now plays for Hamburger SV.", "Aaron Hunt plays for the clubs Hamburger SV and SV Werder Bremen II.", "Aaron Hunt plays for SV Werder Bremen II and used to play for Hamburger SV." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Hunt", "rdf:type", "ontology:athlete" ], [ "resource:Aaron_Hunt", "property:club", "resource:SV_Werder_Bremen_II" ], [ "resource:Aaron_Hunt", "property:club", "resource:Hamburger_SV" ] ]
Aaron_Hunt
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Aaron_Hunt", "readable": "Aaron Hunt", "graph": "resource:Aaron_Hunt" }, { "modified": "Hamburger_SV", "readable": "Hamburger SV", "graph": "resource:Hamburger_SV" }, { "modified": "SV_Werder_Bremen_II", "readable": "SV Werder Bremen II", "graph": "resource:SV_Werder_Bremen_II" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?y ) WHERE { resource:Aaron_Hunt property:club ?y }", "readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?y ) WHERE { resource:Aaron_Hunt property:club ?y }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Aaron_Hunt property:club ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Aaron_Hunt property:club ?h }", "graph_answer": [ "resource:SV_Werder_Bremen_II", "resource:Hamburger_SV" ], "readable_answer": [ "SV Werder Bremen II", "Hamburger SV" ], "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" ] } ]
Astronaut
6
12873
Id43
[ { "subject": "Buzz_Aldrin", "property": "birthPlace", "object": "Glen_Ridge,_New_Jersey" }, { "subject": "Buzz_Aldrin", "property": "mission", "object": "Apollo_11" }, { "subject": "Buzz_Aldrin", "property": "nationality", "object": "United_States" }, { "subject": "Buzz_Aldrin", "property": "selection", "object": "1963" }, { "subject": "Buzz_Aldrin", "property": "almaMater", "object": "\"Massachusetts Institute of Technology, Sc.D. 1963\"@en" }, { "subject": "Apollo_11", "property": "operator", "object": "NASA" } ]
[ { "subject": "Buzz_Aldrin", "property": "birthPlace", "object": "Glen_Ridge,_New_Jersey" }, { "subject": "Buzz_Aldrin", "property": "mission", "object": "Apollo_11" }, { "subject": "Buzz_Aldrin", "property": "nationality", "object": "United_States" }, { "subject": "Buzz_Aldrin", "property": "selectedByNasa", "object": "1963" }, { "subject": "Buzz_Aldrin", "property": "almaMater", "object": "\"Massachusetts Institute of Technology, Sc.D. 1963\"" }, { "subject": "Apollo_11", "property": "operator", "object": "NASA" } ]
(X (X) (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Buzz Aldrin was born in Glen Ridge, New Jersey in the United States. He went to work for NASA in 1963. He graduated from MIT in 1963 with a doctorate in Science. He was a member of Apollo 11 which was organized by NASA.", "Buzz Aldrin is originally from Glen Ridge, New Jersey, U.S.A., and graduated from Massachusetts Institute of Technology in 1963 with a doctorate in Science. Buzz Aldrin went on to work for NASA in 1963 where he became a member of the Apollo 11's crew.", "Buzz Aldrin is originally from Glen Ridge, New Jersey, United States and graduated from MIT with a Sc.D in 1963. Buzz then went on to join NASA in 1963 and became a crew member of Apollo 11." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Apollo_11", "property:operator", "resource:NASA" ], [ "resource:Buzz_Aldrin", "property:selected_by_nasa", "resource:1963" ], [ "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:alma_mater", "Massachusetts Institute of Technology, Sc.D. 1963" ], [ "resource:Buzz_Aldrin", "property:birth_place", "resource:Glen_Ridge__New_Jersey" ] ]
Buzz_Aldrin
[ { "modified": "Massachusetts Institute of Technology, Sc.D. 1963", "readable": "Massachusetts Institute of Technology, Sc.D. 1963", "graph": "Massachusetts Institute of Technology, Sc.D. 1963" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "operator", "readable": "operator", "graph": "property:operator" }, { "modified": "selectedByNasa", "readable": "selected by nasa", "graph": "property:selected_by_nasa" }, { "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": "Glen_Ridge,_New_Jersey", "readable": "Glen Ridge, New Jersey", "graph": "resource:Glen_Ridge__New_Jersey" }, { "modified": "NASA", "readable": "NASA", "graph": "resource:NASA" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?d rdf:type ontology:astronaut . ?d property:mission ?t . ?d property:birth_place resource:San_Francisco }", "readable_query": "ASK WHERE { ?d rdf:type ontology:astronaut . ?d property:mission ?t . ?d property:birth_place resource:San_Francisco }", "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
2
5196
Id188
[ { "subject": "Alfred_Moore_Scales", "property": "battles", "object": "Battle_of_Fredericksburg" }, { "subject": "Battle_of_Fredericksburg", "property": "isPartOfMilitaryConflict", "object": "American_Civil_War" } ]
[ { "subject": "Alfred_Moore_Scales", "property": "battle", "object": "Battle_of_Fredericksburg" }, { "subject": "Battle_of_Fredericksburg", "property": "isPartOfMilitaryConflict", "object": "American_Civil_War" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alfred Moore Scales fought in battles such as the Battle of Fredericksburg in the American Civil War military conflict.", "Alfred Moore Scales fought in battles such as the Battle of Fredericksburg, part of the American Civil war.", "Alfred Moore Scales fought in the Battle of Fredericksburg which was part of the American Civil War." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alfred_Moore_Scales", "rdf:type", "ontology:politician" ], [ "resource:Alfred_Moore_Scales", "property:battle", "resource:Battle_of_Fredericksburg" ], [ "resource:Battle_of_Fredericksburg", "property:is_part_of_military_conflict", "resource:American_Civil_War" ] ]
Alfred_Moore_Scales
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "isPartOfMilitaryConflict", "readable": "is part of military conflict", "graph": "property:is_part_of_military_conflict" }, { "modified": "Alfred_Moore_Scales", "readable": "Alfred Moore Scales", "graph": "resource:Alfred_Moore_Scales" }, { "modified": "American_Civil_War", "readable": "American Civil War", "graph": "resource:American_Civil_War" }, { "modified": "Battle_of_Fredericksburg", "readable": "Battle of Fredericksburg", "graph": "resource:Battle_of_Fredericksburg" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?e rdf:type ontology:politician . ?g property:is_part_of_military_conflict resource:Russian_Civil_War . ?e property:battle ?g }", "readable_query": "ASK WHERE { ?e rdf:type ontology:politician . ?g property:is_part_of_military_conflict resource:Russian_Civil_War . ?e property:battle ?g }", "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" ] } ]
ComicsCharacter
4
9627
Id8
[ { "subject": "Bananaman", "property": "network", "object": "BBC" }, { "subject": "Bananaman", "property": "creator", "object": "\"Steve Bright\"@en" }, { "subject": "Bananaman", "property": "starring", "object": "Graeme_Garden" }, { "subject": "Bananaman", "property": "firstAired", "object": "\"1983-10-03\"^^xsd:date" } ]
[ { "subject": "Bananaman", "property": "broadcastedBy", "object": "BBC" }, { "subject": "Bananaman", "property": "creator", "object": "Steve_Bright" }, { "subject": "Bananaman", "property": "starring", "object": "Graeme_Garden" }, { "subject": "Bananaman", "property": "firstAired", "object": "\"1983-10-03\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bananaman, which was first broadcast by the BBC on 3rd October 1983, was created by Steve Bright and starred Graeme Garden.", "Steve Bright created Bananaman which was first aired by the BBC on 3 October 1983 and starred Graeme Garden.", "Bananaman was first aired on 3 October 1983 by the BBC. It was created by Steve Bright and starred Graeme Garden." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bananaman", "property:creator", "resource:Steve_Bright" ], [ "resource:Bananaman", "property:broadcasted_by", "resource:BBC" ], [ "resource:Bananaman", "rdf:type", "ontology:comics_character" ], [ "resource:Bananaman", "property:first_aired", "1983-10-03" ], [ "resource:Bananaman", "property:starring", "resource:Graeme_Garden" ] ]
Bananaman
[ { "modified": "1983-10-03", "readable": "1983-10-03", "graph": "1983-10-03" }, { "modified": "broadcastedBy", "readable": "broadcasted by", "graph": "property:broadcasted_by" }, { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "firstAired", "readable": "first aired", "graph": "property:first_aired" }, { "modified": "starring", "readable": "starring", "graph": "property:starring" }, { "modified": "BBC", "readable": "BBC", "graph": "resource:BBC" }, { "modified": "Bananaman", "readable": "Bananaman", "graph": "resource:Bananaman" }, { "modified": "Graeme_Garden", "readable": "Graeme Garden", "graph": "resource:Graeme_Garden" }, { "modified": "Steve_Bright", "readable": "Steve Bright", "graph": "resource:Steve_Bright" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?o property:starring ?u . FILTER ( CONTAINS ( YEAR ( ?q ) , '1983' ) ) . ?o rdf:type ontology:comics_character . ?o property:first_aired ?q }", "readable_query": "SELECT DISTINCT ?u WHERE { ?o property:starring ?u . FILTER ( CONTAINS ( YEAR ( ?q ) , '1983' ) ) . ?o rdf:type ontology:comics_character . ?o property:first_aired ?q }", "graph_answer": [ "resource:Graeme_Garden" ], "readable_answer": [ "Graeme Garden" ], "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 ?v WHERE { ?v property:starring resource:Graeme_Garden . ?v property:first_aired ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '1983' ) ) . ?v rdf:type ontology:comics_character }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v property:starring resource:Graeme_Garden . ?v property:first_aired ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '1983' ) ) . ?v rdf:type ontology:comics_character }", "graph_answer": [ "resource:Bananaman" ], "readable_answer": [ "Bananaman" ], "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 ?q WHERE { resource:Bananaman rdf:type ontology:comics_character . resource:Bananaman property:starring resource:Graeme_Garden . resource:Bananaman property:first_aired ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Bananaman rdf:type ontology:comics_character . resource:Bananaman property:starring resource:Graeme_Garden . resource:Bananaman property:first_aired ?q }", "graph_answer": [ "1983-10-03" ], "readable_answer": [ "1983-10-03" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i ?o WHERE { resource:Bananaman property:creator ?o . resource:Bananaman property:broadcasted_by ?i }", "readable_query": "SELECT DISTINCT ?i ?o WHERE { resource:Bananaman property:creator ?o . resource:Bananaman property:broadcasted_by ?i }", "graph_answer": [ "resource:BBC", "resource:Steve_Bright" ], "readable_answer": [ "BBC", "Steve Bright" ], "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" ] } ]
City
3
6864
Id152
[ { "subject": "Austin,_Texas", "property": "isPartOf", "object": "Hays_County,_Texas" }, { "subject": "Hays_County,_Texas", "property": "largestCity", "object": "San_Marcos,_Texas" }, { "subject": "Austin,_Texas", "property": "subdivisionName", "object": "Travis_County,_Texas" } ]
[ { "subject": "Austin,_Texas", "property": "isPartOf", "object": "Hays_County,_Texas" }, { "subject": "Hays_County,_Texas", "property": "largestCity", "object": "San_Marcos,_Texas" }, { "subject": "Austin,_Texas", "property": "isPartOf", "object": "Travis_County,_Texas" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Austin in Texas is part of Travis County and Hays County, the latter of which has San Marcos as its largest city.", "Austin, Texas is part of Travis County and also Hays County, where the largest city is San Marcos.", "The city of Austin, (Travis County),Texas is part of Hays County whose largest city is San Marcos." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Hays_County__Texas", "property:largest_city", "resource:San_Marcos__Texas" ], [ "resource:Austin__Texas", "rdf:type", "ontology:city" ], [ "resource:Austin__Texas", "property:is_part_of", "resource:Hays_County__Texas" ], [ "resource:Austin__Texas", "property:is_part_of", "resource:Travis_County__Texas" ] ]
Austin,_Texas
[ { "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": "Hays_County,_Texas", "readable": "Hays County, Texas", "graph": "resource:Hays_County__Texas" }, { "modified": "San_Marcos,_Texas", "readable": "San Marcos, Texas", "graph": "resource:San_Marcos__Texas" }, { "modified": "Travis_County,_Texas", "readable": "Travis County, Texas", "graph": "resource:Travis_County__Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'h' ) ) . resource:Austin__Texas property:is_part_of ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'h' ) ) . resource:Austin,_Texas property:is_part_of ?e }", "graph_answer": [ "resource:Hays_County__Texas" ], "readable_answer": [ "Hays County, Texas" ], "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 ( ?c ) AS ?i ) WHERE { resource:Austin__Texas property:is_part_of ?c }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?i ) WHERE { resource:Austin,_Texas property:is_part_of ?c }", "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:Austin__Texas property:is_part_of ?a . FILTER ( ?a != resource:Hays_County__Texas ) }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Austin,_Texas property:is_part_of ?a . FILTER ( ?a != resource:Hays_County,_Texas ) }", "graph_answer": [ "resource:Travis_County__Texas" ], "readable_answer": [ "Travis County, Texas" ], "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 ?w WHERE { resource:Hays_County__Texas property:crew_members ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Hays_County,_Texas property:crew_members ?w }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
5
10989
Id38
[ { "subject": "Afonso_Pena_International_Airport", "property": "cityServed", "object": "Curitiba" }, { "subject": "Curitiba", "property": "subdivisionName", "object": "Paraná_(state)" }, { "subject": "Afonso_Pena_International_Airport", "property": "operator", "object": "Infraero" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" }, { "subject": "São_José_dos_Pinhais", "property": "isPartOf", "object": "South_Region,_Brazil" } ]
[ { "subject": "Afonso_Pena_International_Airport", "property": "cityServed", "object": "Curitiba" }, { "subject": "Curitiba", "property": "isPartOf", "object": "Paraná_(state)" }, { "subject": "Afonso_Pena_International_Airport", "property": "operatingOrganisation", "object": "Infraero" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" }, { "subject": "São_José_dos_Pinhais", "property": "isPartOf", "object": "South_Region,_Brazil" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Curitiba, part of Parana state, is served by Afonso Pena International airport. The airport is operated by Infraero and is located in Sao Jose dos Pinhais, part of the south region of Brazil.", "Afonso Pena International Airport in São José dos Pinhais serves Curitiba, which is part of Parana state. São José dos Pinhais is part of the South Region, Brazil. Infraero is the organisation operating the airport.", "Afonso Pena International Airport is located in Sao Jose dos Pinhais, in the south region of Brazil. It is operated by Infraero and serves Curitiba in the State of Paraná." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:S_o_Jos__dos_Pinhais", "property:is_part_of", "resource:South_Region__Brazil" ], [ "resource:Curitiba", "property:is_part_of", "resource:Paran___state_" ], [ "resource:Afonso_Pena_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Afonso_Pena_International_Airport", "property:location", "resource:S_o_Jos__dos_Pinhais" ], [ "resource:Afonso_Pena_International_Airport", "property:city_served", "resource:Curitiba" ], [ "resource:Afonso_Pena_International_Airport", "property:operating_organisation", "resource:Infraero" ] ]
Afonso_Pena_International_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "Afonso_Pena_International_Airport", "readable": "Afonso Pena International Airport", "graph": "resource:Afonso_Pena_International_Airport" }, { "modified": "Curitiba", "readable": "Curitiba", "graph": "resource:Curitiba" }, { "modified": "Infraero", "readable": "Infraero", "graph": "resource:Infraero" }, { "modified": "Paraná_(state)", "readable": "Paraná", "graph": "resource:Paran___state_" }, { "modified": "São_José_dos_Pinhais", "readable": "São José dos Pinhais", "graph": "resource:S_o_Jos__dos_Pinhais" }, { "modified": "South_Region,_Brazil", "readable": "South Region, Brazil", "graph": "resource:South_Region__Brazil" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Curitiba property:is_part_of ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Curitiba property:is_part_of ?c }", "graph_answer": [ "resource:Paran___state_" ], "readable_answer": [ "Paraná" ], "type": [ "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 ?t WHERE { { { resource:S_o_Jos__dos_Pinhais property:is_part_of ?t } UNION { resource:Curitiba property:is_part_of ?t } } }", "readable_query": "SELECT DISTINCT ?t WHERE { { { resource:São_José_dos_Pinhais property:is_part_of ?t } UNION { resource:Curitiba property:is_part_of ?t } } }", "graph_answer": [ "resource:South_Region__Brazil", "resource:Paran___state_" ], "readable_answer": [ "South Region, Brazil", "Paraná" ], "type": [ "ellipsis", "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "disjunctive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Afonso_Pena_International_Airport property:operating_organisation resource:Infraero . resource:Afonso_Pena_International_Airport rdf:type ontology:airport }", "readable_query": "ASK WHERE { resource:Afonso_Pena_International_Airport property:operating_organisation resource:Infraero . resource:Afonso_Pena_International_Airport rdf:type ontology:airport }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
CelestialBody
4
9353
Id70
[ { "subject": "107_Camilla", "property": "discoverer", "object": "B._Zellner" }, { "subject": "107_Camilla", "property": "periapsis", "object": "4.79343e+11" }, { "subject": "107_Camilla", "property": "epoch", "object": "\"2006-12-31\"^^xsd:date" }, { "subject": "107_Camilla", "property": "Planet/apoapsis", "object": "\"5.60937E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "107_Camilla", "property": "discoverer", "object": "B._Zellner" }, { "subject": "107_Camilla", "property": "periapsis", "object": "479343000.0 (kilometres)" }, { "subject": "107_Camilla", "property": "epoch", "object": "2006-12-31" }, { "subject": "107_Camilla", "property": "apoapsis", "object": "560937000.0 (kilometres)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "B.Zellner discovered 107 Camilla whose epoch date was on December 31st 2006.Its periapsis is 479343000.0 and its apoapsis is 560937000.0 kilometres.", "Discovered by B. Zellner, 107 Camilla has the epoch 31 December 2006. this asteroid has an apoapsis of 560937000.0 kilometres and a periapsis of 479343000.0 kilometres.", "B. Zellner discovered 107 Camilla, which has an epoch date of December 31st 2006. This asteroid's periapsis is, 479343000.0 kilometres and its apoapsis is, 560937000.0 km." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:107_Camilla", "property:epoch", "resource:2006_12_31" ], [ "resource:107_Camilla", "rdf:type", "ontology:celestial_body" ], [ "resource:107_Camilla", "property:apoapsis", "560937000.0 (kilometres)" ], [ "resource:107_Camilla", "property:periapsis", "479343000.0 (kilometres)" ], [ "resource:107_Camilla", "property:discoverer", "resource:B__Zellner" ] ]
107_Camilla
[ { "modified": "479343000.0 (kilometres)", "readable": "479343000.0", "graph": "479343000.0 (kilometres)" }, { "modified": "560937000.0 (kilometres)", "readable": "560937000.0", "graph": "560937000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "107_Camilla", "readable": "107 Camilla", "graph": "resource:107_Camilla" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" }, { "modified": "B._Zellner", "readable": "B. Zellner", "graph": "resource:B__Zellner" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?o property:epoch ?b . ?o rdf:type ontology:celestial_body . ?o property:discoverer ?h . FILTER ( ?b = \"2006_12_31\" ) }", "readable_query": "SELECT DISTINCT ?h WHERE { ?o property:epoch ?b . ?o rdf:type ontology:celestial_body . ?o property:discoverer ?h . FILTER ( ?b = \"2006-12-31\" ) }", "graph_answer": [ "resource:B__Zellner" ], "readable_answer": [ "B. Zellner" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?j property:discoverer resource:B__Zellner . ?j property:periapsis ?o . ?j rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?o WHERE { ?j property:discoverer resource:B._Zellner . ?j property:periapsis ?o . ?j rdf:type ontology:celestial_body }", "graph_answer": [ "479343000.0 (kilometres)" ], "readable_answer": [ "479343000.0" ], "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 ?g WHERE { ?g property:periapsis '479343000.0 (kilometres)' . ?g property:discoverer resource:B__Zellner . ?g rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:periapsis '479343000.0 (kilometres)' . ?g property:discoverer resource:B._Zellner . ?g rdf:type ontology:celestial_body }", "graph_answer": [ "resource:107_Camilla" ], "readable_answer": [ "107 Camilla" ], "type": [ "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 ?f WHERE { resource:107_Camilla property:apoapsis ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:107_Camilla property:apoapsis ?f }", "graph_answer": [ "560937000.0 (kilometres)" ], "readable_answer": [ "560937000.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" ] } ]
Food
3
7128
Id41
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Arròs_negre", "property": "ingredient", "object": "Cephalopod_ink" } ]
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Arròs_negre", "property": "ingredient", "object": "Cephalopod_ink" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Cephalopod ink is an ingredient in Arròs negre. A dish which is from the Catalonia region, in Spain.", "Arròs negre is from the Catalonia region of spain, it includes Cephalopod ink.", "Arros negre is from the region of Catalonia, Spain, and one of its ingredients is Cephalopod ink." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arr_s_negre", "property:ingredient", "resource:Cephalopod_ink" ], [ "resource:Arr_s_negre", "rdf:type", "ontology:food" ], [ "resource:Arr_s_negre", "property:country", "resource:Spain" ], [ "resource:Arr_s_negre", "property:region", "resource:Catalonia" ] ]
Arròs_negre
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arròs_negre", "readable": "Arròs negre", "graph": "resource:Arr_s_negre" }, { "modified": "Catalonia", "readable": "Catalonia", "graph": "resource:Catalonia" }, { "modified": "Cephalopod_ink", "readable": "Cephalopod ink", "graph": "resource:Cephalopod_ink" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?l ) WHERE { ?o property:ingredient ?h . ?o property:region resource:Catalonia . ?o rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?l ) WHERE { ?o property:ingredient ?h . ?o property:region resource:Catalonia . ?o rdf:type ontology:food }", "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", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?r property:ingredient ?j . ?r property:region resource:Catalonia . ?r rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?j WHERE { ?r property:ingredient ?j . ?r property:region resource:Catalonia . ?r rdf:type ontology:food }", "graph_answer": [ "resource:Cephalopod_ink" ], "readable_answer": [ "Cephalopod ink" ], "type": [ "ellipsis", "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 ?p WHERE { ?p rdf:type ontology:food . ?p property:region resource:Catalonia . ?p property:ingredient resource:Cephalopod_ink }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:food . ?p property:region resource:Catalonia . ?p property:ingredient resource:Cephalopod_ink }", "graph_answer": [ "resource:Arr_s_negre" ], "readable_answer": [ "Arròs negre" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { resource:Arr_s_negre property:governing_body ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Arròs_negre property:governing_body ?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" ] } ]
ComicsCharacter
3
6967
Id20
[ { "subject": "Bananaman", "property": "network", "object": "BBC" }, { "subject": "BBC", "property": "locationCity", "object": "Broadcasting_House" }, { "subject": "BBC", "property": "foundedBy", "object": "John_Reith,_1st_Baron_Reith" } ]
[ { "subject": "Bananaman", "property": "broadcastedBy", "object": "BBC" }, { "subject": "BBC", "property": "city", "object": "Broadcasting_House" }, { "subject": "BBC", "property": "foundedBy", "object": "John_Reith,_1st_Baron_Reith" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Bananaman the TV series was shown on the BBC which was founded by John Reith, 1st Baron Reith and is located in the Broadcasting House in London.", "1st Baron, John Reith was the founder of BBC whose location is the Broadcasting House in London, and Bananaman was shown on the channel." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Bananaman", "property:broadcasted_by", "resource:BBC" ], [ "resource:Bananaman", "rdf:type", "ontology:comics_character" ], [ "resource:BBC", "property:city", "resource:Broadcasting_House" ], [ "resource:BBC", "property:founded_by", "resource:John_Reith__1st_Baron_Reith" ] ]
Bananaman
[ { "modified": "broadcastedBy", "readable": "broadcasted by", "graph": "property:broadcasted_by" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "foundedBy", "readable": "founded by", "graph": "property:founded_by" }, { "modified": "BBC", "readable": "BBC", "graph": "resource:BBC" }, { "modified": "Bananaman", "readable": "Bananaman", "graph": "resource:Bananaman" }, { "modified": "Broadcasting_House", "readable": "Broadcasting House", "graph": "resource:Broadcasting_House" }, { "modified": "John_Reith,_1st_Baron_Reith", "readable": "John Reith, 1st Baron Reith", "graph": "resource:John_Reith__1st_Baron_Reith" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:BBC property:founded_by resource:Giovanni_Bertone }", "readable_query": "ASK WHERE { resource:BBC property:founded_by resource:Giovanni_Bertone }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o ?w WHERE { resource:BBC property:founded_by ?o . resource:BBC property:city ?w }", "readable_query": "SELECT DISTINCT ?o ?w WHERE { resource:BBC property:founded_by ?o . resource:BBC property:city ?w }", "graph_answer": [ "resource:John_Reith__1st_Baron_Reith", "resource:Broadcasting_House" ], "readable_answer": [ "John Reith, 1st Baron Reith", "Broadcasting House" ], "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:Bananaman property:broadcasted_by resource:BBC . resource:Bananaman rdf:type ontology:comics_character }", "readable_query": "ASK WHERE { resource:Bananaman property:broadcasted_by resource:BBC . resource:Bananaman rdf:type ontology:comics_character }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
2
4966
Id201
[ { "subject": "MTU_Friedrichshafen", "property": "locationCity", "object": "Friedrichshafen" }, { "subject": "A-Rosa_Luna", "property": "powerType", "object": "MTU_Friedrichshafen" } ]
[ { "subject": "MTU_Friedrichshafen", "property": "city", "object": "Friedrichshafen" }, { "subject": "A-Rosa_Luna", "property": "powerType", "object": "MTU_Friedrichshafen" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The A-Rosa Luna is powered by a MTU Friedrichshafen engine in Friedrichshafen.", "The A-Rosa Luna is powered by MTU Friedrichshafen made engines, located in Friedrichshafen.", "The A-Rosa Luna is powered by a MTU Friedrichshafen engine which was created in the city of Friedrichshafen." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Rosa_Luna", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:A_Rosa_Luna", "property:power_type", "resource:MTU_Friedrichshafen" ], [ "resource:MTU_Friedrichshafen", "property:city", "resource:Friedrichshafen" ] ]
A-Rosa_Luna
[ { "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": "MTU_Friedrichshafen", "readable": "MTU Friedrichshafen", "graph": "resource:MTU_Friedrichshafen" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a ?q WHERE { ?a rdf:type ontology:mean_of_transportation . ?q property:city resource:Friedrichshafen . ?a property:power_type ?q }", "readable_query": "SELECT DISTINCT ?a ?q WHERE { ?a rdf:type ontology:mean_of_transportation . ?q property:city resource:Friedrichshafen . ?a property:power_type ?q }", "graph_answer": [ "resource:A_Rosa_Luna", "resource:MTU_Friedrichshafen" ], "readable_answer": [ "A-Rosa Luna", "MTU Friedrichshafen" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Building
4
9272
Id195
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "United_States", "property": "leaderName", "object": "John_Roberts" }, { "subject": "250_Delaware_Avenue", "property": "location", "object": "United_States" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "United_States", "property": "leader", "object": "John_Roberts" }, { "subject": "250_Delaware_Avenue", "property": "location", "object": "United_States" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "John Roberts is the Chief Justice in America where the leader is known as the President of the United States and the capital is Washington DC. The US is the location of 250 Delaware Avenue." ], "lang": [ "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:John_Roberts" ], [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:250_Delaware_Avenue", "rdf:type", "ontology:building" ], [ "resource:250_Delaware_Avenue", "property:location", "resource:United_States" ] ]
250_Delaware_Avenue
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "250_Delaware_Avenue", "readable": "250 Delaware Avenue", "graph": "resource:250_Delaware_Avenue" }, { "modified": "John_Roberts", "readable": "John Roberts", "graph": "resource:John_Roberts" }, { "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" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?l WHERE { resource:United_States property:leader_title ?h . resource:United_States property:leader ?l }", "readable_query": "SELECT DISTINCT ?h ?l WHERE { resource:United_States property:leader_title ?h . resource:United_States property:leader ?l }", "graph_answer": [ "resource:President_of_the_United_States", "resource:John_Roberts" ], "readable_answer": [ "President of the United States", "John Roberts" ], "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 ?s WHERE { resource:United_States property:capital ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:United_States property:capital ?s }", "graph_answer": [ "resource:Washington__D_C_" ], "readable_answer": [ "Washington, D.C." ], "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 ?k WHERE { ?k property:location resource:United_States . ?k rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:location resource:United_States . ?k rdf:type ontology:building }", "graph_answer": [ "resource:250_Delaware_Avenue" ], "readable_answer": [ "250 Delaware Avenue" ], "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" ] } ]
Politician
2
5143
Id135
[ { "subject": "Airey_Neave", "property": "serviceStartYear", "object": "\"1935\"^^xsd:gYear" }, { "subject": "Airey_Neave", "property": "activeYearsEndDate", "object": "\"1979-03-30\"^^xsd:date" } ]
[ { "subject": "Airey_Neave", "property": "serviceStartYear", "object": "1935" }, { "subject": "Airey_Neave", "property": "activeYearsEndDate", "object": "1979-03-30" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Airey Neave started serving in military in 1935 and ended his career on 30th March 1979.", "Airey Neave whose military career began in 1935, ended his career on 30th March 1979.", "Airey Neave began his service in 1935 and his career ended on 30 March 1979." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Airey_Neave", "rdf:type", "ontology:politician" ], [ "resource:Airey_Neave", "property:active_years_end_date", "resource:1979_03_30" ], [ "resource:Airey_Neave", "property:service_start_year", "resource:1935" ] ]
Airey_Neave
[ { "modified": "activeYearsEndDate", "readable": "active years end date", "graph": "property:active_years_end_date" }, { "modified": "serviceStartYear", "readable": "service start year", "graph": "property:service_start_year" }, { "modified": "1935", "readable": "1935", "graph": "resource:1935" }, { "modified": "1979-03-30", "readable": "1979-03-30", "graph": "resource:1979_03_30" }, { "modified": "Airey_Neave", "readable": "Airey Neave", "graph": "resource:Airey_Neave" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?c property:service_start_year ?t . FILTER ( ?o = \"1979_03_30\" ) . ?c rdf:type ontology:politician . ?c property:active_years_end_date ?o }", "readable_query": "SELECT DISTINCT ?t WHERE { ?c property:service_start_year ?t . FILTER ( ?o = \"1979-03-30\" ) . ?c rdf:type ontology:politician . ?c property:active_years_end_date ?o }", "graph_answer": [ "resource:1935" ], "readable_answer": [ "1935" ], "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 ?p WHERE { FILTER ( ?j = \"1979_03_30\" ) . ?p property:active_years_end_date ?j . ?p rdf:type ontology:politician . ?p property:service_start_year resource:1935 }", "readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( ?j = \"1979-03-30\" ) . ?p property:active_years_end_date ?j . ?p rdf:type ontology:politician . ?p property:service_start_year resource:1935 }", "graph_answer": [ "resource:Airey_Neave" ], "readable_answer": [ "Airey Neave" ], "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" ] } ]
Artist
5
11287
Id138
[ { "subject": "Allen_Forrest", "property": "birthYear", "object": "\"1981\"^^xsd:gYear" }, { "subject": "Allen_Forrest", "property": "genre", "object": "Acoustic_music" }, { "subject": "Allen_Forrest", "property": "birthPlace", "object": "\"Fort Campbell, KY, raised in Dothan, AL\"@en" }, { "subject": "Allen_Forrest", "property": "background", "object": "\"solo_singer\"@en" }, { "subject": "Allen_Forrest", "property": "placeOfBirth", "object": "Fort_Campbell" } ]
[ { "subject": "Allen_Forrest", "property": "birthYear", "object": "1981" }, { "subject": "Allen_Forrest", "property": "genre", "object": "Acoustic_music" }, { "subject": "Allen_Forrest", "property": "birthPlace", "object": "\"Fort Campbell, KY, raised in Dothan, AL\"" }, { "subject": "Allen_Forrest", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Allen_Forrest", "property": "birthPlace", "object": "Fort_Campbell" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Allen Forrest was born in the year 1981 in Fort Campbell, KY and was raised in Dothan, AL. He was originally a solo singer and performs acoustic music.", "Allen Forrest was born in Fort Campbell, KY in 1981 and he was raised in Dothan, AL. He is a solo singer and performs acoustic music.", "Acoustic solo singer Allen Forrest was born 1981, in Fort Campbell, Kentucky. He was raised in Dothan, Alabama." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Allen_Forrest", "property:birth_year", "resource:1981" ], [ "resource:Allen_Forrest", "rdf:type", "ontology:artist" ], [ "resource:Allen_Forrest", "property:background", "resource:solo_singer" ], [ "resource:Allen_Forrest", "property:genre", "resource:Acoustic_music" ], [ "resource:Allen_Forrest", "property:birth_place", "resource:Fort_Campbell" ], [ "resource:Allen_Forrest", "property:birth_place", "Fort Campbell, KY, raised in Dothan, AL" ] ]
Allen_Forrest
[ { "modified": "Fort Campbell, KY, raised in Dothan, AL", "readable": "Fort Campbell, KY, raised in Dothan, AL", "graph": "Fort Campbell, KY, raised in Dothan, AL" }, { "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": "1981", "readable": "1981", "graph": "resource:1981" }, { "modified": "Acoustic_music", "readable": "Acoustic music", "graph": "resource:Acoustic_music" }, { "modified": "Allen_Forrest", "readable": "Allen Forrest", "graph": "resource:Allen_Forrest" }, { "modified": "Fort_Campbell", "readable": "Fort Campbell", "graph": "resource:Fort_Campbell" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?o property:birth_place resource:Preu_isch_Oldendorf . ?o rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?o property:birth_place resource:Preußisch_Oldendorf . ?o rdf:type ontology:artist }", "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 { ?d property:birth_place resource:Fort_Campbell . ?d rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?d property:birth_place resource:Fort_Campbell . ?d rdf:type ontology:artist }", "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 rdf:type ontology:artist . ?q property:birth_place resource:Fort_Campbell }", "readable_query": "SELECT ?q WHERE { ?q rdf:type ontology:artist . ?q property:birth_place resource:Fort_Campbell }", "graph_answer": [ "resource:Allen_Forrest" ], "readable_answer": [ "Allen Forrest" ], "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 ?r WHERE { resource:Allen_Forrest property:birth_place ?g . resource:Allen_Forrest property:background ?r }", "readable_query": "SELECT DISTINCT ?g ?r WHERE { resource:Allen_Forrest property:birth_place ?g . resource:Allen_Forrest property:background ?r }", "graph_answer": [ "Fort Campbell, KY, raised in Dothan, AL", "resource:solo_singer" ], "readable_answer": [ "Fort Campbell, KY, raised in Dothan, AL", "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 ?n ?q WHERE { resource:Allen_Forrest property:genre ?q . resource:Allen_Forrest property:birth_year ?n }", "readable_query": "SELECT DISTINCT ?n ?q WHERE { resource:Allen_Forrest property:genre ?q . resource:Allen_Forrest property:birth_year ?n }", "graph_answer": [ "resource:1981", "resource:Acoustic_music" ], "readable_answer": [ "1981", "Acoustic 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" ] } ]
Food
5
12107
Id54
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Sausage" }, { "subject": "Bacon_Explosion", "property": "region", "object": "Kansas_City_metropolitan_area" }, { "subject": "Bacon_Explosion", "property": "course", "object": "\"Main course\"@en" }, { "subject": "Bacon_Explosion", "property": "mainIngredient", "object": "Bacon" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Sausage" }, { "subject": "Bacon_Explosion", "property": "region", "object": "Kansas_City_metropolitan_area" }, { "subject": "Bacon_Explosion", "property": "course", "object": "\"Main course\"" }, { "subject": "Bacon_Explosion", "property": "mainIngredient", "object": "Bacon" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Considered a main course, Bacon Explosion's main ingredients are bacon and sausage. It comes from the Kansas City metropolitan area, in the United States.", "The main course dish Bacon Explosion, which includes sausages as well as bacon, comes from Kansas City, United States.", "Bacon and sausage can be found in the Bacon Explosion that comes from the United States. It is worthy of a main course in the Kansas City Metropolitan area." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bacon_Explosion", "property:ingredient", "resource:Sausage" ], [ "resource:Bacon_Explosion", "property:main_ingredient", "resource:Bacon" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ], [ "resource:Bacon_Explosion", "property:country", "resource:United_States" ], [ "resource:Bacon_Explosion", "property:course", "resource:Main_course" ], [ "resource:Bacon_Explosion", "property:region", "resource:Kansas_City_metropolitan_area" ] ]
Bacon_Explosion
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "course", "readable": "course", "graph": "property:course" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Bacon", "readable": "Bacon", "graph": "resource:Bacon" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "Kansas_City_metropolitan_area", "readable": "Kansas City metropolitan area", "graph": "resource:Kansas_City_metropolitan_area" }, { "modified": "Main course", "readable": "Main course", "graph": "resource:Main_course" }, { "modified": "Sausage", "readable": "Sausage", "graph": "resource:Sausage" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?z property:region resource:Kansas_City_metropolitan_area . ?z rdf:type ontology:food . ?z property:ingredient resource:Sausage . FILTER ( CONTAINS ( LCASE ( ?z ) , 'bacon' ) ) }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:region resource:Kansas_City_metropolitan_area . ?z rdf:type ontology:food . ?z property:ingredient resource:Sausage . FILTER ( CONTAINS ( LCASE ( ?z ) , 'bacon' ) ) }", "graph_answer": [ "resource:Bacon_Explosion" ], "readable_answer": [ "Bacon Explosion" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { resource:Bacon_Explosion property:year ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Bacon_Explosion property:year ?f }", "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
4849
Id84
[ { "subject": "Abarth_1000_GT_Coupé", "property": "productionStartYear", "object": "\"1958\"^^xsd:gYear" }, { "subject": "Abarth_1000_GT_Coupé", "property": "bodyStyle", "object": "Coupé" } ]
[ { "subject": "Abarth_1000_GT_Coupé", "property": "productionStartYear", "object": "1958" }, { "subject": "Abarth_1000_GT_Coupé", "property": "bodyStyle", "object": "Coupé" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Abarth 1000 GT has a Coupé body style and its production began in 1958.", "The Abarth 1000 GT has a coupe bodystyle and production began in 1958.", "The Abarth 1000 GT Coupe has a Coupe body style and its production started in the Year, 1958." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abarth_1000_GT_Coup_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Abarth_1000_GT_Coup_", "property:body_style", "resource:Coup_" ], [ "resource:Abarth_1000_GT_Coup_", "property:production_start_year", "resource:1958" ] ]
Abarth_1000_GT_Coupé
[ { "modified": "bodyStyle", "readable": "body style", "graph": "property:body_style" }, { "modified": "productionStartYear", "readable": "production start year", "graph": "property:production_start_year" }, { "modified": "1958", "readable": "1958", "graph": "resource:1958" }, { "modified": "Abarth_1000_GT_Coupé", "readable": "Abarth 1000 GT Coupé", "graph": "resource:Abarth_1000_GT_Coup_" }, { "modified": "Coupé", "readable": "Coupé", "graph": "resource:Coup_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d ?j WHERE { ?j property:body_style resource:Coup_ . ?j property:production_start_year ?d . ?j rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?d ?j WHERE { ?j property:body_style resource:Coupé . ?j property:production_start_year ?d . ?j rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:1958", "resource:Abarth_1000_GT_Coup_" ], "readable_answer": [ "1958", "Abarth 1000 GT Coupé" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
4
10029
Id3
[ { "subject": "1955_Dodge", "property": "engine", "object": "1955_Dodge__4" }, { "subject": "1955_Dodge", "property": "transmission", "object": "\"3-speed automatic\"" }, { "subject": "1955_Dodge", "property": "aka", "object": "\"Dodge Coronet\"@en" }, { "subject": "1955_Dodge", "property": "bodyStyle", "object": "Hardtop" } ]
[ { "subject": "1955_Dodge", "property": "engine", "object": "V8_engine" }, { "subject": "1955_Dodge", "property": "transmission", "object": "\"3-speed automatic\"" }, { "subject": "1955_Dodge", "property": "alternativeName", "object": "\"Dodge Coronet\"" }, { "subject": "1955_Dodge", "property": "bodyStyle", "object": "Hardtop" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The 1955 Dodge has a V8 engine, uses a 3-speed automatic transmission, has a hardtop and is sometimes known as the Dodge Coronet.", "The 1955 Dodge, which is also known as the Dodge Coronet, has a V8 engine, a 3-speed automatic transmission and a hardtop.", "The 1955 Dodge with a hardtop has a V8 engine and a 3 speed auto transmission. It is also called the Dodge Coronet." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1955_Dodge", "property:engine", "resource:V8_engine" ], [ "resource:1955_Dodge", "property:transmission", "resource:3_speed_automatic" ], [ "resource:1955_Dodge", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:1955_Dodge", "property:body_style", "resource:Hardtop" ], [ "resource:1955_Dodge", "property:alternative_name", "resource:Dodge_Coronet" ] ]
1955_Dodge
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "bodyStyle", "readable": "body style", "graph": "property:body_style" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "transmission", "readable": "transmission", "graph": "property:transmission" }, { "modified": "1955_Dodge", "readable": "1955 Dodge", "graph": "resource:1955_Dodge" }, { "modified": "3-speed automatic", "readable": "3-speed automatic", "graph": "resource:3_speed_automatic" }, { "modified": "Dodge Coronet", "readable": "Dodge Coronet", "graph": "resource:Dodge_Coronet" }, { "modified": "Hardtop", "readable": "Hardtop", "graph": "resource:Hardtop" }, { "modified": "V8_engine", "readable": "V8 engine", "graph": "resource:V8_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:1955_Dodge property:employer ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:1955_Dodge property:employer ?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" ] }, { "question": [], "graph_query": "ASK WHERE { ?c property:alternative_name resource:Dodge_Coronet . ?c rdf:type ontology:mean_of_transportation . ?c property:engine resource:V8_engine }", "readable_query": "ASK WHERE { ?c property:alternative_name resource:Dodge_Coronet . ?c rdf:type ontology:mean_of_transportation . ?c property:engine resource:V8_engine }", "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 ?s WHERE { ?s rdf:type ontology:mean_of_transportation . ?s property:engine resource:V8_engine . ?s property:alternative_name resource:Dodge_Coronet }", "readable_query": "SELECT ?s WHERE { ?s rdf:type ontology:mean_of_transportation . ?s property:engine resource:V8_engine . ?s property:alternative_name resource:Dodge_Coronet }", "graph_answer": [ "resource:1955_Dodge" ], "readable_answer": [ "1955 Dodge" ], "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 ?z WHERE { resource:1955_Dodge property:maiden_flight ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:1955_Dodge property:maiden_flight ?z }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
4
10484
Id168
[ { "subject": "Alberto_Teisaire", "property": "deathPlace", "object": "Buenos_Aires" }, { "subject": "Alberto_Teisaire", "property": "nationality", "object": "Argentina" }, { "subject": "Argentina", "property": "leaderName", "object": "Gabriela_Michetti" }, { "subject": "Argentina", "property": "language", "object": "Spanish_language" } ]
[ { "subject": "Alberto_Teisaire", "property": "deathPlace", "object": "Buenos_Aires" }, { "subject": "Alberto_Teisaire", "property": "nationality", "object": "Argentina" }, { "subject": "Argentina", "property": "leader", "object": "Gabriela_Michetti" }, { "subject": "Argentina", "property": "language", "object": "Spanish_language" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alberto Teisaire was a Spanish speaking Argentinian who died in Buenos Aires where Gabriela Michetti is a leader.", "Alberto Teisaire was an Argentinian who died in Buenos Aires. Gabriela Michetti is the leader of Argentina, a country in which Spanish is spoken.", "Argentinian national Alberto Teisaire passed in Buenos Aires. Spanish speaking Argentina is led by Gabriela Michetti." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Argentina", "property:leader", "resource:Gabriela_Michetti" ], [ "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": "Gabriela_Michetti", "readable": "Gabriela Michetti", "graph": "resource:Gabriela_Michetti" }, { "modified": "Spanish_language", "readable": "Spanish language", "graph": "resource:Spanish_language" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?j rdf:type ontology:politician . ?j property:death_place resource:St__Louis . ?j property:nationality resource:Argentina }", "readable_query": "ASK WHERE { ?j rdf:type ontology:politician . ?j property:death_place resource:St._Louis . ?j property:nationality resource:Argentina }", "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 { ?a rdf:type ontology:politician . ?a property:death_place resource:Buenos_Aires . ?a property:nationality resource:Argentina }", "readable_query": "ASK WHERE { ?a rdf:type ontology:politician . ?a property:death_place resource:Buenos_Aires . ?a property:nationality resource:Argentina }", "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 ?p WHERE { ?p property:nationality resource:Argentina . ?p property:death_place resource:Buenos_Aires . ?p rdf:type ontology:politician }", "readable_query": "SELECT ?p WHERE { ?p property:nationality resource:Argentina . ?p property:death_place resource:Buenos_Aires . ?p rdf:type ontology:politician }", "graph_answer": [ "resource:Alberto_Teisaire" ], "readable_answer": [ "Alberto Teisaire" ], "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 ?p ?b WHERE { resource:Argentina property:language ?b . resource:Argentina property:leader ?p }", "readable_query": "SELECT DISTINCT ?p ?b WHERE { resource:Argentina property:language ?b . resource:Argentina property:leader ?p }", "graph_answer": [ "resource:Gabriela_Michetti", "resource:Spanish_language" ], "readable_answer": [ "Gabriela Michetti", "Spanish language" ], "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" ] } ]
Monument
6
12947
Id11
[ { "subject": "Adams_County,_Pennsylvania", "property": "southeast", "object": "Carroll_County,_Maryland" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "established", "object": "2000" }, { "subject": "Adams_County,_Pennsylvania", "property": "north", "object": "Cumberland_County,_Pennsylvania" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "category", "object": "Contributing_property" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "municipality", "object": "Gettysburg,_Pennsylvania" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "region", "object": "Adams_County,_Pennsylvania" } ]
[ { "subject": "Adams_County,_Pennsylvania", "property": "hasToItsSoutheast", "object": "Carroll_County,_Maryland" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "established", "object": "2000" }, { "subject": "Adams_County,_Pennsylvania", "property": "hasToItsNorth", "object": "Cumberland_County,_Pennsylvania" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "category", "object": "Contributing_property" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "municipality", "object": "Gettysburg,_Pennsylvania" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "location", "object": "Adams_County,_Pennsylvania" } ]
(X (X) (X) (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The 11th Mississippi Infantry Monument is located in Gettysburg, Adams County, Pennsylvania. It was established in 2000 and it is categorised as a contributing property. Cumberland County, Pa is to the north of Adams County and Carroll County, Maryland is southeast of Adams County.", "The 11th Mississippi Infantry Monument which was established in the year 2000 is in the municipality of Gettysburg, Adams County, Pennsylvania. Adams County has Carroll County, Maryland to its southeast and to its north, Cumberland County, Pennsylvania. The monument is classified as a contributing property.", "The 11th Mississippi Infantry Monument is located within the municipality of Gettysburg, in Adams County, Pennsylvania. It was established in 2000 and is categorized as a Contributing property. Located to the southeast of Adams County is Maryland's Carroll County. To the north is Pennsylvania's Cumberland County." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:11th_Mississippi_Infantry_Monument", "rdf:type", "ontology:monument" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:location", "resource:Adams_County__Pennsylvania" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:municipality", "resource:Gettysburg__Pennsylvania" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:established", "resource:2000" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:category", "resource:Contributing_property" ], [ "resource:Adams_County__Pennsylvania", "property:has_to_its_north", "resource:Cumberland_County__Pennsylvania" ], [ "resource:Adams_County__Pennsylvania", "property:has_to_its_southeast", "resource:Carroll_County__Maryland" ] ]
11th_Mississippi_Infantry_Monument
[ { "modified": "category", "readable": "category", "graph": "property:category" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "hasToItsNorth", "readable": "has to its north", "graph": "property:has_to_its_north" }, { "modified": "hasToItsSoutheast", "readable": "has to its southeast", "graph": "property:has_to_its_southeast" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "municipality", "readable": "municipality", "graph": "property:municipality" }, { "modified": "11th_Mississippi_Infantry_Monument", "readable": "11th Mississippi Infantry Monument", "graph": "resource:11th_Mississippi_Infantry_Monument" }, { "modified": "2000", "readable": "2000", "graph": "resource:2000" }, { "modified": "Adams_County,_Pennsylvania", "readable": "Adams County, Pennsylvania", "graph": "resource:Adams_County__Pennsylvania" }, { "modified": "Carroll_County,_Maryland", "readable": "Carroll County, Maryland", "graph": "resource:Carroll_County__Maryland" }, { "modified": "Contributing_property", "readable": "Contributing property", "graph": "resource:Contributing_property" }, { "modified": "Cumberland_County,_Pennsylvania", "readable": "Cumberland County, Pennsylvania", "graph": "resource:Cumberland_County__Pennsylvania" }, { "modified": "Gettysburg,_Pennsylvania", "readable": "Gettysburg, Pennsylvania", "graph": "resource:Gettysburg__Pennsylvania" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?t property:category resource:Contributing_property . ?t rdf:type ontology:monument . ?e property:has_to_its_north resource:Cumberland_County__Pennsylvania . ?t property:location ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { ?t property:category resource:Contributing_property . ?t rdf:type ontology:monument . ?e property:has_to_its_north resource:Cumberland_County,_Pennsylvania . ?t property:location ?e }", "graph_answer": [ "resource:Adams_County__Pennsylvania" ], "readable_answer": [ "Adams County, Pennsylvania" ], "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 ?w WHERE { ?w property:location ?v . ?v property:has_to_its_north resource:Cumberland_County__Pennsylvania . ?w rdf:type ontology:monument . ?w property:established resource:2000 }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w property:location ?v . ?v property:has_to_its_north resource:Cumberland_County,_Pennsylvania . ?w rdf:type ontology:monument . ?w property:established resource:2000 }", "graph_answer": [ "resource:11th_Mississippi_Infantry_Monument" ], "readable_answer": [ "11th Mississippi Infantry Monument" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:11th_Mississippi_Infantry_Monument property:similar_dish ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:11th_Mississippi_Infantry_Monument property:similar_dish ?d }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
5
11773
Id81
[ { "subject": "110_Lydia", "property": "epoch", "object": "\"December 31, 2006 (JD2454100.5)\"" }, { "subject": "110_Lydia", "property": "orbitalPeriod", "object": "1.42603e+08" }, { "subject": "110_Lydia", "property": "periapsis", "object": "3.77016e+11" }, { "subject": "110_Lydia", "property": "mass", "object": "\"6.7\"^^<http://dbpedia.org/datatype/kilogram>" }, { "subject": "110_Lydia", "property": "Planet/apoapsis", "object": "\"4.40756E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "110_Lydia", "property": "epoch", "object": "2006-12-31" }, { "subject": "110_Lydia", "property": "mass", "object": "6.7 (kilograms)" }, { "subject": "110_Lydia", "property": "orbitalPeriod", "object": "142603000.0" }, { "subject": "110_Lydia", "property": "periapsis", "object": "377016000000.0" }, { "subject": "110_Lydia", "property": "apoapsis", "object": "440756000.0 (kilometres)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "110 Lydia, which has a mass of 6.7kgs, has the epoch date of 31 December 2006. It has an orbital period of 142603000.0, a periapsis measurement of 377016000000.0 and an apoapsis of 440756000.0 kilometres.", "The mass of 110 Lydia is 6.7 kg, has an orbital period of 142603000.0 and its epoch date was on 31 December 2006. Its periapsis is 377016000000.0 and its apoapsis is 440756000.0 kilometres." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:110_Lydia", "property:epoch", "resource:2006_12_31" ], [ "resource:110_Lydia", "rdf:type", "ontology:celestial_body" ], [ "resource:110_Lydia", "property:apoapsis", "440756000.0 (kilometres)" ], [ "resource:110_Lydia", "property:mass", "6.7 (kilograms)" ], [ "resource:110_Lydia", "property:periapsis", "resource:377016000000_0" ], [ "resource:110_Lydia", "property:orbital_period", "resource:142603000_0" ] ]
110_Lydia
[ { "modified": "440756000.0 (kilometres)", "readable": "440756000.0", "graph": "440756000.0 (kilometres)" }, { "modified": "6.7 (kilograms)", "readable": "6.7", "graph": "6.7 (kilograms)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "mass", "readable": "mass", "graph": "property:mass" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "110_Lydia", "readable": "110 Lydia", "graph": "resource:110_Lydia" }, { "modified": "142603000.0", "readable": "142603000.0", "graph": "resource:142603000_0" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" }, { "modified": "377016000000.0", "readable": "377016000000.0", "graph": "resource:377016000000_0" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:celestial_body . ?f property:epoch ?t . FILTER ( ?t = \"2006_12_31\" ) }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:celestial_body . ?f property:epoch ?t . FILTER ( ?t = \"2006-12-31\" ) }", "graph_answer": [ "resource:110_Lydia" ], "readable_answer": [ "110 Lydia" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l ?b WHERE { resource:110_Lydia property:orbital_period ?l . resource:110_Lydia property:apoapsis ?b }", "readable_query": "SELECT DISTINCT ?l ?b WHERE { resource:110_Lydia property:orbital_period ?l . resource:110_Lydia property:apoapsis ?b }", "graph_answer": [ "resource:142603000_0", "440756000.0 (kilometres)" ], "readable_answer": [ "142603000.0", "440756000.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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:110_Lydia property:official_language ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:110_Lydia property:official_language ?y }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
4
10785
Id4
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "isbn", "object": "\"978-1-4165-4253-7\"" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "mediaType", "object": "Hardcover" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "numberOfPages", "object": "\"448\"^^xsd:positiveInteger" } ]
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "isbnNumber", "object": "\"978-1-4165-4253-7\"" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "mediaType", "object": "Hardcover" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "numberOfPages", "object": "\"448\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "1634: The Bavarian Crisis, ISBN 978-1-4165-4253-7, was written by Eric Flint, has a hardcover and has 448 pages.", "1634: The Bavarian Crisis, available in hardcover and containing 448 pages, was written by Eric Flint. The ISBN number is 978-1-4165-4253-7.", "1634: The Bavarian Crisis, a 448 page hardcover written by Eric Flint can be located by its ISBN number 978-1-4165-4253-7." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1634__The_Bavarian_Crisis", "property:media_type", "resource:Hardcover" ], [ "resource:1634__The_Bavarian_Crisis", "property:author", "resource:Eric_Flint" ], [ "resource:1634__The_Bavarian_Crisis", "rdf:type", "ontology:written_work" ], [ "resource:1634__The_Bavarian_Crisis", "property:number_of_pages", "448" ], [ "resource:1634__The_Bavarian_Crisis", "property:isbn_number", "978-1-4165-4253-7" ] ]
1634:_The_Bavarian_Crisis
[ { "modified": "448", "readable": "448", "graph": "448" }, { "modified": "978-1-4165-4253-7", "readable": "978-1-4165-4253-7", "graph": "978-1-4165-4253-7" }, { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "isbnNumber", "readable": "isbn number", "graph": "property:isbn_number" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "numberOfPages", "readable": "number of pages", "graph": "property:number_of_pages" }, { "modified": "1634:_The_Bavarian_Crisis", "readable": "1634: The Bavarian Crisis", "graph": "resource:1634__The_Bavarian_Crisis" }, { "modified": "Eric_Flint", "readable": "Eric Flint", "graph": "resource:Eric_Flint" }, { "modified": "Hardcover", "readable": "Hardcover", "graph": "resource:Hardcover" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?a rdf:type ontology:written_work . FILTER ( ?b = '448' ) . ?a property:isbn_number ?i . ?a property:number_of_pages ?b }", "readable_query": "SELECT DISTINCT ?i WHERE { ?a rdf:type ontology:written_work . FILTER ( ?b = '448' ) . ?a property:isbn_number ?i . ?a property:number_of_pages ?b }", "graph_answer": [ "978-1-4165-4253-7" ], "readable_answer": [ "978-1-4165-4253-7" ], "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 ?w WHERE { ?s rdf:type ontology:written_work . FILTER ( CONTAINS ( YEAR ( ?f ) , '978' ) ) . ?s property:isbn_number '978-1-4165-4253-7' . ?s property:author ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { ?s rdf:type ontology:written_work . FILTER ( CONTAINS ( YEAR ( ?f ) , '978' ) ) . ?s property:isbn_number '978-1-4165-4253-7' . ?s property:author ?w }", "graph_answer": [ "resource:Eric_Flint" ], "readable_answer": [ "Eric Flint" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "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 ?t WHERE { FILTER ( CONTAINS ( YEAR ( ?e ) , '978' ) ) . ?y property:media_type ?t . ?y rdf:type ontology:written_work . ?y property:isbn_number '978-1-4165-4253-7' }", "readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( CONTAINS ( YEAR ( ?e ) , '978' ) ) . ?y property:media_type ?t . ?y rdf:type ontology:written_work . ?y property:isbn_number '978-1-4165-4253-7' }", "graph_answer": [ "resource:Hardcover" ], "readable_answer": [ "Hardcover" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "other", "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 ?o WHERE { FILTER ( CONTAINS ( YEAR ( ?m ) , '978' ) ) . ?o property:isbn_number '978-1-4165-4253-7' . ?o property:media_type resource:Hardcover . ?o rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( CONTAINS ( YEAR ( ?m ) , '978' ) ) . ?o property:isbn_number '978-1-4165-4253-7' . ?o property:media_type resource:Hardcover . ?o rdf:type ontology:written_work }", "graph_answer": [ "resource:1634__The_Bavarian_Crisis" ], "readable_answer": [ "1634: The Bavarian Crisis" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] } ]
Building
3
6402
Id22
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "leaderName", "object": "Jacob_Zuma" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "Asian_South_Africans" } ]
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "leader", "object": "Jacob_Zuma" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "Asian_South_Africans" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The address, 11 Diagonal Street is located in South Africa and Jacob Zuma is a leader in Asian South Africans.", "South Africa is the location of 11 Diagonal Street, and is home to the ethnic group of Asian South Africans. Jacob Zuma is a leader of the country." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:South_Africa", "property:leader", "resource:Jacob_Zuma" ], [ "resource:South_Africa", "property:ethnic_group", "resource:Asian_South_Africans" ], [ "resource:11_Diagonal_Street", "rdf:type", "ontology:building" ], [ "resource:11_Diagonal_Street", "property:location", "resource:South_Africa" ] ]
11_Diagonal_Street
[ { "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": "Asian_South_Africans", "readable": "Asian South Africans", "graph": "resource:Asian_South_Africans" }, { "modified": "Jacob_Zuma", "readable": "Jacob Zuma", "graph": "resource:Jacob_Zuma" }, { "modified": "South_Africa", "readable": "South Africa", "graph": "resource:South_Africa" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?t ) WHERE { ?f property:leader resource:Jacob_Zuma . ?f property:ethnic_group ?a }", "readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?t ) WHERE { ?f property:leader resource:Jacob_Zuma . ?f property:ethnic_group ?a }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?t property:ethnic_group ?v . ?t property:leader resource:Jacob_Zuma }", "readable_query": "SELECT DISTINCT ?v WHERE { ?t property:ethnic_group ?v . ?t property:leader resource:Jacob_Zuma }", "graph_answer": [ "resource:Asian_South_Africans" ], "readable_answer": [ "Asian South Africans" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:leader resource:Jacob_Zuma . ?a property:ethnic_group resource:Asian_South_Africans }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:leader resource:Jacob_Zuma . ?a property:ethnic_group resource:Asian_South_Africans }", "graph_answer": [ "resource:South_Africa" ], "readable_answer": [ "South Africa" ], "type": [ "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 ( ?p ) AS ?t ) WHERE { resource:11_Diagonal_Street property:production_end_year ?p }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?t ) WHERE { resource:11_Diagonal_Street property:production_end_year ?p }", "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" ] } ]
Building
3
6440
Id60
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Illinois" }, { "subject": "300_North_LaSalle", "property": "floorCount", "object": "\"60\"^^xsd:positiveInteger" }, { "subject": "300_North_LaSalle", "property": "completionDate", "object": "2009" } ]
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Illinois" }, { "subject": "300_North_LaSalle", "property": "floorCount", "object": "60" }, { "subject": "300_North_LaSalle", "property": "completionDate", "object": "2009" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "There are 60 floors at 300 North LaSalle that was completed in 2009 which is located in Illinois.", "300 North LaSalle, with 60 floors and completed in 2009, is in Illinois." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:300_North_LaSalle", "property:floor_count", "60" ], [ "resource:300_North_LaSalle", "rdf:type", "ontology:building" ], [ "resource:300_North_LaSalle", "property:location", "resource:Illinois" ], [ "resource:300_North_LaSalle", "property:completion_date", "resource:2009" ] ]
300_North_LaSalle
[ { "modified": "60", "readable": "60", "graph": "60" }, { "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": "2009", "readable": "2009", "graph": "resource:2009" }, { "modified": "300_North_LaSalle", "readable": "300 North LaSalle", "graph": "resource:300_North_LaSalle" }, { "modified": "Illinois", "readable": "Illinois", "graph": "resource:Illinois" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f property:floor_count ?n . FILTER ( ?n = '60' ) . ?f rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f property:floor_count ?n . FILTER ( ?n = '60' ) . ?f rdf:type ontology:building }", "graph_answer": [ "resource:300_North_LaSalle" ], "readable_answer": [ "300 North LaSalle" ], "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 ?p ?g WHERE { resource:300_North_LaSalle property:location ?g . resource:300_North_LaSalle property:completion_date ?p }", "readable_query": "SELECT DISTINCT ?p ?g WHERE { resource:300_North_LaSalle property:location ?g . resource:300_North_LaSalle property:completion_date ?p }", "graph_answer": [ "resource:2009", "resource:Illinois" ], "readable_answer": [ "2009", "Illinois" ], "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
10032
Id6
[ { "subject": "1955_Dodge", "property": "related", "object": "DeSoto_Custom" }, { "subject": "1955_Dodge", "property": "relatedMeanOfTransportation", "object": "Plymouth_Plaza" }, { "subject": "Plymouth_Plaza", "property": "successor", "object": "Plymouth_Satellite" }, { "subject": "Plymouth_Plaza", "property": "manufacturer", "object": "Plymouth_(automobile)" } ]
[ { "subject": "1955_Dodge", "property": "relatedMeanOfTransportation", "object": "DeSoto_Custom" }, { "subject": "1955_Dodge", "property": "relatedMeanOfTransportation", "object": "Plymouth_Plaza" }, { "subject": "Plymouth_Plaza", "property": "successor", "object": "Plymouth_Satellite" }, { "subject": "Plymouth_Plaza", "property": "manufacturer", "object": "Plymouth_(automobile)" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The 1955 Dodge (which is related to the DeSoto Custom) and the Plymouth Plaza are related means of transport in that they are both cars. The latter vehicle was manufactured by Plymouth and was succeeded by the Plymouth Satellite.", "The 1955 Dodge, DeSoto Custom and Plymouth Plaza (manufactured in Plymouth) are related modes of transportation. The Plymouth Plaza was succeeded by the Plymouth Satellite.", "The 1955 Dodge, DeSoto Custom and Plymouth Plaza are related means of transportation in that they are both cars. The Plymouth manufactured Plymouth Plaza was succeeded by the Plymouth Satellite." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Plymouth_Plaza", "property:successor", "resource:Plymouth_Satellite" ], [ "resource:Plymouth_Plaza", "property:manufacturer", "resource:Plymouth__automobile_" ], [ "resource:1955_Dodge", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:1955_Dodge", "property:related_mean_of_transportation", "resource:Plymouth_Plaza" ], [ "resource:1955_Dodge", "property:related_mean_of_transportation", "resource:DeSoto_Custom" ] ]
1955_Dodge
[ { "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": "1955_Dodge", "readable": "1955 Dodge", "graph": "resource:1955_Dodge" }, { "modified": "DeSoto_Custom", "readable": "DeSoto Custom", "graph": "resource:DeSoto_Custom" }, { "modified": "Plymouth_Plaza", "readable": "Plymouth Plaza", "graph": "resource:Plymouth_Plaza" }, { "modified": "Plymouth_Satellite", "readable": "Plymouth Satellite", "graph": "resource:Plymouth_Satellite" }, { "modified": "Plymouth_(automobile)", "readable": "Plymouth", "graph": "resource:Plymouth__automobile_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { { resource:1955_Dodge property:related_mean_of_transportation ?t } MINUS { ?t property:successor resource:Plymouth_Satellite } }", "readable_query": "SELECT DISTINCT ?t WHERE { { resource:1955_Dodge property:related_mean_of_transportation ?t } MINUS { ?t property:successor resource:Plymouth_Satellite } }", "graph_answer": [ "resource:DeSoto_Custom" ], "readable_answer": [ "DeSoto Custom" ], "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 ( COUNT ( ?e ) AS ?n ) WHERE { resource:Plymouth_Plaza property:body_style ?e }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?n ) WHERE { resource:Plymouth_Plaza property:body_style ?e }", "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 ?h WHERE { FILTER ( STRSTARTS ( LCASE ( ?h ) , 'p' ) ) . resource:Plymouth_Plaza property:manufacturer ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( STRSTARTS ( LCASE ( ?h ) , 'p' ) ) . resource:Plymouth_Plaza property:manufacturer ?h }", "graph_answer": [ "resource:Plymouth__automobile_" ], "readable_answer": [ "Plymouth" ], "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" ] } ]
Athlete
2
3836
Id176
[ { "subject": "FC_Torpedo_Moscow", "property": "season", "object": "2014–15_Russian_Premier_League" }, { "subject": "Aleksandr_Chumakov", "property": "team", "object": "FC_Torpedo_Moscow" } ]
[ { "subject": "FC_Torpedo_Moscow", "property": "season", "object": "2014–15_Russian_Premier_League" }, { "subject": "Aleksandr_Chumakov", "property": "club", "object": "FC_Torpedo_Moscow" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aleksandr Chumakov has played for FC Torpedo Moscow who played the 2014–15 season in the Russian Premier League.", "The club Aleksandr Chumakov plays for is FC Torpedo Moscow who played in the 2014-15 Russian Premier league.", "Aleksandr Chumakov played for the club FC Torpedo Moscow, which was part of the Russian Premier League in the 2014-15 season." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:FC_Torpedo_Moscow", "property:season", "resource:2014_15_Russian_Premier_League" ], [ "resource:Aleksandr_Chumakov", "rdf:type", "ontology:athlete" ], [ "resource:Aleksandr_Chumakov", "property:club", "resource:FC_Torpedo_Moscow" ] ]
Aleksandr_Chumakov
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "2014–15_Russian_Premier_League", "readable": "2014–15 Russian Premier League", "graph": "resource:2014_15_Russian_Premier_League" }, { "modified": "Aleksandr_Chumakov", "readable": "Aleksandr Chumakov", "graph": "resource:Aleksandr_Chumakov" }, { "modified": "FC_Torpedo_Moscow", "readable": "FC Torpedo Moscow", "graph": "resource:FC_Torpedo_Moscow" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:club resource:FC_Torpedo_Moscow . ?k rdf:type ontology:athlete . FILTER ( CONTAINS ( LCASE ( ?k ) , 'chumakov' ) ) }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:club resource:FC_Torpedo_Moscow . ?k rdf:type ontology:athlete . FILTER ( CONTAINS ( LCASE ( ?k ) , 'chumakov' ) ) }", "graph_answer": [ "resource:Aleksandr_Chumakov" ], "readable_answer": [ "Aleksandr Chumakov" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:FC_Torpedo_Moscow property:season ?y }", "readable_query": "ASK WHERE { resource:FC_Torpedo_Moscow property:season ?y }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "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 ?b WHERE { resource:FC_Torpedo_Moscow property:season ?b }", "readable_query": "SELECT ?b WHERE { resource:FC_Torpedo_Moscow property:season ?b }", "graph_answer": [ "resource:2014_15_Russian_Premier_League" ], "readable_answer": [ "2014–15 Russian Premier League" ], "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" ] } ]
CelestialBody
3
6669
Id86
[ { "subject": "1089_Tama", "property": "temperature", "object": "\"179.0\"^^xsd:double" }, { "subject": "1089_Tama", "property": "escapeVelocity", "object": "\"0.0068\"^^xsd:double" }, { "subject": "1089_Tama", "property": "Planet/apoapsis", "object": "\"3.73513E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "1089_Tama", "property": "escapeVelocity", "object": "0.0068 (kilometrePerSeconds)" }, { "subject": "1089_Tama", "property": "temperature", "object": "179.0 (kelvins)" }, { "subject": "1089_Tama", "property": "apoapsis", "object": "373513000.0 (kilometres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "1089 Tama has an escape velocity of 0.0068 kilometres per second, a temperature of 179 kelvins and an apoapsis of 373513000.0 kilometres.", "1089 Tama has an escape velocity of 0.0068 km per sec, a temperature of 179 kelvins and an apoapsis of 373513000.0 kms.", "1089 Tama, with a temperature of 179.0 kelvins, has an escape velocity of 0.0068 kmps and an apoapsis of 373513000.0 (kilometres)." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1089_Tama", "rdf:type", "ontology:celestial_body" ], [ "resource:1089_Tama", "property:temperature", "179.0 (kelvins)" ], [ "resource:1089_Tama", "property:apoapsis", "373513000.0 (kilometres)" ], [ "resource:1089_Tama", "property:escape_velocity", "0.0068 (kilometrePerSeconds)" ] ]
1089_Tama
[ { "modified": "0.0068 (kilometrePerSeconds)", "readable": "0.0068", "graph": "0.0068 (kilometrePerSeconds)" }, { "modified": "179.0 (kelvins)", "readable": "179.0", "graph": "179.0 (kelvins)" }, { "modified": "373513000.0 (kilometres)", "readable": "373513000.0", "graph": "373513000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "escapeVelocity", "readable": "escape velocity", "graph": "property:escape_velocity" }, { "modified": "temperature", "readable": "temperature", "graph": "property:temperature" }, { "modified": "1089_Tama", "readable": "1089 Tama", "graph": "resource:1089_Tama" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?u property:escape_velocity '0.0925 (kilometrePerSeconds)' . ?u rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { ?u property:escape_velocity '0.0925 (kilometrePerSeconds)' . ?u rdf:type ontology:celestial_body }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?b rdf:type ontology:celestial_body . ?b property:escape_velocity '0.0068 (kilometrePerSeconds)' }", "readable_query": "ASK WHERE { ?b rdf:type ontology:celestial_body . ?b property:escape_velocity '0.0068 (kilometrePerSeconds)' }", "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 ?g WHERE { ?g property:escape_velocity '0.0068 (kilometrePerSeconds)' . ?g rdf:type ontology:celestial_body }", "readable_query": "SELECT ?g WHERE { ?g property:escape_velocity '0.0068 (kilometrePerSeconds)' . ?g rdf:type ontology:celestial_body }", "graph_answer": [ "resource:1089_Tama" ], "readable_answer": [ "1089 Tama" ], "type": [ "ellipsis", "coreference", "meaningful", "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 ?j ?o WHERE { resource:1089_Tama property:escape_velocity ?o . resource:1089_Tama property:apoapsis ?j }", "readable_query": "SELECT DISTINCT ?j ?o WHERE { resource:1089_Tama property:escape_velocity ?o . resource:1089_Tama property:apoapsis ?j }", "graph_answer": [ "373513000.0 (kilometres)", "0.0068 (kilometrePerSeconds)" ], "readable_answer": [ "373513000.0", "0.0068" ], "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 ?w WHERE { resource:1089_Tama property:temperature ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:1089_Tama property:temperature ?w }", "graph_answer": [ "179.0 (kelvins)" ], "readable_answer": [ "179.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" ] } ]
Food
3
7299
Id212
[ { "subject": "Bhajji", "property": "country", "object": "India" }, { "subject": "Bhajji", "property": "alias", "object": "\"Bhaji, bajji\"@en" }, { "subject": "Bhajji", "property": "ingredient", "object": "Vegetable" } ]
[ { "subject": "Bhajji", "property": "country", "object": "India" }, { "subject": "Bhajji", "property": "alternativeName", "object": "\"Bhaji, bajji\"" }, { "subject": "Bhajji", "property": "ingredient", "object": "Vegetable" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bhajji, whose alternative names are Bhaji and Bajji, comes from the country of India. It includes vegetables.", "Bhajji, also known as Bhaji or bajji, originates from India and is made with vegetables.", "Bhajji (also know as Bhaji or bajji) includes the ingredient vegetables and is from India." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bhajji", "property:ingredient", "resource:Vegetable" ], [ "resource:Bhajji", "rdf:type", "ontology:food" ], [ "resource:Bhajji", "property:country", "resource:India" ], [ "resource:Bhajji", "property:alternative_name", "resource:Bhaji__bajji" ] ]
Bhajji
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Bhaji, bajji", "readable": "Bhaji, bajji", "graph": "resource:Bhaji__bajji" }, { "modified": "Bhajji", "readable": "Bhajji", "graph": "resource:Bhajji" }, { "modified": "India", "readable": "India", "graph": "resource:India" }, { "modified": "Vegetable", "readable": "Vegetable", "graph": "resource:Vegetable" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?s property:alternative_name resource:Bhaji__bajji . ?s property:ingredient ?v . ?s rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'v' ) ) }", "readable_query": "SELECT DISTINCT ?v WHERE { ?s property:alternative_name resource:Bhaji,_bajji . ?s property:ingredient ?v . ?s rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'v' ) ) }", "graph_answer": [ "resource:Vegetable" ], "readable_answer": [ "Vegetable" ], "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 ?b ?p WHERE { ?p property:alternative_name resource:Bhaji__bajji . ?p rdf:type ontology:food . ?p property:country ?b }", "readable_query": "SELECT DISTINCT ?b ?p WHERE { ?p property:alternative_name resource:Bhaji,_bajji . ?p rdf:type ontology:food . ?p property:country ?b }", "graph_answer": [ "resource:India", "resource:Bhajji" ], "readable_answer": [ "India", "Bhajji" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
3
7821
Id152
[ { "subject": "Albert_Jennings_Fountain", "property": "birthPlace", "object": "New_York" }, { "subject": "Albert_Jennings_Fountain", "property": "battles", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" } ]
[ { "subject": "Albert_Jennings_Fountain", "property": "birthPlace", "object": "New_York" }, { "subject": "Albert_Jennings_Fountain", "property": "battle", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Albert Jennings Fountain was born in New York and fought in the American Civil War where Jefferson Davis was a commander.", "During the American Civil War Jefferson Davis was a commander and Albert Jennings Fountain who was born in New York, participated." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Albert_Jennings_Fountain", "rdf:type", "ontology:politician" ], [ "resource:Albert_Jennings_Fountain", "property:battle", "resource:American_Civil_War" ], [ "resource:Albert_Jennings_Fountain", "property:birth_place", "resource:New_York" ], [ "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": "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": "New_York", "readable": "New York", "graph": "resource:New_York" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v rdf:type ontology:politician . ?v property:battle resource:American_Civil_War . ?v property:birth_place resource:Birmingham }", "readable_query": "ASK WHERE { ?v rdf:type ontology:politician . ?v property:battle resource:American_Civil_War . ?v property:birth_place resource:Birmingham }", "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 { ?a rdf:type ontology:politician . ?a property:battle resource:American_Civil_War . ?a property:birth_place resource:New_York }", "readable_query": "ASK WHERE { ?a rdf:type ontology:politician . ?a property:battle resource:American_Civil_War . ?a property:birth_place resource:New_York }", "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 property:battle resource:American_Civil_War . ?o rdf:type ontology:politician . ?o property:birth_place resource:New_York }", "readable_query": "SELECT ?o WHERE { ?o property:battle resource:American_Civil_War . ?o rdf:type ontology:politician . ?o property:birth_place resource:New_York }", "graph_answer": [ "resource:Albert_Jennings_Fountain" ], "readable_answer": [ "Albert Jennings Fountain" ], "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 ?l WHERE { resource:American_Civil_War property:commander ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:American_Civil_War property:commander ?l }", "graph_answer": [ "resource:Jefferson_Davis" ], "readable_answer": [ "Jefferson Davis" ], "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
3
6709
Id126
[ { "subject": "11264_Claudiomaccone", "property": "periapsis", "object": "2.96521e+11" }, { "subject": "11264_Claudiomaccone", "property": "epoch", "object": "\"2005-11-26\"^^xsd:date" }, { "subject": "11264_Claudiomaccone", "property": "Planet/apoapsis", "object": "\"4.75426E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "11264_Claudiomaccone", "property": "epoch", "object": "2005-11-26" }, { "subject": "11264_Claudiomaccone", "property": "periapsis", "object": "296521000.0 (kilometres)" }, { "subject": "11264_Claudiomaccone", "property": "apoapsis", "object": "475426000.0 (kilometres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The 11264 Claudiomaccone which has a periapsis of 296521000.0 km and an apoapsis of 475426000 km has an epoch date of 26th November 2005.", "11264 Claudiomaccone; has an epoch date of November 26th 2005, a periapsis of 296521000.0 kilometres, and an apoapsis of 475426000.0 kilometres.", "11264 Claudiomaccone has the epoch date of 26 November 2005, an apoapsis of 475426000.0 kilometres and a periapsis of 296521000.0 (kilometres)." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:11264_Claudiomaccone", "property:epoch", "resource:2005_11_26" ], [ "resource:11264_Claudiomaccone", "rdf:type", "ontology:celestial_body" ], [ "resource:11264_Claudiomaccone", "property:apoapsis", "475426000.0 (kilometres)" ], [ "resource:11264_Claudiomaccone", "property:periapsis", "296521000.0 (kilometres)" ] ]
11264_Claudiomaccone
[ { "modified": "296521000.0 (kilometres)", "readable": "296521000.0", "graph": "296521000.0 (kilometres)" }, { "modified": "475426000.0 (kilometres)", "readable": "475426000.0", "graph": "475426000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "11264_Claudiomaccone", "readable": "11264 Claudiomaccone", "graph": "resource:11264_Claudiomaccone" }, { "modified": "2005-11-26", "readable": "2005-11-26", "graph": "resource:2005_11_26" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?i = \"2005_11_26\" ) . ?u rdf:type ontology:celestial_body . ?u property:epoch ?i . ?u property:periapsis ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?i = \"2005-11-26\" ) . ?u rdf:type ontology:celestial_body . ?u property:epoch ?i . ?u property:periapsis ?n }", "graph_answer": [ "296521000.0 (kilometres)" ], "readable_answer": [ "296521000.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 ( ?m = \"2005_11_26\" ) . ?x property:epoch ?m . ?x rdf:type ontology:celestial_body . ?x property:periapsis '296521000.0 (kilometres)' }", "readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?m = \"2005-11-26\" ) . ?x property:epoch ?m . ?x rdf:type ontology:celestial_body . ?x property:periapsis '296521000.0 (kilometres)' }", "graph_answer": [ "resource:11264_Claudiomaccone" ], "readable_answer": [ "11264 Claudiomaccone" ], "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 ?x WHERE { resource:11264_Claudiomaccone property:width ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:11264_Claudiomaccone property:width ?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" ] } ]
Airport
2
3320
Id125
[ { "subject": "Angola_International_Airport", "property": "location", "object": "Ícolo_e_Bengo" }, { "subject": "Angola_International_Airport", "property": "elevation", "object": "\"159.106\"^^xsd:double" } ]
[ { "subject": "Angola_International_Airport", "property": "location", "object": "Ícolo_e_Bengo" }, { "subject": "Angola_International_Airport", "property": "elevationAboveTheSeaLevelInMetres", "object": "159" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Angola International Airport located in Icolo e Bengo is 159 meters above sea level.", "Angola International Airport, located in Ícolo e Bengo, is 159 metres above the sea level.", "The Angola International Airport which is 159 meters above sea level, is located at Ícolo e Bengo." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Angola_International_Airport", "property:elevation_above_the_sea_level_in_metres", "159" ], [ "resource:Angola_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Angola_International_Airport", "property:location", "resource:_colo_e_Bengo" ] ]
Angola_International_Airport
[ { "modified": "159", "readable": "159", "graph": "159" }, { "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": "Angola_International_Airport", "readable": "Angola International Airport", "graph": "resource:Angola_International_Airport" }, { "modified": "Ícolo_e_Bengo", "readable": "Ícolo e Bengo", "graph": "resource:_colo_e_Bengo" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?b property:elevation_above_the_sea_level_in_metres ?f . ?b rdf:type ontology:airport . FILTER ( ?f = '159' ) }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:elevation_above_the_sea_level_in_metres ?f . ?b rdf:type ontology:airport . FILTER ( ?f = '159' ) }", "graph_answer": [ "resource:Angola_International_Airport" ], "readable_answer": [ "Angola International Airport" ], "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": "ASK WHERE { resource:Angola_International_Airport property:location resource:_colo_e_Bengo }", "readable_query": "ASK WHERE { resource:Angola_International_Airport property:location resource:Ícolo_e_Bengo }", "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
4
9610
Id209
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albuquerque,_New_Mexico", "property": "isPartOf", "object": "New_Mexico" }, { "subject": "Albuquerque,_New_Mexico", "property": "leaderTitle", "object": "Albuquerque_City_Council" }, { "subject": "Albuquerque,_New_Mexico", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albuquerque,_New_Mexico", "property": "isPartOf", "object": "New_Mexico" }, { "subject": "Albuquerque,_New_Mexico", "property": "leaderTitle", "object": "Albuquerque_City_Council" }, { "subject": "Albuquerque,_New_Mexico", "property": "country", "object": "United_States" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Albuquerque, New Mexico, is located within the United States where English is the official language. Albuquerque in New Mexico is led by the Albuquerque City Council.", "The Albuquerque City Council has a leadership role in Albuquerque, New Mexico which is located in the English speaking country of the United States." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Albuquerque__New_Mexico", "property:leader_title", "resource:Albuquerque_City_Council" ], [ "resource:Albuquerque__New_Mexico", "rdf:type", "ontology:city" ], [ "resource:Albuquerque__New_Mexico", "property:country", "resource:United_States" ], [ "resource:Albuquerque__New_Mexico", "property:is_part_of", "resource:New_Mexico" ], [ "resource:United_States", "property:language", "resource:English_language" ] ]
Albuquerque,_New_Mexico
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Albuquerque_City_Council", "readable": "Albuquerque City Council", "graph": "resource:Albuquerque_City_Council" }, { "modified": "Albuquerque,_New_Mexico", "readable": "Albuquerque, New Mexico", "graph": "resource:Albuquerque__New_Mexico" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "New_Mexico", "readable": "New Mexico", "graph": "resource:New_Mexico" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?g property:leader_title resource:Albuquerque_City_Council . ?g property:country ?v . ?v property:language resource:English_language . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'a' ) ) . ?g rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:leader_title resource:Albuquerque_City_Council . ?g property:country ?v . ?v property:language resource:English_language . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'a' ) ) . ?g rdf:type ontology:city }", "graph_answer": [ "resource:Albuquerque__New_Mexico" ], "readable_answer": [ "Albuquerque, New Mexico" ], "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 ?k WHERE { resource:Albuquerque__New_Mexico rdf:type ontology:city . ?k property:language resource:English_language . resource:Albuquerque__New_Mexico property:leader_title resource:Albuquerque_City_Council . resource:Albuquerque__New_Mexico property:country ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Albuquerque,_New_Mexico rdf:type ontology:city . ?k property:language resource:English_language . resource:Albuquerque,_New_Mexico property:leader_title resource:Albuquerque_City_Council . resource:Albuquerque,_New_Mexico property:country ?k }", "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" ] } ]
Food
2
4668
Id180
[ { "subject": "Batchoy", "property": "country", "object": "Philippines" }, { "subject": "Batchoy", "property": "ingredient", "object": "Beef" } ]
[ { "subject": "Batchoy", "property": "country", "object": "Philippines" }, { "subject": "Batchoy", "property": "ingredient", "object": "Beef" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Philippines like to enjoy the dish Batchoy which has a main ingredient of Beef.", "Batchoy is a dish from the Philippines that contains beef.", "Beef is an ingredient of Batchoy which comes from the Philippines." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Batchoy", "property:ingredient", "resource:Beef" ], [ "resource:Batchoy", "rdf:type", "ontology:food" ], [ "resource:Batchoy", "property:country", "resource:Philippines" ] ]
Batchoy
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Batchoy", "readable": "Batchoy", "graph": "resource:Batchoy" }, { "modified": "Beef", "readable": "Beef", "graph": "resource:Beef" }, { "modified": "Philippines", "readable": "Philippines", "graph": "resource:Philippines" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?t property:country ?g . ?t property:ingredient resource:Beef . ?t rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'p' ) ) }", "readable_query": "SELECT DISTINCT ?g WHERE { ?t property:country ?g . ?t property:ingredient resource:Beef . ?t rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'p' ) ) }", "graph_answer": [ "resource:Philippines" ], "readable_answer": [ "Philippines" ], "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 ?a WHERE { ?a property:main_ingredient resource:Noodles . ?a rdf:type ontology:food . ?a property:main_ingredient resource:Beef }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:main_ingredient resource:Noodles . ?a rdf:type ontology:food . ?a property:main_ingredient resource:Beef }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "meaningful", "no_answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
5
11278
Id129
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Jazz", "property": "derivative", "object": "Funk" }, { "subject": "Jazz", "property": "musicFusionGenre", "object": "Afrobeat" }, { "subject": "Alison_O'Donnell", "property": "instrument", "object": "\"Voice, bodhrán, percussion, autoharp\"@en" }, { "subject": "Jazz", "property": "stylisticOrigin", "object": "Folk_music" } ]
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Jazz", "property": "derivative", "object": "Funk" }, { "subject": "Jazz", "property": "musicFusionGenre", "object": "Afrobeat" }, { "subject": "Alison_O'Donnell", "property": "instrument", "object": "\"Voice, bodhrán, percussion, autoharp\"" }, { "subject": "Jazz", "property": "stylisticOrigin", "object": "Folk_music" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alison O'Donnell is a jazz musician who uses her voice, bodhran, percussion and autoharp. Jazz has its stylistic origins in folk music, and has derivative genres Funk and Afrobeat.", "Alison O'Donnell is a jazz musician who uses her voice, bodhran, percussion and autoharp. Jazz has its stylistic origins in folk music, and has helped create the genres of Funk and Afrobeat.", "Alison O'Donnell is a musician who uses her voice, bodhran, percussion and autoharp to play jazz music. Funk is one of the derivatives of Jazz which is one of the elements contained in the musical genre of Afrobeat and has its stylistic origins in folk music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alison_O_Donnell", "rdf:type", "ontology:artist" ], [ "resource:Alison_O_Donnell", "property:genre", "resource:Jazz" ], [ "resource:Alison_O_Donnell", "property:instrument", "resource:Percussion" ], [ "resource:Alison_O_Donnell", "property:instrument", "resource:Bodhr_n" ], [ "resource:Alison_O_Donnell", "property:instrument", "resource:Autoharp" ], [ "resource:Alison_O_Donnell", "property:instrument", "resource:Voice" ], [ "resource:Jazz", "property:derivative", "resource:Funk" ], [ "resource:Jazz", "property:stylistic_origin", "resource:Folk_music" ], [ "resource:Jazz", "property:music_fusion_genre", "resource:Afrobeat" ] ]
Alison_O'Donnell
[ { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "instrument", "readable": "instrument", "graph": "property:instrument" }, { "modified": "musicFusionGenre", "readable": "music fusion genre", "graph": "property:music_fusion_genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Afrobeat", "readable": "Afrobeat", "graph": "resource:Afrobeat" }, { "modified": "Alison_O'Donnell", "readable": "Alison O'Donnell", "graph": "resource:Alison_O_Donnell" }, { "modified": "Autoharp", "readable": "Autoharp", "graph": "resource:Autoharp" }, { "modified": "Bodhrán", "readable": "Bodhrán", "graph": "resource:Bodhr_n" }, { "modified": "Folk_music", "readable": "Folk music", "graph": "resource:Folk_music" }, { "modified": "Funk", "readable": "Funk", "graph": "resource:Funk" }, { "modified": "Jazz", "readable": "Jazz", "graph": "resource:Jazz" }, { "modified": "Percussion", "readable": "Percussion", "graph": "resource:Percussion" }, { "modified": "Voice", "readable": "Voice", "graph": "resource:Voice" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?m ) WHERE { resource:Alison_O_Donnell property:instrument ?p }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?m ) WHERE { resource:Alison_O'Donnell property:instrument ?p }", "graph_answer": [ "4" ], "readable_answer": [ "4" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?h property:derivative ?g . ?h property:music_fusion_genre resource:Disco }", "readable_query": "ASK WHERE { ?h property:derivative ?g . ?h property:music_fusion_genre resource:Disco }", "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" ] } ]
CelestialBody
5
11728
Id36
[ { "subject": "1036_Ganymed", "property": "discoverer", "object": "Walter_Baade" }, { "subject": "Walter_Baade", "property": "doctoralStudent", "object": "Halton_Arp" }, { "subject": "Walter_Baade", "property": "deathPlace", "object": "Göttingen" }, { "subject": "Walter_Baade", "property": "birthPlace", "object": "Preußisch_Oldendorf" }, { "subject": "Walter_Baade", "property": "almaMater", "object": "University_of_Göttingen" } ]
[ { "subject": "1036_Ganymed", "property": "discoverer", "object": "Walter_Baade" }, { "subject": "Walter_Baade", "property": "doctoralStudent", "object": "Halton_Arp" }, { "subject": "Walter_Baade", "property": "deathPlace", "object": "Göttingen" }, { "subject": "Walter_Baade", "property": "birthPlace", "object": "Preußisch_Oldendorf" }, { "subject": "Walter_Baade", "property": "almaMater", "object": "University_of_Göttingen" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Walter Baade, who was born in Preußisch Oldendorf, discovered 1036 Ganymed. He studied at the University of Gottingen, had Halton Arp as one of his doctoral students and died in Gottingen.", "Walter Baade (born in Preußisch Oldendorf) graduated from University of Gottingen and died in the same city. He discovered 1036 Ganymed and Halton Arp was his doctoral student.", "Walter Baade, born in Preußisch Oldendorf and graduate of University of Gottingen, was the one to discover 1036 Ganymed. Walter Baade's doctoral student was Halton Arp. Walter Baade died in Gottingen." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1036_Ganymed", "rdf:type", "ontology:celestial_body" ], [ "resource:1036_Ganymed", "property:discoverer", "resource:Walter_Baade" ], [ "resource:Walter_Baade", "property:death_place", "resource:G_ttingen" ], [ "resource:Walter_Baade", "property:doctoral_student", "resource:Halton_Arp" ], [ "resource:Walter_Baade", "property:alma_mater", "resource:University_of_G_ttingen" ], [ "resource:Walter_Baade", "property:birth_place", "resource:Preu_isch_Oldendorf" ] ]
1036_Ganymed
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "doctoralStudent", "readable": "doctoral student", "graph": "property:doctoral_student" }, { "modified": "1036_Ganymed", "readable": "1036 Ganymed", "graph": "resource:1036_Ganymed" }, { "modified": "Göttingen", "readable": "Göttingen", "graph": "resource:G_ttingen" }, { "modified": "Halton_Arp", "readable": "Halton Arp", "graph": "resource:Halton_Arp" }, { "modified": "Preußisch_Oldendorf", "readable": "Preußisch Oldendorf", "graph": "resource:Preu_isch_Oldendorf" }, { "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 ?e WHERE { ?e property:birth_place resource:Preu_isch_Oldendorf . FILTER ( CONTAINS ( LCASE ( ?e ) , 'walter' ) ) }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:birth_place resource:Preußisch_Oldendorf . FILTER ( CONTAINS ( LCASE ( ?e ) , 'walter' ) ) }", "graph_answer": [ "resource:Walter_Baade" ], "readable_answer": [ "Walter Baade" ], "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 ?i ?j WHERE { resource:Walter_Baade property:death_place ?i . resource:Walter_Baade property:doctoral_student ?j }", "readable_query": "SELECT DISTINCT ?i ?j WHERE { resource:Walter_Baade property:death_place ?i . resource:Walter_Baade property:doctoral_student ?j }", "graph_answer": [ "resource:G_ttingen", "resource:Halton_Arp" ], "readable_answer": [ "Göttingen", "Halton Arp" ], "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:1036_Ganymed rdf:type ontology:celestial_body . resource:1036_Ganymed property:discoverer resource:Walter_Baade }", "readable_query": "ASK WHERE { resource:1036_Ganymed rdf:type ontology:celestial_body . resource:1036_Ganymed property:discoverer resource:Walter_Baade }", "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 ?k WHERE { resource:Walter_Baade property:has_to_its_southeast ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Walter_Baade property:has_to_its_southeast ?k }", "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
12753
Id21
[ { "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": "Soho_Press", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
[ { "subject": "A_Loyal_Character_Dancer", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Loyal_Character_Dancer", "property": "publisher", "object": "Soho_Press" }, { "subject": "Soho_Press", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
(X (X (X)) (X (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "English is spoken in Great Britain and is the language used in \"A Loyal Character Dancer\". The book is published by Soho Press in the United States. That country contains the ethnic group of Native Americans.", "Soho Press in the United States published the book A Loyal Character Dancer. The book is written in English, as spoken in Great Britain. The United States is home to the ethnic group of Native Americans.", "The language of Great Britain is English and this is used by the writer of A Loyal Character Dancer. The book is published by Soho Press in the United States where the ethnic group of Native Americans can be found." ], "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:Soho_Press", "property:country", "resource:United_States" ] ]
A_Loyal_Character_Dancer
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "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 ?d WHERE { FILTER ( CONTAINS ( LCASE ( ?d ) , 'english' ) ) . resource:A_Loyal_Character_Dancer property:language ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( CONTAINS ( LCASE ( ?d ) , 'english' ) ) . resource:A_Loyal_Character_Dancer property:language ?d }", "graph_answer": [ "resource:English_language" ], "readable_answer": [ "English language" ], "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 ?s WHERE { resource:A_Loyal_Character_Dancer property:publisher ?s . FILTER ( CONTAINS ( LCASE ( ?s ) , 'soho' ) ) }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:A_Loyal_Character_Dancer property:publisher ?s . FILTER ( CONTAINS ( LCASE ( ?s ) , 'soho' ) ) }", "graph_answer": [ "resource:Soho_Press" ], "readable_answer": [ "Soho Press" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?f ) WHERE { ?b property:country resource:United_States }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?f ) WHERE { ?b property:country resource:United_States }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] } ]
Airport
5
11148
Id197
[ { "subject": "Saranac_Lake,_New_York", "property": "subdivisionName", "object": "Harrietstown,_New_York" }, { "subject": "Lake_Placid,_New_York", "property": "isPartOf", "object": "New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "cityServed", "object": "Lake_Placid,_New_York" }, { "subject": "Saranac_Lake,_New_York", "property": "country", "object": "United_States" }, { "subject": "Adirondack_Regional_Airport", "property": "city", "object": "Saranac_Lake,_New_York" } ]
[ { "subject": "Saranac_Lake,_New_York", "property": "isPartOf", "object": "Harrietstown,_New_York" }, { "subject": "Lake_Placid,_New_York", "property": "isPartOf", "object": "New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "cityServed", "object": "Lake_Placid,_New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "cityServed", "object": "Saranac_Lake,_New_York" }, { "subject": "Saranac_Lake,_New_York", "property": "country", "object": "United_States" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Adirondack Regional Airport serves the cities of Lake Placid, and Saranac Lake, Harrietstown, New York in the U.S.", "Adirondack Regional Airport serves Lake Placid, New York and also Saranac Lake, part of Harrietstown in New York, United States." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Adirondack_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adirondack_Regional_Airport", "property:city_served", "resource:Saranac_Lake__New_York" ], [ "resource:Adirondack_Regional_Airport", "property:city_served", "resource:Lake_Placid__New_York" ], [ "resource:Saranac_Lake__New_York", "property:country", "resource:United_States" ], [ "resource:Saranac_Lake__New_York", "property:is_part_of", "resource:Harrietstown__New_York" ], [ "resource:Lake_Placid__New_York", "property:is_part_of", "resource:New_York" ] ]
Adirondack_Regional_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Adirondack_Regional_Airport", "readable": "Adirondack Regional Airport", "graph": "resource:Adirondack_Regional_Airport" }, { "modified": "Harrietstown,_New_York", "readable": "Harrietstown, New York", "graph": "resource:Harrietstown__New_York" }, { "modified": "Lake_Placid,_New_York", "readable": "Lake Placid, New York", "graph": "resource:Lake_Placid__New_York" }, { "modified": "New_York", "readable": "New York", "graph": "resource:New_York" }, { "modified": "Saranac_Lake,_New_York", "readable": "Saranac Lake, New York", "graph": "resource:Saranac_Lake__New_York" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { { { ?u property:is_part_of resource:New_York } UNION { ?u property:is_part_of resource:Harrietstown__New_York } } }", "readable_query": "SELECT DISTINCT ?u WHERE { { { ?u property:is_part_of resource:New_York } UNION { ?u property:is_part_of resource:Harrietstown,_New_York } } }", "graph_answer": [ "resource:Lake_Placid__New_York", "resource:Saranac_Lake__New_York" ], "readable_answer": [ "Lake Placid, New York", "Saranac Lake, New York" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "disjunctive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?j property:is_part_of resource:Harrietstown__New_York }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:is_part_of resource:Harrietstown,_New_York }", "graph_answer": [ "resource:Saranac_Lake__New_York" ], "readable_answer": [ "Saranac Lake, New York" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Adirondack_Regional_Airport rdf:type ontology:airport . resource:Adirondack_Regional_Airport property:city_served resource:Saranac_Lake__New_York }", "readable_query": "ASK WHERE { resource:Adirondack_Regional_Airport rdf:type ontology:airport . resource:Adirondack_Regional_Airport property:city_served resource:Saranac_Lake,_New_York }", "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 ?t WHERE { resource:Saranac_Lake__New_York property:award ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Saranac_Lake,_New_York property:award ?t }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
3
8008
Id81
[ { "subject": "A.S._Livorno_Calcio", "property": "ground", "object": "\"Livorno, Italy\"@en" }, { "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": "numberOfMembers", "object": "19238" }, { "subject": "A.S._Livorno_Calcio", "property": "fullName", "object": "\"Associazione Sportiva\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The full name of A.S. Livorno Calcio is Associazione Sportiva, their ground is in Livorno Italy and they have 19,238 members.", "Livorno, Italy is the location of the ground of AS Livorno Calcio which has 19238 members and the full name of Associazione Sportiva.", "Associazione Sportiva Livorno Calcio is the full name of A.S.Livorno Calcio. They have 19238 members and their ground is in Livorno, Italy." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "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": "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 ?e WHERE { ?h rdf:type ontology:sports_team . FILTER ( ?c = '19238' ) . ?h property:ground ?e . ?h property:number_of_members ?c }", "readable_query": "SELECT DISTINCT ?e WHERE { ?h rdf:type ontology:sports_team . FILTER ( ?c = '19238' ) . ?h property:ground ?e . ?h property:number_of_members ?c }", "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 ?i WHERE { FILTER ( ?s = '19238' ) . ?i property:ground resource:Livorno__Italy . ?i rdf:type ontology:sports_team . ?i property:number_of_members ?s }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( ?s = '19238' ) . ?i property:ground resource:Livorno,_Italy . ?i rdf:type ontology:sports_team . ?i property:number_of_members ?s }", "graph_answer": [ "resource:A_S__Livorno_Calcio" ], "readable_answer": [ "A.S. Livorno Calcio" ], "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 WHERE { resource:A_S__Livorno_Calcio property:doctoral_student ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:A.S._Livorno_Calcio property:doctoral_student ?c }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
3
8082
Id155
[ { "subject": "Massimo_Drago", "property": "clubs", "object": "S.S._Chieti_Calcio" }, { "subject": "A.C._Cesena", "property": "manager", "object": "Massimo_Drago" }, { "subject": "Massimo_Drago", "property": "team", "object": "A.S.D._S.S._Nola_1925" } ]
[ { "subject": "Massimo_Drago", "property": "club", "object": "S.S._Chieti_Calcio" }, { "subject": "A.C._Cesena", "property": "manager", "object": "Massimo_Drago" }, { "subject": "Massimo_Drago", "property": "club", "object": "A.S.D._S.S._Nola_1925" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Massimo Drago has been the manager of A C Cesena whose club is the S.S. Chieti Calcio. and played for A.S.D. S.S. Nola 1925.", "Massimo Drago has been the manager of A C Cesena and plays for both S.S. Chieti Calcio and A.S.D. S.S. Nola 1925.", "Massimo Drago played for. A.S.D. S.S. Nola 1925, he now plays for S.S. Chieti Calcio and manages A.C. Cesena." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_C__Cesena", "rdf:type", "ontology:sports_team" ], [ "resource:A_C__Cesena", "property:manager", "resource:Massimo_Drago" ], [ "resource:Massimo_Drago", "property:club", "resource:S_S__Chieti_Calcio" ], [ "resource:Massimo_Drago", "property:club", "resource:A_S_D__S_S__Nola_1925" ] ]
A.C._Cesena
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.C._Cesena", "readable": "A.C. Cesena", "graph": "resource:A_C__Cesena" }, { "modified": "A.S.D._S.S._Nola_1925", "readable": "A.S.D. S.S. Nola 1925", "graph": "resource:A_S_D__S_S__Nola_1925" }, { "modified": "Massimo_Drago", "readable": "Massimo Drago", "graph": "resource:Massimo_Drago" }, { "modified": "S.S._Chieti_Calcio", "readable": "S.S. Chieti Calcio", "graph": "resource:S_S__Chieti_Calcio" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?f ) WHERE { resource:Massimo_Drago property:club ?o }", "readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?f ) WHERE { resource:Massimo_Drago property:club ?o }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Massimo_Drago property:club ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Massimo_Drago property:club ?v }", "graph_answer": [ "resource:S_S__Chieti_Calcio", "resource:A_S_D__S_S__Nola_1925" ], "readable_answer": [ "S.S. Chieti Calcio", "A.S.D. S.S. Nola 1925" ], "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 ?k WHERE { FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) . ?k property:manager resource:Massimo_Drago . ?k rdf:type ontology:sports_team }", "readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) . ?k property:manager resource:Massimo_Drago . ?k rdf:type ontology:sports_team }", "graph_answer": [ "resource:A_C__Cesena" ], "readable_answer": [ "A.C. Cesena" ], "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
5
11502
Id33
[ { "subject": "Alessio_Romagnoli", "property": "clubs", "object": "A.C._Milan" }, { "subject": "A.C._Milan", "property": "manager", "object": "Siniša_Mihajlović" }, { "subject": "Alessio_Romagnoli", "property": "position", "object": "Defender_(association_football)" }, { "subject": "Alessio_Romagnoli", "property": "team", "object": "U.C._Sampdoria" }, { "subject": "U.C._Sampdoria", "property": "league", "object": "Serie_A" } ]
[ { "subject": "Alessio_Romagnoli", "property": "club", "object": "A.C._Milan" }, { "subject": "A.C._Milan", "property": "manager", "object": "Siniša_Mihajlović" }, { "subject": "Alessio_Romagnoli", "property": "position", "object": "Defender_(football)" }, { "subject": "Alessio_Romagnoli", "property": "club", "object": "U.C._Sampdoria" }, { "subject": "U.C._Sampdoria", "property": "league", "object": "Serie_A" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alessio Romagnoli has been a defender with the club U.C. Sampdoria who play in the Serie A league. He currently plays for AC Milan under the manager Sinisa Mihajlovic.", "Defender Alessio Romagnoli's former football clubs include the Serie A side U.C. Sampdoria and A.C. Milan, the latter of which is managed by Siniša Mihajlović.", "Alessio Romagnoli plays defense for A.C. Milan which is managed by Siniša Mihajlović. Mr. Romagnoli is associated with UC Sampdoria part of the Serie A. League." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_C__Milan", "property:manager", "resource:Sini_a_Mihajlovi_" ], [ "resource:Alessio_Romagnoli", "rdf:type", "ontology:athlete" ], [ "resource:Alessio_Romagnoli", "property:club", "resource:A_C__Milan" ], [ "resource:Alessio_Romagnoli", "property:club", "resource:U_C__Sampdoria" ], [ "resource:Alessio_Romagnoli", "property:position", "resource:Defender__football_" ], [ "resource:U_C__Sampdoria", "property:league", "resource:Serie_A" ] ]
Alessio_Romagnoli
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "position", "readable": "position", "graph": "property:position" }, { "modified": "A.C._Milan", "readable": "A.C. Milan", "graph": "resource:A_C__Milan" }, { "modified": "Alessio_Romagnoli", "readable": "Alessio Romagnoli", "graph": "resource:Alessio_Romagnoli" }, { "modified": "Defender_(football)", "readable": "Defender", "graph": "resource:Defender__football_" }, { "modified": "Serie_A", "readable": "Serie A", "graph": "resource:Serie_A" }, { "modified": "Siniša_Mihajlović", "readable": "Siniša Mihajlović", "graph": "resource:Sini_a_Mihajlovi_" }, { "modified": "U.C._Sampdoria", "readable": "U.C. Sampdoria", "graph": "resource:U_C__Sampdoria" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { FILTER NOT EXISTS { ?r property:league resource:Serie_A } . resource:Alessio_Romagnoli property:club ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER NOT EXISTS { ?r property:league resource:Serie_A } . resource:Alessio_Romagnoli property:club ?r }", "graph_answer": [ "resource:A_C__Milan" ], "readable_answer": [ "A.C. Milan" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Alessio_Romagnoli property:club ?p . FILTER ( ?p != resource:A_C__Milan ) }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Alessio_Romagnoli property:club ?p . FILTER ( ?p != resource:A.C._Milan ) }", "graph_answer": [ "resource:U_C__Sampdoria" ], "readable_answer": [ "U.C. Sampdoria" ], "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": "ASK WHERE { resource:A_C__Milan property:manager resource:Sini_a_Mihajlovi_ }", "readable_query": "ASK WHERE { resource:A.C._Milan property:manager resource:Siniša_Mihajlović }", "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" ] } ]
Building
5
11586
Id50
[ { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "location", "object": "Denmark" }, { "subject": "Denmark", "property": "language", "object": "Faroese_language" }, { "subject": "Marriott_International", "property": "foundationPlace", "object": "Washington,_D.C." }, { "subject": "Denmark", "property": "leaderName", "object": "Lars_Løkke_Rasmussen" }, { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "operator", "object": "Marriott_International" } ]
[ { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "location", "object": "Denmark" }, { "subject": "Denmark", "property": "language", "object": "Faroese_language" }, { "subject": "Marriott_International", "property": "foundationPlace", "object": "Washington,_D.C." }, { "subject": "Denmark", "property": "leader", "object": "Lars_Løkke_Rasmussen" }, { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "tenant", "object": "Marriott_International" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Marriott International, which was founded in Washington DC, is the current tenant of AC Hotel Bella Sky in Copenhagen, Denmark. The Prime Minister of Denmark is Lars Lokke Rasmussen and Faroese is one of the languages spoken.", "Founded in Washington, D.C., Marriott International is the tenant of AC Hotel Bella Sky in Copenhagen Denmark. Denmark is led by Lars Lokke Rasmussen, where Faroese is spoken." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:AC_Hotel_Bella_Sky_Copenhagen", "rdf:type", "ontology:building" ], [ "resource:AC_Hotel_Bella_Sky_Copenhagen", "property:tenant", "resource:Marriott_International" ], [ "resource:AC_Hotel_Bella_Sky_Copenhagen", "property:location", "resource:Denmark" ], [ "resource:Marriott_International", "property:foundation_place", "resource:Washington__D_C_" ], [ "resource:Denmark", "property:leader", "resource:Lars_L_kke_Rasmussen" ], [ "resource:Denmark", "property:language", "resource:Faroese_language" ] ]
AC_Hotel_Bella_Sky_Copenhagen
[ { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "tenant", "readable": "tenant", "graph": "property:tenant" }, { "modified": "AC_Hotel_Bella_Sky_Copenhagen", "readable": "AC Hotel Bella Sky Copenhagen", "graph": "resource:AC_Hotel_Bella_Sky_Copenhagen" }, { "modified": "Denmark", "readable": "Denmark", "graph": "resource:Denmark" }, { "modified": "Faroese_language", "readable": "Faroese language", "graph": "resource:Faroese_language" }, { "modified": "Lars_Løkke_Rasmussen", "readable": "Lars Løkke Rasmussen", "graph": "resource:Lars_L_kke_Rasmussen" }, { "modified": "Marriott_International", "readable": "Marriott International", "graph": "resource:Marriott_International" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?r property:foundation_place resource:Washington__D_C_ . ?b property:location resource:Denmark . ?b rdf:type ontology:building . ?b property:tenant ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { ?r property:foundation_place resource:Washington,_D.C. . ?b property:location resource:Denmark . ?b rdf:type ontology:building . ?b property:tenant ?r }", "graph_answer": [ "resource:Marriott_International" ], "readable_answer": [ "Marriott International" ], "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 ?p WHERE { ?p rdf:type ontology:building . ?p property:tenant resource:Marriott_International . ?p property:location resource:Denmark . resource:Marriott_International property:foundation_place resource:Washington__D_C_ }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:building . ?p property:tenant resource:Marriott_International . ?p property:location resource:Denmark . resource:Marriott_International property:foundation_place resource:Washington,_D.C. }", "graph_answer": [ "resource:AC_Hotel_Bella_Sky_Copenhagen" ], "readable_answer": [ "AC Hotel Bella Sky Copenhagen" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f ?x WHERE { resource:Denmark property:leader ?x . resource:Denmark property:language ?f }", "readable_query": "SELECT DISTINCT ?f ?x WHERE { resource:Denmark property:leader ?x . resource:Denmark property:language ?f }", "graph_answer": [ "resource:Faroese_language", "resource:Lars_L_kke_Rasmussen" ], "readable_answer": [ "Faroese language", "Lars Løkke Rasmussen" ], "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" ] } ]
Athlete
4
9062
Id132
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "clubs", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "team", "object": "Jacksonville_Dolphins" }, { "subject": "Jacksonville_Dolphins", "property": "baseballfield", "object": "John_Sessions_Stadium" } ]
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Jacksonville_Dolphins" }, { "subject": "Jacksonville_Dolphins", "property": "stadium", "object": "John_Sessions_Stadium" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Priestley plays for Jacksonville Dolphins based at the John Sessions Stadium. He is also connected to the Orange County Blues Football Club which is managed by Oliver Wyss.", "Akeem Priestley is connected to the Orange County Blues Football club which is managed by Oliver Wyss, but he also plays for Jacksonville Dolphins who have their baseball field in the John Sessions stadium.", "Akeem Priestley is connected to the Orange County Blues Football Club where the manager is, Oliver Wyss. Akeem Priestley plays for Jacksonville Dolphins, the club play at the John Sessions Stadium." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Priestley", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Priestley", "property:club", "resource:Jacksonville_Dolphins" ], [ "resource:Akeem_Priestley", "property:club", "resource:Orange_County_Blues_FC" ], [ "resource:Jacksonville_Dolphins", "property:stadium", "resource:John_Sessions_Stadium" ], [ "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": "stadium", "readable": "stadium", "graph": "property:stadium" }, { "modified": "Akeem_Priestley", "readable": "Akeem Priestley", "graph": "resource:Akeem_Priestley" }, { "modified": "Jacksonville_Dolphins", "readable": "Jacksonville Dolphins", "graph": "resource:Jacksonville_Dolphins" }, { "modified": "John_Sessions_Stadium", "readable": "John Sessions Stadium", "graph": "resource:John_Sessions_Stadium" }, { "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { { resource:Akeem_Priestley property:club ?r } MINUS { ?r property:stadium resource:John_Sessions_Stadium } }", "readable_query": "SELECT DISTINCT ?r WHERE { { resource:Akeem_Priestley property:club ?r } MINUS { ?r property:stadium resource:John_Sessions_Stadium } }", "graph_answer": [ "resource:Orange_County_Blues_FC" ], "readable_answer": [ "Orange County Blues FC" ], "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 ?j WHERE { FILTER ( ?j != resource:Orange_County_Blues_FC ) . resource:Akeem_Priestley property:club ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?j != resource:Orange_County_Blues_FC ) . resource:Akeem_Priestley property:club ?j }", "graph_answer": [ "resource:Jacksonville_Dolphins" ], "readable_answer": [ "Jacksonville Dolphins" ], "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 ?d WHERE { resource:Orange_County_Blues_FC property:has_to_its_northwest ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Orange_County_Blues_FC property:has_to_its_northwest ?d }", "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
3
6368
Id204
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "clubs", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "team", "object": "Jacksonville_Dolphins" } ]
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Jacksonville_Dolphins" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Priestley is in the Jacksonville Dolphins club and plays for the Orange County Blues FC who are managed by Oliver Wyss.", "Oliver Wyss is the manager for Orange County Blues FC, the team, Akeem Priestley plays for. He also plays for Jacksonville Dolphins.", "Akeem Priestley is connected to the Orange County Blues Football Club, whose manager is Oliver Wyss. He now plays for Jacksonville Dolphins." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Priestley", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Priestley", "property:club", "resource:Jacksonville_Dolphins" ], [ "resource:Akeem_Priestley", "property:club", "resource:Orange_County_Blues_FC" ], [ "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": "Jacksonville_Dolphins", "readable": "Jacksonville Dolphins", "graph": "resource:Jacksonville_Dolphins" }, { "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" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?r property:manager resource:Dieter_Hecking . ?w rdf:type ontology:athlete . ?w property:club ?r }", "readable_query": "ASK WHERE { ?r property:manager resource:Dieter_Hecking . ?w rdf:type ontology:athlete . ?w property:club ?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" ] } ]
WrittenWork
3
8309
Id155
[ { "subject": "Administrative_Science_Quarterly", "property": "publisher", "object": "Cornell_University" }, { "subject": "Cornell_University", "property": "affiliation", "object": "Association_of_American_Universities" }, { "subject": "Cornell_University", "property": "city", "object": "Ithaca,_New_York" } ]
[ { "subject": "Administrative_Science_Quarterly", "property": "publisher", "object": "Cornell_University" }, { "subject": "Cornell_University", "property": "affiliation", "object": "Association_of_American_Universities" }, { "subject": "Cornell_University", "property": "city", "object": "Ithaca,_New_York" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Cornell University, which is in Ithaca, New York and affiliated with the Association of American Universities, is the publisher of the Administrative Science Quarterly.", "Cornell University, Ithaca, New York, publishes Administrative Science Quarterly and is affiliated with the Association of American Universities.", "Cornell University, in Ithaca, New York is affiliated with the Association of American Universities and is the publisher of Administrative Science Quarterly." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Cornell_University", "property:city", "resource:Ithaca__New_York" ], [ "resource:Cornell_University", "property:affiliation", "resource:Association_of_American_Universities" ], [ "resource:Administrative_Science_Quarterly", "rdf:type", "ontology:written_work" ], [ "resource:Administrative_Science_Quarterly", "property:publisher", "resource:Cornell_University" ] ]
Administrative_Science_Quarterly
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "Administrative_Science_Quarterly", "readable": "Administrative Science Quarterly", "graph": "resource:Administrative_Science_Quarterly" }, { "modified": "Association_of_American_Universities", "readable": "Association of American Universities", "graph": "resource:Association_of_American_Universities" }, { "modified": "Cornell_University", "readable": "Cornell University", "graph": "resource:Cornell_University" }, { "modified": "Ithaca,_New_York", "readable": "Ithaca, New York", "graph": "resource:Ithaca__New_York" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t ?h WHERE { resource:Cornell_University property:city ?t . resource:Cornell_University property:affiliation ?h }", "readable_query": "SELECT DISTINCT ?t ?h WHERE { resource:Cornell_University property:city ?t . resource:Cornell_University property:affiliation ?h }", "graph_answer": [ "resource:Ithaca__New_York", "resource:Association_of_American_Universities" ], "readable_answer": [ "Ithaca, New York", "Association of American Universities" ], "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:Administrative_Science_Quarterly property:publisher resource:Cornell_University . resource:Administrative_Science_Quarterly rdf:type ontology:written_work }", "readable_query": "ASK WHERE { resource:Administrative_Science_Quarterly property:publisher resource:Cornell_University . resource:Administrative_Science_Quarterly rdf:type ontology:written_work }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
ComicsCharacter
3
6958
Id11
[ { "subject": "Auron_(comics)", "property": "creator", "object": "Karl_Kesel" }, { "subject": "Karl_Kesel", "property": "nationality", "object": "Americans" }, { "subject": "Auron_(comics)", "property": "creators", "object": "\"Marv Wolfman\"@en" } ]
[ { "subject": "Auron_(comicsCharacter)", "property": "creator", "object": "Karl_Kesel" }, { "subject": "Karl_Kesel", "property": "nationality", "object": "Americans" }, { "subject": "Auron_(comicsCharacter)", "property": "creator", "object": "Marv_Wolfman" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "American Karl Kesel and Marv Wolfman created the comic character Auron.", "The comic character Auron was created by Marv Wolfman and American Karl Kesel.", "The comic book character Auron was created by Marv Wolfman and Karl Kesel who is an American." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Karl_Kesel", "property:nationality", "resource:Americans" ], [ "resource:Auron__comicsCharacter_", "property:creator", "resource:Karl_Kesel" ], [ "resource:Auron__comicsCharacter_", "property:creator", "resource:Marv_Wolfman" ], [ "resource:Auron__comicsCharacter_", "rdf:type", "ontology:comics_character" ] ]
Auron_(comicsCharacter)
[ { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Auron_(comicsCharacter)", "readable": "Auron", "graph": "resource:Auron__comicsCharacter_" }, { "modified": "Karl_Kesel", "readable": "Karl Kesel", "graph": "resource:Karl_Kesel" }, { "modified": "Marv_Wolfman", "readable": "Marv Wolfman", "graph": "resource:Marv_Wolfman" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { FILTER ( ?c != resource:Marv_Wolfman ) . resource:Auron__comicsCharacter_ property:creator ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { FILTER ( ?c != resource:Marv_Wolfman ) . resource:Auron__comicsCharacter_ property:creator ?c }", "graph_answer": [ "resource:Karl_Kesel" ], "readable_answer": [ "Karl Kesel" ], "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 ?h WHERE { resource:Auron__comicsCharacter_ property:creator ?h . FILTER NOT EXISTS { ?h property:nationality resource:Americans } }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Auron_(comicsCharacter) property:creator ?h . FILTER NOT EXISTS { ?h property:nationality resource:Americans } }", "graph_answer": [ "resource:Marv_Wolfman" ], "readable_answer": [ "Marv Wolfman" ], "type": [ "coreference", "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
3
5777
Id110
[ { "subject": "Andrews_County_Airport", "property": "location", "object": "Texas" }, { "subject": "Texas", "property": "language", "object": "Spanish_language" }, { "subject": "Texas", "property": "country", "object": "United_States" } ]
[ { "subject": "Andrews_County_Airport", "property": "location", "object": "Texas" }, { "subject": "Texas", "property": "language", "object": "Spanish_language" }, { "subject": "Texas", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andrews County Airport is located in Texas, in the United States, where Spanish is spoken.", "Andrews County Airport is located in Texas, United States, where the Spanish language is spoken.", "Andrews County Airport is located in Texas in the United States. Spanish is spoken in Texas." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Texas", "property:language", "resource:Spanish_language" ], [ "resource:Texas", "property:country", "resource:United_States" ], [ "resource:Andrews_County_Airport", "rdf:type", "ontology:airport" ], [ "resource:Andrews_County_Airport", "property:location", "resource:Texas" ] ]
Andrews_County_Airport
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Andrews_County_Airport", "readable": "Andrews County Airport", "graph": "resource:Andrews_County_Airport" }, { "modified": "Spanish_language", "readable": "Spanish language", "graph": "resource:Spanish_language" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i property:language resource:Spanish_language . FILTER ( STRSTARTS ( LCASE ( ?i ) , 't' ) ) . ?i property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:language resource:Spanish_language . FILTER ( STRSTARTS ( LCASE ( ?i ) , 't' ) ) . ?i property:country resource:United_States }", "graph_answer": [ "resource:Texas" ], "readable_answer": [ "Texas" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:airport . ?w property:location resource:Texas }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:airport . ?w property:location resource:Texas }", "graph_answer": [ "resource:Andrews_County_Airport" ], "readable_answer": [ "Andrews County 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" ] } ]
MeanOfTransportation
3
7444
Id44
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "ALCO_RS-3", "property": "powertype", "object": "Diesel-electric_transmission" }, { "subject": "ALCO_RS-3", "property": "MeanOfTransportation/length", "object": "\"17068.8\"^^<http://dbpedia.org/datatype/millimetre>" } ]
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "ALCO_RS-3", "property": "powerType", "object": "Diesel-electric_transmission" }, { "subject": "ALCO_RS-3", "property": "length", "object": "17068.8 (millimetres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The ALCO RS-3 with a diesel-electric transmission and 17068.8 millimetres long, is made by the American Locomotive Co.", "The American Locomotive Company built the ALCO RS-3 that has a diesel-electric transmission and is 17068.8 millimetres long.", "The ALCO RS-3 was built by the American Locomotive Company and has a diesel-electric transmission. It is 17068.8mm long." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:ALCO_RS_3", "property:length", "17068.8 (millimetres)" ], [ "resource:ALCO_RS_3", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:ALCO_RS_3", "property:power_type", "resource:Diesel_electric_transmission" ], [ "resource:ALCO_RS_3", "property:builder", "resource:American_Locomotive_Company" ] ]
ALCO_RS-3
[ { "modified": "17068.8 (millimetres)", "readable": "17068.8", "graph": "17068.8 (millimetres)" }, { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "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" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c property:builder resource:American_Locomotive_Company . ?c property:length '45000.0 (millimetres)' . ?c rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { ?c property:builder resource:American_Locomotive_Company . ?c property:length '45000.0 (millimetres)' . ?c 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", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?v property:builder resource:American_Locomotive_Company . ?v rdf:type ontology:mean_of_transportation . ?v property:length '17068.8 (millimetres)' }", "readable_query": "ASK WHERE { ?v property:builder resource:American_Locomotive_Company . ?v rdf:type ontology:mean_of_transportation . ?v property:length '17068.8 (millimetres)' }", "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 ?i WHERE { ?i rdf:type ontology:mean_of_transportation . ?i property:builder resource:American_Locomotive_Company . ?i property:length '17068.8 (millimetres)' }", "readable_query": "SELECT ?i WHERE { ?i rdf:type ontology:mean_of_transportation . ?i property:builder resource:American_Locomotive_Company . ?i property:length '17068.8 (millimetres)' }", "graph_answer": [ "resource:ALCO_RS_3" ], "readable_answer": [ "ALCO RS-3" ], "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 ?x WHERE { resource:ALCO_RS_3 property:power_type ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'd' ) ) }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:ALCO_RS-3 property:power_type ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'd' ) ) }", "graph_answer": [ "resource:Diesel_electric_transmission" ], "readable_answer": [ "Diesel-electric transmission" ], "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 ?c WHERE { resource:ALCO_RS_3 property:length ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:ALCO_RS-3 property:length ?c }", "graph_answer": [ "17068.8 (millimetres)" ], "readable_answer": [ "17068.8" ], "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
4
9557
Id156
[ { "subject": "Tarrant_County,_Texas", "property": "countySeat", "object": "Fort_Worth,_Texas" }, { "subject": "Arlington,_Texas", "property": "subdivisionName", "object": "Tarrant_County,_Texas" }, { "subject": "Arlington,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "Texas", "property": "largestCity", "object": "Houston" } ]
[ { "subject": "Tarrant_County,_Texas", "property": "countySeat", "object": "Fort_Worth,_Texas" }, { "subject": "Arlington,_Texas", "property": "isPartOf", "object": "Tarrant_County,_Texas" }, { "subject": "Arlington,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "Texas", "property": "largestCity", "object": "Houston" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arlington is part of the state of Texas, whose largest city is Houston. Arlington is part of Tarrant County, the county seat of which is Fort Worth.", "In Texas, the largest city is Houston and Arlington (part of Tarrant County), is part of the state. The county seat of Tarrant County in Texas is Fort Worth.", "Arlington is located in Tarrant County, Texas. The county seat of Tarrant County is Fort Worth, and the largest city in Texas is Houston." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arlington__Texas", "rdf:type", "ontology:city" ], [ "resource:Arlington__Texas", "property:is_part_of", "resource:Texas" ], [ "resource:Arlington__Texas", "property:is_part_of", "resource:Tarrant_County__Texas" ], [ "resource:Texas", "property:largest_city", "resource:Houston" ], [ "resource:Tarrant_County__Texas", "property:county_seat", "resource:Fort_Worth__Texas" ] ]
Arlington,_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": "Arlington,_Texas", "readable": "Arlington, Texas", "graph": "resource:Arlington__Texas" }, { "modified": "Fort_Worth,_Texas", "readable": "Fort Worth, Texas", "graph": "resource:Fort_Worth__Texas" }, { "modified": "Houston", "readable": "Houston", "graph": "resource:Houston" }, { "modified": "Tarrant_County,_Texas", "readable": "Tarrant County, Texas", "graph": "resource:Tarrant_County__Texas" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?h property:is_part_of resource:Texas . ?x property:county_seat resource:Fort_Worth__Texas . ?h property:is_part_of ?x . ?h rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?x WHERE { ?h property:is_part_of resource:Texas . ?x property:county_seat resource:Fort_Worth,_Texas . ?h property:is_part_of ?x . ?h rdf:type ontology:city }", "graph_answer": [ "resource:Tarrant_County__Texas" ], "readable_answer": [ "Tarrant County, Texas" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?v ) WHERE { ?e rdf:type ontology:city . ?e property:is_part_of resource:Texas . ?e property:is_part_of resource:Tarrant_County__Texas }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?v ) WHERE { ?e rdf:type ontology:city . ?e property:is_part_of resource:Texas . ?e property:is_part_of resource:Tarrant_County,_Texas }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "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 ?l WHERE { ?l property:is_part_of resource:Tarrant_County__Texas . ?l rdf:type ontology:city . ?l property:is_part_of resource:Texas }", "readable_query": "SELECT DISTINCT ?l WHERE { ?l property:is_part_of resource:Tarrant_County,_Texas . ?l rdf:type ontology:city . ?l property:is_part_of resource:Texas }", "graph_answer": [ "resource:Arlington__Texas" ], "readable_answer": [ "Arlington, Texas" ], "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:Texas property:representative ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Texas property:representative ?c }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
5
11332
Id183
[ { "subject": "Andrew_White_(musician)", "property": "associatedBand", "object": "Kaiser_Chiefs" }, { "subject": "Alternative_rock", "property": "musicFusionGenre", "object": "Nu_metal" }, { "subject": "Alternative_rock", "property": "stylisticOrigin", "object": "Punk_rock" }, { "subject": "Andrew_White_(musician)", "property": "genre", "object": "Alternative_rock" }, { "subject": "Alternative_rock", "property": "stylisticOrigins", "object": "New_wave_music" } ]
[ { "subject": "Andrew_White_(musician)", "property": "associatedBand/associatedMusicalArtist", "object": "Kaiser_Chiefs" }, { "subject": "Alternative_rock", "property": "musicFusionGenre", "object": "Nu_metal" }, { "subject": "Alternative_rock", "property": "stylisticOrigin", "object": "Punk_rock" }, { "subject": "Andrew_White_(musician)", "property": "genre", "object": "Alternative_rock" }, { "subject": "Alternative_rock", "property": "stylisticOrigin", "object": "New_wave_music" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Musician, Aandrew White, is a member of the band Kaiser Chiefs, his genre is alternative rock. This genre has itsorigins in New wave music and its stylistic origins in Punk rock. Nu metal is a music fusion genre of alternative rock.", "Andrew White is an alternative rock musician with the Kaiser Chiefs. Alternative rock has origins in punk rock and new wave music and nu metal is a fusion genre of it.", "Alternative rock musician Andrew White is with the Kaiser Chiefs. Alternative rock originates from punk and new wave while influencing Nu metal fusion." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alternative_rock", "property:stylistic_origin", "resource:New_wave_music" ], [ "resource:Alternative_rock", "property:stylistic_origin", "resource:Punk_rock" ], [ "resource:Alternative_rock", "property:music_fusion_genre", "resource:Nu_metal" ], [ "resource:Andrew_White__musician_", "rdf:type", "ontology:artist" ], [ "resource:Andrew_White__musician_", "property:associated_band_associated_musical_artist", "resource:Kaiser_Chiefs" ], [ "resource:Andrew_White__musician_", "property:genre", "resource:Alternative_rock" ] ]
Andrew_White_(musician)
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "musicFusionGenre", "readable": "music fusion genre", "graph": "property:music_fusion_genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Alternative_rock", "readable": "Alternative rock", "graph": "resource:Alternative_rock" }, { "modified": "Andrew_White_(musician)", "readable": "Andrew White", "graph": "resource:Andrew_White__musician_" }, { "modified": "Kaiser_Chiefs", "readable": "Kaiser Chiefs", "graph": "resource:Kaiser_Chiefs" }, { "modified": "New_wave_music", "readable": "New wave music", "graph": "resource:New_wave_music" }, { "modified": "Nu_metal", "readable": "Nu metal", "graph": "resource:Nu_metal" }, { "modified": "Punk_rock", "readable": "Punk rock", "graph": "resource:Punk_rock" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?n property:genre ?x . ?x property:music_fusion_genre resource:Disco . ?n rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?n property:genre ?x . ?x property:music_fusion_genre resource:Disco . ?n rdf:type ontology:artist }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Politician
3
7687
Id18
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Law" }, { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" } ]
[ { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" }, { "subject": "Ab_Klink", "property": "almaMater", "object": "Leiden_University" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born in Stellendam, Ab Klink, whose alma mater is Leiden University, belongs to the Christian Democratic Appeal party.", "Stellendam was the birthplace of Ab Klink who belongs to the Christian Democratic Appeal party. Mr. Klink's alma mater is Leiden University.", "Ab Klink, who was born in Stellendam and studied at Leiden University, is a member of the Christian Democratic Appeal party." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ab_Klink", "property:party", "resource:Christian_Democratic_Appeal" ], [ "resource:Ab_Klink", "rdf:type", "ontology:politician" ], [ "resource:Ab_Klink", "property:alma_mater", "resource:Leiden_University" ], [ "resource:Ab_Klink", "property:birth_place", "resource:Stellendam" ] ]
Ab_Klink
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "Ab_Klink", "readable": "Ab Klink", "graph": "resource:Ab_Klink" }, { "modified": "Christian_Democratic_Appeal", "readable": "Christian Democratic Appeal", "graph": "resource:Christian_Democratic_Appeal" }, { "modified": "Leiden_University", "readable": "Leiden University", "graph": "resource:Leiden_University" }, { "modified": "Stellendam", "readable": "Stellendam", "graph": "resource:Stellendam" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a rdf:type ontology:politician . ?a property:birth_place resource:California . ?a property:party ?f }", "readable_query": "ASK WHERE { ?a rdf:type ontology:politician . ?a property:birth_place resource:California . ?a property:party ?f }", "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
2
3874
Id26
[ { "subject": "200_Public_Square", "property": "location", "object": "Cleveland" }, { "subject": "Cleveland", "property": "isPartOf", "object": "Ohio" } ]
[ { "subject": "200_Public_Square", "property": "location", "object": "Cleveland" }, { "subject": "Cleveland", "property": "isPartOf", "object": "Ohio" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "200 Public Square is found in Cleveland, Ohio.", "200 Public Square is located in Cleveland, Ohio.", "200 Public Square is in Cleveland, Ohio." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Cleveland", "property:is_part_of", "resource:Ohio" ], [ "resource:200_Public_Square", "rdf:type", "ontology:building" ], [ "resource:200_Public_Square", "property:location", "resource:Cleveland" ] ]
200_Public_Square
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "200_Public_Square", "readable": "200 Public Square", "graph": "resource:200_Public_Square" }, { "modified": "Cleveland", "readable": "Cleveland", "graph": "resource:Cleveland" }, { "modified": "Ohio", "readable": "Ohio", "graph": "resource:Ohio" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v ?i WHERE { ?i property:is_part_of resource:Ohio . ?v rdf:type ontology:building . ?v property:location ?i }", "readable_query": "SELECT DISTINCT ?v ?i WHERE { ?i property:is_part_of resource:Ohio . ?v rdf:type ontology:building . ?v property:location ?i }", "graph_answer": [ "resource:200_Public_Square", "resource:Cleveland" ], "readable_answer": [ "200 Public Square", "Cleveland" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Artist
4
8728
Id120
[ { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "London" }, { "subject": "United_Kingdom", "property": "leader", "object": "Elizabeth_II" }, { "subject": "Alfred_Garth_Jones", "property": "nationality", "object": "United_Kingdom" }, { "subject": "London", "property": "leaderName", "object": "Boris_Johnson" } ]
[ { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "London" }, { "subject": "United_Kingdom", "property": "leader", "object": "Elizabeth_II" }, { "subject": "Alfred_Garth_Jones", "property": "nationality", "object": "United_Kingdom" }, { "subject": "London", "property": "leader", "object": "Boris_Johnson" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alfred Garth Jones of the U.K., died in London. The city's leader is Boris Johnson and the country is led by Elizabeth II.", "United Kingdom (led by Elizabeth II) born Alfred Garth Jones died in, Boris Johnson led, London.", "Alfred Garth Jones is from the UK, where Elizabeth II is the leader. He died in London, where Boris Johnson is a leader." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:London", "property:leader", "resource:Boris_Johnson" ], [ "resource:Alfred_Garth_Jones", "rdf:type", "ontology:artist" ], [ "resource:Alfred_Garth_Jones", "property:death_place", "resource:London" ], [ "resource:Alfred_Garth_Jones", "property:nationality", "resource:United_Kingdom" ], [ "resource:United_Kingdom", "property:leader", "resource:Elizabeth_II" ] ]
Alfred_Garth_Jones
[ { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Alfred_Garth_Jones", "readable": "Alfred Garth Jones", "graph": "resource:Alfred_Garth_Jones" }, { "modified": "Boris_Johnson", "readable": "Boris Johnson", "graph": "resource:Boris_Johnson" }, { "modified": "Elizabeth_II", "readable": "Elizabeth II", "graph": "resource:Elizabeth_II" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { VALUES ( ?o ) { ( resource:Elizabeth_II ) ( resource:Boris_Johnson ) } . resource:United_Kingdom property:leader ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { VALUES ( ?o ) { ( resource:Elizabeth_II ) ( resource:Boris_Johnson ) } . resource:United_Kingdom property:leader ?o }", "graph_answer": [ "resource:Elizabeth_II" ], "readable_answer": [ "Elizabeth II" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Alfred_Garth_Jones rdf:type ontology:artist . resource:Alfred_Garth_Jones property:nationality resource:United_Kingdom }", "readable_query": "ASK WHERE { resource:Alfred_Garth_Jones rdf:type ontology:artist . resource:Alfred_Garth_Jones property:nationality resource:United_Kingdom }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { VALUES ( ?k ) { ( resource:London ) ( resource:United_Kingdom ) } . ?k property:leader resource:Boris_Johnson }", "readable_query": "SELECT DISTINCT ?k WHERE { VALUES ( ?k ) { ( resource:London ) ( resource:United_Kingdom ) } . ?k property:leader resource:Boris_Johnson }", "graph_answer": [ "resource:London" ], "readable_answer": [ "London" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] } ]
SportsTeam
5
12650
Id23
[ { "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": "ground", "object": "AZAL_Arena" }, { "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": "ground", "object": "AZAL_Arena" }, { "subject": "AZAL_PFK", "property": "season", "object": "2014" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Qarabağ FK are the champions of the Azerbaijan Premier League, which AZAL PFK play in. AZAL Arena, is where home matches of AZAL PFK are played. The club has 3500 members, and are in the 2014 season.", "AZAL PFK, who play at the AZAL Arena and have a membership of 3500, are in the Azerbaijan Premier League where they competed in 2014. The name of the championship football team in the Azerbaijan Premier League Os the Qarabag FK.", "The AZAL PFK, with 3500 members, competes in The Azerbaijan Premier League, with championship team being Qarabag FK. AZAL PFK competed in the 2014 season and play their home matches at the AZAL Arena." ], "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:AZAL_PFK", "property:ground", "resource:AZAL_Arena" ], [ "resource:Azerbaijan_Premier_League", "property:champions", "resource:Qaraba__FK" ] ]
AZAL_PFK
[ { "modified": "champions", "readable": "champions", "graph": "property:champions" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "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_Arena", "readable": "AZAL Arena", "graph": "resource:AZAL_Arena" }, { "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 ?o WHERE { ?q property:ground resource:AZAL_Arena . ?o property:champions resource:Qaraba__FK . ?q property:league ?o . ?q rdf:type ontology:sports_team }", "readable_query": "SELECT DISTINCT ?o WHERE { ?q property:ground resource:AZAL_Arena . ?o property:champions resource:Qarabağ_FK . ?q property:league ?o . ?q rdf:type ontology:sports_team }", "graph_answer": [ "resource:Azerbaijan_Premier_League" ], "readable_answer": [ "Azerbaijan Premier League" ], "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 ?m WHERE { ?m rdf:type ontology:sports_team . resource:Azerbaijan_Premier_League property:champions resource:Qaraba__FK . ?m property:league resource:Azerbaijan_Premier_League . ?m property:ground resource:AZAL_Arena }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:sports_team . resource:Azerbaijan_Premier_League property:champions resource:Qarabağ_FK . ?m property:league resource:Azerbaijan_Premier_League . ?m property:ground resource:AZAL_Arena }", "graph_answer": [ "resource:AZAL_PFK" ], "readable_answer": [ "AZAL PFK" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b ?z WHERE { resource:AZAL_PFK property:number_of_members ?z . resource:AZAL_PFK property:season ?b }", "readable_query": "SELECT DISTINCT ?b ?z WHERE { resource:AZAL_PFK property:number_of_members ?z . resource:AZAL_PFK property:season ?b }", "graph_answer": [ "resource:2014", "resource:3500" ], "readable_answer": [ "2014", "3500" ], "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
5
12659
Id32
[ { "subject": "Akron_Summit_Assault", "property": "ground", "object": "St._Vincent–St._Mary_High_School" }, { "subject": "St._Vincent–St._Mary_High_School", "property": "state", "object": "Ohio" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" }, { "subject": "Akron,_Ohio", "property": "isPartOf", "object": "Summit_County,_Ohio" }, { "subject": "St._Vincent–St._Mary_High_School", "property": "city", "object": "Akron,_Ohio" } ]
[ { "subject": "Akron_Summit_Assault", "property": "ground", "object": "St._Vincent–St._Mary_High_School" }, { "subject": "St._Vincent–St._Mary_High_School", "property": "state", "object": "Ohio" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" }, { "subject": "Akron,_Ohio", "property": "isPartOf", "object": "Summit_County,_Ohio" }, { "subject": "St._Vincent–St._Mary_High_School", "property": "city", "object": "Akron,_Ohio" } ]
(X (X (X) (X (X) (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "St Vincent-St Mary High School in Akron, Summit County, Ohio, USA is the location for the home ground of Akron Summit Assault.", "The ground of Akron Summit Assault is located at St. Vincent–St. Mary High School in the city of Akron, Summit County, Ohio, US.", "Akron Summit Assault have their ground at St Vincent St Mary High School in the city of Akron, Summit County, Ohio, USA." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akron__Ohio", "property:country", "resource:United_States" ], [ "resource:Akron__Ohio", "property:is_part_of", "resource:Summit_County__Ohio" ], [ "resource:St__Vincent_St__Mary_High_School", "property:city", "resource:Akron__Ohio" ], [ "resource:St__Vincent_St__Mary_High_School", "property:state", "resource:Ohio" ], [ "resource:Akron_Summit_Assault", "rdf:type", "ontology:sports_team" ], [ "resource:Akron_Summit_Assault", "property:ground", "resource:St__Vincent_St__Mary_High_School" ] ]
Akron_Summit_Assault
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "Akron_Summit_Assault", "readable": "Akron Summit Assault", "graph": "resource:Akron_Summit_Assault" }, { "modified": "Akron,_Ohio", "readable": "Akron, Ohio", "graph": "resource:Akron__Ohio" }, { "modified": "Ohio", "readable": "Ohio", "graph": "resource:Ohio" }, { "modified": "St._Vincent–St._Mary_High_School", "readable": "St. Vincent–St. Mary High School", "graph": "resource:St__Vincent_St__Mary_High_School" }, { "modified": "Summit_County,_Ohio", "readable": "Summit County, Ohio", "graph": "resource:Summit_County__Ohio" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?l property:city ?v . ?v property:is_part_of resource:Summit_County__Ohio . ?l property:state resource:Ohio }", "readable_query": "SELECT DISTINCT ?v WHERE { ?l property:city ?v . ?v property:is_part_of resource:Summit_County,_Ohio . ?l property:state resource:Ohio }", "graph_answer": [ "resource:Akron__Ohio" ], "readable_answer": [ "Akron, Ohio" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?b property:state resource:Ohio . ?s property:is_part_of resource:Summit_County__Ohio . ?b property:city ?s }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:state resource:Ohio . ?s property:is_part_of resource:Summit_County,_Ohio . ?b property:city ?s }", "graph_answer": [ "resource:St__Vincent_St__Mary_High_School" ], "readable_answer": [ "St. Vincent–St. Mary High School" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?l property:ground resource:St__Vincent_St__Mary_High_School . ?l rdf:type ontology:sports_team }", "readable_query": "ASK WHERE { ?l property:ground resource:St._Vincent–St._Mary_High_School . ?l rdf:type ontology:sports_team }", "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 ?o WHERE { ?o rdf:type ontology:sports_team . ?o property:ground resource:St__Vincent_St__Mary_High_School }", "readable_query": "SELECT ?o WHERE { ?o rdf:type ontology:sports_team . ?o property:ground resource:St._Vincent–St._Mary_High_School }", "graph_answer": [ "resource:Akron_Summit_Assault" ], "readable_answer": [ "Akron Summit Assault" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
4
9944
Id233
[ { "subject": "Binignit", "property": "ingredient", "object": "Sweet_potato" }, { "subject": "Sweet_potato", "property": "division", "object": "Flowering_plant" }, { "subject": "Binignit", "property": "mainIngredient", "object": "Banana" }, { "subject": "Sweet_potato", "property": "order", "object": "Solanales" } ]
[ { "subject": "Binignit", "property": "ingredient", "object": "Sweet_potato" }, { "subject": "Sweet_potato", "property": "division", "object": "Flowering_plant" }, { "subject": "Binignit", "property": "mainIngredient", "object": "Banana" }, { "subject": "Sweet_potato", "property": "order", "object": "Solanales" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The main ingredient of Binignit is banana. The dish also contains sweet potato, which belongs to flowering plants and is of the order of Solanales.", "Sweet potato belongs to the Solanales order of flowering plants. It is an ingredient in Binignit along with banana." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Sweet_potato", "property:division", "resource:Flowering_plant" ], [ "resource:Sweet_potato", "property:order", "resource:Solanales" ], [ "resource:Binignit", "property:ingredient", "resource:Sweet_potato" ], [ "resource:Binignit", "property:main_ingredient", "resource:Banana" ], [ "resource:Binignit", "rdf:type", "ontology:food" ] ]
Binignit
[ { "modified": "division", "readable": "division", "graph": "property:division" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "order", "readable": "order", "graph": "property:order" }, { "modified": "Banana", "readable": "Banana", "graph": "resource:Banana" }, { "modified": "Binignit", "readable": "Binignit", "graph": "resource:Binignit" }, { "modified": "Flowering_plant", "readable": "Flowering plant", "graph": "resource:Flowering_plant" }, { "modified": "Solanales", "readable": "Solanales", "graph": "resource:Solanales" }, { "modified": "Sweet_potato", "readable": "Sweet potato", "graph": "resource:Sweet_potato" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?t property:ingredient ?h . ?t property:main_ingredient resource:Banana . ?h property:order resource:Solanales . ?t rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?h WHERE { ?t property:ingredient ?h . ?t property:main_ingredient resource:Banana . ?h property:order resource:Solanales . ?t rdf:type ontology:food }", "graph_answer": [ "resource:Sweet_potato" ], "readable_answer": [ "Sweet potato" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?c property:main_ingredient resource:Banana . ?c rdf:type ontology:food . resource:Sweet_potato property:order resource:Solanales . ?c property:ingredient resource:Sweet_potato }", "readable_query": "SELECT DISTINCT ?c WHERE { ?c property:main_ingredient resource:Banana . ?c rdf:type ontology:food . resource:Sweet_potato property:order resource:Solanales . ?c property:ingredient resource:Sweet_potato }", "graph_answer": [ "resource:Binignit" ], "readable_answer": [ "Binignit" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Sweet_potato property:surface_area ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Sweet_potato property:surface_area ?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" ] } ]
CelestialBody
5
11695
Id3
[ { "subject": "(15788)_1993_SB", "property": "orbitalPeriod", "object": "7.72943e+09" }, { "subject": "(15788)_1993_SB", "property": "periapsis", "object": "3.9971e+12" }, { "subject": "(15788)_1993_SB", "property": "epoch", "object": "\"2006-03-06\"^^xsd:date" }, { "subject": "(15788)_1993_SB", "property": "Planet/apoapsis", "object": "\"7.7151E9\"^^<http://dbpedia.org/datatype/kilometre>" }, { "subject": "(15788)_1993_SB", "property": "discoverer", "object": "Roque_de_los_Muchachos_Observatory" } ]
[ { "subject": "(15788)_1993_SB", "property": "epoch", "object": "2006-03-06" }, { "subject": "(15788)_1993_SB", "property": "orbitalPeriod", "object": "7729430000.0" }, { "subject": "(15788)_1993_SB", "property": "periapsis", "object": "3997100000000.0" }, { "subject": "(15788)_1993_SB", "property": "apoapsis", "object": "7715100000.0 (kilometres)" }, { "subject": "(15788)_1993_SB", "property": "discoverer", "object": "Roque_de_los_Muchachos_Observatory" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "(15788) 1993 SB was discovered by Roque de los Muchachos Observatory and has the epoch date 6 March 2006 and an orbital period of 7729430000.0. The measurement of the periapsis is 3997100000000.0 and the apoapsis 7715100000 kilometres.", "The celestial body known as (15788) 1993 SB has a periapsis of 3997100000000 and an apoapsis of 7715100000.0 (kilometres). Discovered by Roque de los Muchachos Observatory, (15788) 1993 SB has an orbital periodd of 7729430000.0 and its epoch is 6th March 2006.", "(15788) 1993 SB has an orbital period of 7729430000.0, its epoch date was on March 6th 2006 and was discovered by Roque de los Muchachos Observatory. It has a periapsis of 3997100000000.0 and its apoapsis is 7715100000 kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:_15788__1993_SB", "property:epoch", "resource:2006_03_06" ], [ "resource:_15788__1993_SB", "rdf:type", "ontology:celestial_body" ], [ "resource:_15788__1993_SB", "property:apoapsis", "7715100000.0 (kilometres)" ], [ "resource:_15788__1993_SB", "property:periapsis", "resource:3997100000000_0" ], [ "resource:_15788__1993_SB", "property:orbital_period", "resource:7729430000_0" ], [ "resource:_15788__1993_SB", "property:discoverer", "resource:Roque_de_los_Muchachos_Observatory" ] ]
(15788)_1993_SB
[ { "modified": "7715100000.0 (kilometres)", "readable": "7715100000.0", "graph": "7715100000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "2006-03-06", "readable": "2006-03-06", "graph": "resource:2006_03_06" }, { "modified": "3997100000000.0", "readable": "3997100000000.0", "graph": "resource:3997100000000_0" }, { "modified": "7729430000.0", "readable": "7729430000.0", "graph": "resource:7729430000_0" }, { "modified": "Roque_de_los_Muchachos_Observatory", "readable": "Roque de los Muchachos Observatory", "graph": "resource:Roque_de_los_Muchachos_Observatory" }, { "modified": "(15788)_1993_SB", "readable": "1993 SB", "graph": "resource:_15788__1993_SB" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?r property:epoch ?i . ?r rdf:type ontology:celestial_body . ?r property:discoverer ?z . FILTER ( ?i = \"2006_03_06\" ) }", "readable_query": "SELECT DISTINCT ?z WHERE { ?r property:epoch ?i . ?r rdf:type ontology:celestial_body . ?r property:discoverer ?z . FILTER ( ?i = \"2006-03-06\" ) }", "graph_answer": [ "resource:Roque_de_los_Muchachos_Observatory" ], "readable_answer": [ "Roque de los Muchachos Observatory" ], "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 ?v WHERE { ?v rdf:type ontology:celestial_body . ?v property:epoch ?l . FILTER ( ?l = \"2006_03_06\" ) . ?v property:discoverer resource:Roque_de_los_Muchachos_Observatory }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v rdf:type ontology:celestial_body . ?v property:epoch ?l . FILTER ( ?l = \"2006-03-06\" ) . ?v property:discoverer resource:Roque_de_los_Muchachos_Observatory }", "graph_answer": [ "resource:_15788__1993_SB" ], "readable_answer": [ "1993 SB" ], "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 ?a ?l WHERE { resource:_15788__1993_SB property:apoapsis ?l . resource:_15788__1993_SB property:periapsis ?a }", "readable_query": "SELECT DISTINCT ?a ?l WHERE { resource:(15788)_1993_SB property:apoapsis ?l . resource:(15788)_1993_SB property:periapsis ?a }", "graph_answer": [ "resource:3997100000000_0", "7715100000.0 (kilometres)" ], "readable_answer": [ "3997100000000.0", "7715100000.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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:_15788__1993_SB property:garrison ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:(15788)_1993_SB property:garrison ?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" ] } ]
Airport
5
10994
Id43
[ { "subject": "Afonso_Pena_International_Airport", "property": "elevation", "object": "\"910.742\"^^xsd:double" }, { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" }, { "subject": "Afonso_Pena_International_Airport", "property": "icaoLocationIdentifier", "object": "\"SBCT\"" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayDesignation", "object": "\"15/33\"" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayLength", "object": "\"1800.0\"^^xsd:double" } ]
[ { "subject": "Afonso_Pena_International_Airport", "property": "location", "object": "São_José_dos_Pinhais" }, { "subject": "Afonso_Pena_International_Airport", "property": "elevationAboveTheSeaLevel", "object": "911.0" }, { "subject": "Afonso_Pena_International_Airport", "property": "icaoLocationIdentifier", "object": "\"SBCT\"" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayName", "object": "\"15/33\"" }, { "subject": "Afonso_Pena_International_Airport", "property": "runwayLength", "object": "1800.0" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Afonso Pena International Airport in Sao Jose dos Pinhais is 911 metres above sea level. Its runway is 1,800 metres long, is named 15/33 and SBCT is the name of the airport's ICAO location identifier.", "Afonso Pena International Airport is located 911 meters above sea level in Sao Jose dos Pinhais, and has the ICAO location identifier SBCT. The runway, which is 1800.0 in length, is named 15/33.", "Afonso Pena International Airport is located in Sao Jose dos Pinhais. Its ICAO ID location is SBCT and the runway name is 15/33. The airport is 911 m above sea level and the runway is 1800 m long." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Afonso_Pena_International_Airport", "property:runway_length", "resource:1800_0" ], [ "resource:Afonso_Pena_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Afonso_Pena_International_Airport", "property:location", "resource:S_o_Jos__dos_Pinhais" ], [ "resource:Afonso_Pena_International_Airport", "property:elevation_above_the_sea_level", "resource:911_0" ], [ "resource:Afonso_Pena_International_Airport", "property:icao_location_identifier", "resource:SBCT" ], [ "resource:Afonso_Pena_International_Airport", "property:runway_name", "resource:15_33" ] ]
Afonso_Pena_International_Airport
[ { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "icaoLocationIdentifier", "readable": "icao location identifier", "graph": "property:icao_location_identifier" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "runwayName", "readable": "runway name", "graph": "property:runway_name" }, { "modified": "15/33", "readable": "15/33", "graph": "resource:15_33" }, { "modified": "1800.0", "readable": "1800.0", "graph": "resource:1800_0" }, { "modified": "911.0", "readable": "911.0", "graph": "resource:911_0" }, { "modified": "Afonso_Pena_International_Airport", "readable": "Afonso Pena International Airport", "graph": "resource:Afonso_Pena_International_Airport" }, { "modified": "SBCT", "readable": "SBCT", "graph": "resource:SBCT" }, { "modified": "São_José_dos_Pinhais", "readable": "São José dos Pinhais", "graph": "resource:S_o_Jos__dos_Pinhais" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r ?s WHERE { resource:Afonso_Pena_International_Airport property:elevation_above_the_sea_level ?s . resource:Afonso_Pena_International_Airport property:runway_length ?r }", "readable_query": "SELECT DISTINCT ?r ?s WHERE { resource:Afonso_Pena_International_Airport property:elevation_above_the_sea_level ?s . resource:Afonso_Pena_International_Airport property:runway_length ?r }", "graph_answer": [ "resource:1800_0", "resource:911_0" ], "readable_answer": [ "1800.0", "911.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?b ) WHERE { resource:Afonso_Pena_International_Airport property:runway_name ?e }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?b ) WHERE { resource:Afonso_Pena_International_Airport property:runway_name ?e }", "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 ?w WHERE { resource:Afonso_Pena_International_Airport property:runway_name ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Afonso_Pena_International_Airport property:runway_name ?w }", "graph_answer": [ "resource:15_33" ], "readable_answer": [ "15/33" ], "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 ?t WHERE { resource:Afonso_Pena_International_Airport property:location ?i . resource:Afonso_Pena_International_Airport property:icao_location_identifier ?t }", "readable_query": "SELECT DISTINCT ?i ?t WHERE { resource:Afonso_Pena_International_Airport property:location ?i . resource:Afonso_Pena_International_Airport property:icao_location_identifier ?t }", "graph_answer": [ "resource:S_o_Jos__dos_Pinhais", "resource:SBCT" ], "readable_answer": [ "São José dos Pinhais", "SBCT" ], "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
4677
Id189
[ { "subject": "Batchoy", "property": "ingredient", "object": "Chicken" }, { "subject": "Batchoy", "property": "country", "object": "Philippines" } ]
[ { "subject": "Batchoy", "property": "ingredient", "object": "Chicken" }, { "subject": "Batchoy", "property": "country", "object": "Philippines" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Chicken is an ingredient in Batchoy which is eaten in the Philippines.", "Chicken is an ingredient in Batchoy which comes from the Philippines.", "Batchoy is eaten in the Philippines, is made with chicken." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Batchoy", "property:ingredient", "resource:Chicken" ], [ "resource:Batchoy", "rdf:type", "ontology:food" ], [ "resource:Batchoy", "property:country", "resource:Philippines" ] ]
Batchoy
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Batchoy", "readable": "Batchoy", "graph": "resource:Batchoy" }, { "modified": "Chicken", "readable": "Chicken", "graph": "resource:Chicken" }, { "modified": "Philippines", "readable": "Philippines", "graph": "resource:Philippines" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?t ) WHERE { ?k property:ingredient resource:Chicken . ?k rdf:type ontology:food . ?k property:country ?r }", "readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?t ) WHERE { ?k property:ingredient resource:Chicken . ?k rdf:type ontology:food . ?k property:country ?r }", "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", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?d property:ingredient resource:Chicken . ?d property:country ?o . ?d rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?o WHERE { ?d property:ingredient resource:Chicken . ?d property:country ?o . ?d rdf:type ontology:food }", "graph_answer": [ "resource:Philippines" ], "readable_answer": [ "Philippines" ], "type": [ "ellipsis", "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 ?n WHERE { ?n property:country resource:Philippines . ?n rdf:type ontology:food . ?n property:ingredient resource:Chicken }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:country resource:Philippines . ?n rdf:type ontology:food . ?n property:ingredient resource:Chicken }", "graph_answer": [ "resource:Batchoy" ], "readable_answer": [ "Batchoy" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6883
Id171
[ { "subject": "Michigan", "property": "largestCity", "object": "Detroit" }, { "subject": "Ann_Arbor,_Michigan", "property": "isPartOf", "object": "Michigan" }, { "subject": "Michigan", "property": "capital", "object": "Lansing,_Michigan" } ]
[ { "subject": "Michigan", "property": "largestCity", "object": "Detroit" }, { "subject": "Ann_Arbor,_Michigan", "property": "isPartOf", "object": "Michigan" }, { "subject": "Michigan", "property": "capital", "object": "Lansing,_Michigan" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ann Arbor is located in Michigan where the largest city is Detroit and the capital is Lansing.", "The city of Detroit is the largest in Michigan which contains Ann Arbor and Lansing is the capital city.", "Detroit is the largest city in Michigan but Lansing is the capital and Ann Arbor is a notable city." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ann_Arbor__Michigan", "rdf:type", "ontology:city" ], [ "resource:Ann_Arbor__Michigan", "property:is_part_of", "resource:Michigan" ], [ "resource:Michigan", "property:largest_city", "resource:Detroit" ], [ "resource:Michigan", "property:capital", "resource:Lansing__Michigan" ] ]
Ann_Arbor,_Michigan
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "Ann_Arbor,_Michigan", "readable": "Ann Arbor, Michigan", "graph": "resource:Ann_Arbor__Michigan" }, { "modified": "Detroit", "readable": "Detroit", "graph": "resource:Detroit" }, { "modified": "Lansing,_Michigan", "readable": "Lansing, Michigan", "graph": "resource:Lansing__Michigan" }, { "modified": "Michigan", "readable": "Michigan", "graph": "resource:Michigan" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Michigan property:largest_city resource:Austin__Texas }", "readable_query": "ASK WHERE { resource:Michigan property:largest_city resource:Austin,_Texas }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k ?z WHERE { resource:Michigan property:capital ?k . resource:Michigan property:largest_city ?z }", "readable_query": "SELECT DISTINCT ?k ?z WHERE { resource:Michigan property:capital ?k . resource:Michigan property:largest_city ?z }", "graph_answer": [ "resource:Lansing__Michigan", "resource:Detroit" ], "readable_answer": [ "Lansing, Michigan", "Detroit" ], "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 { ?i property:is_part_of resource:Michigan . ?i rdf:type ontology:city }", "readable_query": "ASK WHERE { ?i property:is_part_of resource:Michigan . ?i rdf:type ontology:city }", "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 ?g WHERE { ?g rdf:type ontology:city . ?g property:is_part_of resource:Michigan }", "readable_query": "SELECT ?g WHERE { ?g rdf:type ontology:city . ?g property:is_part_of resource:Michigan }", "graph_answer": [ "resource:Ann_Arbor__Michigan" ], "readable_answer": [ "Ann Arbor, Michigan" ], "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" ] } ]
Artist
2
3579
Id191
[ { "subject": "Andra_(singer)", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Andra_(singer)", "property": "activeYearsStartYear", "object": "\"2000\"^^xsd:gYear" } ]
[ { "subject": "Andra_(singer)", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Andra_(singer)", "property": "activeYearsStartYear", "object": "2000" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andra is a rhythm and blues singer who became active in the year 2000.", "Amdra is a rhythm and blues singer who began her career in 2000.", "Andra who sings Rhythm and blues, began her singing career in 2000." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andra__singer_", "rdf:type", "ontology:artist" ], [ "resource:Andra__singer_", "property:active_years_start_year", "resource:2000" ], [ "resource:Andra__singer_", "property:genre", "resource:Rhythm_and_blues" ] ]
Andra_(singer)
[ { "modified": "activeYearsStartYear", "readable": "active years start year", "graph": "property:active_years_start_year" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "2000", "readable": "2000", "graph": "resource:2000" }, { "modified": "Andra_(singer)", "readable": "Andra", "graph": "resource:Andra__singer_" }, { "modified": "Rhythm_and_blues", "readable": "Rhythm and blues", "graph": "resource:Rhythm_and_blues" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?b rdf:type ontology:artist . ?b property:active_years_start_year resource:1995 . ?b property:genre ?l }", "readable_query": "ASK WHERE { ?b rdf:type ontology:artist . ?b property:active_years_start_year resource:1995 . ?b property:genre ?l }", "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
2
3900
Id52
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "300 North LaSalle is in Chicago, in the State of Illinois.", "300 North LaSalle is located in Chicago, Illinois.", "300 North LaSalle is located in Chicago which is part of Illinois." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:300_North_LaSalle", "rdf:type", "ontology:building" ], [ "resource:300_North_LaSalle", "property:location", "resource:Chicago" ], [ "resource:Chicago", "property:is_part_of", "resource:Illinois" ] ]
300_North_LaSalle
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "300_North_LaSalle", "readable": "300 North LaSalle", "graph": "resource:300_North_LaSalle" }, { "modified": "Chicago", "readable": "Chicago", "graph": "resource:Chicago" }, { "modified": "Illinois", "readable": "Illinois", "graph": "resource:Illinois" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?g ) WHERE { ?c property:is_part_of resource:Illinois }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?g ) WHERE { ?c property:is_part_of resource:Illinois }", "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 ?z WHERE { ?z property:is_part_of resource:Illinois }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:is_part_of resource:Illinois }", "graph_answer": [ "resource:Chicago" ], "readable_answer": [ "Chicago" ], "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 ?s WHERE { ?s property:location resource:Chicago . ?s rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?s WHERE { ?s property:location resource:Chicago . ?s rdf:type ontology:building }", "graph_answer": [ "resource:300_North_LaSalle" ], "readable_answer": [ "300 North LaSalle" ], "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" ] } ]
CelestialBody
5
11768
Id76
[ { "subject": "10_Hygiea", "property": "escapeVelocity", "object": "\"756.0\"^^xsd:double" }, { "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": "epoch", "object": "\"2015-06-27\"^^xsd:date" } ]
[ { "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" }, { "subject": "10_Hygiea", "property": "epoch", "object": "2015-06-27" }, { "subject": "10_Hygiea", "property": "escapeVelocity", "object": "0.21 (kilometrePerSeconds)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "10 Hygiea (previously A900 GA), has an orbital period of 5.57 days and a periapsis of 416136000000.0. With an escape velocity of 0.21 km per secs, 10 Hygiea, has an epoch date of June 27th 2015.", "10 Hygiea-former name A900 GA-has an orbital period of 5.57 days and its epoch date was on June 27th 2015.Its periapsis is 416136000000.0 and it has an escape velocity of 0.21 km per secs.", "The asteroid 10 Hygiea has an epoch date of June 27th 2015 and an escape velocity of .21 kilometres per second. It was formerly known as A900 GA and its orbital period is 5.57 days and measures 416,136,000,000 kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:10_Hygiea", "property:epoch", "resource:2015_06_27" ], [ "resource:10_Hygiea", "rdf:type", "ontology:celestial_body" ], [ "resource:10_Hygiea", "property:escape_velocity", "0.21 (kilometrePerSeconds)" ], [ "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)" ] ]
10_Hygiea
[ { "modified": "0.21 (kilometrePerSeconds)", "readable": "0.21", "graph": "0.21 (kilometrePerSeconds)" }, { "modified": "5.57 (days)", "readable": "5.57", "graph": "5.57 (days)" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "escapeVelocity", "readable": "escape velocity", "graph": "property:escape_velocity" }, { "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?v rdf:type ontology:celestial_body . FILTER ( ?q = \"2015_06_27\" ) . ?v property:orbital_period ?n . ?v property:epoch ?q }", "readable_query": "SELECT DISTINCT ?n WHERE { ?v rdf:type ontology:celestial_body . FILTER ( ?q = \"2015-06-27\" ) . ?v property:orbital_period ?n . ?v property:epoch ?q }", "graph_answer": [ "5.57 (days)" ], "readable_answer": [ "5.57" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?m property:orbital_period '5.57 (days)' . FILTER ( ?i = \"2015_06_27\" ) . ?m property:epoch ?i . ?m rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:orbital_period '5.57 (days)' . FILTER ( ?i = \"2015-06-27\" ) . ?m property:epoch ?i . ?m rdf:type ontology:celestial_body }", "graph_answer": [ "resource:10_Hygiea" ], "readable_answer": [ "10 Hygiea" ], "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 ?g WHERE { resource:10_Hygiea property:l_c_c_n_number ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:10_Hygiea property:l_c_c_n_number ?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" ] } ]
MeanOfTransportation
5
12368
Id85
[ { "subject": "Aston_Martin_V8", "property": "relatedMeanOfTransportation", "object": "Aston_Martin_DBS" }, { "subject": "Aston_Martin_V8", "property": "bodyStyle", "object": "Convertible" }, { "subject": "Aston_Martin_V8", "property": "assembly", "object": "\"Newport Pagnell, Buckinghamshire, England, United Kingdom\"@en" }, { "subject": "Aston_Martin_V8", "property": "engine", "object": "\"5.3\"^^xsd:double" }, { "subject": "Aston_Martin_V8", "property": "related", "object": "Aston_Martin_RHAM/1" } ]
[ { "subject": "Aston_Martin_V8", "property": "relatedMeanOfTransportation", "object": "Aston_Martin_DBS" }, { "subject": "Aston_Martin_V8", "property": "bodyStyle", "object": "Convertible" }, { "subject": "Aston_Martin_V8", "property": "assembly", "object": "\"Newport Pagnell, Buckinghamshire, England, United Kingdom\"" }, { "subject": "Aston_Martin_V8", "property": "engine", "object": "5.3 (litres)" }, { "subject": "Aston_Martin_V8", "property": "relatedMeanOfTransportation", "object": "Aston_Martin_RHAM/1" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Aston Martin V8, the Aston Martin DBS, and the Aston Martin RHAM/1 are related means of transportation. The Aston Martin V8, which was built at Newport Pagnell, Buckinghamshire, England, United Kingdom, is a convertible featuring an engine volume of 5.3 litres.", "The Aston Martin V8 convertible holds 5.3 litres and is built in Newport Pagnell, Buckinghamshire, England, United Kingdom. The Aston Martin V8, Aston Martin DBS and the Aston Martin RHAM/1 are all related means of transport.", "The convertible Aston Martin V8 has a 5.3 litre engine volume and was assembled in Newport Pagnell, Buckinghamshire, England, United Kingdom. It is a related means of transport to the Aston Martin DBS and 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:body_style", "resource:Convertible" ], [ "resource:Aston_Martin_V8", "property:related_mean_of_transportation", "resource:Aston_Martin_DBS" ], [ "resource:Aston_Martin_V8", "property:related_mean_of_transportation", "resource:Aston_Martin_RHAM_1" ], [ "resource:Aston_Martin_V8", "property:assembly", "resource:United_Kingdom" ], [ "resource:Aston_Martin_V8", "property:assembly", "resource:England" ], [ "resource:Aston_Martin_V8", "property:assembly", "resource:Newport_Pagnell" ], [ "resource:Aston_Martin_V8", "property:assembly", "resource:Buckinghamshire" ] ]
Aston_Martin_V8
[ { "modified": "5.3 (litres)", "readable": "5.3", "graph": "5.3 (litres)" }, { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "bodyStyle", "readable": "body style", "graph": "property:body_style" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "relatedMeanOfTransportation", "readable": "related mean of transportation", "graph": "property:related_mean_of_transportation" }, { "modified": "Aston_Martin_DBS", "readable": "Aston Martin DBS", "graph": "resource:Aston_Martin_DBS" }, { "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": "Buckinghamshire", "readable": "Buckinghamshire", "graph": "resource:Buckinghamshire" }, { "modified": "Convertible", "readable": "Convertible", "graph": "resource:Convertible" }, { "modified": "England", "readable": "England", "graph": "resource:England" }, { "modified": "Newport Pagnell", "readable": "Newport Pagnell", "graph": "resource:Newport_Pagnell" }, { "modified": "United Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'e' ) ) . resource:Aston_Martin_V8 property:assembly ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'e' ) ) . resource:Aston_Martin_V8 property:assembly ?j }", "graph_answer": [ "resource:England" ], "readable_answer": [ "England" ], "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 ?r ?f WHERE { resource:Aston_Martin_V8 property:assembly ?f . resource:Aston_Martin_V8 property:related_mean_of_transportation ?r }", "readable_query": "SELECT DISTINCT ?r ?f WHERE { resource:Aston_Martin_V8 property:assembly ?f . resource:Aston_Martin_V8 property:related_mean_of_transportation ?r }", "graph_answer": [ "resource:Aston_Martin_DBS", "resource:Newport_Pagnell" ], "readable_answer": [ "Aston Martin DBS", "Newport Pagnell" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p ?d WHERE { resource:Aston_Martin_V8 property:related_mean_of_transportation ?d . resource:Aston_Martin_V8 property:assembly ?p }", "readable_query": "SELECT DISTINCT ?p ?d WHERE { resource:Aston_Martin_V8 property:related_mean_of_transportation ?d . resource:Aston_Martin_V8 property:assembly ?p }", "graph_answer": [ "resource:Buckinghamshire", "resource:Aston_Martin_RHAM_1" ], "readable_answer": [ "Buckinghamshire", "Aston Martin RHAM/1" ], "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 ?h ?w WHERE { resource:Aston_Martin_V8 property:assembly ?w . resource:Aston_Martin_V8 property:engine ?h }", "readable_query": "SELECT DISTINCT ?h ?w WHERE { resource:Aston_Martin_V8 property:assembly ?w . resource:Aston_Martin_V8 property:engine ?h }", "graph_answer": [ "5.3 (litres)", "resource:United_Kingdom" ], "readable_answer": [ "5.3", "United Kingdom" ], "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 ?m WHERE { resource:Aston_Martin_V8 property:body_style ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Aston_Martin_V8 property:body_style ?m }", "graph_answer": [ "resource:Convertible" ], "readable_answer": [ "Convertible" ], "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
2
4197
Id47
[ { "subject": "Amarillo,_Texas", "property": "isPartOf", "object": "Randall_County,_Texas" }, { "subject": "Amarillo,_Texas", "property": "country", "object": "United_States" } ]
[ { "subject": "Amarillo,_Texas", "property": "isPartOf", "object": "Randall_County,_Texas" }, { "subject": "Amarillo,_Texas", "property": "country", "object": "United_States" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Amarillo, Texas is part of Randall County, Texas, in the United States.", "Amarillo, Texas is part of Randall County in the U.S.", "Amarillo is part of Randall County, Texas, United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Amarillo__Texas", "rdf:type", "ontology:city" ], [ "resource:Amarillo__Texas", "property:country", "resource:United_States" ], [ "resource:Amarillo__Texas", "property:is_part_of", "resource:Randall_County__Texas" ] ]
Amarillo,_Texas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Amarillo,_Texas", "readable": "Amarillo, Texas", "graph": "resource:Amarillo__Texas" }, { "modified": "Randall_County,_Texas", "readable": "Randall County, Texas", "graph": "resource:Randall_County__Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?h property:is_part_of ?y . ?h rdf:type ontology:city . ?h property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?y WHERE { ?h property:is_part_of ?y . ?h rdf:type ontology:city . ?h property:country resource:United_States }", "graph_answer": [ "resource:Randall_County__Texas" ], "readable_answer": [ "Randall County, Texas" ], "type": [ "complete", "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": "ASK WHERE { resource:Amarillo__Texas rdf:type ontology:city . resource:Amarillo__Texas property:country resource:United_States . resource:Amarillo__Texas property:is_part_of resource:Randall_County__Texas }", "readable_query": "ASK WHERE { resource:Amarillo,_Texas rdf:type ontology:city . resource:Amarillo,_Texas property:country resource:United_States . resource:Amarillo,_Texas property:is_part_of resource:Randall_County,_Texas }", "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" ] } ]
Astronaut
4
8853
Id5
[ { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Bean", "property": "birthDate", "object": "\"1932-03-15\"^^xsd:date" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "birthPlace", "object": "Wheeler,_Texas" } ]
[ { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Bean", "property": "birthDate", "object": "\"1932-03-15\"" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "birthPlace", "object": "Wheeler,_Texas" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "American Alan Bean was born in Wheeler, Texas on March 15th, 1932 and was a member of Apollo 12.", "Alan Bean is a national of the United States. He was born in Wheeler Texas on 1932-03-15. He was a crew member of Apollo 12.", "Alan Bean, a United States national, was born on 15 March 1932 in Wheeler Texas. He was a crew member on Apollo 12." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alan_Bean", "rdf:type", "ontology:astronaut" ], [ "resource:Alan_Bean", "property:mission", "resource:Apollo_12" ], [ "resource:Alan_Bean", "property:nationality", "resource:United_States" ], [ "resource:Alan_Bean", "property:birth_date", "1932-03-15" ], [ "resource:Alan_Bean", "property:birth_place", "resource:Wheeler__Texas" ] ]
Alan_Bean
[ { "modified": "1932-03-15", "readable": "1932-03-15", "graph": "1932-03-15" }, { "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": "Alan_Bean", "readable": "Alan Bean", "graph": "resource:Alan_Bean" }, { "modified": "Apollo_12", "readable": "Apollo 12", "graph": "resource:Apollo_12" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Wheeler,_Texas", "readable": "Wheeler, Texas", "graph": "resource:Wheeler__Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '1932' ) ) . ?e rdf:type ontology:astronaut . ?e property:birth_date ?i . ?e property:birth_place ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '1932' ) ) . ?e rdf:type ontology:astronaut . ?e property:birth_date ?i . ?e property:birth_place ?v }", "graph_answer": [ "resource:Wheeler__Texas" ], "readable_answer": [ "Wheeler, Texas" ], "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 ?s WHERE { ?o property:birth_date ?s . ?o property:birth_place resource:Wheeler__Texas . ?o rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?s ) , '1932' ) ) }", "readable_query": "SELECT DISTINCT ?s WHERE { ?o property:birth_date ?s . ?o property:birth_place resource:Wheeler,_Texas . ?o rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?s ) , '1932' ) ) }", "graph_answer": [ "1932-03-15" ], "readable_answer": [ "1932-03-15" ], "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 ?t WHERE { ?t rdf:type ontology:astronaut . ?t property:birth_place resource:Wheeler__Texas . ?t property:birth_date '1932-03-15' }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:astronaut . ?t property:birth_place resource:Wheeler,_Texas . ?t property:birth_date '1932-03-15' }", "graph_answer": [ "resource:Alan_Bean" ], "readable_answer": [ "Alan Bean" ], "type": [ "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 ( COUNT ( ?t ) AS ?n ) WHERE { resource:Alan_Bean property:nationality ?t }", "readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?n ) WHERE { resource:Alan_Bean property:nationality ?t }", "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 ?w WHERE { resource:Alan_Bean property:nationality ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Alan_Bean property:nationality ?w }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Alan_Bean property:width ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Alan_Bean property:width ?j }", "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" ] } ]