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
Airport
2
3280
Id85
[ { "subject": "Allama_Iqbal_International_Airport", "property": "location", "object": "Pakistan" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayLength", "object": "\"3360.12\"^^xsd:double" } ]
[ { "subject": "Allama_Iqbal_International_Airport", "property": "location", "object": "Pakistan" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayLength", "object": "3360.12" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Allama Iqbal international airport has a runway length of 3360.12 and is located in Pakistan.", "The runway at Allama Iqbal International Airport in Pakistan has a length of 3360.12." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Allama_Iqbal_International_Airport", "property:runway_length", "resource:3360_12" ], [ "resource:Allama_Iqbal_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Allama_Iqbal_International_Airport", "property:location", "resource:Pakistan" ] ]
Allama_Iqbal_International_Airport
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "3360.12", "readable": "3360.12", "graph": "resource:3360_12" }, { "modified": "Allama_Iqbal_International_Airport", "readable": "Allama Iqbal International Airport", "graph": "resource:Allama_Iqbal_International_Airport" }, { "modified": "Pakistan", "readable": "Pakistan", "graph": "resource:Pakistan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y ?e WHERE { resource:Allama_Iqbal_International_Airport property:runway_length ?y . resource:Allama_Iqbal_International_Airport property:location ?e }", "readable_query": "SELECT DISTINCT ?y ?e WHERE { resource:Allama_Iqbal_International_Airport property:runway_length ?y . resource:Allama_Iqbal_International_Airport property:location ?e }", "graph_answer": [ "resource:3360_12", "resource:Pakistan" ], "readable_answer": [ "3360.12", "Pakistan" ], "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" ] } ]
Astronaut
6
12919
Id89
[ { "subject": "William_Anders", "property": "selection", "object": "1963" }, { "subject": "William_Anders", "property": "nationality", "object": "United_States" }, { "subject": "William_Anders", "property": "birthDate", "object": "\"1933-10-17\"^^xsd:date" }, { "subject": "William_Anders", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" } ]
[ { "subject": "William_Anders", "property": "selectedByNasa", "object": "1963" }, { "subject": "William_Anders", "property": "nationality", "object": "United_States" }, { "subject": "William_Anders", "property": "birthDate", "object": "\"1933-10-17\"" }, { "subject": "William_Anders", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The United States fighter pilot William Anders was born in British Hong Kong on the 17th of October, 1933. In 1963, he was chosen by NASA and became a crew member on Apollo 8.", "Despite being born in British Hong Kong, Williams Anders was a United States national. His birth date is October 17th, 1933. In 1963, he was chosen by NASA and served as a fighter pilot and crew member on Apollo 8.", "American William Anders (born on October 17, 1933 in British Hong Kong) joined NASA in 1963 as a Fighter pilot and as a crew member on Apollo 8 ." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:William_Anders", "property:selected_by_nasa", "resource:1963" ], [ "resource:William_Anders", "rdf:type", "ontology:astronaut" ], [ "resource:William_Anders", "property:mission", "resource:Apollo_8" ], [ "resource:William_Anders", "property:nationality", "resource:United_States" ], [ "resource:William_Anders", "property:occupation", "resource:Fighter_pilot" ], [ "resource:William_Anders", "property:birth_date", "1933-10-17" ], [ "resource:William_Anders", "property: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": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "selectedByNasa", "readable": "selected by nasa", "graph": "property:selected_by_nasa" }, { "modified": "1963", "readable": "1963", "graph": "resource:1963" }, { "modified": "Apollo_8", "readable": "Apollo 8", "graph": "resource:Apollo_8" }, { "modified": "British_Hong_Kong", "readable": "British Hong Kong", "graph": "resource:British_Hong_Kong" }, { "modified": "Fighter_pilot", "readable": "Fighter pilot", "graph": "resource:Fighter_pilot" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "William_Anders", "readable": "William Anders", "graph": "resource:William_Anders" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?k property:birth_place ?c . ?k rdf:type ontology:astronaut . ?k property:birth_date ?m . FILTER ( CONTAINS ( YEAR ( ?m ) , '1933' ) ) }", "readable_query": "SELECT DISTINCT ?c WHERE { ?k property:birth_place ?c . ?k rdf:type ontology:astronaut . ?k property:birth_date ?m . FILTER ( CONTAINS ( YEAR ( ?m ) , '1933' ) ) }", "graph_answer": [ "resource:British_Hong_Kong" ], "readable_answer": [ "British Hong Kong" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?w property:birth_place resource:Tampere . ?w rdf:type ontology:astronaut . ?w property:birth_date ?c }", "readable_query": "ASK WHERE { ?w property:birth_place resource:Tampere . ?w rdf:type ontology:astronaut . ?w property:birth_date ?c }", "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" ] } ]
WrittenWork
3
8399
Id245
[ { "subject": "Viking_Press", "property": "country", "object": "United_States" }, { "subject": "A_Long_Long_Way", "property": "publisher", "object": "Viking_Press" }, { "subject": "Viking_Press", "property": "parent", "object": "Penguin_Random_House" } ]
[ { "subject": "Viking_Press", "property": "country", "object": "United_States" }, { "subject": "A_Long_Long_Way", "property": "publisher", "object": "Viking_Press" }, { "subject": "Viking_Press", "property": "parentCompany", "object": "Penguin_Random_House" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Long Long Way is published by Viking Press from the United States, parent company Penguin Random House.", "Viking Press in the United States is owned by its parent company Penguin Random House and published the book \"A Long Long Way\".", "Penguin Random House is the parent company of Viking Press in the United States which published A Long Long Way." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Long_Long_Way", "rdf:type", "ontology:written_work" ], [ "resource:A_Long_Long_Way", "property:publisher", "resource:Viking_Press" ], [ "resource:Viking_Press", "property:country", "resource:United_States" ], [ "resource:Viking_Press", "property:parent_company", "resource:Penguin_Random_House" ] ]
A_Long_Long_Way
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "parentCompany", "readable": "parent company", "graph": "property:parent_company" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "A_Long_Long_Way", "readable": "A Long Long Way", "graph": "resource:A_Long_Long_Way" }, { "modified": "Penguin_Random_House", "readable": "Penguin Random House", "graph": "resource:Penguin_Random_House" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Viking_Press", "readable": "Viking Press", "graph": "resource:Viking_Press" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?t property:parent_company resource:Penguin_Random_House . ?g property:publisher ?t . ?g rdf:type ontology:written_work . FILTER ( CONTAINS ( LCASE ( ?g ) , 'way' ) ) }", "readable_query": "SELECT DISTINCT ?g WHERE { ?t property:parent_company resource:Penguin_Random_House . ?g property:publisher ?t . ?g rdf:type ontology:written_work . FILTER ( CONTAINS ( LCASE ( ?g ) , 'way' ) ) }", "graph_answer": [ "resource:A_Long_Long_Way" ], "readable_answer": [ "A Long Long Way" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:A_Long_Long_Way property:maximum_temperature ?j . ?j property:child ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:A_Long_Long_Way property:maximum_temperature ?j . ?j property:child ?z }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_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" ] } ]
WrittenWork
4
10906
Id125
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Wizard of Mars originates from the United States, which capital is Washington D. C and the language is English, same as in Great Britain.", "The capital of the United States, where A Wizard of Mars was published, is Washington, D.C. English is the language of the U.S, and is spoken in Great Britain too.", "English is the language of the United States and Great Britain. The capital city of the US is Washington DC and it is from the States that A Wizard of Mars originates." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Wizard_of_Mars", "rdf:type", "ontology:written_work" ], [ "resource:A_Wizard_of_Mars", "property:country", "resource:United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ] ]
A_Wizard_of_Mars
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Wizard_of_Mars", "readable": "A Wizard of Mars", "graph": "resource:A_Wizard_of_Mars" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?s rdf:type ontology:written_work . ?s property:country ?l . ?l property:language resource:English_language }", "readable_query": "ASK WHERE { ?s rdf:type ontology:written_work . ?s property:country ?l . ?l property:language resource:English_language }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?d WHERE { ?d property:country ?e . ?e property:language resource:English_language . ?d rdf:type ontology:written_work }", "readable_query": "SELECT ?d WHERE { ?d property:country ?e . ?e property:language resource:English_language . ?d rdf:type ontology:written_work }", "graph_answer": [ "resource:A_Wizard_of_Mars" ], "readable_answer": [ "A Wizard of Mars" ], "type": [ "ellipsis", "coreference", "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 ?j WHERE { resource:A_Wizard_of_Mars rdf:type ontology:written_work . resource:A_Wizard_of_Mars property:country ?j . ?j property:language resource:English_language }", "readable_query": "SELECT ?j WHERE { resource:A_Wizard_of_Mars rdf:type ontology:written_work . resource:A_Wizard_of_Mars property:country ?j . ?j 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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:English_language property:debut_team ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:English_language property:debut_team ?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" ] } ]
Athlete
5
11500
Id31
[ { "subject": "Alessio_Romagnoli", "property": "team", "object": "A.C._Milan" }, { "subject": "A.C._Milan", "property": "league", "object": "Serie_A" }, { "subject": "A.C._Milan", "property": "manager", "object": "Siniša_Mihajlović" }, { "subject": "Alessio_Romagnoli", "property": "position", "object": "Defender_(association_football)" }, { "subject": "Alessio_Romagnoli", "property": "clubs", "object": "A.S._Roma" } ]
[ { "subject": "Alessio_Romagnoli", "property": "club", "object": "A.C._Milan" }, { "subject": "A.C._Milan", "property": "league", "object": "Serie_A" }, { "subject": "A.C._Milan", "property": "manager", "object": "Siniša_Mihajlović" }, { "subject": "Alessio_Romagnoli", "property": "position", "object": "Defender_(football)" }, { "subject": "Alessio_Romagnoli", "property": "club", "object": "A.S._Roma" } ]
(X (X) (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The defender Alessio Romagnoli is a member of AS Roma and AC Milan. The latter club are in the Serie A league and managed by Sinisa Mihajlovic.", "Alessio Romagnoli has played for A.S.Roma and A.C.Milan, where he was a defender. A.C.Milan play in Serie A and their manager is Siniša Mihajlović." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_C__Milan", "property:manager", "resource:Sini_a_Mihajlovi_" ], [ "resource:A_C__Milan", "property:league", "resource:Serie_A" ], [ "resource:Alessio_Romagnoli", "rdf:type", "ontology:athlete" ], [ "resource:Alessio_Romagnoli", "property:club", "resource:A_C__Milan" ], [ "resource:Alessio_Romagnoli", "property:club", "resource:A_S__Roma" ], [ "resource:Alessio_Romagnoli", "property:position", "resource:Defender__football_" ] ]
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": "A.S._Roma", "readable": "A.S. Roma", "graph": "resource:A_S__Roma" }, { "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_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Alessio_Romagnoli property:club ?v . FILTER NOT EXISTS { ?v property:league resource:Serie_A } }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Alessio_Romagnoli property:club ?v . FILTER NOT EXISTS { ?v property:league resource:Serie_A } }", "graph_answer": [ "resource:A_S__Roma" ], "readable_answer": [ "A.S. Roma" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { 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": [ "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:A_C__Milan property:manager resource:Thomas_Doll }", "readable_query": "ASK WHERE { resource:A.C._Milan property:manager resource:Thomas_Doll }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "ellipsis", "coreference", "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
City
3
6922
Id210
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Austin,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "demonym", "object": "Americans" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Austin,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "demonym", "object": "Americans" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Americans inhabit the U.S. and an ethnic group in that country are Asian Americans. Austin, Texas is also located in the U.S.", "The inhabitants of the United States are known as Americans and include the ethnic group of Asian Americans. The country is the location of Austin, Texas.", "Austin, Texas, is in the United States, where Asian Americans are one of the ethnic groups, and where the inhabitants are known as Americans." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:demonym", "resource:Americans" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ], [ "resource:Austin__Texas", "rdf:type", "ontology:city" ], [ "resource:Austin__Texas", "property:country", "resource:United_States" ] ]
Austin,_Texas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "Austin,_Texas", "readable": "Austin, Texas", "graph": "resource:Austin__Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?g property:ethnic_group resource:Asian_Americans . ?g property:demonym resource:Americans }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?g property:ethnic_group resource:Asian_Americans . ?g property:demonym resource:Americans }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?m property:ethnic_group resource:Asian_Americans . ?m property:demonym resource:Americans }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:ethnic_group resource:Asian_Americans . ?m property:demonym resource:Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x property:country resource:United_States . ?x rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:country resource:United_States . ?x rdf:type ontology:city }", "graph_answer": [ "resource:Austin__Texas" ], "readable_answer": [ "Austin, Texas" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
5
12819
Id87
[ { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "1634:_The_Ram_Rebellion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" } ]
[ { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "1634:_The_Ram_Rebellion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "1634 The Ram Rebellion comes from the United States, where Barack Obama is the President, and its capital city is Washington D.C. Americans inhabit the U.S., with a sub-group being the Asian Americans.", "Americans inhabit the U.S whose capital is Washington D.C. and whose leader is Barack Obama. One of the US ethnicities are Asian Americans, and the book \"1634: The Ram Rebellion\" also comes from that country." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1634__The_Ram_Rebellion", "rdf:type", "ontology:written_work" ], [ "resource:1634__The_Ram_Rebellion", "property:country", "resource:United_States" ], [ "resource:United_States", "property:leader", "resource:Barack_Obama" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:demonym", "resource:Americans" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ] ]
1634:_The_Ram_Rebellion
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "1634:_The_Ram_Rebellion", "readable": "1634: The Ram Rebellion", "graph": "resource:1634__The_Ram_Rebellion" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "Barack_Obama", "readable": "Barack Obama", "graph": "resource:Barack_Obama" }, { "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 ?o WHERE { FILTER ( STRSTARTS ( LCASE ( ?o ) , 'a' ) ) . resource:United_States property:ethnic_group ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( STRSTARTS ( LCASE ( ?o ) , 'a' ) ) . resource:United_States property:ethnic_group ?o }", "graph_answer": [ "resource:Asian_Americans" ], "readable_answer": [ "Asian Americans" ], "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 ?f WHERE { resource:United_States property:capital ?f . resource:United_States property:demonym ?i }", "readable_query": "SELECT DISTINCT ?i ?f WHERE { resource:United_States property:capital ?f . resource:United_States property:demonym ?i }", "graph_answer": [ "resource:Americans", "resource:Washington__D_C_" ], "readable_answer": [ "Americans", "Washington, D.C." ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:United_States property:influenced_by ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:United_States property:influenced_by ?v }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6747
Id35
[ { "subject": "Alexandria,_Indiana", "property": "subdivisionName", "object": "Indiana" }, { "subject": "Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" } ]
[ { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Indiana" }, { "subject": "Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alexandria is part of Madison County, Indiana, United States.", "Alexandria is part of Madison County, Indiana in the U.S.", "Alexandria, is part of Madison County, Indiana, in the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alexandria__Indiana", "rdf:type", "ontology:city" ], [ "resource:Alexandria__Indiana", "property:is_part_of", "resource:Indiana" ], [ "resource:Alexandria__Indiana", "property:is_part_of", "resource:Madison_County__Indiana" ], [ "resource:Madison_County__Indiana", "property:country", "resource:United_States" ] ]
Alexandria,_Indiana
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Alexandria,_Indiana", "readable": "Alexandria, Indiana", "graph": "resource:Alexandria__Indiana" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "Madison_County,_Indiana", "readable": "Madison County, Indiana", "graph": "resource:Madison_County__Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?r != resource:Indiana ) . resource:Alexandria__Indiana property:is_part_of ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?r != resource:Indiana ) . resource:Alexandria__Indiana property:is_part_of ?r }", "graph_answer": [ "resource:Madison_County__Indiana" ], "readable_answer": [ "Madison County, Indiana" ], "type": [ "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { FILTER NOT EXISTS { ?i property:country resource:United_States } . resource:Alexandria__Indiana property:is_part_of ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER NOT EXISTS { ?i property:country resource:United_States } . resource:Alexandria,_Indiana property:is_part_of ?i }", "graph_answer": [ "resource:Indiana" ], "readable_answer": [ "Indiana" ], "type": [ "coreference", "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
4
9095
Id18
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "capital", "object": "Cape_Town" }, { "subject": "South_Africa", "property": "leaderName", "object": "Cyril_Ramaphosa" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "Coloured" } ]
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "capital", "object": "Cape_Town" }, { "subject": "South_Africa", "property": "leader", "object": "Cyril_Ramaphosa" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "Coloured" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "11 Diagonal Street is located in South Africa, which has Cape Town as its capital and Cyril Ramaphosa as leader. Coloured people are an ethnic group of this country.", "In South Africa (where the capital is Cape Town) there are many ethnic groups, one of which is called the Coloured, Cyril Ramaphosa is one of the leaders and 11 Diagonal Street is located there." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:South_Africa", "property:leader", "resource:Cyril_Ramaphosa" ], [ "resource:South_Africa", "property:capital", "resource:Cape_Town" ], [ "resource:South_Africa", "property:ethnic_group", "resource:Coloured" ], [ "resource:11_Diagonal_Street", "rdf:type", "ontology:building" ], [ "resource:11_Diagonal_Street", "property:location", "resource:South_Africa" ] ]
11_Diagonal_Street
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "11_Diagonal_Street", "readable": "11 Diagonal Street", "graph": "resource:11_Diagonal_Street" }, { "modified": "Cape_Town", "readable": "Cape Town", "graph": "resource:Cape_Town" }, { "modified": "Coloured", "readable": "Coloured", "graph": "resource:Coloured" }, { "modified": "Cyril_Ramaphosa", "readable": "Cyril Ramaphosa", "graph": "resource:Cyril_Ramaphosa" }, { "modified": "South_Africa", "readable": "South Africa", "graph": "resource:South_Africa" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r ?k WHERE { resource:South_Africa property:capital ?k . resource:South_Africa property:ethnic_group ?r }", "readable_query": "SELECT DISTINCT ?r ?k WHERE { resource:South_Africa property:capital ?k . resource:South_Africa property:ethnic_group ?r }", "graph_answer": [ "resource:Coloured", "resource:Cape_Town" ], "readable_answer": [ "Coloured", "Cape Town" ], "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 { ?h rdf:type ontology:building . ?h property:location resource:South_Africa }", "readable_query": "ASK WHERE { ?h rdf:type ontology:building . ?h property:location resource:South_Africa }", "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 ?w WHERE { ?w rdf:type ontology:building . ?w property:location resource:South_Africa }", "readable_query": "SELECT ?w WHERE { ?w rdf:type ontology:building . ?w property:location resource:South_Africa }", "graph_answer": [ "resource:11_Diagonal_Street" ], "readable_answer": [ "11 Diagonal Street" ], "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 ?p WHERE { resource:South_Africa property:stadium ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:South_Africa 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" ] } ]
University
5
12719
Id49
[ { "subject": "Romania", "property": "ethnicGroups", "object": "Germans_of_Romania" }, { "subject": "Romania", "property": "patronSaint", "object": "Andrew_the_Apostle" }, { "subject": "Romania", "property": "leaderName", "object": "Klaus_Iohannis" }, { "subject": "Romania", "property": "capital", "object": "Bucharest" }, { "subject": "1_Decembrie_1918_University,_Alba_Iulia", "property": "country", "object": "Romania" } ]
[ { "subject": "Romania", "property": "ethnicGroup", "object": "Germans_of_Romania" }, { "subject": "Romania", "property": "patronSaint", "object": "Andrew_the_Apostle" }, { "subject": "Romania", "property": "leader", "object": "Klaus_Iohannis" }, { "subject": "Romania", "property": "capital", "object": "Bucharest" }, { "subject": "1_Decembrie_1918_University", "property": "country", "object": "Romania" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The 1 Decembrie 1918 University is located in Romania. Romania's capital is Bucharest; its leader is Klaus Iohannis; its patron saint is Andrew the Apostle and its ethnic group is the Germans of Romania.", "The 1 Decembrie 1918 University is to be found in Romania which is the home of the ethnic group of Germans of Romania. The leader of the country, where the capital is Bucharest, is Klaus Iohannis. The patron saint of Romania is Andrew the Apostle." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1_Decembrie_1918_University", "rdf:type", "ontology:university" ], [ "resource:1_Decembrie_1918_University", "property:country", "resource:Romania" ], [ "resource:Romania", "property:leader", "resource:Klaus_Iohannis" ], [ "resource:Romania", "property:capital", "resource:Bucharest" ], [ "resource:Romania", "property:patron_saint", "resource:Andrew_the_Apostle" ], [ "resource:Romania", "property:ethnic_group", "resource:Germans_of_Romania" ] ]
1_Decembrie_1918_University
[ { "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": "patronSaint", "readable": "patron saint", "graph": "property:patron_saint" }, { "modified": "1_Decembrie_1918_University", "readable": "1 Decembrie 1918 University", "graph": "resource:1_Decembrie_1918_University" }, { "modified": "Andrew_the_Apostle", "readable": "Andrew the Apostle", "graph": "resource:Andrew_the_Apostle" }, { "modified": "Bucharest", "readable": "Bucharest", "graph": "resource:Bucharest" }, { "modified": "Germans_of_Romania", "readable": "Germans of Romania", "graph": "resource:Germans_of_Romania" }, { "modified": "Klaus_Iohannis", "readable": "Klaus Iohannis", "graph": "resource:Klaus_Iohannis" }, { "modified": "Romania", "readable": "Romania", "graph": "resource:Romania" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i ?u WHERE { resource:Romania property:capital ?u . resource:Romania property:leader ?i }", "readable_query": "SELECT DISTINCT ?i ?u WHERE { resource:Romania property:capital ?u . resource:Romania property:leader ?i }", "graph_answer": [ "resource:Klaus_Iohannis", "resource:Bucharest" ], "readable_answer": [ "Klaus Iohannis", "Bucharest" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h ?p WHERE { resource:Romania property:patron_saint ?p . resource:Romania property:ethnic_group ?h }", "readable_query": "SELECT DISTINCT ?h ?p WHERE { resource:Romania property:patron_saint ?p . resource:Romania property:ethnic_group ?h }", "graph_answer": [ "resource:Germans_of_Romania", "resource:Andrew_the_Apostle" ], "readable_answer": [ "Germans of Romania", "Andrew the Apostle" ], "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 ( COUNT ( ?n ) AS ?y ) WHERE { ?n rdf:type ontology:university . ?n property:country resource:Romania }", "readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?y ) WHERE { ?n rdf:type ontology:university . ?n property:country resource:Romania }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:university . ?w property:country resource:Romania }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:university . ?w property:country resource:Romania }", "graph_answer": [ "resource:1_Decembrie_1918_University" ], "readable_answer": [ "1 Decembrie 1918 University" ], "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" ] } ]
Astronaut
7
13123
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": "almaMater", "object": "\"AFIT, M.S. 1962\"@en" } ]
[ { "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" }, { "subject": "William_Anders", "property": "almaMater", "object": "\"AFIT, M.S. 1962\"" } ]
(X (X) (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "William Anders was born on Oct 17, 1933 in British Hong Kong but was an American. He graduated from AFIT in 1962 with an M.S. He worked as a fighter pilot and was hired by NASA in 1963. He is now retired.", "William Anders was born October 17th 1933 in British Hong Kong, and now has United States nationality. He graduated from AFIT in 1962 with an M.S., before going on to join NASA in 1963. He was a fighter pilot and is now retired.", "William Anders has retired. He is a US national who was born in British Hong Kong on 17 October 1933. He graduated from AFIT, MS in 1962 and served as a fighter pilot. In 1963 he was selected by NASA." ], "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:alma_mater", "resource:AFIT__M_S__1962" ], [ "resource:William_Anders", "property:birth_place", "resource:British_Hong_Kong" ] ]
William_Anders
[ { "modified": "1933-10-17", "readable": "1933-10-17", "graph": "1933-10-17" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "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": "AFIT, M.S. 1962", "readable": "AFIT, M.S. 1962", "graph": "resource:AFIT__M_S__1962" }, { "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 ?a WHERE { ?x rdf:type ontology:astronaut . ?x property:birth_place ?a . ?x property:birth_date ?j . FILTER ( CONTAINS ( YEAR ( ?j ) , '1933' ) ) }", "readable_query": "SELECT DISTINCT ?a WHERE { ?x rdf:type ontology:astronaut . ?x property:birth_place ?a . ?x property:birth_date ?j . FILTER ( CONTAINS ( YEAR ( ?j ) , '1933' ) ) }", "graph_answer": [ "resource:British_Hong_Kong" ], "readable_answer": [ "British Hong Kong" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?u rdf:type ontology:astronaut . ?u property:birth_place resource:British_Hong_Kong . ?u property:birth_date ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { ?u rdf:type ontology:astronaut . ?u property:birth_place resource:British_Hong_Kong . ?u property:birth_date ?b }", "graph_answer": [ "1933-10-17" ], "readable_answer": [ "1933-10-17" ], "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 ?e WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '1933' ) ) . ?m rdf:type ontology:astronaut . ?m property:birth_date ?i . ?m property:alma_mater ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '1933' ) ) . ?m rdf:type ontology:astronaut . ?m property:birth_date ?i . ?m property:alma_mater ?e }", "graph_answer": [ "resource:AFIT__M_S__1962" ], "readable_answer": [ "AFIT, M.S. 1962" ], "type": [ "coreference", "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 { FILTER ( CONTAINS ( YEAR ( ?p ) , '1933' ) ) . ?v property:birth_date ?p . ?v rdf:type ontology:astronaut . ?v property:alma_mater resource:AFIT__M_S__1962 }", "readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?p ) , '1933' ) ) . ?v property:birth_date ?p . ?v rdf:type ontology:astronaut . ?v property:alma_mater resource:AFIT,_M.S._1962 }", "graph_answer": [ "resource:William_Anders" ], "readable_answer": [ "William Anders" ], "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 ?n WHERE { resource:William_Anders property:associated_rocket ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:William_Anders property:associated_rocket ?n }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
5
11568
Id32
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "leaderName", "object": "Rahm_Emanuel" }, { "subject": "Chicago", "property": "country", "object": "United_States" }, { "subject": "Illinois", "property": "language", "object": "English_language" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "leader", "object": "Rahm_Emanuel" }, { "subject": "Chicago", "property": "country", "object": "United_States" }, { "subject": "Illinois", "property": "language", "object": "English_language" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
(X (X (X) (X) (X (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "300 North LaSalle is located in Chicago, US. Its leader is called Rahm Emanuel. Chicago is part of the State of Illinois and the language is the English.", "The English language is spoken in Illinois, United States, which is the location of Chicago. 300 North LaSalle can be found in the city where Rahm Emanuel is a leader." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Illinois", "property:language", "resource:English_language" ], [ "resource:300_North_LaSalle", "rdf:type", "ontology:building" ], [ "resource:300_North_LaSalle", "property:location", "resource:Chicago" ], [ "resource:Chicago", "property:leader", "resource:Rahm_Emanuel" ], [ "resource:Chicago", "property:country", "resource:United_States" ], [ "resource:Chicago", "property:is_part_of", "resource:Illinois" ] ]
300_North_LaSalle
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "300_North_LaSalle", "readable": "300 North LaSalle", "graph": "resource:300_North_LaSalle" }, { "modified": "Chicago", "readable": "Chicago", "graph": "resource:Chicago" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Illinois", "readable": "Illinois", "graph": "resource:Illinois" }, { "modified": "Rahm_Emanuel", "readable": "Rahm Emanuel", "graph": "resource:Rahm_Emanuel" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x property:is_part_of ?f . ?x property:country resource:United_States . ?f property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:is_part_of ?f . ?x property:country resource:United_States . ?f property:language resource:English_language }", "graph_answer": [ "resource:Chicago" ], "readable_answer": [ "Chicago" ], "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 ?o WHERE { resource:Chicago property:is_part_of ?o . ?o property:language resource:English_language . resource:Chicago property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Chicago property:is_part_of ?o . ?o property:language resource:English_language . resource:Chicago property:country resource:United_States }", "graph_answer": [ "resource:Illinois" ], "readable_answer": [ "Illinois" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:300_North_LaSalle rdf:type ontology:building . resource:300_North_LaSalle property:location resource:Chicago }", "readable_query": "ASK WHERE { resource:300_North_LaSalle rdf:type ontology:building . resource:300_North_LaSalle property:location resource:Chicago }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Chicago property:website ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Chicago property:website ?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" ] } ]
Food
3
7105
Id18
[ { "subject": "Amatriciana_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" } ]
[ { "subject": "Amatriciana_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Amatriciana sauce is a traditional Italian sauce, from Italy, where the language is Italian, and the leader is Pietro Grasso.", "Pietro Grasso leads Italy, a country where Italian is the spoken language. Amatriciana sauce is a traditional Italian sauce.", "Amatriciana sauce comes from Italy where Pietro Grasso is leader and the Italian language is spoken." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Amatriciana_sauce", "rdf:type", "ontology:food" ], [ "resource:Amatriciana_sauce", "property:country", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Pietro_Grasso" ], [ "resource:Italy", "property:language", "resource:Italian_language" ] ]
Amatriciana_sauce
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Amatriciana_sauce", "readable": "Amatriciana sauce", "graph": "resource:Amatriciana_sauce" }, { "modified": "Italian_language", "readable": "Italian language", "graph": "resource:Italian_language" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Pietro_Grasso", "readable": "Pietro Grasso", "graph": "resource:Pietro_Grasso" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n ?o WHERE { resource:Italy property:leader ?n . resource:Italy property:language ?o }", "readable_query": "SELECT DISTINCT ?n ?o WHERE { resource:Italy property:leader ?n . resource:Italy property:language ?o }", "graph_answer": [ "resource:Pietro_Grasso", "resource:Italian_language" ], "readable_answer": [ "Pietro Grasso", "Italian language" ], "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 ?e WHERE { ?e rdf:type ontology:food . ?e property:country resource:Italy }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:food . ?e property:country resource:Italy }", "graph_answer": [ "resource:Amatriciana_sauce" ], "readable_answer": [ "Amatriciana sauce" ], "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
5088
Id80
[ { "subject": "Adam_Holloway", "property": "battles", "object": "Gulf_War" }, { "subject": "Adam_Holloway", "property": "militaryBranch", "object": "Grenadier_Guards" } ]
[ { "subject": "Adam_Holloway", "property": "battle", "object": "Gulf_War" }, { "subject": "Adam_Holloway", "property": "militaryBranch", "object": "Grenadier_Guards" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adam Holloway, who served in the Grenadier Guards and was involved in Gulf War Battles.", "Adam Holloway of the Grenadier Guards was involved in Gulf War Battles for the military.", "Adam Holloway was in the Grenadier Guards in the military and fought in the Gulf War." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adam_Holloway", "rdf:type", "ontology:politician" ], [ "resource:Adam_Holloway", "property:military_branch", "resource:Grenadier_Guards" ], [ "resource:Adam_Holloway", "property:battle", "resource:Gulf_War" ] ]
Adam_Holloway
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "militaryBranch", "readable": "military branch", "graph": "property:military_branch" }, { "modified": "Adam_Holloway", "readable": "Adam Holloway", "graph": "resource:Adam_Holloway" }, { "modified": "Grenadier_Guards", "readable": "Grenadier Guards", "graph": "resource:Grenadier_Guards" }, { "modified": "Gulf_War", "readable": "Gulf War", "graph": "resource:Gulf_War" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c property:military_branch resource:Grenadier_Guards . ?c rdf:type ontology:politician . ?c property:battle resource:Gulf_War }", "readable_query": "ASK WHERE { ?c property:military_branch resource:Grenadier_Guards . ?c rdf:type ontology:politician . ?c property:battle resource:Gulf_War }", "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 ?f WHERE { ?f property:military_branch resource:Grenadier_Guards . ?f property:battle resource:Gulf_War . ?f rdf:type ontology:politician }", "readable_query": "SELECT ?f WHERE { ?f property:military_branch resource:Grenadier_Guards . ?f property:battle resource:Gulf_War . ?f rdf:type ontology:politician }", "graph_answer": [ "resource:Adam_Holloway" ], "readable_answer": [ "Adam Holloway" ], "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 ( COUNT ( ?u ) AS ?a ) WHERE { ?x property:residence resource:Gravesend . ?x property:battle ?u . ?x rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?a ) WHERE { ?x property:residence resource:Gravesend . ?x property:battle ?u . ?x rdf:type ontology:politician }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] } ]
Artist
3
5949
Id95
[ { "subject": "Alan_Frew", "property": "hometown", "object": "Canada" }, { "subject": "Alan_Frew", "property": "origin", "object": "Newmarket,_Ontario" }, { "subject": "Alan_Frew", "property": "activeYearsStartYear", "object": "\"1983\"^^xsd:gYear" } ]
[ { "subject": "Alan_Frew", "property": "origin", "object": "Newmarket,_Ontario" }, { "subject": "Alan_Frew", "property": "origin", "object": "Canada" }, { "subject": "Alan_Frew", "property": "activeYearsStartYear", "object": "1983" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alan Frew is from Newmarket, Ontario, Canada and started performing in 1983.", "Alan Frew, from Newmarket, Ontario (Canada), started performing in 1983.", "Alan Frew's who is from Newmarket Ontario, Canada, started performing in 1983." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alan_Frew", "rdf:type", "ontology:artist" ], [ "resource:Alan_Frew", "property:origin", "resource:Canada" ], [ "resource:Alan_Frew", "property:origin", "resource:Newmarket__Ontario" ], [ "resource:Alan_Frew", "property:active_years_start_year", "resource:1983" ] ]
Alan_Frew
[ { "modified": "activeYearsStartYear", "readable": "active years start year", "graph": "property:active_years_start_year" }, { "modified": "origin", "readable": "origin", "graph": "property:origin" }, { "modified": "1983", "readable": "1983", "graph": "resource:1983" }, { "modified": "Alan_Frew", "readable": "Alan Frew", "graph": "resource:Alan_Frew" }, { "modified": "Canada", "readable": "Canada", "graph": "resource:Canada" }, { "modified": "Newmarket,_Ontario", "readable": "Newmarket, Ontario", "graph": "resource:Newmarket__Ontario" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?o ) WHERE { resource:Alan_Frew property:origin ?f }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?o ) WHERE { resource:Alan_Frew property:origin ?f }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { resource:Alan_Frew property:origin ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Alan_Frew property:origin ?a }", "graph_answer": [ "resource:Canada", "resource:Newmarket__Ontario" ], "readable_answer": [ "Canada", "Newmarket, Ontario" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Alan_Frew property:active_years_start_year resource:1983 }", "readable_query": "ASK WHERE { resource:Alan_Frew property:active_years_start_year resource:1983 }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
Food
5
12114
Id61
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Washington DC is the capital of the United States, where English is the language and where the dish bacon explosion originated. Barack Obama is leader of the US, where African Americans are an ethnic group.", "The Bacon Explosion comes from the United States, a country whose capital is Washington, D.C. and which is led by Barack Obama. African Americans are an ethnic group in the U.S. and English is spoken there." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:Barack_Obama" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "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": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "Barack_Obama", "readable": "Barack Obama", "graph": "resource:Barack_Obama" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?o ) WHERE { ?l rdf:type ontology:food . ?i property:ethnic_group resource:African_Americans . ?l property:country ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?o ) WHERE { ?l rdf:type ontology:food . ?i property:ethnic_group resource:African_Americans . ?l property:country ?i }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?h property:ethnic_group resource:African_Americans . ?x property:country ?h . ?x rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?x WHERE { ?h property:ethnic_group resource:African_Americans . ?x property:country ?h . ?x rdf:type ontology:food }", "graph_answer": [ "resource:Bacon_Explosion" ], "readable_answer": [ "Bacon Explosion" ], "type": [ "ellipsis", "coreference", "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 ?w ?b WHERE { ?b property:leader ?w . resource:Bacon_Explosion property:country ?b }", "readable_query": "SELECT DISTINCT ?w ?b WHERE { ?b property:leader ?w . resource:Bacon_Explosion property:country ?b }", "graph_answer": [ "resource:Barack_Obama", "resource:United_States" ], "readable_answer": [ "Barack Obama", "United States" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { resource:United_States property:compete_in ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:United_States property:compete_in ?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" ] } ]
City
5
11995
Id216
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Angola,_Indiana", "property": "subdivisionName", "object": "Pleasant_Township,_Steuben_County,_Indiana" }, { "subject": "Angola,_Indiana", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" } ]
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Angola,_Indiana", "property": "isPartOf", "object": "Pleasant_Township,_Steuben_County,_Indiana" }, { "subject": "Angola,_Indiana", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Angola is located in Pleasant Township which is part of Steuben County, Indiana in the United States. Americans are the inhabitants of the country and English is the official language there. Asian Americans are an ethnic group in the U.S.", "English is the language of the United States, where the occupants are known as Americans. In the United States, Asian Americans are one of the ethnic groups, and Angola is located. Angola is in Pleasant Township which is part of Steuben County, in Indiana." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Angola__Indiana", "rdf:type", "ontology:city" ], [ "resource:Angola__Indiana", "property:country", "resource:United_States" ], [ "resource:Angola__Indiana", "property:is_part_of", "resource:Pleasant_Township__Steuben_County__Indiana" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:demonym", "resource:Americans" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ] ]
Angola,_Indiana
[ { "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": "language", "readable": "language", "graph": "property:language" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Angola,_Indiana", "readable": "Angola, Indiana", "graph": "resource:Angola__Indiana" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Pleasant_Township,_Steuben_County,_Indiana", "readable": "Pleasant Township, Steuben County, Indiana", "graph": "resource:Pleasant_Township__Steuben_County__Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e property:country ?s . ?s property:demonym resource:Americans . ?e rdf:type ontology:city . ?e property:is_part_of resource:Pleasant_Township__Steuben_County__Indiana }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:country ?s . ?s property:demonym resource:Americans . ?e rdf:type ontology:city . ?e property:is_part_of resource:Pleasant_Township,_Steuben_County,_Indiana }", "graph_answer": [ "resource:Angola__Indiana" ], "readable_answer": [ "Angola, Indiana" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?g property:is_part_of resource:Pleasant_Township__Steuben_County__Indiana . ?g property:country ?y . ?g rdf:type ontology:city . ?y property:ethnic_group resource:Asian_Americans }", "readable_query": "SELECT DISTINCT ?y WHERE { ?g property:is_part_of resource:Pleasant_Township,_Steuben_County,_Indiana . ?g property:country ?y . ?g rdf:type ontology:city . ?y property:ethnic_group resource:Asian_Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:United_States property:language ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:United_States property:language ?z }", "graph_answer": [ "resource:English_language" ], "readable_answer": [ "English language" ], "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
5
11793
Id14
[ { "subject": "Albany,_Georgia", "property": "subdivisionName", "object": "Georgia_(U.S._state)" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "Albany,_Georgia", "property": "isPartOf", "object": "Georgia_(U.S._state)" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Albany, Georgia, is within the United States. Americans occupy the U.S. where English is the spoken language. African Americans are one ethnic group in the U.S. population.", "Albany is located in Georgia in the U.S. Americans live in that country and English is the language spoken there. African Americans are one ethnic group in the United States.", "Albany is located in the US state of Georgia where English is spoken and Americans live. Other ethnic groups include African 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:Georgia__U_S__state_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:demonym", "resource:Americans" ], [ "resource:United_States", "property:ethnic_group", "resource:African_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": "language", "readable": "language", "graph": "property:language" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Albany,_Georgia", "readable": "Albany, Georgia", "graph": "resource:Albany__Georgia" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Georgia_(U.S._state)", "readable": "Georgia", "graph": "resource:Georgia__U_S__state_" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?p property:country ?a . FILTER ( CONTAINS ( LCASE ( ?a ) , 'united' ) ) . ?a property:ethnic_group resource:African_Americans . ?p rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p property:country ?a . FILTER ( CONTAINS ( LCASE ( ?a ) , 'united' ) ) . ?a property:ethnic_group resource:African_Americans . ?p rdf:type ontology:city }", "graph_answer": [ "resource:Albany__Georgia" ], "readable_answer": [ "Albany, Georgia" ], "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 ?y WHERE { FILTER ( CONTAINS ( LCASE ( ?y ) , 'united' ) ) . resource:Albany__Georgia rdf:type ontology:city . ?y property:ethnic_group resource:African_Americans . resource:Albany__Georgia property:country ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( CONTAINS ( LCASE ( ?y ) , 'united' ) ) . resource:Albany,_Georgia rdf:type ontology:city . ?y property:ethnic_group resource:African_Americans . resource:Albany,_Georgia property:country ?y }", "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", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . resource:United_States property:demonym ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . resource:United_States property:demonym ?w }", "graph_answer": [ "resource:Americans" ], "readable_answer": [ "Americans" ], "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": "ASK WHERE { resource:United_States property:language resource:English_language }", "readable_query": "ASK WHERE { resource:United_States property:language resource:English_language }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
CelestialBody
4
9330
Id47
[ { "subject": "101_Helena", "property": "orbitalPeriod", "object": "1.3104e+08" }, { "subject": "101_Helena", "property": "periapsis", "object": "3.31683e+11" }, { "subject": "101_Helena", "property": "epoch", "object": "\"2006-12-31\"^^xsd:date" }, { "subject": "101_Helena", "property": "Planet/apoapsis", "object": "\"4.41092E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "101_Helena", "property": "orbitalPeriod", "object": "1516.6700000000003 (days)" }, { "subject": "101_Helena", "property": "periapsis", "object": "331683000.0 (kilometres)" }, { "subject": "101_Helena", "property": "epoch", "object": "2006-12-31" }, { "subject": "101_Helena", "property": "apoapsis", "object": "441092000.0 (kilometres)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "101 Helena has an apoapsis of 441092000.0 kilometres and its epoch is 2006-12-31. This asteroid has a periapsis of 331683000.0 kilometres and an orbital period of 1516.6700000000003 days.", "101 Helena had an epoch date on 2006-12-31 and its apoapsis is 441092000.0 kilometres. Its periapsis is 331683000.0 mms and its orbital period is 1516.6700000000003 days.", "With an orbital period of 1516.6700000000003 days, 101 Helena, has a periapsis of 331683000.0 Kilometers. Its epoch is 2006-12-31 and it has an apoapsis of 441092000.0 kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:101_Helena", "property:epoch", "resource:2006_12_31" ], [ "resource:101_Helena", "rdf:type", "ontology:celestial_body" ], [ "resource:101_Helena", "property:apoapsis", "441092000.0 (kilometres)" ], [ "resource:101_Helena", "property:periapsis", "331683000.0 (kilometres)" ], [ "resource:101_Helena", "property:orbital_period", "1516.6700000000003 (days)" ] ]
101_Helena
[ { "modified": "1516.6700000000003 (days)", "readable": "1516.6700000000003", "graph": "1516.6700000000003 (days)" }, { "modified": "331683000.0 (kilometres)", "readable": "331683000.0", "graph": "331683000.0 (kilometres)" }, { "modified": "441092000.0 (kilometres)", "readable": "441092000.0", "graph": "441092000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "101_Helena", "readable": "101 Helena", "graph": "resource:101_Helena" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { ?f property:orbital_period ?s . FILTER ( ?u = \"2006_12_31\" ) . ?f property:epoch ?u . ?f rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?s WHERE { ?f property:orbital_period ?s . FILTER ( ?u = \"2006-12-31\" ) . ?f property:epoch ?u . ?f rdf:type ontology:celestial_body }", "graph_answer": [ "1516.6700000000003 (days)" ], "readable_answer": [ "1516.6700000000003" ], "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 { ?p property:periapsis ?r . ?p property:orbital_period resource:69862200_0 . ?p rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { ?p property:periapsis ?r . ?p property:orbital_period resource:69862200.0 . ?p rdf:type ontology:celestial_body }", "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" ] } ]
Food
2
4560
Id72
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "leader", "object": "Abu_Zahar_Ujang" } ]
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "leader", "object": "Abu_Zahar_Ujang" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abu Zahar Ujang is the leader of Malaysia where one of the local foods is asam pedas.", "Asam pedas is a food found in Malaysia and Abu Zahar Ujang is its leader.", "Asam pedas is a food found in Malaysia, where Abu Zahar Ujang is a leader." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Malaysia", "property:leader", "resource:Abu_Zahar_Ujang" ], [ "resource:Asam_pedas", "rdf:type", "ontology:food" ], [ "resource:Asam_pedas", "property:country", "resource:Malaysia" ] ]
Asam_pedas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Abu_Zahar_Ujang", "readable": "Abu Zahar Ujang", "graph": "resource:Abu_Zahar_Ujang" }, { "modified": "Asam_pedas", "readable": "Asam pedas", "graph": "resource:Asam_pedas" }, { "modified": "Malaysia", "readable": "Malaysia", "graph": "resource:Malaysia" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q ?p WHERE { ?p property:leader resource:Abu_Zahar_Ujang . ?q rdf:type ontology:food . ?q property:country ?p }", "readable_query": "SELECT DISTINCT ?q ?p WHERE { ?p property:leader resource:Abu_Zahar_Ujang . ?q rdf:type ontology:food . ?q property:country ?p }", "graph_answer": [ "resource:Asam_pedas", "resource:Malaysia" ], "readable_answer": [ "Asam pedas", "Malaysia" ], "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" ] } ]
City
3
6856
Id144
[ { "subject": "Auburn,_Washington", "property": "isPartOf", "object": "Pierce_County,_Washington" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Auburn,_Washington", "property": "country", "object": "United_States" } ]
[ { "subject": "Auburn,_Washington", "property": "isPartOf", "object": "Pierce_County,_Washington" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Auburn,_Washington", "property": "country", "object": "United_States" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Auburn is part of Pierce County, Washington in the United States (capital: Washington D.C.).", "Auburn is in Pierce County, Washington, in the U.S., the capital of which is Washington, D.C.", "Auburn forms part of Pierce County, Washington, in the United States, the capital of which is Washington DC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Auburn__Washington", "rdf:type", "ontology:city" ], [ "resource:Auburn__Washington", "property:country", "resource:United_States" ], [ "resource:Auburn__Washington", "property:is_part_of", "resource:Pierce_County__Washington" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ] ]
Auburn,_Washington
[ { "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": "Auburn,_Washington", "readable": "Auburn, Washington", "graph": "resource:Auburn__Washington" }, { "modified": "Pierce_County,_Washington", "readable": "Pierce County, Washington", "graph": "resource:Pierce_County__Washington" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?g property:country ?p . ?g property:is_part_of resource:Pierce_County__Washington . ?p property:capital resource:Washington__D_C_ . ?g rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?p WHERE { ?g property:country ?p . ?g property:is_part_of resource:Pierce_County,_Washington . ?p property:capital resource:Washington,_D.C. . ?g rdf:type ontology:city }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?d ) WHERE { ?e property:country resource:United_States . ?e rdf:type ontology:city . ?e property:is_part_of resource:Pierce_County__Washington }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?d ) WHERE { ?e property:country resource:United_States . ?e rdf:type ontology:city . ?e property:is_part_of resource:Pierce_County,_Washington }", "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 ?n WHERE { ?n rdf:type ontology:city . ?n property:is_part_of resource:Pierce_County__Washington . ?n property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:city . ?n property:is_part_of resource:Pierce_County,_Washington . ?n property:country resource:United_States }", "graph_answer": [ "resource:Auburn__Washington" ], "readable_answer": [ "Auburn, Washington" ], "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" ] } ]
CelestialBody
5
11706
Id14
[ { "subject": "(66063)_1998_RO1", "property": "Planet/apoapsis", "object": "\"2.5498957060815E8\"^^<http://dbpedia.org/datatype/kilometre>" }, { "subject": "(66063)_1998_RO1", "property": "Planet/meanTemperature", "object": "\"265.15\"^^<http://dbpedia.org/datatype/kelvin>" }, { "subject": "(66063)_1998_RO1", "property": "orbitalPeriod", "object": "3.11291e+07" }, { "subject": "(66063)_1998_RO1", "property": "periapsis", "object": "4.14984e+10" }, { "subject": "(66063)_1998_RO1", "property": "epoch", "object": "\"2013-11-04\"^^xsd:date" } ]
[ { "subject": "(66063)_1998_RO1", "property": "meanTemperature", "object": "265.0 (kelvins)" }, { "subject": "(66063)_1998_RO1", "property": "apoapsis", "object": "254989570.60815 (kilometres)" }, { "subject": "(66063)_1998_RO1", "property": "epoch", "object": "2013-11-04" }, { "subject": "(66063)_1998_RO1", "property": "orbitalPeriod", "object": "360.29 (days)" }, { "subject": "(66063)_1998_RO1", "property": "periapsis", "object": "41498400000.0" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "(66063) 1998 RO1, which has the epoch date of 4 November 2013, has a mean temperature of 265 kelvins and an orbital period of 360.29 days. The asteroid has a periapsis measurement of 41498400000.0 and an apoapsis of 254989570.60815 kilometres.", "(66063) 1998 RO1, with a mean temperature of 265 kelvins and an orbital period of 360.29 days, has the epoch date 13th January 2016. The periapsis of (66063) 1998 RO1 measures 41498400000.0 and its apoapsis is 254989570.60815 kilometres.", "(66063) 1998 RO1 has a mean temperature of 265 kelvins, an orbital period of 360.29 days and its epoch date was on 4 November 2013. It has an apoapsis of 254989570.60815 kilometres and its periapsis is 41498400000.0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:_66063__1998_RO1", "property:epoch", "resource:2013_11_04" ], [ "resource:_66063__1998_RO1", "rdf:type", "ontology:celestial_body" ], [ "resource:_66063__1998_RO1", "property:apoapsis", "254989570.60815 (kilometres)" ], [ "resource:_66063__1998_RO1", "property:mean_temperature", "265.0 (kelvins)" ], [ "resource:_66063__1998_RO1", "property:periapsis", "resource:41498400000_0" ], [ "resource:_66063__1998_RO1", "property:orbital_period", "360.29 (days)" ] ]
(66063)_1998_RO1
[ { "modified": "254989570.60815 (kilometres)", "readable": "254989570.60815", "graph": "254989570.60815 (kilometres)" }, { "modified": "265.0 (kelvins)", "readable": "265.0", "graph": "265.0 (kelvins)" }, { "modified": "360.29 (days)", "readable": "360.29", "graph": "360.29 (days)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "meanTemperature", "readable": "mean temperature", "graph": "property:mean_temperature" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "2013-11-04", "readable": "2013-11-04", "graph": "resource:2013_11_04" }, { "modified": "41498400000.0", "readable": "41498400000.0", "graph": "resource:41498400000_0" }, { "modified": "(66063)_1998_RO1", "readable": "1998 RO1", "graph": "resource:_66063__1998_RO1" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?i property:epoch ?a . FILTER ( CONTAINS ( YEAR ( ?a ) , '2013' ) ) . ?i property:orbital_period ?j . ?i rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?j WHERE { ?i property:epoch ?a . FILTER ( CONTAINS ( YEAR ( ?a ) , '2013' ) ) . ?i property:orbital_period ?j . ?i rdf:type ontology:celestial_body }", "graph_answer": [ "360.29 (days)" ], "readable_answer": [ "360.29" ], "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 ?x WHERE { ?c rdf:type ontology:celestial_body . ?c property:orbital_period '360.29 (days)' . ?c property:periapsis ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { ?c rdf:type ontology:celestial_body . ?c property:orbital_period '360.29 (days)' . ?c property:periapsis ?x }", "graph_answer": [ "resource:41498400000_0" ], "readable_answer": [ "41498400000.0" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "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 ?x WHERE { ?x property:periapsis resource:41498400000_0 . ?x rdf:type ontology:celestial_body . ?x property:orbital_period '360.29 (days)' }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:periapsis resource:41498400000.0 . ?x rdf:type ontology:celestial_body . ?x property:orbital_period '360.29 (days)' }", "graph_answer": [ "resource:_66063__1998_RO1" ], "readable_answer": [ "1998 RO1" ], "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 ?b ?f WHERE { resource:_66063__1998_RO1 property:epoch ?b . resource:_66063__1998_RO1 property:apoapsis ?f }", "readable_query": "SELECT DISTINCT ?b ?f WHERE { resource:(66063)_1998_RO1 property:epoch ?b . resource:(66063)_1998_RO1 property:apoapsis ?f }", "graph_answer": [ "resource:2013_11_04", "254989570.60815 (kilometres)" ], "readable_answer": [ "2013-11-04", "254989570.60815" ], "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 ?b WHERE { resource:_66063__1998_RO1 property:mean_temperature ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:(66063)_1998_RO1 property:mean_temperature ?b }", "graph_answer": [ "265.0 (kelvins)" ], "readable_answer": [ "265.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" ] } ]
City
4
9580
Id179
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" }, { "subject": "Akron,_Ohio", "property": "subdivisionName", "object": "Summit_County,_Ohio" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" }, { "subject": "Akron,_Ohio", "property": "isPartOf", "object": "Summit_County,_Ohio" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Akron in Summit County, Ohio, is part of the U.S. where English is spoken and the capital of the country is Washington, D.C.", "Akron is a part of Summit County in Ohio . It is located in the United States where the capital is Washington DC and the English language is spoken." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:Akron__Ohio", "rdf:type", "ontology:city" ], [ "resource:Akron__Ohio", "property:country", "resource:United_States" ], [ "resource:Akron__Ohio", "property:is_part_of", "resource:Summit_County__Ohio" ] ]
Akron,_Ohio
[ { "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": "Akron,_Ohio", "readable": "Akron, Ohio", "graph": "resource:Akron__Ohio" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Summit_County,_Ohio", "readable": "Summit County, Ohio", "graph": "resource:Summit_County__Ohio" }, { "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 WHERE { ?i property:is_part_of resource:Summit_County__Ohio . ?i property:country ?s . ?i rdf:type ontology:city . ?s property:capital resource:Washington__D_C_ }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:is_part_of resource:Summit_County,_Ohio . ?i property:country ?s . ?i rdf:type ontology:city . ?s property:capital resource:Washington,_D.C. }", "graph_answer": [ "resource:Akron__Ohio" ], "readable_answer": [ "Akron, Ohio" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { resource:Akron__Ohio property:country ?a . ?a property:capital resource:Washington__D_C_ . resource:Akron__Ohio rdf:type ontology:city . resource:Akron__Ohio property:is_part_of resource:Summit_County__Ohio }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Akron,_Ohio property:country ?a . ?a property:capital resource:Washington,_D.C. . resource:Akron,_Ohio rdf:type ontology:city . resource:Akron,_Ohio property:is_part_of resource:Summit_County,_Ohio }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:United_States property:fate ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:United_States property:fate ?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" ] } ]
MeanOfTransportation
4
10170
Id144
[ { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Yuzhnoye_Design_Office" }, { "subject": "Antares_(rocket)", "property": "finalFlight", "object": "\"2014-10-28\"^^xsd:date" }, { "subject": "Antares_(rocket)", "property": "maidenFlight", "object": "\"2014-01-09\"^^xsd:date" }, { "subject": "Antares_(rocket)", "property": "sites", "object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0" } ]
[ { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Yuzhnoye_Design_Office" }, { "subject": "Antares_(rocket)", "property": "finalFlight", "object": "2014-10-28" }, { "subject": "Antares_(rocket)", "property": "maidenFlight", "object": "2014-01-09" }, { "subject": "Antares_(rocket)", "property": "launchSite", "object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Antares rocket is made by the Yuzhnoye Design Office and made its premier voyage on Jan. 9, 2013 and its final flight was on the 28th October 2014. The Mid-Atlantic Regional Spaceport Launch Pad 0 is its launch pad.", "The Antares rocket is manufactured by the Yuzhnoye Design Office and its launch site was the Mid-Atlantic Regional Spaceport Launch Pad 0. Its maiden flight was on the 09th January 2014 and its final flight was on the 28th October 2014." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Antares__rocket_", "property:launch_site", "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" ], [ "resource:Antares__rocket_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Antares__rocket_", "property:maiden_flight", "resource:2014_01_09" ], [ "resource:Antares__rocket_", "property:manufacturer", "resource:Yuzhnoye_Design_Office" ], [ "resource:Antares__rocket_", "property:final_flight", "resource:2014_10_28" ] ]
Antares_(rocket)
[ { "modified": "finalFlight", "readable": "final flight", "graph": "property:final_flight" }, { "modified": "launchSite", "readable": "launch site", "graph": "property:launch_site" }, { "modified": "maidenFlight", "readable": "maiden flight", "graph": "property:maiden_flight" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "2014-01-09", "readable": "2014-01-09", "graph": "resource:2014_01_09" }, { "modified": "2014-10-28", "readable": "2014-10-28", "graph": "resource:2014_10_28" }, { "modified": "Antares_(rocket)", "readable": "Antares", "graph": "resource:Antares__rocket_" }, { "modified": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0", "readable": "Mid-Atlantic Regional Spaceport Launch Pad 0", "graph": "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" }, { "modified": "Yuzhnoye_Design_Office", "readable": "Yuzhnoye Design Office", "graph": "resource:Yuzhnoye_Design_Office" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '2014' ) ) . ?e rdf:type ontology:mean_of_transportation . ?e property:final_flight ?h . ?e property:launch_site ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '2014' ) ) . ?e rdf:type ontology:mean_of_transportation . ?e property:final_flight ?h . ?e property:launch_site ?o }", "graph_answer": [ "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0" ], "readable_answer": [ "Mid-Atlantic Regional Spaceport Launch Pad 0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?f property:final_flight ?p . ?f rdf:type ontology:mean_of_transportation . ?f property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 }", "readable_query": "SELECT DISTINCT ?p WHERE { ?f property:final_flight ?p . ?f rdf:type ontology:mean_of_transportation . ?f property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 }", "graph_answer": [ "resource:2014_10_28" ], "readable_answer": [ "2014-10-28" ], "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 ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:final_flight resource:2014_10_28 . ?m property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:final_flight resource:2014-10-28 . ?m property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 }", "graph_answer": [ "resource:Antares__rocket_" ], "readable_answer": [ "Antares" ], "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 ?r ?c WHERE { resource:Antares__rocket_ property:manufacturer ?r . resource:Antares__rocket_ property:maiden_flight ?c }", "readable_query": "SELECT DISTINCT ?r ?c WHERE { resource:Antares_(rocket) property:manufacturer ?r . resource:Antares_(rocket) property:maiden_flight ?c }", "graph_answer": [ "resource:Yuzhnoye_Design_Office", "resource:2014_01_09" ], "readable_answer": [ "Yuzhnoye Design Office", "2014-01-09" ], "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
6838
Id126
[ { "subject": "Atlanta", "property": "areaTotal", "object": "3.471e+08" }, { "subject": "Atlanta", "property": "populationDensity", "object": "\"1299.0\"^^xsd:double" }, { "subject": "Atlanta", "property": "areaCode", "object": "404" } ]
[ { "subject": "Atlanta", "property": "populationDensity", "object": "1299.0 (inhabitants per square kilometre)" }, { "subject": "Atlanta", "property": "areaCode", "object": "404" }, { "subject": "Atlanta", "property": "areaTotal", "object": "347.1 (square kilometres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Atlanta (area code: 404) has a population density of 1299 inhabitants per square kilometre and its total area is 347.1 (square kilometres).", "Atlanta, which has the area code of 404, has a population density of 1299 inhabitants per sq km and a total area of 347.1 sq km.", "With a total area of 347.1 square kilometres, Atlanta, has a population density of 1299.0 inhabitants per square kilometre, and the area code, 404." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Atlanta", "property:area_total", "347.1 (square kilometres)" ], [ "resource:Atlanta", "property:area_code", "404" ], [ "resource:Atlanta", "rdf:type", "ontology:city" ], [ "resource:Atlanta", "property:population_density", "1299.0 (inhabitants per square kilometre)" ] ]
Atlanta
[ { "modified": "1299.0 (inhabitants per square kilometre)", "readable": "1299.0", "graph": "1299.0 (inhabitants per square kilometre)" }, { "modified": "347.1 (square kilometres)", "readable": "347.1", "graph": "347.1 (square kilometres)" }, { "modified": "404", "readable": "404", "graph": "404" }, { "modified": "areaCode", "readable": "area code", "graph": "property:area_code" }, { "modified": "areaTotal", "readable": "area total", "graph": "property:area_total" }, { "modified": "populationDensity", "readable": "population density", "graph": "property:population_density" }, { "modified": "Atlanta", "readable": "Atlanta", "graph": "resource:Atlanta" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?c property:area_code ?y . ?c rdf:type ontology:city . FILTER ( ?y = '404' ) . ?c property:population_density ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { ?c property:area_code ?y . ?c rdf:type ontology:city . FILTER ( ?y = '404' ) . ?c property:population_density ?r }", "graph_answer": [ "1299.0 (inhabitants per square kilometre)" ], "readable_answer": [ "1299.0" ], "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 ?p WHERE { ?p property:population_density '1299.0 (inhabitants per square kilometre)' . FILTER ( ?d = '404' ) . ?p rdf:type ontology:city . ?p property:area_code ?d }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p property:population_density '1299.0 (inhabitants per square kilometre)' . FILTER ( ?d = '404' ) . ?p rdf:type ontology:city . ?p property:area_code ?d }", "graph_answer": [ "resource:Atlanta" ], "readable_answer": [ "Atlanta" ], "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 ?q WHERE { resource:Atlanta property:area_total ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Atlanta property:area_total ?q }", "graph_answer": [ "347.1 (square kilometres)" ], "readable_answer": [ "347.1" ], "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" ] } ]
Artist
4
8800
Id192
[ { "subject": "Andrew_Rayel", "property": "associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" }, { "subject": "Andrew_Rayel", "property": "associatedBand", "object": "Armin_van_Buuren" }, { "subject": "Andrew_Rayel", "property": "activeYearsStartYear", "object": "\"2009\"^^xsd:gYear" } ]
[ { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" }, { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Armin_van_Buuren" }, { "subject": "Andrew_Rayel", "property": "activeYearsStartYear", "object": "2009" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Trance musician Andrew Rayel, who began his career in 2009, is associated with musicians Jwaydan Moyine and Armin van Buuren.", "Andrew Rayel, whose musical genre is Trance, started his career in 2009. he is associated with both Armin van Buuren and musician, Jwaydan Moyine.", "Andrew Rayel, whose musical genre is Trance, started his career in 2009. He is associated with both Armin van Buuren and the musician, Jwaydan Moyine." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andrew_Rayel", "rdf:type", "ontology:artist" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Jwaydan_Moyine" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Armin_van_Buuren" ], [ "resource:Andrew_Rayel", "property:active_years_start_year", "resource:2009" ], [ "resource:Andrew_Rayel", "property:genre", "resource:Trance_music" ] ]
Andrew_Rayel
[ { "modified": "activeYearsStartYear", "readable": "active years start year", "graph": "property:active_years_start_year" }, { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "2009", "readable": "2009", "graph": "resource:2009" }, { "modified": "Andrew_Rayel", "readable": "Andrew Rayel", "graph": "resource:Andrew_Rayel" }, { "modified": "Armin_van_Buuren", "readable": "Armin van Buuren", "graph": "resource:Armin_van_Buuren" }, { "modified": "Jwaydan_Moyine", "readable": "Jwaydan Moyine", "graph": "resource:Jwaydan_Moyine" }, { "modified": "Trance_music", "readable": "Trance music", "graph": "resource:Trance_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?e ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?e ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?i }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?y }", "graph_answer": [ "resource:Jwaydan_Moyine", "resource:Armin_van_Buuren" ], "readable_answer": [ "Jwaydan Moyine", "Armin van Buuren" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t ?x WHERE { resource:Andrew_Rayel property:genre ?t . resource:Andrew_Rayel property:active_years_start_year ?x }", "readable_query": "SELECT DISTINCT ?t ?x WHERE { resource:Andrew_Rayel property:genre ?t . resource:Andrew_Rayel property:active_years_start_year ?x }", "graph_answer": [ "resource:Trance_music", "resource:2009" ], "readable_answer": [ "Trance music", "2009" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Building
3
6394
Id14
[ { "subject": "108_St_Georges_Terrace", "property": "location", "object": "Perth" }, { "subject": "Perth", "property": "country", "object": "Australia" }, { "subject": "108_St_Georges_Terrace", "property": "Building/floorArea", "object": "\"39500.0\"^^<http://dbpedia.org/datatype/squareMetre>" } ]
[ { "subject": "108_St_Georges_Terrace", "property": "location", "object": "Perth" }, { "subject": "Perth", "property": "country", "object": "Australia" }, { "subject": "108_St_Georges_Terrace", "property": "floorArea", "object": "39500.0 (square metres)" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "108 St Georges Terrace has a floor area of 39500.0 square metres and is located in Perth, Australia." ], "lang": [ "" ] }
[]
[]
[ [ "resource:108_St_Georges_Terrace", "rdf:type", "ontology:building" ], [ "resource:108_St_Georges_Terrace", "property:floor_area", "39500.0 (square metres)" ], [ "resource:108_St_Georges_Terrace", "property:location", "resource:Perth" ], [ "resource:Perth", "property:country", "resource:Australia" ] ]
108_St_Georges_Terrace
[ { "modified": "39500.0 (square metres)", "readable": "39500.0", "graph": "39500.0 (square metres)" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "floorArea", "readable": "floor area", "graph": "property:floor_area" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "108_St_Georges_Terrace", "readable": "108 St Georges Terrace", "graph": "resource:108_St_Georges_Terrace" }, { "modified": "Australia", "readable": "Australia", "graph": "resource:Australia" }, { "modified": "Perth", "readable": "Perth", "graph": "resource:Perth" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?j rdf:type ontology:building . ?j property:location resource:Perth . ?j property:floor_area '3746.66 (square metres)' }", "readable_query": "ASK WHERE { ?j rdf:type ontology:building . ?j property:location resource:Perth . ?j property:floor_area '3746.66 (square metres)' }", "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 { ?n property:floor_area '39500.0 (square metres)' . ?n property:location resource:Perth . ?n rdf:type ontology:building }", "readable_query": "ASK WHERE { ?n property:floor_area '39500.0 (square metres)' . ?n property:location resource:Perth . ?n rdf:type ontology:building }", "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 ?f WHERE { ?f property:location resource:Perth . ?f property:floor_area '39500.0 (square metres)' . ?f rdf:type ontology:building }", "readable_query": "SELECT ?f WHERE { ?f property:location resource:Perth . ?f property:floor_area '39500.0 (square metres)' . ?f rdf:type ontology:building }", "graph_answer": [ "resource:108_St_Georges_Terrace" ], "readable_answer": [ "108 St Georges Terrace" ], "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 ?a WHERE { resource:Perth property:country ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Perth property:country ?a }", "graph_answer": [ "resource:Australia" ], "readable_answer": [ "Australia" ], "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" ] } ]
WrittenWork
2
5649
Id184
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "A Wizard of Mars originates from the United States where the capital city is Washington DC.", "A Wizard of Mars originates from the United States where the capital is Washington D. C." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_Wizard_of_Mars", "rdf:type", "ontology:written_work" ], [ "resource:A_Wizard_of_Mars", "property:country", "resource:United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ] ]
A_Wizard_of_Mars
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "A_Wizard_of_Mars", "readable": "A Wizard of Mars", "graph": "resource:A_Wizard_of_Mars" }, { "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 ?x WHERE { ?x property:capital resource:Washington__D_C_ . FILTER ( CONTAINS ( LCASE ( ?x ) , 'united' ) ) }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:capital resource:Washington,_D.C. . FILTER ( CONTAINS ( LCASE ( ?x ) , 'united' ) ) }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?g rdf:type ontology:written_work . ?g property:country resource:United_States }", "readable_query": "ASK WHERE { ?g rdf:type ontology:written_work . ?g property:country resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?y WHERE { ?y rdf:type ontology:written_work . ?y property:country resource:United_States }", "readable_query": "SELECT ?y WHERE { ?y rdf:type ontology:written_work . ?y property:country resource:United_States }", "graph_answer": [ "resource:A_Wizard_of_Mars" ], "readable_answer": [ "A Wizard of Mars" ], "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" ] } ]
SportsTeam
3
8050
Id123
[ { "subject": "AZ_Alkmaar", "property": "manager", "object": "John_van_den_Brom" }, { "subject": "John_van_den_Brom", "property": "team", "object": "Vitesse_Arnhem" }, { "subject": "John_van_den_Brom", "property": "managerClub", "object": "ADO_Den_Haag" } ]
[ { "subject": "AZ_Alkmaar", "property": "manager", "object": "John_van_den_Brom" }, { "subject": "John_van_den_Brom", "property": "club", "object": "Vitesse_Arnhem" }, { "subject": "John_van_den_Brom", "property": "club", "object": "ADO_Den_Haag" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "John van den Brom is the manager of AZ Alkmaar. He plays for Vitesse Arnhem and ADO Den Haag.", "John van den Brom manages the AZ Alkmaar and plays for both Vitesse Arnhem and ADO Den Haag." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:John_van_den_Brom", "property:club", "resource:ADO_Den_Haag" ], [ "resource:John_van_den_Brom", "property:club", "resource:Vitesse_Arnhem" ], [ "resource:AZ_Alkmaar", "rdf:type", "ontology:sports_team" ], [ "resource:AZ_Alkmaar", "property:manager", "resource:John_van_den_Brom" ] ]
AZ_Alkmaar
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "ADO_Den_Haag", "readable": "ADO Den Haag", "graph": "resource:ADO_Den_Haag" }, { "modified": "AZ_Alkmaar", "readable": "AZ Alkmaar", "graph": "resource:AZ_Alkmaar" }, { "modified": "John_van_den_Brom", "readable": "John van den Brom", "graph": "resource:John_van_den_Brom" }, { "modified": "Vitesse_Arnhem", "readable": "Vitesse Arnhem", "graph": "resource:Vitesse_Arnhem" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?u ) WHERE { resource:John_van_den_Brom property:club ?j }", "readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?u ) WHERE { resource:John_van_den_Brom 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 ?z WHERE { resource:John_van_den_Brom property:club ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:John_van_den_Brom property:club ?z }", "graph_answer": [ "resource:ADO_Den_Haag", "resource:Vitesse_Arnhem" ], "readable_answer": [ "ADO Den Haag", "Vitesse Arnhem" ], "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 ?c WHERE { ?c property:manager resource:John_van_den_Brom . ?c rdf:type ontology:sports_team }", "readable_query": "SELECT DISTINCT ?c WHERE { ?c property:manager resource:John_van_den_Brom . ?c rdf:type ontology:sports_team }", "graph_answer": [ "resource:AZ_Alkmaar" ], "readable_answer": [ "AZ Alkmaar" ], "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" ] } ]
Building
3
6524
Id144
[ { "subject": "Ampara_Hospital", "property": "country", "object": "Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "state", "object": "Eastern_Province,_Sri_Lanka" }, { "subject": "Eastern_Province,_Sri_Lanka", "property": "leaderName", "object": "Austin_Fernando" } ]
[ { "subject": "Ampara_Hospital", "property": "country", "object": "Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "state", "object": "Eastern_Province,_Sri_Lanka" }, { "subject": "Eastern_Province,_Sri_Lanka", "property": "leader", "object": "Austin_Fernando" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Austin Fernando is the leader of the Eastern Province, Sri Lanka, where Ampara Hospital is located.", "The Ampara Hospital is situated in the Eastern Province state of Sri Lanka, whose leader is Austin Fernando." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Eastern_Province__Sri_Lanka", "property:leader", "resource:Austin_Fernando" ], [ "resource:Ampara_Hospital", "rdf:type", "ontology:building" ], [ "resource:Ampara_Hospital", "property:state", "resource:Eastern_Province__Sri_Lanka" ], [ "resource:Ampara_Hospital", "property:country", "resource:Sri_Lanka" ] ]
Ampara_Hospital
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "Ampara_Hospital", "readable": "Ampara Hospital", "graph": "resource:Ampara_Hospital" }, { "modified": "Austin_Fernando", "readable": "Austin Fernando", "graph": "resource:Austin_Fernando" }, { "modified": "Eastern_Province,_Sri_Lanka", "readable": "Eastern Province, Sri Lanka", "graph": "resource:Eastern_Province__Sri_Lanka" }, { "modified": "Sri_Lanka", "readable": "Sri Lanka", "graph": "resource:Sri_Lanka" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a property:state resource:Pennsylvania . ?a rdf:type ontology:building . ?a property:country resource:Sri_Lanka }", "readable_query": "ASK WHERE { ?a property:state resource:Pennsylvania . ?a rdf:type ontology:building . ?a property:country resource:Sri_Lanka }", "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 { ?z rdf:type ontology:building . ?z property:state resource:Eastern_Province__Sri_Lanka . ?z property:country resource:Sri_Lanka }", "readable_query": "ASK WHERE { ?z rdf:type ontology:building . ?z property:state resource:Eastern_Province,_Sri_Lanka . ?z property:country resource:Sri_Lanka }", "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 ?a WHERE { ?a property:state resource:Eastern_Province__Sri_Lanka . ?a rdf:type ontology:building . ?a property:country resource:Sri_Lanka }", "readable_query": "SELECT ?a WHERE { ?a property:state resource:Eastern_Province,_Sri_Lanka . ?a rdf:type ontology:building . ?a property:country resource:Sri_Lanka }", "graph_answer": [ "resource:Ampara_Hospital" ], "readable_answer": [ "Ampara Hospital" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { resource:Eastern_Province__Sri_Lanka property:leader ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Eastern_Province,_Sri_Lanka property:leader ?n }", "graph_answer": [ "resource:Austin_Fernando" ], "readable_answer": [ "Austin Fernando" ], "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
5
11934
Id155
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Jones_County,_Texas" }, { "subject": "Jones_County,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "largestCity", "object": "New_York_City" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Jones_County,_Texas" }, { "subject": "Jones_County,_Texas", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "largestCity", "object": "New_York_City" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
(X (X (X (X) (X) (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Abilene is part of Jones County, Texas in the U.S. New York is the largest city in the U.S. and Washington, D.C. is its capital. The language spoken in that country is English.", "Abilene, Texas is in Jones County in the United States. Washington, D.C. is the capital of the U.S. with New York City being the largest city. English is their native language." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Jones_County__Texas", "property:country", "resource:United_States" ], [ "resource:United_States", "property:largest_city", "resource:New_York_City" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:Abilene__Texas", "rdf:type", "ontology:city" ], [ "resource:Abilene__Texas", "property:is_part_of", "resource:Jones_County__Texas" ] ]
Abilene,_Texas
[ { "modified": "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": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Jones_County,_Texas", "readable": "Jones County, Texas", "graph": "resource:Jones_County__Texas" }, { "modified": "New_York_City", "readable": "New York City", "graph": "resource:New_York_City" }, { "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": "ASK WHERE { resource:Abilene__Texas property:is_part_of resource:Jones_County__Texas . resource:Abilene__Texas rdf:type ontology:city }", "readable_query": "ASK WHERE { resource:Abilene,_Texas property:is_part_of resource:Jones_County,_Texas . resource:Abilene,_Texas rdf:type ontology:city }", "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" ] }, { "question": [], "graph_query": "ASK WHERE { ?q property:largest_city resource:San_Marcos__Texas . ?q property:language resource:English_language }", "readable_query": "ASK WHERE { ?q property:largest_city resource:San_Marcos,_Texas . ?q property:language resource:English_language }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?d property:language resource:English_language . ?d property:largest_city resource:New_York_City }", "readable_query": "ASK WHERE { ?d property:language resource:English_language . ?d property:largest_city resource:New_York_City }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?e WHERE { ?e property:largest_city resource:New_York_City . ?e property:language resource:English_language }", "readable_query": "SELECT ?e WHERE { ?e property:largest_city resource:New_York_City . ?e property:language resource:English_language }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
4
10856
Id75
[ { "subject": "A_Wizard_of_Mars", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
[ { "subject": "A_Wizard_of_Mars", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "A_Wizard_of_Mars", "property": "country", "object": "United_States" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Asian Americans are one of the ethnic groups in the United States where A Wizard of Mars was published. The book was written in English which is spoken in Great Britain.", "A Wizard of Mars originates from the United States, where there are many Asian Americans. The book is published in English, which is the language spoken in Great Britain.", "A Wizard of Mars is written in English and originated in the United States. English is the national language spoken in Great Britain. In the U.S. there are many Asian Americans which help form many different ethnic groups." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Wizard_of_Mars", "rdf:type", "ontology:written_work" ], [ "resource:A_Wizard_of_Mars", "property:language", "resource:English_language" ], [ "resource:A_Wizard_of_Mars", "property:country", "resource:United_States" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ] ]
A_Wizard_of_Mars
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Wizard_of_Mars", "readable": "A Wizard of Mars", "graph": "resource:A_Wizard_of_Mars" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?l property:ethnic_group resource:Asian_Americans . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . ?j property:country ?l . ?j rdf:type ontology:written_work . ?j property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?j WHERE { ?l property:ethnic_group resource:Asian_Americans . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . ?j property:country ?l . ?j rdf:type ontology:written_work . ?j property:language resource:English_language }", "graph_answer": [ "resource:A_Wizard_of_Mars" ], "readable_answer": [ "A Wizard of Mars" ], "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 ?y WHERE { resource:A_Wizard_of_Mars property:language resource:English_language . ?y property:ethnic_group resource:Asian_Americans . resource:A_Wizard_of_Mars property:country ?y . resource:A_Wizard_of_Mars rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:A_Wizard_of_Mars property:language resource:English_language . ?y property:ethnic_group resource:Asian_Americans . resource:A_Wizard_of_Mars property:country ?y . resource:A_Wizard_of_Mars rdf:type ontology:written_work }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:English_language property:founded_by ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:English_language property:founded_by ?e }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
5
11060
Id109
[ { "subject": "Andrews_County_Airport", "property": "location", "object": "Texas" }, { "subject": "Andrews_County_Airport", "property": "runwayLength", "object": "\"8.0\"^^xsd:double" }, { "subject": "Andrews_County_Airport", "property": "city", "object": "Andrews,_Texas" }, { "subject": "Andrews_County_Airport", "property": "elevation", "object": "\"967.435\"^^xsd:double" }, { "subject": "Andrews_County_Airport", "property": "runwayDesignation", "object": "\"2/20\"" } ]
[ { "subject": "Andrews_County_Airport", "property": "location", "object": "Texas" }, { "subject": "Andrews_County_Airport", "property": "runwayLength", "object": "8.0" }, { "subject": "Andrews_County_Airport", "property": "cityServed", "object": "Andrews,_Texas" }, { "subject": "Andrews_County_Airport", "property": "elevationAboveTheSeaLevel", "object": "973.0" }, { "subject": "Andrews_County_Airport", "property": "runwayName", "object": "\"2/20\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Serving Andrews and located in Texas, Andrews County Airport is 973.0 above sea level. It has a runway length of 8.0 and 2/20 is the name of the runway.", "Andrews County Airport, Texas, serves Andrews in Texas and is located 973 metres above sea level. The runway name is 2/20 and has a length of 8.0.", "Andrews County Airport is located in the city of Andrews, Texas. The runway is 8m long and is 973m above sea level. The airport is known as 2/20." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andrews_County_Airport", "property:runway_length", "resource:8_0" ], [ "resource:Andrews_County_Airport", "rdf:type", "ontology:airport" ], [ "resource:Andrews_County_Airport", "property:location", "resource:Texas" ], [ "resource:Andrews_County_Airport", "property:city_served", "resource:Andrews__Texas" ], [ "resource:Andrews_County_Airport", "property:elevation_above_the_sea_level", "resource:973_0" ], [ "resource:Andrews_County_Airport", "property:runway_name", "resource:2_20" ] ]
Andrews_County_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "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": "2/20", "readable": "2/20", "graph": "resource:2_20" }, { "modified": "8.0", "readable": "8.0", "graph": "resource:8_0" }, { "modified": "973.0", "readable": "973.0", "graph": "resource:973_0" }, { "modified": "Andrews_County_Airport", "readable": "Andrews County Airport", "graph": "resource:Andrews_County_Airport" }, { "modified": "Andrews,_Texas", "readable": "Andrews, Texas", "graph": "resource:Andrews__Texas" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y ?d WHERE { resource:Andrews_County_Airport property:runway_length ?y . resource:Andrews_County_Airport property:city_served ?d }", "readable_query": "SELECT DISTINCT ?y ?d WHERE { resource:Andrews_County_Airport property:runway_length ?y . resource:Andrews_County_Airport property:city_served ?d }", "graph_answer": [ "resource:8_0", "resource:Andrews__Texas" ], "readable_answer": [ "8.0", "Andrews, Texas" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { resource:Andrews_County_Airport property:sport_governing_body ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Andrews_County_Airport property:sport_governing_body ?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" ] } ]
MeanOfTransportation
3
7439
Id39
[ { "subject": "AIDAstella", "property": "shipOperator", "object": "AIDA_Cruises" }, { "subject": "AIDAstella", "property": "owner", "object": "Costa_Crociere" }, { "subject": "Costa_Crociere", "property": "location", "object": "Italy" } ]
[ { "subject": "AIDAstella", "property": "operator", "object": "AIDA_Cruises" }, { "subject": "Costa_Crociere", "property": "location", "object": "Italy" }, { "subject": "AIDAstella", "property": "owner", "object": "Costa_Crociere" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The AIDAstella is operated by AIDA Cruises and owned by Costa Crociere, based in Italy.", "Italian based, Costa Crociere, owns the AIDAstella which is operated by AIDA Cruise Line.", "Costa Crociere of Italy is the owner of the AIDAstella, which is operated by AIDA Cruise Line." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Costa_Crociere", "property:location", "resource:Italy" ], [ "resource:AIDAstella", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AIDAstella", "property:owner", "resource:Costa_Crociere" ], [ "resource:AIDAstella", "property:operator", "resource:AIDA_Cruises" ] ]
AIDAstella
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "operator", "readable": "operator", "graph": "property:operator" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "AIDA_Cruises", "readable": "AIDA Cruises", "graph": "resource:AIDA_Cruises" }, { "modified": "AIDAstella", "readable": "AIDAstella", "graph": "resource:AIDAstella" }, { "modified": "Costa_Crociere", "readable": "Costa Crociere", "graph": "resource:Costa_Crociere" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Costa_Crociere property:location resource:Italy }", "readable_query": "ASK WHERE { resource:Costa_Crociere property:location resource:Italy }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?t property:operator resource:NASA . ?t rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { ?t property:operator resource:NASA . ?t rdf:type ontology:mean_of_transportation }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?z rdf:type ontology:mean_of_transportation . ?z property:operator resource:AIDA_Cruises }", "readable_query": "ASK WHERE { ?z rdf:type ontology:mean_of_transportation . ?z property:operator resource:AIDA_Cruises }", "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 ?k WHERE { ?k property:operator resource:AIDA_Cruises . ?k rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT ?k WHERE { ?k property:operator resource:AIDA_Cruises . ?k rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:AIDAstella" ], "readable_answer": [ "AIDAstella" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
3
5829
Id162
[ { "subject": "Atlantic_City_International_Airport", "property": "runwayLength", "object": "\"3048.0\"^^xsd:double" }, { "subject": "Atlantic_City_International_Airport", "property": "operator", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Atlantic_City_International_Airport", "property": "runwayDesignation", "object": "\"13/31\"" } ]
[ { "subject": "Atlantic_City_International_Airport", "property": "runwayLength", "object": "3048.0" }, { "subject": "Atlantic_City_International_Airport", "property": "operatingOrganisation", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Atlantic_City_International_Airport", "property": "runwayName", "object": "\"13/31\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Port Authority of New York and New Jersey operate Atlantic City International Airport. This airport has a runway length of 3048 metres and a runway named \"13/31\".", "The Atlantic City International Airport, operated by the port authority of NY and NJ, has a runway length of 3048.0 and a name of 13/31." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Atlantic_City_International_Airport", "property:runway_length", "resource:3048_0" ], [ "resource:Atlantic_City_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Atlantic_City_International_Airport", "property:runway_name", "resource:13_31" ], [ "resource:Atlantic_City_International_Airport", "property:operating_organisation", "resource:Port_Authority_of_New_York_and_New_Jersey" ] ]
Atlantic_City_International_Airport
[ { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "runwayName", "readable": "runway name", "graph": "property:runway_name" }, { "modified": "13/31", "readable": "13/31", "graph": "resource:13_31" }, { "modified": "3048.0", "readable": "3048.0", "graph": "resource:3048_0" }, { "modified": "Atlantic_City_International_Airport", "readable": "Atlantic City International Airport", "graph": "resource:Atlantic_City_International_Airport" }, { "modified": "Port_Authority_of_New_York_and_New_Jersey", "readable": "Port Authority of New York and New Jersey", "graph": "resource:Port_Authority_of_New_York_and_New_Jersey" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?q ) WHERE { ?l rdf:type ontology:airport . ?l property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?l property:runway_length ?n }", "readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?q ) WHERE { ?l rdf:type ontology:airport . ?l property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?l property:runway_length ?n }", "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 ?i WHERE { ?y rdf:type ontology:airport . ?y property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?y property:runway_length ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { ?y rdf:type ontology:airport . ?y property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?y property:runway_length ?i }", "graph_answer": [ "resource:3048_0" ], "readable_answer": [ "3048.0" ], "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 ?q WHERE { ?q property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?q rdf:type ontology:airport . ?q property:runway_length resource:3048_0 }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?q rdf:type ontology:airport . ?q property:runway_length resource:3048.0 }", "graph_answer": [ "resource:Atlantic_City_International_Airport" ], "readable_answer": [ "Atlantic City International Airport" ], "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 ?r WHERE { resource:Atlantic_City_International_Airport property:protein ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Atlantic_City_International_Airport property:protein ?r }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
7
13107
Id74
[ { "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": "mascot", "object": "Hook_'em_(mascot)" }, { "subject": "University_of_Texas_at_Austin", "property": "athletics", "object": "Big_12_Conference" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "University_of_Texas_at_Austin", "property": "president", "object": "Gregory_L._Fenves" }, { "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": "mascot", "object": "Hook_'em_(mascot)" }, { "subject": "University_of_Texas_at_Austin", "property": "competeIn", "object": "Big_12_Conference" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "University_of_Texas_at_Austin", "property": "president", "object": "Gregory_L._Fenves" }, { "subject": "St._Louis", "property": "isPartOf", "object": "Kingdom_of_France" } ]
(X (X (X)) (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Elliot See attended the University of Texas at Austin where Gregory L. Fenves is the President. Hook 'em is its mascot. The University is affiliated to the University of Texas system and they competed in the Big 12 Conference in Austin. Elliot died in St Louis which was in the Kingdom of France.", "Elliot See graduated from the University of Texas at Austin and died in St Louis (used to be in the Kingdom of France). The University of Texas at Austin is affiliated to the university of texas system. They competed in the Big 12 Conference and has Gregory L. Fenves as their president and The Hook'em as the mascot." ], "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:president", "resource:Gregory_L__Fenves" ], [ "resource:University_of_Texas_at_Austin", "property:affiliation", "resource:University_of_Texas_System" ], [ "resource:University_of_Texas_at_Austin", "property:mascot", "resource:Hook__em__mascot_" ] ]
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": "mascot", "readable": "mascot", "graph": "property:mascot" }, { "modified": "president", "readable": "president", "graph": "property:president" }, { "modified": "Big_12_Conference", "readable": "Big 12 Conference", "graph": "resource:Big_12_Conference" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "Gregory_L._Fenves", "readable": "Gregory L. Fenves", "graph": "resource:Gregory_L__Fenves" }, { "modified": "Hook_'em_(mascot)", "readable": "Hook 'em", "graph": "resource:Hook__em__mascot_" }, { "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 ?r ?d WHERE { resource:University_of_Texas_at_Austin property:affiliation ?r . resource:University_of_Texas_at_Austin property:mascot ?d }", "readable_query": "SELECT DISTINCT ?r ?d WHERE { resource:University_of_Texas_at_Austin property:affiliation ?r . resource:University_of_Texas_at_Austin property:mascot ?d }", "graph_answer": [ "resource:University_of_Texas_System", "resource:Hook__em__mascot_" ], "readable_answer": [ "University of Texas System", "Hook 'em" ], "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 { ?u property:death_place resource:United_States . ?u rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { ?u property:death_place resource:United_States . ?u rdf:type ontology:astronaut }", "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 { ?r rdf:type ontology:astronaut . ?r property:death_place resource:St__Louis }", "readable_query": "ASK WHERE { ?r rdf:type ontology:astronaut . ?r property:death_place resource:St._Louis }", "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 ?d WHERE { ?d property:death_place resource:St__Louis . ?d rdf:type ontology:astronaut }", "readable_query": "SELECT ?d WHERE { ?d property:death_place resource:St._Louis . ?d rdf:type ontology:astronaut }", "graph_answer": [ "resource:Elliot_See" ], "readable_answer": [ "Elliot See" ], "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 ?c WHERE { resource:St__Louis property:is_part_of ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:St._Louis property:is_part_of ?c }", "graph_answer": [ "resource:Kingdom_of_France" ], "readable_answer": [ "Kingdom of France" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6925
Id213
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akron, Ohio is located within the United States where English is spoken and Asian Americans are an ethnic group there.", "The country of Akron, Ohio is in the United States where English is the language and Asian Americans are an ethnic group.", "Akron, Ohio, is located in the English speaking, United States, where Asian Americans are one of the ethnic groups." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ], [ "resource:Akron__Ohio", "rdf:type", "ontology:city" ], [ "resource:Akron__Ohio", "property:country", "resource:United_States" ] ]
Akron,_Ohio
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "Akron,_Ohio", "readable": "Akron, Ohio", "graph": "resource:Akron__Ohio" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y ?k WHERE { resource:United_States property:ethnic_group ?k . resource:United_States property:language ?y }", "readable_query": "SELECT DISTINCT ?y ?k WHERE { resource:United_States property:ethnic_group ?k . resource:United_States property:language ?y }", "graph_answer": [ "resource:English_language", "resource:Asian_Americans" ], "readable_answer": [ "English language", "Asian Americans" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Akron__Ohio rdf:type ontology:city . resource:Akron__Ohio property:country resource:United_States }", "readable_query": "ASK WHERE { resource:Akron,_Ohio rdf:type ontology:city . resource:Akron,_Ohio property:country resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
WrittenWork
4
10871
Id90
[ { "subject": "Addiction_(journal)", "property": "issn", "object": "\"0965-2140\"" }, { "subject": "Addiction_(journal)", "property": "lccn", "object": "\"93645978\"" }, { "subject": "Addiction_(journal)", "property": "abbreviation", "object": "\"Addiction\"@en" }, { "subject": "Addiction_(journal)", "property": "publisher", "object": "\"Wiley-Blackwell on behalf of the Society for the Study of Addiction\"@en" } ]
[ { "subject": "Addiction_(journal)", "property": "issnNumber", "object": "\"0965-2140\"" }, { "subject": "Addiction_(journal)", "property": "LCCN_number", "object": "93645978" }, { "subject": "Addiction_(journal)", "property": "abbreviation", "object": "\"Addiction\"" }, { "subject": "Addiction_(journal)", "property": "publisher", "object": "\"Wiley-Blackwell on behalf of the Society for the Study of Addiction\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Addiction Journal, abbreviated to Addiction, is published by Wiley-Blackwell, on behalf of the Society for the Study of Addiction. It has an ISSN number of 0965-2140 and an LCCN number of 93645978.", "The journal Addiction, which is abbreviated to Addicition, had the ISSN number 0965-2140 and LCCN number 93645978 and is published by Wiley-Blackwell on behalf of the Society for the Study of Addiction.", "The Addiction Journal has the ISSN number of 0965-2140 and the LCCN number of 93645978. It is published by Wiley-Blackwell on behalf of the Society for the Study of Addiction and is abbreviated to \"Addiction\"." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Addiction__journal_", "property:l_c_c_n_number", "93645978" ], [ "resource:Addiction__journal_", "property:abbreviation", "resource:Addiction" ], [ "resource:Addiction__journal_", "rdf:type", "ontology:written_work" ], [ "resource:Addiction__journal_", "property:publisher", "Wiley-Blackwell on behalf of the Society for the Study of Addiction" ], [ "resource:Addiction__journal_", "property:issn_number", "0965-2140" ] ]
Addiction_(journal)
[ { "modified": "0965-2140", "readable": "0965-2140", "graph": "0965-2140" }, { "modified": "93645978", "readable": "93645978", "graph": "93645978" }, { "modified": "Wiley-Blackwell on behalf of the Society for the Study of Addiction", "readable": "Wiley-Blackwell on behalf of the Society for the Study of Addiction", "graph": "Wiley-Blackwell on behalf of the Society for the Study of Addiction" }, { "modified": "abbreviation", "readable": "abbreviation", "graph": "property:abbreviation" }, { "modified": "issnNumber", "readable": "issn number", "graph": "property:issn_number" }, { "modified": "LCCN_number", "readable": "l c c n number", "graph": "property:l_c_c_n_number" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "Addiction", "readable": "Addiction", "graph": "resource:Addiction" }, { "modified": "Addiction_(journal)", "readable": "Addiction", "graph": "resource:Addiction__journal_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?n rdf:type ontology:written_work . FILTER ( ?d = '93645978' ) . ?n property:l_c_c_n_number ?d . ?n property:issn_number ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { ?n rdf:type ontology:written_work . FILTER ( ?d = '93645978' ) . ?n property:l_c_c_n_number ?d . ?n property:issn_number ?f }", "graph_answer": [ "0965-2140" ], "readable_answer": [ "0965-2140" ], "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 ?b WHERE { ?e property:issn_number '0965-2140' . ?e property:publisher ?b . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . ?e rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?b WHERE { ?e property:issn_number '0965-2140' . ?e property:publisher ?b . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . ?e rdf:type ontology:written_work }", "graph_answer": [ "Wiley-Blackwell on behalf of the Society for the Study of Addiction" ], "readable_answer": [ "Wiley-Blackwell on behalf of the Society for the Study of Addiction" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "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": "ASK WHERE { ?u property:issn_number '0965-2140' . ?u property:abbreviation resource:Acta_Math__Hungar_ . ?u rdf:type ontology:written_work }", "readable_query": "ASK WHERE { ?u property:issn_number '0965-2140' . ?u property:abbreviation resource:Acta_Math._Hungar. . ?u rdf:type ontology:written_work }", "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 { ?w property:abbreviation resource:Addiction . ?w rdf:type ontology:written_work . ?w property:issn_number '0965-2140' }", "readable_query": "ASK WHERE { ?w property:abbreviation resource:Addiction . ?w rdf:type ontology:written_work . ?w property:issn_number '0965-2140' }", "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 ?y WHERE { ?y property:abbreviation resource:Addiction . ?y rdf:type ontology:written_work . ?y property:issn_number '0965-2140' }", "readable_query": "SELECT ?y WHERE { ?y property:abbreviation resource:Addiction . ?y rdf:type ontology:written_work . ?y property:issn_number '0965-2140' }", "graph_answer": [ "resource:Addiction__journal_" ], "readable_answer": [ "Addiction" ], "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" ] } ]
MeanOfTransportation
2
4838
Id73
[ { "subject": "Abarth", "property": "foundationPlace", "object": "Bologna" }, { "subject": "Abarth_1000_GT_Coupé", "property": "manufacturer", "object": "Abarth" } ]
[ { "subject": "Abarth", "property": "foundationPlace", "object": "Bologna" }, { "subject": "Abarth_1000_GT_Coupé", "property": "manufacturer", "object": "Abarth" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Abarth company makes the Abarth 1000 GT Coupe and was founded in Bologna.", "The Abarth company, who made the Abarth 1000 GT Coupé, was founded in Bologna.", "The Abarth 1000 GT Coupe was made by Abarth company, which was founded in Bologna." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abarth_1000_GT_Coup_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Abarth_1000_GT_Coup_", "property:manufacturer", "resource:Abarth" ], [ "resource:Abarth", "property:foundation_place", "resource:Bologna" ] ]
Abarth_1000_GT_Coupé
[ { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "Abarth", "readable": "Abarth", "graph": "resource:Abarth" }, { "modified": "Abarth_1000_GT_Coupé", "readable": "Abarth 1000 GT Coupé", "graph": "resource:Abarth_1000_GT_Coup_" }, { "modified": "Bologna", "readable": "Bologna", "graph": "resource:Bologna" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( STRSTARTS ( LCASE ( ?k ) , 'b' ) ) . resource:Abarth property:foundation_place ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( STRSTARTS ( LCASE ( ?k ) , 'b' ) ) . resource:Abarth property:foundation_place ?k }", "graph_answer": [ "resource:Bologna" ], "readable_answer": [ "Bologna" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Abarth_1000_GT_Coup_ property:manufacturer resource:Abarth . resource:Abarth_1000_GT_Coup_ rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { resource:Abarth_1000_GT_Coupé property:manufacturer resource:Abarth . resource:Abarth_1000_GT_Coupé rdf:type ontology:mean_of_transportation }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Politician
3
7785
Id116
[ { "subject": "Adonis_Georgiadis", "property": "primeMinister", "object": "Antonis_Samaras" }, { "subject": "Antonis_Samaras", "property": "primeminister", "object": "Konstantinos_Mitsotakis" }, { "subject": "Adonis_Georgiadis", "property": "successor", "object": "Makis_Voridis" } ]
[ { "subject": "Adonis_Georgiadis", "property": "inOfficeWhilePrimeMinister", "object": "Antonis_Samaras" }, { "subject": "Antonis_Samaras", "property": "inOfficeWhilePrimeMinister", "object": "Konstantinos_Mitsotakis" }, { "subject": "Adonis_Georgiadis", "property": "successor", "object": "Makis_Voridis" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Antonis Samaras, in office while Konstantinos Mitsotakis was Prime Minister, was himself Prime Minister when Adonis Georgiadis was in office. Makis Voridis succeeded Adonis Georgiadis.", "Makis Voridis was the successor of Adonis Georgiadis, who, was in office under Antonis Samaras, Prime Minister. Antonis Samaras was in office while Konstantinos Mitsotakis was Prime Minister.", "Adonis Georgiadis, whose successor was Makis Voridis, was in office while Antonis Samaras and Konstantinos Mitsotakis were Prime Ministers." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Antonis_Samaras", "property:in_office_while_prime_minister", "resource:Konstantinos_Mitsotakis" ], [ "resource:Adonis_Georgiadis", "rdf:type", "ontology:politician" ], [ "resource:Adonis_Georgiadis", "property:in_office_while_prime_minister", "resource:Antonis_Samaras" ], [ "resource:Adonis_Georgiadis", "property:successor", "resource:Makis_Voridis" ] ]
Adonis_Georgiadis
[ { "modified": "inOfficeWhilePrimeMinister", "readable": "in office while prime minister", "graph": "property:in_office_while_prime_minister" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Adonis_Georgiadis", "readable": "Adonis Georgiadis", "graph": "resource:Adonis_Georgiadis" }, { "modified": "Antonis_Samaras", "readable": "Antonis Samaras", "graph": "resource:Antonis_Samaras" }, { "modified": "Konstantinos_Mitsotakis", "readable": "Konstantinos Mitsotakis", "graph": "resource:Konstantinos_Mitsotakis" }, { "modified": "Makis_Voridis", "readable": "Makis Voridis", "graph": "resource:Makis_Voridis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { VALUES ( ?j ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } . resource:Adonis_Georgiadis property:in_office_while_prime_minister ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { VALUES ( ?j ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } . resource:Adonis_Georgiadis property:in_office_while_prime_minister ?j }", "graph_answer": [ "resource:Antonis_Samaras" ], "readable_answer": [ "Antonis Samaras" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { VALUES ( ?h ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } . resource:Antonis_Samaras property:in_office_while_prime_minister ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { VALUES ( ?h ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } . resource:Antonis_Samaras property:in_office_while_prime_minister ?h }", "graph_answer": [ "resource:Konstantinos_Mitsotakis" ], "readable_answer": [ "Konstantinos Mitsotakis" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] } ]
WrittenWork
5
12799
Id67
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "A_Fortress_of_Grey_Ice", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "A_Fortress_of_Grey_Ice", "property": "country", "object": "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 the United States. African Americans are an ethnic group in the United States, the capital is Washington D. C. and A Fortress of Grey Ice is from there.", "English is spoken in Great Britain and the United States. A Fortress of Grey Ice is from the United States where African Americans are an ethnic group and the capital is Washington, D.C.", "A Fortress of Grey Ice comes from the United States. The capital of the United States is Washington DC and English is spoken as it is in Great Britain, and one of the ethnic groups is African American." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ], [ "resource:A_Fortress_of_Grey_Ice", "rdf:type", "ontology:written_work" ], [ "resource:A_Fortress_of_Grey_Ice", "property:country", "resource:United_States" ] ]
A_Fortress_of_Grey_Ice
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Fortress_of_Grey_Ice", "readable": "A Fortress of Grey Ice", "graph": "resource:A_Fortress_of_Grey_Ice" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?j property:spoken_in resource:Great_Britain . ?z property:language ?j . ?z property:ethnic_group resource:African_Americans }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:spoken_in resource:Great_Britain . ?z property:language ?j . ?z property:ethnic_group resource:African_Americans }", "graph_answer": [ "resource:English_language" ], "readable_answer": [ "English language" ], "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 ( COUNT ( ?u ) AS ?r ) WHERE { ?g property:spoken_in resource:Great_Britain . ?u property:language ?g . ?u property:capital resource:Washington__D_C_ }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?r ) WHERE { ?g property:spoken_in resource:Great_Britain . ?u property:language ?g . ?u property:capital resource:Washington,_D.C. }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "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 ?o WHERE { ?m property:spoken_in resource:Great_Britain . ?o property:capital resource:Washington__D_C_ . ?o property:language ?m }", "readable_query": "SELECT DISTINCT ?o WHERE { ?m property:spoken_in resource:Great_Britain . ?o property:capital resource:Washington,_D.C. . ?o property:language ?m }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "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": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:written_work . ?o property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:written_work . ?o property:country resource:United_States }", "graph_answer": [ "resource:A_Fortress_of_Grey_Ice" ], "readable_answer": [ "A Fortress of Grey Ice" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
5
12735
Id3
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "Eric_Flint", "property": "birthPlace", "object": "Burbank,_California" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "previousWork", "object": "Grantville_Gazette_III" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "precededBy", "object": "\"and\"@en" } ]
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "Eric_Flint", "property": "birthPlace", "object": "Burbank,_California" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "precededBy", "object": "Grantville_Gazette_III" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "precededBy", "object": "\"DeMarce short stories in the The Grantville Gazettes\"" } ]
(X (X) (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "After DeMarce short stories were published in the Grantville Gazettes, there came 1634: The Bavarian Crisis written by Eric Flint of Burbank California, who was influenced by Robert A, Heinlein, as a sequel to Grantville Gazette III.", "Eric Flint was born in Burbank, California and is the author of 1634: The Bavarian Crisis. He was influenced by Robert A. Heinlein and has also written DeMarce short stories in the Grantville Gazettes and Grantville Gazette III." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1634__The_Bavarian_Crisis", "property:preceded_by", "resource:Grantville_Gazette_III" ], [ "resource:1634__The_Bavarian_Crisis", "property:preceded_by", "DeMarce short stories in the The Grantville Gazettes" ], [ "resource:1634__The_Bavarian_Crisis", "property:author", "resource:Eric_Flint" ], [ "resource:1634__The_Bavarian_Crisis", "rdf:type", "ontology:written_work" ], [ "resource:Eric_Flint", "property:influenced_by", "resource:Robert_A__Heinlein" ], [ "resource:Eric_Flint", "property:birth_place", "resource:Burbank__California" ] ]
1634:_The_Bavarian_Crisis
[ { "modified": "DeMarce short stories in the The Grantville Gazettes", "readable": "DeMarce short stories in the The Grantville Gazettes", "graph": "DeMarce short stories in the The Grantville Gazettes" }, { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "influencedBy", "readable": "influenced by", "graph": "property:influenced_by" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "1634:_The_Bavarian_Crisis", "readable": "1634: The Bavarian Crisis", "graph": "resource:1634__The_Bavarian_Crisis" }, { "modified": "Burbank,_California", "readable": "Burbank, California", "graph": "resource:Burbank__California" }, { "modified": "Eric_Flint", "readable": "Eric Flint", "graph": "resource:Eric_Flint" }, { "modified": "Grantville_Gazette_III", "readable": "Grantville Gazette III", "graph": "resource:Grantville_Gazette_III" }, { "modified": "Robert_A._Heinlein", "readable": "Robert A. Heinlein", "graph": "resource:Robert_A__Heinlein" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?u ) WHERE { resource:1634__The_Bavarian_Crisis property:preceded_by ?c }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?u ) WHERE { resource:1634:_The_Bavarian_Crisis property:preceded_by ?c }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?l property:birth_place resource:Rochdale . ?l property:influenced_by resource:Robert_A__Heinlein }", "readable_query": "ASK WHERE { ?l property:birth_place resource:Rochdale . ?l property:influenced_by resource:Robert_A._Heinlein }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?w property:influenced_by resource:Robert_A__Heinlein . ?w property:birth_place resource:Burbank__California }", "readable_query": "ASK WHERE { ?w property:influenced_by resource:Robert_A._Heinlein . ?w property:birth_place resource:Burbank,_California }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?r WHERE { ?r property:influenced_by resource:Robert_A__Heinlein . ?r property:birth_place resource:Burbank__California }", "readable_query": "SELECT ?r WHERE { ?r property:influenced_by resource:Robert_A._Heinlein . ?r property:birth_place resource:Burbank,_California }", "graph_answer": [ "resource:Eric_Flint" ], "readable_answer": [ "Eric Flint" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
4
10335
Id19
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Erasmus_University_Rotterdam", "property": "affiliation", "object": "Association_of_MBAs" }, { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Netherlands" } ]
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Erasmus_University_Rotterdam", "property": "affiliation", "object": "Association_of_MBAs" }, { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Netherlands" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ab Klink was born in the Netherlands and belongs to the Christian Democratic Appeal party. He attended Erasmus University Rotterdam, which is affiliated to the Association of MBAs.", "Erasmus University in Rotterdam is affiliated to the Association of MBAs and is Ab Klink's alma mater. He was born in the Netherlands and belongs to the Christian Democratic Appeal Party.", "Erasmus University Rotterdam is affiliated to Association of MBAs and is the alma mater of Ab Klink, who was born in the Netherlands and is a member of the Christian Democratic Appeal party." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Erasmus_University_Rotterdam", "property:affiliation", "resource:Association_of_MBAs" ], [ "resource:Ab_Klink", "property:party", "resource:Christian_Democratic_Appeal" ], [ "resource:Ab_Klink", "rdf:type", "ontology:politician" ], [ "resource:Ab_Klink", "property:alma_mater", "resource:Erasmus_University_Rotterdam" ], [ "resource:Ab_Klink", "property:birth_place", "resource:Netherlands" ] ]
Ab_Klink
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "Ab_Klink", "readable": "Ab Klink", "graph": "resource:Ab_Klink" }, { "modified": "Association_of_MBAs", "readable": "Association of MBAs", "graph": "resource:Association_of_MBAs" }, { "modified": "Christian_Democratic_Appeal", "readable": "Christian Democratic Appeal", "graph": "resource:Christian_Democratic_Appeal" }, { "modified": "Erasmus_University_Rotterdam", "readable": "Erasmus University Rotterdam", "graph": "resource:Erasmus_University_Rotterdam" }, { "modified": "Netherlands", "readable": "Netherlands", "graph": "resource:Netherlands" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?p property:birth_place resource:County_of_Tyrol . ?p property:party ?d . ?p rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?p property:birth_place resource:County_of_Tyrol . ?p property:party ?d . ?p rdf:type ontology:politician }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Erasmus_University_Rotterdam property:affiliation resource:Association_of_MBAs }", "readable_query": "ASK WHERE { resource:Erasmus_University_Rotterdam property:affiliation resource:Association_of_MBAs }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?o property:alma_mater resource:Erasmus_University_Rotterdam . ?o property:birth_place resource:Netherlands . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'a' ) ) . ?o rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?o WHERE { ?o property:alma_mater resource:Erasmus_University_Rotterdam . ?o property:birth_place resource:Netherlands . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'a' ) ) . ?o rdf:type ontology:politician }", "graph_answer": [ "resource:Ab_Klink" ], "readable_answer": [ "Ab Klink" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:Ab_Klink property:fat ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Ab_Klink property:fat ?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" ] } ]
Astronaut
6
12865
Id35
[ { "subject": "Apollo_8", "property": "crew1Up", "object": "Frank_Borman" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" }, { "subject": "William_Anders", "property": "nationality", "object": "United_States" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "Apollo_8", "property": "crew2Up", "object": "Buzz_Aldrin" }, { "subject": "Apollo_8", "property": "operator", "object": "NASA" } ]
[ { "subject": "Apollo_8", "property": "commander", "object": "Frank_Borman" }, { "subject": "William_Anders", "property": "mission", "object": "Apollo_8" }, { "subject": "William_Anders", "property": "nationality", "object": "United_States" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" }, { "subject": "Apollo_8", "property": "backupPilot", "object": "Buzz_Aldrin" }, { "subject": "Apollo_8", "property": "operator", "object": "NASA" } ]
(X (X) (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The NASA-operated Apollo 8 mission was commanded by Frank Borman. Its crew included the British Hong Kong-born American, William Anders. Buzz Aldrin was a backup pilot for the mission.", "William Anders was an American born in British Hong Kong who served as part of NASA's Apollo 8 crew. Apollo 8 was commanded by Frank Borman, and also included Buzz Aldrin as a backup pilot." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:William_Anders", "rdf:type", "ontology:astronaut" ], [ "resource:William_Anders", "property:mission", "resource:Apollo_8" ], [ "resource:William_Anders", "property:nationality", "resource:United_States" ], [ "resource:William_Anders", "property:birth_place", "resource:British_Hong_Kong" ], [ "resource:Apollo_8", "property:backup_pilot", "resource:Buzz_Aldrin" ], [ "resource:Apollo_8", "property:commander", "resource:Frank_Borman" ], [ "resource:Apollo_8", "property:operator", "resource:NASA" ] ]
William_Anders
[ { "modified": "backupPilot", "readable": "backup pilot", "graph": "property:backup_pilot" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "operator", "readable": "operator", "graph": "property:operator" }, { "modified": "Apollo_8", "readable": "Apollo 8", "graph": "resource:Apollo_8" }, { "modified": "British_Hong_Kong", "readable": "British Hong Kong", "graph": "resource:British_Hong_Kong" }, { "modified": "Buzz_Aldrin", "readable": "Buzz Aldrin", "graph": "resource:Buzz_Aldrin" }, { "modified": "Frank_Borman", "readable": "Frank Borman", "graph": "resource:Frank_Borman" }, { "modified": "NASA", "readable": "NASA", "graph": "resource:NASA" }, { "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 { ?z property:operator resource:NASA . ?b property:mission ?z . FILTER ( STRSTARTS ( LCASE ( ?z ) , 'a' ) ) . ?b rdf:type ontology:astronaut }", "readable_query": "SELECT DISTINCT ?b WHERE { ?z property:operator resource:NASA . ?b property:mission ?z . FILTER ( STRSTARTS ( LCASE ( ?z ) , 'a' ) ) . ?b rdf:type ontology:astronaut }", "graph_answer": [ "resource:William_Anders" ], "readable_answer": [ "William Anders" ], "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 ?l WHERE { ?l property:operator resource:NASA . resource:William_Anders property:mission ?l . resource:William_Anders rdf:type ontology:astronaut }", "readable_query": "SELECT DISTINCT ?l WHERE { ?l property:operator resource:NASA . resource:William_Anders property:mission ?l . resource:William_Anders rdf:type ontology:astronaut }", "graph_answer": [ "resource:Apollo_8" ], "readable_answer": [ "Apollo 8" ], "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 ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'f' ) ) . resource:Apollo_8 property:commander ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'f' ) ) . resource:Apollo_8 property:commander ?d }", "graph_answer": [ "resource:Frank_Borman" ], "readable_answer": [ "Frank Borman" ], "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 ?p WHERE { resource:Apollo_8 property:aircraft_helicopter ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Apollo_8 property:aircraft_helicopter ?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" ] } ]
Politician
5
12549
Id68
[ { "subject": "Agnes_Kant", "property": "nationality", "object": "Netherlands" }, { "subject": "Netherlands", "property": "leaderName", "object": "Mark_Rutte" }, { "subject": "Agnes_Kant", "property": "residence", "object": "Doesburg" }, { "subject": "Agnes_Kant", "property": "office", "object": "Socialist_Party_(Netherlands)" }, { "subject": "Socialist_Party_(Netherlands)", "property": "leader", "object": "Emile_Roemer" } ]
[ { "subject": "Agnes_Kant", "property": "nationality", "object": "Netherlands" }, { "subject": "Netherlands", "property": "leader", "object": "Mark_Rutte" }, { "subject": "Agnes_Kant", "property": "residence", "object": "Doesburg" }, { "subject": "Agnes_Kant", "property": "office", "object": "Socialist_Party_(Netherlands)" }, { "subject": "Socialist_Party_(Netherlands)", "property": "leader", "object": "Emile_Roemer" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Mark Rutte is the leader of the Netherlands, where Agnes Kant is from. Living in Doesburg, Agnes Kant worked for the Socialist Party in the Netherlands, which is led by Emile Roemer.", "Agnes Kant was born in the Netherlands and resided in Doesburg. She worked for the socialist party, which has Emile Roemer as its leader. Netherlands is ran by Mark Rutte.", "Agnes Kant, a Netherlands national, lived in Doesburg and worked at the Socialist Party in the Netherlands, the head of which is Emile Roemer. Mark Rutte is the leader of the Netherlands." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Socialist_Party__Netherlands_", "property:leader", "resource:Emile_Roemer" ], [ "resource:Agnes_Kant", "rdf:type", "ontology:politician" ], [ "resource:Agnes_Kant", "property:nationality", "resource:Netherlands" ], [ "resource:Agnes_Kant", "property:office", "resource:Socialist_Party__Netherlands_" ], [ "resource:Agnes_Kant", "property:residence", "resource:Doesburg" ], [ "resource:Netherlands", "property:leader", "resource:Mark_Rutte" ] ]
Agnes_Kant
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "residence", "readable": "residence", "graph": "property:residence" }, { "modified": "Agnes_Kant", "readable": "Agnes Kant", "graph": "resource:Agnes_Kant" }, { "modified": "Doesburg", "readable": "Doesburg", "graph": "resource:Doesburg" }, { "modified": "Emile_Roemer", "readable": "Emile Roemer", "graph": "resource:Emile_Roemer" }, { "modified": "Mark_Rutte", "readable": "Mark Rutte", "graph": "resource:Mark_Rutte" }, { "modified": "Netherlands", "readable": "Netherlands", "graph": "resource:Netherlands" }, { "modified": "Socialist_Party_(Netherlands)", "readable": "Socialist Party", "graph": "resource:Socialist_Party__Netherlands_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { { { ?x property:leader resource:Mark_Rutte } UNION { ?x property:leader resource:Emile_Roemer } } }", "readable_query": "SELECT DISTINCT ?x WHERE { { { ?x property:leader resource:Mark_Rutte } UNION { ?x property:leader resource:Emile_Roemer } } }", "graph_answer": [ "resource:Netherlands", "resource:Socialist_Party__Netherlands_" ], "readable_answer": [ "Netherlands", "Socialist Party" ], "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 ?k WHERE { ?k property:leader resource:Mark_Rutte }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:leader resource:Mark_Rutte }", "graph_answer": [ "resource:Netherlands" ], "readable_answer": [ "Netherlands" ], "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": "SELECT DISTINCT ?n WHERE { resource:Adam_Holloway property:residence ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Adam_Holloway property:residence ?n }", "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 ?t WHERE { resource:Agnes_Kant property:residence ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Agnes_Kant property:residence ?t }", "graph_answer": [ "resource:Doesburg" ], "readable_answer": [ "Doesburg" ], "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" ] } ]
Politician
3
7858
Id189
[ { "subject": "Alfred_N._Phillips", "property": "militaryBranch", "object": "United_States_Army" }, { "subject": "Alfred_N._Phillips", "property": "activeYearsEndDate", "object": "\"1939-01-03\"^^xsd:date" }, { "subject": "United_States_Army", "property": "battles", "object": "American_Civil_War" } ]
[ { "subject": "Alfred_N._Phillips", "property": "militaryBranch", "object": "United_States_Army" }, { "subject": "Alfred_N._Phillips", "property": "activeYearsEndDate", "object": "1939-01-03" }, { "subject": "United_States_Army", "property": "battle", "object": "American_Civil_War" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Before retiring on 1939-01-03, Alfred N. Phillips served in the United States, Army, which had fought in the American Civil War.", "Alfred N Phillips, who retired on 1939-01-03, served in the United States, Army. The army which battled in the American Civil War.", "US Army member Alfred N. Phillips retired 01/03/1939. The U.S. Army participated in the American Civil War." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States_Army", "property:battle", "resource:American_Civil_War" ], [ "resource:Alfred_N__Phillips", "rdf:type", "ontology:politician" ], [ "resource:Alfred_N__Phillips", "property:military_branch", "resource:United_States_Army" ], [ "resource:Alfred_N__Phillips", "property:active_years_end_date", "resource:1939_01_03" ] ]
Alfred_N._Phillips
[ { "modified": "activeYearsEndDate", "readable": "active years end date", "graph": "property:active_years_end_date" }, { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "militaryBranch", "readable": "military branch", "graph": "property:military_branch" }, { "modified": "1939-01-03", "readable": "1939-01-03", "graph": "resource:1939_01_03" }, { "modified": "Alfred_N._Phillips", "readable": "Alfred N. Phillips", "graph": "resource:Alfred_N__Phillips" }, { "modified": "American_Civil_War", "readable": "American Civil War", "graph": "resource:American_Civil_War" }, { "modified": "United_States_Army", "readable": "United States Army", "graph": "resource:United_States_Army" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( YEAR ( ?c ) , '1939' ) ) . ?y property:battle resource:American_Civil_War . ?z property:military_branch ?y . ?z rdf:type ontology:politician . ?z property:active_years_end_date ?c }", "readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( YEAR ( ?c ) , '1939' ) ) . ?y property:battle resource:American_Civil_War . ?z property:military_branch ?y . ?z rdf:type ontology:politician . ?z property:active_years_end_date ?c }", "graph_answer": [ "resource:Alfred_N__Phillips" ], "readable_answer": [ "Alfred N. Phillips" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i property:battle resource:American_Civil_War . resource:Alfred_N__Phillips rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?x ) , '1939' ) ) . resource:Alfred_N__Phillips property:active_years_end_date ?x . resource:Alfred_N__Phillips property:military_branch ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:battle resource:American_Civil_War . resource:Alfred_N._Phillips rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?x ) , '1939' ) ) . resource:Alfred_N._Phillips property:active_years_end_date ?x . resource:Alfred_N._Phillips property:military_branch ?i }", "graph_answer": [ "resource:United_States_Army" ], "readable_answer": [ "United States Army" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:Alfred_N__Phillips property:professional_field ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Alfred_N._Phillips property:professional_field ?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" ] } ]
Athlete
4
9029
Id99
[ { "subject": "Alex_Plante", "property": "placeOfBirth", "object": "Brandon,_Manitoba" }, { "subject": "Alex_Plante", "property": "birthYear", "object": "\"1989\"^^xsd:gYear" }, { "subject": "Alex_Plante", "property": "height", "object": "\"1.9304\"^^xsd:double" }, { "subject": "Alex_Plante", "property": "team", "object": "Anyang_Halla" } ]
[ { "subject": "Alex_Plante", "property": "birthPlace", "object": "Brandon,_Manitoba" }, { "subject": "Alex_Plante", "property": "birthYear", "object": "1989" }, { "subject": "Alex_Plante", "property": "height", "object": "1.9304" }, { "subject": "Alex_Plante", "property": "club", "object": "Anyang_Halla" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alex Plante was born in 1989, in Brandon, Manitoba. He is, 1.9304m tall and has played for the club Anyang Halla.", "Alex Plante was born in 1989, in Brandon, Manitoba. At a height of 1.9304m, Alex Plante, has played for the club Anyang Halla.", "Alex Plante was born in Brandon, Manitoba in 1989 and measures 1.9304 m tall. He plays for the Anyang Halla club." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alex_Plante", "property:birth_year", "resource:1989" ], [ "resource:Alex_Plante", "rdf:type", "ontology:athlete" ], [ "resource:Alex_Plante", "property:club", "resource:Anyang_Halla" ], [ "resource:Alex_Plante", "property:height", "resource:1_9304" ], [ "resource:Alex_Plante", "property:birth_place", "resource:Brandon__Manitoba" ] ]
Alex_Plante
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "birthYear", "readable": "birth year", "graph": "property:birth_year" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "height", "readable": "height", "graph": "property:height" }, { "modified": "1989", "readable": "1989", "graph": "resource:1989" }, { "modified": "1.9304", "readable": "1.9304", "graph": "resource:1_9304" }, { "modified": "Alex_Plante", "readable": "Alex Plante", "graph": "resource:Alex_Plante" }, { "modified": "Anyang_Halla", "readable": "Anyang Halla", "graph": "resource:Anyang_Halla" }, { "modified": "Brandon,_Manitoba", "readable": "Brandon, Manitoba", "graph": "resource:Brandon__Manitoba" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?g rdf:type ontology:athlete . ?g property:birth_place resource:St__Louis . ?g property:birth_year ?b }", "readable_query": "ASK WHERE { ?g rdf:type ontology:athlete . ?g property:birth_place resource:St._Louis . ?g property:birth_year ?b }", "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
2
4350
Id15
[ { "subject": "Dick_Dillin", "property": "nationality", "object": "United_States" }, { "subject": "Aurakles", "property": "creator", "object": "Dick_Dillin" } ]
[ { "subject": "Aurakles", "property": "creator", "object": "Dick_Dillin" }, { "subject": "Dick_Dillin", "property": "nationality", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Dick Dillin is an American who created the fictional character, Aurakles.", "Aurakles is a fictional character created by American national Dick Dillin.", "Dick Dillin, the creator of Aurakles, is from the US." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Dick_Dillin", "property:nationality", "resource:United_States" ], [ "resource:Aurakles", "property:creator", "resource:Dick_Dillin" ], [ "resource:Aurakles", "rdf:type", "ontology:comics_character" ] ]
Aurakles
[ { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Aurakles", "readable": "Aurakles", "graph": "resource:Aurakles" }, { "modified": "Dick_Dillin", "readable": "Dick Dillin", "graph": "resource:Dick_Dillin" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c ?o WHERE { ?o property:nationality resource:United_States . ?c property:creator ?o . ?c rdf:type ontology:comics_character }", "readable_query": "SELECT DISTINCT ?c ?o WHERE { ?o property:nationality resource:United_States . ?c property:creator ?o . ?c rdf:type ontology:comics_character }", "graph_answer": [ "resource:Aurakles", "resource:Dick_Dillin" ], "readable_answer": [ "Aurakles", "Dick Dillin" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Politician
2
5130
Id122
[ { "subject": "Agnes_Kant", "property": "office", "object": "\"Member of the House of Representatives\"" }, { "subject": "Agnes_Kant", "property": "birthPlace", "object": "West_Germany" } ]
[ { "subject": "Agnes_Kant", "property": "office", "object": "\"Member of the House of Representatives\"" }, { "subject": "Agnes_Kant", "property": "birthPlace", "object": "West_Germany" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agnes Kant was born in West Germany and worked as a member of the House of Representatives.", "Agnes Kant was born in West Germany and was a member of the House of Representatives.", "Agnes Kant, born in West Germany, was a Member of the House of Representatives." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Agnes_Kant", "rdf:type", "ontology:politician" ], [ "resource:Agnes_Kant", "property:office", "Member of the House of Representatives" ], [ "resource:Agnes_Kant", "property:birth_place", "resource:West_Germany" ] ]
Agnes_Kant
[ { "modified": "Member of the House of Representatives", "readable": "Member of the House of Representatives", "graph": "Member of the House of Representatives" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "Agnes_Kant", "readable": "Agnes Kant", "graph": "resource:Agnes_Kant" }, { "modified": "West_Germany", "readable": "West Germany", "graph": "resource:West_Germany" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?t ) WHERE { ?m property:birth_place resource:West_Germany . ?m property:office 'Member of the House of Representatives' . ?m rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?t ) WHERE { ?m property:birth_place resource:West_Germany . ?m property:office 'Member of the House of Representatives' . ?m rdf:type ontology:politician }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?w property:office 'Member of the House of Representatives' . ?w rdf:type ontology:politician . ?w property:birth_place resource:West_Germany }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w property:office 'Member of the House of Representatives' . ?w rdf:type ontology:politician . ?w property:birth_place resource:West_Germany }", "graph_answer": [ "resource:Agnes_Kant" ], "readable_answer": [ "Agnes Kant" ], "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 ?k WHERE { resource:Agnes_Kant property:mean_temperature ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Agnes_Kant property:mean_temperature ?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" ] } ]
Athlete
2
3741
Id81
[ { "subject": "Akeem_Priestley", "property": "team", "object": "RoPS" }, { "subject": "Akeem_Priestley", "property": "clubs", "object": "Harbour_View_F.C." } ]
[ { "subject": "Akeem_Priestley", "property": "club", "object": "RoPS" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Harbour_View_F.C." } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Priestley's clubs are Harbour View F.C. and RoPS.", "Akeem Priestley, a member of club RoPS, is a player for the Harbour View F.C.", "Akeem Priestley's former clubs include Harbour View FC and RoPS." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Priestley", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Priestley", "property:club", "resource:RoPS" ], [ "resource:Akeem_Priestley", "property:club", "resource:Harbour_View_F_C_" ] ]
Akeem_Priestley
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Akeem_Priestley", "readable": "Akeem Priestley", "graph": "resource:Akeem_Priestley" }, { "modified": "Harbour_View_F.C.", "readable": "Harbour View F.C.", "graph": "resource:Harbour_View_F_C_" }, { "modified": "RoPS", "readable": "RoPS", "graph": "resource:RoPS" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?a ) WHERE { resource:Akeem_Priestley property:club ?d }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?a ) WHERE { resource:Akeem_Priestley property:club ?d }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Akeem_Priestley property:club ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Akeem_Priestley property:club ?r }", "graph_answer": [ "resource:RoPS", "resource:Harbour_View_F_C_" ], "readable_answer": [ "RoPS", "Harbour View F.C." ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Company
3
7034
Id23
[ { "subject": "Chinabank", "property": "netIncome", "object": "1.51E10" }, { "subject": "Chinabank", "property": "numberOfLocations", "object": "295" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Manila" } ]
[ { "subject": "Chinabank", "property": "netIncome", "object": "15100000000" }, { "subject": "Chinabank", "property": "numberOfLocations", "object": "295" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Manila" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Chinabank, whose place of foundation was Manila, has 295 locations and a net income of 15,100,000,000.", "Chinabank, founded in Manila, has 295 banking centers and yearly net income of 15,100,000,000.", "Chinabank was founded in Manila and currently has 295 branches as well as a net income of 15100000000." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Chinabank", "property:net_income", "15100000000" ], [ "resource:Chinabank", "rdf:type", "ontology:company" ], [ "resource:Chinabank", "property:foundation_place", "resource:Manila" ], [ "resource:Chinabank", "property:number_of_locations", "295" ] ]
Chinabank
[ { "modified": "15100000000", "readable": "15100000000", "graph": "15100000000" }, { "modified": "295", "readable": "295", "graph": "295" }, { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "netIncome", "readable": "net income", "graph": "property:net_income" }, { "modified": "numberOfLocations", "readable": "number of locations", "graph": "property:number_of_locations" }, { "modified": "Chinabank", "readable": "Chinabank", "graph": "resource:Chinabank" }, { "modified": "Manila", "readable": "Manila", "graph": "resource:Manila" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?f >= '200' ) . ?l property:number_of_locations ?f . ?l rdf:type ontology:company . ?l property:foundation_place ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?f >= '200' ) . ?l property:number_of_locations ?f . ?l rdf:type ontology:company . ?l property:foundation_place ?k }", "graph_answer": [ "resource:Manila" ], "readable_answer": [ "Manila" ], "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 ?k WHERE { FILTER ( ?k >= '200' ) . ?s property:number_of_locations ?k . ?s property:foundation_place resource:Manila . ?s rdf:type ontology:company }", "readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?k >= '200' ) . ?s property:number_of_locations ?k . ?s property:foundation_place resource:Manila . ?s rdf:type ontology:company }", "graph_answer": [ "295" ], "readable_answer": [ "295" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?v property:number_of_locations 295 . ?v rdf:type ontology:company . ?v property:foundation_place resource:Manila }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v property:number_of_locations 295 . ?v rdf:type ontology:company . ?v property:foundation_place resource:Manila }", "graph_answer": [ "resource:Chinabank" ], "readable_answer": [ "Chinabank" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "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 ?k WHERE { resource:Chinabank property:in_office_while_governor ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Chinabank property:in_office_while_governor ?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" ] } ]
Food
2
4545
Id57
[ { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Catalonia", "property": "leaderName", "object": "Parliament_of_Catalonia" } ]
[ { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Catalonia", "property": "leader", "object": "Parliament_of_Catalonia" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Catalonia is led by the Parliament of Catalonia and is the region that Arros negre is from.", "The leaders of Catalonia are the Parliament of Catalonia and in this region you can find Arros negre.", "Arros negre is from the Catalonia region and its leaders are the Parliament of Catalonia." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Catalonia", "property:leader", "resource:Parliament_of_Catalonia" ], [ "resource:Arr_s_negre", "rdf:type", "ontology:food" ], [ "resource:Arr_s_negre", "property:region", "resource:Catalonia" ] ]
Arròs_negre
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "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": "Parliament_of_Catalonia", "readable": "Parliament of Catalonia", "graph": "resource:Parliament_of_Catalonia" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b ?j WHERE { ?b rdf:type ontology:food . ?b property:region ?j . ?j property:leader resource:Parliament_of_Catalonia }", "readable_query": "SELECT DISTINCT ?b ?j WHERE { ?b rdf:type ontology:food . ?b property:region ?j . ?j property:leader resource:Parliament_of_Catalonia }", "graph_answer": [ "resource:Arr_s_negre", "resource:Catalonia" ], "readable_answer": [ "Arròs negre", "Catalonia" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
ComicsCharacter
2
4373
Id38
[ { "subject": "Bananaman", "property": "starring", "object": "Tim_Brooke-Taylor" }, { "subject": "Tim_Brooke-Taylor", "property": "birthPlace", "object": "England" } ]
[ { "subject": "Bananaman", "property": "starring", "object": "Tim_Brooke-Taylor" }, { "subject": "Tim_Brooke-Taylor", "property": "birthPlace", "object": "England" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Tim Brooke-Taylor, born in England, starred in Bananaman.", "Tim Brooke-Taylor, who starred in Bananaman, was born in England.", "Tim Brooke-Taylor was born in England and starred in Bananaman." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Tim_Brooke_Taylor", "property:birth_place", "resource:England" ], [ "resource:Bananaman", "rdf:type", "ontology:comics_character" ], [ "resource:Bananaman", "property:starring", "resource:Tim_Brooke_Taylor" ] ]
Bananaman
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "starring", "readable": "starring", "graph": "property:starring" }, { "modified": "Bananaman", "readable": "Bananaman", "graph": "resource:Bananaman" }, { "modified": "England", "readable": "England", "graph": "resource:England" }, { "modified": "Tim_Brooke-Taylor", "readable": "Tim Brooke-Taylor", "graph": "resource:Tim_Brooke_Taylor" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?r property:birth_place resource:Lufkin__Texas . ?f property:starring ?r . ?f rdf:type ontology:comics_character }", "readable_query": "ASK WHERE { ?r property:birth_place resource:Lufkin,_Texas . ?f property:starring ?r . ?f rdf:type ontology:comics_character }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Artist
3
5980
Id126
[ { "subject": "Alfred_Garth_Jones", "property": "birthPlace", "object": "Manchester" }, { "subject": "Alfred_Garth_Jones", "property": "placeOfBirth", "object": "England" }, { "subject": "Alfred_Garth_Jones", "property": "birthYear", "object": "\"1872\"^^xsd:gYear" } ]
[ { "subject": "Alfred_Garth_Jones", "property": "birthPlace", "object": "England" }, { "subject": "Alfred_Garth_Jones", "property": "birthPlace", "object": "Manchester" }, { "subject": "Alfred_Garth_Jones", "property": "birthYear", "object": "1872" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Alfred Garth Jones was born 1872 in Manchester, England.", "Alfred Garth Jones was born in Manchester, England in 1872." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alfred_Garth_Jones", "property:birth_year", "resource:1872" ], [ "resource:Alfred_Garth_Jones", "rdf:type", "ontology:artist" ], [ "resource:Alfred_Garth_Jones", "property:birth_place", "resource:England" ], [ "resource:Alfred_Garth_Jones", "property:birth_place", "resource:Manchester" ] ]
Alfred_Garth_Jones
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "birthYear", "readable": "birth year", "graph": "property:birth_year" }, { "modified": "1872", "readable": "1872", "graph": "resource:1872" }, { "modified": "Alfred_Garth_Jones", "readable": "Alfred Garth Jones", "graph": "resource:Alfred_Garth_Jones" }, { "modified": "England", "readable": "England", "graph": "resource:England" }, { "modified": "Manchester", "readable": "Manchester", "graph": "resource:Manchester" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?s property:birth_place resource:Tampere . ?s rdf:type ontology:artist . ?s property:birth_year ?q }", "readable_query": "ASK WHERE { ?s property:birth_place resource:Tampere . ?s rdf:type ontology:artist . ?s property:birth_year ?q }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Airport
4
8561
Id159
[ { "subject": "Athens_International_Airport", "property": "city", "object": "Athens" }, { "subject": "Athens_International_Airport", "property": "runwayLength", "object": "\"3800.0\"^^xsd:double" }, { "subject": "Athens_International_Airport", "property": "location", "object": "Spata" }, { "subject": "Athens_International_Airport", "property": "elevation", "object": "\"93.8784\"^^xsd:double" } ]
[ { "subject": "Athens_International_Airport", "property": "cityServed", "object": "Athens" }, { "subject": "Athens_International_Airport", "property": "location", "object": "Spata" }, { "subject": "Athens_International_Airport", "property": "elevationAboveTheSeaLevelInMetres", "object": "94" }, { "subject": "Athens_International_Airport", "property": "runwayLength", "object": "3800.0" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Located in Spata and serving the city of Athens, is Athens International Airport. This airport has a runway length of 3,800 and has an elevation of 94 metres above sea level.", "Athens is served by Athens International airport located in Spata. The airport is 94 metres above sea level and has a runway length of 3800.0.", "Athens International Airport is located in Spata and serves the city of Athens. The airport is 94 metres above sea level and has a runway length of 3800.0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Athens_International_Airport", "property:runway_length", "resource:3800_0" ], [ "resource:Athens_International_Airport", "property:elevation_above_the_sea_level_in_metres", "94" ], [ "resource:Athens_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Athens_International_Airport", "property:location", "resource:Spata" ], [ "resource:Athens_International_Airport", "property:city_served", "resource:Athens" ] ]
Athens_International_Airport
[ { "modified": "94", "readable": "94", "graph": "94" }, { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "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": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "3800.0", "readable": "3800.0", "graph": "resource:3800_0" }, { "modified": "Athens", "readable": "Athens", "graph": "resource:Athens" }, { "modified": "Athens_International_Airport", "readable": "Athens International Airport", "graph": "resource:Athens_International_Airport" }, { "modified": "Spata", "readable": "Spata", "graph": "resource:Spata" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?o rdf:type ontology:airport . ?o property:elevation_above_the_sea_level_in_metres ?l . ?o property:city_served ?a . FILTER ( ?l = '94' ) }", "readable_query": "SELECT DISTINCT ?a WHERE { ?o rdf:type ontology:airport . ?o property:elevation_above_the_sea_level_in_metres ?l . ?o property:city_served ?a . FILTER ( ?l = '94' ) }", "graph_answer": [ "resource:Athens" ], "readable_answer": [ "Athens" ], "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 ?u ?f WHERE { ?f property:location ?u . ?f property:city_served resource:Athens . ?f rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?u ?f WHERE { ?f property:location ?u . ?f property:city_served resource:Athens . ?f rdf:type ontology:airport }", "graph_answer": [ "resource:Spata", "resource:Athens_International_Airport" ], "readable_answer": [ "Spata", "Athens International Airport" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { resource:Athens_International_Airport property:similar_dish ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Athens_International_Airport property:similar_dish ?a }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
2
4125
Id106
[ { "subject": "10_Hygiea", "property": "orbitalPeriod", "object": "\"481248.0\"^^xsd:double" }, { "subject": "10_Hygiea", "property": "epoch", "object": "\"2015-06-27\"^^xsd:date" } ]
[ { "subject": "10_Hygiea", "property": "epoch", "object": "2015-06-27" }, { "subject": "10_Hygiea", "property": "orbitalPeriod", "object": "5.57 (days)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The asteroid 10 Hygiea has an orbital period of 5.57 days and has the epoch date 27th June 2015.", "The asteroid called 10 Hygiea had an epoch date of 27th June 2015 and its orbital period is 5.57 days." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:10_Hygiea", "property:epoch", "resource:2015_06_27" ], [ "resource:10_Hygiea", "rdf:type", "ontology:celestial_body" ], [ "resource:10_Hygiea", "property:orbital_period", "5.57 (days)" ] ]
10_Hygiea
[ { "modified": "5.57 (days)", "readable": "5.57", "graph": "5.57 (days)" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "10_Hygiea", "readable": "10 Hygiea", "graph": "resource:10_Hygiea" }, { "modified": "2015-06-27", "readable": "2015-06-27", "graph": "resource:2015_06_27" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?g ) , '2015' ) ) . ?r rdf:type ontology:celestial_body . ?r property:orbital_period ?h . ?r property:epoch ?g }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?g ) , '2015' ) ) . ?r rdf:type ontology:celestial_body . ?r property:orbital_period ?h . ?r property:epoch ?g }", "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", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?v property:orbital_period resource:39447000_0 . ?v rdf:type ontology:celestial_body . ?v property:epoch ?z }", "readable_query": "ASK WHERE { ?v property:orbital_period resource:39447000.0 . ?v rdf:type ontology:celestial_body . ?v property:epoch ?z }", "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" ] } ]
CelestialBody
5
11755
Id63
[ { "subject": "1097_Vicia", "property": "escapeVelocity", "object": "\"40.32\"^^xsd:double" }, { "subject": "1097_Vicia", "property": "orbitalPeriod", "object": "1.35589e+08" }, { "subject": "1097_Vicia", "property": "periapsis", "object": "2.79142e+11" }, { "subject": "1097_Vicia", "property": "epoch", "object": "\"2006-12-31\"^^xsd:date" }, { "subject": "1097_Vicia", "property": "mass", "object": "\"9.8\"^^<http://dbpedia.org/datatype/kilogram>" } ]
[ { "subject": "1097_Vicia", "property": "epoch", "object": "2006-12-31" }, { "subject": "1097_Vicia", "property": "mass", "object": "9.8 (kilograms)" }, { "subject": "1097_Vicia", "property": "orbitalPeriod", "object": "135589000.0" }, { "subject": "1097_Vicia", "property": "periapsis", "object": "279142000000.0" }, { "subject": "1097_Vicia", "property": "escapeVelocity", "object": "0.0112 (kilometrePerSeconds)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The epoch date of 1097 Vicia is December 31, 2006, it has a mass of 9.8 kgs, an orbital period of 135589000.0, a periapsis of 279142000000, and the escape velocity is 0.0112 km per sec.", "1097 Vicia has a mass of 9.8 kgs, an orbital period of 135589000.0 and its epoch date was on 31 December 2016. Its periapsis is 279142000000.0 and it has an escape velocity of 0.0112 km per sec.", "1097 Vicia has a mass of 9.8 kgs, an orbital period of 135589000.0, and its epoch date was on 31 December 2016. Its periapsis is 279142000000.0 and it has an escape velocity of 0.0112 km per sec." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1097_Vicia", "property:epoch", "resource:2006_12_31" ], [ "resource:1097_Vicia", "rdf:type", "ontology:celestial_body" ], [ "resource:1097_Vicia", "property:escape_velocity", "0.0112 (kilometrePerSeconds)" ], [ "resource:1097_Vicia", "property:mass", "9.8 (kilograms)" ], [ "resource:1097_Vicia", "property:periapsis", "resource:279142000000_0" ], [ "resource:1097_Vicia", "property:orbital_period", "resource:135589000_0" ] ]
1097_Vicia
[ { "modified": "0.0112 (kilometrePerSeconds)", "readable": "0.0112", "graph": "0.0112 (kilometrePerSeconds)" }, { "modified": "9.8 (kilograms)", "readable": "9.8", "graph": "9.8 (kilograms)" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "escapeVelocity", "readable": "escape velocity", "graph": "property:escape_velocity" }, { "modified": "mass", "readable": "mass", "graph": "property:mass" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "1097_Vicia", "readable": "1097 Vicia", "graph": "resource:1097_Vicia" }, { "modified": "135589000.0", "readable": "135589000.0", "graph": "resource:135589000_0" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" }, { "modified": "279142000000.0", "readable": "279142000000.0", "graph": "resource:279142000000_0" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?j rdf:type ontology:celestial_body . FILTER ( ?x = \"2006_12_31\" ) . ?j property:orbital_period ?b . ?j property:epoch ?x }", "readable_query": "SELECT DISTINCT ?b WHERE { ?j rdf:type ontology:celestial_body . FILTER ( ?x = \"2006-12-31\" ) . ?j property:orbital_period ?b . ?j property:epoch ?x }", "graph_answer": [ "resource:135589000_0" ], "readable_answer": [ "135589000.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 ?m WHERE { FILTER ( ?a = \"2006_12_31\" ) . ?m property:epoch ?a . ?m rdf:type ontology:celestial_body . ?m property:orbital_period resource:135589000_0 }", "readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( ?a = \"2006-12-31\" ) . ?m property:epoch ?a . ?m rdf:type ontology:celestial_body . ?m property:orbital_period resource:135589000.0 }", "graph_answer": [ "resource:1097_Vicia" ], "readable_answer": [ "1097 Vicia" ], "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 ?i WHERE { resource:1097_Vicia property:mass ?i . resource:1097_Vicia property:escape_velocity ?y }", "readable_query": "SELECT DISTINCT ?y ?i WHERE { resource:1097_Vicia property:mass ?i . resource:1097_Vicia property:escape_velocity ?y }", "graph_answer": [ "0.0112 (kilometrePerSeconds)", "9.8 (kilograms)" ], "readable_answer": [ "0.0112", "9.8" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:1097_Vicia property:colour ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:1097_Vicia property:colour ?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
2
5018
Id10
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" } ]
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ab Klink was born in Stellendam and graduated from Erasmus University Rotterdam.", "Ab Klink, born in Stellendam, went to the Erasmus University Rotterdam.", "Ab Klink was born in Stellendam and his alma mater is Erasmus University Rotterdam." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ab_Klink", "rdf:type", "ontology:politician" ], [ "resource:Ab_Klink", "property:alma_mater", "resource:Erasmus_University_Rotterdam" ], [ "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": "Ab_Klink", "readable": "Ab Klink", "graph": "resource:Ab_Klink" }, { "modified": "Erasmus_University_Rotterdam", "readable": "Erasmus University Rotterdam", "graph": "resource:Erasmus_University_Rotterdam" }, { "modified": "Stellendam", "readable": "Stellendam", "graph": "resource:Stellendam" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?w rdf:type ontology:politician . ?w property:birth_place ?x . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w property:alma_mater resource:Erasmus_University_Rotterdam }", "readable_query": "SELECT DISTINCT ?x WHERE { ?w rdf:type ontology:politician . ?w property:birth_place ?x . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w property:alma_mater resource:Erasmus_University_Rotterdam }", "graph_answer": [ "resource:Stellendam" ], "readable_answer": [ "Stellendam" ], "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 ?k WHERE { ?k property:birth_place resource:Stellendam . ?k rdf:type ontology:politician . ?k property:alma_mater resource:Erasmus_University_Rotterdam }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:birth_place resource:Stellendam . ?k rdf:type ontology:politician . ?k property:alma_mater resource:Erasmus_University_Rotterdam }", "graph_answer": [ "resource:Ab_Klink" ], "readable_answer": [ "Ab Klink" ], "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" ] } ]
MeanOfTransportation
2
4910
Id145
[ { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Yuzhnoye_Design_Office" }, { "subject": "Yuzhnoye_Design_Office", "property": "location", "object": "Dnipropetrovsk" } ]
[ { "subject": "Antares_(rocket)", "property": "manufacturer", "object": "Yuzhnoye_Design_Office" }, { "subject": "Yuzhnoye_Design_Office", "property": "location", "object": "Dnipropetrovsk" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Antares rocket is manufactured at the Yuzhnoye Design Office, the office of which, is in Dnipropetrovsk.", "The Antares rocket is made by the Yuzhnoye Design Office in Dnipropetrovsk.", "The Antares rocket was made by the Yuzhnoye Design Office, the location of which, is Dnipropetrovsk." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Yuzhnoye_Design_Office", "property:location", "resource:Dnipropetrovsk" ], [ "resource:Antares__rocket_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Antares__rocket_", "property:manufacturer", "resource:Yuzhnoye_Design_Office" ] ]
Antares_(rocket)
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "Antares_(rocket)", "readable": "Antares", "graph": "resource:Antares__rocket_" }, { "modified": "Dnipropetrovsk", "readable": "Dnipropetrovsk", "graph": "resource:Dnipropetrovsk" }, { "modified": "Yuzhnoye_Design_Office", "readable": "Yuzhnoye Design Office", "graph": "resource:Yuzhnoye_Design_Office" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l ?n WHERE { ?l property:manufacturer ?n . ?n property:location resource:Dnipropetrovsk . ?l rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?l ?n WHERE { ?l property:manufacturer ?n . ?n property:location resource:Dnipropetrovsk . ?l rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:Antares__rocket_", "resource:Yuzhnoye_Design_Office" ], "readable_answer": [ "Antares", "Yuzhnoye Design Office" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Building
4
9235
Id158
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "Pacific_Grove,_California" }, { "subject": "Asilomar_Conference_Grounds", "property": "added", "object": "\"1987-02-27\"^^xsd:date" }, { "subject": "Asilomar_Conference_Grounds", "property": "yearOfConstruction", "object": "\"1913\"^^xsd:gYear" }, { "subject": "Asilomar_Conference_Grounds", "property": "architecture", "object": "\"Arts and Crafts Movement and American craftsman Bungalows\"@en" } ]
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "Pacific_Grove,_California" }, { "subject": "Asilomar_Conference_Grounds", "property": "addedToTheNationalRegisterOfHistoricPlaces", "object": "\"1987-02-27\"" }, { "subject": "Asilomar_Conference_Grounds", "property": "yearOfConstruction", "object": "1913" }, { "subject": "Asilomar_Conference_Grounds", "property": "architecture", "object": "\"Arts and Crafts Movement and American craftsman Bungalows\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Located in Pacific Grove, California, Asilomar Conference Grounds were constructed in 1913, added to the National Register of Historic Places on 27nd February 1987 and is in the architectural style of the \"Arts and Crafts Movement and American Craftsman Bungalows\".", "Asilomar Conference Grounds, constructed in 1913, are located in Pacific Grove, California and were added to the National Register of Historic Places on February the 27nd 1987. Their style is the arts and crafts, and they are an example of American craftsman bungalows.", "The Asilomar Conference Grounds are located at Pacific Grove, California and they were constructed in 1913. Its architecture is \"Arts and Crafts Movement and American Craftsman Bungalows\" and it was added to the National Register of Historic Places on the 27th February 1987." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Asilomar_Conference_Grounds", "property:architecture", "Arts and Crafts Movement and American craftsman Bungalows" ], [ "resource:Asilomar_Conference_Grounds", "rdf:type", "ontology:building" ], [ "resource:Asilomar_Conference_Grounds", "property:location", "resource:Pacific_Grove__California" ], [ "resource:Asilomar_Conference_Grounds", "property:added_to_the_national_register_of_historic_places", "1987-02-27" ], [ "resource:Asilomar_Conference_Grounds", "property:year_of_construction", "resource:1913" ] ]
Asilomar_Conference_Grounds
[ { "modified": "1987-02-27", "readable": "1987-02-27", "graph": "1987-02-27" }, { "modified": "Arts and Crafts Movement and American craftsman Bungalows", "readable": "Arts and Crafts Movement and American craftsman Bungalows", "graph": "Arts and Crafts Movement and American craftsman Bungalows" }, { "modified": "addedToTheNationalRegisterOfHistoricPlaces", "readable": "added to the national register of historic places", "graph": "property:added_to_the_national_register_of_historic_places" }, { "modified": "architecture", "readable": "architecture", "graph": "property:architecture" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "yearOfConstruction", "readable": "year of construction", "graph": "property:year_of_construction" }, { "modified": "1913", "readable": "1913", "graph": "resource:1913" }, { "modified": "Asilomar_Conference_Grounds", "readable": "Asilomar Conference Grounds", "graph": "resource:Asilomar_Conference_Grounds" }, { "modified": "Pacific_Grove,_California", "readable": "Pacific Grove, California", "graph": "resource:Pacific_Grove__California" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?b property:added_to_the_national_register_of_historic_places ?m . ?b rdf:type ontology:building . FILTER ( CONTAINS ( YEAR ( ?m ) , '1987' ) ) . ?b property:year_of_construction ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { ?b property:added_to_the_national_register_of_historic_places ?m . ?b rdf:type ontology:building . FILTER ( CONTAINS ( YEAR ( ?m ) , '1987' ) ) . ?b property:year_of_construction ?i }", "graph_answer": [ "resource:1913" ], "readable_answer": [ "1913" ], "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 ( COUNT ( ?w ) AS ?o ) WHERE { ?w property:architecture 'Arts and Crafts Movement and American craftsman Bungalows' . ?w property:year_of_construction resource:1913 . ?w rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?o ) WHERE { ?w property:architecture 'Arts and Crafts Movement and American craftsman Bungalows' . ?w property:year_of_construction resource:1913 . ?w rdf:type ontology:building }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:architecture 'Arts and Crafts Movement and American craftsman Bungalows' . ?k property:year_of_construction resource:1913 . ?k rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:architecture 'Arts and Crafts Movement and American craftsman Bungalows' . ?k property:year_of_construction resource:1913 . ?k rdf:type ontology:building }", "graph_answer": [ "resource:Asilomar_Conference_Grounds" ], "readable_answer": [ "Asilomar Conference Grounds" ], "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 ?d ?z WHERE { resource:Asilomar_Conference_Grounds property:added_to_the_national_register_of_historic_places ?z . resource:Asilomar_Conference_Grounds property:architecture ?d }", "readable_query": "SELECT DISTINCT ?d ?z WHERE { resource:Asilomar_Conference_Grounds property:added_to_the_national_register_of_historic_places ?z . resource:Asilomar_Conference_Grounds property:architecture ?d }", "graph_answer": [ "Arts and Crafts Movement and American craftsman Bungalows", "1987-02-27" ], "readable_answer": [ "Arts and Crafts Movement and American craftsman Bungalows", "1987-02-27" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { resource:Asilomar_Conference_Grounds property:related_mean_of_transportation ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Asilomar_Conference_Grounds property:related_mean_of_transportation ?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
3
6959
Id12
[ { "subject": "Auron_(comics)", "property": "creator", "object": "Walt_Simonson" }, { "subject": "Auron_(comics)", "property": "creators", "object": "\"Marv Wolfman\"@en" }, { "subject": "Auron_(comics)", "property": "fullName", "object": "\"Lambien\"@en" } ]
[ { "subject": "Auron_(comicsCharacter)", "property": "creator", "object": "Marv_Wolfman" }, { "subject": "Auron_(comicsCharacter)", "property": "creator", "object": "Walt_Simonson" }, { "subject": "Auron_(comicsCharacter)", "property": "fullName", "object": "\"Lambien\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Marv Wolfman and Walt Simonson created the comic book character Auron, whose full name is Lambien.", "Auron, a comic character whose full name is Lambien, was created by Marv Wolfman and Walt Simonson.", "The comic character Auron, whose full name is Lambien, was created by Marv Wolfman and Walt Simonson." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Auron__comicsCharacter_", "property:full_name", "resource:Lambien" ], [ "resource:Auron__comicsCharacter_", "property:creator", "resource:Walt_Simonson" ], [ "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": "fullName", "readable": "full name", "graph": "property:full_name" }, { "modified": "Auron_(comicsCharacter)", "readable": "Auron", "graph": "resource:Auron__comicsCharacter_" }, { "modified": "Lambien", "readable": "Lambien", "graph": "resource:Lambien" }, { "modified": "Marv_Wolfman", "readable": "Marv Wolfman", "graph": "resource:Marv_Wolfman" }, { "modified": "Walt_Simonson", "readable": "Walt Simonson", "graph": "resource:Walt_Simonson" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?x ) WHERE { ?t rdf:type ontology:comics_character . ?t property:creator resource:Walt_Simonson . ?t property:full_name ?c }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?x ) WHERE { ?t rdf:type ontology:comics_character . ?t property:creator resource:Walt_Simonson . ?t property:full_name ?c }", "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 ?y WHERE { ?a property:full_name ?y . ?a rdf:type ontology:comics_character . ?a property:creator resource:Walt_Simonson }", "readable_query": "SELECT DISTINCT ?y WHERE { ?a property:full_name ?y . ?a rdf:type ontology:comics_character . ?a property:creator resource:Walt_Simonson }", "graph_answer": [ "resource:Lambien" ], "readable_answer": [ "Lambien" ], "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 ?t WHERE { ?t rdf:type ontology:comics_character . ?t property:creator resource:Marv_Wolfman . ?t property:full_name resource:Lambien }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:comics_character . ?t property:creator resource:Marv_Wolfman . ?t property:full_name resource:Lambien }", "graph_answer": [ "resource:Auron__comicsCharacter_" ], "readable_answer": [ "Auron" ], "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" ] } ]
ComicsCharacter
4
9643
Id24
[ { "subject": "Baymax", "property": "creator", "object": "Duncan_Rouleau" }, { "subject": "Duncan_Rouleau", "property": "nationality", "object": "Americans" }, { "subject": "Baymax", "property": "creators", "object": "Steven_T._Seagle" }, { "subject": "Baymax", "property": "voice", "object": "Scott_Adsit" } ]
[ { "subject": "Duncan_Rouleau", "property": "nationality", "object": "Americans" }, { "subject": "Baymax", "property": "creator", "object": "Duncan_Rouleau" }, { "subject": "Baymax", "property": "creator", "object": "Steven_T._Seagle" }, { "subject": "Baymax", "property": "voice", "object": "Scott_Adsit" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The character Baymax, created by Steven T. Seagle and the American Duncan Rouleau, is voiced by Scott Adsit.", "Scott Adsit provides the voice for Baymax who was created by Steven T. Seagle and the American, Duncan Rouleau.", "Scott Adsit provides the voice for the character Baymax who was created by Steven T Seagle and the American, Duncan Rouleau." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Baymax", "property:creator", "resource:Steven_T__Seagle" ], [ "resource:Baymax", "property:creator", "resource:Duncan_Rouleau" ], [ "resource:Baymax", "rdf:type", "ontology:comics_character" ], [ "resource:Baymax", "property:voice", "resource:Scott_Adsit" ], [ "resource:Duncan_Rouleau", "property:nationality", "resource:Americans" ] ]
Baymax
[ { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "voice", "readable": "voice", "graph": "property:voice" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Baymax", "readable": "Baymax", "graph": "resource:Baymax" }, { "modified": "Duncan_Rouleau", "readable": "Duncan Rouleau", "graph": "resource:Duncan_Rouleau" }, { "modified": "Scott_Adsit", "readable": "Scott Adsit", "graph": "resource:Scott_Adsit" }, { "modified": "Steven_T._Seagle", "readable": "Steven T. Seagle", "graph": "resource:Steven_T__Seagle" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { { resource:Baymax property:creator ?c } MINUS { ?c property:nationality resource:Americans } }", "readable_query": "SELECT DISTINCT ?c WHERE { { resource:Baymax property:creator ?c } MINUS { ?c property:nationality resource:Americans } }", "graph_answer": [ "resource:Steven_T__Seagle" ], "readable_answer": [ "Steven T. Seagle" ], "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 ?t WHERE { resource:Baymax property:creator ?t . FILTER ( ?t != resource:Steven_T__Seagle ) }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Baymax property:creator ?t . FILTER ( ?t != resource:Steven_T._Seagle ) }", "graph_answer": [ "resource:Duncan_Rouleau" ], "readable_answer": [ "Duncan Rouleau" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Baymax property:impact_factor ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Baymax property:impact_factor ?j }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
5
11564
Id28
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "country", "object": "United_States" }, { "subject": "Illinois", "property": "language", "object": "English_language" }, { "subject": "Illinois", "property": "capital", "object": "Springfield,_Illinois" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "country", "object": "United_States" }, { "subject": "Illinois", "property": "language", "object": "English_language" }, { "subject": "Illinois", "property": "capital", "object": "Springfield,_Illinois" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
(X (X (X) (X (X) (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Springfield is the capital of English language speaking Illinois, in The United States, and is home to Chicago, Illinois' 300 North LaSalle.", "300 North LaSalle is located in Chicago, Illinois (the capital of which is Springfield), United States. The English language is spoken in Illinois." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Illinois", "property:capital", "resource:Springfield__Illinois" ], [ "resource:Illinois", "property:language", "resource:English_language" ], [ "resource:300_North_LaSalle", "rdf:type", "ontology:building" ], [ "resource:300_North_LaSalle", "property:location", "resource:Chicago" ], [ "resource:Chicago", "property:country", "resource:United_States" ], [ "resource:Chicago", "property:is_part_of", "resource:Illinois" ] ]
300_North_LaSalle
[ { "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": "location", "readable": "location", "graph": "property:location" }, { "modified": "300_North_LaSalle", "readable": "300 North LaSalle", "graph": "resource:300_North_LaSalle" }, { "modified": "Chicago", "readable": "Chicago", "graph": "resource:Chicago" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Illinois", "readable": "Illinois", "graph": "resource:Illinois" }, { "modified": "Springfield,_Illinois", "readable": "Springfield, Illinois", "graph": "resource:Springfield__Illinois" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?t property:country resource:United_States . ?t property:is_part_of ?d . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'i' ) ) . ?d property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?d WHERE { ?t property:country resource:United_States . ?t property:is_part_of ?d . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'i' ) ) . ?d property:language resource:English_language }", "graph_answer": [ "resource:Illinois" ], "readable_answer": [ "Illinois" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g ?n WHERE { ?g rdf:type ontology:building . ?n property:is_part_of resource:Illinois . ?g property:location ?n }", "readable_query": "SELECT DISTINCT ?g ?n WHERE { ?g rdf:type ontology:building . ?n property:is_part_of resource:Illinois . ?g property:location ?n }", "graph_answer": [ "resource:300_North_LaSalle", "resource:Chicago" ], "readable_answer": [ "300 North LaSalle", "Chicago" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?o ) WHERE { resource:Illinois property:capital ?y }", "readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?o ) WHERE { resource:Illinois property:capital ?y }", "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 ?a WHERE { resource:Illinois property:capital ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Illinois property:capital ?a }", "graph_answer": [ "resource:Springfield__Illinois" ], "readable_answer": [ "Springfield, Illinois" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Monument
5
12447
Id11
[ { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "country", "object": "\"United States\"@en" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "category", "object": "Historic_districts_in_the_United_States" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "district", "object": "Monocacy_National_Battlefield" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "owningOrganisation", "object": "National_Park_Service" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "established", "object": "\"1907-07-11\"^^xsd:date" } ]
[ { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "country", "object": "\"United States\"" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "category", "object": "Historic_districts_in_the_United_States" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "district", "object": "Monocacy_National_Battlefield" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "owningOrganisation", "object": "National_Park_Service" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "established", "object": "\"1907-07-11\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The 14th New Jersey Volunteer Infantry Monument is located in the Monocacy National Battlefield and was established on July 11th, 1907. It has been categorised as a historic district in the United States and was provided by the National Park Service.", "The 14th New Jersey Volunteer Infantry monument was established on 11 July 1907 and is owned by the National Park Service. It is located within the Monocacy National Battlefield and belongs to the category of historic districts of the United States." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:owning_organisation", "resource:National_Park_Service" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:district", "resource:Monocacy_National_Battlefield" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "rdf:type", "ontology:monument" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:country", "resource:United_States" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:established", "1907-07-11" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:category", "resource:Historic_districts_in_the_United_States" ] ]
14th_New_Jersey_Volunteer_Infantry_Monument
[ { "modified": "1907-07-11", "readable": "1907-07-11", "graph": "1907-07-11" }, { "modified": "category", "readable": "category", "graph": "property:category" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "district", "readable": "district", "graph": "property:district" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "owningOrganisation", "readable": "owning organisation", "graph": "property:owning_organisation" }, { "modified": "14th_New_Jersey_Volunteer_Infantry_Monument", "readable": "14th New Jersey Volunteer Infantry Monument", "graph": "resource:14th_New_Jersey_Volunteer_Infantry_Monument" }, { "modified": "Historic_districts_in_the_United_States", "readable": "Historic districts in the United States", "graph": "resource:Historic_districts_in_the_United_States" }, { "modified": "Monocacy_National_Battlefield", "readable": "Monocacy National Battlefield", "graph": "resource:Monocacy_National_Battlefield" }, { "modified": "National_Park_Service", "readable": "National Park Service", "graph": "resource:National_Park_Service" }, { "modified": "United States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?t rdf:type ontology:monument . ?t property:established ?w . ?t property:category ?z . FILTER ( ?w = \"1907-07-11\" ) }", "readable_query": "SELECT DISTINCT ?z WHERE { ?t rdf:type ontology:monument . ?t property:established ?w . ?t property:category ?z . FILTER ( ?w = \"1907-07-11\" ) }", "graph_answer": [ "resource:Historic_districts_in_the_United_States" ], "readable_answer": [ "Historic districts in the United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:monument . ?f property:category resource:Historic_districts_in_the_United_States . FILTER ( ?e = \"1907-07-11\" ) . ?f property:established ?e }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:monument . ?f property:category resource:Historic_districts_in_the_United_States . FILTER ( ?e = \"1907-07-11\" ) . ?f property:established ?e }", "graph_answer": [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument" ], "readable_answer": [ "14th New Jersey Volunteer Infantry Monument" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j ?u WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:owning_organisation ?u . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:district ?j }", "readable_query": "SELECT DISTINCT ?j ?u WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:owning_organisation ?u . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:district ?j }", "graph_answer": [ "resource:Monocacy_National_Battlefield", "resource:National_Park_Service" ], "readable_answer": [ "Monocacy National Battlefield", "National Park Service" ], "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 WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:country ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:country ?n }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "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" ] } ]
Building
3
6482
Id102
[ { "subject": "Adisham_Hall", "property": "architecturalStyle", "object": "Tudor_Revival_architecture" }, { "subject": "Adisham_Hall", "property": "buildingEndDate", "object": "\"1931\"" }, { "subject": "Adisham_Hall", "property": "location", "object": "Haputale" } ]
[ { "subject": "Adisham_Hall", "property": "architecturalStyle", "object": "Tudor_Revival_architecture" }, { "subject": "Adisham_Hall", "property": "completionDate", "object": "1931" }, { "subject": "Adisham_Hall", "property": "location", "object": "Haputale" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adisham Hall is located in Haputale was finished in 1931 and is in the Tudor Revival architectural style.", "Adisham Hall in Haputale was finished in 1931 and is of the Tudor Revival architectural style.", "Haputale's Adisham Hall has the Tudor Revival architectural style but it was completed in 1931." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adisham_Hall", "rdf:type", "ontology:building" ], [ "resource:Adisham_Hall", "property:location", "resource:Haputale" ], [ "resource:Adisham_Hall", "property:completion_date", "resource:1931" ], [ "resource:Adisham_Hall", "property:architectural_style", "resource:Tudor_Revival_architecture" ] ]
Adisham_Hall
[ { "modified": "architecturalStyle", "readable": "architectural style", "graph": "property:architectural_style" }, { "modified": "completionDate", "readable": "completion date", "graph": "property:completion_date" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "1931", "readable": "1931", "graph": "resource:1931" }, { "modified": "Adisham_Hall", "readable": "Adisham Hall", "graph": "resource:Adisham_Hall" }, { "modified": "Haputale", "readable": "Haputale", "graph": "resource:Haputale" }, { "modified": "Tudor_Revival_architecture", "readable": "Tudor Revival architecture", "graph": "resource:Tudor_Revival_architecture" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( LCASE ( ?q ) , 'revival' ) ) . resource:Adisham_Hall property:architectural_style ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( LCASE ( ?q ) , 'revival' ) ) . resource:Adisham_Hall property:architectural_style ?q }", "graph_answer": [ "resource:Tudor_Revival_architecture" ], "readable_answer": [ "Tudor Revival architecture" ], "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 ?b ?i WHERE { resource:Adisham_Hall property:location ?b . resource:Adisham_Hall property:completion_date ?i }", "readable_query": "SELECT DISTINCT ?b ?i WHERE { resource:Adisham_Hall property:location ?b . resource:Adisham_Hall property:completion_date ?i }", "graph_answer": [ "resource:Haputale", "resource:1931" ], "readable_answer": [ "Haputale", "1931" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
5
12435
Id152
[ { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "White_Americans" }, { "subject": "ALV_X-1", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "anthem", "object": "The_Star-Spangled_Banner" } ]
[ { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "White_Americans" }, { "subject": "ALV_X-1", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "anthem", "object": "The_Star-Spangled_Banner" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The country of origin of the ALV X-1 is the United States, where Washington D.C. is the capital. The leader of the United States is the President of the United States and the Star Spangled Banner is the national anthem. White Americans are one of the ethnic groups in the United States.", "Washington D.C. is the capital of the United States, where the ALV X-1 originated, and its national anthem is the Star Spangled Banner. The title of the leader of United States is The President of the United States, and White Americans are one of its ethnic groups.", "ALV X-1 originated in the United States which has the capital city of Washington DC. The country's leader is known as the President, the national anthem is the Star Spangled Banner and one of the ethnic groups in the country are the White Americans." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:anthem", "resource:The_Star_Spangled_Banner" ], [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:White_Americans" ], [ "resource:ALV_X_1", "property:country_origin", "resource:United_States" ], [ "resource:ALV_X_1", "rdf:type", "ontology:mean_of_transportation" ] ]
ALV_X-1
[ { "modified": "anthem", "readable": "anthem", "graph": "property:anthem" }, { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "countryOrigin", "readable": "country origin", "graph": "property:country_origin" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "ALV_X-1", "readable": "ALV X-1", "graph": "resource:ALV_X_1" }, { "modified": "President_of_the_United_States", "readable": "President of the United States", "graph": "resource:President_of_the_United_States" }, { "modified": "The_Star-Spangled_Banner", "readable": "The Star-Spangled Banner", "graph": "resource:The_Star_Spangled_Banner" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" }, { "modified": "White_Americans", "readable": "White Americans", "graph": "resource:White_Americans" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?y property:anthem resource:De_teapt__te__rom_ne_ . ?y property:ethnic_group resource:White_Americans }", "readable_query": "ASK WHERE { ?y property:anthem resource:Deșteaptă-te,_române! . ?y property:ethnic_group resource:White_Americans }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?q property:ethnic_group resource:White_Americans . ?q property:anthem resource:The_Star_Spangled_Banner }", "readable_query": "ASK WHERE { ?q property:ethnic_group resource:White_Americans . ?q property:anthem resource:The_Star-Spangled_Banner }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?m WHERE { ?m property:ethnic_group resource:White_Americans . ?m property:anthem resource:The_Star_Spangled_Banner }", "readable_query": "SELECT ?m WHERE { ?m property:ethnic_group resource:White_Americans . ?m property:anthem resource:The_Star-Spangled_Banner }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s ?a WHERE { resource:United_States property:capital ?s . resource:United_States property:leader_title ?a }", "readable_query": "SELECT DISTINCT ?s ?a WHERE { resource:United_States property:capital ?s . resource:United_States property:leader_title ?a }", "graph_answer": [ "resource:Washington__D_C_", "resource:President_of_the_United_States" ], "readable_answer": [ "Washington, D.C.", "President of the United States" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?v property:country_origin resource:United_States . ?v rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v property:country_origin resource:United_States . ?v rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:ALV_X_1" ], "readable_answer": [ "ALV X-1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
4
9462
Id61
[ { "subject": "Anaheim,_California", "property": "isPartOf", "object": "Orange_County,_California" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "United_States_House_of_Representatives", "property": "location", "object": "United_States" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "United_States_House_of_Representatives" } ]
[ { "subject": "Anaheim,_California", "property": "isPartOf", "object": "Orange_County,_California" }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "United_States_House_of_Representatives", "property": "location", "object": "United_States" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "United_States_House_of_Representatives" } ]
(X (X) (X (X (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The United States House of Representatives leads Anaheim, California within the United States. Anaheim, California is part of Orange County, California and English is the official language of the country.", "Anaheim is found in Orange County, California, United States and is led by the US based United States House of Representatives. English is the language spoken in the United States." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States_House_of_Representatives", "property:location", "resource:United_States" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:Anaheim__California", "property:leader_title", "resource:United_States_House_of_Representatives" ], [ "resource:Anaheim__California", "rdf:type", "ontology:city" ], [ "resource:Anaheim__California", "property:is_part_of", "resource:Orange_County__California" ] ]
Anaheim,_California
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Anaheim,_California", "readable": "Anaheim, California", "graph": "resource:Anaheim__California" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Orange_County,_California", "readable": "Orange County, California", "graph": "resource:Orange_County__California" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "United_States_House_of_Representatives", "readable": "United States House of Representatives", "graph": "resource:United_States_House_of_Representatives" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?y property:leader_title ?z . ?y property:is_part_of resource:Orange_County__California . ?z property:location resource:United_States . ?y rdf:type ontology:city . FILTER ( CONTAINS ( LCASE ( ?y ) , 'california' ) ) }", "readable_query": "SELECT DISTINCT ?z WHERE { ?y property:leader_title ?z . ?y property:is_part_of resource:Orange_County,_California . ?z property:location resource:United_States . ?y rdf:type ontology:city . FILTER ( CONTAINS ( LCASE ( ?y ) , 'california' ) ) }", "graph_answer": [ "resource:United_States_House_of_Representatives" ], "readable_answer": [ "United States House of Representatives" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?t ) WHERE { ?w rdf:type ontology:city . ?w property:leader_title resource:United_States_House_of_Representatives . ?w property:is_part_of resource:Orange_County__California }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?t ) WHERE { ?w rdf:type ontology:city . ?w property:leader_title resource:United_States_House_of_Representatives . ?w property:is_part_of resource:Orange_County,_California }", "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 ?n WHERE { ?n rdf:type ontology:city . ?n property:leader_title resource:United_States_House_of_Representatives . ?n property:is_part_of resource:Orange_County__California }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:city . ?n property:leader_title resource:United_States_House_of_Representatives . ?n property:is_part_of resource:Orange_County,_California }", "graph_answer": [ "resource:Anaheim__California" ], "readable_answer": [ "Anaheim, California" ], "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" ] } ]
Artist
4
8771
Id163
[ { "subject": "Anders_Osborne", "property": "associatedBand", "object": "Billy_Iuso" }, { "subject": "Anders_Osborne", "property": "associatedMusicalArtist", "object": "Tab_Benoit" }, { "subject": "Anders_Osborne", "property": "genre", "object": "Blues" }, { "subject": "Anders_Osborne", "property": "associatedActs", "object": "Voice_of_the_Wetlands_All-Stars" } ]
[ { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Billy_Iuso" }, { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Tab_Benoit" }, { "subject": "Anders_Osborne", "property": "genre", "object": "Blues" }, { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Voice_of_the_Wetlands_All-Stars" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Blues performer Anders Osborne is associated with musical artists Billy Iuso and Tab Benoit as well as the band, Voice of the Wetlands All-Stars.", "Anders Osborne plays blues music and is associated with Billy Iuso and Tab Benoit and the band Voice of the Wetlands All-Stars.", "Blues artist, Anders Osborne is associated with Tab Benoit, as well as the musical artist Billy Iuso and with Voice of the Wetlands All-Stars." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Anders_Osborne", "rdf:type", "ontology:artist" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Voice_of_the_Wetlands_All_Stars" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Billy_Iuso" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Tab_Benoit" ], [ "resource:Anders_Osborne", "property:genre", "resource:Blues" ] ]
Anders_Osborne
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Anders_Osborne", "readable": "Anders Osborne", "graph": "resource:Anders_Osborne" }, { "modified": "Billy_Iuso", "readable": "Billy Iuso", "graph": "resource:Billy_Iuso" }, { "modified": "Blues", "readable": "Blues", "graph": "resource:Blues" }, { "modified": "Tab_Benoit", "readable": "Tab Benoit", "graph": "resource:Tab_Benoit" }, { "modified": "Voice_of_the_Wetlands_All-Stars", "readable": "Voice of the Wetlands All-Stars", "graph": "resource:Voice_of_the_Wetlands_All_Stars" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?j ) WHERE { ?e property:associated_band_associated_musical_artist resource:Kirk_Joseph . ?e rdf:type ontology:artist . ?e property:genre ?j }", "readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?j ) WHERE { ?e property:associated_band_associated_musical_artist resource:Kirk_Joseph . ?e rdf:type ontology:artist . ?e property:genre ?j }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?c ) WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?o }", "readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?c ) WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?o }", "graph_answer": [ "3" ], "readable_answer": [ "3" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?c }", "graph_answer": [ "resource:Voice_of_the_Wetlands_All_Stars", "resource:Billy_Iuso", "resource:Tab_Benoit" ], "readable_answer": [ "Voice of the Wetlands All-Stars", "Billy Iuso", "Tab Benoit" ], "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 ?z WHERE { resource:Anders_Osborne property:dedicated_to ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Anders_Osborne property:dedicated_to ?z }", "graph_answer": [], "readable_answer": [], "type": [ "ellipsis", "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
2
4956
Id191
[ { "subject": "Caterpillar_Inc.", "property": "location", "object": "Peoria,_Illinois" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." } ]
[ { "subject": "Caterpillar_Inc.", "property": "location", "object": "Peoria,_Illinois" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "AIDAluna, which is powered by Caterpillar Inc. is located in Peoria, Illinois.", "Caterpillar Inc. is located in Peoria, Illinois and their engine powers the AIDAluna.", "The power type of the AIDAluna is the Caterpillar Inc. engine, who are located in Peoria, Illinois." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Caterpillar_Inc_", "property:location", "resource:Peoria__Illinois" ], [ "resource:AIDAluna", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AIDAluna", "property:power_type", "resource:Caterpillar_Inc_" ] ]
AIDAluna
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "AIDAluna", "readable": "AIDAluna", "graph": "resource:AIDAluna" }, { "modified": "Caterpillar_Inc.", "readable": "Caterpillar Inc.", "graph": "resource:Caterpillar_Inc_" }, { "modified": "Peoria,_Illinois", "readable": "Peoria, Illinois", "graph": "resource:Peoria__Illinois" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?z property:power_type resource:MTU_Friedrichshafen . ?z rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { ?z property:power_type resource:MTU_Friedrichshafen . ?z rdf:type ontology:mean_of_transportation }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?g rdf:type ontology:mean_of_transportation . ?g property:power_type resource:Caterpillar_Inc_ }", "readable_query": "ASK WHERE { ?g rdf:type ontology:mean_of_transportation . ?g property:power_type resource:Caterpillar_Inc. }", "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 ?k WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:power_type resource:Caterpillar_Inc_ }", "readable_query": "SELECT ?k WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:power_type resource:Caterpillar_Inc. }", "graph_answer": [ "resource:AIDAluna" ], "readable_answer": [ "AIDAluna" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Caterpillar_Inc_ property:location ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Caterpillar_Inc. property:location ?y }", "graph_answer": [ "resource:Peoria__Illinois" ], "readable_answer": [ "Peoria, Illinois" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
4
10635
Id76
[ { "subject": "ACF_Fiorentina", "property": "manager", "object": "Paulo_Sousa" }, { "subject": "Paulo_Sousa", "property": "managerClub", "object": "Maccabi_Tel_Aviv_F.C." }, { "subject": "Paulo_Sousa", "property": "team", "object": "Portugal_national_football_team" }, { "subject": "Paulo_Sousa", "property": "clubs", "object": "Inter_Milan" } ]
[ { "subject": "ACF_Fiorentina", "property": "manager", "object": "Paulo_Sousa" }, { "subject": "Paulo_Sousa", "property": "club", "object": "Maccabi_Tel_Aviv_F.C." }, { "subject": "Paulo_Sousa", "property": "club", "object": "Portugal_national_football_team" }, { "subject": "Paulo_Sousa", "property": "club", "object": "Inter_Milan" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Paulo Sousa played for Inter Milan and Maccabi Tel Aviv FC. He is a member of the Portugal national football team and manages ACF Fiorentina.", "Paulo Sousa is manager of ACF Fiorentina, plays for Maccabi Tel Aviv F.C., InterMilan club and the Portugal National Football Team.", "Paulo Sousa plays for Inter Milan, Maccabi Tel Aviv F.C. and the Portuguese national football team. In addition, he also manages ACF Fiorentina." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Paulo_Sousa", "property:club", "resource:Inter_Milan" ], [ "resource:Paulo_Sousa", "property:club", "resource:Maccabi_Tel_Aviv_F_C_" ], [ "resource:Paulo_Sousa", "property:club", "resource:Portugal_national_football_team" ], [ "resource:ACF_Fiorentina", "rdf:type", "ontology:sports_team" ], [ "resource:ACF_Fiorentina", "property:manager", "resource:Paulo_Sousa" ] ]
ACF_Fiorentina
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "ACF_Fiorentina", "readable": "ACF Fiorentina", "graph": "resource:ACF_Fiorentina" }, { "modified": "Inter_Milan", "readable": "Inter Milan", "graph": "resource:Inter_Milan" }, { "modified": "Maccabi_Tel_Aviv_F.C.", "readable": "Maccabi Tel Aviv F.C.", "graph": "resource:Maccabi_Tel_Aviv_F_C_" }, { "modified": "Paulo_Sousa", "readable": "Paulo Sousa", "graph": "resource:Paulo_Sousa" }, { "modified": "Portugal_national_football_team", "readable": "Portugal national football team", "graph": "resource:Portugal_national_football_team" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Paulo_Sousa property:club ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'p' ) ) }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Paulo_Sousa property:club ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'p' ) ) }", "graph_answer": [ "resource:Portugal_national_football_team" ], "readable_answer": [ "Portugal national football team" ], "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 ?q WHERE { resource:Paulo_Sousa property:club resource:Portugal_national_football_team }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Paulo_Sousa property:club resource:Portugal_national_football_team }", "graph_answer": [ "resource:Inter_Milan" ], "readable_answer": [ "Inter Milan" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:sports_team . ?w property:manager resource:Paulo_Sousa }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:sports_team . ?w property:manager resource:Paulo_Sousa }", "graph_answer": [ "resource:ACF_Fiorentina" ], "readable_answer": [ "ACF Fiorentina" ], "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" ] } ]
ComicsCharacter
2
4381
Id46
[ { "subject": "Baymax", "property": "series", "object": "Big_Hero_6_(film)" }, { "subject": "Big_Hero_6_(film)", "property": "starring", "object": "Scott_Adsit" } ]
[ { "subject": "Baymax", "property": "series", "object": "Big_Hero_6_(film)" }, { "subject": "Big_Hero_6_(film)", "property": "starring", "object": "Scott_Adsit" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Baymax is a character in Big Hero 6, Scott Adsit starred in the movie version of Big Hero 6.", "Baymax is a character in the film Big Hero 6 which stars Scott Adsit.", "Baymax is a character in Big Hero 6, starring Scott Adsit." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Baymax", "rdf:type", "ontology:comics_character" ], [ "resource:Baymax", "property:series", "resource:Big_Hero_6__film_" ], [ "resource:Big_Hero_6__film_", "property:starring", "resource:Scott_Adsit" ] ]
Baymax
[ { "modified": "series", "readable": "series", "graph": "property:series" }, { "modified": "starring", "readable": "starring", "graph": "property:starring" }, { "modified": "Baymax", "readable": "Baymax", "graph": "resource:Baymax" }, { "modified": "Big_Hero_6_(film)", "readable": "Big Hero 6", "graph": "resource:Big_Hero_6__film_" }, { "modified": "Scott_Adsit", "readable": "Scott Adsit", "graph": "resource:Scott_Adsit" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a ?h WHERE { ?a property:series ?h . ?a rdf:type ontology:comics_character . ?h property:starring resource:Scott_Adsit }", "readable_query": "SELECT DISTINCT ?a ?h WHERE { ?a property:series ?h . ?a rdf:type ontology:comics_character . ?h property:starring resource:Scott_Adsit }", "graph_answer": [ "resource:Baymax", "resource:Big_Hero_6__film_" ], "readable_answer": [ "Baymax", "Big Hero 6" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Astronaut
6
12884
Id54
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" }, { "subject": "Elliot_See", "property": "deathDate", "object": "\"1966-02-28\"^^xsd:date" }, { "subject": "Elliot_See", "property": "occupation", "object": "Test_pilot" }, { "subject": "Elliot_See", "property": "nationality", "object": "United_States" } ]
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" }, { "subject": "Elliot_See", "property": "deathDate", "object": "\"1966-02-28\"" }, { "subject": "Elliot_See", "property": "occupation", "object": "Test_pilot" }, { "subject": "Elliot_See", "property": "nationality", "object": "United_States" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Elliot See was born in Dallas and was American. He attended the University of Texas at Austin and worked as a test pilot. He died on Feb 28, 1966 in St. Louis.", "Elliot See was an American born in Dallas and attended the University of Texas at Austin. He was a test pilot. He died in St Louis in 1966.", "Elliot See was originally from Dallas, U.S.A. and graduated from the University of Texas at Austin. He worked as a test pilot and died in St. Louis on the 28th February 1966." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:death_place", "resource:St__Louis" ], [ "resource:Elliot_See", "property:nationality", "resource:United_States" ], [ "resource:Elliot_See", "property:occupation", "resource:Test_pilot" ], [ "resource:Elliot_See", "property:alma_mater", "resource:University_of_Texas_at_Austin" ], [ "resource:Elliot_See", "property:birth_place", "resource:Dallas" ], [ "resource:Elliot_See", "property:death_date", "1966-02-28" ] ]
Elliot_See
[ { "modified": "1966-02-28", "readable": "1966-02-28", "graph": "1966-02-28" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathDate", "readable": "death date", "graph": "property:death_date" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "Dallas", "readable": "Dallas", "graph": "resource:Dallas" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "St._Louis", "readable": "St. Louis", "graph": "resource:St__Louis" }, { "modified": "Test_pilot", "readable": "Test pilot", "graph": "resource:Test_pilot" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "University_of_Texas_at_Austin", "readable": "University of Texas at Austin", "graph": "resource:University_of_Texas_at_Austin" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { FILTER ( CONTAINS ( YEAR ( ?p ) , '1966' ) ) . ?t property:birth_place ?m . ?t property:death_date ?p . ?t rdf:type ontology:astronaut }", "readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( CONTAINS ( YEAR ( ?p ) , '1966' ) ) . ?t property:birth_place ?m . ?t property:death_date ?p . ?t rdf:type ontology:astronaut }", "graph_answer": [ "resource:Dallas" ], "readable_answer": [ "Dallas" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?s property:birth_place resource:England . ?s property:death_date ?g . ?s rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { ?s property:birth_place resource:England . ?s property:death_date ?g . ?s rdf:type ontology:astronaut }", "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" ] } ]
Airport
2
3378
Id183
[ { "subject": "Lake_Placid,_New_York", "property": "isPartOf", "object": "Essex_County,_New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "city", "object": "Lake_Placid,_New_York" } ]
[ { "subject": "Lake_Placid,_New_York", "property": "isPartOf", "object": "Essex_County,_New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "cityServed", "object": "Lake_Placid,_New_York" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adirondack Regional Airport serves the city of Lake Placid, New York which is part of Essex County, New York.", "Lake Placid, New York is part of Essex County, NY and it is served by the Adirondack Regional Airport.", "Lake Placid, is part of Essex County, New York and is served by the Adirondack Regional Airport." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adirondack_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adirondack_Regional_Airport", "property:city_served", "resource:Lake_Placid__New_York" ], [ "resource:Lake_Placid__New_York", "property:is_part_of", "resource:Essex_County__New_York" ] ]
Adirondack_Regional_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "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": "Essex_County,_New_York", "readable": "Essex County, New York", "graph": "resource:Essex_County__New_York" }, { "modified": "Lake_Placid,_New_York", "readable": "Lake Placid, New York", "graph": "resource:Lake_Placid__New_York" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( CONTAINS ( LCASE ( ?p ) , 'adirondack' ) ) . ?s property:is_part_of resource:Essex_County__New_York . ?p property:city_served ?s . ?p rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( CONTAINS ( LCASE ( ?p ) , 'adirondack' ) ) . ?s property:is_part_of resource:Essex_County,_New_York . ?p property:city_served ?s . ?p rdf:type ontology:airport }", "graph_answer": [ "resource:Adirondack_Regional_Airport" ], "readable_answer": [ "Adirondack Regional Airport" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { resource:Adirondack_Regional_Airport property:city_served ?n . ?n property:is_part_of resource:Essex_County__New_York . resource:Adirondack_Regional_Airport rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Adirondack_Regional_Airport property:city_served ?n . ?n property:is_part_of resource:Essex_County,_New_York . resource:Adirondack_Regional_Airport rdf:type ontology:airport }", "graph_answer": [ "resource:Lake_Placid__New_York" ], "readable_answer": [ "Lake Placid, New York" ], "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" ] } ]
MeanOfTransportation
4
10189
Id163
[ { "subject": "Aston_Martin_V8", "property": "related", "object": "Aston_Martin_DBS" }, { "subject": "Aston_Martin_V8", "property": "engine", "object": "Aston_Martin_V8__1" }, { "subject": "Aston_Martin_V8", "property": "relatedMeanOfTransportation", "object": "Aston_Martin_RHAM/1" }, { "subject": "Aston_Martin_V8", "property": "assembly", "object": "\"Newport Pagnell, Buckinghamshire, England, United Kingdom\"@en" } ]
[ { "subject": "Aston_Martin_V8", "property": "relatedMeanOfTransportation", "object": "Aston_Martin_DBS" }, { "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))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Aston Martin V8 is assembled in Newport Pagnell, Buckinghamshire, England, United Kingdom, and its engine volume is 5.3 litres. The Aston Martin V8 is related to the Aston Martin RHAM/1 and the Aston Martin DBS.", "The Aston Martin RHAM/1, Aston Martin V8 and Aston Martin DBS are a related means of transport. The Aston Martin V8 is assembled in Newport Pagnell, Buckinghamshire, England, United Kingdom and has a 5.3 litre engine.", "The Aston Martin V8 was made in Newport Pagnell, Buckinghamshire, England, UK. Its engine volume is 5.3 litres. It is similar to the Aston Martin RHAM/1 and the Aston Martin DBS." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aston_Martin_V8", "property:engine", "5.3 (litres)" ], [ "resource:Aston_Martin_V8", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Aston_Martin_V8", "property:related_mean_of_transportation", "resource:Aston_Martin_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": "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": "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 ( COUNT ( ?g ) AS ?y ) WHERE { resource:Aston_Martin_V8 property:assembly ?g }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?y ) WHERE { resource:Aston_Martin_V8 property:assembly ?g }", "graph_answer": [ "4" ], "readable_answer": [ "4" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { resource:Aston_Martin_V8 property:assembly ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Aston_Martin_V8 property:assembly ?f }", "graph_answer": [ "resource:United_Kingdom", "resource:England", "resource:Newport_Pagnell", "resource:Buckinghamshire" ], "readable_answer": [ "United Kingdom", "England", "Newport Pagnell", "Buckinghamshire" ], "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 ?u WHERE { resource:Aston_Martin_V8 property:related_mean_of_transportation ?u . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'a' ) ) }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Aston_Martin_V8 property:related_mean_of_transportation ?u . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'a' ) ) }", "graph_answer": [ "resource:Aston_Martin_DBS" ], "readable_answer": [ "Aston Martin DBS" ], "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 ( ?t ) AS ?f ) WHERE { resource:Aston_Martin_V8 property:related_mean_of_transportation ?t }", "readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?f ) WHERE { resource:Aston_Martin_V8 property:related_mean_of_transportation ?t }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?l != resource:Aston_Martin_DBS ) . resource:Aston_Martin_V8 property:related_mean_of_transportation ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?l != resource:Aston_Martin_DBS ) . resource:Aston_Martin_V8 property:related_mean_of_transportation ?l }", "graph_answer": [ "resource:Aston_Martin_RHAM_1" ], "readable_answer": [ "Aston Martin RHAM/1" ], "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 ?e WHERE { resource:Aston_Martin_V8 property:build_date ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Aston_Martin_V8 property:build_date ?e }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
University
2
5459
Id33
[ { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "city", "object": "Aarhus" }, { "subject": "Aarhus", "property": "northeast", "object": "Mols" } ]
[ { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "city", "object": "Aarhus" }, { "subject": "Aarhus", "property": "hasToItsNortheast", "object": "Mols" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Mols is situated to the northeast of Aarhus where the School of Business and Social Sciences at Aarhus University is located.", "The School of Business and Social Sciences at Aarhus University is in the city of Aarhus which has Mols to its northeast.", "The School of Business and Social Sciences at the Aarhus University is located in the city of Aarhus, which has Mols to its northeast." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:city", "resource:Aarhus" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "rdf:type", "ontology:university" ], [ "resource:Aarhus", "property:has_to_its_northeast", "resource:Mols" ] ]
School_of_Business_and_Social_Sciences_at_the_Aarhus_University
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "hasToItsNortheast", "readable": "has to its northeast", "graph": "property:has_to_its_northeast" }, { "modified": "Aarhus", "readable": "Aarhus", "graph": "resource:Aarhus" }, { "modified": "Mols", "readable": "Mols", "graph": "resource:Mols" }, { "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 ?w ?n WHERE { ?w rdf:type ontology:university . ?w property:city ?n . ?n property:has_to_its_northeast resource:Mols }", "readable_query": "SELECT DISTINCT ?w ?n WHERE { ?w rdf:type ontology:university . ?w property:city ?n . ?n property:has_to_its_northeast resource:Mols }", "graph_answer": [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "resource:Aarhus" ], "readable_answer": [ "School of Business and Social Sciences at the Aarhus University", "Aarhus" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Artist
3
6087
Id233
[ { "subject": "Rock_music", "property": "musicFusionGenre", "object": "Bhangra_(music)" }, { "subject": "Al_Anderson_(NRBQ)", "property": "instrument", "object": "Guitar" }, { "subject": "Al_Anderson_(NRBQ)", "property": "genre", "object": "Rock_music" } ]
[ { "subject": "Rock_music", "property": "musicFusionGenre", "object": "Bhangra_(music)" }, { "subject": "Al_Anderson_(NRBQ band)", "property": "instrument", "object": "Guitar" }, { "subject": "Al_Anderson_(NRBQ band)", "property": "genre", "object": "Rock_music" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Al Anderson is a rock musician who plays guitar for the NRBQ band. Bhangra music is a fusion of rock music.", "Al Anderson plays the guitar in the NRBQ band in the rock music genre, whose musical fusion is bhangra music.", "Guitar player, Al Anderson is in NRBQ band which play rock music. The music Bhangra is part of the fusion genre, partly coming from Rock music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Rock_music", "property:music_fusion_genre", "resource:Bhangra__music_" ], [ "resource:Al_Anderson__NRBQ_band_", "rdf:type", "ontology:artist" ], [ "resource:Al_Anderson__NRBQ_band_", "property:genre", "resource:Rock_music" ], [ "resource:Al_Anderson__NRBQ_band_", "property:instrument", "resource:Guitar" ] ]
Al_Anderson_(NRBQ_band)
[ { "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": "Al_Anderson_(NRBQ band)", "readable": "Al Anderson", "graph": "resource:Al_Anderson__NRBQ_band_" }, { "modified": "Bhangra_(music)", "readable": "Bhangra", "graph": "resource:Bhangra__music_" }, { "modified": "Guitar", "readable": "Guitar", "graph": "resource:Guitar" }, { "modified": "Rock_music", "readable": "Rock music", "graph": "resource:Rock_music" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?p property:genre ?v . ?p rdf:type ontology:artist . ?v property:music_fusion_genre resource:Disco }", "readable_query": "ASK WHERE { ?p property:genre ?v . ?p rdf:type ontology:artist . ?v 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", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
SportsTeam
4
10621
Id62
[ { "subject": "A.F.C._Fylde", "property": "ground", "object": "\"Kellamergh Park\"@en" }, { "subject": "A.F.C._Fylde", "property": "season", "object": "2014" }, { "subject": "A.F.C._Fylde", "property": "capacity", "object": "\"3180\"^^xsd:nonNegativeInteger" }, { "subject": "A.F.C._Fylde", "property": "fullname", "object": "\"Association Football Club Fylde\"@en" } ]
[ { "subject": "A.F.C._Fylde", "property": "ground", "object": "\"Kellamergh Park\"" }, { "subject": "A.F.C._Fylde", "property": "season", "object": "2014" }, { "subject": "A.F.C._Fylde", "property": "numberOfMembers", "object": "3180" }, { "subject": "A.F.C._Fylde", "property": "fullName", "object": "\"Association Football Club Fylde\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Kellamergh Park is the location of the home ground for AFC Fylde who have 3180 members. Their full name is \"Association Football Club Fylde\" and they played in 2014.", "A.F.C. Fylde, full name \"Association Football Club Fylde\", currently have 3180 members. Their home ground is Kellamergh Park, which they played at while competing in the 2014 season.", "Association Football Club Fylde (abbreviated to A.F.C. Fylde) has 3180 members, has its ground at Kellamergh park and played in the 2014 season." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_F_C__Fylde", "property:season", "resource:2014" ], [ "resource:A_F_C__Fylde", "property:full_name", "Association Football Club Fylde" ], [ "resource:A_F_C__Fylde", "property:number_of_members", "resource:3180" ], [ "resource:A_F_C__Fylde", "rdf:type", "ontology:sports_team" ], [ "resource:A_F_C__Fylde", "property:ground", "resource:Kellamergh_Park" ] ]
A.F.C._Fylde
[ { "modified": "Association Football Club Fylde", "readable": "Association Football Club Fylde", "graph": "Association Football Club Fylde" }, { "modified": "fullName", "readable": "full name", "graph": "property:full_name" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "2014", "readable": "2014", "graph": "resource:2014" }, { "modified": "3180", "readable": "3180", "graph": "resource:3180" }, { "modified": "A.F.C._Fylde", "readable": "A.F.C. Fylde", "graph": "resource:A_F_C__Fylde" }, { "modified": "Kellamergh Park", "readable": "Kellamergh Park", "graph": "resource:Kellamergh_Park" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?h ) WHERE { resource:A_F_C__Fylde property:ground ?v }", "readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?h ) WHERE { resource:A.F.C._Fylde property:ground ?v }", "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 { resource:A_F_C__Fylde property:ground ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:A.F.C._Fylde property:ground ?e }", "graph_answer": [ "resource:Kellamergh_Park" ], "readable_answer": [ "Kellamergh Park" ], "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 ?n ?a WHERE { resource:A_F_C__Fylde property:number_of_members ?n . resource:A_F_C__Fylde property:full_name ?a }", "readable_query": "SELECT DISTINCT ?n ?a WHERE { resource:A.F.C._Fylde property:number_of_members ?n . resource:A.F.C._Fylde property:full_name ?a }", "graph_answer": [ "resource:3180", "Association Football Club Fylde" ], "readable_answer": [ "3180", "Association Football Club Fylde" ], "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:A_F_C__Fylde property:season ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:A.F.C._Fylde property:season ?w }", "graph_answer": [ "resource:2014" ], "readable_answer": [ "2014" ], "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" ] } ]
WrittenWork
5
12778
Id46
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Alcatraz_Versus_the_Evil_Librarians", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" } ]
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Alcatraz_Versus_the_Evil_Librarians", "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": [ "The United States, whose capital is Washington D.C., is home to Native Americans, only one of the many ethnic groups in residence. English is spoken in the United States, like in Britain, the language in which the American book Alcatraz Versus the Evil Librarians is written.", "Washington D.C. is the capital of the United States. The English language is spoken in both the U.S. and Great Britain. An ethnic group called Native Americans and a book Alcatraz Versus the Evil Librarians come from the U.S.", "Alcatraz Versus the Evil Librarians is a book from The United States, where English (the language of Great Britain) is spoken. The capital is Washington D.C. and one ethnic group is Native American." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ], [ "resource:Alcatraz_Versus_the_Evil_Librarians", "rdf:type", "ontology:written_work" ], [ "resource:Alcatraz_Versus_the_Evil_Librarians", "property:country", "resource:United_States" ] ]
Alcatraz_Versus_the_Evil_Librarians
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "Alcatraz_Versus_the_Evil_Librarians", "readable": "Alcatraz Versus the Evil Librarians", "graph": "resource:Alcatraz_Versus_the_Evil_Librarians" }, { "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": "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 ?z WHERE { ?z property:country ?y . FILTER ( CONTAINS ( LCASE ( ?z ) , 'the' ) ) . ?y property:ethnic_group resource:Native_Americans_in_the_United_States . ?z rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:country ?y . FILTER ( CONTAINS ( LCASE ( ?z ) , 'the' ) ) . ?y property:ethnic_group resource:Native_Americans_in_the_United_States . ?z rdf:type ontology:written_work }", "graph_answer": [ "resource:Alcatraz_Versus_the_Evil_Librarians" ], "readable_answer": [ "Alcatraz Versus the Evil Librarians" ], "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 ?v WHERE { resource:English_language property:1st_runway_length_metre ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:English_language property:1st_runway_length_metre ?v }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
6001
Id147
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Alison_O'Donnell", "property": "associatedBand", "object": "Flibbertigibbet" }, { "subject": "Alison_O'Donnell", "property": "associatedMusicalArtist", "object": "Bajik" } ]
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Alison_O'Donnell", "property": "associatedBand/associatedMusicalArtist", "object": "Flibbertigibbet" }, { "subject": "Alison_O'Donnell", "property": "associatedBand/associatedMusicalArtist", "object": "Bajik" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Jazz music performer Alison O'Donnell, was once a member of both the Flibbertigibbet band and the band, Bajik.", "Alison O'Donnell performs jazz music, was a member of the Flibbertigibbet band, and is associated with Bajik.", "Alison O'Donnell plays jazz music and is associated with Bajik. She was a member of the Flibbertigibbet band." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alison_O_Donnell", "rdf:type", "ontology:artist" ], [ "resource:Alison_O_Donnell", "property:associated_band_associated_musical_artist", "resource:Bajik" ], [ "resource:Alison_O_Donnell", "property:associated_band_associated_musical_artist", "resource:Flibbertigibbet" ], [ "resource:Alison_O_Donnell", "property:genre", "resource:Jazz" ] ]
Alison_O'Donnell
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Alison_O'Donnell", "readable": "Alison O'Donnell", "graph": "resource:Alison_O_Donnell" }, { "modified": "Bajik", "readable": "Bajik", "graph": "resource:Bajik" }, { "modified": "Flibbertigibbet", "readable": "Flibbertigibbet", "graph": "resource:Flibbertigibbet" }, { "modified": "Jazz", "readable": "Jazz", "graph": "resource:Jazz" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'f' ) ) . resource:Alison_O_Donnell property:associated_band_associated_musical_artist ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'f' ) ) . resource:Alison_O'Donnell property:associated_band_associated_musical_artist ?y }", "graph_answer": [ "resource:Flibbertigibbet" ], "readable_answer": [ "Flibbertigibbet" ], "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 ?y WHERE { resource:Alison_O_Donnell property:associated_band_associated_musical_artist resource:Flibbertigibbet }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Alison_O'Donnell property:associated_band_associated_musical_artist resource:Flibbertigibbet }", "graph_answer": [ "resource:Bajik" ], "readable_answer": [ "Bajik" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:Alison_O_Donnell property:failed_launches ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Alison_O'Donnell property:failed_launches ?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" ] } ]
Building
2
3968
Id120
[ { "subject": "Amdavad_ni_Gufa", "property": "location", "object": "Gujarat" }, { "subject": "Amdavad_ni_Gufa", "property": "locationCountry", "object": "India" } ]
[ { "subject": "Amdavad_ni_Gufa", "property": "location", "object": "Gujarat" }, { "subject": "Amdavad_ni_Gufa", "property": "country", "object": "India" } ]
(X (X) (X))
sibling
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Amdavad ni Gufa is located in Gujarat, India." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Amdavad_ni_Gufa", "rdf:type", "ontology:building" ], [ "resource:Amdavad_ni_Gufa", "property:location", "resource:Gujarat" ], [ "resource:Amdavad_ni_Gufa", "property:country", "resource:India" ] ]
Amdavad_ni_Gufa
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Amdavad_ni_Gufa", "readable": "Amdavad ni Gufa", "graph": "resource:Amdavad_ni_Gufa" }, { "modified": "Gujarat", "readable": "Gujarat", "graph": "resource:Gujarat" }, { "modified": "India", "readable": "India", "graph": "resource:India" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?o property:location resource:Gujarat . ?o property:country resource:India . ?o rdf:type ontology:building }", "readable_query": "ASK WHERE { ?o property:location resource:Gujarat . ?o property:country resource:India . ?o rdf:type ontology:building }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?g WHERE { ?g property:country resource:India . ?g property:location resource:Gujarat . ?g rdf:type ontology:building }", "readable_query": "SELECT ?g WHERE { ?g property:country resource:India . ?g property:location resource:Gujarat . ?g rdf:type ontology:building }", "graph_answer": [ "resource:Amdavad_ni_Gufa" ], "readable_answer": [ "Amdavad ni Gufa" ], "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" ] } ]
Building
2
4001
Id153
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "Manhattan" }, { "subject": "Manhattan", "property": "leaderName", "object": "Cyrus_Vance,_Jr." } ]
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "Manhattan" }, { "subject": "Manhattan", "property": "leader", "object": "Cyrus_Vance,_Jr." } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Asser Levy Public Baths is located in Manhattan where Cyrus Vance Jr. is the leader.", "Asser Levy Public Baths is located in Manhattan where Cyrus Vance Jr. is one of the leaders." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Manhattan", "property:leader", "resource:Cyrus_Vance__Jr_" ], [ "resource:Asser_Levy_Public_Baths", "rdf:type", "ontology:building" ], [ "resource:Asser_Levy_Public_Baths", "property:location", "resource:Manhattan" ] ]
Asser_Levy_Public_Baths
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Asser_Levy_Public_Baths", "readable": "Asser Levy Public Baths", "graph": "resource:Asser_Levy_Public_Baths" }, { "modified": "Cyrus_Vance,_Jr.", "readable": "Cyrus Vance, Jr.", "graph": "resource:Cyrus_Vance__Jr_" }, { "modified": "Manhattan", "readable": "Manhattan", "graph": "resource:Manhattan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c ?k WHERE { ?c property:location ?k . ?c rdf:type ontology:building . ?k property:leader resource:Cyrus_Vance__Jr_ }", "readable_query": "SELECT DISTINCT ?c ?k WHERE { ?c property:location ?k . ?c rdf:type ontology:building . ?k property:leader resource:Cyrus_Vance,_Jr. }", "graph_answer": [ "resource:Asser_Levy_Public_Baths", "resource:Manhattan" ], "readable_answer": [ "Asser Levy Public Baths", "Manhattan" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
University
3
8098
Id2
[ { "subject": "1_Decembrie_1918_University,_Alba_Iulia", "property": "nickname", "object": "Uab" }, { "subject": "1_Decembrie_1918_University,_Alba_Iulia", "property": "city", "object": "Alba_Iulia" }, { "subject": "1_Decembrie_1918_University,_Alba_Iulia", "property": "state", "object": "Alba" } ]
[ { "subject": "1_Decembrie_1918_University", "property": "nickname", "object": "Uab" }, { "subject": "1_Decembrie_1918_University", "property": "city", "object": "Alba_Iulia" }, { "subject": "1_Decembrie_1918_University", "property": "state", "object": "Alba" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The 1 Decembrie 1918 University is located in Alba Iulia, Alba. Its nickname is Uab.", "The nickname of the 1 Decembrie 1918 University in Alba Iulia, Alba, is Uab.", "The 1 Decembrie 1918 University is also known as Uab and located in Alba Iulia, Alba." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1_Decembrie_1918_University", "property:city", "resource:Alba_Iulia" ], [ "resource:1_Decembrie_1918_University", "rdf:type", "ontology:university" ], [ "resource:1_Decembrie_1918_University", "property:state", "resource:Alba" ], [ "resource:1_Decembrie_1918_University", "property:nickname", "resource:Uab" ] ]
1_Decembrie_1918_University
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "nickname", "readable": "nickname", "graph": "property:nickname" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "1_Decembrie_1918_University", "readable": "1 Decembrie 1918 University", "graph": "resource:1_Decembrie_1918_University" }, { "modified": "Alba", "readable": "Alba", "graph": "resource:Alba" }, { "modified": "Alba_Iulia", "readable": "Alba Iulia", "graph": "resource:Alba_Iulia" }, { "modified": "Uab", "readable": "Uab", "graph": "resource:Uab" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?q property:city resource:Alba_Iulia . ?q rdf:type ontology:university . ?q property:nickname resource:Uab }", "readable_query": "ASK WHERE { ?q property:city resource:Alba_Iulia . ?q rdf:type ontology:university . ?q property:nickname resource:Uab }", "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 ?c WHERE { ?c rdf:type ontology:university . ?c property:nickname resource:Uab . ?c property:city resource:Alba_Iulia }", "readable_query": "SELECT ?c WHERE { ?c rdf:type ontology:university . ?c property:nickname resource:Uab . ?c property:city resource:Alba_Iulia }", "graph_answer": [ "resource:1_Decembrie_1918_University" ], "readable_answer": [ "1 Decembrie 1918 University" ], "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:1_Decembrie_1918_University property:service ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:1_Decembrie_1918_University property:service ?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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:1_Decembrie_1918_University property:music_subgenre ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:1_Decembrie_1918_University property:music_subgenre ?e }", "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" ] } ]
University
3
8132
Id36
[ { "subject": "Alba_Iulia", "property": "country", "object": "Romania" }, { "subject": "Romania", "property": "capital", "object": "Bucharest" }, { "subject": "1_Decembrie_1918_University,_Alba_Iulia", "property": "city", "object": "Alba_Iulia" } ]
[ { "subject": "Alba_Iulia", "property": "country", "object": "Romania" }, { "subject": "Romania", "property": "capital", "object": "Bucharest" }, { "subject": "1_Decembrie_1918_University", "property": "city", "object": "Alba_Iulia" } ]
(X (X (X (X))))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "1 Decembrie 1918 University is in Alba Iulia, Romania. Bucharest is the capital of Romania.", "The 1 Decembrie 1918 University is located in the city of Alba Iulia, Romania (capital Bucharest)." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alba_Iulia", "property:country", "resource:Romania" ], [ "resource:1_Decembrie_1918_University", "property:city", "resource:Alba_Iulia" ], [ "resource:1_Decembrie_1918_University", "rdf:type", "ontology:university" ], [ "resource:Romania", "property:capital", "resource:Bucharest" ] ]
1_Decembrie_1918_University
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "1_Decembrie_1918_University", "readable": "1 Decembrie 1918 University", "graph": "resource:1_Decembrie_1918_University" }, { "modified": "Alba_Iulia", "readable": "Alba Iulia", "graph": "resource:Alba_Iulia" }, { "modified": "Bucharest", "readable": "Bucharest", "graph": "resource:Bucharest" }, { "modified": "Romania", "readable": "Romania", "graph": "resource:Romania" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s ?y WHERE { ?s rdf:type ontology:university . ?s property:city ?y . ?y property:country resource:Romania }", "readable_query": "SELECT DISTINCT ?s ?y WHERE { ?s rdf:type ontology:university . ?s property:city ?y . ?y property:country resource:Romania }", "graph_answer": [ "resource:1_Decembrie_1918_University", "resource:Alba_Iulia" ], "readable_answer": [ "1 Decembrie 1918 University", "Alba Iulia" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Romania property:capital resource:Bucharest }", "readable_query": "ASK WHERE { resource:Romania property:capital resource:Bucharest }", "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
4
9241
Id164
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "New_York_City" }, { "subject": "New_York_City", "property": "country", "object": "United_States" }, { "subject": "Manhattan", "property": "isPartOf", "object": "New_York" }, { "subject": "New_York_City", "property": "subdivisionName", "object": "Manhattan" } ]
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "New_York_City" }, { "subject": "New_York_City", "property": "country", "object": "United_States" }, { "subject": "Manhattan", "property": "isPartOf", "object": "New_York" }, { "subject": "New_York_City", "property": "isPartOf", "object": "Manhattan" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Asser Levy Public baths are located in New York City, Manhattan, New York, US.", "Asser Levy Public Baths are in New York City, Manhattan, New York, United States." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Manhattan", "property:is_part_of", "resource:New_York" ], [ "resource:New_York_City", "property:country", "resource:United_States" ], [ "resource:New_York_City", "property:is_part_of", "resource:Manhattan" ], [ "resource:Asser_Levy_Public_Baths", "rdf:type", "ontology:building" ], [ "resource:Asser_Levy_Public_Baths", "property:location", "resource:New_York_City" ] ]
Asser_Levy_Public_Baths
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Asser_Levy_Public_Baths", "readable": "Asser Levy Public Baths", "graph": "resource:Asser_Levy_Public_Baths" }, { "modified": "Manhattan", "readable": "Manhattan", "graph": "resource:Manhattan" }, { "modified": "New_York", "readable": "New York", "graph": "resource:New_York" }, { "modified": "New_York_City", "readable": "New York City", "graph": "resource:New_York_City" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?h ) WHERE { ?z rdf:type ontology:building . ?u property:is_part_of resource:Manhattan . ?z property:location ?u }", "readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?h ) WHERE { ?z rdf:type ontology:building . ?u property:is_part_of resource:Manhattan . ?z property:location ?u }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?w property:location ?i . ?w rdf:type ontology:building . ?i property:is_part_of resource:Manhattan }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w property:location ?i . ?w rdf:type ontology:building . ?i property:is_part_of resource:Manhattan }", "graph_answer": [ "resource:Asser_Levy_Public_Baths" ], "readable_answer": [ "Asser Levy Public Baths" ], "type": [ "ellipsis", "coreference", "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 ?l WHERE { resource:Asser_Levy_Public_Baths rdf:type ontology:building . ?l property:is_part_of resource:Manhattan . resource:Asser_Levy_Public_Baths property:location ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Asser_Levy_Public_Baths rdf:type ontology:building . ?l property:is_part_of resource:Manhattan . resource:Asser_Levy_Public_Baths property:location ?l }", "graph_answer": [ "resource:New_York_City" ], "readable_answer": [ "New York City" ], "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 ?d WHERE { resource:New_York_City property:draft_round ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:New_York_City property:draft_round ?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" ] } ]
Airport
2
3368
Id173
[ { "subject": "Atlantic_City_International_Airport", "property": "operator", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "headquarter", "object": "Four_World_Trade_Center" } ]
[ { "subject": "Atlantic_City_International_Airport", "property": "operatingOrganisation", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "headquarter", "object": "Four_World_Trade_Center" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Atlantic City International Airport is operated by the Port Authority of New York and New Jersey, which has its headquarters at the Four World Trade Centre.", "The Port Authority of New York and New Jersey is based at the Four World Trade Centre and operates Atlantic City international airport." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Port_Authority_of_New_York_and_New_Jersey", "property:headquarter", "resource:Four_World_Trade_Center" ], [ "resource:Atlantic_City_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Atlantic_City_International_Airport", "property:operating_organisation", "resource:Port_Authority_of_New_York_and_New_Jersey" ] ]
Atlantic_City_International_Airport
[ { "modified": "headquarter", "readable": "headquarter", "graph": "property:headquarter" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "Atlantic_City_International_Airport", "readable": "Atlantic City International Airport", "graph": "resource:Atlantic_City_International_Airport" }, { "modified": "Four_World_Trade_Center", "readable": "Four World Trade Center", "graph": "resource:Four_World_Trade_Center" }, { "modified": "Port_Authority_of_New_York_and_New_Jersey", "readable": "Port Authority of New York and New Jersey", "graph": "resource:Port_Authority_of_New_York_and_New_Jersey" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v ?u WHERE { ?u property:headquarter resource:Four_World_Trade_Center . ?v property:operating_organisation ?u . ?v rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?v ?u WHERE { ?u property:headquarter resource:Four_World_Trade_Center . ?v property:operating_organisation ?u . ?v rdf:type ontology:airport }", "graph_answer": [ "resource:Atlantic_City_International_Airport", "resource:Port_Authority_of_New_York_and_New_Jersey" ], "readable_answer": [ "Atlantic City International Airport", "Port Authority of New York and New Jersey" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
3
7403
Id3
[ { "subject": "1955_Dodge", "property": "engine", "object": "1955_Dodge__3" }, { "subject": "1955_Dodge", "property": "transmission", "object": "\"3-speed automatic\"" }, { "subject": "1955_Dodge", "property": "aka", "object": "\"Dodge Custom Royal\"@en" } ]
[ { "subject": "1955_Dodge", "property": "engine", "object": "V8_engine" }, { "subject": "1955_Dodge", "property": "transmission", "object": "\"3-speed automatic\"" }, { "subject": "1955_Dodge", "property": "alternativeName", "object": "\"Dodge Custom Royal\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The 1955 Dodge also known as the Dodge Custom Royal has a 3-speed auto transmission and a V8 type engine.", "The 1955 Dodge has a V8 engine, a 3-speed automatic transmission and is also known as the Dodge Custom Royal.", "The 1955 Dodge, also called the Dodge Custom Royal, uses a 3-speed automatic transmission and has a V8 engine." ], "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:alternative_name", "resource:Dodge_Custom_Royal" ] ]
1955_Dodge
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "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 Custom Royal", "readable": "Dodge Custom Royal", "graph": "resource:Dodge_Custom_Royal" }, { "modified": "V8_engine", "readable": "V8 engine", "graph": "resource:V8_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v ?z WHERE { resource:1955_Dodge property:engine ?z . resource:1955_Dodge property:transmission ?v }", "readable_query": "SELECT DISTINCT ?v ?z WHERE { resource:1955_Dodge property:engine ?z . resource:1955_Dodge property:transmission ?v }", "graph_answer": [ "resource:3_speed_automatic", "resource:V8_engine" ], "readable_answer": [ "3-speed automatic", "V8 engine" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:1955_Dodge property:alternative_name resource:Dodge_Custom_Royal }", "readable_query": "ASK WHERE { resource:1955_Dodge property:alternative_name resource:Dodge_Custom_Royal }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
SportsTeam
3
7961
Id34
[ { "subject": "A.C._Lumezzane", "property": "league", "object": "Lega_Pro" }, { "subject": "A.C._Lumezzane", "property": "season", "object": "2014–15_Lega_Pro" }, { "subject": "A.C._Lumezzane", "property": "capacity", "object": "4150" } ]
[ { "subject": "A.C._Lumezzane", "property": "league", "object": "Lega_Pro" }, { "subject": "A.C._Lumezzane", "property": "season", "object": "2014–15_Lega_Pro" }, { "subject": "A.C._Lumezzane", "property": "numberOfMembers", "object": "4150" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Lumezzane played in the Lega Pro during the 2014-2015 season and has 4150 members.", "A.C. Lumezzane has 4150 members, played in the Lega Pro during the 2014-15 season and still play in the same league.", "A.C. Lumezzane has 4150 members and will play in Lega Pro. Lumezzane played in Lega Pro in 2014-2015." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_C__Lumezzane", "property:season", "resource:2014_15_Lega_Pro" ], [ "resource:A_C__Lumezzane", "property:number_of_members", "resource:4150" ], [ "resource:A_C__Lumezzane", "rdf:type", "ontology:sports_team" ], [ "resource:A_C__Lumezzane", "property:league", "resource:Lega_Pro" ] ]
A.C._Lumezzane
[ { "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–15_Lega_Pro", "readable": "2014–15 Lega Pro", "graph": "resource:2014_15_Lega_Pro" }, { "modified": "4150", "readable": "4150", "graph": "resource:4150" }, { "modified": "A.C._Lumezzane", "readable": "A.C. Lumezzane", "graph": "resource:A_C__Lumezzane" }, { "modified": "Lega_Pro", "readable": "Lega Pro", "graph": "resource:Lega_Pro" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j ?b WHERE { resource:A_C__Lumezzane property:number_of_members ?j . resource:A_C__Lumezzane property:season ?b }", "readable_query": "SELECT DISTINCT ?j ?b WHERE { resource:A.C._Lumezzane property:number_of_members ?j . resource:A.C._Lumezzane property:season ?b }", "graph_answer": [ "resource:4150", "resource:2014_15_Lega_Pro" ], "readable_answer": [ "4150", "2014–15 Lega Pro" ], "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 ( ?u ) AS ?t ) WHERE { resource:A_C__Lumezzane property:league ?u }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?t ) WHERE { resource:A.C._Lumezzane property:league ?u }", "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 ?m WHERE { resource:A_C__Lumezzane property:league ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:A.C._Lumezzane property:league ?m }", "graph_answer": [ "resource:Lega_Pro" ], "readable_answer": [ "Lega Pro" ], "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" ] } ]
MeanOfTransportation
3
7589
Id189
[ { "subject": "Audi_A1", "property": "manufacturer", "object": "Audi" }, { "subject": "Audi", "property": "foundedBy", "object": "August_Horch" }, { "subject": "Audi", "property": "subsidiary", "object": "Lamborghini" } ]
[ { "subject": "Audi_A1", "property": "manufacturer", "object": "Audi" }, { "subject": "Audi", "property": "foundedBy", "object": "August_Horch" }, { "subject": "Audi", "property": "subsidiary", "object": "Lamborghini" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Audi which manufactures the Audi A1 was founded by August Horch. Lamborghini is a subsidiary of the company.", "Audi was founded by August Horch and makes the Audi A1 as well as having a subsidiary Lamborghini.", "The Audi A1 is manufactured by Audi which was founded by August Horch and Lamborghini is a subsidiary." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Audi", "property:founded_by", "resource:August_Horch" ], [ "resource:Audi", "property:subsidiary", "resource:Lamborghini" ], [ "resource:Audi_A1", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Audi_A1", "property:manufacturer", "resource:Audi" ] ]
Audi_A1
[ { "modified": "foundedBy", "readable": "founded by", "graph": "property:founded_by" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "subsidiary", "readable": "subsidiary", "graph": "property:subsidiary" }, { "modified": "Audi", "readable": "Audi", "graph": "resource:Audi" }, { "modified": "Audi_A1", "readable": "Audi A1", "graph": "resource:Audi_A1" }, { "modified": "August_Horch", "readable": "August Horch", "graph": "resource:August_Horch" }, { "modified": "Lamborghini", "readable": "Lamborghini", "graph": "resource:Lamborghini" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?f property:founded_by resource:John_Reith__1st_Baron_Reith . ?f property:subsidiary resource:Lamborghini }", "readable_query": "ASK WHERE { ?f property:founded_by resource:John_Reith,_1st_Baron_Reith . ?f property:subsidiary resource:Lamborghini }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?y property:founded_by resource:August_Horch . ?y property:subsidiary resource:Lamborghini }", "readable_query": "ASK WHERE { ?y property:founded_by resource:August_Horch . ?y property:subsidiary resource:Lamborghini }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?e WHERE { ?e property:founded_by resource:August_Horch . ?e property:subsidiary resource:Lamborghini }", "readable_query": "SELECT ?e WHERE { ?e property:founded_by resource:August_Horch . ?e property:subsidiary resource:Lamborghini }", "graph_answer": [ "resource:Audi" ], "readable_answer": [ "Audi" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?z property:manufacturer resource:Audi . ?z rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:manufacturer resource:Audi . ?z rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:Audi_A1" ], "readable_answer": [ "Audi A1" ], "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
3
7685
Id16
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Leiden_University" }, { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Netherlands" } ]
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Leiden_University" }, { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Netherlands" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Netherlands born Ab Klink studied at Leiden University and is a member of the Christian Democratic Appeal party.", "Ab Klink was born in the Netherlands and belongs to the Christian Democratic Appeal party. His alma mater is Leiden University." ], "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:Netherlands" ] ]
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": "Netherlands", "readable": "Netherlands", "graph": "resource:Netherlands" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?k property:party ?w . ?k rdf:type ontology:politician . ?k property:birth_place resource:New_Britain__Connecticut }", "readable_query": "ASK WHERE { ?k property:party ?w . ?k rdf:type ontology:politician . ?k property:birth_place resource:New_Britain,_Connecticut }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Athlete
2
3729
Id69
[ { "subject": "Akeem_Dent", "property": "debutTeam", "object": "Atlanta_Falcons" }, { "subject": "Akeem_Dent", "property": "formerTeam", "object": "Houston_Texans" } ]
[ { "subject": "Akeem_Dent", "property": "debutTeam", "object": "Atlanta_Falcons" }, { "subject": "Akeem_Dent", "property": "formerTeam", "object": "Houston_Texans" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Dent's first team were the Atlanta Falcons and another former team was the Houston Texans.", "Akeem Dent debuted with the Atlanta Falcons and also played for the Houston Texans.", "Akeem Dent debuted with Atlanta Falcons and also played for Houston Texans." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Dent", "property:former_team", "resource:Houston_Texans" ], [ "resource:Akeem_Dent", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Dent", "property:debut_team", "resource:Atlanta_Falcons" ] ]
Akeem_Dent
[ { "modified": "debutTeam", "readable": "debut team", "graph": "property:debut_team" }, { "modified": "formerTeam", "readable": "former team", "graph": "property:former_team" }, { "modified": "Akeem_Dent", "readable": "Akeem Dent", "graph": "resource:Akeem_Dent" }, { "modified": "Atlanta_Falcons", "readable": "Atlanta Falcons", "graph": "resource:Atlanta_Falcons" }, { "modified": "Houston_Texans", "readable": "Houston Texans", "graph": "resource:Houston_Texans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?z property:former_team resource:Houston_Texans . ?z rdf:type ontology:athlete . FILTER ( STRSTARTS ( LCASE ( ?z ) , 'a' ) ) . ?z property:debut_team ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { ?z property:former_team resource:Houston_Texans . ?z rdf:type ontology:athlete . FILTER ( STRSTARTS ( LCASE ( ?z ) , 'a' ) ) . ?z property:debut_team ?l }", "graph_answer": [ "resource:Atlanta_Falcons" ], "readable_answer": [ "Atlanta Falcons" ], "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 ?y WHERE { ?y property:former_team resource:Houston_Texans . ?y property:debut_team resource:Atlanta_Falcons . FILTER ( STRSTARTS ( LCASE ( ?y ) , 'a' ) ) . ?y rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?y WHERE { ?y property:former_team resource:Houston_Texans . ?y property:debut_team resource:Atlanta_Falcons . FILTER ( STRSTARTS ( LCASE ( ?y ) , 'a' ) ) . ?y rdf:type ontology:athlete }", "graph_answer": [ "resource:Akeem_Dent" ], "readable_answer": [ "Akeem Dent" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { resource:Akeem_Dent property:revenue ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Akeem_Dent property:revenue ?i }", "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" ] } ]
Company
5
12044
Id25
[ { "subject": "Trane", "property": "foundingYear", "object": "2007-01-01" }, { "subject": "Trane", "property": "location", "object": "Ireland" }, { "subject": "Trane", "property": "numberOfEmployees", "object": "29000" }, { "subject": "Trane", "property": "product", "object": "HVAC" }, { "subject": "Trane", "property": "industry", "object": "Building_materials" } ]
[ { "subject": "Trane", "property": "foundingDate", "object": "1913-01-01" }, { "subject": "Trane", "property": "location", "object": "Ireland" }, { "subject": "Trane", "property": "numberOfEmployees", "object": "29000" }, { "subject": "Trane", "property": "product", "object": "HVAC" }, { "subject": "Trane", "property": "industry", "object": "Building_materials" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Trane is a company in Ireland founded on 1913-01-01 which employees 29,000 people to build HVAC building materials.", "Trane, founded on 01-01-1913, is located in Ireland, it has 29000 employees. Trane manufactures HVAC in the building material industry.", "The Trane company (founded on January 01, 1913) is located in Ireland and has 29,000 employees. This company is in the building materials industry with HVAC being one of its products." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Trane", "property:founding_date", "resource:1913_01_01" ], [ "resource:Trane", "property:number_of_employees", "29000" ], [ "resource:Trane", "property:product", "resource:HVAC" ], [ "resource:Trane", "rdf:type", "ontology:company" ], [ "resource:Trane", "property:location", "resource:Ireland" ], [ "resource:Trane", "property:industry", "resource:Building_materials" ] ]
Trane
[ { "modified": "29000", "readable": "29000", "graph": "29000" }, { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "industry", "readable": "industry", "graph": "property:industry" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "numberOfEmployees", "readable": "number of employees", "graph": "property:number_of_employees" }, { "modified": "product", "readable": "product", "graph": "property:product" }, { "modified": "1913-01-01", "readable": "1913-01-01", "graph": "resource:1913_01_01" }, { "modified": "Building_materials", "readable": "Building materials", "graph": "resource:Building_materials" }, { "modified": "HVAC", "readable": "HVAC", "graph": "resource:HVAC" }, { "modified": "Ireland", "readable": "Ireland", "graph": "resource:Ireland" }, { "modified": "Trane", "readable": "Trane", "graph": "resource:Trane" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?i rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?g ) , '1913' ) ) . ?i property:industry ?d . ?i property:founding_date ?g }", "readable_query": "SELECT DISTINCT ?d WHERE { ?i rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?g ) , '1913' ) ) . ?i property:industry ?d . ?i property:founding_date ?g }", "graph_answer": [ "resource:Building_materials" ], "readable_answer": [ "Building materials" ], "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 ?d WHERE { ?n rdf:type ontology:company . ?n property:founding_date ?d . FILTER ( CONTAINS ( YEAR ( ?d ) , '1913' ) ) . ?n property:industry resource:Building_materials }", "readable_query": "SELECT DISTINCT ?d WHERE { ?n rdf:type ontology:company . ?n property:founding_date ?d . FILTER ( CONTAINS ( YEAR ( ?d ) , '1913' ) ) . ?n property:industry resource:Building_materials }", "graph_answer": [ "resource:1913_01_01" ], "readable_answer": [ "1913-01-01" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( CONTAINS ( YEAR ( ?u ) , '1913' ) ) . ?d property:founding_date ?u . ?d rdf:type ontology:company . ?d property:location ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( CONTAINS ( YEAR ( ?u ) , '1913' ) ) . ?d property:founding_date ?u . ?d rdf:type ontology:company . ?d property:location ?n }", "graph_answer": [ "resource:Ireland" ], "readable_answer": [ "Ireland" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?h rdf:type ontology:company . ?h property:number_of_employees resource:8500 . ?h property:location resource:Ireland }", "readable_query": "ASK WHERE { ?h rdf:type ontology:company . ?h property:number_of_employees resource:8500 . ?h property:location resource:Ireland }", "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 { ?i property:location resource:Ireland . ?i property:number_of_employees '29000' . ?i rdf:type ontology:company }", "readable_query": "ASK WHERE { ?i property:location resource:Ireland . ?i property:number_of_employees '29000' . ?i rdf:type ontology:company }", "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 ?s WHERE { ?s property:number_of_employees '29000' . ?s rdf:type ontology:company . ?s property:location resource:Ireland }", "readable_query": "SELECT ?s WHERE { ?s property:number_of_employees '29000' . ?s rdf:type ontology:company . ?s property:location resource:Ireland }", "graph_answer": [ "resource:Trane" ], "readable_answer": [ "Trane" ], "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 ?f ?t WHERE { resource:Trane property:number_of_employees ?f . resource:Trane property:product ?t }", "readable_query": "SELECT DISTINCT ?f ?t WHERE { resource:Trane property:number_of_employees ?f . resource:Trane property:product ?t }", "graph_answer": [ "29000", "resource:HVAC" ], "readable_answer": [ "29000", "HVAC" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Artist
3
6065
Id211
[ { "subject": "Andrew_White_(musician)", "property": "associatedBand", "object": "Marry_Banilow" }, { "subject": "Andrew_White_(musician)", "property": "associatedMusicalArtist", "object": "Kaiser_Chiefs" }, { "subject": "Andrew_White_(musician)", "property": "genre", "object": "Alternative_rock" } ]
[ { "subject": "Andrew_White_(musician)", "property": "associatedBand/associatedMusicalArtist", "object": "Kaiser_Chiefs" }, { "subject": "Andrew_White_(musician)", "property": "associatedBand/associatedMusicalArtist", "object": "Marry_Banilow" }, { "subject": "Andrew_White_(musician)", "property": "genre", "object": "Alternative_rock" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The musician Andrew White is a member of the Kaiser Chiefs band and his genre is alternative rock. He is also associated with the musical artist, Marry Banilow.", "Andrew White, whose genre is alternative rock, plays for the band Kaiser Chiefs and is associated with the musical artist Marry Banilow.", "The musician Andrew White is associated with the musical artist Marry Banilow and plays for the band Kaiser Chiefs. His genre is alternative rock." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andrew_White__musician_", "rdf:type", "ontology:artist" ], [ "resource:Andrew_White__musician_", "property:associated_band_associated_musical_artist", "resource:Kaiser_Chiefs" ], [ "resource:Andrew_White__musician_", "property:associated_band_associated_musical_artist", "resource:Marry_Banilow" ], [ "resource:Andrew_White__musician_", "property: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": "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": "Marry_Banilow", "readable": "Marry Banilow", "graph": "resource:Marry_Banilow" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?g ) WHERE { resource:Andrew_White__musician_ property:associated_band_associated_musical_artist ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?g ) WHERE { resource:Andrew_White_(musician) property:associated_band_associated_musical_artist ?i }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { resource:Andrew_White__musician_ property:associated_band_associated_musical_artist ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Andrew_White_(musician) property:associated_band_associated_musical_artist ?u }", "graph_answer": [ "resource:Kaiser_Chiefs", "resource:Marry_Banilow" ], "readable_answer": [ "Kaiser Chiefs", "Marry Banilow" ], "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 ?p WHERE { resource:Andrew_White__musician_ property:starring ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Andrew_White_(musician) property:starring ?p }", "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" ] } ]
CelestialBody
4
9384
Id101
[ { "subject": "10_Hygiea", "property": "epoch", "object": "\"27 June 2015 (JD2457200.5)\"" }, { "subject": "10_Hygiea", "property": "escapeVelocity", "object": "\"756.0\"^^xsd:double" }, { "subject": "10_Hygiea", "property": "surfaceArea", "object": "8.37081e+11" }, { "subject": "10_Hygiea", "property": "Planet/apoapsis", "object": "\"5.2395158233968E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "10_Hygiea", "property": "epoch", "object": "2015-06-27" }, { "subject": "10_Hygiea", "property": "surfaceArea", "object": "837080.744 (squareKilometres)" }, { "subject": "10_Hygiea", "property": "escapeVelocity", "object": "0.21 (kilometrePerSeconds)" }, { "subject": "10_Hygiea", "property": "apoapsis", "object": "523951582.33968 (kilometres)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The asteroid called 10 Hygiea, has an apoapsis of 523951582.33968 kilometres and an escape velocity of 0.21 km per sec. Its surface area is 837080.744 square kilometres, and it has an epoch date of June 27th 2015.", "The celestial body known as 10 Hygiea is an asteroid with the epoch date 27 June 2015. It has a surface area of 837080.744 square km, an apoapsis of 523951582.33968 kilometres and an escape velocity of 0.21 km per sec.", "The asteroid called 10 Hygiea has an epoch date of 27th June 2015 and a surface area of 837080.744 square km. It has an escape velocity of 0.21 km per sec and an apoapsis of 523951582.33968 (kilometres)." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:10_Hygiea", "property:epoch", "resource:2015_06_27" ], [ "resource:10_Hygiea", "rdf:type", "ontology:celestial_body" ], [ "resource:10_Hygiea", "property:apoapsis", "523951582.33968 (kilometres)" ], [ "resource:10_Hygiea", "property:escape_velocity", "0.21 (kilometrePerSeconds)" ], [ "resource:10_Hygiea", "property:surface_area", "837080.744 (squareKilometres)" ] ]
10_Hygiea
[ { "modified": "0.21 (kilometrePerSeconds)", "readable": "0.21", "graph": "0.21 (kilometrePerSeconds)" }, { "modified": "523951582.33968 (kilometres)", "readable": "523951582.33968", "graph": "523951582.33968 (kilometres)" }, { "modified": "837080.744 (squareKilometres)", "readable": "837080.744", "graph": "837080.744 (squareKilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "escapeVelocity", "readable": "escape velocity", "graph": "property:escape_velocity" }, { "modified": "surfaceArea", "readable": "surface area", "graph": "property:surface_area" }, { "modified": "10_Hygiea", "readable": "10 Hygiea", "graph": "resource:10_Hygiea" }, { "modified": "2015-06-27", "readable": "2015-06-27", "graph": "resource:2015_06_27" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?a property:epoch ?q . ?a property:surface_area ?p . ?a rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?q ) , '2015' ) ) }", "readable_query": "SELECT DISTINCT ?p WHERE { ?a property:epoch ?q . ?a property:surface_area ?p . ?a rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?q ) , '2015' ) ) }", "graph_answer": [ "837080.744 (squareKilometres)" ], "readable_answer": [ "837080.744" ], "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 ?o WHERE { ?o property:surface_area '837080.744 (squareKilometres)' . ?o property:epoch ?v . FILTER ( CONTAINS ( YEAR ( ?v ) , '2015' ) ) . ?o rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?o WHERE { ?o property:surface_area '837080.744 (squareKilometres)' . ?o property:epoch ?v . FILTER ( CONTAINS ( YEAR ( ?v ) , '2015' ) ) . ?o 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", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w ?m WHERE { resource:10_Hygiea property:apoapsis ?w . resource:10_Hygiea property:escape_velocity ?m }", "readable_query": "SELECT DISTINCT ?w ?m WHERE { resource:10_Hygiea property:apoapsis ?w . resource:10_Hygiea property:escape_velocity ?m }", "graph_answer": [ "523951582.33968 (kilometres)", "0.21 (kilometrePerSeconds)" ], "readable_answer": [ "523951582.33968", "0.21" ], "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 ?u WHERE { resource:10_Hygiea property:patron_saint ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:10_Hygiea property:patron_saint ?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" ] } ]
Food
3
7122
Id35
[ { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "leader", "object": "Sergio_Mattarella" } ]
[ { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "leader", "object": "Sergio_Mattarella" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Arrabbiata sauce is from Italy where Sergio Mattarella is the leader and the capital is Rome.", "Arrabbiata sauce can be found in Italy, which leader is Sergio Mattarella and the capital is Rome." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Arrabbiata_sauce", "rdf:type", "ontology:food" ], [ "resource:Arrabbiata_sauce", "property:country", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Sergio_Mattarella" ], [ "resource:Italy", "property:capital", "resource:Rome" ] ]
Arrabbiata_sauce
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Arrabbiata_sauce", "readable": "Arrabbiata sauce", "graph": "resource:Arrabbiata_sauce" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" }, { "modified": "Sergio_Mattarella", "readable": "Sergio Mattarella", "graph": "resource:Sergio_Mattarella" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?n property:country ?e . ?n rdf:type ontology:food . ?e property:capital resource:Rome }", "readable_query": "ASK WHERE { ?n property:country ?e . ?n rdf:type ontology:food . ?e property:capital resource:Rome }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?v WHERE { ?v property:country ?t . ?t property:capital resource:Rome . ?v rdf:type ontology:food }", "readable_query": "SELECT ?v WHERE { ?v property:country ?t . ?t property:capital resource:Rome . ?v rdf:type ontology:food }", "graph_answer": [ "resource:Arrabbiata_sauce" ], "readable_answer": [ "Arrabbiata sauce" ], "type": [ "ellipsis", "coreference", "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 ?m WHERE { ?m property:capital resource:Rome . resource:Arrabbiata_sauce rdf:type ontology:food . resource:Arrabbiata_sauce property:country ?m }", "readable_query": "SELECT ?m WHERE { ?m property:capital resource:Rome . resource:Arrabbiata_sauce rdf:type ontology:food . resource:Arrabbiata_sauce property:country ?m }", "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 ?t WHERE { resource:Italy property:designer ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Italy property:designer ?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" ] } ]
Politician
3
7778
Id109
[ { "subject": "Adonis_Georgiadis", "property": "birthPlace", "object": "Greece" }, { "subject": "Adonis_Georgiadis", "property": "office", "object": "\"Spokesman of Popular Orthodox Rally\"@en" }, { "subject": "Adonis_Georgiadis", "property": "placeOfBirth", "object": "Athens" } ]
[ { "subject": "Adonis_Georgiadis", "property": "birthPlace", "object": "Greece" }, { "subject": "Adonis_Georgiadis", "property": "office", "object": "\"Spokesman of Popular Orthodox Rally\"" }, { "subject": "Adonis_Georgiadis", "property": "birthPlace", "object": "Athens" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adonis Georgiadis was born in Athens, Greece, and worked as the Spokesman of Popular Orthodox Rally.", "Born in Athens, Greece, Adonis Georgiadis, worked for the office of the Spokesman of Popular Orthodox Rally.", "Adonis Georgiadis was born in Athens, Greece and held office as Spokesman of Popular Orthodox Rally." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adonis_Georgiadis", "rdf:type", "ontology:politician" ], [ "resource:Adonis_Georgiadis", "property:office", "Spokesman of Popular Orthodox Rally" ], [ "resource:Adonis_Georgiadis", "property:birth_place", "resource:Greece" ], [ "resource:Adonis_Georgiadis", "property:birth_place", "resource:Athens" ] ]
Adonis_Georgiadis
[ { "modified": "Spokesman of Popular Orthodox Rally", "readable": "Spokesman of Popular Orthodox Rally", "graph": "Spokesman of Popular Orthodox Rally" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "Adonis_Georgiadis", "readable": "Adonis Georgiadis", "graph": "resource:Adonis_Georgiadis" }, { "modified": "Athens", "readable": "Athens", "graph": "resource:Athens" }, { "modified": "Greece", "readable": "Greece", "graph": "resource:Greece" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?d rdf:type ontology:politician . ?d property:birth_place resource:Suwa_ki . ?d property:office ?a }", "readable_query": "ASK WHERE { ?d rdf:type ontology:politician . ?d property:birth_place resource:Suwałki . ?d property:office ?a }", "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
4
10803
Id22
[ { "subject": "1634:_The_Ram_Rebellion", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "Eric_Flint", "property": "birthPlace", "object": "Burbank,_California" }, { "subject": "1634:_The_Ram_Rebellion", "property": "previousWork", "object": "1634:_The_Galileo_Affair" } ]
[ { "subject": "1634:_The_Ram_Rebellion", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "Eric_Flint", "property": "birthPlace", "object": "Burbank,_California" }, { "subject": "1634:_The_Ram_Rebellion", "property": "precededBy", "object": "1634:_The_Galileo_Affair" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Eric Flint, who was born in Burbank California, wrote the book \"1634: The Ram Rebellion\" which had been preceded by 1634 The Galileo Affair, which was influenced by Robert A Heinlein.", "Influenced by Robert A. Heinlein, Eric Flint (born Burbank, CA) is the author of 1634: The Galileo Affair and its sequel 1634: The Ram Rebellion.", "1634: The Ram Rebellion was preceded by 1634:: The Galileo Affair. It was written by Eric Flint who was influenced by Robert A Heinlein and was born in Burbank, California." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Eric_Flint", "property:influenced_by", "resource:Robert_A__Heinlein" ], [ "resource:Eric_Flint", "property:birth_place", "resource:Burbank__California" ], [ "resource:1634__The_Ram_Rebellion", "property:preceded_by", "resource:1634__The_Galileo_Affair" ], [ "resource:1634__The_Ram_Rebellion", "property:author", "resource:Eric_Flint" ], [ "resource:1634__The_Ram_Rebellion", "rdf:type", "ontology:written_work" ] ]
1634:_The_Ram_Rebellion
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "influencedBy", "readable": "influenced by", "graph": "property:influenced_by" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "1634:_The_Galileo_Affair", "readable": "1634: The Galileo Affair", "graph": "resource:1634__The_Galileo_Affair" }, { "modified": "1634:_The_Ram_Rebellion", "readable": "1634: The Ram Rebellion", "graph": "resource:1634__The_Ram_Rebellion" }, { "modified": "Burbank,_California", "readable": "Burbank, California", "graph": "resource:Burbank__California" }, { "modified": "Eric_Flint", "readable": "Eric Flint", "graph": "resource:Eric_Flint" }, { "modified": "Robert_A._Heinlein", "readable": "Robert A. Heinlein", "graph": "resource:Robert_A__Heinlein" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?q property:birth_place resource:Manchester . ?o rdf:type ontology:written_work . ?o property:author ?q }", "readable_query": "ASK WHERE { ?q property:birth_place resource:Manchester . ?o rdf:type ontology:written_work . ?o property:author ?q }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Politician
4
10547
Id231
[ { "subject": "Battle_of_Chancellorsville", "property": "isPartOfMilitaryConflict", "object": "American_Civil_War" }, { "subject": "Alfred_Moore_Scales", "property": "battles", "object": "Battle_of_Chancellorsville" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" }, { "subject": "Alfred_Moore_Scales", "property": "activeYearsStartDate", "object": "\"1875-03-04\"^^xsd:date" } ]
[ { "subject": "Battle_of_Chancellorsville", "property": "isPartOfMilitaryConflict", "object": "American_Civil_War" }, { "subject": "Alfred_Moore_Scales", "property": "battle", "object": "Battle_of_Chancellorsville" }, { "subject": "American_Civil_War", "property": "commander", "object": "Jefferson_Davis" }, { "subject": "Alfred_Moore_Scales", "property": "activeYearsStartDate", "object": "1875-03-04" } ]
(X (X) (X (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alfred Moore Scales, started his career on 1875-03-04, and fought in the Battle of Chancellorsville. Battle of Chancellorsville was part of the American Civil War conflict, during which, Jefferson Davis was a commander.", "During the American Civil War Jefferson Davis was one of the commanders. The conflict included the Battle of Chancellorsville in which Alfred Moore Scales, who started his career on 4 March 1875, took part.", "Alfred Moore Scales started his career on 1875-03-04 and fought at the Battle of Chancellorsville, which was part of the American Civil War. Jefferson Davis was a commander in the American Civil War." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alfred_Moore_Scales", "rdf:type", "ontology:politician" ], [ "resource:Alfred_Moore_Scales", "property:active_years_start_date", "resource:1875_03_04" ], [ "resource:Alfred_Moore_Scales", "property:battle", "resource:Battle_of_Chancellorsville" ], [ "resource:American_Civil_War", "property:commander", "resource:Jefferson_Davis" ], [ "resource:Battle_of_Chancellorsville", "property:is_part_of_military_conflict", "resource:American_Civil_War" ] ]
Alfred_Moore_Scales
[ { "modified": "activeYearsStartDate", "readable": "active years start date", "graph": "property:active_years_start_date" }, { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "isPartOfMilitaryConflict", "readable": "is part of military conflict", "graph": "property:is_part_of_military_conflict" }, { "modified": "1875-03-04", "readable": "1875-03-04", "graph": "resource:1875_03_04" }, { "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_Chancellorsville", "readable": "Battle of Chancellorsville", "graph": "resource:Battle_of_Chancellorsville" }, { "modified": "Jefferson_Davis", "readable": "Jefferson Davis", "graph": "resource:Jefferson_Davis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?c property:active_years_start_date ?t . ?c rdf:type ontology:politician . ?p property:is_part_of_military_conflict resource:American_Civil_War . FILTER ( CONTAINS ( YEAR ( ?t ) , '1875' ) ) . ?c property:battle ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { ?c property:active_years_start_date ?t . ?c rdf:type ontology:politician . ?p property:is_part_of_military_conflict resource:American_Civil_War . FILTER ( CONTAINS ( YEAR ( ?t ) , '1875' ) ) . ?c property:battle ?p }", "graph_answer": [ "resource:Battle_of_Chancellorsville" ], "readable_answer": [ "Battle of Chancellorsville" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "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 ( ?p ) , '1875' ) ) . ?h property:battle resource:Battle_of_Chancellorsville . resource:Battle_of_Chancellorsville property:is_part_of_military_conflict resource:American_Civil_War . ?h rdf:type ontology:politician . ?h property:active_years_start_date ?p }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?p ) , '1875' ) ) . ?h property:battle resource:Battle_of_Chancellorsville . resource:Battle_of_Chancellorsville property:is_part_of_military_conflict resource:American_Civil_War . ?h rdf:type ontology:politician . ?h property:active_years_start_date ?p }", "graph_answer": [ "resource:Alfred_Moore_Scales" ], "readable_answer": [ "Alfred Moore Scales" ], "type": [ "coreference", "meaningful", "answer", "more_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": "ASK WHERE { resource:American_Civil_War property:commander ?n }", "readable_query": "ASK WHERE { resource:American_Civil_War property:commander ?n }", "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 ?x WHERE { resource:American_Civil_War property:commander ?x }", "readable_query": "SELECT ?x WHERE { resource:American_Civil_War property:commander ?x }", "graph_answer": [ "resource:Jefferson_Davis" ], "readable_answer": [ "Jefferson Davis" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
2
3707
Id47
[ { "subject": "Ahmad_Kadhim_Assad", "property": "team", "object": "Steel_Azin_F.C." }, { "subject": "Ahmad_Kadhim_Assad", "property": "clubs", "object": "Al-Quwa_Al-Jawiya" } ]
[ { "subject": "Ahmad_Kadhim_Assad", "property": "club", "object": "Steel_Azin_F.C." }, { "subject": "Ahmad_Kadhim_Assad", "property": "club", "object": "Al-Quwa_Al-Jawiya" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ahmad Kadhim Assad has played for both Steel Azin F.C. and Al-Quwa Al-Jawiya.", "Ahmad Kadhim Assad played for club Al-Quwa Al-Jawiya of Steel Azin F.C.", "Ahmad Kadhim Assad has played for Al-Quwa Al-Jawiya and Steel Azin F.C." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ahmad_Kadhim_Assad", "rdf:type", "ontology:athlete" ], [ "resource:Ahmad_Kadhim_Assad", "property:club", "resource:Steel_Azin_F_C_" ], [ "resource:Ahmad_Kadhim_Assad", "property:club", "resource:Al_Quwa_Al_Jawiya" ] ]
Ahmad_Kadhim_Assad
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Ahmad_Kadhim_Assad", "readable": "Ahmad Kadhim Assad", "graph": "resource:Ahmad_Kadhim_Assad" }, { "modified": "Al-Quwa_Al-Jawiya", "readable": "Al-Quwa Al-Jawiya", "graph": "resource:Al_Quwa_Al_Jawiya" }, { "modified": "Steel_Azin_F.C.", "readable": "Steel Azin F.C.", "graph": "resource:Steel_Azin_F_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:Ahmad_Kadhim_Assad property:club ?g . FILTER ( CONTAINS ( LCASE ( ?g ) , 'steel' ) ) }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Ahmad_Kadhim_Assad property:club ?g . FILTER ( CONTAINS ( LCASE ( ?g ) , 'steel' ) ) }", "graph_answer": [ "resource:Steel_Azin_F_C_" ], "readable_answer": [ "Steel Azin F.C." ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?j ) WHERE { resource:Ahmad_Kadhim_Assad property:club ?p }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?j ) WHERE { resource:Ahmad_Kadhim_Assad property:club ?p }", "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 ?r WHERE { FILTER ( ?r != resource:Steel_Azin_F_C_ ) . resource:Ahmad_Kadhim_Assad property:club ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?r != resource:Steel_Azin_F.C. ) . resource:Ahmad_Kadhim_Assad property:club ?r }", "graph_answer": [ "resource:Al_Quwa_Al_Jawiya" ], "readable_answer": [ "Al-Quwa Al-Jawiya" ], "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" ] } ]
Artist
5
11194
Id45
[ { "subject": "Agustín_Barboza", "property": "deathPlace", "object": "Asunción" }, { "subject": "Asunción", "property": "isPartOf", "object": "Gran_Asunción" }, { "subject": "Paraguay", "property": "leaderName", "object": "Juan_Afara" }, { "subject": "Agustín_Barboza", "property": "birthPlace", "object": "Paraguay" }, { "subject": "Paraguay", "property": "language", "object": "Spanish_language" } ]
[ { "subject": "Agustín_Barboza", "property": "deathPlace", "object": "Asunción" }, { "subject": "Asunción", "property": "isPartOf", "object": "Gran_Asunción" }, { "subject": "Paraguay", "property": "leader", "object": "Juan_Afara" }, { "subject": "Agustín_Barboza", "property": "birthPlace", "object": "Paraguay" }, { "subject": "Paraguay", "property": "language", "object": "Spanish_language" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agustin Barboza was born in Paraguay and died in Asunción, part of Gran Asunción. The leader of Paraguay is Juan Afara and Paraguay is where the Spanish language is spoken.", "Agustin Barboza was born in Paraguay and died in Asuncion, part of Gran Asunción. The leader of Paraguay is Juan Afara, and the language is Spanish.", "Agustin Barboza was born in the Spanish speaking country of Paraguay, where the leader is called Juan Afara. Agustin died in Asuncion, Gran Asunción." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Asunci_n", "property:is_part_of", "resource:Gran_Asunci_n" ], [ "resource:Paraguay", "property:leader", "resource:Juan_Afara" ], [ "resource:Paraguay", "property:language", "resource:Spanish_language" ], [ "resource:Agust_n_Barboza", "rdf:type", "ontology:artist" ], [ "resource:Agust_n_Barboza", "property:death_place", "resource:Asunci_n" ], [ "resource:Agust_n_Barboza", "property:birth_place", "resource:Paraguay" ] ]
Agustín_Barboza
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Agustín_Barboza", "readable": "Agustín Barboza", "graph": "resource:Agust_n_Barboza" }, { "modified": "Asunción", "readable": "Asunción", "graph": "resource:Asunci_n" }, { "modified": "Gran_Asunción", "readable": "Gran Asunción", "graph": "resource:Gran_Asunci_n" }, { "modified": "Juan_Afara", "readable": "Juan Afara", "graph": "resource:Juan_Afara" }, { "modified": "Paraguay", "readable": "Paraguay", "graph": "resource:Paraguay" }, { "modified": "Spanish_language", "readable": "Spanish language", "graph": "resource:Spanish_language" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Asunci_n property:is_part_of resource:Gran_Asunci_n }", "readable_query": "ASK WHERE { resource:Asunción property:is_part_of resource:Gran_Asunción }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?d property:birth_place resource:Charlottetown . ?d rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?d property:birth_place resource:Charlottetown . ?d 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 { ?v rdf:type ontology:artist . ?v property:birth_place resource:Paraguay }", "readable_query": "ASK WHERE { ?v rdf:type ontology:artist . ?v property:birth_place resource:Paraguay }", "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 ?j WHERE { ?j property:birth_place resource:Paraguay . ?j rdf:type ontology:artist }", "readable_query": "SELECT ?j WHERE { ?j property:birth_place resource:Paraguay . ?j rdf:type ontology:artist }", "graph_answer": [ "resource:Agust_n_Barboza" ], "readable_answer": [ "Agustín Barboza" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
3
5690
Id23
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "elevation", "object": "\"609.6\"^^xsd:double" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "Madrid" }, { "subject": "Madrid", "property": "country", "object": "Spain" } ]
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "elevationAboveTheSeaLevel", "object": "610.0" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "Madrid" }, { "subject": "Madrid", "property": "country", "object": "Spain" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "At an elevation of 610 metres above seal level, Adolfo Suarez Madrid-Barajas Airport is located in Madrid, in Spain.", "Adolfo Suarez Madrid-Barajas Airport is in Madrid, Spain and it is elevated 610 metres above sea level.", "Adolfo Suarez Madrid-Barajas Airport located in Madrid, Spain is elevated 610 meters above sea level." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:location", "resource:Madrid" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:elevation_above_the_sea_level", "resource:610_0" ], [ "resource:Madrid", "property:country", "resource:Spain" ] ]
Adolfo_Suárez_Madrid–Barajas_Airport
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "610.0", "readable": "610.0", "graph": "resource:610_0" }, { "modified": "Adolfo_Suárez_Madrid–Barajas_Airport", "readable": "Adolfo Suárez Madrid–Barajas Airport", "graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport" }, { "modified": "Madrid", "readable": "Madrid", "graph": "resource:Madrid" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v property:location resource:Madrid . ?v rdf:type ontology:airport . ?v property:elevation_above_the_sea_level resource:184_0 }", "readable_query": "ASK WHERE { ?v property:location resource:Madrid . ?v rdf:type ontology:airport . ?v property:elevation_above_the_sea_level resource:184.0 }", "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 { ?g property:location resource:Madrid . ?g rdf:type ontology:airport . ?g property:elevation_above_the_sea_level resource:610_0 }", "readable_query": "ASK WHERE { ?g property:location resource:Madrid . ?g rdf:type ontology:airport . ?g property:elevation_above_the_sea_level resource:610.0 }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?l WHERE { ?l property:location resource:Madrid . ?l rdf:type ontology:airport . ?l property:elevation_above_the_sea_level resource:610_0 }", "readable_query": "SELECT ?l WHERE { ?l property:location resource:Madrid . ?l rdf:type ontology:airport . ?l property:elevation_above_the_sea_level resource:610.0 }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Madrid property:country ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Madrid property:country ?b }", "graph_answer": [ "resource:Spain" ], "readable_answer": [ "Spain" ], "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" ] } ]