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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MeanOfTransportation | 2 | 4830 | Id65 | [
{
"subject": "AMC_Matador",
"property": "assembly",
"object": "Port_Melbourne,_Victoria"
},
{
"subject": "AMC_Matador",
"property": "modelYears",
"object": "1974"
}
] | [
{
"subject": "AMC_Matador",
"property": "assembly",
"object": "Port_Melbourne,_Victoria"
},
{
"subject": "AMC_Matador",
"property": "modelYears",
"object": "1974"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AMC Matador was produced at Port Melbourne, Victoria in 1974.",
"The AMC Matador, which includes a 1974 model, was built at Port Melbourne, Australia.",
"1974 is one of the model years of the AMC Matador, whose assembly line is in Port Melbourne, Victoria."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:AMC_Matador",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AMC_Matador",
"property:model_years",
"resource:1974"
],
[
"resource:AMC_Matador",
"property:assembly",
"resource:Port_Melbourne__Victoria"
]
] | AMC_Matador | [
{
"modified": "assembly",
"readable": "assembly",
"graph": "property:assembly"
},
{
"modified": "modelYears",
"readable": "model years",
"graph": "property:model_years"
},
{
"modified": "1974",
"readable": "1974",
"graph": "resource:1974"
},
{
"modified": "AMC_Matador",
"readable": "AMC Matador",
"graph": "resource:AMC_Matador"
},
{
"modified": "Port_Melbourne,_Victoria",
"readable": "Port Melbourne, Victoria",
"graph": "resource:Port_Melbourne__Victoria"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m ?u WHERE { resource:AMC_Matador property:model_years ?u . resource:AMC_Matador property:assembly ?m }",
"readable_query": "SELECT DISTINCT ?m ?u WHERE { resource:AMC_Matador property:model_years ?u . resource:AMC_Matador property:assembly ?m }",
"graph_answer": [
"resource:Port_Melbourne__Victoria",
"resource:1974"
],
"readable_answer": [
"Port Melbourne, Victoria",
"1974"
],
"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"
]
}
] |
|
Politician | 4 | 10325 | Id9 | [
{
"subject": "Ab_Klink",
"property": "almaMater",
"object": "Erasmus_University_Rotterdam"
},
{
"subject": "Ab_Klink",
"property": "office",
"object": "\"Member of the Senate\""
},
{
"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": "Ab_Klink",
"property": "office",
"object": "\"Member of the Senate\""
},
{
"subject": "Ab_Klink",
"property": "party",
"object": "Christian_Democratic_Appeal"
},
{
"subject": "Ab_Klink",
"property": "birthPlace",
"object": "Netherlands"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ab Klink was born in the Netherlands where he worked as a member of the senate. He belongs to the Christian Democratic Appeal party. Erasmus University in Rotterdam is his alma mater.",
"Ab Klink, who was boen in the Netherlands and attended Erasmus University Rotterdam belongs to the Christian Democratic Appeal party and is member of the Senate.",
"Netherlands born, Ab Klink attended Erasmus University Rotterdam, is a member of Christian Democratic Appeal party and is a member of the Senate."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ab_Klink",
"property:party",
"resource:Christian_Democratic_Appeal"
],
[
"resource:Ab_Klink",
"rdf:type",
"ontology:politician"
],
[
"resource:Ab_Klink",
"property:office",
"Member of the Senate"
],
[
"resource:Ab_Klink",
"property:alma_mater",
"resource:Erasmus_University_Rotterdam"
],
[
"resource:Ab_Klink",
"property:birth_place",
"resource:Netherlands"
]
] | Ab_Klink | [
{
"modified": "Member of the Senate",
"readable": "Member of the Senate",
"graph": "Member of the Senate"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"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": "Erasmus_University_Rotterdam",
"readable": "Erasmus University Rotterdam",
"graph": "resource:Erasmus_University_Rotterdam"
},
{
"modified": "Netherlands",
"readable": "Netherlands",
"graph": "resource:Netherlands"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?n property:party ?c . ?n property:birth_place resource:Canada . ?n rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?n property:party ?c . ?n property:birth_place resource:Canada . ?n 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"
]
}
] |
|
Building | 2 | 3969 | Id121 | [
{
"subject": "Amdavad_ni_Gufa",
"property": "location",
"object": "Gujarat"
},
{
"subject": "Amdavad_ni_Gufa",
"property": "locationTown",
"object": "Ahmedabad"
}
] | [
{
"subject": "Amdavad_ni_Gufa",
"property": "location",
"object": "Gujarat"
},
{
"subject": "Amdavad_ni_Gufa",
"property": "location",
"object": "Ahmedabad"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Amdavad ni Gufa is in Gujarat Ahmedabad.",
"Amdavad ni Gufa is in Ahmedabad, Gujarat.",
"Amdavad ni Gufa is located in Gujarat, Ahmedabad."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Amdavad_ni_Gufa",
"rdf:type",
"ontology:building"
],
[
"resource:Amdavad_ni_Gufa",
"property:location",
"resource:Ahmedabad"
],
[
"resource:Amdavad_ni_Gufa",
"property:location",
"resource:Gujarat"
]
] | Amdavad_ni_Gufa | [
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Ahmedabad",
"readable": "Ahmedabad",
"graph": "resource:Ahmedabad"
},
{
"modified": "Amdavad_ni_Gufa",
"readable": "Amdavad ni Gufa",
"graph": "resource:Amdavad_ni_Gufa"
},
{
"modified": "Gujarat",
"readable": "Gujarat",
"graph": "resource:Gujarat"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?e ) WHERE { ?c rdf:type ontology:building . ?c property:location resource:Gujarat }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?e ) WHERE { ?c rdf:type ontology:building . ?c property:location resource:Gujarat }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:building . ?s property:location resource:Gujarat }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:building . ?s property:location resource:Gujarat }",
"graph_answer": [
"resource:Amdavad_ni_Gufa"
],
"readable_answer": [
"Amdavad ni Gufa"
],
"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"
]
}
] |
|
Company | 5 | 12028 | Id9 | [
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
},
{
"subject": "Chinabank",
"property": "service",
"object": "Banking"
},
{
"subject": "Chinabank",
"property": "numberOfEmployees",
"object": "5594"
},
{
"subject": "Chinabank",
"property": "netIncome",
"object": "1.51E10"
},
{
"subject": "Chinabank",
"property": "numberOfLocations",
"object": "295"
}
] | [
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
},
{
"subject": "Chinabank",
"property": "service",
"object": "Banking"
},
{
"subject": "Chinabank",
"property": "numberOfEmployees",
"object": "5594"
},
{
"subject": "Chinabank",
"property": "netIncome",
"object": "15100000000"
},
{
"subject": "Chinabank",
"property": "numberOfLocations",
"object": "295"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Chinabank is a banking service which was founded on 1920-08-16. It employs 5594 workers, distributed through 295 branches, and has a current net income of 15100000000.",
"Chinabank, founded on the 16th of August, 1920, offers banking service to customers. The company has 5,594 employees, 295 banking centres, and its net income is 15,100,000,000.",
"Chinabank, a banking service founded on 08-16-1920, has a net income of 15,100,000,000. Chinabank has 5594 employees at its 295 locations."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Chinabank",
"property:net_income",
"15100000000"
],
[
"resource:Chinabank",
"property:founding_date",
"resource:1920_08_16"
],
[
"resource:Chinabank",
"property:number_of_employees",
"resource:5594"
],
[
"resource:Chinabank",
"rdf:type",
"ontology:company"
],
[
"resource:Chinabank",
"property:number_of_locations",
"295"
],
[
"resource:Chinabank",
"property:service",
"resource:Banking"
]
] | Chinabank | [
{
"modified": "15100000000",
"readable": "15100000000",
"graph": "15100000000"
},
{
"modified": "295",
"readable": "295",
"graph": "295"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "netIncome",
"readable": "net income",
"graph": "property:net_income"
},
{
"modified": "numberOfEmployees",
"readable": "number of employees",
"graph": "property:number_of_employees"
},
{
"modified": "numberOfLocations",
"readable": "number of locations",
"graph": "property:number_of_locations"
},
{
"modified": "service",
"readable": "service",
"graph": "property:service"
},
{
"modified": "1920-08-16",
"readable": "1920-08-16",
"graph": "resource:1920_08_16"
},
{
"modified": "5594",
"readable": "5594",
"graph": "resource:5594"
},
{
"modified": "Banking",
"readable": "Banking",
"graph": "resource:Banking"
},
{
"modified": "Chinabank",
"readable": "Chinabank",
"graph": "resource:Chinabank"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?a property:founding_date ?x . ?a rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?x ) , '1920' ) ) . ?a property:service ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?a property:founding_date ?x . ?a rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?x ) , '1920' ) ) . ?a property:service ?o }",
"graph_answer": [
"resource:Banking"
],
"readable_answer": [
"Banking"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '1920' ) ) . ?v rdf:type ontology:company . ?v property:founding_date ?h . ?v property:service resource:Banking }",
"readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '1920' ) ) . ?v rdf:type ontology:company . ?v property:founding_date ?h . ?v property:service resource:Banking }",
"graph_answer": [
"resource:Chinabank"
],
"readable_answer": [
"Chinabank"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Chinabank property:founding_date ?g . resource:Chinabank rdf:type ontology:company . resource:Chinabank property:service resource:Banking }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Chinabank property:founding_date ?g . resource:Chinabank rdf:type ontology:company . resource:Chinabank property:service resource:Banking }",
"graph_answer": [
"resource:1920_08_16"
],
"readable_answer": [
"1920-08-16"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h ?v WHERE { resource:Chinabank property:number_of_locations ?v . resource:Chinabank property:number_of_employees ?h }",
"readable_query": "SELECT DISTINCT ?h ?v WHERE { resource:Chinabank property:number_of_locations ?v . resource:Chinabank property:number_of_employees ?h }",
"graph_answer": [
"resource:5594",
"295"
],
"readable_answer": [
"5594",
"295"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Chinabank property:mass ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Chinabank property:mass ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City | 3 | 6803 | Id91 | [
{
"subject": "Angola,_Indiana",
"property": "subdivisionName",
"object": "Pleasant_Township,_Steuben_County,_Indiana"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Angola,_Indiana",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Angola,_Indiana",
"property": "isPartOf",
"object": "Pleasant_Township,_Steuben_County,_Indiana"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Angola,_Indiana",
"property": "country",
"object": "United_States"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Angola is located in Pleasant Township which is part of Steuben County, Indiana in the United States where Native Americans are an ethnic group.",
"The United States includes the Native Americans among its ethnic groups and is the location of Angola which is part of Pleasant Township, Steuben County, Indiana.",
"Angola is in Pleasant Township which is part of Steuben County, in Indiana. Indiana is in the United States, where Native Americans are an ethnic group."
],
"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:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] | Angola,_Indiana | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Angola,_Indiana",
"readable": "Angola, Indiana",
"graph": "resource:Angola__Indiana"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"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 ?w WHERE { ?w property:country ?c . ?c property:ethnic_group resource:Native_Americans_in_the_United_States . ?w rdf:type ontology:city . ?w property:is_part_of resource:Pleasant_Township__Steuben_County__Indiana }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?w property:country ?c . ?c property:ethnic_group resource:Native_Americans_in_the_United_States . ?w rdf:type ontology:city . ?w 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"
]
}
] |
|
Astronaut | 3 | 6157 | Id57 | [
{
"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": "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)) | sibling | {
"comment": [
"good",
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4",
"Id5"
],
"text": [
"William Anders, born in British Hong Kong, was a fighter pilot a member of Apollo 8's crew.",
"British Hong Kong born William Anders was a fighter pilot on Apollo 8.",
"William Anders was born in British Hong Kong, served as a fighter pilot and was a member of the Apollo 8 crew.",
"William Anders (born in British Hong Kong) served as a fighter pilot and was a crew member of Apollo 8.",
"William Anders (born in British Hong Kong) was a part of Apollo 8 and served as fighter pilot."
],
"lang": [
"",
"",
"",
"",
""
]
} | [] | [] | [
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"resource:William_Anders",
"property:mission",
"resource:Apollo_8"
],
[
"resource:William_Anders",
"property:occupation",
"resource:Fighter_pilot"
],
[
"resource:William_Anders",
"property:birth_place",
"resource:British_Hong_Kong"
]
] | William_Anders | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"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": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?w property:mission ?r . ?w rdf:type ontology:astronaut . ?w property:birth_place resource:Batumi }",
"readable_query": "ASK WHERE { ?w property:mission ?r . ?w rdf:type ontology:astronaut . ?w property:birth_place resource:Batumi }",
"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 | 3 | 5828 | Id161 | [
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "\"1873.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": "\"4/22\""
}
] | [
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "1873.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": "\"4/22\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Atlantic City International Airport is operated by the Port Authority of New York and New Jersey. Its runway name is 4/22 and the length is 1873.0.",
"The Atlantic City International Airport is 1873 m and is operated by the Port Authority of New York and New Jersey. Its runway name is 4/22."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Atlantic_City_International_Airport",
"property:runway_length",
"resource:1873_0"
],
[
"resource:Atlantic_City_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Atlantic_City_International_Airport",
"property:runway_name",
"resource:4_22"
],
[
"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": "1873.0",
"readable": "1873.0",
"graph": "resource:1873_0"
},
{
"modified": "4/22",
"readable": "4/22",
"graph": "resource:4_22"
},
{
"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 ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'a' ) ) . ?y property:runway_length resource:1873_0 . ?y rdf:type ontology:airport . ?y property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey }",
"readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'a' ) ) . ?y property:runway_length resource:1873.0 . ?y rdf:type ontology:airport . ?y property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey }",
"graph_answer": [
"resource:Atlantic_City_International_Airport"
],
"readable_answer": [
"Atlantic City International Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Atlantic_City_International_Airport property:absolute_magnitude ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Atlantic_City_International_Airport property:absolute_magnitude ?z }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 3 | 5956 | Id102 | [
{
"subject": "Albennie_Jones",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Albennie_Jones",
"property": "birthPlace",
"object": "United_States"
},
{
"subject": "Albennie_Jones",
"property": "background",
"object": "\"solo_singer\"@en"
}
] | [
{
"subject": "Albennie_Jones",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Albennie_Jones",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Albennie_Jones",
"property": "birthPlace",
"object": "United_States"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albennie Jones (USA) is a solo singer and performs in the rhythm and blues genre.",
"Albennie Jones is a solo singer who was born in the United States and her musical genre is rhythm and blues.",
"Albennie Jones is a US born solo singer who performs in the rhythm and blues genre."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albennie_Jones",
"rdf:type",
"ontology:artist"
],
[
"resource:Albennie_Jones",
"property:background",
"resource:solo_singer"
],
[
"resource:Albennie_Jones",
"property:genre",
"resource:Rhythm_and_blues"
],
[
"resource:Albennie_Jones",
"property:birth_place",
"resource:United_States"
]
] | Albennie_Jones | [
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Albennie_Jones",
"readable": "Albennie Jones",
"graph": "resource:Albennie_Jones"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?z property:birth_place resource:Canada . ?z property:background ?j . ?z rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?z property:birth_place resource:Canada . ?z property:background ?j . ?z rdf:type ontology:artist }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 3 | 7517 | Id117 | [
{
"subject": "Alfa_Romeo_164",
"property": "class",
"object": "Luxury_vehicle"
},
{
"subject": "Alfa_Romeo_164",
"property": "engine",
"object": "Alfa_Romeo_164__1"
},
{
"subject": "Alfa_Romeo_164",
"property": "aka",
"object": "\"Alfa Romeo 168\"@en"
}
] | [
{
"subject": "Alfa_Romeo_164",
"property": "class",
"object": "Luxury_vehicle"
},
{
"subject": "Alfa_Romeo_164",
"property": "engine",
"object": "Straight-four_engine"
},
{
"subject": "Alfa_Romeo_164",
"property": "alternativeName",
"object": "\"Alfa Romeo 168\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Luxury class vehicle Alfa Romeo 164, also called the Alfa Romeo 168, has a straight-four engine.",
"The Alfa Romeo 164 (Alfa Romeo 168) is a luxury vehicle with a straight-four engine.",
"The Alfa Romeo 164, also known as the Alfa Romeo 168, is a luxury vehicle with a straight-four engine."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alfa_Romeo_164",
"property:engine",
"resource:Straight_four_engine"
],
[
"resource:Alfa_Romeo_164",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Alfa_Romeo_164",
"property:class",
"resource:Luxury_vehicle"
],
[
"resource:Alfa_Romeo_164",
"property:alternative_name",
"resource:Alfa_Romeo_168"
]
] | Alfa_Romeo_164 | [
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "class",
"readable": "class",
"graph": "property:class"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "Alfa_Romeo_164",
"readable": "Alfa Romeo 164",
"graph": "resource:Alfa_Romeo_164"
},
{
"modified": "Alfa Romeo 168",
"readable": "Alfa Romeo 168",
"graph": "resource:Alfa_Romeo_168"
},
{
"modified": "Luxury_vehicle",
"readable": "Luxury vehicle",
"graph": "resource:Luxury_vehicle"
},
{
"modified": "Straight-four_engine",
"readable": "Straight-four engine",
"graph": "resource:Straight_four_engine"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x ?f WHERE { resource:Alfa_Romeo_164 property:alternative_name ?f . resource:Alfa_Romeo_164 property:engine ?x }",
"readable_query": "SELECT DISTINCT ?x ?f WHERE { resource:Alfa_Romeo_164 property:alternative_name ?f . resource:Alfa_Romeo_164 property:engine ?x }",
"graph_answer": [
"resource:Straight_four_engine",
"resource:Alfa_Romeo_168"
],
"readable_answer": [
"Straight-four engine",
"Alfa Romeo 168"
],
"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 ?i WHERE { resource:Alfa_Romeo_164 property:comparable ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Alfa_Romeo_164 property:comparable ?i }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 3 | 5934 | Id80 | [
{
"subject": "Al_Anderson_(NRBQ)",
"property": "associatedBand",
"object": "NRBQ"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "associatedMusicalArtist",
"object": "The_Wildweeds"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "birthPlace",
"object": "United_States"
}
] | [
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "associatedBand/associatedMusicalArtist",
"object": "NRBQ"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "associatedBand/associatedMusicalArtist",
"object": "The_Wildweeds"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "birthPlace",
"object": "United_States"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Al Anderson, from the U.S., played with the NRBQ and The Wildweeds bands.",
"NRBQ member Al Anderson, born in the United States, was a member of The Wildweeds.",
"NRBQ member Al Anderson, born in the United States, is formerly of the band, The Wildweeds."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Al_Anderson__NRBQ_band_",
"rdf:type",
"ontology:artist"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:associated_band_associated_musical_artist",
"resource:NRBQ"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:associated_band_associated_musical_artist",
"resource:The_Wildweeds"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:birth_place",
"resource:United_States"
]
] | Al_Anderson_(NRBQ_band) | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "Al_Anderson_(NRBQ band)",
"readable": "Al Anderson",
"graph": "resource:Al_Anderson__NRBQ_band_"
},
{
"modified": "NRBQ",
"readable": "NRBQ",
"graph": "resource:NRBQ"
},
{
"modified": "The_Wildweeds",
"readable": "The Wildweeds",
"graph": "resource:The_Wildweeds"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?p ) WHERE { resource:Al_Anderson__NRBQ_band_ property:associated_band_associated_musical_artist ?a }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?p ) WHERE { resource:Al_Anderson_(NRBQ_band) property:associated_band_associated_musical_artist ?a }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { resource:Al_Anderson__NRBQ_band_ property:associated_band_associated_musical_artist ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Al_Anderson_(NRBQ_band) property:associated_band_associated_musical_artist ?d }",
"graph_answer": [
"resource:NRBQ",
"resource:The_Wildweeds"
],
"readable_answer": [
"NRBQ",
"The Wildweeds"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Al_Anderson__NRBQ_band_ property:building_type ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Al_Anderson_(NRBQ_band) property:building_type ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 5 | 10961 | Id10 | [
{
"subject": "Aarhus_Airport",
"property": "location",
"object": "Tirstrup"
},
{
"subject": "Tirstrup",
"property": "country",
"object": "Denmark"
},
{
"subject": "Tirstrup",
"property": "subdivisionName",
"object": "Central_Denmark_Region"
},
{
"subject": "Denmark",
"property": "language",
"object": "Danish_language"
},
{
"subject": "Denmark",
"property": "leaderName",
"object": "Margrethe_II_of_Denmark"
}
] | [
{
"subject": "Aarhus_Airport",
"property": "location",
"object": "Tirstrup"
},
{
"subject": "Tirstrup",
"property": "country",
"object": "Denmark"
},
{
"subject": "Tirstrup",
"property": "isPartOf",
"object": "Central_Denmark_Region"
},
{
"subject": "Denmark",
"property": "language",
"object": "Danish_language"
},
{
"subject": "Denmark",
"property": "leader",
"object": "Margrethe_II_of_Denmark"
}
] | (X (X (X) (X (X) (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aarhus Airport is in Tirstrup, part of the central region of Denmark where the Danish is the language and Margrethe II of Denmark is the leader.",
"Margrethe II is the leader of Denmark where the Danish language is used. The country is the location of Aarhus airport in Tirstrup, part of the Central Denmark region.",
"Margrethe II is the leader of Denmark where the Danish language is spoken. Tirstrup, part of the Central Denmark region is the location of Aarhus airport."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Tirstrup",
"property:country",
"resource:Denmark"
],
[
"resource:Tirstrup",
"property:is_part_of",
"resource:Central_Denmark_Region"
],
[
"resource:Denmark",
"property:leader",
"resource:Margrethe_II_of_Denmark"
],
[
"resource:Denmark",
"property:language",
"resource:Danish_language"
],
[
"resource:Aarhus_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Aarhus_Airport",
"property:location",
"resource:Tirstrup"
]
] | Aarhus_Airport | [
{
"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": "Aarhus_Airport",
"readable": "Aarhus Airport",
"graph": "resource:Aarhus_Airport"
},
{
"modified": "Central_Denmark_Region",
"readable": "Central Denmark Region",
"graph": "resource:Central_Denmark_Region"
},
{
"modified": "Danish_language",
"readable": "Danish language",
"graph": "resource:Danish_language"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"modified": "Margrethe_II_of_Denmark",
"readable": "Margrethe II of Denmark",
"graph": "resource:Margrethe_II_of_Denmark"
},
{
"modified": "Tirstrup",
"readable": "Tirstrup",
"graph": "resource:Tirstrup"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:country ?i . ?u property:is_part_of resource:Central_Denmark_Region . ?i property:leader resource:Margrethe_II_of_Denmark }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:country ?i . ?u property:is_part_of resource:Central_Denmark_Region . ?i property:leader resource:Margrethe_II_of_Denmark }",
"graph_answer": [
"resource:Tirstrup"
],
"readable_answer": [
"Tirstrup"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Aarhus_Airport rdf:type ontology:airport . resource:Aarhus_Airport property:location resource:Tirstrup }",
"readable_query": "ASK WHERE { resource:Aarhus_Airport rdf:type ontology:airport . resource:Aarhus_Airport property:location resource:Tirstrup }",
"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"
]
}
] |
|
Artist | 3 | 5863 | Id9 | [
{
"subject": "Aaron_Deer",
"property": "genre",
"object": "Indie_rock"
},
{
"subject": "Indie_rock",
"property": "instrument",
"object": "Guitar"
},
{
"subject": "Indie_rock",
"property": "stylisticOrigin",
"object": "New_wave_music"
}
] | [
{
"subject": "Aaron_Deer",
"property": "genre",
"object": "Indie_rock"
},
{
"subject": "Indie_rock",
"property": "instrument",
"object": "Guitar"
},
{
"subject": "Indie_rock",
"property": "stylisticOrigin",
"object": "New_wave_music"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The musical genre of Aaron Deer is Indie Rock, which has guitars in it. Indie Rock has its origins in New wave music.",
"Aaron Deer is an Indie rock musician. A music form which makes use of the guitar. This genre has its its origins in New wave music.",
"Indie rock is the music of Aaron Deer, includes guitar and originates from New Wave."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Indie_rock",
"property:stylistic_origin",
"resource:New_wave_music"
],
[
"resource:Indie_rock",
"property:instrument",
"resource:Guitar"
],
[
"resource:Aaron_Deer",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Deer",
"property:genre",
"resource:Indie_rock"
]
] | Aaron_Deer | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "instrument",
"readable": "instrument",
"graph": "property:instrument"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Aaron_Deer",
"readable": "Aaron Deer",
"graph": "resource:Aaron_Deer"
},
{
"modified": "Guitar",
"readable": "Guitar",
"graph": "resource:Guitar"
},
{
"modified": "Indie_rock",
"readable": "Indie rock",
"graph": "resource:Indie_rock"
},
{
"modified": "New_wave_music",
"readable": "New wave music",
"graph": "resource:New_wave_music"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y ?k WHERE { resource:Indie_rock property:instrument ?k . resource:Indie_rock property:stylistic_origin ?y }",
"readable_query": "SELECT DISTINCT ?y ?k WHERE { resource:Indie_rock property:instrument ?k . resource:Indie_rock property:stylistic_origin ?y }",
"graph_answer": [
"resource:New_wave_music",
"resource:Guitar"
],
"readable_answer": [
"New wave music",
"Guitar"
],
"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 ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'a' ) ) . ?z rdf:type ontology:artist . ?z property:genre resource:Indie_rock }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'a' ) ) . ?z rdf:type ontology:artist . ?z property:genre resource:Indie_rock }",
"graph_answer": [
"resource:Aaron_Deer"
],
"readable_answer": [
"Aaron Deer"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 3 | 7834 | Id165 | [
{
"subject": "Albert_Jennings_Fountain",
"property": "deathPlace",
"object": "New_Mexico_Territory"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "United_States"
}
] | [
{
"subject": "Albert_Jennings_Fountain",
"property": "deathPlace",
"object": "New_Mexico_Territory"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "United_States"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albert Jennings Fountain was born in the United States and died in the New Mexico Territory. An ethnic group in the U.S.A. are African Americans.",
"African Americans are an ethnic group from the United States, where Albert Jennings Fountain was born. Albert Jennings Fountain died in New Mexico Territory.",
"Albert Jennings Fountain was born in the United States and died in the New Mexico Territory. The U.S. is home to African Americans."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albert_Jennings_Fountain",
"rdf:type",
"ontology:politician"
],
[
"resource:Albert_Jennings_Fountain",
"property:death_place",
"resource:New_Mexico_Territory"
],
[
"resource:Albert_Jennings_Fountain",
"property:birth_place",
"resource:United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] | Albert_Jennings_Fountain | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Albert_Jennings_Fountain",
"readable": "Albert Jennings Fountain",
"graph": "resource:Albert_Jennings_Fountain"
},
{
"modified": "New_Mexico_Territory",
"readable": "New Mexico Territory",
"graph": "resource:New_Mexico_Territory"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?h rdf:type ontology:politician . ?h property:death_place resource:New_Mexico_Territory . ?h property:birth_place resource:Yugoslavia }",
"readable_query": "ASK WHERE { ?h rdf:type ontology:politician . ?h property:death_place resource:New_Mexico_Territory . ?h property:birth_place resource:Yugoslavia }",
"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:death_place resource:New_Mexico_Territory . ?g property:birth_place resource:United_States . ?g rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?g property:death_place resource:New_Mexico_Territory . ?g property:birth_place resource:United_States . ?g rdf:type ontology:politician }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?k WHERE { ?k rdf:type ontology:politician . ?k property:death_place resource:New_Mexico_Territory . ?k property:birth_place resource:United_States }",
"readable_query": "SELECT ?k WHERE { ?k rdf:type ontology:politician . ?k property:death_place resource:New_Mexico_Territory . ?k property:birth_place resource:United_States }",
"graph_answer": [
"resource:Albert_Jennings_Fountain"
],
"readable_answer": [
"Albert Jennings Fountain"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:United_States property:ethnic_group ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:United_States property:ethnic_group ?w }",
"graph_answer": [
"resource:African_Americans"
],
"readable_answer": [
"African Americans"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 3 | 6598 | Id15 | [
{
"subject": "(410777)_2009_FD",
"property": "periapsis",
"object": "8.82343e+10"
},
{
"subject": "(410777)_2009_FD",
"property": "discoverer",
"object": "\"Spacewatch\"@en"
},
{
"subject": "(410777)_2009_FD",
"property": "Planet/apoapsis",
"object": "\"2.5977670247055E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "(410777)_2009_FD",
"property": "discoverer",
"object": "Spacewatch"
},
{
"subject": "(410777)_2009_FD",
"property": "periapsis",
"object": "88234300000.0"
},
{
"subject": "(410777)_2009_FD",
"property": "apoapsis",
"object": "259776702.47055 (kilometres)"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Discovered by Spacewatch, (410777) 2009 FD, has an apoapsis of 259776702.47055 kilometers, and an periapsis of, 88234300000.0.",
"(410777) 2009 FD, with the periapsis of 88234300000.0 and an apoapsis of 259776702.47055 km, was discovered by Spacewatch."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:_410777__2009_FD",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:_410777__2009_FD",
"property:apoapsis",
"259776702.47055 (kilometres)"
],
[
"resource:_410777__2009_FD",
"property:periapsis",
"resource:88234300000_0"
],
[
"resource:_410777__2009_FD",
"property:discoverer",
"resource:Spacewatch"
]
] | (410777)_2009_FD | [
{
"modified": "259776702.47055 (kilometres)",
"readable": "259776702.47055",
"graph": "259776702.47055 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "periapsis",
"readable": "periapsis",
"graph": "property:periapsis"
},
{
"modified": "88234300000.0",
"readable": "88234300000.0",
"graph": "resource:88234300000_0"
},
{
"modified": "Spacewatch",
"readable": "Spacewatch",
"graph": "resource:Spacewatch"
},
{
"modified": "(410777)_2009_FD",
"readable": "2009 FD",
"graph": "resource:_410777__2009_FD"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?o property:apoapsis '7715100000.0 (kilometres)' . ?o rdf:type ontology:celestial_body . ?o property:discoverer resource:Spacewatch }",
"readable_query": "ASK WHERE { ?o property:apoapsis '7715100000.0 (kilometres)' . ?o rdf:type ontology:celestial_body . ?o property:discoverer resource:Spacewatch }",
"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 { ?d property:apoapsis '259776702.47055 (kilometres)' . ?d rdf:type ontology:celestial_body . ?d property:discoverer resource:Spacewatch }",
"readable_query": "ASK WHERE { ?d property:apoapsis '259776702.47055 (kilometres)' . ?d rdf:type ontology:celestial_body . ?d property:discoverer resource:Spacewatch }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?p WHERE { ?p property:discoverer resource:Spacewatch . ?p rdf:type ontology:celestial_body . ?p property:apoapsis '259776702.47055 (kilometres)' }",
"readable_query": "SELECT ?p WHERE { ?p property:discoverer resource:Spacewatch . ?p rdf:type ontology:celestial_body . ?p property:apoapsis '259776702.47055 (kilometres)' }",
"graph_answer": [
"resource:_410777__2009_FD"
],
"readable_answer": [
"2009 FD"
],
"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 ?g ?d WHERE { resource:_410777__2009_FD property:apoapsis ?d . resource:_410777__2009_FD property:periapsis ?g }",
"readable_query": "SELECT DISTINCT ?g ?d WHERE { resource:(410777)_2009_FD property:apoapsis ?d . resource:(410777)_2009_FD property:periapsis ?g }",
"graph_answer": [
"resource:88234300000_0",
"259776702.47055 (kilometres)"
],
"readable_answer": [
"88234300000.0",
"259776702.47055"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Astronaut | 4 | 8922 | Id74 | [
{
"subject": "William_Anders",
"property": "dateOfRet",
"object": "\"1969-09-01\"^^xsd:date"
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "William_Anders",
"property": "birthPlace",
"object": "British_Hong_Kong"
},
{
"subject": "Apollo_8",
"property": "crewMembers",
"object": "Frank_Borman"
}
] | [
{
"subject": "William_Anders",
"property": "dateOfRetirement",
"object": "\"1969-09-01\""
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "William_Anders",
"property": "birthPlace",
"object": "British_Hong_Kong"
},
{
"subject": "Apollo_8",
"property": "crewMembers",
"object": "Frank_Borman"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"William Anders (born in British Hong Kong) was a crew member of Apollo 8 with Frank Borman and retired on 1969-09-01.",
"William Anders was born in British Hong Kong. Along with Frank Borman he was a crew member on Apollo 8. He retired on 1969.09.01."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"resource:William_Anders",
"property:mission",
"resource:Apollo_8"
],
[
"resource:William_Anders",
"property:date_of_retirement",
"1969-09-01"
],
[
"resource:William_Anders",
"property:birth_place",
"resource:British_Hong_Kong"
],
[
"resource:Apollo_8",
"property:crew_members",
"resource:Frank_Borman"
]
] | William_Anders | [
{
"modified": "1969-09-01",
"readable": "1969-09-01",
"graph": "1969-09-01"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "crewMembers",
"readable": "crew members",
"graph": "property:crew_members"
},
{
"modified": "dateOfRetirement",
"readable": "date of retirement",
"graph": "property:date_of_retirement"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "Apollo_8",
"readable": "Apollo 8",
"graph": "resource:Apollo_8"
},
{
"modified": "British_Hong_Kong",
"readable": "British Hong Kong",
"graph": "resource:British_Hong_Kong"
},
{
"modified": "Frank_Borman",
"readable": "Frank Borman",
"graph": "resource:Frank_Borman"
},
{
"modified": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:astronaut . FILTER ( ?o = \"1969-09-01\" ) . ?k property:mission ?w . ?w property:crew_members resource:Frank_Borman . ?k property:date_of_retirement ?o }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:astronaut . FILTER ( ?o = \"1969-09-01\" ) . ?k property:mission ?w . ?w property:crew_members resource:Frank_Borman . ?k property:date_of_retirement ?o }",
"graph_answer": [
"resource:William_Anders"
],
"readable_answer": [
"William Anders"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?g property:mission ?a . ?g rdf:type ontology:astronaut . ?a property:crew_members resource:Frank_Borman . ?g property:birth_place resource:British_Hong_Kong . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?g property:mission ?a . ?g rdf:type ontology:astronaut . ?a property:crew_members resource:Frank_Borman . ?g property:birth_place resource:British_Hong_Kong . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) }",
"graph_answer": [
"resource:Apollo_8"
],
"readable_answer": [
"Apollo 8"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 2 | 5050 | Id42 | [
{
"subject": "Abdulsalami_Abubakar",
"property": "successor",
"object": "Olusegun_Obasanjo"
},
{
"subject": "Olusegun_Obasanjo",
"property": "vicePresident",
"object": "Atiku_Abubakar"
}
] | [
{
"subject": "Abdulsalami_Abubakar",
"property": "successor",
"object": "Olusegun_Obasanjo"
},
{
"subject": "Olusegun_Obasanjo",
"property": "inOfficeWhileVicePresident",
"object": "Atiku_Abubakar"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Olusegun Obasanjo, successor of Abdulsalami Abubakar, took office during Atiku Abubaker's Vice Presidency.",
"Abdulsalami Abubakar's successor was Olusegun Obasanjo who was in office while Atiku Abubaker was Vice President.",
"Olusegun Obasanjo was Abdulsalami Abubakar successor and Atiku Abubakar was his Vice President."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Abdulsalami_Abubakar",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdulsalami_Abubakar",
"property:successor",
"resource:Olusegun_Obasanjo"
],
[
"resource:Olusegun_Obasanjo",
"property:in_office_while_vice_president",
"resource:Atiku_Abubakar"
]
] | Abdulsalami_Abubakar | [
{
"modified": "inOfficeWhileVicePresident",
"readable": "in office while vice president",
"graph": "property:in_office_while_vice_president"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abdulsalami_Abubakar",
"readable": "Abdulsalami Abubakar",
"graph": "resource:Abdulsalami_Abubakar"
},
{
"modified": "Atiku_Abubakar",
"readable": "Atiku Abubakar",
"graph": "resource:Atiku_Abubakar"
},
{
"modified": "Olusegun_Obasanjo",
"readable": "Olusegun Obasanjo",
"graph": "resource:Olusegun_Obasanjo"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?e property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman . ?c rdf:type ontology:politician . ?c property:successor ?e }",
"readable_query": "ASK WHERE { ?e property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman . ?c rdf:type ontology:politician . ?c property:successor ?e }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
CelestialBody | 3 | 6693 | Id110 | [
{
"subject": "10_Hygiea",
"property": "surfaceArea",
"object": "8.37081e+11"
},
{
"subject": "10_Hygiea",
"property": "escapeVelocity",
"object": "\"0.21\"^^<http://dbpedia.org/datatype/kilometrePerSecond>"
},
{
"subject": "10_Hygiea",
"property": "Planet/apoapsis",
"object": "\"5.2395158233968E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"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)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The celestial body known as 10 Hygiea has a surface area of 837080.744 square km and an escape velocity of 0.21 kilometres per second and its apoapsis is 523951582.33968 (kms).",
"10 Hygiea has an apoapsis of 523951582.33968 km, an escape velocity of 0.21 km per sec, and a surface are of 837080.744 sq km.",
"The celestial body known as 10 Hygiea has a surface area of 837080.744 square km, an escape velocity of 0.21 km per sec and an apoapsis of 523951582.33968 (kilometres)."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"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": "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"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?j property:surface_area '837080.744 (squareKilometres)' . ?j property:apoapsis '441092000.0 (kilometres)' . ?j rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { ?j property:surface_area '837080.744 (squareKilometres)' . ?j property:apoapsis '441092000.0 (kilometres)' . ?j rdf:type ontology:celestial_body }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?v rdf:type ontology:celestial_body . ?v property:apoapsis '523951582.33968 (kilometres)' . ?v property:surface_area '837080.744 (squareKilometres)' }",
"readable_query": "ASK WHERE { ?v rdf:type ontology:celestial_body . ?v property:apoapsis '523951582.33968 (kilometres)' . ?v property:surface_area '837080.744 (squareKilometres)' }",
"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 ?j WHERE { ?j rdf:type ontology:celestial_body . ?j property:apoapsis '523951582.33968 (kilometres)' . ?j property:surface_area '837080.744 (squareKilometres)' }",
"readable_query": "SELECT ?j WHERE { ?j rdf:type ontology:celestial_body . ?j property:apoapsis '523951582.33968 (kilometres)' . ?j property:surface_area '837080.744 (squareKilometres)' }",
"graph_answer": [
"resource:10_Hygiea"
],
"readable_answer": [
"10 Hygiea"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e ?t WHERE { resource:10_Hygiea property:apoapsis ?t . resource:10_Hygiea property:escape_velocity ?e }",
"readable_query": "SELECT DISTINCT ?e ?t WHERE { resource:10_Hygiea property:apoapsis ?t . resource:10_Hygiea property:escape_velocity ?e }",
"graph_answer": [
"0.21 (kilometrePerSeconds)",
"523951582.33968 (kilometres)"
],
"readable_answer": [
"0.21",
"523951582.33968"
],
"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:10_Hygiea property:surface_area ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:10_Hygiea property:surface_area ?n }",
"graph_answer": [
"837080.744 (squareKilometres)"
],
"readable_answer": [
"837080.744"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10036 | Id10 | [
{
"subject": "1955_Dodge",
"property": "related",
"object": "Plymouth_Plaza"
},
{
"subject": "Plymouth_Plaza",
"property": "successor",
"object": "Plymouth_Satellite"
},
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "DeSoto_Custom"
},
{
"subject": "1955_Dodge",
"property": "manufacturer",
"object": "\"Dodge\"@en"
}
] | [
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "Plymouth_Plaza"
},
{
"subject": "Plymouth_Plaza",
"property": "successor",
"object": "Plymouth_Satellite"
},
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "DeSoto_Custom"
},
{
"subject": "1955_Dodge",
"property": "manufacturer",
"object": "Dodge"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Dodge manufactured 1955 Dodge and the DeSoto Custom and the Plymouth Plaza are related means of transportation. The Plymouth Plaza was succeeded by the Plymouth Satellite.",
"The 1955 Dodge automobile, manufactured by Dodge, is related to the DeSoto Custom while the Plymouth Plaza automobile was succeeded by the Plymouth Satellite.",
"The 1955 Dodge, made by Dodge Co., is related to the Desoto Custom and the Plymouth Plaza cars. The Plymouth Satellite was the successor to the Plymouth Plaza."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Plymouth_Plaza",
"property:successor",
"resource:Plymouth_Satellite"
],
[
"resource:1955_Dodge",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:1955_Dodge",
"property:related_mean_of_transportation",
"resource:Plymouth_Plaza"
],
[
"resource:1955_Dodge",
"property:related_mean_of_transportation",
"resource:DeSoto_Custom"
],
[
"resource:1955_Dodge",
"property:manufacturer",
"resource:Dodge"
]
] | 1955_Dodge | [
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "relatedMeanOfTransportation",
"readable": "related mean of transportation",
"graph": "property:related_mean_of_transportation"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "1955_Dodge",
"readable": "1955 Dodge",
"graph": "resource:1955_Dodge"
},
{
"modified": "DeSoto_Custom",
"readable": "DeSoto Custom",
"graph": "resource:DeSoto_Custom"
},
{
"modified": "Dodge",
"readable": "Dodge",
"graph": "resource:Dodge"
},
{
"modified": "Plymouth_Plaza",
"readable": "Plymouth Plaza",
"graph": "resource:Plymouth_Plaza"
},
{
"modified": "Plymouth_Satellite",
"readable": "Plymouth Satellite",
"graph": "resource:Plymouth_Satellite"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:1955_Dodge property:related_mean_of_transportation ?j . FILTER ( ?j != resource:DeSoto_Custom ) }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:1955_Dodge property:related_mean_of_transportation ?j . FILTER ( ?j != resource:DeSoto_Custom ) }",
"graph_answer": [
"resource:Plymouth_Plaza"
],
"readable_answer": [
"Plymouth Plaza"
],
"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 ?z WHERE { resource:1955_Dodge property:related_mean_of_transportation ?z . FILTER NOT EXISTS { ?z property:successor resource:Plymouth_Satellite } }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:1955_Dodge property:related_mean_of_transportation ?z . FILTER NOT EXISTS { ?z property:successor resource:Plymouth_Satellite } }",
"graph_answer": [
"resource:DeSoto_Custom"
],
"readable_answer": [
"DeSoto Custom"
],
"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"
]
}
] |
|
Food | 2 | 4749 | Id261 | [
{
"subject": "Philippines",
"property": "language",
"object": "Arabic"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
}
] | [
{
"subject": "Philippines",
"property": "language",
"object": "Arabic"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Arabic is one of the languages in the Philippines where Binignit comes from.",
"The binignit dish can be found in the Philippines where one of the languages used is Arabic."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Philippines",
"property:language",
"resource:Arabic"
],
[
"resource:Binignit",
"rdf:type",
"ontology:food"
],
[
"resource:Binignit",
"property:country",
"resource:Philippines"
]
] | Binignit | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Arabic",
"readable": "Arabic",
"graph": "resource:Arabic"
},
{
"modified": "Binignit",
"readable": "Binignit",
"graph": "resource:Binignit"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'p' ) ) . resource:Binignit property:country ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'p' ) ) . resource:Binignit property:country ?y }",
"graph_answer": [
"resource:Philippines"
],
"readable_answer": [
"Philippines"
],
"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 ?z WHERE { resource:Philippines property:ship_power ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Philippines property:ship_power ?z }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 3 | 5800 | Id133 | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Grand_Chute,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Grand_Chute,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "country",
"object": "United_States"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Appleton International airport is located in Greenville, Wisconsin which is part of Grand Chute, Wisconsin, in the United States.",
"Appleton International Airport is located in Greenville, Grand Chute, Wisconsin, USA."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Appleton_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Appleton_International_Airport",
"property:location",
"resource:Greenville__Wisconsin"
],
[
"resource:Greenville__Wisconsin",
"property:country",
"resource:United_States"
],
[
"resource:Greenville__Wisconsin",
"property:is_part_of",
"resource:Grand_Chute__Wisconsin"
]
] | Appleton_International_Airport | [
{
"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": "Appleton_International_Airport",
"readable": "Appleton International Airport",
"graph": "resource:Appleton_International_Airport"
},
{
"modified": "Grand_Chute,_Wisconsin",
"readable": "Grand Chute, Wisconsin",
"graph": "resource:Grand_Chute__Wisconsin"
},
{
"modified": "Greenville,_Wisconsin",
"readable": "Greenville, Wisconsin",
"graph": "resource:Greenville__Wisconsin"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?o WHERE { resource:Greenville__Wisconsin property:is_part_of ?z . resource:Greenville__Wisconsin property:country ?o }",
"readable_query": "SELECT DISTINCT ?z ?o WHERE { resource:Greenville,_Wisconsin property:is_part_of ?z . resource:Greenville,_Wisconsin property:country ?o }",
"graph_answer": [
"resource:Grand_Chute__Wisconsin",
"resource:United_States"
],
"readable_answer": [
"Grand Chute, Wisconsin",
"United States"
],
"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 ?k WHERE { ?k rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?k ) , 'appleton' ) ) . ?k property:location resource:Greenville__Wisconsin }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?k ) , 'appleton' ) ) . ?k property:location resource:Greenville,_Wisconsin }",
"graph_answer": [
"resource:Appleton_International_Airport"
],
"readable_answer": [
"Appleton International Airport"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 3 | 7098 | Id11 | [
{
"subject": "Ajoblanco",
"property": "ingredient",
"object": "Almond"
},
{
"subject": "Almond",
"property": "family",
"object": "Rosaceae"
},
{
"subject": "Almond",
"property": "order",
"object": "Rosids"
}
] | [
{
"subject": "Ajoblanco",
"property": "ingredient",
"object": "Almond"
},
{
"subject": "Almond",
"property": "family",
"object": "Rosaceae"
},
{
"subject": "Almond",
"property": "order",
"object": "Rosids"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Almond, which is one of the ingredients of Ajoblanco, is part of the Rosaceae family and also part of the order of Rosids.",
"Almonds, an ingredient in Ajoblanco, are from the Rosaceae family and from the order Rosids.",
"Almonds are part of the Rosaceae family, the order of Rosids, and are an ingredient in ajoblanco."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ajoblanco",
"property:ingredient",
"resource:Almond"
],
[
"resource:Ajoblanco",
"rdf:type",
"ontology:food"
],
[
"resource:Almond",
"property:family",
"resource:Rosaceae"
],
[
"resource:Almond",
"property:order",
"resource:Rosids"
]
] | Ajoblanco | [
{
"modified": "family",
"readable": "family",
"graph": "property:family"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "order",
"readable": "order",
"graph": "property:order"
},
{
"modified": "Ajoblanco",
"readable": "Ajoblanco",
"graph": "resource:Ajoblanco"
},
{
"modified": "Almond",
"readable": "Almond",
"graph": "resource:Almond"
},
{
"modified": "Rosaceae",
"readable": "Rosaceae",
"graph": "resource:Rosaceae"
},
{
"modified": "Rosids",
"readable": "Rosids",
"graph": "resource:Rosids"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t ?a WHERE { resource:Almond property:family ?a . resource:Almond property:order ?t }",
"readable_query": "SELECT DISTINCT ?t ?a WHERE { resource:Almond property:family ?a . resource:Almond property:order ?t }",
"graph_answer": [
"resource:Rosids",
"resource:Rosaceae"
],
"readable_answer": [
"Rosids",
"Rosaceae"
],
"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:Ajoblanco property:ingredient resource:Almond . resource:Ajoblanco rdf:type ontology:food }",
"readable_query": "ASK WHERE { resource:Ajoblanco property:ingredient resource:Almond . resource:Ajoblanco rdf:type ontology:food }",
"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"
]
}
] |
|
Food | 3 | 7398 | Id311 | [
{
"subject": "Tomato",
"property": "family",
"object": "Solanaceae"
},
{
"subject": "Tomato",
"property": "genus",
"object": "Solanum"
},
{
"subject": "Amatriciana_sauce",
"property": "ingredient",
"object": "Tomato"
}
] | [
{
"subject": "Tomato",
"property": "family",
"object": "Solanaceae"
},
{
"subject": "Tomato",
"property": "genus",
"object": "Solanum"
},
{
"subject": "Amatriciana_sauce",
"property": "ingredient",
"object": "Tomato"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The tomato is from the family of solanaceae and the genus Solanum, and is a key ingredient in Amatriciana sauce.",
"The tomato belongs to the genus Solanum and the Solanaceae plant family. It is a main ingredient in the dish Amatriciana sauce.",
"Amatriciana sauce has as one of its ingredients tomatoes, which comes from the Solanaceae family and the genus Solanum."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Tomato",
"property:genus",
"resource:Solanum"
],
[
"resource:Tomato",
"property:family",
"resource:Solanaceae"
],
[
"resource:Amatriciana_sauce",
"property:ingredient",
"resource:Tomato"
],
[
"resource:Amatriciana_sauce",
"rdf:type",
"ontology:food"
]
] | Amatriciana_sauce | [
{
"modified": "family",
"readable": "family",
"graph": "property:family"
},
{
"modified": "genus",
"readable": "genus",
"graph": "property:genus"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Amatriciana_sauce",
"readable": "Amatriciana sauce",
"graph": "resource:Amatriciana_sauce"
},
{
"modified": "Solanaceae",
"readable": "Solanaceae",
"graph": "resource:Solanaceae"
},
{
"modified": "Solanum",
"readable": "Solanum",
"graph": "resource:Solanum"
},
{
"modified": "Tomato",
"readable": "Tomato",
"graph": "resource:Tomato"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?y property:family resource:Solanaceae . ?y property:genus resource:Apium }",
"readable_query": "ASK WHERE { ?y property:family resource:Solanaceae . ?y property:genus resource:Apium }",
"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:genus resource:Solanum . ?d property:family resource:Solanaceae }",
"readable_query": "ASK WHERE { ?d property:genus resource:Solanum . ?d property:family resource:Solanaceae }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?q WHERE { ?q property:family resource:Solanaceae . ?q property:genus resource:Solanum }",
"readable_query": "SELECT ?q WHERE { ?q property:family resource:Solanaceae . ?q property:genus resource:Solanum }",
"graph_answer": [
"resource:Tomato"
],
"readable_answer": [
"Tomato"
],
"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 ?a WHERE { ?a rdf:type ontology:food . ?a property:ingredient resource:Tomato }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:food . ?a property:ingredient resource:Tomato }",
"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"
]
}
] |
|
Airport | 5 | 11107 | Id156 | [
{
"subject": "Athens_International_Airport",
"property": "cityServed",
"object": "Athens"
},
{
"subject": "Athens",
"property": "country",
"object": "Greece"
},
{
"subject": "Greece",
"property": "language",
"object": "Greek_language"
},
{
"subject": "Greece",
"property": "leaderName",
"object": "Nikos_Voutsis"
},
{
"subject": "Greece",
"property": "leader",
"object": "Prokopis_Pavlopoulos"
}
] | [
{
"subject": "Athens_International_Airport",
"property": "cityServed",
"object": "Athens"
},
{
"subject": "Athens",
"property": "country",
"object": "Greece"
},
{
"subject": "Greece",
"property": "language",
"object": "Greek_language"
},
{
"subject": "Greece",
"property": "leader",
"object": "Nikos_Voutsis"
},
{
"subject": "Greece",
"property": "leader",
"object": "Prokopis_Pavlopoulos"
}
] | (X (X (X (X) (X) (X)))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Athens International Airport serves the city of Athens in Greece. The leaders of Greece are Nikos Voutsis and Prokopis Pavlopoulos. Greek is spoken in that country.",
"Athens International Airport serves the city of Athens, Greece. Two leaders there are Nikos Voutsis and Prokopis Pavlopoulos. Greek is the language of Greece."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Greece",
"property:leader",
"resource:Prokopis_Pavlopoulos"
],
[
"resource:Greece",
"property:leader",
"resource:Nikos_Voutsis"
],
[
"resource:Greece",
"property:language",
"resource:Greek_language"
],
[
"resource:Athens",
"property:country",
"resource:Greece"
],
[
"resource:Athens_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Athens_International_Airport",
"property:city_served",
"resource:Athens"
]
] | Athens_International_Airport | [
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Athens",
"readable": "Athens",
"graph": "resource:Athens"
},
{
"modified": "Athens_International_Airport",
"readable": "Athens International Airport",
"graph": "resource:Athens_International_Airport"
},
{
"modified": "Greece",
"readable": "Greece",
"graph": "resource:Greece"
},
{
"modified": "Greek_language",
"readable": "Greek language",
"graph": "resource:Greek_language"
},
{
"modified": "Nikos_Voutsis",
"readable": "Nikos Voutsis",
"graph": "resource:Nikos_Voutsis"
},
{
"modified": "Prokopis_Pavlopoulos",
"readable": "Prokopis Pavlopoulos",
"graph": "resource:Prokopis_Pavlopoulos"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Athens_International_Airport rdf:type ontology:airport . resource:Athens_International_Airport property:city_served resource:Athens }",
"readable_query": "ASK WHERE { resource:Athens_International_Airport rdf:type ontology:airport . resource:Athens_International_Airport property:city_served resource:Athens }",
"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": "SELECT DISTINCT ?u WHERE { ?u rdf:type ontology:airport . ?u property:location resource:Spata }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u rdf:type ontology:airport . ?u property:location resource:Spata }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"meaningful",
"no_answer",
"single_triple",
"direct",
"direct_none",
"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 { ?c property:runway_length resource:3800_0 . ?c rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:runway_length resource:3800.0 . ?c rdf:type ontology:airport }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"meaningful",
"no_answer",
"single_triple",
"direct",
"direct_none",
"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 { ?y property:runway_length resource:4000_0 . ?y rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:runway_length resource:4000.0 . ?y rdf:type ontology:airport }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"meaningful",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?v ) WHERE { resource:Greece property:leader ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?v ) WHERE { resource:Greece property:leader ?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 ?j WHERE { resource:Greece property:leader ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:Greece property:leader ?j }",
"graph_answer": [
"resource:Prokopis_Pavlopoulos",
"resource:Nikos_Voutsis"
],
"readable_answer": [
"Prokopis Pavlopoulos",
"Nikos Voutsis"
],
"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"
]
}
] |
|
Building | 3 | 6495 | Id115 | [
{
"subject": "Akita_Museum_of_Art",
"property": "locationTown",
"object": "Akita,_Akita"
},
{
"subject": "Akita,_Akita",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita,_Akita",
"property": "isPartOf",
"object": "Akita_Prefecture"
}
] | [
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita,_Akita"
},
{
"subject": "Akita,_Akita",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita,_Akita",
"property": "isPartOf",
"object": "Akita_Prefecture"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Akita Museum of Art is located in Akita, Akita; Akita Prefecture, Japan.",
"Akita Museum of Art is in Akita, Akita, which is part of Akita Prefecture, Japan.",
"Akita is located in Japan. In that city there is a museum of Art with the same name and it is part of Prefecture."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akita__Akita",
"property:country",
"resource:Japan"
],
[
"resource:Akita__Akita",
"property:is_part_of",
"resource:Akita_Prefecture"
],
[
"resource:Akita_Museum_of_Art",
"rdf:type",
"ontology:building"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita__Akita"
]
] | Akita_Museum_of_Art | [
{
"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": "Akita_Museum_of_Art",
"readable": "Akita Museum of Art",
"graph": "resource:Akita_Museum_of_Art"
},
{
"modified": "Akita_Prefecture",
"readable": "Akita Prefecture",
"graph": "resource:Akita_Prefecture"
},
{
"modified": "Akita,_Akita",
"readable": "Akita, Akita",
"graph": "resource:Akita__Akita"
},
{
"modified": "Japan",
"readable": "Japan",
"graph": "resource:Japan"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?w ) WHERE { resource:Akita_Museum_of_Art property:location ?w }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?w ) WHERE { resource:Akita_Museum_of_Art property:location ?w }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Akita_Museum_of_Art property:location ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Akita_Museum_of_Art property:location ?c }",
"graph_answer": [
"resource:Akita__Akita"
],
"readable_answer": [
"Akita, Akita"
],
"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 ?b WHERE { resource:Akita__Akita property:density ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Akita,_Akita property:density ?b }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam | 4 | 10584 | Id25 | [
{
"subject": "A.C._Lumezzane",
"property": "ground",
"object": "Italy"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Italy",
"property": "language",
"object": "Italian_language"
},
{
"subject": "Italy",
"property": "leader",
"object": "Pietro_Grasso"
}
] | [
{
"subject": "A.C._Lumezzane",
"property": "ground",
"object": "Italy"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Italy",
"property": "language",
"object": "Italian_language"
},
{
"subject": "Italy",
"property": "leader",
"object": "Pietro_Grasso"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Pietro Grasso is the leader of Italy which is home to AC Lumezzane. The country uses the Italian language and has the capital city of Rome.",
"A.C. Lumezzane play in Italy where the capital is Rome, the spoken language is Italian and the leader is Pietro Grasso."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:A_C__Lumezzane",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_C__Lumezzane",
"property:ground",
"resource:Italy"
],
[
"resource:Italy",
"property:leader",
"resource:Pietro_Grasso"
],
[
"resource:Italy",
"property:capital",
"resource:Rome"
],
[
"resource:Italy",
"property:language",
"resource:Italian_language"
]
] | A.C._Lumezzane | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "A.C._Lumezzane",
"readable": "A.C. Lumezzane",
"graph": "resource:A_C__Lumezzane"
},
{
"modified": "Italian_language",
"readable": "Italian language",
"graph": "resource:Italian_language"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Pietro_Grasso",
"readable": "Pietro Grasso",
"graph": "resource:Pietro_Grasso"
},
{
"modified": "Rome",
"readable": "Rome",
"graph": "resource:Rome"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?r ) WHERE { ?t rdf:type ontology:sports_team . ?a property:leader resource:Laura_Boldrini . ?t property:ground ?a }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?r ) WHERE { ?t rdf:type ontology:sports_team . ?a property:leader resource:Laura_Boldrini . ?t property:ground ?a }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q ?a WHERE { resource:Italy property:capital ?q . resource:Italy property:language ?a }",
"readable_query": "SELECT DISTINCT ?q ?a WHERE { resource:Italy property:capital ?q . resource:Italy property:language ?a }",
"graph_answer": [
"resource:Rome",
"resource:Italian_language"
],
"readable_answer": [
"Rome",
"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": "ASK WHERE { resource:A_C__Lumezzane rdf:type ontology:sports_team . resource:A_C__Lumezzane property:ground resource:Italy }",
"readable_query": "ASK WHERE { resource:A.C._Lumezzane rdf:type ontology:sports_team . resource:A.C._Lumezzane property:ground resource:Italy }",
"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 ?p WHERE { resource:Italy property:layout ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:Italy property:layout ?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"
]
}
] |
|
SportsTeam | 2 | 5275 | Id19 | [
{
"subject": "A.C._Cesena",
"property": "manager",
"object": "Massimo_Drago"
},
{
"subject": "Massimo_Drago",
"property": "team",
"object": "A.S.D._S.S._Nola_1925"
}
] | [
{
"subject": "A.C._Cesena",
"property": "manager",
"object": "Massimo_Drago"
},
{
"subject": "Massimo_Drago",
"property": "club",
"object": "A.S.D._S.S._Nola_1925"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Massimo Drago has been the manager of A C Cesena, he played for A.S.D. S.S. Nola 1925.",
"Massimo Drago, who played for A.S.D. S.S. Nola 1925 has been the manager of AC Cesena.",
"Massimo Drago manages A.C. Cesena and played for A.S.D. S.S. Nola 1925."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_C__Cesena",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_C__Cesena",
"property:manager",
"resource:Massimo_Drago"
],
[
"resource:Massimo_Drago",
"property:club",
"resource:A_S_D__S_S__Nola_1925"
]
] | A.C._Cesena | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "A.C._Cesena",
"readable": "A.C. Cesena",
"graph": "resource:A_C__Cesena"
},
{
"modified": "A.S.D._S.S._Nola_1925",
"readable": "A.S.D. S.S. Nola 1925",
"graph": "resource:A_S_D__S_S__Nola_1925"
},
{
"modified": "Massimo_Drago",
"readable": "Massimo Drago",
"graph": "resource:Massimo_Drago"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?i ) WHERE { ?i property:club resource:A_S_D__S_S__Nola_1925 . ?k rdf:type ontology:sports_team . ?k property:manager ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?i ) WHERE { ?i property:club resource:A.S.D._S.S._Nola_1925 . ?k rdf:type ontology:sports_team . ?k property:manager ?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 ?c WHERE { ?c property:manager ?n . ?c rdf:type ontology:sports_team . ?n property:club resource:A_S_D__S_S__Nola_1925 }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:manager ?n . ?c rdf:type ontology:sports_team . ?n property:club resource:A.S.D._S.S._Nola_1925 }",
"graph_answer": [
"resource:A_C__Cesena"
],
"readable_answer": [
"A.C. Cesena"
],
"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 ?d WHERE { resource:A_C__Cesena rdf:type ontology:sports_team . ?d property:club resource:A_S_D__S_S__Nola_1925 . resource:A_C__Cesena property:manager ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:A.C._Cesena rdf:type ontology:sports_team . ?d property:club resource:A.S.D._S.S._Nola_1925 . resource:A.C._Cesena property:manager ?d }",
"graph_answer": [
"resource:Massimo_Drago"
],
"readable_answer": [
"Massimo Drago"
],
"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 ?h WHERE { resource:Massimo_Drago property:voice ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Massimo_Drago property:voice ?h }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Company | 5 | 12047 | Id28 | [
{
"subject": "Trane",
"property": "netIncome",
"object": "5.563E8"
},
{
"subject": "Trane",
"property": "type",
"object": "Subsidiary"
},
{
"subject": "Trane",
"property": "operatingIncome",
"object": "8.754E8"
},
{
"subject": "Trane",
"property": "foundingYear",
"object": "1913-01-01"
},
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
}
] | [
{
"subject": "Trane",
"property": "netIncome",
"object": "556300000"
},
{
"subject": "Trane",
"property": "type",
"object": "Subsidiary"
},
{
"subject": "Trane",
"property": "operatingIncome",
"object": "875400000"
},
{
"subject": "Trane",
"property": "foundingDate",
"object": "1913-01-01"
},
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Trane, founded in La Crosse, Wisconsin on 1913-01-01, is a subsidiary company. They have a net income of about $556 million and an operating income of $875.4 million USD.",
"The Trane company was founded on January 01, 1913 in La Crosse, Wisconsin. It is a subsidiary company with an operating income of $875.400 million USD and a net income of $556.300 million USD.",
"Trane is a subsidiary company that was founded on January 1, 1913 in La Crosse, Wisconsin. Trane has an operating income of $875.400,000 with a net income of $556,300,000."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Trane",
"property:net_income",
"556300000"
],
[
"resource:Trane",
"property:founding_date",
"resource:1913_01_01"
],
[
"resource:Trane",
"rdf:type",
"ontology:subsidiary"
],
[
"resource:Trane",
"rdf:type",
"ontology:company"
],
[
"resource:Trane",
"property:foundation_place",
"resource:La_Crosse__Wisconsin"
],
[
"resource:Trane",
"property:operating_income",
"875400000"
]
] | Trane | [
{
"modified": "556300000",
"readable": "556300000",
"graph": "556300000"
},
{
"modified": "875400000",
"readable": "875400000",
"graph": "875400000"
},
{
"modified": "Subsidiary",
"readable": "subsidiary",
"graph": "ontology:subsidiary"
},
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "netIncome",
"readable": "net income",
"graph": "property:net_income"
},
{
"modified": "operatingIncome",
"readable": "operating income",
"graph": "property:operating_income"
},
{
"modified": "1913-01-01",
"readable": "1913-01-01",
"graph": "resource:1913_01_01"
},
{
"modified": "La_Crosse,_Wisconsin",
"readable": "La Crosse, Wisconsin",
"graph": "resource:La_Crosse__Wisconsin"
},
{
"modified": "Trane",
"readable": "Trane",
"graph": "resource:Trane"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?p = \"1913_01_01\" ) . ?d rdf:type ontology:subsidiary . ?d property:operating_income ?b . ?d property:founding_date ?p }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?p = \"1913-01-01\" ) . ?d rdf:type ontology:subsidiary . ?d property:operating_income ?b . ?d property:founding_date ?p }",
"graph_answer": [
"875400000"
],
"readable_answer": [
"875400000"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?t property:founding_date ?u . FILTER ( ?u = \"1913_01_01\" ) . ?t rdf:type ontology:subsidiary . ?t property:operating_income 875400000 }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t property:founding_date ?u . FILTER ( ?u = \"1913-01-01\" ) . ?t rdf:type ontology:subsidiary . ?t property:operating_income 875400000 }",
"graph_answer": [
"resource:Trane"
],
"readable_answer": [
"Trane"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?o WHERE { resource:Trane property:net_income ?o . resource:Trane property:foundation_place ?l }",
"readable_query": "SELECT DISTINCT ?l ?o WHERE { resource:Trane property:net_income ?o . resource:Trane property:foundation_place ?l }",
"graph_answer": [
"resource:La_Crosse__Wisconsin",
"556300000"
],
"readable_answer": [
"La Crosse, Wisconsin",
"556300000"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food | 4 | 9825 | Id114 | [
{
"subject": "Baked_Alaska",
"property": "course",
"object": "Dessert"
},
{
"subject": "Baked_Alaska",
"property": "country",
"object": "France"
},
{
"subject": "Dessert",
"property": "hasVariant",
"object": "Sandesh_(confectionery)"
},
{
"subject": "France",
"property": "leader",
"object": "Gérard_Larcher"
}
] | [
{
"subject": "Baked_Alaska",
"property": "course",
"object": "Dessert"
},
{
"subject": "Baked_Alaska",
"property": "country",
"object": "France"
},
{
"subject": "Dessert",
"property": "dishVariation",
"object": "Sandesh_(confectionery)"
},
{
"subject": "France",
"property": "leader",
"object": "Gérard_Larcher"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Sandesh is a nice confectionery dessert, as is Baked Alaska. Baked Alaska comes from France, where Gerard Larcher is a leader.",
"Baked Alaska is a dessert from France. The leader of the country is Gerard Larcher and fun fact; Sandesh is also a dessert!",
"Sandesh is a dessert, along with Baked Alaska, which comes from France, where the leader is Gérard Larcher."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Dessert",
"property:dish_variation",
"resource:Sandesh__confectionery_"
],
[
"resource:France",
"property:leader",
"resource:G_rard_Larcher"
],
[
"resource:Baked_Alaska",
"rdf:type",
"ontology:food"
],
[
"resource:Baked_Alaska",
"property:country",
"resource:France"
],
[
"resource:Baked_Alaska",
"property:course",
"resource:Dessert"
]
] | Baked_Alaska | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "course",
"readable": "course",
"graph": "property:course"
},
{
"modified": "dishVariation",
"readable": "dish variation",
"graph": "property:dish_variation"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Baked_Alaska",
"readable": "Baked Alaska",
"graph": "resource:Baked_Alaska"
},
{
"modified": "Dessert",
"readable": "Dessert",
"graph": "resource:Dessert"
},
{
"modified": "France",
"readable": "France",
"graph": "resource:France"
},
{
"modified": "Gérard_Larcher",
"readable": "Gérard Larcher",
"graph": "resource:G_rard_Larcher"
},
{
"modified": "Sandesh_(confectionery)",
"readable": "Sandesh",
"graph": "resource:Sandesh__confectionery_"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?b rdf:type ontology:food . ?b property:course resource:Soup . ?b property:country resource:France }",
"readable_query": "ASK WHERE { ?b rdf:type ontology:food . ?b property:course resource:Soup . ?b property:country resource:France }",
"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 { ?k rdf:type ontology:food . ?k property:country resource:France . ?k property:course resource:Dessert }",
"readable_query": "ASK WHERE { ?k rdf:type ontology:food . ?k property:country resource:France . ?k property:course resource:Dessert }",
"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 ?t WHERE { ?t property:course resource:Dessert . ?t property:country resource:France . ?t rdf:type ontology:food }",
"readable_query": "SELECT ?t WHERE { ?t property:course resource:Dessert . ?t property:country resource:France . ?t rdf:type ontology:food }",
"graph_answer": [
"resource:Baked_Alaska"
],
"readable_answer": [
"Baked Alaska"
],
"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 ?g WHERE { resource:France property:leader ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:France property:leader ?g }",
"graph_answer": [
"resource:G_rard_Larcher"
],
"readable_answer": [
"Gérard Larcher"
],
"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"
]
}
] |
|
Astronaut | 3 | 6107 | Id7 | [
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "selection",
"object": "1963"
}
] | [
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "selectedByNasa",
"object": "1963"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4"
],
"text": [
"Alan Bean, was one of the Americans hired by NASA in 1963 to crew Apollo 12.",
"Alan Bean, born in the United States, was selected by NASA in 1963 and served as a crew member of Apollo 12.",
"Alan Bean, a US national, was selected by Nasa in 1963 and served as a crew member of Apollo 12.",
"Alan Bean was an American astronaut who NASA picked in 1963 to fly with Apollo 12."
],
"lang": [
"",
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_Bean",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:mission",
"resource:Apollo_12"
],
[
"resource:Alan_Bean",
"property:nationality",
"resource:United_States"
]
] | Alan_Bean | [
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Apollo_12",
"readable": "Apollo 12",
"graph": "resource:Apollo_12"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?v property:selected_by_nasa resource:1959 . ?v rdf:type ontology:astronaut . ?v property:nationality resource:United_States }",
"readable_query": "ASK WHERE { ?v property:selected_by_nasa resource:1959 . ?v rdf:type ontology:astronaut . ?v property:nationality resource:United_States }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?x property:nationality resource:United_States . ?x rdf:type ontology:astronaut . ?x property:selected_by_nasa resource:1963 }",
"readable_query": "ASK WHERE { ?x property:nationality resource:United_States . ?x rdf:type ontology:astronaut . ?x property:selected_by_nasa resource:1963 }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?r WHERE { ?r property:selected_by_nasa resource:1963 . ?r property:nationality resource:United_States . ?r rdf:type ontology:astronaut }",
"readable_query": "SELECT ?r WHERE { ?r property:selected_by_nasa resource:1963 . ?r property:nationality resource:United_States . ?r rdf:type ontology:astronaut }",
"graph_answer": [
"resource:Alan_Bean"
],
"readable_answer": [
"Alan Bean"
],
"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 ?y WHERE { resource:Alan_Bean property:mission ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Alan_Bean property:mission ?y }",
"graph_answer": [
"resource:Apollo_12"
],
"readable_answer": [
"Apollo 12"
],
"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 | 2 | 3532 | Id144 | [
{
"subject": "Alison_O'Donnell",
"property": "associatedBand",
"object": "The_Owl_Service_(band)"
},
{
"subject": "Alison_O'Donnell",
"property": "associatedMusicalArtist",
"object": "United_Bible_Studies"
}
] | [
{
"subject": "Alison_O'Donnell",
"property": "associatedBand/associatedMusicalArtist",
"object": "The_Owl_Service_(band)"
},
{
"subject": "Alison_O'Donnell",
"property": "associatedBand/associatedMusicalArtist",
"object": "United_Bible_Studies"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alison O'Donnell is a musician for the band United Bible Studies and is associated with the band The Owl Service.",
"Alison O'Donnell is a musician for the band United Bible Studies and has collaborated with the band The Owl Service.",
"Alison O'Donnell performed with United Bible Studies and is associated with The Owl Service."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alison_O_Donnell",
"rdf:type",
"ontology:artist"
],
[
"resource:Alison_O_Donnell",
"property:associated_band_associated_musical_artist",
"resource:The_Owl_Service__band_"
],
[
"resource:Alison_O_Donnell",
"property:associated_band_associated_musical_artist",
"resource:United_Bible_Studies"
]
] | Alison_O'Donnell | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "Alison_O'Donnell",
"readable": "Alison O'Donnell",
"graph": "resource:Alison_O_Donnell"
},
{
"modified": "The_Owl_Service_(band)",
"readable": "The Owl Service",
"graph": "resource:The_Owl_Service__band_"
},
{
"modified": "United_Bible_Studies",
"readable": "United Bible Studies",
"graph": "resource:United_Bible_Studies"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { resource:Alison_O_Donnell property:associated_band_associated_musical_artist ?r . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'u' ) ) }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:Alison_O'Donnell property:associated_band_associated_musical_artist ?r . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'u' ) ) }",
"graph_answer": [
"resource:United_Bible_Studies"
],
"readable_answer": [
"United Bible Studies"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { resource:Alison_O_Donnell property:associated_band_associated_musical_artist resource:United_Bible_Studies }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:Alison_O'Donnell property:associated_band_associated_musical_artist resource:United_Bible_Studies }",
"graph_answer": [
"resource:The_Owl_Service__band_"
],
"readable_answer": [
"The Owl Service"
],
"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"
]
}
] |
|
Athlete | 3 | 6255 | Id91 | [
{
"subject": "Al_Kharaitiyat_SC",
"property": "ground",
"object": "Al_Khor"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "clubs",
"object": "Sanat_Mes_Kerman_F.C."
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "team",
"object": "Al_Kharaitiyat_SC"
}
] | [
{
"subject": "Al_Kharaitiyat_SC",
"property": "ground",
"object": "Al_Khor"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "club",
"object": "Sanat_Mes_Kerman_F.C."
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "club",
"object": "Al_Kharaitiyat_SC"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Sanat Mes Kerman FC player, Alaa Abdul Zahra, plays for Al Kharaitiyat SC, the home ground of which, is Al Khor.",
"Alaa Abdul Zahra's club is AL Kharaitiyat SC, the ground of which, Al Khor. Alaa Abdul Zahra plays for Sanat Mes Kerman FC.",
"Sanat Mes Kerman FC player, Alaa Abdul Zahra, plays for Al Kharaitiyat SC which is located in Al Khor."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alaa_Abdul_Zahra",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alaa_Abdul_Zahra",
"property:club",
"resource:Sanat_Mes_Kerman_F_C_"
],
[
"resource:Alaa_Abdul_Zahra",
"property:club",
"resource:Al_Kharaitiyat_SC"
],
[
"resource:Al_Kharaitiyat_SC",
"property:ground",
"resource:Al_Khor"
]
] | Alaa_Abdul-Zahra | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "Al_Kharaitiyat_SC",
"readable": "Al Kharaitiyat SC",
"graph": "resource:Al_Kharaitiyat_SC"
},
{
"modified": "Al_Khor",
"readable": "Al Khor",
"graph": "resource:Al_Khor"
},
{
"modified": "Alaa_Abdul-Zahra",
"readable": "Alaa Abdul-Zahra",
"graph": "resource:Alaa_Abdul_Zahra"
},
{
"modified": "Sanat_Mes_Kerman_F.C.",
"readable": "Sanat Mes Kerman F.C.",
"graph": "resource:Sanat_Mes_Kerman_F_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { { resource:Alaa_Abdul_Zahra property:club ?o } MINUS { ?o property:ground resource:Al_Khor } }",
"readable_query": "SELECT DISTINCT ?o WHERE { { resource:Alaa_Abdul-Zahra property:club ?o } MINUS { ?o property:ground resource:Al_Khor } }",
"graph_answer": [
"resource:Sanat_Mes_Kerman_F_C_"
],
"readable_answer": [
"Sanat Mes Kerman F.C."
],
"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 { FILTER ( ?t != resource:Sanat_Mes_Kerman_F_C_ ) . resource:Alaa_Abdul_Zahra property:club ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?t != resource:Sanat_Mes_Kerman_F.C. ) . resource:Alaa_Abdul-Zahra property:club ?t }",
"graph_answer": [
"resource:Al_Kharaitiyat_SC"
],
"readable_answer": [
"Al Kharaitiyat SC"
],
"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"
]
}
] |
|
Athlete | 3 | 6289 | Id125 | [
{
"subject": "FC_Torpedo_Moscow",
"property": "manager",
"object": "Valery_Petrakov"
},
{
"subject": "Aleksandr_Chumakov",
"property": "team",
"object": "FC_Torpedo_Moscow"
},
{
"subject": "FC_Torpedo_Moscow",
"property": "chairman",
"object": "Aleksandr_Tukmanov"
}
] | [
{
"subject": "Aleksandr_Chumakov",
"property": "club",
"object": "FC_Torpedo_Moscow"
},
{
"subject": "FC_Torpedo_Moscow",
"property": "manager",
"object": "Valery_Petrakov"
},
{
"subject": "FC_Torpedo_Moscow",
"property": "chairman",
"object": "Aleksandr_Tukmanov"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandr Chumakov has played for FC Torpedo Moscow, where the manager is Valery Petrakov and the chairman is Aleksandr Tukmanov.",
"Aleksandr Chumakov plays for FC Torpedo Moscow which is managed by Valery Petrakov and chaired by Aleksandr Tukmanov.",
"Aleksandr Chumakov played for FC Torpedo Moscow which is chaired by Aleksandr Tukmanov and managed by Valery Petrakov."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:FC_Torpedo_Moscow",
"property:manager",
"resource:Valery_Petrakov"
],
[
"resource:FC_Torpedo_Moscow",
"property:chairman",
"resource:Aleksandr_Tukmanov"
],
[
"resource:Aleksandr_Chumakov",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aleksandr_Chumakov",
"property:club",
"resource:FC_Torpedo_Moscow"
]
] | Aleksandr_Chumakov | [
{
"modified": "chairman",
"readable": "chairman",
"graph": "property:chairman"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "Aleksandr_Chumakov",
"readable": "Aleksandr Chumakov",
"graph": "resource:Aleksandr_Chumakov"
},
{
"modified": "Aleksandr_Tukmanov",
"readable": "Aleksandr Tukmanov",
"graph": "resource:Aleksandr_Tukmanov"
},
{
"modified": "FC_Torpedo_Moscow",
"readable": "FC Torpedo Moscow",
"graph": "resource:FC_Torpedo_Moscow"
},
{
"modified": "Valery_Petrakov",
"readable": "Valery Petrakov",
"graph": "resource:Valery_Petrakov"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?u property:chairman resource:Sergey_Rodionov . ?l property:club ?u . ?l rdf:type ontology:athlete }",
"readable_query": "ASK WHERE { ?u property:chairman resource:Sergey_Rodionov . ?l property:club ?u . ?l rdf:type ontology:athlete }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
City | 4 | 9579 | Id178 | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "New_Jersey",
"property": "largestCity",
"object": "Newark,_New_Jersey"
},
{
"subject": "New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "Atlantic_City,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
}
] | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "New_Jersey",
"property": "largestCity",
"object": "Newark,_New_Jersey"
},
{
"subject": "New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "Atlantic_City,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
}
] | (X (X (X) (X (X)))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Atlantic City, New Jersey is in the U.S. whose capital is Washington, D.C. Newark is the largest city in New Jersey.",
"Atlantic City, is a part of New Jersey, United States, where the capital is Washington, D.C. Newark is the largest city of New Jersey."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Atlantic_City__New_Jersey",
"rdf:type",
"ontology:city"
],
[
"resource:Atlantic_City__New_Jersey",
"property:is_part_of",
"resource:New_Jersey"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:New_Jersey",
"property:largest_city",
"resource:Newark__New_Jersey"
],
[
"resource:New_Jersey",
"property:country",
"resource:United_States"
]
] | Atlantic_City,_New_Jersey | [
{
"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": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Atlantic_City,_New_Jersey",
"readable": "Atlantic City, New Jersey",
"graph": "resource:Atlantic_City__New_Jersey"
},
{
"modified": "New_Jersey",
"readable": "New Jersey",
"graph": "resource:New_Jersey"
},
{
"modified": "Newark,_New_Jersey",
"readable": "Newark, New Jersey",
"graph": "resource:Newark__New_Jersey"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:capital resource:Washington__D_C_ . ?b property:country ?u . ?b property:largest_city resource:Newark__New_Jersey }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:capital resource:Washington,_D.C. . ?b property:country ?u . ?b property:largest_city resource:Newark,_New_Jersey }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?e ) WHERE { ?d rdf:type ontology:city . ?d property:is_part_of resource:New_Jersey }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?e ) WHERE { ?d rdf:type ontology:city . ?d property:is_part_of resource:New_Jersey }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?o property:is_part_of resource:New_Jersey . ?o rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?o property:is_part_of resource:New_Jersey . ?o rdf:type ontology:city }",
"graph_answer": [
"resource:Atlantic_City__New_Jersey"
],
"readable_answer": [
"Atlantic City, New Jersey"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 4 | 9871 | Id160 | [
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Lemon"
},
{
"subject": "Antioquia_Department",
"property": "country",
"object": "Colombia"
},
{
"subject": "Lemon",
"property": "family",
"object": "Rutaceae"
},
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
}
] | [
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Lemon"
},
{
"subject": "Antioquia_Department",
"property": "country",
"object": "Colombia"
},
{
"subject": "Lemon",
"property": "family",
"object": "Rutaceae"
},
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Lemon, part of the rutaceae family, is an ingredient in Bandeja paisa, a dish from the Antioquia Department region in Colombia.",
"Bandeja paisa comes from the Antioquia Department region of Colombia. One of the ingredients is lemon, which belongs to the rutaceae family.",
"Bandeja paisa comes from the Antioquia Department in Colombia. One of the ingredient is lemon which is a member of the Rutaceae family."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Antioquia_Department",
"property:country",
"resource:Colombia"
],
[
"resource:Bandeja_paisa",
"property:ingredient",
"resource:Lemon"
],
[
"resource:Bandeja_paisa",
"rdf:type",
"ontology:food"
],
[
"resource:Bandeja_paisa",
"property:region",
"resource:Antioquia_Department"
],
[
"resource:Lemon",
"property:family",
"resource:Rutaceae"
]
] | Bandeja_paisa | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "family",
"readable": "family",
"graph": "property:family"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Antioquia_Department",
"readable": "Antioquia Department",
"graph": "resource:Antioquia_Department"
},
{
"modified": "Bandeja_paisa",
"readable": "Bandeja paisa",
"graph": "resource:Bandeja_paisa"
},
{
"modified": "Colombia",
"readable": "Colombia",
"graph": "resource:Colombia"
},
{
"modified": "Lemon",
"readable": "Lemon",
"graph": "resource:Lemon"
},
{
"modified": "Rutaceae",
"readable": "Rutaceae",
"graph": "resource:Rutaceae"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?s property:ingredient ?r . ?r property:family resource:Rutaceae . ?s rdf:type ontology:food . ?s property:region resource:Antioquia_Department }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?s property:ingredient ?r . ?r property:family resource:Rutaceae . ?s rdf:type ontology:food . ?s property:region resource:Antioquia_Department }",
"graph_answer": [
"resource:Lemon"
],
"readable_answer": [
"Lemon"
],
"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 ?d WHERE { ?d property:region resource:Antioquia_Department . ?d property:ingredient resource:Lemon . ?d rdf:type ontology:food . resource:Lemon property:family resource:Rutaceae }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:region resource:Antioquia_Department . ?d property:ingredient resource:Lemon . ?d rdf:type ontology:food . resource:Lemon property:family resource:Rutaceae }",
"graph_answer": [
"resource:Bandeja_paisa"
],
"readable_answer": [
"Bandeja paisa"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Antioquia_Department property:national_register_of_historic_places_reference_number ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Antioquia_Department property:national_register_of_historic_places_reference_number ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 3 | 5931 | Id77 | [
{
"subject": "Ahmet_Ertegun",
"property": "deathPlace",
"object": "New_York_City"
},
{
"subject": "Ahmet_Ertegun",
"property": "hometown",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | [
{
"subject": "Ahmet_Ertegun",
"property": "origin",
"object": "United_States"
},
{
"subject": "Ahmet_Ertegun",
"property": "deathPlace",
"object": "New_York_City"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"United States born Ahmet Ertegun died in New York City, which includes ethnic African Americans.",
"Ahmet Ertegun is from the U.S. and passed away in New York City. One ethnic group in the U.S. are African Americans.",
"Ahmet Ertegun is from the United States, and died in New York City. African Americans are an ethnic group in the U.S."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Ahmet_Ertegun",
"rdf:type",
"ontology:artist"
],
[
"resource:Ahmet_Ertegun",
"property:death_place",
"resource:New_York_City"
],
[
"resource:Ahmet_Ertegun",
"property:origin",
"resource:United_States"
]
] | Ahmet_Ertegun | [
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "origin",
"readable": "origin",
"graph": "property:origin"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Ahmet_Ertegun",
"readable": "Ahmet Ertegun",
"graph": "resource:Ahmet_Ertegun"
},
{
"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": "ASK WHERE { ?r property:origin resource:United_States . ?r rdf:type ontology:artist . ?r property:death_place resource:Sidcup }",
"readable_query": "ASK WHERE { ?r property:origin resource:United_States . ?r rdf:type ontology:artist . ?r property:death_place resource:Sidcup }",
"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:origin resource:United_States . ?g rdf:type ontology:artist . ?g property:death_place resource:New_York_City }",
"readable_query": "ASK WHERE { ?g property:origin resource:United_States . ?g rdf:type ontology:artist . ?g property:death_place resource:New_York_City }",
"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 ?e WHERE { ?e property:origin resource:United_States . ?e rdf:type ontology:artist . ?e property:death_place resource:New_York_City }",
"readable_query": "SELECT ?e WHERE { ?e property:origin resource:United_States . ?e rdf:type ontology:artist . ?e property:death_place resource:New_York_City }",
"graph_answer": [
"resource:Ahmet_Ertegun"
],
"readable_answer": [
"Ahmet Ertegun"
],
"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 ?f WHERE { resource:United_States property:ethnic_group ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:United_States property:ethnic_group ?f }",
"graph_answer": [
"resource:African_Americans"
],
"readable_answer": [
"African Americans"
],
"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 | 6735 | Id23 | [
{
"subject": "Albany,_Oregon",
"property": "subdivisionName",
"object": "Oregon"
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | [
{
"subject": "Albany,_Oregon",
"property": "isPartOf",
"object": "Oregon"
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albany is in Oregon in the U.S. where African Americans are part of an ethnic group.",
"Albany, Oregon is in the United States, where African Americans are an ethnic group.",
"The city of Albany is in Oregon, in the United States, where African Americans are one of the ethnic groups."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albany__Oregon",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Oregon",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Oregon",
"property:is_part_of",
"resource:Oregon"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] | Albany,_Oregon | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Albany,_Oregon",
"readable": "Albany, Oregon",
"graph": "resource:Albany__Oregon"
},
{
"modified": "Oregon",
"readable": "Oregon",
"graph": "resource:Oregon"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?p property:is_part_of resource:Oregon . ?p rdf:type ontology:city . ?d property:ethnic_group resource:African_Americans . ?p property:country ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?p property:is_part_of resource:Oregon . ?p rdf:type ontology:city . ?d property:ethnic_group resource:African_Americans . ?p property:country ?d }",
"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 ?s WHERE { FILTER ( CONTAINS ( LCASE ( ?n ) , 'states' ) ) . ?s rdf:type ontology:city . ?s property:is_part_of resource:Oregon . ?s property:country ?n . ?n property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( CONTAINS ( LCASE ( ?n ) , 'states' ) ) . ?s rdf:type ontology:city . ?s property:is_part_of resource:Oregon . ?s property:country ?n . ?n property:ethnic_group resource:African_Americans }",
"graph_answer": [
"resource:Albany__Oregon"
],
"readable_answer": [
"Albany, Oregon"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 4 | 8754 | Id146 | [
{
"subject": "Allen_Forrest",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Allen_Forrest",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Funk"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
}
] | [
{
"subject": "Allen_Forrest",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Allen_Forrest",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Funk"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Hip hop music originates from funk and lends itself to drum and bass. Singer Allen Forrest is considered hip hop.",
"Singer Allen Forrest is a Hip hop musician. Hip Hop comes from funk and gives itself to drum and bass.",
"Solo singer Allen Forrest plays hip hop music. The genre derived from funk music and in turn helped spin-off drum and bass."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Allen_Forrest",
"rdf:type",
"ontology:artist"
],
[
"resource:Allen_Forrest",
"property:background",
"resource:solo_singer"
],
[
"resource:Allen_Forrest",
"property:genre",
"resource:Hip_hop_music"
],
[
"resource:Hip_hop_music",
"property:derivative",
"resource:Drum_and_bass"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Funk"
]
] | Allen_Forrest | [
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Allen_Forrest",
"readable": "Allen Forrest",
"graph": "resource:Allen_Forrest"
},
{
"modified": "Drum_and_bass",
"readable": "Drum and bass",
"graph": "resource:Drum_and_bass"
},
{
"modified": "Funk",
"readable": "Funk",
"graph": "resource:Funk"
},
{
"modified": "Hip_hop_music",
"readable": "Hip hop music",
"graph": "resource:Hip_hop_music"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q property:genre ?m . ?q property:background resource:solo_singer . ?q rdf:type ontology:artist . ?m property:stylistic_origin resource:Funk }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:genre ?m . ?q property:background resource:solo_singer . ?q rdf:type ontology:artist . ?m property:stylistic_origin resource:Funk }",
"graph_answer": [
"resource:Allen_Forrest"
],
"readable_answer": [
"Allen Forrest"
],
"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 ?b WHERE { resource:Allen_Forrest rdf:type ontology:artist . resource:Allen_Forrest property:genre ?b . ?b property:stylistic_origin resource:Funk . resource:Allen_Forrest property:background resource:solo_singer }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Allen_Forrest rdf:type ontology:artist . resource:Allen_Forrest property:genre ?b . ?b property:stylistic_origin resource:Funk . resource:Allen_Forrest property:background resource:solo_singer }",
"graph_answer": [
"resource:Hip_hop_music"
],
"readable_answer": [
"Hip hop music"
],
"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 ?f WHERE { resource:Hip_hop_music property:chancellor ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Hip_hop_music property:chancellor ?f }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 2 | 4137 | Id118 | [
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "\"December 31, 2006 (JD2454100.5)\""
},
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "1.83309e+08"
}
] | [
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "183309000.0"
},
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "2006-12-31"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"1101 Clematis, has an orbital period of 183309000.0, and an epoch date of December 31st 2006.",
"The epoch of 1101 Clematis is 31 December 2006 and it has an orbital period of 183309000.0."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:1101_Clematis",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:1101_Clematis",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1101_Clematis",
"property:orbital_period",
"resource:183309000_0"
]
] | 1101_Clematis | [
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "1101_Clematis",
"readable": "1101 Clematis",
"graph": "resource:1101_Clematis"
},
{
"modified": "183309000.0",
"readable": "183309000.0",
"graph": "resource:183309000_0"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?p = \"2006_12_31\" ) . ?a property:epoch ?p . ?a property:orbital_period ?e . ?a rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?p = \"2006-12-31\" ) . ?a property:epoch ?p . ?a property:orbital_period ?e . ?a rdf:type ontology:celestial_body }",
"graph_answer": [
"resource:183309000_0"
],
"readable_answer": [
"183309000.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 ?y WHERE { FILTER ( ?m = \"2006_12_31\" ) . ?y property:epoch ?m . ?y rdf:type ontology:celestial_body . ?y property:orbital_period resource:183309000_0 }",
"readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( ?m = \"2006-12-31\" ) . ?y property:epoch ?m . ?y rdf:type ontology:celestial_body . ?y property:orbital_period resource:183309000.0 }",
"graph_answer": [
"resource:1101_Clematis"
],
"readable_answer": [
"1101 Clematis"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 2 | 5207 | Id199 | [
{
"subject": "Alfred_N._Phillips",
"property": "birthPlace",
"object": "Darien,_Connecticut"
},
{
"subject": "Alfred_N._Phillips",
"property": "office",
"object": "United_States_House_of_Representatives"
}
] | [
{
"subject": "Alfred_N._Phillips",
"property": "birthPlace",
"object": "Darien,_Connecticut"
},
{
"subject": "Alfred_N._Phillips",
"property": "office",
"object": "United_States_House_of_Representatives"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfred N. Phillips, who was born in Darien Connecticut, worked at the United States House of Representatives.",
"Darien, Connecticut is the birthplace of Alfred N. Phillips who worked at the United States House of Representatives.",
"Alfred N Phillips, who was born in Darien Connecticut, worked at the United States House of Representatives."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alfred_N__Phillips",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfred_N__Phillips",
"property:office",
"resource:United_States_House_of_Representatives"
],
[
"resource:Alfred_N__Phillips",
"property:birth_place",
"resource:Darien__Connecticut"
]
] | Alfred_N._Phillips | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "Alfred_N._Phillips",
"readable": "Alfred N. Phillips",
"graph": "resource:Alfred_N__Phillips"
},
{
"modified": "Darien,_Connecticut",
"readable": "Darien, Connecticut",
"graph": "resource:Darien__Connecticut"
},
{
"modified": "United_States_House_of_Representatives",
"readable": "United States House of Representatives",
"graph": "resource:United_States_House_of_Representatives"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?i rdf:type ontology:politician . ?i property:birth_place resource:Mikulov }",
"readable_query": "ASK WHERE { ?i rdf:type ontology:politician . ?i property:birth_place resource:Mikulov }",
"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 { ?m rdf:type ontology:politician . ?m property:birth_place resource:Darien__Connecticut }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:politician . ?m property:birth_place resource:Darien,_Connecticut }",
"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 rdf:type ontology:politician . ?j property:birth_place resource:Darien__Connecticut }",
"readable_query": "SELECT ?j WHERE { ?j rdf:type ontology:politician . ?j property:birth_place resource:Darien,_Connecticut }",
"graph_answer": [
"resource:Alfred_N__Phillips"
],
"readable_answer": [
"Alfred N. Phillips"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Alfred_N__Phillips property:office ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Alfred_N._Phillips property:office ?g }",
"graph_answer": [
"resource:United_States_House_of_Representatives"
],
"readable_answer": [
"United States House of Representatives"
],
"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 | 6745 | Id33 | [
{
"subject": "Alexandria,_Indiana",
"property": "isPartOf",
"object": "Indiana"
},
{
"subject": "Indiana",
"property": "country",
"object": "United_States"
},
{
"subject": "Alexandria,_Indiana",
"property": "subdivisionName",
"object": "Madison_County,_Indiana"
}
] | [
{
"subject": "Alexandria,_Indiana",
"property": "isPartOf",
"object": "Indiana"
},
{
"subject": "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 in the United States.",
"Alexandria is part of Madison County and is located in Indiana, United States.",
"Alexandria is located in Indiana, part of Madison County, 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: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 ?i WHERE { { resource:Alexandria__Indiana property:is_part_of ?i } MINUS { ?i property:country resource:United_States } }",
"readable_query": "SELECT DISTINCT ?i WHERE { { resource:Alexandria,_Indiana property:is_part_of ?i } MINUS { ?i property:country resource:United_States } }",
"graph_answer": [
"resource:Madison_County__Indiana"
],
"readable_answer": [
"Madison County, Indiana"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?x != resource:Madison_County__Indiana ) . resource:Alexandria__Indiana property:is_part_of ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?x != resource:Madison_County,_Indiana ) . resource:Alexandria,_Indiana property:is_part_of ?x }",
"graph_answer": [
"resource:Indiana"
],
"readable_answer": [
"Indiana"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 2 | 3840 | Id180 | [
{
"subject": "Olympique_Lyonnais",
"property": "chairman",
"object": "Jean-Michel_Aulas"
},
{
"subject": "Aleksandre_Guruli",
"property": "clubs",
"object": "Olympique_Lyonnais"
}
] | [
{
"subject": "Olympique_Lyonnais",
"property": "chairman",
"object": "Jean-Michel_Aulas"
},
{
"subject": "Aleksandre_Guruli",
"property": "club",
"object": "Olympique_Lyonnais"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandre Guruli played for the Olympique Lyonnais, whose chairman is Jean-Michel Aulas.",
"Aleksandre Guruli played for the Olympique Lyonnais club whose chairman is Jean-Michel Aulas.",
"Aleksandre Guruli's club is Olympique Lyonnais where Jean-Michel Aulas is the chairman."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Olympique_Lyonnais",
"property:chairman",
"resource:Jean_Michel_Aulas"
],
[
"resource:Aleksandre_Guruli",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aleksandre_Guruli",
"property:club",
"resource:Olympique_Lyonnais"
]
] | Aleksandre_Guruli | [
{
"modified": "chairman",
"readable": "chairman",
"graph": "property:chairman"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Aleksandre_Guruli",
"readable": "Aleksandre Guruli",
"graph": "resource:Aleksandre_Guruli"
},
{
"modified": "Jean-Michel_Aulas",
"readable": "Jean-Michel Aulas",
"graph": "resource:Jean_Michel_Aulas"
},
{
"modified": "Olympique_Lyonnais",
"readable": "Olympique Lyonnais",
"graph": "resource:Olympique_Lyonnais"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?t property:club ?b . ?t rdf:type ontology:athlete . ?b property:chairman resource:James_Pallotta }",
"readable_query": "ASK WHERE { ?t property:club ?b . ?t rdf:type ontology:athlete . ?b property:chairman resource:James_Pallotta }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Astronaut | 4 | 8916 | Id68 | [
{
"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": "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)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"William Anders was a fighter pilot who was born in British Hong Kong on October 17, 1933. He graduated from AFIT with an M.S. in 1962.",
"William Anders (born in British Hong Kong on 1933-10-17) was a fighter pilot and went to AFIT, M.S. 1962."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"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": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"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": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?f property:birth_date ?s . ?f rdf:type ontology:astronaut . ?f property:birth_place ?v . FILTER ( CONTAINS ( YEAR ( ?s ) , '1933' ) ) }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?f property:birth_date ?s . ?f rdf:type ontology:astronaut . ?f property:birth_place ?v . FILTER ( CONTAINS ( YEAR ( ?s ) , '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 ?t WHERE { FILTER ( CONTAINS ( YEAR ( ?x ) , '1933' ) ) . ?t property:birth_date ?x . ?t rdf:type ontology:astronaut . ?t property:birth_place resource:British_Hong_Kong }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( CONTAINS ( YEAR ( ?x ) , '1933' ) ) . ?t property:birth_date ?x . ?t rdf:type ontology:astronaut . ?t property:birth_place resource:British_Hong_Kong }",
"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 ?d ?w WHERE { resource:William_Anders property:alma_mater ?w . resource:William_Anders property:occupation ?d }",
"readable_query": "SELECT DISTINCT ?d ?w WHERE { resource:William_Anders property:alma_mater ?w . resource:William_Anders property:occupation ?d }",
"graph_answer": [
"resource:Fighter_pilot",
"resource:AFIT__M_S__1962"
],
"readable_answer": [
"Fighter pilot",
"AFIT, M.S. 1962"
],
"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 ?a WHERE { resource:William_Anders property:protein ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:William_Anders property:protein ?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"
]
}
] |
|
Politician | 4 | 10396 | Id80 | [
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "Casey_Ribicoff"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "Connecticut"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "nationality",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | [
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "Casey_Ribicoff"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "Connecticut"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "nationality",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"African Americans are an ethnic group of the United States and the nationality of Abraham A. Ribicoff was American. Abraham A. Ribicoff was born in Connecticut and his wife is Casey Ribicoff.",
"American Abraham A. Ribicoff was born in Connecticut and is married to Casey Ribicoff. The U.S. has many ethnic groups, including African Americans.",
"Abraham A. Ribicoff was an American, where African Americans are an ethnic group, and was born in Connecticut and was married to Casey Ribicoff."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Abraham_A__Ribicoff",
"property:spouse",
"resource:Casey_Ribicoff"
],
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"resource:Abraham_A__Ribicoff",
"property:nationality",
"resource:United_States"
],
[
"resource:Abraham_A__Ribicoff",
"property:birth_place",
"resource:Connecticut"
]
] | Abraham_A._Ribicoff | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "spouse",
"readable": "spouse",
"graph": "property:spouse"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Casey_Ribicoff",
"readable": "Casey Ribicoff",
"graph": "resource:Casey_Ribicoff"
},
{
"modified": "Connecticut",
"readable": "Connecticut",
"graph": "resource:Connecticut"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:ethnic_group resource:African_Americans }",
"readable_query": "ASK WHERE { resource:United_States property:ethnic_group resource:African_Americans }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"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 ?e WHERE { ?r property:ethnic_group resource:African_Americans . ?e property:nationality ?r . ?e rdf:type ontology:politician . ?e property:spouse resource:Casey_Ribicoff }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?r property:ethnic_group resource:African_Americans . ?e property:nationality ?r . ?e rdf:type ontology:politician . ?e property:spouse resource:Casey_Ribicoff }",
"graph_answer": [
"resource:Abraham_A__Ribicoff"
],
"readable_answer": [
"Abraham A. Ribicoff"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Abraham_A__Ribicoff property:birth_place ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Abraham_A._Ribicoff property:birth_place ?h }",
"graph_answer": [
"resource:Connecticut"
],
"readable_answer": [
"Connecticut"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?a property:spouse ?i . ?a property:birth_place resource:New_York_City . ?a rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?a property:spouse ?i . ?a property:birth_place resource:New_York_City . ?a 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"
]
}
] |
|
Food | 5 | 12111 | Id58 | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "Bacon_Explosion",
"property": "ingredientName",
"object": "\"Bacon,sausage\""
},
{
"subject": "Bacon_Explosion",
"property": "ingredient",
"object": "Sausage"
},
{
"subject": "Bacon_Explosion",
"property": "region",
"object": "Kansas_City_metropolitan_area"
},
{
"subject": "Bacon_Explosion",
"property": "course",
"object": "\"Main course\"@en"
}
] | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "Bacon_Explosion",
"property": "mainIngredient",
"object": "\"Bacon,sausage\""
},
{
"subject": "Bacon_Explosion",
"property": "ingredient",
"object": "Sausage"
},
{
"subject": "Bacon_Explosion",
"property": "region",
"object": "Kansas_City_metropolitan_area"
},
{
"subject": "Bacon_Explosion",
"property": "course",
"object": "\"Main course\""
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Bacon Explosion is from the Kansas City metropolitan area, in the United States. Considered a main course, its main ingredients are sausage and bacon.",
"Bacon Explosion which has bacon and sausage in it comes from Kansas City metro area in the U.S. The Bacon Explosion is a main course."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Bacon_Explosion",
"property:ingredient",
"resource:Sausage"
],
[
"resource:Bacon_Explosion",
"property:main_ingredient",
"resource:Bacon_sausage"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
],
[
"resource:Bacon_Explosion",
"property:course",
"resource:Main_course"
],
[
"resource:Bacon_Explosion",
"property:region",
"resource:Kansas_City_metropolitan_area"
]
] | Bacon_Explosion | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "course",
"readable": "course",
"graph": "property:course"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Bacon,sausage",
"readable": "Bacon,sausage",
"graph": "resource:Bacon_sausage"
},
{
"modified": "Kansas_City_metropolitan_area",
"readable": "Kansas City metropolitan area",
"graph": "resource:Kansas_City_metropolitan_area"
},
{
"modified": "Main course",
"readable": "Main course",
"graph": "resource:Main_course"
},
{
"modified": "Sausage",
"readable": "Sausage",
"graph": "resource:Sausage"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?f WHERE { resource:Bacon_Explosion property:course ?f . resource:Bacon_Explosion property:region ?c }",
"readable_query": "SELECT DISTINCT ?c ?f WHERE { resource:Bacon_Explosion property:course ?f . resource:Bacon_Explosion property:region ?c }",
"graph_answer": [
"resource:Kansas_City_metropolitan_area",
"resource:Main_course"
],
"readable_answer": [
"Kansas City metropolitan area",
"Main course"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w ?a WHERE { resource:Bacon_Explosion property:main_ingredient ?w . resource:Bacon_Explosion property:ingredient ?a }",
"readable_query": "SELECT DISTINCT ?w ?a WHERE { resource:Bacon_Explosion property:main_ingredient ?w . resource:Bacon_Explosion property:ingredient ?a }",
"graph_answer": [
"resource:Bacon_sausage",
"resource:Sausage"
],
"readable_answer": [
"Bacon,sausage",
"Sausage"
],
"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 ?l WHERE { resource:Bacon_Explosion property:has_deputy ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Bacon_Explosion property:has_deputy ?l }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 2 | 4077 | Id58 | [
{
"subject": "1036_Ganymed",
"property": "discoverer",
"object": "Walter_Baade"
},
{
"subject": "Walter_Baade",
"property": "birthPlace",
"object": "Preußisch_Oldendorf"
}
] | [
{
"subject": "1036_Ganymed",
"property": "discoverer",
"object": "Walter_Baade"
},
{
"subject": "Walter_Baade",
"property": "birthPlace",
"object": "Preußisch_Oldendorf"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Walter Baade was born in Preussisch Oldendorf and he discovered the 1036 Ganymed.",
"1036 Ganymed was discovered by Walter Baade, who was born in Preußisch Oldendorf.",
"1036 Ganymed was discovered by Walter Baade, born in Preußisch Oldendorf."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1036_Ganymed",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1036_Ganymed",
"property:discoverer",
"resource:Walter_Baade"
],
[
"resource:Walter_Baade",
"property:birth_place",
"resource:Preu_isch_Oldendorf"
]
] | 1036_Ganymed | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "1036_Ganymed",
"readable": "1036 Ganymed",
"graph": "resource:1036_Ganymed"
},
{
"modified": "Preußisch_Oldendorf",
"readable": "Preußisch Oldendorf",
"graph": "resource:Preu_isch_Oldendorf"
},
{
"modified": "Walter_Baade",
"readable": "Walter Baade",
"graph": "resource:Walter_Baade"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?z property:birth_place resource:Athens . ?m rdf:type ontology:celestial_body . ?m property:discoverer ?z }",
"readable_query": "ASK WHERE { ?z property:birth_place resource:Athens . ?m rdf:type ontology:celestial_body . ?m property:discoverer ?z }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
CelestialBody | 4 | 9387 | Id104 | [
{
"subject": "1101_Clematis",
"property": "mass",
"object": "\"5700.0\"^^xsd:double"
},
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "1.83309e+08"
},
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "\"2006-12-31\"^^xsd:date"
},
{
"subject": "1101_Clematis",
"property": "Planet/apoapsis",
"object": "\"5.20906E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "1101_Clematis",
"property": "mass",
"object": "5.7 (kilograms)"
},
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "183309000.0"
},
{
"subject": "1101_Clematis",
"property": "apoapsis",
"object": "520906000.0 (kilometres)"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The epoch of 1101 Clematis is 31 December 2006 and has a mass of 5.7 kilos. 1101 Clematis has an apoapsis of 520906000.0 kilometres and an orbital period of 183309000.0.",
"1101 Clematis, with a mass of 5.7kgs, has an orbital period of 183309000.0, an apoapsis of 520906000.0 kilometres and the epoch date of 31st July 2016.",
"1101 Clematis has a mass of 5.7 kilograms and an orbital period of 183309000.0. It has an apoapsis of 520906000.0 (kilometres) and an epoch date of December 31st 2006."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1101_Clematis",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:1101_Clematis",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1101_Clematis",
"property:apoapsis",
"520906000.0 (kilometres)"
],
[
"resource:1101_Clematis",
"property:mass",
"5.7 (kilograms)"
],
[
"resource:1101_Clematis",
"property:orbital_period",
"resource:183309000_0"
]
] | 1101_Clematis | [
{
"modified": "5.7 (kilograms)",
"readable": "5.7",
"graph": "5.7 (kilograms)"
},
{
"modified": "520906000.0 (kilometres)",
"readable": "520906000.0",
"graph": "520906000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "mass",
"readable": "mass",
"graph": "property:mass"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "1101_Clematis",
"readable": "1101 Clematis",
"graph": "resource:1101_Clematis"
},
{
"modified": "183309000.0",
"readable": "183309000.0",
"graph": "resource:183309000_0"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { ?x rdf:type ontology:celestial_body . FILTER ( ?t = \"2006_12_31\" ) . ?x property:orbital_period ?w . ?x property:epoch ?t }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?x rdf:type ontology:celestial_body . FILTER ( ?t = \"2006-12-31\" ) . ?x property:orbital_period ?w . ?x property:epoch ?t }",
"graph_answer": [
"resource:183309000_0"
],
"readable_answer": [
"183309000.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": "ASK WHERE { ?n rdf:type ontology:celestial_body . ?n property:orbital_period resource:69862200_0 . ?n property:mass ?w }",
"readable_query": "ASK WHERE { ?n rdf:type ontology:celestial_body . ?n property:orbital_period resource:69862200.0 . ?n property:mass ?w }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 4 | 10038 | Id12 | [
{
"subject": "A-Rosa_Luna",
"property": "shipDisplacement",
"object": "1.85e+09"
},
{
"subject": "A-Rosa_Luna",
"property": "topSpeed",
"object": "\"24.0\"^^xsd:double"
},
{
"subject": "A-Rosa_Luna",
"property": "MeanOfTransportation/length",
"object": "\"125800.0\"^^<http://dbpedia.org/datatype/millimetre>"
},
{
"subject": "A-Rosa_Luna",
"property": "powerType",
"object": "MTU_Friedrichshafen"
}
] | [
{
"subject": "A-Rosa_Luna",
"property": "shipDisplacement",
"object": "1850.0 (tonnes)"
},
{
"subject": "A-Rosa_Luna",
"property": "topSpeed",
"object": "24.0"
},
{
"subject": "A-Rosa_Luna",
"property": "length",
"object": "125800.0 (millimetres)"
},
{
"subject": "A-Rosa_Luna",
"property": "powerType",
"object": "MTU_Friedrichshafen"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The A-Rosa Luna is powered by MTU Friedrichshafen made engines and its top speed is 24.0. It is 125800.0 millimetres in length and has a ship displacement of 1850 tonnes.",
"The ship A-Rosa Luna weighs 1850 tonnes, has a top speed of 24.0, is 125800.0 millimetres in length, and is powered by a MTU Friedrichshafen engine.",
"The A-Rosa Luna is powered by a MTU Friedrichshafen engine and has a top speed of, 24.0. It has a ship displacement of 1850 tonnes and a length of, 125.8 metres."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_Rosa_Luna",
"property:length",
"125800.0 (millimetres)"
],
[
"resource:A_Rosa_Luna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:A_Rosa_Luna",
"property:power_type",
"resource:MTU_Friedrichshafen"
],
[
"resource:A_Rosa_Luna",
"property:top_speed",
"resource:24_0"
],
[
"resource:A_Rosa_Luna",
"property:ship_displacement",
"1850.0 (tonnes)"
]
] | A-Rosa_Luna | [
{
"modified": "125800.0 (millimetres)",
"readable": "125800.0",
"graph": "125800.0 (millimetres)"
},
{
"modified": "1850.0 (tonnes)",
"readable": "1850.0",
"graph": "1850.0 (tonnes)"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "shipDisplacement",
"readable": "ship displacement",
"graph": "property:ship_displacement"
},
{
"modified": "topSpeed",
"readable": "top speed",
"graph": "property:top_speed"
},
{
"modified": "24.0",
"readable": "24.0",
"graph": "resource:24_0"
},
{
"modified": "A-Rosa_Luna",
"readable": "A-Rosa Luna",
"graph": "resource:A_Rosa_Luna"
},
{
"modified": "MTU_Friedrichshafen",
"readable": "MTU Friedrichshafen",
"graph": "resource:MTU_Friedrichshafen"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?q property:ship_displacement '1850.0 (tonnes)' . ?q rdf:type ontology:mean_of_transportation . ?q property:length '252000.0 (millimetres)' }",
"readable_query": "ASK WHERE { ?q property:ship_displacement '1850.0 (tonnes)' . ?q rdf:type ontology:mean_of_transportation . ?q property:length '252000.0 (millimetres)' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?y property:ship_displacement '1850.0 (tonnes)' . ?y rdf:type ontology:mean_of_transportation . ?y property:length '125800.0 (millimetres)' }",
"readable_query": "ASK WHERE { ?y property:ship_displacement '1850.0 (tonnes)' . ?y rdf:type ontology:mean_of_transportation . ?y property:length '125800.0 (millimetres)' }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?g WHERE { ?g property:ship_displacement '1850.0 (tonnes)' . ?g rdf:type ontology:mean_of_transportation . ?g property:length '125800.0 (millimetres)' }",
"readable_query": "SELECT ?g WHERE { ?g property:ship_displacement '1850.0 (tonnes)' . ?g rdf:type ontology:mean_of_transportation . ?g property:length '125800.0 (millimetres)' }",
"graph_answer": [
"resource:A_Rosa_Luna"
],
"readable_answer": [
"A-Rosa Luna"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n ?b WHERE { resource:A_Rosa_Luna property:power_type ?n . resource:A_Rosa_Luna property:top_speed ?b }",
"readable_query": "SELECT DISTINCT ?n ?b WHERE { resource:A-Rosa_Luna property:power_type ?n . resource:A-Rosa_Luna property:top_speed ?b }",
"graph_answer": [
"resource:MTU_Friedrichshafen",
"resource:24_0"
],
"readable_answer": [
"MTU Friedrichshafen",
"24.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?v WHERE { resource:A_Rosa_Luna property:length ?p . resource:A_Rosa_Luna property:ship_displacement ?v }",
"readable_query": "SELECT DISTINCT ?p ?v WHERE { resource:A-Rosa_Luna property:length ?p . resource:A-Rosa_Luna property:ship_displacement ?v }",
"graph_answer": [
"125800.0 (millimetres)",
"1850.0 (tonnes)"
],
"readable_answer": [
"125800.0",
"1850.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 3 | 7414 | Id14 | [
{
"subject": "A-Rosa_Luna",
"property": "shipDisplacement",
"object": "1.85e+09"
},
{
"subject": "A-Rosa_Luna",
"property": "shipBuilder",
"object": "\"Neptun Werft, Warnemünde,\"@en"
},
{
"subject": "A-Rosa_Luna",
"property": "MeanOfTransportation/length",
"object": "\"125800.0\"^^<http://dbpedia.org/datatype/millimetre>"
}
] | [
{
"subject": "A-Rosa_Luna",
"property": "shipDisplacement",
"object": "1850.0 (tonnes)"
},
{
"subject": "A-Rosa_Luna",
"property": "builder",
"object": "\"Neptun Werft, Warnemünde,\""
},
{
"subject": "A-Rosa_Luna",
"property": "length",
"object": "125800.0 (millimetres)"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The A-Rosa Luna, built by Neptun Werft, Warnemünde has a 1850 ton displacement and length of 125800.0 mm.",
"The A-Rosa Luna; was built by Neptun Werft, Warnemünde, weighs 1850 tonnes and is 125.8 metres long.",
"The A Rosa Luna is 125.8m long and has a ship displacement of 1850 tonnes. It was built by Neptun Werft in Warnemunde."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_Rosa_Luna",
"property:length",
"125800.0 (millimetres)"
],
[
"resource:A_Rosa_Luna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:A_Rosa_Luna",
"property:ship_displacement",
"1850.0 (tonnes)"
],
[
"resource:A_Rosa_Luna",
"property:builder",
"resource:Neptun_Werft__Warnem_nde_"
]
] | A-Rosa_Luna | [
{
"modified": "125800.0 (millimetres)",
"readable": "125800.0",
"graph": "125800.0 (millimetres)"
},
{
"modified": "1850.0 (tonnes)",
"readable": "1850.0",
"graph": "1850.0 (tonnes)"
},
{
"modified": "builder",
"readable": "builder",
"graph": "property:builder"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "shipDisplacement",
"readable": "ship displacement",
"graph": "property:ship_displacement"
},
{
"modified": "A-Rosa_Luna",
"readable": "A-Rosa Luna",
"graph": "resource:A_Rosa_Luna"
},
{
"modified": "Neptun Werft, Warnemünde,",
"readable": "Neptun Werft, Warnemünde,",
"graph": "resource:Neptun_Werft__Warnem_nde_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( CONTAINS ( LCASE ( ?w ) , 'luna' ) ) . ?w rdf:type ontology:mean_of_transportation . ?w property:length ?j . ?w property:builder resource:Neptun_Werft__Warnem_nde_ }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( CONTAINS ( LCASE ( ?w ) , 'luna' ) ) . ?w rdf:type ontology:mean_of_transportation . ?w property:length ?j . ?w property:builder resource:Neptun_Werft,_Warnemünde, }",
"graph_answer": [
"125800.0 (millimetres)"
],
"readable_answer": [
"125800.0"
],
"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": "ASK WHERE { ?d property:length '253260.0 (millimetres)' . ?d rdf:type ontology:mean_of_transportation . ?d property:builder resource:Neptun_Werft__Warnem_nde_ }",
"readable_query": "ASK WHERE { ?d property:length '253260.0 (millimetres)' . ?d rdf:type ontology:mean_of_transportation . ?d property:builder resource:Neptun_Werft,_Warnemünde, }",
"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 { ?x rdf:type ontology:mean_of_transportation . ?x property:builder resource:Neptun_Werft__Warnem_nde_ . ?x property:length '125800.0 (millimetres)' }",
"readable_query": "ASK WHERE { ?x rdf:type ontology:mean_of_transportation . ?x property:builder resource:Neptun_Werft,_Warnemünde, . ?x property:length '125800.0 (millimetres)' }",
"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 ?m WHERE { ?m property:length '125800.0 (millimetres)' . ?m property:builder resource:Neptun_Werft__Warnem_nde_ . ?m rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT ?m WHERE { ?m property:length '125800.0 (millimetres)' . ?m property:builder resource:Neptun_Werft,_Warnemünde, . ?m rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:A_Rosa_Luna"
],
"readable_answer": [
"A-Rosa Luna"
],
"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 ?o WHERE { resource:A_Rosa_Luna property:ship_displacement ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:A-Rosa_Luna property:ship_displacement ?o }",
"graph_answer": [
"1850.0 (tonnes)"
],
"readable_answer": [
"1850.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 5 | 10972 | Id21 | [
{
"subject": "Abilene_Regional_Airport",
"property": "cityServed",
"object": "Abilene,_Texas"
},
{
"subject": "Abilene_Regional_Airport",
"property": "elevation",
"object": "\"545.897\"^^xsd:double"
},
{
"subject": "Abilene_Regional_Airport",
"property": "icaoLocationIdentifier",
"object": "\"KABI\""
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayDesignation",
"object": "\"17R/35L\""
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayLength",
"object": "\"1121.0\"^^xsd:double"
}
] | [
{
"subject": "Abilene_Regional_Airport",
"property": "cityServed",
"object": "Abilene,_Texas"
},
{
"subject": "Abilene_Regional_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "546"
},
{
"subject": "Abilene_Regional_Airport",
"property": "icaoLocationIdentifier",
"object": "\"KABI\""
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayName",
"object": "\"17R/35L\""
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayLength",
"object": "1121.0"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abilene, Texas is served by the Abilene regional airport which is 546 metres above sea level. The airport has the ICAO Location Identifier, KABI, as well as having the runway name 17R/35L. One of the runways is 1121.0 metres long.",
"KABI is the ICAO location identifier of Abilene Regional Airport which is 546 metres above sea level. The airport has the runway name, 17R/35L, runway length of 1,121 and serves Abilene, Texas.",
"The Abilene Regional Airport serves Abilene, Texas and is situated 546 meters above sea level and its ICAO location identifier is KABI. The name of the airport's runway is 17R/35L and it is 1121.0 meters long."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Abilene_Regional_Airport",
"property:runway_length",
"resource:1121_0"
],
[
"resource:Abilene_Regional_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Abilene_Regional_Airport",
"property:city_served",
"resource:Abilene__Texas"
],
[
"resource:Abilene_Regional_Airport",
"property:elevation_above_the_sea_level",
"546"
],
[
"resource:Abilene_Regional_Airport",
"property:icao_location_identifier",
"resource:KABI"
],
[
"resource:Abilene_Regional_Airport",
"property:runway_name",
"resource:17R_35L"
]
] | Abilene_Regional_Airport | [
{
"modified": "546",
"readable": "546",
"graph": "546"
},
{
"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": "icaoLocationIdentifier",
"readable": "icao location identifier",
"graph": "property:icao_location_identifier"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "1121.0",
"readable": "1121.0",
"graph": "resource:1121_0"
},
{
"modified": "17R/35L",
"readable": "17R/35L",
"graph": "resource:17R_35L"
},
{
"modified": "Abilene_Regional_Airport",
"readable": "Abilene Regional Airport",
"graph": "resource:Abilene_Regional_Airport"
},
{
"modified": "Abilene,_Texas",
"readable": "Abilene, Texas",
"graph": "resource:Abilene__Texas"
},
{
"modified": "KABI",
"readable": "KABI",
"graph": "resource:KABI"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?c property:elevation_above_the_sea_level ?l . ?c rdf:type ontology:airport . FILTER ( ?l != '800' ) . ?c property:runway_name ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?c property:elevation_above_the_sea_level ?l . ?c rdf:type ontology:airport . FILTER ( ?l != '800' ) . ?c property:runway_name ?o }",
"graph_answer": [
"resource:17R_35L"
],
"readable_answer": [
"17R/35L"
],
"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 ?y WHERE { ?y property:elevation_above_the_sea_level ?n . ?y property:runway_name resource:17R_35L . FILTER ( ?n != '800' ) . ?y rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:elevation_above_the_sea_level ?n . ?y property:runway_name resource:17R/35L . FILTER ( ?n != '800' ) . ?y rdf:type ontology:airport }",
"graph_answer": [
"resource:Abilene_Regional_Airport"
],
"readable_answer": [
"Abilene Regional Airport"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { resource:Abilene_Regional_Airport property:l_c_c_n_number ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Abilene_Regional_Airport property:l_c_c_n_number ?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"
]
}
] |
|
SportsTeam | 2 | 5318 | Id62 | [
{
"subject": "A.F.C._Blackpool",
"property": "ground",
"object": "Blackpool"
},
{
"subject": "A.F.C._Blackpool",
"property": "capacity",
"object": "1500"
}
] | [
{
"subject": "A.F.C._Blackpool",
"property": "ground",
"object": "Blackpool"
},
{
"subject": "A.F.C._Blackpool",
"property": "numberOfMembers",
"object": "1500"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AFC Blackpool have 1500 members and the ground is located in Blackpool.",
"AFC Blackpool have 1500 members and their ground is located in Blackpool.",
"AFC Blackpool is located in Blackpool and has 1500 members."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_F_C__Blackpool",
"property:number_of_members",
"resource:1500"
],
[
"resource:A_F_C__Blackpool",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_F_C__Blackpool",
"property:ground",
"resource:Blackpool"
]
] | A.F.C._Blackpool | [
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "1500",
"readable": "1500",
"graph": "resource:1500"
},
{
"modified": "A.F.C._Blackpool",
"readable": "A.F.C. Blackpool",
"graph": "resource:A_F_C__Blackpool"
},
{
"modified": "Blackpool",
"readable": "Blackpool",
"graph": "resource:Blackpool"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?f ) WHERE { ?s rdf:type ontology:sports_team . ?s property:ground resource:Blackpool }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?f ) WHERE { ?s rdf:type ontology:sports_team . ?s property:ground resource:Blackpool }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:sports_team . ?a property:ground resource:Blackpool }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:sports_team . ?a property:ground resource:Blackpool }",
"graph_answer": [
"resource:A_F_C__Blackpool"
],
"readable_answer": [
"A.F.C. Blackpool"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:A_F_C__Blackpool property:transmission ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:A.F.C._Blackpool property:transmission ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 3 | 7280 | Id193 | [
{
"subject": "Batagor",
"property": "hasVariant",
"object": "Siomay"
},
{
"subject": "Siomay",
"property": "variations",
"object": "Shumai"
},
{
"subject": "Siomay",
"property": "ingredient",
"object": "Peanut_sauce"
}
] | [
{
"subject": "Batagor",
"property": "dishVariation",
"object": "Siomay"
},
{
"subject": "Siomay",
"property": "dishVariation",
"object": "Shumai"
},
{
"subject": "Siomay",
"property": "ingredient",
"object": "Peanut_sauce"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Batagor, Siomay and Shumai are all variations of the same dish that contains peanut sauce.",
"Batagor, Shumai and Siomay (which includes peanut sauce) are variations of the same dish."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Siomay",
"property:dish_variation",
"resource:Shumai"
],
[
"resource:Siomay",
"property:ingredient",
"resource:Peanut_sauce"
],
[
"resource:Batagor",
"property:dish_variation",
"resource:Siomay"
],
[
"resource:Batagor",
"rdf:type",
"ontology:food"
]
] | Batagor | [
{
"modified": "dishVariation",
"readable": "dish variation",
"graph": "property:dish_variation"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Batagor",
"readable": "Batagor",
"graph": "resource:Batagor"
},
{
"modified": "Peanut_sauce",
"readable": "Peanut sauce",
"graph": "resource:Peanut_sauce"
},
{
"modified": "Shumai",
"readable": "Shumai",
"graph": "resource:Shumai"
},
{
"modified": "Siomay",
"readable": "Siomay",
"graph": "resource:Siomay"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { resource:Batagor property:dish_variation ?f . VALUES ( ?f ) { ( resource:Siomay ) ( resource:Shumai ) } }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Batagor property:dish_variation ?f . VALUES ( ?f ) { ( resource:Siomay ) ( resource:Shumai ) } }",
"graph_answer": [
"resource:Siomay"
],
"readable_answer": [
"Siomay"
],
"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 ?q WHERE { VALUES ( ?q ) { ( resource:Siomay ) ( resource:Shumai ) } . resource:Siomay property:dish_variation ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { VALUES ( ?q ) { ( resource:Siomay ) ( resource:Shumai ) } . resource:Siomay property:dish_variation ?q }",
"graph_answer": [
"resource:Shumai"
],
"readable_answer": [
"Shumai"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Siomay property:related_mean_of_transportation ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Siomay property:related_mean_of_transportation ?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"
]
}
] |
|
Athlete | 2 | 3731 | Id71 | [
{
"subject": "Akeem_Dent",
"property": "formerTeam",
"object": "Atlanta_Falcons"
},
{
"subject": "Atlanta_Falcons",
"property": "locationCity",
"object": "Atlanta"
}
] | [
{
"subject": "Akeem_Dent",
"property": "formerTeam",
"object": "Atlanta_Falcons"
},
{
"subject": "Atlanta_Falcons",
"property": "city",
"object": "Atlanta"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Dent used to play for the Atlanta Falcons in Atlanta.",
"Akeem Dent used to play for the Atlanta Falcons based in Atlanta.",
"Akeem Dent played for the Atlanta Falcons, based in Atlanta."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Dent",
"property:former_team",
"resource:Atlanta_Falcons"
],
[
"resource:Akeem_Dent",
"rdf:type",
"ontology:athlete"
],
[
"resource:Atlanta_Falcons",
"property:city",
"resource:Atlanta"
]
] | Akeem_Dent | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "formerTeam",
"readable": "former team",
"graph": "property:former_team"
},
{
"modified": "Akeem_Dent",
"readable": "Akeem Dent",
"graph": "resource:Akeem_Dent"
},
{
"modified": "Atlanta",
"readable": "Atlanta",
"graph": "resource:Atlanta"
},
{
"modified": "Atlanta_Falcons",
"readable": "Atlanta Falcons",
"graph": "resource:Atlanta_Falcons"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?w WHERE { ?w property:city resource:Atlanta . ?l property:former_team ?w . ?l rdf:type ontology:athlete }",
"readable_query": "SELECT DISTINCT ?l ?w WHERE { ?w property:city resource:Atlanta . ?l property:former_team ?w . ?l rdf:type ontology:athlete }",
"graph_answer": [
"resource:Akeem_Dent",
"resource:Atlanta_Falcons"
],
"readable_answer": [
"Akeem Dent",
"Atlanta Falcons"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Politician | 4 | 10386 | Id70 | [
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "Connecticut"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "\"Ruth Ribicoff\"@en"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "nationality",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | [
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "Connecticut"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "\"Ruth Ribicoff\""
},
{
"subject": "Abraham_A._Ribicoff",
"property": "nationality",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"African Americans are an ethnic group in the U.S.A., the country Abraham A Ribicoff is from. He was born in Connecticut and is married to Ruth Ribicoff.",
"African Americans are an ethnic group of the United States and Abraham A. Ribicoff is a United States national. Abraham A. Ribicoff was born in Connecticut and his spouse is Ruth Ribicoff."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Abraham_A__Ribicoff",
"property:spouse",
"resource:Ruth_Ribicoff"
],
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"resource:Abraham_A__Ribicoff",
"property:nationality",
"resource:United_States"
],
[
"resource:Abraham_A__Ribicoff",
"property:birth_place",
"resource:Connecticut"
]
] | Abraham_A._Ribicoff | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "spouse",
"readable": "spouse",
"graph": "property:spouse"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Connecticut",
"readable": "Connecticut",
"graph": "resource:Connecticut"
},
{
"modified": "Ruth Ribicoff",
"readable": "Ruth Ribicoff",
"graph": "resource:Ruth_Ribicoff"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?b property:spouse ?q . ?b property:birth_place resource:Connecticut . ?b rdf:type ontology:politician . FILTER ( CONTAINS ( LCASE ( ?q ) , 'ribicoff' ) ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?b property:spouse ?q . ?b property:birth_place resource:Connecticut . ?b rdf:type ontology:politician . FILTER ( CONTAINS ( LCASE ( ?q ) , 'ribicoff' ) ) }",
"graph_answer": [
"resource:Ruth_Ribicoff"
],
"readable_answer": [
"Ruth Ribicoff"
],
"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 ?h WHERE { resource:United_States property:influenced_by ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:United_States property:influenced_by ?h }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10175 | Id149 | [
{
"subject": "Ariane_5",
"property": "sites",
"object": "ELA-3"
},
{
"subject": "Ariane_5",
"property": "finalFlight",
"object": "\"2009-12-18\"^^xsd:date"
},
{
"subject": "Ariane_5",
"property": "maidenFlight",
"object": "\"1996-06-04\"^^xsd:date"
},
{
"subject": "Ariane_5",
"property": "manufacturer",
"object": "\"Airbus Defence and Space for\"@en"
}
] | [
{
"subject": "Ariane_5",
"property": "launchSite",
"object": "ELA-3"
},
{
"subject": "Ariane_5",
"property": "finalFlight",
"object": "2009-12-18"
},
{
"subject": "Ariane_5",
"property": "maidenFlight",
"object": "1996-06-04"
},
{
"subject": "Ariane_5",
"property": "manufacturer",
"object": "Airbus_Defence_and_Space"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Ariane 5, manufactured by Airbus Defence and Space, was launched at ELA-3. Its maiden flight on the 4th of June, 1996 and its its final flight on the 18th of December, 2009.",
"The Ariane 5, manufactured by The Airbus Defence and Space, was launched at ELA-3. Its initial flight was June 4, 1996 and final flight was December 18. 2009.",
"The Ariane 5, manufactured by Airbus Defence and Space, with its ELA-3 launchpad, had its initial flight June 4, 1996 and its final flight on December 18, 2009."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ariane_5",
"property:launch_site",
"resource:ELA_3"
],
[
"resource:Ariane_5",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Ariane_5",
"property:maiden_flight",
"resource:1996_06_04"
],
[
"resource:Ariane_5",
"property:manufacturer",
"resource:Airbus_Defence_and_Space"
],
[
"resource:Ariane_5",
"property:final_flight",
"resource:2009_12_18"
]
] | Ariane_5 | [
{
"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": "1996-06-04",
"readable": "1996-06-04",
"graph": "resource:1996_06_04"
},
{
"modified": "2009-12-18",
"readable": "2009-12-18",
"graph": "resource:2009_12_18"
},
{
"modified": "Airbus_Defence_and_Space",
"readable": "Airbus Defence and Space",
"graph": "resource:Airbus_Defence_and_Space"
},
{
"modified": "Ariane_5",
"readable": "Ariane 5",
"graph": "resource:Ariane_5"
},
{
"modified": "ELA-3",
"readable": "ELA-3",
"graph": "resource:ELA_3"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?l rdf:type ontology:mean_of_transportation . ?l property:launch_site ?g . FILTER ( ?i = \"2009_12_18\" ) . ?l property:final_flight ?i }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?l rdf:type ontology:mean_of_transportation . ?l property:launch_site ?g . FILTER ( ?i = \"2009-12-18\" ) . ?l property:final_flight ?i }",
"graph_answer": [
"resource:ELA_3"
],
"readable_answer": [
"ELA-3"
],
"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 ?z WHERE { ?z property:launch_site resource:ELA_3 . ?z property:final_flight ?k . ?z rdf:type ontology:mean_of_transportation . FILTER ( ?k = \"2009_12_18\" ) }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z property:launch_site resource:ELA-3 . ?z property:final_flight ?k . ?z rdf:type ontology:mean_of_transportation . FILTER ( ?k = \"2009-12-18\" ) }",
"graph_answer": [
"resource:Ariane_5"
],
"readable_answer": [
"Ariane 5"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w ?u WHERE { resource:Ariane_5 property:manufacturer ?u . resource:Ariane_5 property:maiden_flight ?w }",
"readable_query": "SELECT DISTINCT ?w ?u WHERE { resource:Ariane_5 property:manufacturer ?u . resource:Ariane_5 property:maiden_flight ?w }",
"graph_answer": [
"resource:1996_06_04",
"resource:Airbus_Defence_and_Space"
],
"readable_answer": [
"1996-06-04",
"Airbus Defence and Space"
],
"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 | 2 | 4215 | Id65 | [
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Senate"
},
{
"subject": "California_State_Senate",
"property": "isPartOf",
"object": "California_State_Legislature"
}
] | [
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Senate"
},
{
"subject": "California_State_Senate",
"property": "isPartOf",
"object": "California_State_Legislature"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The California State Senate is part of the California State Legislature, and leads Anaheim, California.",
"Anaheim is led by the California State Senate, which is part of the California State Legislature.",
"The California State Senate is part of the California State Legislature and leads Anaheim, California."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:California_State_Senate",
"property:is_part_of",
"resource:California_State_Legislature"
],
[
"resource:Anaheim__California",
"property:leader_title",
"resource:California_State_Senate"
],
[
"resource:Anaheim__California",
"rdf:type",
"ontology:city"
]
] | Anaheim,_California | [
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "California_State_Legislature",
"readable": "California State Legislature",
"graph": "resource:California_State_Legislature"
},
{
"modified": "California_State_Senate",
"readable": "California State Senate",
"graph": "resource:California_State_Senate"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j ?e WHERE { ?e property:is_part_of resource:California_State_Legislature . ?j property:leader_title ?e . ?j rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?j ?e WHERE { ?e property:is_part_of resource:California_State_Legislature . ?j property:leader_title ?e . ?j rdf:type ontology:city }",
"graph_answer": [
"resource:Anaheim__California",
"resource:California_State_Senate"
],
"readable_answer": [
"Anaheim, California",
"California State Senate"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food | 4 | 9747 | Id36 | [
{
"subject": "Arrabbiata_sauce",
"property": "ingredient",
"object": "Garlic"
},
{
"subject": "Arrabbiata_sauce",
"property": "ingredientName",
"object": "\"Tomatoes,red chili,garlic,olive oil\""
},
{
"subject": "Arrabbiata_sauce",
"property": "region",
"object": "\"Rome\"@en"
},
{
"subject": "Arrabbiata_sauce",
"property": "country",
"object": "Italy"
}
] | [
{
"subject": "Arrabbiata_sauce",
"property": "ingredient",
"object": "Garlic"
},
{
"subject": "Arrabbiata_sauce",
"property": "mainIngredient",
"object": "\"Tomatoes, red chili, garlic, olive oil\""
},
{
"subject": "Arrabbiata_sauce",
"property": "country",
"object": "Italy"
},
{
"subject": "Arrabbiata_sauce",
"property": "region",
"object": "Rome"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Arrabbiata sauces originates from Rome, Italy. It is made with tomatoes, red chili, garlic and olive oil.",
"Arrabbiata sauce comes from the Rome region of Italy. Its main ingredients are tomatoes, red chili, garlic and olive oil."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Arrabbiata_sauce",
"property:ingredient",
"resource:Garlic"
],
[
"resource:Arrabbiata_sauce",
"property:main_ingredient",
"resource:Red_chili"
],
[
"resource:Arrabbiata_sauce",
"property:main_ingredient",
"resource:Olive_oil"
],
[
"resource:Arrabbiata_sauce",
"property:main_ingredient",
"resource:Tomatoes"
],
[
"resource:Arrabbiata_sauce",
"property:main_ingredient",
"resource:Garlic"
],
[
"resource:Arrabbiata_sauce",
"rdf:type",
"ontology:food"
],
[
"resource:Arrabbiata_sauce",
"property:country",
"resource:Italy"
],
[
"resource:Arrabbiata_sauce",
"property:region",
"resource:Rome"
]
] | Arrabbiata_sauce | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Arrabbiata_sauce",
"readable": "Arrabbiata sauce",
"graph": "resource:Arrabbiata_sauce"
},
{
"modified": "Garlic",
"readable": "Garlic",
"graph": "resource:Garlic"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Olive oil",
"readable": "Olive oil",
"graph": "resource:Olive_oil"
},
{
"modified": "Red chili",
"readable": "Red chili",
"graph": "resource:Red_chili"
},
{
"modified": "Rome",
"readable": "Rome",
"graph": "resource:Rome"
},
{
"modified": "Tomatoes",
"readable": "Tomatoes",
"graph": "resource:Tomatoes"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?e ) WHERE { ?q property:main_ingredient resource:Garlic . ?q rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?e ) WHERE { ?q property:main_ingredient resource:Garlic . ?q rdf:type ontology:food }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u rdf:type ontology:food . ?u property:main_ingredient resource:Garlic }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u rdf:type ontology:food . ?u property:main_ingredient resource:Garlic }",
"graph_answer": [
"resource:Arrabbiata_sauce"
],
"readable_answer": [
"Arrabbiata sauce"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?s ) WHERE { resource:Arrabbiata_sauce property:main_ingredient ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?s ) WHERE { resource:Arrabbiata_sauce property:main_ingredient ?e }",
"graph_answer": [
"4"
],
"readable_answer": [
"4"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Arrabbiata_sauce property:main_ingredient ?l . FILTER ( ?l != resource:Garlic ) }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Arrabbiata_sauce property:main_ingredient ?l . FILTER ( ?l != resource:Garlic ) }",
"graph_answer": [
"resource:Red_chili",
"resource:Olive_oil",
"resource:Tomatoes"
],
"readable_answer": [
"Red chili",
"Olive oil",
"Tomatoes"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"exclusive",
"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 { resource:Arrabbiata_sauce property:mean_temperature ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Arrabbiata_sauce property:mean_temperature ?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"
]
}
] |
|
MeanOfTransportation | 5 | 12336 | Id53 | [
{
"subject": "Alvis_Speed_25",
"property": "class",
"object": "Full-size_car"
},
{
"subject": "Alvis_Speed_25",
"property": "engine",
"object": "Alvis_Speed_25__6"
},
{
"subject": "Alvis_Speed_25",
"property": "modelStartYear",
"object": "\"1937\"^^xsd:gYear"
},
{
"subject": "Alvis_Speed_25",
"property": "transmission",
"object": "\"and all-syncromesh, centre change lever, open tubular propellor shaft\""
},
{
"subject": "Alvis_Speed_25",
"property": "wheelbase",
"object": "\"3.2258\"^^xsd:double"
}
] | [
{
"subject": "Alvis_Speed_25",
"property": "class",
"object": "Full-size_car"
},
{
"subject": "Alvis_Speed_25",
"property": "engine",
"object": "Straight-six_engine"
},
{
"subject": "Alvis_Speed_25",
"property": "modelStartYear",
"object": "1937"
},
{
"subject": "Alvis_Speed_25",
"property": "transmission",
"object": "\"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle\""
},
{
"subject": "Alvis_Speed_25",
"property": "wheelbase",
"object": "127.0 (inches)"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Alvis Speed 25 is classed as a Full-size car and has a straight-six engine and a wheelbase of 127 inches. Its production began in 1937 and it has an impressive transmission coined as \"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints, spiral bevel fully floating back axle\".",
"In 1937 production began of the Alvis Speed 25 which is a full size class car with a straight-six engine. It has a wheelbase of 127 inches and an impressive transmission coined as \"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints, spiral bevel fully floating back axle\"."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Alvis_Speed_25",
"property:wheelbase",
"127.0 (inches)"
],
[
"resource:Alvis_Speed_25",
"property:engine",
"resource:Straight_six_engine"
],
[
"resource:Alvis_Speed_25",
"property:transmission",
"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle"
],
[
"resource:Alvis_Speed_25",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Alvis_Speed_25",
"property:model_start_year",
"resource:1937"
],
[
"resource:Alvis_Speed_25",
"property:class",
"resource:Full_size_car"
]
] | Alvis_Speed_25 | [
{
"modified": "127.0 (inches)",
"readable": "127.0",
"graph": "127.0 (inches)"
},
{
"modified": "class",
"readable": "class",
"graph": "property:class"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "modelStartYear",
"readable": "model start year",
"graph": "property:model_start_year"
},
{
"modified": "transmission",
"readable": "transmission",
"graph": "property:transmission"
},
{
"modified": "wheelbase",
"readable": "wheelbase",
"graph": "property:wheelbase"
},
{
"modified": "1937",
"readable": "1937",
"graph": "resource:1937"
},
{
"modified": "Alvis_Speed_25",
"readable": "Alvis Speed 25",
"graph": "resource:Alvis_Speed_25"
},
{
"modified": "Full-size_car",
"readable": "Full-size car",
"graph": "resource:Full_size_car"
},
{
"modified": "Straight-six_engine",
"readable": "Straight-six engine",
"graph": "resource:Straight_six_engine"
},
{
"modified": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"readable": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"graph": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?t ) WHERE { ?e rdf:type ontology:mean_of_transportation . ?e property:class resource:Full_size_car . ?e property:wheelbase ?g }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?t ) WHERE { ?e rdf:type ontology:mean_of_transportation . ?e property:class resource:Full-size_car . ?e property:wheelbase ?g }",
"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 ?d WHERE { ?w property:class resource:Full_size_car . ?w property:wheelbase ?d . ?w rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?w property:class resource:Full-size_car . ?w property:wheelbase ?d . ?w rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"127.0 (inches)"
],
"readable_answer": [
"127.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 ?z ?r WHERE { ?r property:class resource:Full_size_car . ?r property:engine ?z . ?r rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?z ?r WHERE { ?r property:class resource:Full-size_car . ?r property:engine ?z . ?r rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:Straight_six_engine",
"resource:Alvis_Speed_25"
],
"readable_answer": [
"Straight-six engine",
"Alvis Speed 25"
],
"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 ?y WHERE { resource:Alvis_Speed_25 property:chairperson ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Alvis_Speed_25 property:chairperson ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 2 | 3609 | Id221 | [
{
"subject": "United_Kingdom",
"property": "capital",
"object": "London"
},
{
"subject": "Alex_Day",
"property": "placeOfBirth",
"object": "United_Kingdom"
}
] | [
{
"subject": "United_Kingdom",
"property": "capital",
"object": "London"
},
{
"subject": "Alex_Day",
"property": "birthPlace",
"object": "United_Kingdom"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alex Day was born in the UK, where the capital city is London.",
"Alex Day was born in the United Kingdom where London is the capital.",
"Alex Day was born in the United Kingdom whose capital city is London."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_Kingdom",
"property:capital",
"resource:London"
],
[
"resource:Alex_Day",
"rdf:type",
"ontology:artist"
],
[
"resource:Alex_Day",
"property:birth_place",
"resource:United_Kingdom"
]
] | Alex_Day | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "Alex_Day",
"readable": "Alex Day",
"graph": "resource:Alex_Day"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "United_Kingdom",
"readable": "United Kingdom",
"graph": "resource:United_Kingdom"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?o WHERE { ?b rdf:type ontology:artist . ?o property:capital resource:London . ?b property:birth_place ?o }",
"readable_query": "SELECT DISTINCT ?b ?o WHERE { ?b rdf:type ontology:artist . ?o property:capital resource:London . ?b property:birth_place ?o }",
"graph_answer": [
"resource:Alex_Day",
"resource:United_Kingdom"
],
"readable_answer": [
"Alex Day",
"United Kingdom"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Building | 3 | 6492 | Id112 | [
{
"subject": "Akita_Museum_of_Art",
"property": "locationCountry",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "locationTown",
"object": "Akita,_Akita"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita_Prefecture"
}
] | [
{
"subject": "Akita_Museum_of_Art",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita,_Akita"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita_Prefecture"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Akita Museum of Art is located in Akita, Akita which is in Japan.",
"The Akita Museum of Art is located in the Akita Prefecture, which is in Akita, Akita, Japan.",
"Akita in the province of the same name, Japan, is home to the Akita Museum of Art."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akita_Museum_of_Art",
"rdf:type",
"ontology:building"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita__Akita"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita_Prefecture"
],
[
"resource:Akita_Museum_of_Art",
"property:country",
"resource:Japan"
]
] | Akita_Museum_of_Art | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Akita_Museum_of_Art",
"readable": "Akita Museum of Art",
"graph": "resource:Akita_Museum_of_Art"
},
{
"modified": "Akita_Prefecture",
"readable": "Akita Prefecture",
"graph": "resource:Akita_Prefecture"
},
{
"modified": "Akita,_Akita",
"readable": "Akita, Akita",
"graph": "resource:Akita__Akita"
},
{
"modified": "Japan",
"readable": "Japan",
"graph": "resource:Japan"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?h rdf:type ontology:building . ?h property:country ?a . ?h property:location resource:Akita__Akita . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'j' ) ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?h rdf:type ontology:building . ?h property:country ?a . ?h property:location resource:Akita,_Akita . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'j' ) ) }",
"graph_answer": [
"resource:Japan"
],
"readable_answer": [
"Japan"
],
"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 ?w WHERE { ?w property:location resource:Akita__Akita . ?w property:location resource:Akita_Prefecture . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?w property:location resource:Akita,_Akita . ?w property:location resource:Akita_Prefecture . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w rdf:type ontology:building }",
"graph_answer": [
"resource:Akita_Museum_of_Art"
],
"readable_answer": [
"Akita Museum of Art"
],
"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"
]
}
] |
|
WrittenWork | 4 | 10848 | Id67 | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "Soho_Press",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "Soho_Press",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | (X (X (X (X) (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"English is the language of the United States. the country where one of the ethnic groups is Native Americans. It is also where Soho Press, which published A Loyal Character Dancer, is based.",
"A Loyal Character Dancer was published by Soho Press located in the U.S. The language of the United States is English and one of US ethnic groups is Native Americans.",
"Soho Press (located in the United States) published A Loyal Character Dancer. Native Americans are an ethnic group of the English speaking United States."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:A_Loyal_Character_Dancer",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Loyal_Character_Dancer",
"property:publisher",
"resource:Soho_Press"
],
[
"resource:Soho_Press",
"property:country",
"resource:United_States"
]
] | A_Loyal_Character_Dancer | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "A_Loyal_Character_Dancer",
"readable": "A Loyal Character Dancer",
"graph": "resource:A_Loyal_Character_Dancer"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "Soho_Press",
"readable": "Soho Press",
"graph": "resource:Soho_Press"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q ?i WHERE { resource:United_States property:language ?i . resource:United_States property:ethnic_group ?q }",
"readable_query": "SELECT DISTINCT ?q ?i WHERE { resource:United_States property:language ?i . resource:United_States property:ethnic_group ?q }",
"graph_answer": [
"resource:Native_Americans_in_the_United_States",
"resource:English_language"
],
"readable_answer": [
"Native Americans in the United States",
"English 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": "ASK WHERE { resource:A_Loyal_Character_Dancer property:publisher resource:Soho_Press }",
"readable_query": "ASK WHERE { resource:A_Loyal_Character_Dancer property:publisher resource:Soho_Press }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 2 | 4873 | Id108 | [
{
"subject": "Alfa_Romeo_164",
"property": "assembly",
"object": "Italy"
},
{
"subject": "Alfa_Romeo_164",
"property": "related",
"object": "Saab_9000"
}
] | [
{
"subject": "Alfa_Romeo_164",
"property": "assembly",
"object": "Italy"
},
{
"subject": "Alfa_Romeo_164",
"property": "relatedMeanOfTransportation",
"object": "Saab_9000"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alfa Romeo 164 was assembled in Italy, both this vehicle and the Saab 9000 are cars.",
"The Alfa Romeo 164, assembled in Italy, and the Saab 9000 are similar means of transport.",
"The Alfa Romeo 164, which is assembled in Italy, and the Saab 9000 are related means of transport in that they are both cars."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alfa_Romeo_164",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Alfa_Romeo_164",
"property:related_mean_of_transportation",
"resource:Saab_9000"
],
[
"resource:Alfa_Romeo_164",
"property:assembly",
"resource:Italy"
]
] | Alfa_Romeo_164 | [
{
"modified": "assembly",
"readable": "assembly",
"graph": "property:assembly"
},
{
"modified": "relatedMeanOfTransportation",
"readable": "related mean of transportation",
"graph": "property:related_mean_of_transportation"
},
{
"modified": "Alfa_Romeo_164",
"readable": "Alfa Romeo 164",
"graph": "resource:Alfa_Romeo_164"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Saab_9000",
"readable": "Saab 9000",
"graph": "resource:Saab_9000"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?h WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?h . resource:Alfa_Romeo_164 property:assembly ?c }",
"readable_query": "SELECT DISTINCT ?c ?h WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?h . resource:Alfa_Romeo_164 property:assembly ?c }",
"graph_answer": [
"resource:Italy",
"resource:Saab_9000"
],
"readable_answer": [
"Italy",
"Saab 9000"
],
"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 ( ?s ) AS ?q ) WHERE { ?d property:assembly ?s . ?d property:class resource:Luxury_vehicle . ?d rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?q ) WHERE { ?d property:assembly ?s . ?d property:class resource:Luxury_vehicle . ?d rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10225 | Id199 | [
{
"subject": "Delta_II",
"property": "sites",
"object": "Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17"
},
{
"subject": "Delta_II",
"property": "launchSite",
"object": "Cape_Canaveral_Air_Force_Station"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
}
] | [
{
"subject": "Delta_II",
"property": "launchSite",
"object": "Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17"
},
{
"subject": "Delta_II",
"property": "launchSite",
"object": "Cape_Canaveral_Air_Force_Station"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Delta II, launched at Cape Canaveral Air Force Station Space Launch Complex 17, originates from the United States and is comparable to the Antares rocket.",
"The Delta II was launched at the Cape Canaveral Air Force Station at Space Launch Complex 17. The Delta II is from the United States and the rocket Antares is comparable to it.",
"The Delta II originated in the United States and was launched at the Cape Canaveral Air Force Station, at Cape Canaveral Air Force Station Space Launch Complex 17. The rocket Antares is comparable to Delta II."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Delta_II",
"property:launch_site",
"resource:Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17"
],
[
"resource:Delta_II",
"property:launch_site",
"resource:Cape_Canaveral_Air_Force_Station"
],
[
"resource:Delta_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Antares__rocket_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Antares__rocket_",
"property:comparable",
"resource:Delta_II"
]
] | Antares_(rocket) | [
{
"modified": "comparable",
"readable": "comparable",
"graph": "property:comparable"
},
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "Antares_(rocket)",
"readable": "Antares",
"graph": "resource:Antares__rocket_"
},
{
"modified": "Cape_Canaveral_Air_Force_Station",
"readable": "Cape Canaveral Air Force Station",
"graph": "resource:Cape_Canaveral_Air_Force_Station"
},
{
"modified": "Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17",
"readable": "Cape Canaveral Air Force Station Space Launch Complex 17",
"graph": "resource:Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17"
},
{
"modified": "Delta_II",
"readable": "Delta II",
"graph": "resource:Delta_II"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'c' ) ) . resource:Delta_II property:launch_site ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'c' ) ) . resource:Delta_II property:launch_site ?f }",
"graph_answer": [
"resource:Cape_Canaveral_Air_Force_Station"
],
"readable_answer": [
"Cape Canaveral Air Force Station"
],
"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 ?w WHERE { resource:Delta_II property:stylistic_origin ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Delta_II property:stylistic_origin ?w }",
"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"
]
}
] |
|
Astronaut | 5 | 11389 | Id6 | [
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "timeInSpace",
"object": "\"100305.0\"^^<http://dbpedia.org/datatype/minute>"
}
] | [
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "timeInSpace",
"object": "\"100305.0\"(minutes)"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"American Alan Bean was born in Wheeler, Texas. He was a test pilot and a crew member of Apollo 12. He spent 100305.0 minutes in space.",
"Alan Bean was an American born in Wheeler, Texas. He served as a test pilot and a Apollo 12 crew member. He spent at total of 100305.0 minutes in space.",
"Alan Bean is a US national born in Wheeler, Texas. He was a test pilot and crew member of theApollo 12, and he spent a total of 100305 minutes in space."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:mission",
"resource:Apollo_12"
],
[
"resource:Alan_Bean",
"property:nationality",
"resource:United_States"
],
[
"resource:Alan_Bean",
"property:occupation",
"resource:Test_pilot"
],
[
"resource:Alan_Bean",
"property:time_in_space",
"100305.0"
],
[
"resource:Alan_Bean",
"property:birth_place",
"resource:Wheeler__Texas"
]
] | Alan_Bean | [
{
"modified": "100305.0",
"readable": "100305.0",
"graph": "100305.0"
},
{
"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": "timeInSpace",
"readable": "time in space",
"graph": "property:time_in_space"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Apollo_12",
"readable": "Apollo 12",
"graph": "resource:Apollo_12"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?s property:birth_place resource:Charlottetown . ?s property:mission ?g . ?s rdf:type ontology:astronaut }",
"readable_query": "ASK WHERE { ?s property:birth_place resource:Charlottetown . ?s property:mission ?g . ?s rdf:type ontology:astronaut }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
City | 3 | 6909 | Id197 | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"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 (capital city: Washington D.C.) where Native Americans are one of the ethnic groups.",
"Akron, Ohio is located in the U.S, of which The capital is Washington DC and Native Americans are one of the ethnic groups.",
"Akron, Ohio is located in the United States, where Washington D.C. is the capital and Native Americans are one of the ethnic groups."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:Akron__Ohio",
"rdf:type",
"ontology:city"
],
[
"resource:Akron__Ohio",
"property:country",
"resource:United_States"
]
] | Akron,_Ohio | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "Akron,_Ohio",
"readable": "Akron, Ohio",
"graph": "resource:Akron__Ohio"
},
{
"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 ?l ?k WHERE { resource:United_States property:capital ?k . resource:United_States property:ethnic_group ?l }",
"readable_query": "SELECT DISTINCT ?l ?k WHERE { resource:United_States property:capital ?k . resource:United_States property:ethnic_group ?l }",
"graph_answer": [
"resource:Native_Americans_in_the_United_States",
"resource:Washington__D_C_"
],
"readable_answer": [
"Native Americans in the United States",
"Washington, D.C."
],
"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"
]
}
] |
|
Building | 5 | 11578 | Id42 | [
{
"subject": "3Arena",
"property": "location",
"object": "Dublin"
},
{
"subject": "3Arena",
"property": "height",
"object": "\"28.0\"^^<http://dbpedia.org/datatype/metre>"
},
{
"subject": "3Arena",
"property": "architect",
"object": "\"HOK SVE\"@en"
},
{
"subject": "3Arena",
"property": "buildingType",
"object": "\"Concert and events venue\"@en"
},
{
"subject": "3Arena",
"property": "completionDate",
"object": "\"December 2008\"@en"
}
] | [
{
"subject": "3Arena",
"property": "location",
"object": "Dublin"
},
{
"subject": "3Arena",
"property": "height",
"object": "28.0 (metres)"
},
{
"subject": "3Arena",
"property": "architect",
"object": "\"HOK SVE\""
},
{
"subject": "3Arena",
"property": "buildingType",
"object": "\"Concert and events venue\""
},
{
"subject": "3Arena",
"property": "completionDate",
"object": "\"December 2008\""
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Concerts and events are hosted at 3Arena in Dublin which was designed by HOK SVE. The arena is 28 metres high and was completed in December 2008."
],
"lang": [
""
]
} | [] | [] | [
[
"resource:3Arena",
"property:architect",
"resource:HOK_SVE"
],
[
"resource:3Arena",
"rdf:type",
"ontology:building"
],
[
"resource:3Arena",
"property:location",
"resource:Dublin"
],
[
"resource:3Arena",
"property:completion_date",
"resource:December_2008"
],
[
"resource:3Arena",
"property:height",
"28.0 (metres)"
],
[
"resource:3Arena",
"property:building_type",
"Concert and events venue"
]
] | 3Arena | [
{
"modified": "28.0 (metres)",
"readable": "28.0",
"graph": "28.0 (metres)"
},
{
"modified": "Concert and events venue",
"readable": "Concert and events venue",
"graph": "Concert and events venue"
},
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "buildingType",
"readable": "building type",
"graph": "property:building_type"
},
{
"modified": "completionDate",
"readable": "completion date",
"graph": "property:completion_date"
},
{
"modified": "height",
"readable": "height",
"graph": "property:height"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "December 2008",
"readable": "December 2008",
"graph": "resource:December_2008"
},
{
"modified": "Dublin",
"readable": "Dublin",
"graph": "resource:Dublin"
},
{
"modified": "HOK SVE",
"readable": "HOK SVE",
"graph": "resource:HOK_SVE"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?a ) WHERE { ?q property:architect resource:HOK_SVE . ?q rdf:type ontology:building . ?q property:building_type 'Concert and events venue' }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?a ) WHERE { ?q property:architect resource:HOK_SVE . ?q rdf:type ontology:building . ?q property:building_type 'Concert and events venue' }",
"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 ?j WHERE { ?j rdf:type ontology:building . ?j property:building_type 'Concert and events venue' . ?j property:architect resource:HOK_SVE }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:building . ?j property:building_type 'Concert and events venue' . ?j property:architect resource:HOK_SVE }",
"graph_answer": [
"resource:3Arena"
],
"readable_answer": [
"3Arena"
],
"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:3Arena property:ship_laid_down ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:3Arena property:ship_laid_down ?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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:3Arena property:order ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:3Arena property:order ?t }",
"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"
]
}
] |
|
Athlete | 3 | 6178 | Id14 | [
{
"subject": "Aaron_Hunt",
"property": "team",
"object": "VfL_Wolfsburg"
},
{
"subject": "Aaron_Hunt",
"property": "youthclubs",
"object": "SV_Werder_Bremen"
},
{
"subject": "Aaron_Hunt",
"property": "clubs",
"object": "Hamburger_SV"
}
] | [
{
"subject": "Aaron_Hunt",
"property": "club",
"object": "VfL_Wolfsburg"
},
{
"subject": "Aaron_Hunt",
"property": "club",
"object": "Hamburger_SV"
},
{
"subject": "Aaron_Hunt",
"property": "youthclub",
"object": "SV_Werder_Bremen"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Hunt's club is VfL Wolfsburg and is also in the youth club SV Werder Bremen, having previously played for Hamburger SV.",
"Aaron Hunt, who played for the SV Werder Bremen youth team, has played for Hamburger SV and his club is VfL Wolfsburg.",
"Aaron Hunt plays for Vfl Wolfsburg and Hamburger SV as well as belonging to the youth club SV Werder Bremen."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aaron_Hunt",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aaron_Hunt",
"property:club",
"resource:Hamburger_SV"
],
[
"resource:Aaron_Hunt",
"property:club",
"resource:VfL_Wolfsburg"
],
[
"resource:Aaron_Hunt",
"property:youthclub",
"resource:SV_Werder_Bremen"
]
] | Aaron_Hunt | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "youthclub",
"readable": "youthclub",
"graph": "property:youthclub"
},
{
"modified": "Aaron_Hunt",
"readable": "Aaron Hunt",
"graph": "resource:Aaron_Hunt"
},
{
"modified": "Hamburger_SV",
"readable": "Hamburger SV",
"graph": "resource:Hamburger_SV"
},
{
"modified": "SV_Werder_Bremen",
"readable": "SV Werder Bremen",
"graph": "resource:SV_Werder_Bremen"
},
{
"modified": "VfL_Wolfsburg",
"readable": "VfL Wolfsburg",
"graph": "resource:VfL_Wolfsburg"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?z WHERE { resource:Aaron_Hunt property:club ?l . resource:Aaron_Hunt property:youthclub ?z }",
"readable_query": "SELECT DISTINCT ?l ?z WHERE { resource:Aaron_Hunt property:club ?l . resource:Aaron_Hunt property:youthclub ?z }",
"graph_answer": [
"resource:Hamburger_SV",
"resource:SV_Werder_Bremen"
],
"readable_answer": [
"Hamburger SV",
"SV Werder Bremen"
],
"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 ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'v' ) ) . resource:Aaron_Hunt property:club ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'v' ) ) . resource:Aaron_Hunt property:club ?f }",
"graph_answer": [
"resource:VfL_Wolfsburg"
],
"readable_answer": [
"VfL Wolfsburg"
],
"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"
]
}
] |
|
Company | 2 | 4472 | Id60 | [
{
"subject": "Hypermarcas",
"property": "type",
"object": "S.A._(corporation)"
},
{
"subject": "Hypermarcas",
"property": "numberOfEmployees",
"object": "10252"
}
] | [
{
"subject": "Hypermarcas",
"property": "type",
"object": "S.A._(corporation)"
},
{
"subject": "Hypermarcas",
"property": "numberOfEmployees",
"object": "10252"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Hypermarcas is a type of S.A. corporation that has 10252 employees.",
"Hypermarcas is an S.A. corporation which employs 10,252 people.",
"The S.A. (corporation) of Hypermarcas employs a total of 10252 people."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Hypermarcas",
"property:number_of_employees",
"10252"
],
[
"resource:Hypermarcas",
"rdf:type",
"ontology:s__a___corporation_"
],
[
"resource:Hypermarcas",
"rdf:type",
"ontology:company"
]
] | Hypermarcas | [
{
"modified": "10252",
"readable": "10252",
"graph": "10252"
},
{
"modified": "S.A._(corporation)",
"readable": "s. a.",
"graph": "ontology:s__a___corporation_"
},
{
"modified": "numberOfEmployees",
"readable": "number of employees",
"graph": "property:number_of_employees"
},
{
"modified": "Hypermarcas",
"readable": "Hypermarcas",
"graph": "resource:Hypermarcas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p property:number_of_employees ?t . ?p rdf:type ontology:company . FILTER ( ?t < '20000' ) }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:number_of_employees ?t . ?p rdf:type ontology:company . FILTER ( ?t < '20000' ) }",
"graph_answer": [
"resource:Hypermarcas"
],
"readable_answer": [
"Hypermarcas"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Hypermarcas rdf:type ontology:company . resource:Hypermarcas property:number_of_employees ?q . FILTER ( ?q < '20000' ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Hypermarcas rdf:type ontology:company . resource:Hypermarcas property:number_of_employees ?q . FILTER ( ?q < '20000' ) }",
"graph_answer": [
"10252"
],
"readable_answer": [
"10252"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 3 | 6243 | Id79 | [
{
"subject": "Akeem_Priestley",
"property": "team",
"object": "Jacksonville_Dolphins"
},
{
"subject": "Akeem_Priestley",
"property": "clubs",
"object": "Sheikh_Russel_KC"
},
{
"subject": "Akeem_Priestley",
"property": "youthclubs",
"object": "Connecticut_Huskies"
}
] | [
{
"subject": "Akeem_Priestley",
"property": "club",
"object": "Jacksonville_Dolphins"
},
{
"subject": "Akeem_Priestley",
"property": "club",
"object": "Sheikh_Russel_KC"
},
{
"subject": "Akeem_Priestley",
"property": "youthclub",
"object": "Connecticut_Huskies"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Priestley is in the Jacksonville Dolphins club and he plays for the Connecticut Huskies youth team as well as for Sheikh Russel KC.",
"Akeem Priestley is in the Jacksonville Dolphins club and the Connecticut Huskies youth team. He played for the Sheikh Russel KC club.",
"Akeem Priestley plays for Jacksonville Dolphins, Sheikh Russel KC and the Connecticut Huskies youth team."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Priestley",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Priestley",
"property:club",
"resource:Jacksonville_Dolphins"
],
[
"resource:Akeem_Priestley",
"property:club",
"resource:Sheikh_Russel_KC"
],
[
"resource:Akeem_Priestley",
"property:youthclub",
"resource:Connecticut_Huskies"
]
] | Akeem_Priestley | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "youthclub",
"readable": "youthclub",
"graph": "property:youthclub"
},
{
"modified": "Akeem_Priestley",
"readable": "Akeem Priestley",
"graph": "resource:Akeem_Priestley"
},
{
"modified": "Connecticut_Huskies",
"readable": "Connecticut Huskies",
"graph": "resource:Connecticut_Huskies"
},
{
"modified": "Jacksonville_Dolphins",
"readable": "Jacksonville Dolphins",
"graph": "resource:Jacksonville_Dolphins"
},
{
"modified": "Sheikh_Russel_KC",
"readable": "Sheikh Russel KC",
"graph": "resource:Sheikh_Russel_KC"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?x ) WHERE { resource:Akeem_Priestley property:club ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?x ) WHERE { resource:Akeem_Priestley property:club ?e }",
"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:Akeem_Priestley property:club ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Akeem_Priestley property:club ?u }",
"graph_answer": [
"resource:Jacksonville_Dolphins",
"resource:Sheikh_Russel_KC"
],
"readable_answer": [
"Jacksonville Dolphins",
"Sheikh Russel KC"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Akeem_Priestley property:university_team ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Akeem_Priestley property:university_team ?k }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 3 | 5713 | Id46 | [
{
"subject": "Agra_Airport",
"property": "location",
"object": "India"
},
{
"subject": "Agra_Airport",
"property": "operator",
"object": "\"/\"@en"
},
{
"subject": "Agra_Airport",
"property": "icaoLocationIdentifier",
"object": "\"(Location of airport in India)\""
}
] | [
{
"subject": "Agra_Airport",
"property": "location",
"object": "India"
},
{
"subject": "Agra_Airport",
"property": "icaoLocationIdentifier",
"object": "\"VIAG\""
},
{
"subject": "Agra_Airport",
"property": "operatingOrganisation",
"object": "Airports_Authority_of_India"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Airports Authority of India is the operating organisation of Agra Airport which is located in India and has the location identifier VIAG.",
"Agra airport, in india has an identifier of VIAG and is operated by Airports Authority of India.",
"Agra Airport, located in India with an identifier of VIAG, is operated by the Airports Authority of India."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Agra_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Agra_Airport",
"property:location",
"resource:India"
],
[
"resource:Agra_Airport",
"property:icao_location_identifier",
"resource:VIAG"
],
[
"resource:Agra_Airport",
"property:operating_organisation",
"resource:Airports_Authority_of_India"
]
] | Agra_Airport | [
{
"modified": "icaoLocationIdentifier",
"readable": "icao location identifier",
"graph": "property:icao_location_identifier"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Agra_Airport",
"readable": "Agra Airport",
"graph": "resource:Agra_Airport"
},
{
"modified": "Airports_Authority_of_India",
"readable": "Airports Authority of India",
"graph": "resource:Airports_Authority_of_India"
},
{
"modified": "India",
"readable": "India",
"graph": "resource:India"
},
{
"modified": "VIAG",
"readable": "VIAG",
"graph": "resource:VIAG"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { resource:Agra_Airport property:operating_income ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Agra_Airport property:operating_income ?x }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x ?i WHERE { resource:Agra_Airport property:icao_location_identifier ?x . resource:Agra_Airport property:operating_organisation ?i }",
"readable_query": "SELECT DISTINCT ?x ?i WHERE { resource:Agra_Airport property:icao_location_identifier ?x . resource:Agra_Airport property:operating_organisation ?i }",
"graph_answer": [
"resource:VIAG",
"resource:Airports_Authority_of_India"
],
"readable_answer": [
"VIAG",
"Airports Authority of India"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Agra_Airport property:serving_size ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Agra_Airport property:serving_size ?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"
]
}
] |
|
Artist | 2 | 3508 | Id120 | [
{
"subject": "Alex_Day",
"property": "genre",
"object": "Synthpop"
},
{
"subject": "Synthpop",
"property": "stylisticOrigins",
"object": "Pop_music"
}
] | [
{
"subject": "Alex_Day",
"property": "genre",
"object": "Synthpop"
},
{
"subject": "Synthpop",
"property": "stylisticOrigin",
"object": "Pop_music"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alex Day performs Synthpop music which is a form of pop music.",
"Alex Day uses the Synthpop genre, the stylistic origin ofwhich is pop music.",
"Alex Day uses the Synthpop genre, a form of pop music."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Synthpop",
"property:stylistic_origin",
"resource:Pop_music"
],
[
"resource:Alex_Day",
"rdf:type",
"ontology:artist"
],
[
"resource:Alex_Day",
"property:genre",
"resource:Synthpop"
]
] | Alex_Day | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Alex_Day",
"readable": "Alex Day",
"graph": "resource:Alex_Day"
},
{
"modified": "Pop_music",
"readable": "Pop music",
"graph": "resource:Pop_music"
},
{
"modified": "Synthpop",
"readable": "Synthpop",
"graph": "resource:Synthpop"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d ?r WHERE { ?r property:stylistic_origin resource:Pop_music . ?d property:genre ?r . ?d rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?d ?r WHERE { ?r property:stylistic_origin resource:Pop_music . ?d property:genre ?r . ?d rdf:type ontology:artist }",
"graph_answer": [
"resource:Alex_Day",
"resource:Synthpop"
],
"readable_answer": [
"Alex Day",
"Synthpop"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Building | 2 | 3865 | Id17 | [
{
"subject": "11_Diagonal_Street",
"property": "location",
"object": "South_Africa"
},
{
"subject": "South_Africa",
"property": "ethnicGroup",
"object": "Asian_South_Africans"
}
] | [
{
"subject": "11_Diagonal_Street",
"property": "location",
"object": "South_Africa"
},
{
"subject": "South_Africa",
"property": "ethnicGroup",
"object": "Asian_South_Africans"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"11 Diagonal Street is located in South Africa, where there is an ethnic group of Asian South Africans.",
"11 Diagonal Street is found in South Africa where one of the ethnic groups is Asian South Africans.",
"There is an ethnic group of Asian South Africans and the address 11 Diagonal Street is also located in South Africa."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:South_Africa",
"property:ethnic_group",
"resource:Asian_South_Africans"
],
[
"resource:11_Diagonal_Street",
"rdf:type",
"ontology:building"
],
[
"resource:11_Diagonal_Street",
"property:location",
"resource:South_Africa"
]
] | 11_Diagonal_Street | [
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "11_Diagonal_Street",
"readable": "11 Diagonal Street",
"graph": "resource:11_Diagonal_Street"
},
{
"modified": "Asian_South_Africans",
"readable": "Asian South Africans",
"graph": "resource:Asian_South_Africans"
},
{
"modified": "South_Africa",
"readable": "South Africa",
"graph": "resource:South_Africa"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?f ) WHERE { ?n property:location ?o . ?n rdf:type ontology:building . ?o property:ethnic_group resource:Asian_South_Africans }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?f ) WHERE { ?n property:location ?o . ?n rdf:type ontology:building . ?o property:ethnic_group resource:Asian_South_Africans }",
"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 ?b WHERE { ?b property:location ?p . ?p property:ethnic_group resource:Asian_South_Africans . ?b rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b property:location ?p . ?p property:ethnic_group resource:Asian_South_Africans . ?b rdf:type ontology:building }",
"graph_answer": [
"resource:11_Diagonal_Street"
],
"readable_answer": [
"11 Diagonal Street"
],
"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"
]
}
] |
|
City | 5 | 11913 | Id134 | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "largestCity",
"object": "Houston"
},
{
"subject": "Texas",
"property": "language",
"object": "English_language"
},
{
"subject": "Austin,_Texas",
"property": "subdivisionName",
"object": "Williamson_County,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "countySeat",
"object": "Georgetown,_Texas"
}
] | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "largestCity",
"object": "Houston"
},
{
"subject": "Texas",
"property": "language",
"object": "English_language"
},
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Williamson_County,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "countySeat",
"object": "Georgetown,_Texas"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Austin is part of Williamson County, in Texas. Georgetown is the county seat in Williamson. Houston is the biggest city in Texas where English is spoken.",
"Austin, part of Williamson County (county seat, is Georgetown), is in Texas. Houston, is the largest city, in this English speaking state.",
"Houston is the largest city in English speaking Texas, which Austin is part of. Austin is part of Williamson County, the country seat of which, is Georgetown."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Texas",
"property:largest_city",
"resource:Houston"
],
[
"resource:Texas",
"property:language",
"resource:English_language"
],
[
"resource:Austin__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Texas"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Williamson_County__Texas"
],
[
"resource:Williamson_County__Texas",
"property:county_seat",
"resource:Georgetown__Texas"
]
] | Austin,_Texas | [
{
"modified": "countySeat",
"readable": "county seat",
"graph": "property:county_seat"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Austin,_Texas",
"readable": "Austin, Texas",
"graph": "resource:Austin__Texas"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Georgetown,_Texas",
"readable": "Georgetown, Texas",
"graph": "resource:Georgetown__Texas"
},
{
"modified": "Houston",
"readable": "Houston",
"graph": "resource:Houston"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
},
{
"modified": "Williamson_County,_Texas",
"readable": "Williamson County, Texas",
"graph": "resource:Williamson_County__Texas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { FILTER NOT EXISTS { ?r property:language resource:English_language } . resource:Austin__Texas property:is_part_of ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { FILTER NOT EXISTS { ?r property:language resource:English_language } . resource:Austin,_Texas property:is_part_of ?r }",
"graph_answer": [
"resource:Williamson_County__Texas"
],
"readable_answer": [
"Williamson County, Texas"
],
"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:Texas property:largest_city resource:Houston }",
"readable_query": "ASK WHERE { resource:Texas property:largest_city resource:Houston }",
"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:Texas property:largest_city resource:Fort_Worth__Texas }",
"readable_query": "ASK WHERE { resource:Texas property:largest_city resource:Fort_Worth,_Texas }",
"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"
]
}
] |
|
Athlete | 3 | 6277 | Id113 | [
{
"subject": "Alan_Martin_(footballer,_born_1989)",
"property": "team",
"object": "Hamilton_Academical_F.C."
},
{
"subject": "Alan_Martin_(footballer,_born_1989)",
"property": "dateOfBirth",
"object": "\"1989-01-01\"^^xsd:date"
},
{
"subject": "Alan_Martin_(footballer,_born_1989)",
"property": "clubs",
"object": "Ayr_United_F.C."
}
] | [
{
"subject": "Alan_Martin_(footballer)",
"property": "club",
"object": "Hamilton_Academical_F.C."
},
{
"subject": "Alan_Martin_(footballer)",
"property": "birthDate",
"object": "1989-01-01"
},
{
"subject": "Alan_Martin_(footballer)",
"property": "club",
"object": "Ayr_United_F.C."
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Born 01/01/1989, footballer, Alan Martin, played football for Hamilton Academical F.C. and plays for the club, Ayr United F.C.",
"Alan Martin was born on 1 January 1989 and plays for both Ayr United FC and Hamilton Academical FC.",
"Footballer Alan Martin, born on 1st January 1989, has played for both Hamilton Academical FC and Ayr United FC."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_Martin__footballer_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alan_Martin__footballer_",
"property:club",
"resource:Hamilton_Academical_F_C_"
],
[
"resource:Alan_Martin__footballer_",
"property:club",
"resource:Ayr_United_F_C_"
],
[
"resource:Alan_Martin__footballer_",
"property:birth_date",
"resource:1989_01_01"
]
] | Alan_Martin_(footballer) | [
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "1989-01-01",
"readable": "1989-01-01",
"graph": "resource:1989_01_01"
},
{
"modified": "Alan_Martin_(footballer)",
"readable": "Alan Martin",
"graph": "resource:Alan_Martin__footballer_"
},
{
"modified": "Ayr_United_F.C.",
"readable": "Ayr United F.C.",
"graph": "resource:Ayr_United_F_C_"
},
{
"modified": "Hamilton_Academical_F.C.",
"readable": "Hamilton Academical F.C.",
"graph": "resource:Hamilton_Academical_F_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?v rdf:type ontology:athlete . ?v property:birth_date ?c . FILTER ( ?c = \"1989_01_01\" ) }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v rdf:type ontology:athlete . ?v property:birth_date ?c . FILTER ( ?c = \"1989-01-01\" ) }",
"graph_answer": [
"resource:Alan_Martin__footballer_"
],
"readable_answer": [
"Alan Martin"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( CONTAINS ( LCASE ( ?b ) , 'hamilton' ) ) . resource:Alan_Martin__footballer_ property:club ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( CONTAINS ( LCASE ( ?b ) , 'hamilton' ) ) . resource:Alan_Martin_(footballer) property:club ?b }",
"graph_answer": [
"resource:Hamilton_Academical_F_C_"
],
"readable_answer": [
"Hamilton Academical F.C."
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?l ) WHERE { resource:Alan_Martin__footballer_ property:club ?q }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?l ) WHERE { resource:Alan_Martin_(footballer) property:club ?q }",
"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 ?t WHERE { FILTER ( ?t != resource:Hamilton_Academical_F_C_ ) . resource:Alan_Martin__footballer_ property:club ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?t != resource:Hamilton_Academical_F.C. ) . resource:Alan_Martin_(footballer) property:club ?t }",
"graph_answer": [
"resource:Ayr_United_F_C_"
],
"readable_answer": [
"Ayr United F.C."
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 5 | 11577 | Id41 | [
{
"subject": "3Arena",
"property": "height",
"object": "\"28.0\"^^<http://dbpedia.org/datatype/metre>"
},
{
"subject": "3Arena",
"property": "location",
"object": "North_Wall,_Dublin"
},
{
"subject": "3Arena",
"property": "architect",
"object": "\"HOK SVE\"@en"
},
{
"subject": "3Arena",
"property": "buildingType",
"object": "\"Concert and events venue\"@en"
},
{
"subject": "3Arena",
"property": "completionDate",
"object": "\"December 2008\"@en"
}
] | [
{
"subject": "3Arena",
"property": "height",
"object": "28.0 (metres)"
},
{
"subject": "3Arena",
"property": "location",
"object": "North_Wall,_Dublin"
},
{
"subject": "3Arena",
"property": "architect",
"object": "\"HOK SVE\""
},
{
"subject": "3Arena",
"property": "buildingType",
"object": "\"Concert and events venue\""
},
{
"subject": "3Arena",
"property": "completionDate",
"object": "\"December 2008\""
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"3Arena is located at North Wall, Dublin and hosts concerts and events. It has a height of 28 metres and was designed by the architect HOK SVE and completed in December 2008.",
"The 3Arena was completed in December 2008 and the height of 3Arena is 28.0 meters. The 3Arena is located at North Wall, Dublin and the 3Arena is a concerts and events venue type building. It was designed by \"HOK SVE\"."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:3Arena",
"property:architect",
"resource:HOK_SVE"
],
[
"resource:3Arena",
"rdf:type",
"ontology:building"
],
[
"resource:3Arena",
"property:location",
"resource:North_Wall__Dublin"
],
[
"resource:3Arena",
"property:completion_date",
"resource:December_2008"
],
[
"resource:3Arena",
"property:height",
"28.0 (metres)"
],
[
"resource:3Arena",
"property:building_type",
"Concert and events venue"
]
] | 3Arena | [
{
"modified": "28.0 (metres)",
"readable": "28.0",
"graph": "28.0 (metres)"
},
{
"modified": "Concert and events venue",
"readable": "Concert and events venue",
"graph": "Concert and events venue"
},
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "buildingType",
"readable": "building type",
"graph": "property:building_type"
},
{
"modified": "completionDate",
"readable": "completion date",
"graph": "property:completion_date"
},
{
"modified": "height",
"readable": "height",
"graph": "property:height"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "December 2008",
"readable": "December 2008",
"graph": "resource:December_2008"
},
{
"modified": "HOK SVE",
"readable": "HOK SVE",
"graph": "resource:HOK_SVE"
},
{
"modified": "North_Wall,_Dublin",
"readable": "North Wall, Dublin",
"graph": "resource:North_Wall__Dublin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a ?s WHERE { resource:3Arena property:architect ?a . resource:3Arena property:building_type ?s }",
"readable_query": "SELECT DISTINCT ?a ?s WHERE { resource:3Arena property:architect ?a . resource:3Arena property:building_type ?s }",
"graph_answer": [
"resource:HOK_SVE",
"Concert and events venue"
],
"readable_answer": [
"HOK SVE",
"Concert and events venue"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?k WHERE { resource:3Arena property:location ?s . resource:3Arena property:height ?k }",
"readable_query": "SELECT DISTINCT ?s ?k WHERE { resource:3Arena property:location ?s . resource:3Arena property:height ?k }",
"graph_answer": [
"resource:North_Wall__Dublin",
"28.0 (metres)"
],
"readable_answer": [
"North Wall, Dublin",
"28.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:3Arena property:completion_date ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:3Arena property:completion_date ?y }",
"graph_answer": [
"resource:December_2008"
],
"readable_answer": [
"December 2008"
],
"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"
]
}
] |
|
Monument | 7 | 13155 | Id23 | [
{
"subject": "Turkey",
"property": "leaderTitle",
"object": "President_of_Turkey"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "designer",
"object": "Pietro_Canonica"
},
{
"subject": "Turkey",
"property": "leaderName",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "largestCity",
"object": "Istanbul"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "material",
"object": "\"Bronze\"@en"
},
{
"subject": "Turkey",
"property": "currency",
"object": "Turkish_lira"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] | [
{
"subject": "Turkey",
"property": "leaderTitle",
"object": "President_of_Turkey"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "designer",
"object": "Pietro_Canonica"
},
{
"subject": "Turkey",
"property": "leader",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "largestCity",
"object": "Istanbul"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "material",
"object": "\"Bronze\""
},
{
"subject": "Turkey",
"property": "currency",
"object": "Turkish_lira"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] | (X (X) (X) (X (X) (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The official title of the Turkish leader is President of Turkey. Ahmet Davutoglu is Turkeys leader. The largest city in Turkey is Istanbul. Lira is the currency used in Turkey. In Izmir is the Ataturk Monument, which was designed by Pietro Canonica and is made of Bronze.",
"The Atatürk Monument is a bronze structure located in Izmir, and designed by Pietro Canonica. It is found in Turkey, where the largest city is Istanbul, the currency is the Turkish Lira, and the leader, the President of Turkey, is named Ahmet Davutoglu."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Turkey",
"property:largest_city",
"resource:Istanbul"
],
[
"resource:Turkey",
"property:leader",
"resource:Ahmet_Davuto_lu"
],
[
"resource:Turkey",
"property:leader_title",
"resource:President_of_Turkey"
],
[
"resource:Turkey",
"property:currency",
"resource:Turkish_lira"
],
[
"resource:Atat_rk_Monument___zmir_",
"rdf:type",
"ontology:monument"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:location",
"resource:Turkey"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:material",
"resource:Bronze"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:designer",
"resource:Pietro_Canonica"
]
] | Atatürk_Monument_(İzmir) | [
{
"modified": "currency",
"readable": "currency",
"graph": "property:currency"
},
{
"modified": "designer",
"readable": "designer",
"graph": "property:designer"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "material",
"readable": "material",
"graph": "property:material"
},
{
"modified": "Ahmet_Davutoğlu",
"readable": "Ahmet Davutoğlu",
"graph": "resource:Ahmet_Davuto_lu"
},
{
"modified": "Atatürk_Monument_(İzmir)",
"readable": "Atatürk Monument",
"graph": "resource:Atat_rk_Monument___zmir_"
},
{
"modified": "Bronze",
"readable": "Bronze",
"graph": "resource:Bronze"
},
{
"modified": "Istanbul",
"readable": "Istanbul",
"graph": "resource:Istanbul"
},
{
"modified": "Pietro_Canonica",
"readable": "Pietro Canonica",
"graph": "resource:Pietro_Canonica"
},
{
"modified": "President_of_Turkey",
"readable": "President of Turkey",
"graph": "resource:President_of_Turkey"
},
{
"modified": "Turkey",
"readable": "Turkey",
"graph": "resource:Turkey"
},
{
"modified": "Turkish_lira",
"readable": "Turkish lira",
"graph": "resource:Turkish_lira"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?c property:currency resource:Indonesian_rupiah . ?d rdf:type ontology:monument . ?d property:location ?c }",
"readable_query": "ASK WHERE { ?c property:currency resource:Indonesian_rupiah . ?d rdf:type ontology:monument . ?d property:location ?c }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Building | 3 | 6494 | Id114 | [
{
"subject": "Akita_Museum_of_Art",
"property": "floorCount",
"object": "\"3\"^^xsd:positiveInteger"
},
{
"subject": "Akita_Museum_of_Art",
"property": "floorArea",
"object": "\"3746.66\"^^<http://dbpedia.org/datatype/squareMetre>"
},
{
"subject": "Akita_Museum_of_Art",
"property": "address",
"object": "\"1-4-2 Nakadori\"@en"
}
] | [
{
"subject": "Akita_Museum_of_Art",
"property": "floorCount",
"object": "3"
},
{
"subject": "Akita_Museum_of_Art",
"property": "floorArea",
"object": "3746.66 (square metres)"
},
{
"subject": "Akita_Museum_of_Art",
"property": "address",
"object": "\"1-4-2 Nakadori\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The address of Akita Museum of Art is 142 Nakadori, it has 3 floors and a floor area of 3746.66 square metres.",
"The Akita Museum of Art at 142 Nakadori has 3 floors with a total area of 3746.66 square metres.",
"The Akita Museum of Art has 3 floors and a total floor area of 3746.66 (square metres). It is located at 1-4-2 Nakadori."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akita_Museum_of_Art",
"property:floor_count",
"3"
],
[
"resource:Akita_Museum_of_Art",
"rdf:type",
"ontology:building"
],
[
"resource:Akita_Museum_of_Art",
"property:address",
"resource:1_4_2_Nakadori"
],
[
"resource:Akita_Museum_of_Art",
"property:floor_area",
"3746.66 (square metres)"
]
] | Akita_Museum_of_Art | [
{
"modified": "3",
"readable": "3",
"graph": "3"
},
{
"modified": "3746.66 (square metres)",
"readable": "3746.66",
"graph": "3746.66 (square metres)"
},
{
"modified": "address",
"readable": "address",
"graph": "property:address"
},
{
"modified": "floorArea",
"readable": "floor area",
"graph": "property:floor_area"
},
{
"modified": "floorCount",
"readable": "floor count",
"graph": "property:floor_count"
},
{
"modified": "1-4-2 Nakadori",
"readable": "1-4-2 Nakadori",
"graph": "resource:1_4_2_Nakadori"
},
{
"modified": "Akita_Museum_of_Art",
"readable": "Akita Museum of Art",
"graph": "resource:Akita_Museum_of_Art"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?j rdf:type ontology:building . ?j property:floor_count ?l . FILTER ( ?l = '3' ) . ?j property:floor_area ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?j rdf:type ontology:building . ?j property:floor_count ?l . FILTER ( ?l = '3' ) . ?j property:floor_area ?q }",
"graph_answer": [
"3746.66 (square metres)"
],
"readable_answer": [
"3746.66"
],
"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 ?x WHERE { ?l rdf:type ontology:building . ?l property:floor_area '3746.66 (square metres)' . ?l property:address ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?l rdf:type ontology:building . ?l property:floor_area '3746.66 (square metres)' . ?l property:address ?x }",
"graph_answer": [
"resource:1_4_2_Nakadori"
],
"readable_answer": [
"1-4-2 Nakadori"
],
"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 ?j WHERE { ?j property:address resource:1_4_2_Nakadori . ?j rdf:type ontology:building . ?j property:floor_area '3746.66 (square metres)' }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:address resource:1-4-2_Nakadori . ?j rdf:type ontology:building . ?j property:floor_area '3746.66 (square metres)' }",
"graph_answer": [
"resource:Akita_Museum_of_Art"
],
"readable_answer": [
"Akita Museum of Art"
],
"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"
]
}
] |
|
Politician | 3 | 7727 | Id58 | [
{
"subject": "Abner_W._Sibal",
"property": "battles",
"object": "World_War_II"
},
{
"subject": "World_War_II",
"property": "commander",
"object": "Franklin_D._Roosevelt"
},
{
"subject": "Abner_W._Sibal",
"property": "branch",
"object": "United_States_Army"
}
] | [
{
"subject": "Abner_W._Sibal",
"property": "battle",
"object": "World_War_II"
},
{
"subject": "World_War_II",
"property": "commander",
"object": "Franklin_D._Roosevelt"
},
{
"subject": "Abner_W._Sibal",
"property": "militaryBranch",
"object": "United_States_Army"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Franklin D Roosevelt was a commander during World War II in which Abner W Sibal served and fought in the US Army.",
"Franklin D. Roosevelt was a commander during WWII in which Abner W Sibal fought for the US Army.",
"Abner W. Sibal served in the United States Army during World War Two and the commander in that war was Franklin D. Roosevelt."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:World_War_II",
"property:commander",
"resource:Franklin_D__Roosevelt"
],
[
"resource:Abner_W__Sibal",
"rdf:type",
"ontology:politician"
],
[
"resource:Abner_W__Sibal",
"property:military_branch",
"resource:United_States_Army"
],
[
"resource:Abner_W__Sibal",
"property:battle",
"resource:World_War_II"
]
] | Abner_W._Sibal | [
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "militaryBranch",
"readable": "military branch",
"graph": "property:military_branch"
},
{
"modified": "Abner_W._Sibal",
"readable": "Abner W. Sibal",
"graph": "resource:Abner_W__Sibal"
},
{
"modified": "Franklin_D._Roosevelt",
"readable": "Franklin D. Roosevelt",
"graph": "resource:Franklin_D__Roosevelt"
},
{
"modified": "United_States_Army",
"readable": "United States Army",
"graph": "resource:United_States_Army"
},
{
"modified": "World_War_II",
"readable": "World War II",
"graph": "resource:World_War_II"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l property:military_branch resource:United_States_Army . ?l rdf:type ontology:politician . ?k property:commander resource:Franklin_D__Roosevelt . ?l property:battle ?k }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l property:military_branch resource:United_States_Army . ?l rdf:type ontology:politician . ?k property:commander resource:Franklin_D._Roosevelt . ?l property:battle ?k }",
"graph_answer": [
"resource:Abner_W__Sibal"
],
"readable_answer": [
"Abner W. Sibal"
],
"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 ?v WHERE { ?v property:commander resource:Franklin_D__Roosevelt . resource:Abner_W__Sibal property:battle ?v . resource:Abner_W__Sibal property:military_branch resource:United_States_Army . resource:Abner_W__Sibal rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:commander resource:Franklin_D._Roosevelt . resource:Abner_W._Sibal property:battle ?v . resource:Abner_W._Sibal property:military_branch resource:United_States_Army . resource:Abner_W._Sibal rdf:type ontology:politician }",
"graph_answer": [
"resource:World_War_II"
],
"readable_answer": [
"World War II"
],
"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"
]
}
] |
|
SportsTeam | 5 | 12648 | Id21 | [
{
"subject": "A.S._Gubbio_1910",
"property": "league",
"object": "Serie_D"
},
{
"subject": "Italy",
"property": "leader",
"object": "Pietro_Grasso"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "A.S._Gubbio_1910",
"property": "ground",
"object": "Italy"
},
{
"subject": "Serie_D",
"property": "champions",
"object": "S.S._Robur_Siena"
}
] | [
{
"subject": "A.S._Gubbio_1910",
"property": "league",
"object": "Serie_D"
},
{
"subject": "Italy",
"property": "leader",
"object": "Pietro_Grasso"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "A.S._Gubbio_1910",
"property": "ground",
"object": "Italy"
},
{
"subject": "Serie_D",
"property": "champions",
"object": "S.S._Robur_Siena"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"S.S. Robur Siena are champions of Serie D in which AS Gubbio 1910 also play. This latter club have their home ground in Italy where the capital city is Rome and the leader is Pietro Grasso.",
"The ground of A.S. Gubbio 1910 is located in Italy, where the leader is Pietro Grasso and Rome is the capital. A.S. Gubbio 1910 play in Serie D, of which S.S. Robur Siena are champions."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Serie_D",
"property:champions",
"resource:S_S__Robur_Siena"
],
[
"resource:A_S__Gubbio_1910",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_S__Gubbio_1910",
"property:league",
"resource:Serie_D"
],
[
"resource:A_S__Gubbio_1910",
"property:ground",
"resource:Italy"
],
[
"resource:Italy",
"property:leader",
"resource:Pietro_Grasso"
],
[
"resource:Italy",
"property:capital",
"resource:Rome"
]
] | A.S._Gubbio_1910 | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "champions",
"readable": "champions",
"graph": "property:champions"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "A.S._Gubbio_1910",
"readable": "A.S. Gubbio 1910",
"graph": "resource:A_S__Gubbio_1910"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Pietro_Grasso",
"readable": "Pietro Grasso",
"graph": "resource:Pietro_Grasso"
},
{
"modified": "Rome",
"readable": "Rome",
"graph": "resource:Rome"
},
{
"modified": "S.S._Robur_Siena",
"readable": "S.S. Robur Siena",
"graph": "resource:S_S__Robur_Siena"
},
{
"modified": "Serie_D",
"readable": "Serie D",
"graph": "resource:Serie_D"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?v property:ground ?p . ?v rdf:type ontology:sports_team . ?p property:leader resource:Pietro_Grasso . ?v property:league resource:Serie_D }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?v property:ground ?p . ?v rdf:type ontology:sports_team . ?p property:leader resource:Pietro_Grasso . ?v property:league resource:Serie_D }",
"graph_answer": [
"resource:Italy"
],
"readable_answer": [
"Italy"
],
"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 ?i WHERE { ?i property:ground resource:Italy . ?i property:league resource:Serie_D . ?i rdf:type ontology:sports_team . resource:Italy property:leader resource:Pietro_Grasso }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:ground resource:Italy . ?i property:league resource:Serie_D . ?i rdf:type ontology:sports_team . resource:Italy property:leader resource:Pietro_Grasso }",
"graph_answer": [
"resource:A_S__Gubbio_1910"
],
"readable_answer": [
"A.S. Gubbio 1910"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { resource:Italy property:escape_velocity ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Italy property:escape_velocity ?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 | 4 | 9883 | Id172 | [
{
"subject": "Barny_Cakes",
"property": "country",
"object": "France"
},
{
"subject": "France",
"property": "language",
"object": "French_language"
},
{
"subject": "France",
"property": "leaderName",
"object": "François_Hollande"
},
{
"subject": "France",
"property": "leader",
"object": "Claude_Bartolone"
}
] | [
{
"subject": "Barny_Cakes",
"property": "country",
"object": "France"
},
{
"subject": "France",
"property": "language",
"object": "French_language"
},
{
"subject": "France",
"property": "leader",
"object": "François_Hollande"
},
{
"subject": "France",
"property": "leader",
"object": "Claude_Bartolone"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Barny Cakes come from France where French is spoken and François Hollande and/or Claude Bartolone are the leader.",
"Barny cakes can be found in France where the language is French and leaders include Claude Bartolone and Francois Hollande.",
"Barny cakes come from France, where Francois Hollande and Claude Bartolone are leaders and the language spoken is French."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Barny_Cakes",
"rdf:type",
"ontology:food"
],
[
"resource:Barny_Cakes",
"property:country",
"resource:France"
],
[
"resource:France",
"property:leader",
"resource:Claude_Bartolone"
],
[
"resource:France",
"property:leader",
"resource:Fran_ois_Hollande"
],
[
"resource:France",
"property:language",
"resource:French_language"
]
] | Barny_Cakes | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Barny_Cakes",
"readable": "Barny Cakes",
"graph": "resource:Barny_Cakes"
},
{
"modified": "Claude_Bartolone",
"readable": "Claude Bartolone",
"graph": "resource:Claude_Bartolone"
},
{
"modified": "François_Hollande",
"readable": "François Hollande",
"graph": "resource:Fran_ois_Hollande"
},
{
"modified": "France",
"readable": "France",
"graph": "resource:France"
},
{
"modified": "French_language",
"readable": "French language",
"graph": "resource:French_language"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { FILTER ( CONTAINS ( LCASE ( ?w ) , 'claude' ) ) . resource:France property:leader ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { FILTER ( CONTAINS ( LCASE ( ?w ) , 'claude' ) ) . resource:France property:leader ?w }",
"graph_answer": [
"resource:Claude_Bartolone"
],
"readable_answer": [
"Claude Bartolone"
],
"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 ( ?g ) AS ?a ) WHERE { resource:France property:leader ?g }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?a ) WHERE { resource:France property:leader ?g }",
"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 ?u WHERE { FILTER ( ?u != resource:Claude_Bartolone ) . resource:France property:leader ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { FILTER ( ?u != resource:Claude_Bartolone ) . resource:France property:leader ?u }",
"graph_answer": [
"resource:Fran_ois_Hollande"
],
"readable_answer": [
"François Hollande"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?m rdf:type ontology:food . ?m property:country resource:France }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:food . ?m property:country resource:France }",
"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 ?x WHERE { ?x property:country resource:France . ?x rdf:type ontology:food }",
"readable_query": "SELECT ?x WHERE { ?x property:country resource:France . ?x rdf:type ontology:food }",
"graph_answer": [
"resource:Barny_Cakes"
],
"readable_answer": [
"Barny Cakes"
],
"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 ?h WHERE { resource:France property:dedicated_to ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:France property:dedicated_to ?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"
]
}
] |
|
City | 5 | 11856 | Id77 | [
{
"subject": "Angola,_Indiana",
"property": "isPartOf",
"object": "Steuben_County,_Indiana"
},
{
"subject": "Angola,_Indiana",
"property": "elevation",
"object": "\"324.002\"^^xsd:double"
},
{
"subject": "Angola,_Indiana",
"property": "subdivisionName",
"object": "United_States"
},
{
"subject": "Angola,_Indiana",
"property": "areaTotal",
"object": "\"16.55\"^^<http://dbpedia.org/datatype/squareKilometre>"
},
{
"subject": "Angola,_Indiana",
"property": "populationDensity",
"object": "\"524.5\"^^<http://dbpedia.org/datatype/inhabitantsPerSquareKilometre>"
}
] | [
{
"subject": "Angola,_Indiana",
"property": "isPartOf",
"object": "Steuben_County,_Indiana"
},
{
"subject": "Angola,_Indiana",
"property": "elevationAboveTheSeaLevel",
"object": "324.0"
},
{
"subject": "Angola,_Indiana",
"property": "isPartOf",
"object": "United_States"
},
{
"subject": "Angola,_Indiana",
"property": "areaTotal",
"object": "16.55 (square kilometres)"
},
{
"subject": "Angola,_Indiana",
"property": "populationDensity",
"object": "524.5 (inhabitants per square kilometre)"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Angola is located at 324 metres above sea level in Steuben County, Indiana, in the United States. It has a total area of 16.55 sq km and a population density of 524.5 inhabitants per sq km.",
"Angola, Steuben County, Indiana is located in the United States. Angola is 324 above sea level, has 524.5 perons per sq km and an area of 16.55 sq km."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Angola__Indiana",
"property:area_total",
"16.55 (square kilometres)"
],
[
"resource:Angola__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Angola__Indiana",
"property:population_density",
"524.5 (inhabitants per square kilometre)"
],
[
"resource:Angola__Indiana",
"property:elevation_above_the_sea_level",
"resource:324_0"
],
[
"resource:Angola__Indiana",
"property:is_part_of",
"resource:Steuben_County__Indiana"
],
[
"resource:Angola__Indiana",
"property:is_part_of",
"resource:United_States"
]
] | Angola,_Indiana | [
{
"modified": "16.55 (square kilometres)",
"readable": "16.55",
"graph": "16.55 (square kilometres)"
},
{
"modified": "524.5 (inhabitants per square kilometre)",
"readable": "524.5",
"graph": "524.5 (inhabitants per square kilometre)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "324.0",
"readable": "324.0",
"graph": "resource:324_0"
},
{
"modified": "Angola,_Indiana",
"readable": "Angola, Indiana",
"graph": "resource:Angola__Indiana"
},
{
"modified": "Steuben_County,_Indiana",
"readable": "Steuben County, Indiana",
"graph": "resource:Steuben_County__Indiana"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?y property:is_part_of resource:United_States . ?y rdf:type ontology:city . ?y property:area_total '286.5 (square kilometres)' }",
"readable_query": "ASK WHERE { ?y property:is_part_of resource:United_States . ?y rdf:type ontology:city . ?y property:area_total '286.5 (square kilometres)' }",
"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 { ?q property:area_total '16.55 (square kilometres)' . ?q property:is_part_of resource:United_States . ?q rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?q property:area_total '16.55 (square kilometres)' . ?q property:is_part_of resource:United_States . ?q rdf:type ontology:city }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?h WHERE { ?h rdf:type ontology:city . ?h property:is_part_of resource:United_States . ?h property:area_total '16.55 (square kilometres)' }",
"readable_query": "SELECT ?h WHERE { ?h rdf:type ontology:city . ?h property:is_part_of resource:United_States . ?h property:area_total '16.55 (square kilometres)' }",
"graph_answer": [
"resource:Angola__Indiana"
],
"readable_answer": [
"Angola, Indiana"
],
"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 ( COUNT ( ?x ) AS ?e ) WHERE { resource:Angola__Indiana property:is_part_of ?x }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?e ) WHERE { resource:Angola,_Indiana property:is_part_of ?x }",
"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 ?o WHERE { FILTER ( ?o != resource:United_States ) . resource:Angola__Indiana property:is_part_of ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( ?o != resource:United_States ) . resource:Angola,_Indiana property:is_part_of ?o }",
"graph_answer": [
"resource:Steuben_County__Indiana"
],
"readable_answer": [
"Steuben County, Indiana"
],
"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 ?f ?u WHERE { resource:Angola__Indiana property:elevation_above_the_sea_level ?u . resource:Angola__Indiana property:population_density ?f }",
"readable_query": "SELECT DISTINCT ?f ?u WHERE { resource:Angola,_Indiana property:elevation_above_the_sea_level ?u . resource:Angola,_Indiana property:population_density ?f }",
"graph_answer": [
"524.5 (inhabitants per square kilometre)",
"resource:324_0"
],
"readable_answer": [
"524.5",
"324.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Angola__Indiana property:protein ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Angola,_Indiana property:protein ?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"
]
}
] |
|
University | 5 | 12704 | Id34 | [
{
"subject": "Acharya_Institute_of_Technology",
"property": "president",
"object": "\"B.M. Reddy\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "director",
"object": "\"Dr. G. P. Prabhukumar\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "established",
"object": "2000"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "country",
"object": "\"India\"@en"
}
] | [
{
"subject": "Acharya_Institute_of_Technology",
"property": "president",
"object": "\"B.M. Reddy\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "director",
"object": "\"Dr. G. P. Prabhukumar\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "established",
"object": "2000"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "country",
"object": "\"India\""
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Acharya Institute of Technology in Bangalore, India was established in 2000. Its director is Dr. G. P. Prabhukumar and its president is B. M. Reddy.",
"The Acharya Institute of Technology in Bangalore, India was established in 2000. The director is Dr. G. P. Prabhukumar and its president is B. M. Reddy.",
"The Acharya Institute of Technology is located in the city of Bangalore in India and was established in 2000. The Institute's President is B. M. Reddy and the Director is Dr. G. P. Prabhukumar."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Acharya_Institute_of_Technology",
"property:president",
"resource:B_M__Reddy"
],
[
"resource:Acharya_Institute_of_Technology",
"property:city",
"resource:Bangalore"
],
[
"resource:Acharya_Institute_of_Technology",
"rdf:type",
"ontology:university"
],
[
"resource:Acharya_Institute_of_Technology",
"property:country",
"resource:India"
],
[
"resource:Acharya_Institute_of_Technology",
"property:established",
"resource:2000"
],
[
"resource:Acharya_Institute_of_Technology",
"property:director",
"Dr. G. P. Prabhukumar"
]
] | Acharya_Institute_of_Technology | [
{
"modified": "Dr. G. P. Prabhukumar",
"readable": "Dr. G. P. Prabhukumar",
"graph": "Dr. G. P. Prabhukumar"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "director",
"readable": "director",
"graph": "property:director"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "president",
"readable": "president",
"graph": "property:president"
},
{
"modified": "2000",
"readable": "2000",
"graph": "resource:2000"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "B.M. Reddy",
"readable": "B.M. Reddy",
"graph": "resource:B_M__Reddy"
},
{
"modified": "Bangalore",
"readable": "Bangalore",
"graph": "resource:Bangalore"
},
{
"modified": "India",
"readable": "India",
"graph": "resource:India"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Acharya_Institute_of_Technology property:absolute_magnitude ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Acharya_Institute_of_Technology property:absolute_magnitude ?z }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?y ) WHERE { ?l rdf:type ontology:university . ?l property:director 'Dr. G. P. Prabhukumar' . ?l property:president resource:B_M__Reddy }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?y ) WHERE { ?l rdf:type ontology:university . ?l property:director 'Dr. G. P. Prabhukumar' . ?l property:president resource:B.M._Reddy }",
"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 ?t WHERE { ?t rdf:type ontology:university . ?t property:director 'Dr. G. P. Prabhukumar' . ?t property:president resource:B_M__Reddy }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:university . ?t property:director 'Dr. G. P. Prabhukumar' . ?t property:president resource:B.M._Reddy }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"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 ?l ?e WHERE { resource:Acharya_Institute_of_Technology property:city ?l . resource:Acharya_Institute_of_Technology property:established ?e }",
"readable_query": "SELECT DISTINCT ?l ?e WHERE { resource:Acharya_Institute_of_Technology property:city ?l . resource:Acharya_Institute_of_Technology property:established ?e }",
"graph_answer": [
"resource:Bangalore",
"resource:2000"
],
"readable_answer": [
"Bangalore",
"2000"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Acharya_Institute_of_Technology property:fossil ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Acharya_Institute_of_Technology property:fossil ?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"
]
}
] |
|
Artist | 2 | 3399 | Id11 | [
{
"subject": "Aaron_Deer",
"property": "genre",
"object": "Indie_rock"
},
{
"subject": "Aaron_Deer",
"property": "instrument",
"object": "Singing"
}
] | [
{
"subject": "Aaron_Deer",
"property": "genre",
"object": "Indie_rock"
},
{
"subject": "Aaron_Deer",
"property": "instrument",
"object": "Singing"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Deer is a singer in the music genre indie rock.",
"Aaron Deer is a singer who performs Indie rock music.",
"Aaron Deer is an Indie rock musician and singer."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aaron_Deer",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Deer",
"property:genre",
"resource:Indie_rock"
],
[
"resource:Aaron_Deer",
"property:instrument",
"resource:Singing"
]
] | Aaron_Deer | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "instrument",
"readable": "instrument",
"graph": "property:instrument"
},
{
"modified": "Aaron_Deer",
"readable": "Aaron Deer",
"graph": "resource:Aaron_Deer"
},
{
"modified": "Indie_rock",
"readable": "Indie rock",
"graph": "resource:Indie_rock"
},
{
"modified": "Singing",
"readable": "Singing",
"graph": "resource:Singing"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?m property:genre resource:Indie_rock . ?m property:instrument resource:Singing . ?m rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?m property:genre resource:Indie_rock . ?m property:instrument resource:Singing . ?m rdf:type ontology:artist }",
"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 ?x WHERE { ?x rdf:type ontology:artist . ?x property:instrument resource:Singing . ?x property:genre resource:Indie_rock }",
"readable_query": "SELECT ?x WHERE { ?x rdf:type ontology:artist . ?x property:instrument resource:Singing . ?x property:genre resource:Indie_rock }",
"graph_answer": [
"resource:Aaron_Deer"
],
"readable_answer": [
"Aaron Deer"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
University | 3 | 8136 | Id40 | [
{
"subject": "Karnataka",
"property": "northeast",
"object": "Telangana"
},
{
"subject": "Karnataka",
"property": "west",
"object": "Arabian_Sea"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
}
] | [
{
"subject": "Karnataka",
"property": "hasToItsNortheast",
"object": "Telangana"
},
{
"subject": "Karnataka",
"property": "hasToItsWest",
"object": "Arabian_Sea"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Acharya Institute of Technology is located in Karnataka. Karnataka has Telangana to its northeast and the Arabian Sea to its west.",
"The state of Karnataka, the location of the Acharya Institute of Technology has Telangana to the northeast and the Arabian Sea to the west."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Karnataka",
"property:has_to_its_west",
"resource:Arabian_Sea"
],
[
"resource:Karnataka",
"property:has_to_its_northeast",
"resource:Telangana"
],
[
"resource:Acharya_Institute_of_Technology",
"rdf:type",
"ontology:university"
],
[
"resource:Acharya_Institute_of_Technology",
"property:state",
"resource:Karnataka"
]
] | Acharya_Institute_of_Technology | [
{
"modified": "hasToItsNortheast",
"readable": "has to its northeast",
"graph": "property:has_to_its_northeast"
},
{
"modified": "hasToItsWest",
"readable": "has to its west",
"graph": "property:has_to_its_west"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "Arabian_Sea",
"readable": "Arabian Sea",
"graph": "resource:Arabian_Sea"
},
{
"modified": "Karnataka",
"readable": "Karnataka",
"graph": "resource:Karnataka"
},
{
"modified": "Telangana",
"readable": "Telangana",
"graph": "resource:Telangana"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?r property:state resource:Eastern_Province__Sri_Lanka . ?r rdf:type ontology:university }",
"readable_query": "ASK WHERE { ?r property:state resource:Eastern_Province,_Sri_Lanka . ?r rdf:type ontology:university }",
"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 { ?l rdf:type ontology:university . ?l property:state resource:Karnataka }",
"readable_query": "ASK WHERE { ?l rdf:type ontology:university . ?l property:state resource:Karnataka }",
"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 ?a WHERE { ?a property:state resource:Karnataka . ?a rdf:type ontology:university }",
"readable_query": "SELECT ?a WHERE { ?a property:state resource:Karnataka . ?a rdf:type ontology:university }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"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 ?k WHERE { resource:Karnataka property:has_to_its_west ?k . resource:Karnataka property:has_to_its_northeast ?c }",
"readable_query": "SELECT DISTINCT ?c ?k WHERE { resource:Karnataka property:has_to_its_west ?k . resource:Karnataka property:has_to_its_northeast ?c }",
"graph_answer": [
"resource:Telangana",
"resource:Arabian_Sea"
],
"readable_answer": [
"Telangana",
"Arabian Sea"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Airport | 5 | 11140 | Id189 | [
{
"subject": "Madrid",
"property": "isPartOf",
"object": "Community_of_Madrid"
},
{
"subject": "ENAIRE",
"property": "locationCity",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
},
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "country",
"object": "Spain"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operator",
"object": "ENAIRE"
}
] | [
{
"subject": "Madrid",
"property": "isPartOf",
"object": "Community_of_Madrid"
},
{
"subject": "ENAIRE",
"property": "city",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
},
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "country",
"object": "Spain"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operatingOrganisation",
"object": "ENAIRE"
}
] | (X (X (X)) (X (X (X)))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Adolfo Suárez Madrid–Barajas Airport which is operated by ENAIRE (Madrid) is in San Sebastián de los Reyes, in Spain.",
"Located in the community of Madrid, lies ENAIRE. ENAIRE operates an airport called The Adolfo Suárez Madrid–Barajas Airport, which lies in San Sebastián de los Reyes, Spain."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:San_Sebasti_n_de_los_Reyes",
"property:country",
"resource:Spain"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:location",
"resource:San_Sebasti_n_de_los_Reyes"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:operating_organisation",
"resource:ENAIRE"
],
[
"resource:ENAIRE",
"property:city",
"resource:Madrid"
],
[
"resource:Madrid",
"property:is_part_of",
"resource:Community_of_Madrid"
]
] | Adolfo_Suárez_Madrid–Barajas_Airport | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"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": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Adolfo_Suárez_Madrid–Barajas_Airport",
"readable": "Adolfo Suárez Madrid–Barajas Airport",
"graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
},
{
"modified": "Community_of_Madrid",
"readable": "Community of Madrid",
"graph": "resource:Community_of_Madrid"
},
{
"modified": "ENAIRE",
"readable": "ENAIRE",
"graph": "resource:ENAIRE"
},
{
"modified": "Madrid",
"readable": "Madrid",
"graph": "resource:Madrid"
},
{
"modified": "San_Sebastián_de_los_Reyes",
"readable": "San Sebastián de los Reyes",
"graph": "resource:San_Sebasti_n_de_los_Reyes"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Madrid property:is_part_of resource:Community_of_Madrid }",
"readable_query": "ASK WHERE { resource:Madrid property:is_part_of resource:Community_of_Madrid }",
"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 ?z WHERE { ?z property:country resource:Spain . ?o property:location ?z . ?o rdf:type ontology:airport . ?o property:operating_organisation resource:ENAIRE }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z property:country resource:Spain . ?o property:location ?z . ?o rdf:type ontology:airport . ?o property:operating_organisation resource:ENAIRE }",
"graph_answer": [
"resource:San_Sebasti_n_de_los_Reyes"
],
"readable_answer": [
"San Sebastián de los Reyes"
],
"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"
]
}
] |
|
CelestialBody | 3 | 6620 | Id37 | [
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "101_Helena",
"property": "epoch",
"object": "\"2006-12-31\"^^xsd:date"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
}
] | [
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "101_Helena",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"31st of December, 2006, is the epoch date for 101 Helena. This asteroid, was discovered by James Craig Watson, who later died in Madison, Wisconsin.",
"With an epoch of 2006-12-31, 101 Helena, was discovered by James Craig Watson, who died in Madison, Wisconsin.",
"101 Helena was discovered on 31 December 2006 by James Craig Watson, who later died in Madison, Wisconsin."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:101_Helena",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:101_Helena",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:101_Helena",
"property:discoverer",
"resource:James_Craig_Watson"
],
[
"resource:James_Craig_Watson",
"property:death_place",
"resource:Madison__Wisconsin"
]
] | 101_Helena | [
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "101_Helena",
"readable": "101 Helena",
"graph": "resource:101_Helena"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
},
{
"modified": "James_Craig_Watson",
"readable": "James Craig Watson",
"graph": "resource:James_Craig_Watson"
},
{
"modified": "Madison,_Wisconsin",
"readable": "Madison, Wisconsin",
"graph": "resource:Madison__Wisconsin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?i property:discoverer ?x . ?i rdf:type ontology:celestial_body . FILTER ( ?l = \"2006_12_31\" ) . ?i property:epoch ?l . ?x property:death_place resource:Madison__Wisconsin }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?i property:discoverer ?x . ?i rdf:type ontology:celestial_body . FILTER ( ?l = \"2006-12-31\" ) . ?i property:epoch ?l . ?x property:death_place resource:Madison,_Wisconsin }",
"graph_answer": [
"resource:James_Craig_Watson"
],
"readable_answer": [
"James Craig Watson"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:101_Helena property:discoverer resource:James_Craig_Watson . resource:101_Helena rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { resource:101_Helena property:discoverer resource:James_Craig_Watson . resource:101_Helena rdf:type ontology:celestial_body }",
"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"
]
}
] |
|
Artist | 5 | 11241 | Id92 | [
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedMusicalArtist",
"object": "Kristina_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Aleksandra_Kovač",
"property": "activeYearsStartYear",
"object": "\"1990\"^^xsd:gYear"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand",
"object": "Kornelije_Kovač"
}
] | [
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand/associatedMusicalArtist",
"object": "Kristina_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Aleksandra_Kovač",
"property": "activeYearsStartYear",
"object": "1990"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand/associatedMusicalArtist",
"object": "Kornelije_Kovač"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Rhythm and blues solo singer Aleksandra Kovac became active in 1990. He's associated with fellow musical artists Kristina Kovač and Kornelije Kovac.",
"Aleksandra Kovac is a solo singer who began her musical career in 1990. Her genre is rhythm and blues. She is in the same band as Kornelije Kovač and is also associated with fellow musical artist Kristina Kovač.",
"Rhythm and blues singer Aleksandra Kovač began her career in 1990 and is associated with artists Kornelije Kovač and Kristina Kovač."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aleksandra_Kova_",
"rdf:type",
"ontology:artist"
],
[
"resource:Aleksandra_Kova_",
"property:background",
"resource:solo_singer"
],
[
"resource:Aleksandra_Kova_",
"property:associated_band_associated_musical_artist",
"resource:Kristina_Kova_"
],
[
"resource:Aleksandra_Kova_",
"property:associated_band_associated_musical_artist",
"resource:Kornelije_Kova_"
],
[
"resource:Aleksandra_Kova_",
"property:active_years_start_year",
"resource:1990"
],
[
"resource:Aleksandra_Kova_",
"property:genre",
"resource:Rhythm_and_blues"
]
] | Aleksandra_Kovač | [
{
"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": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "1990",
"readable": "1990",
"graph": "resource:1990"
},
{
"modified": "Aleksandra_Kovač",
"readable": "Aleksandra Kovač",
"graph": "resource:Aleksandra_Kova_"
},
{
"modified": "Kornelije_Kovač",
"readable": "Kornelije Kovač",
"graph": "resource:Kornelije_Kova_"
},
{
"modified": "Kristina_Kovač",
"readable": "Kristina Kovač",
"graph": "resource:Kristina_Kova_"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Aleksandra_Kova_ property:associated_band_associated_musical_artist ?k . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'k' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Aleksandra_Kovač property:associated_band_associated_musical_artist ?k . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'k' ) ) }",
"graph_answer": [
"resource:Kristina_Kova_"
],
"readable_answer": [
"Kristina Kovač"
],
"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 ( ?o ) AS ?k ) WHERE { resource:Aleksandra_Kova_ property:associated_band_associated_musical_artist ?o }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?k ) WHERE { resource:Aleksandra_Kovač property:associated_band_associated_musical_artist ?o }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:Aleksandra_Kova_ property:associated_band_associated_musical_artist ?j . FILTER ( ?j != resource:Kristina_Kova_ ) }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:Aleksandra_Kovač property:associated_band_associated_musical_artist ?j . FILTER ( ?j != resource:Kristina_Kovač ) }",
"graph_answer": [
"resource:Kornelije_Kova_"
],
"readable_answer": [
"Kornelije Kovač"
],
"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 ?k WHERE { resource:Aleksandra_Kova_ property:related_mean_of_transportation ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Aleksandra_Kovač property:related_mean_of_transportation ?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 | 4 | 9955 | Id244 | [
{
"subject": "Binignit",
"property": "region",
"object": "Visayas"
},
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Coconut_milk"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Sago"
}
] | [
{
"subject": "Binignit",
"property": "region",
"object": "Visayas"
},
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Coconut_milk"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Sago"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Binignit is a dish from the region of Visayas in the Philippines. One of the main ingredients of binignit is coconut milk and another ingredient is sago.",
"The main ingredient of binignit is coconut milk and it also contains sago. The dish comes from the Visayas region of the Philippines."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Binignit",
"property:ingredient",
"resource:Sago"
],
[
"resource:Binignit",
"property:main_ingredient",
"resource:Coconut_milk"
],
[
"resource:Binignit",
"rdf:type",
"ontology:food"
],
[
"resource:Binignit",
"property:country",
"resource:Philippines"
],
[
"resource:Binignit",
"property:region",
"resource:Visayas"
]
] | Binignit | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Binignit",
"readable": "Binignit",
"graph": "resource:Binignit"
},
{
"modified": "Coconut_milk",
"readable": "Coconut milk",
"graph": "resource:Coconut_milk"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
},
{
"modified": "Sago",
"readable": "Sago",
"graph": "resource:Sago"
},
{
"modified": "Visayas",
"readable": "Visayas",
"graph": "resource:Visayas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 'v' ) ) . resource:Binignit property:region ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 'v' ) ) . resource:Binignit property:region ?v }",
"graph_answer": [
"resource:Visayas"
],
"readable_answer": [
"Visayas"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j ?s WHERE { resource:Binignit property:main_ingredient ?s . resource:Binignit property:country ?j }",
"readable_query": "SELECT DISTINCT ?j ?s WHERE { resource:Binignit property:main_ingredient ?s . resource:Binignit property:country ?j }",
"graph_answer": [
"resource:Philippines",
"resource:Coconut_milk"
],
"readable_answer": [
"Philippines",
"Coconut milk"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Binignit property:ingredient ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Binignit property:ingredient ?w }",
"graph_answer": [
"resource:Sago"
],
"readable_answer": [
"Sago"
],
"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 | 11839 | Id60 | [
{
"subject": "Anaheim,_California",
"property": "leaderName",
"object": "Tom_Tait"
},
{
"subject": "California",
"property": "language",
"object": "English_language"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Assembly"
},
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "California"
},
{
"subject": "California_State_Assembly",
"property": "location",
"object": "California_State_Capitol"
}
] | [
{
"subject": "Anaheim,_California",
"property": "leader",
"object": "Tom_Tait"
},
{
"subject": "California",
"property": "language",
"object": "English_language"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Assembly"
},
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "California"
},
{
"subject": "California_State_Assembly",
"property": "location",
"object": "California_State_Capitol"
}
] | (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Tom Tait is a leader in Anaheim, California, which is governed by the California State Assembly, located at the California State Capitol. English is a language spoken in California.",
"California uses English as a spoken language and is the location of Anaheim. Anaheim is led by Tom Tait and the California State Assembly which is located in the State Capitol.",
"Anaheim, California's leader is Tom Tait and it is led by the California State Assembly located in the California State Capitol. The English language is spoken in the state."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Anaheim__California",
"property:leader",
"resource:Tom_Tait"
],
[
"resource:Anaheim__California",
"property:leader_title",
"resource:California_State_Assembly"
],
[
"resource:Anaheim__California",
"rdf:type",
"ontology:city"
],
[
"resource:Anaheim__California",
"property:is_part_of",
"resource:California"
],
[
"resource:California",
"property:language",
"resource:English_language"
],
[
"resource:California_State_Assembly",
"property:location",
"resource:California_State_Capitol"
]
] | Anaheim,_California | [
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "California_State_Assembly",
"readable": "California State Assembly",
"graph": "resource:California_State_Assembly"
},
{
"modified": "California_State_Capitol",
"readable": "California State Capitol",
"graph": "resource:California_State_Capitol"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Tom_Tait",
"readable": "Tom Tait",
"graph": "resource:Tom_Tait"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:city . ?o property:leader resource:Tom_Tait . FILTER ( CONTAINS ( LCASE ( ?o ) , 'california' ) ) . ?o property:is_part_of resource:California }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:city . ?o property:leader resource:Tom_Tait . FILTER ( CONTAINS ( LCASE ( ?o ) , 'california' ) ) . ?o property:is_part_of resource:California }",
"graph_answer": [
"resource:Anaheim__California"
],
"readable_answer": [
"Anaheim, California"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:California_State_Assembly property:location resource:California_State_Capitol }",
"readable_query": "ASK WHERE { resource:California_State_Assembly property:location resource:California_State_Capitol }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Athlete | 2 | 3709 | Id49 | [
{
"subject": "Ahmad_Kadhim_Assad",
"property": "team",
"object": "Steel_Azin_F.C."
},
{
"subject": "Ahmad_Kadhim_Assad",
"property": "clubs",
"object": "PAS_Tehran_F.C."
}
] | [
{
"subject": "Ahmad_Kadhim_Assad",
"property": "club",
"object": "Steel_Azin_F.C."
},
{
"subject": "Ahmad_Kadhim_Assad",
"property": "club",
"object": "PAS_Tehran_F.C."
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ahmad Kadhim Assad is a player forSteel Azin F.C. and also PAS Tehran FC.",
"Ahmad Kadhim Assad's club is Steel Azin FC and he plays for PAS Tehran FC.",
"Ahmad Kadhim Assad plays for Steel Azin FC and also played for PAS Tehran FC."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ahmad_Kadhim_Assad",
"rdf:type",
"ontology:athlete"
],
[
"resource:Ahmad_Kadhim_Assad",
"property:club",
"resource:PAS_Tehran_F_C_"
],
[
"resource:Ahmad_Kadhim_Assad",
"property:club",
"resource:Steel_Azin_F_C_"
]
] | Ahmad_Kadhim_Assad | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Ahmad_Kadhim_Assad",
"readable": "Ahmad Kadhim Assad",
"graph": "resource:Ahmad_Kadhim_Assad"
},
{
"modified": "PAS_Tehran_F.C.",
"readable": "PAS Tehran F.C.",
"graph": "resource:PAS_Tehran_F_C_"
},
{
"modified": "Steel_Azin_F.C.",
"readable": "Steel Azin F.C.",
"graph": "resource:Steel_Azin_F_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Ahmad_Kadhim_Assad property:club ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 's' ) ) }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Ahmad_Kadhim_Assad property:club ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 's' ) ) }",
"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 ?d WHERE { resource:Ahmad_Kadhim_Assad property:associated_rocket ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Ahmad_Kadhim_Assad property:associated_rocket ?d }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 4 | 8821 | Id213 | [
{
"subject": "Polydor_Records",
"property": "location",
"object": "London"
},
{
"subject": "Alternative_rock",
"property": "musicFusionGenre",
"object": "Nu_metal"
},
{
"subject": "Andrew_White_(musician)",
"property": "genre",
"object": "Alternative_rock"
},
{
"subject": "Andrew_White_(musician)",
"property": "recordLabel",
"object": "Polydor_Records"
}
] | [
{
"subject": "Polydor_Records",
"property": "location",
"object": "London"
},
{
"subject": "Alternative_rock",
"property": "musicFusionGenre",
"object": "Nu_metal"
},
{
"subject": "Andrew_White_(musician)",
"property": "recordLabel",
"object": "Polydor_Records"
},
{
"subject": "Andrew_White_(musician)",
"property": "genre",
"object": "Alternative_rock"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Polydor records are located in London. Nu metal is a music fusion genre of alternative rock that the musician Andrew White plays. Andrew White is signed to Polydor Records.",
"Andrew White plays alternative rock and signed with Polydor Records in London. Nu metal music is a fusion of alternative rock.",
"The musician Andrew White is signed to London based Polydor Records. He is a performer of alternative rock, of which nu metal is a fusion genre."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alternative_rock",
"property:music_fusion_genre",
"resource:Nu_metal"
],
[
"resource:Polydor_Records",
"property:location",
"resource:London"
],
[
"resource:Andrew_White__musician_",
"rdf:type",
"ontology:artist"
],
[
"resource:Andrew_White__musician_",
"property:genre",
"resource:Alternative_rock"
],
[
"resource:Andrew_White__musician_",
"property:record_label",
"resource:Polydor_Records"
]
] | Andrew_White_(musician) | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "recordLabel",
"readable": "record label",
"graph": "property:record_label"
},
{
"modified": "Alternative_rock",
"readable": "Alternative rock",
"graph": "resource:Alternative_rock"
},
{
"modified": "Andrew_White_(musician)",
"readable": "Andrew White",
"graph": "resource:Andrew_White__musician_"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "Nu_metal",
"readable": "Nu metal",
"graph": "resource:Nu_metal"
},
{
"modified": "Polydor_Records",
"readable": "Polydor Records",
"graph": "resource:Polydor_Records"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( LCASE ( ?q ) , 'musician' ) ) . ?q property:genre resource:Alternative_rock . ?q property:record_label resource:Polydor_Records . ?q rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( LCASE ( ?q ) , 'musician' ) ) . ?q property:genre resource:Alternative_rock . ?q property:record_label resource:Polydor_Records . ?q rdf:type ontology:artist }",
"graph_answer": [
"resource:Andrew_White__musician_"
],
"readable_answer": [
"Andrew White"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Polydor_Records property:representative ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Polydor_Records property:representative ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 4 | 8471 | Id69 | [
{
"subject": "Al_Asad_Airbase",
"property": "operator",
"object": "United_States_Air_Force"
},
{
"subject": "United_States_Air_Force",
"property": "aircraftAttack",
"object": "Lockheed_AC-130"
},
{
"subject": "United_States_Air_Force",
"property": "aircraftFighter",
"object": "McDonnell_Douglas_F-15_Eagle"
},
{
"subject": "United_States_Air_Force",
"property": "battle",
"object": "1986_United_States_bombing_of_Libya"
}
] | [
{
"subject": "Al_Asad_Airbase",
"property": "operatingOrganisation",
"object": "United_States_Air_Force"
},
{
"subject": "United_States_Air_Force",
"property": "attackAircraft",
"object": "Lockheed_AC-130"
},
{
"subject": "United_States_Air_Force",
"property": "aircraftFighter",
"object": "McDonnell_Douglas_F-15_Eagle"
},
{
"subject": "United_States_Air_Force",
"property": "battle",
"object": "1986_United_States_bombing_of_Libya"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Al Asad Airbase is operated by the United States Air Force, which houses the Lockheed AC-130 (attack aircraft) and the McDonnell Douglas F-15 Eagle (aircraft fighter). The United States Air Force fought in the United States bombing of Libya in 1986.",
"The United States Air Force is the operating organisation for Al Asad airbase and fought in the bombing of Libya in 1986. They deploy the Lockheed AC-130 on their aircraft carriers and also use the McDonnell Douglas F-15 Eagle Fighter Aircraft.",
"Al Asad Airbase is operated by the United States Air Force. There you can find the McDonnell Douglas F-15 Eagle aircraft fighter and the Lockheed AC-130. The USAF fought in the 1986 bombing of Libya."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Al_Asad_Airbase",
"rdf:type",
"ontology:airport"
],
[
"resource:Al_Asad_Airbase",
"property:operating_organisation",
"resource:United_States_Air_Force"
],
[
"resource:United_States_Air_Force",
"property:aircraft_fighter",
"resource:McDonnell_Douglas_F_15_Eagle"
],
[
"resource:United_States_Air_Force",
"property:attack_aircraft",
"resource:Lockheed_AC_130"
],
[
"resource:United_States_Air_Force",
"property:battle",
"resource:1986_United_States_bombing_of_Libya"
]
] | Al_Asad_Airbase | [
{
"modified": "aircraftFighter",
"readable": "aircraft fighter",
"graph": "property:aircraft_fighter"
},
{
"modified": "attackAircraft",
"readable": "attack aircraft",
"graph": "property:attack_aircraft"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "1986_United_States_bombing_of_Libya",
"readable": "1986 United States bombing of Libya",
"graph": "resource:1986_United_States_bombing_of_Libya"
},
{
"modified": "Al_Asad_Airbase",
"readable": "Al Asad Airbase",
"graph": "resource:Al_Asad_Airbase"
},
{
"modified": "Lockheed_AC-130",
"readable": "Lockheed AC-130",
"graph": "resource:Lockheed_AC_130"
},
{
"modified": "McDonnell_Douglas_F-15_Eagle",
"readable": "McDonnell Douglas F-15 Eagle",
"graph": "resource:McDonnell_Douglas_F_15_Eagle"
},
{
"modified": "United_States_Air_Force",
"readable": "United States Air Force",
"graph": "resource:United_States_Air_Force"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?e ) WHERE { ?g property:operating_organisation ?d . ?d property:battle resource:1986_United_States_bombing_of_Libya . ?g rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?e ) WHERE { ?g property:operating_organisation ?d . ?d property:battle resource:1986_United_States_bombing_of_Libya . ?g rdf:type ontology:airport }",
"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 ?o WHERE { ?o rdf:type ontology:airport . ?u property:battle resource:1986_United_States_bombing_of_Libya . ?o property:operating_organisation ?u }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:airport . ?u property:battle resource:1986_United_States_bombing_of_Libya . ?o property:operating_organisation ?u }",
"graph_answer": [
"resource:Al_Asad_Airbase"
],
"readable_answer": [
"Al Asad Airbase"
],
"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 ?h ?l WHERE { ?l property:aircraft_fighter ?h . resource:Al_Asad_Airbase property:operating_organisation ?l }",
"readable_query": "SELECT DISTINCT ?h ?l WHERE { ?l property:aircraft_fighter ?h . resource:Al_Asad_Airbase property:operating_organisation ?l }",
"graph_answer": [
"resource:McDonnell_Douglas_F_15_Eagle",
"resource:United_States_Air_Force"
],
"readable_answer": [
"McDonnell Douglas F-15 Eagle",
"United States Air Force"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:United_States_Air_Force property:distributing_company ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:United_States_Air_Force property:distributing_company ?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"
]
}
] |
|
Politician | 3 | 7752 | Id83 | [
{
"subject": "Abraham_A._Ribicoff",
"property": "successor",
"object": "John_N._Dempsey"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "\",\"@en"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "office",
"object": "\"Governor of Connecticut\"@en"
}
] | [
{
"subject": "Abraham_A._Ribicoff",
"property": "successor",
"object": "John_N._Dempsey"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "New_Britain,_Connecticut"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "office",
"object": "\"Governor of Connecticut\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"New Britain, Connecticut was the birthplace of Abraham A. Ribicoff who worked as Governor of Connecticut and was succeeded by, John N. Dempsey.",
"John N Dempsey was preceded by Abraham A Ribicoff, who was born in New Britain, Connecticut, and worked as Governor of Connecticut.",
"Born in New Britain, Connecticut, Abraham A. Ribicoff, was the Governor of Connecticut and his successor was, John N. Dempsey."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"resource:Abraham_A__Ribicoff",
"property:successor",
"resource:John_N__Dempsey"
],
[
"resource:Abraham_A__Ribicoff",
"property:office",
"resource:Governor_of_Connecticut"
],
[
"resource:Abraham_A__Ribicoff",
"property:birth_place",
"resource:New_Britain__Connecticut"
]
] | Abraham_A._Ribicoff | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "Governor of Connecticut",
"readable": "Governor of Connecticut",
"graph": "resource:Governor_of_Connecticut"
},
{
"modified": "John_N._Dempsey",
"readable": "John N. Dempsey",
"graph": "resource:John_N__Dempsey"
},
{
"modified": "New_Britain,_Connecticut",
"readable": "New Britain, Connecticut",
"graph": "resource:New_Britain__Connecticut"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?n property:successor ?b . ?n rdf:type ontology:politician . ?n property:birth_place resource:Chicago }",
"readable_query": "ASK WHERE { ?n property:successor ?b . ?n rdf:type ontology:politician . ?n property:birth_place resource:Chicago }",
"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 | 4 | 8668 | Id60 | [
{
"subject": "Ahmet_Ertegun",
"property": "origin",
"object": "United_States"
},
{
"subject": "Ahmet_Ertegun",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigin",
"object": "Blues"
},
{
"subject": "Rhythm_and_blues",
"property": "derivative",
"object": "Disco"
}
] | [
{
"subject": "Ahmet_Ertegun",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigin",
"object": "Blues"
},
{
"subject": "Rhythm_and_blues",
"property": "derivative",
"object": "Disco"
},
{
"subject": "Ahmet_Ertegun",
"property": "origin",
"object": "United_States"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Disco derives from rhythm and blues which itself originated from the blues. Ahmet Ertegun from the United States performs the musical genre of rhythm and blues .",
"Disco derives from rhythm and blues which itself originated from the blues. Rhythm and blues is the musical genre of Ahmet Ertegun from the United States.",
"United States national, Ahmet Ertegun's genre is rhythm and blues. Disco is a derivative of rhythm and blues which originated from the blues."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Rhythm_and_blues",
"property:derivative",
"resource:Disco"
],
[
"resource:Rhythm_and_blues",
"property:stylistic_origin",
"resource:Blues"
],
[
"resource:Ahmet_Ertegun",
"rdf:type",
"ontology:artist"
],
[
"resource:Ahmet_Ertegun",
"property:origin",
"resource:United_States"
],
[
"resource:Ahmet_Ertegun",
"property:genre",
"resource:Rhythm_and_blues"
]
] | Ahmet_Ertegun | [
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "origin",
"readable": "origin",
"graph": "property:origin"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Ahmet_Ertegun",
"readable": "Ahmet Ertegun",
"graph": "resource:Ahmet_Ertegun"
},
{
"modified": "Blues",
"readable": "Blues",
"graph": "resource:Blues"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?d rdf:type ontology:artist . ?a property:derivative resource:Disco . ?d property:genre ?a . ?d property:origin resource:United_States }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?d rdf:type ontology:artist . ?a property:derivative resource:Disco . ?d property:genre ?a . ?d property:origin resource:United_States }",
"graph_answer": [
"resource:Rhythm_and_blues"
],
"readable_answer": [
"Rhythm and blues"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?m property:origin resource:United_States . resource:Rhythm_and_blues property:derivative resource:Disco . ?m property:genre resource:Rhythm_and_blues . ?m rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m property:origin resource:United_States . resource:Rhythm_and_blues property:derivative resource:Disco . ?m property:genre resource:Rhythm_and_blues . ?m rdf:type ontology:artist }",
"graph_answer": [
"resource:Ahmet_Ertegun"
],
"readable_answer": [
"Ahmet Ertegun"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Rhythm_and_blues property:stylistic_origin resource:Blues }",
"readable_query": "ASK WHERE { resource:Rhythm_and_blues property:stylistic_origin resource:Blues }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
WrittenWork | 2 | 5501 | Id36 | [
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "publisher",
"object": "Association_for_Computing_Machinery"
},
{
"subject": "Association_for_Computing_Machinery",
"property": "headquarter",
"object": "New_York_City"
}
] | [
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "publisher",
"object": "Association_for_Computing_Machinery"
},
{
"subject": "Association_for_Computing_Machinery",
"property": "headquarter",
"object": "New_York_City"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"ACM Transactions on Information Systems is published by the Association for Computing Machinery and is located in New York City.",
"ACM Transactions on Information Systems was published by the Association for Computing Machinery headquartered in New York City.",
"The Association for Computing Machinery is the publisher of ACM Transactions on information systems and is headquartered in New York City."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Association_for_Computing_Machinery",
"property:headquarter",
"resource:New_York_City"
],
[
"resource:ACM_Transactions_on_Information_Systems",
"rdf:type",
"ontology:written_work"
],
[
"resource:ACM_Transactions_on_Information_Systems",
"property:publisher",
"resource:Association_for_Computing_Machinery"
]
] | ACM_Transactions_on_Information_Systems | [
{
"modified": "headquarter",
"readable": "headquarter",
"graph": "property:headquarter"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "ACM_Transactions_on_Information_Systems",
"readable": "ACM Transactions on Information Systems",
"graph": "resource:ACM_Transactions_on_Information_Systems"
},
{
"modified": "Association_for_Computing_Machinery",
"readable": "Association for Computing Machinery",
"graph": "resource:Association_for_Computing_Machinery"
},
{
"modified": "New_York_City",
"readable": "New York City",
"graph": "resource:New_York_City"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( LCASE ( ?g ) , 'association' ) ) . ?v property:publisher ?g . ?v rdf:type ontology:written_work . ?g property:headquarter resource:New_York_City }",
"readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( LCASE ( ?g ) , 'association' ) ) . ?v property:publisher ?g . ?v rdf:type ontology:written_work . ?g property:headquarter resource:New_York_City }",
"graph_answer": [
"resource:ACM_Transactions_on_Information_Systems"
],
"readable_answer": [
"ACM Transactions on Information Systems"
],
"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": "ASK WHERE { resource:Association_for_Computing_Machinery property:headquarter resource:New_York_City }",
"readable_query": "ASK WHERE { resource:Association_for_Computing_Machinery property:headquarter resource:New_York_City }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
WrittenWork | 4 | 10867 | Id86 | [
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "lccn",
"object": "\"60040714\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "discipline",
"object": "Paleontology"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "issn",
"object": "\"0567-7920\""
}
] | [
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "LCCN_number",
"object": "60040714"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "academicDiscipline",
"object": "Paleontology"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "issnNumber",
"object": "\"0567-7920\""
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Acta Palaeontologica Polonica (abbrv. Acta Palaeontol. Pol) is academically focused on Paleontology. Its ISSN and LCCN numbers are 0567-7920 and 60040714 respectively.",
"Acta Palaeontologica Polonica is academically focused on Paleontology and has the abbreviated name of Acta Palaeontol. Pol. It has the LCCN number of 60040714 and the ISSN number of 0567-7920.",
"Acta Palaeontologica Polonica is academically focused on Paleontology and has the abbreviated name of Acta Palaeontol. Pol. It has the LCCN number of 60040714 and the ISSN number is 0567-7920."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Acta_Palaeontologica_Polonica",
"property:l_c_c_n_number",
"60040714"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:abbreviation",
"resource:Acta_Palaeontol__Pol_"
],
[
"resource:Acta_Palaeontologica_Polonica",
"rdf:type",
"ontology:written_work"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:issn_number",
"0567-7920"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:academic_discipline",
"resource:Paleontology"
]
] | Acta_Palaeontologica_Polonica | [
{
"modified": "0567-7920",
"readable": "0567-7920",
"graph": "0567-7920"
},
{
"modified": "60040714",
"readable": "60040714",
"graph": "60040714"
},
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "issnNumber",
"readable": "issn number",
"graph": "property:issn_number"
},
{
"modified": "LCCN_number",
"readable": "l c c n number",
"graph": "property:l_c_c_n_number"
},
{
"modified": "Acta Palaeontol. Pol.",
"readable": "Acta Palaeontol. Pol.",
"graph": "resource:Acta_Palaeontol__Pol_"
},
{
"modified": "Acta_Palaeontologica_Polonica",
"readable": "Acta Palaeontologica Polonica",
"graph": "resource:Acta_Palaeontologica_Polonica"
},
{
"modified": "Paleontology",
"readable": "Paleontology",
"graph": "resource:Paleontology"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( ?o = '60040714' ) . ?q property:academic_discipline ?z . ?q property:l_c_c_n_number ?o . ?q rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( ?o = '60040714' ) . ?q property:academic_discipline ?z . ?q property:l_c_c_n_number ?o . ?q rdf:type ontology:written_work }",
"graph_answer": [
"resource:Paleontology"
],
"readable_answer": [
"Paleontology"
],
"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:academic_discipline resource:Paleontology . ?p property:l_c_c_n_number ?v . FILTER ( ?v = '60040714' ) . ?p rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:academic_discipline resource:Paleontology . ?p property:l_c_c_n_number ?v . FILTER ( ?v = '60040714' ) . ?p rdf:type ontology:written_work }",
"graph_answer": [
"resource:Acta_Palaeontologica_Polonica"
],
"readable_answer": [
"Acta Palaeontologica Polonica"
],
"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 ?u ?i WHERE { resource:Acta_Palaeontologica_Polonica property:issn_number ?i . resource:Acta_Palaeontologica_Polonica property:abbreviation ?u }",
"readable_query": "SELECT DISTINCT ?u ?i WHERE { resource:Acta_Palaeontologica_Polonica property:issn_number ?i . resource:Acta_Palaeontologica_Polonica property:abbreviation ?u }",
"graph_answer": [
"resource:Acta_Palaeontol__Pol_",
"0567-7920"
],
"readable_answer": [
"Acta Palaeontol. Pol.",
"0567-7920"
],
"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 | 6503 | Id123 | [
{
"subject": "Alan_B._Miller_Hall",
"property": "location",
"object": "Virginia"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "owner",
"object": "College_of_William_&_Mary"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "architect",
"object": "Robert_A._M._Stern"
}
] | [
{
"subject": "Alan_B._Miller_Hall",
"property": "location",
"object": "Virginia"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "owner",
"object": "College_of_William_&_Mary"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "architect",
"object": "Robert_A._M._Stern"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan B Miller Hall in Virginia was designed by the architect Robert A M Stern and is owned by the College of William and Mary.",
"Robert A M Stern is the architect of Alan B Miller Hall, owned by The College of William & Mary and located in Virginia.",
"Alan B. Miller Hall, which is owned by The College of William and Mary, is situated in Virginia and was designed by Robert A.M. Stern."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_B__Miller_Hall",
"property:architect",
"resource:Robert_A__M__Stern"
],
[
"resource:Alan_B__Miller_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Alan_B__Miller_Hall",
"property:location",
"resource:Virginia"
],
[
"resource:Alan_B__Miller_Hall",
"property:owner",
"resource:College_of_William___Mary"
]
] | Alan_B._Miller_Hall | [
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "Alan_B._Miller_Hall",
"readable": "Alan B. Miller Hall",
"graph": "resource:Alan_B__Miller_Hall"
},
{
"modified": "College_of_William_&_Mary",
"readable": "College of William & Mary",
"graph": "resource:College_of_William___Mary"
},
{
"modified": "Robert_A._M._Stern",
"readable": "Robert A. M. Stern",
"graph": "resource:Robert_A__M__Stern"
},
{
"modified": "Virginia",
"readable": "Virginia",
"graph": "resource:Virginia"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j ?v WHERE { resource:Alan_B__Miller_Hall property:owner ?j . resource:Alan_B__Miller_Hall property:location ?v }",
"readable_query": "SELECT DISTINCT ?j ?v WHERE { resource:Alan_B._Miller_Hall property:owner ?j . resource:Alan_B._Miller_Hall property:location ?v }",
"graph_answer": [
"resource:College_of_William___Mary",
"resource:Virginia"
],
"readable_answer": [
"College of William & Mary",
"Virginia"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Alan_B__Miller_Hall property:stylistic_origin ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Alan_B._Miller_Hall property:stylistic_origin ?w }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 4 | 8505 | Id103 | [
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "cityServed",
"object": "Amsterdam"
},
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "runwayDesignation",
"object": "\"18R/36L 'Polderbaan'\""
},
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "runwayLength",
"object": "\"2014.0\"^^xsd:double"
},
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "elevation",
"object": "\"-3.3528\"^^xsd:double"
}
] | [
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "cityServed",
"object": "Amsterdam"
},
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "runwayName",
"object": "\"18R/36L 'Polderbaan'\""
},
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "runwayLength",
"object": "2014.0"
},
{
"subject": "Amsterdam_Airport_Schiphol",
"property": "elevationAboveTheSeaLevel",
"object": "-3.3528"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Amsterdam Airport Schiphol has an elevation of -3.3528 from sea level. It serves the city of Amsterdam with a runway length and runway name of 2014.0 meters and 18R/36L Polderbaan respectively.",
"Amsterdam airport Schiphol is -3.3528 above sea level and serves the city of Amsterdam. It has a runway that is 2014 metres long and the runway name, 18R/36L Polderbaan."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Amsterdam_Airport_Schiphol",
"property:runway_length",
"resource:2014_0"
],
[
"resource:Amsterdam_Airport_Schiphol",
"rdf:type",
"ontology:airport"
],
[
"resource:Amsterdam_Airport_Schiphol",
"property:city_served",
"resource:Amsterdam"
],
[
"resource:Amsterdam_Airport_Schiphol",
"property:elevation_above_the_sea_level",
"resource:_3_3528"
],
[
"resource:Amsterdam_Airport_Schiphol",
"property:runway_name",
"resource:18R_36L__Polderbaan_"
]
] | Amsterdam_Airport_Schiphol | [
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "18R/36L 'Polderbaan'",
"readable": "18R/36L 'Polderbaan'",
"graph": "resource:18R_36L__Polderbaan_"
},
{
"modified": "2014.0",
"readable": "2014.0",
"graph": "resource:2014_0"
},
{
"modified": "Amsterdam",
"readable": "Amsterdam",
"graph": "resource:Amsterdam"
},
{
"modified": "Amsterdam_Airport_Schiphol",
"readable": "Amsterdam Airport Schiphol",
"graph": "resource:Amsterdam_Airport_Schiphol"
},
{
"modified": "-3.3528",
"readable": "-3.3528",
"graph": "resource:_3_3528"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Amsterdam_Airport_Schiphol property:runway_name ?s . FILTER ( CONTAINS ( LCASE ( ?s ) , '36l' ) ) }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Amsterdam_Airport_Schiphol property:runway_name ?s . FILTER ( CONTAINS ( LCASE ( ?s ) , '36l' ) ) }",
"graph_answer": [
"resource:18R_36L__Polderbaan_"
],
"readable_answer": [
"18R/36L 'Polderbaan'"
],
"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 ?e ?q WHERE { resource:Amsterdam_Airport_Schiphol property:elevation_above_the_sea_level ?e . resource:Amsterdam_Airport_Schiphol property:runway_length ?q }",
"readable_query": "SELECT DISTINCT ?e ?q WHERE { resource:Amsterdam_Airport_Schiphol property:elevation_above_the_sea_level ?e . resource:Amsterdam_Airport_Schiphol property:runway_length ?q }",
"graph_answer": [
"resource:_3_3528",
"resource:2014_0"
],
"readable_answer": [
"-3.3528",
"2014.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
WrittenWork | 2 | 5485 | Id20 | [
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "\"Eric Flint, Virginia DeMarce, et al.\"@en"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "previousWork",
"object": "1634:_The_Galileo_Affair"
}
] | [
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "\"Eric Flint, Virginia DeMarce, et al.\""
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "precededBy",
"object": "1634:_The_Galileo_Affair"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1634 The Ram Rebellion, preceded by 1634 The Galileo Affair, was written by Eric Flint, Virginia DeMarce, et al.",
"1634: The Galileo Affair and its sequel 1634: The Ram Rebellion were both written by Eric Flint, Virginia DeMarce, et al.",
"1634: The Ram Rebellion was written by Eric Flint, Virginia DeMarce, et al and was preceded by 1634: The Galileo Affair."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1634__The_Ram_Rebellion",
"property:preceded_by",
"resource:1634__The_Galileo_Affair"
],
[
"resource:1634__The_Ram_Rebellion",
"property:author",
"Eric Flint, Virginia DeMarce, et al."
],
[
"resource:1634__The_Ram_Rebellion",
"rdf:type",
"ontology:written_work"
]
] | 1634:_The_Ram_Rebellion | [
{
"modified": "Eric Flint, Virginia DeMarce, et al.",
"readable": "Eric Flint, Virginia DeMarce, et al.",
"graph": "Eric Flint, Virginia DeMarce, et al."
},
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "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"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?q ) WHERE { resource:1634__The_Ram_Rebellion property:professional_field ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?q ) WHERE { resource:1634:_The_Ram_Rebellion property:professional_field ?y }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?i WHERE { resource:1634__The_Ram_Rebellion property:author ?i . resource:1634__The_Ram_Rebellion property:preceded_by ?l }",
"readable_query": "SELECT DISTINCT ?l ?i WHERE { resource:1634:_The_Ram_Rebellion property:author ?i . resource:1634:_The_Ram_Rebellion property:preceded_by ?l }",
"graph_answer": [
"resource:1634__The_Galileo_Affair",
"Eric Flint, Virginia DeMarce, et al."
],
"readable_answer": [
"1634: The Galileo Affair",
"Eric Flint, Virginia DeMarce, et al."
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 4 | 10257 | Id231 | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
] | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Atlas II is from the United States which has the capital city of Washington DC. The leader of the country is the President and the ethnic groups include African Americans.",
"The United States, led by the President, has its capital in Washington D.C. and is the origin of the Atlas II and African Americans.",
"Atlas II originates from the United States, where Washington D.C. is the capital and the leader is the President. African Americans make up an ethnic group."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Atlas_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Atlas_II",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] | Atlas_II | [
{
"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": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Atlas_II",
"readable": "Atlas II",
"graph": "resource:Atlas_II"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d ?n WHERE { resource:United_States property:leader_title ?d . resource:United_States property:capital ?n }",
"readable_query": "SELECT DISTINCT ?d ?n WHERE { resource:United_States property:leader_title ?d . resource:United_States property:capital ?n }",
"graph_answer": [
"resource:President_of_the_United_States",
"resource:Washington__D_C_"
],
"readable_answer": [
"President of the United States",
"Washington, D.C."
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:ethnic_group ?p }",
"readable_query": "ASK WHERE { resource:United_States property:ethnic_group ?p }",
"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 ?l WHERE { resource:United_States property:ethnic_group ?l }",
"readable_query": "SELECT ?l WHERE { resource:United_States property:ethnic_group ?l }",
"graph_answer": [
"resource:African_Americans"
],
"readable_answer": [
"African Americans"
],
"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 ?v WHERE { ?v rdf:type ontology:mean_of_transportation . ?v property:country_origin resource:United_States }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v rdf:type ontology:mean_of_transportation . ?v property:country_origin resource:United_States }",
"graph_answer": [
"resource:Atlas_II"
],
"readable_answer": [
"Atlas II"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 4 | 10025 | Id314 | [
{
"subject": "Spain",
"property": "leader",
"object": "Felipe_VI_of_Spain"
},
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
},
{
"subject": "Spain",
"property": "currency",
"object": "Euro"
},
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
}
] | [
{
"subject": "Spain",
"property": "leader",
"object": "Felipe_VI_of_Spain"
},
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
},
{
"subject": "Spain",
"property": "currency",
"object": "Euro"
},
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Felipe VI is the leader of Spain where the Spanish language is spoken and the currency is the Euro. Ajoblanco comes from that country.",
"Ajoblanco is from Spain where Spanish is spoken and the Euro is the currency. Felipe VI is the head of state.",
"Ajoblanco originates from Spain where the currency is the euro. The country's leader is Felipe VI of Spain and the language spoken is Spanish."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Spain",
"property:leader",
"resource:Felipe_VI_of_Spain"
],
[
"resource:Spain",
"property:language",
"resource:Spanish_language"
],
[
"resource:Spain",
"property:currency",
"resource:Euro"
],
[
"resource:Ajoblanco",
"rdf:type",
"ontology:food"
],
[
"resource:Ajoblanco",
"property:country",
"resource:Spain"
]
] | Ajoblanco | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "currency",
"readable": "currency",
"graph": "property:currency"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Ajoblanco",
"readable": "Ajoblanco",
"graph": "resource:Ajoblanco"
},
{
"modified": "Euro",
"readable": "Euro",
"graph": "resource:Euro"
},
{
"modified": "Felipe_VI_of_Spain",
"readable": "Felipe VI of Spain",
"graph": "resource:Felipe_VI_of_Spain"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
},
{
"modified": "Spanish_language",
"readable": "Spanish language",
"graph": "resource:Spanish_language"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?w property:country ?s . ?s property:currency resource:Pound_sterling . ?w rdf:type ontology:food }",
"readable_query": "ASK WHERE { ?w property:country ?s . ?s property:currency resource:Pound_sterling . ?w rdf:type ontology:food }",
"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"
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.