category
string
size
int32
id
string
eid
string
original_triple_sets
list
modified_triple_sets
list
shape
string
shape_type
string
lex
dict
test_category
string
dbpedia_links
list
links
list
graph
list
main_entity
string
mappings
list
dialogue
list
Artist
4
8747
Id139
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Alison_O'Donnell", "property": "label", "object": "Deram_Records" }, { "subject": "Deram_Records", "property": "location", "object": "London" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Static_Caravan_Recordings" } ]
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Deram_Records" }, { "subject": "Deram_Records", "property": "location", "object": "London" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Static_Caravan_Recordings" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alison O'Donnell was once signed to Deram Records, which can be found in London. She plays jazz music and recorded with the Static Caravan Recordings.", "Alison O'Donnell is a jazz musician who is signed to Deram Records which is based in London. Her record label is called Static Caravan Recordings.", "Alison O'Donnell, who plays jazz music, signed for record label Deram Records based in London, as well as Static Caravan Recordings." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Deram_Records", "property:location", "resource:London" ], [ "resource:Alison_O_Donnell", "rdf:type", "ontology:artist" ], [ "resource:Alison_O_Donnell", "property:genre", "resource:Jazz" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Deram_Records" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Static_Caravan_Recordings" ] ]
Alison_O'Donnell
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "Alison_O'Donnell", "readable": "Alison O'Donnell", "graph": "resource:Alison_O_Donnell" }, { "modified": "Deram_Records", "readable": "Deram Records", "graph": "resource:Deram_Records" }, { "modified": "Jazz", "readable": "Jazz", "graph": "resource:Jazz" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "Static_Caravan_Recordings", "readable": "Static Caravan Recordings", "graph": "resource:Static_Caravan_Recordings" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Alison_O_Donnell property:record_label ?q . FILTER ( ?q != resource:Static_Caravan_Recordings ) }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Alison_O_Donnell property:record_label ?q . FILTER ( ?q != resource:Static_Caravan_Recordings ) }", "graph_answer": [ "resource:Deram_Records" ], "readable_answer": [ "Deram Records" ], "type": [ "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { resource:Alison_O_Donnell property:record_label ?m . FILTER NOT EXISTS { ?m property:location resource:London } }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Alison_O'Donnell property:record_label ?m . FILTER NOT EXISTS { ?m property:location resource:London } }", "graph_answer": [ "resource:Static_Caravan_Recordings" ], "readable_answer": [ "Static Caravan Recordings" ], "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" ] } ]
Politician
2
5040
Id32
[ { "subject": "Abdul_Taib_Mahmud", "property": "successor", "object": "Adenan_Satem" }, { "subject": "Adenan_Satem", "property": "birthPlace", "object": "Japanese_occupation_of_British_Borneo" } ]
[ { "subject": "Abdul_Taib_Mahmud", "property": "successor", "object": "Adenan_Satem" }, { "subject": "Adenan_Satem", "property": "birthPlace", "object": "Japanese_occupation_of_British_Borneo" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Japanese occupation of British Borneo was the birthplace of Adenan Satem who succeeded Abdul Taib Mahmud.", "Adenan Satem was born in the Japanese Occupation of British Borneo and succeeded Abdul Taib Mahmud.", "Adenan Satem, born in British Borneo during the Japanese occupation, succeeded Abdul Taib Mahmud." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adenan_Satem", "property:birth_place", "resource:Japanese_occupation_of_British_Borneo" ], [ "resource:Abdul_Taib_Mahmud", "rdf:type", "ontology:politician" ], [ "resource:Abdul_Taib_Mahmud", "property:successor", "resource:Adenan_Satem" ] ]
Abdul_Taib_Mahmud
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Abdul_Taib_Mahmud", "readable": "Abdul Taib Mahmud", "graph": "resource:Abdul_Taib_Mahmud" }, { "modified": "Adenan_Satem", "readable": "Adenan Satem", "graph": "resource:Adenan_Satem" }, { "modified": "Japanese_occupation_of_British_Borneo", "readable": "Japanese occupation of British Borneo", "graph": "resource:Japanese_occupation_of_British_Borneo" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?g ) WHERE { ?r rdf:type ontology:politician . ?p property:birth_place resource:Japanese_occupation_of_British_Borneo . ?r property:successor ?p }", "readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?g ) WHERE { ?r rdf:type ontology:politician . ?p property:birth_place resource:Japanese_occupation_of_British_Borneo . ?r property:successor ?p }", "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 ?z WHERE { ?z rdf:type ontology:politician . ?h property:birth_place resource:Japanese_occupation_of_British_Borneo . ?z property:successor ?h }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:politician . ?h property:birth_place resource:Japanese_occupation_of_British_Borneo . ?z property:successor ?h }", "graph_answer": [ "resource:Abdul_Taib_Mahmud" ], "readable_answer": [ "Abdul Taib Mahmud" ], "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 ?y WHERE { ?y property:birth_place resource:Japanese_occupation_of_British_Borneo }", "readable_query": "SELECT DISTINCT ?y WHERE { ?y property:birth_place resource:Japanese_occupation_of_British_Borneo }", "graph_answer": [ "resource:Adenan_Satem" ], "readable_answer": [ "Adenan Satem" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8499
Id97
[ { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Wilson_Township,_Alpena_County,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayLength", "object": "\"2743.5\"^^xsd:double" }, { "subject": "Alpena_County_Regional_Airport", "property": "city", "object": "Alpena,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "elevation", "object": "\"210.0\"^^xsd:double" } ]
[ { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Wilson_Township,_Alpena_County,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayLength", "object": "2744.0" }, { "subject": "Alpena_County_Regional_Airport", "property": "cityServed", "object": "Alpena,_Michigan" }, { "subject": "Alpena_County_Regional_Airport", "property": "elevationAboveTheSeaLevel", "object": "210" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alpena County Regional airport serves the city of Alpena in Michigan and is located in Wilson Township, Alpena County. It is located at 210 metres above sea level and has a runway length of 2744.0.", "Alpena County Regional Airport serves the city of Alpena and is located in Wilson Township, Alpena County, Michigan. The airport is 210 metres above sea level and has a runway length of 2744.0.", "Alpena County Regional Airport is found in Wilson Township, Alpena County, Michigan and serves that area. Its runway length is 2744 and it is 210 meters above sea level." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alpena_County_Regional_Airport", "property:runway_length", "resource:2744_0" ], [ "resource:Alpena_County_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Alpena_County_Regional_Airport", "property:location", "resource:Wilson_Township__Alpena_County__Michigan" ], [ "resource:Alpena_County_Regional_Airport", "property:city_served", "resource:Alpena__Michigan" ], [ "resource:Alpena_County_Regional_Airport", "property:elevation_above_the_sea_level", "210" ] ]
Alpena_County_Regional_Airport
[ { "modified": "210", "readable": "210", "graph": "210" }, { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "2744.0", "readable": "2744.0", "graph": "resource:2744_0" }, { "modified": "Alpena_County_Regional_Airport", "readable": "Alpena County Regional Airport", "graph": "resource:Alpena_County_Regional_Airport" }, { "modified": "Alpena,_Michigan", "readable": "Alpena, Michigan", "graph": "resource:Alpena__Michigan" }, { "modified": "Wilson_Township,_Alpena_County,_Michigan", "readable": "Wilson Township, Alpena County, Michigan", "graph": "resource:Wilson_Township__Alpena_County__Michigan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?y rdf:type ontology:airport . ?y property:elevation_above_the_sea_level ?r . FILTER ( ?r >= '100' ) . ?y property:city_served ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { ?y rdf:type ontology:airport . ?y property:elevation_above_the_sea_level ?r . FILTER ( ?r >= '100' ) . ?y property:city_served ?c }", "graph_answer": [ "resource:Alpena__Michigan" ], "readable_answer": [ "Alpena, Michigan" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?t rdf:type ontology:airport . ?t property:elevation_above_the_sea_level resource:88_0 . ?t property:city_served resource:Alpena__Michigan }", "readable_query": "ASK WHERE { ?t rdf:type ontology:airport . ?t property:elevation_above_the_sea_level resource:88.0 . ?t property:city_served resource:Alpena,_Michigan }", "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 { ?y property:city_served resource:Alpena__Michigan . ?y rdf:type ontology:airport . ?y property:elevation_above_the_sea_level '210' }", "readable_query": "ASK WHERE { ?y property:city_served resource:Alpena,_Michigan . ?y rdf:type ontology:airport . ?y property:elevation_above_the_sea_level '210' }", "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 rdf:type ontology:airport . ?m property:city_served resource:Alpena__Michigan . ?m property:elevation_above_the_sea_level '210' }", "readable_query": "SELECT ?m WHERE { ?m rdf:type ontology:airport . ?m property:city_served resource:Alpena,_Michigan . ?m property:elevation_above_the_sea_level '210' }", "graph_answer": [ "resource:Alpena_County_Regional_Airport" ], "readable_answer": [ "Alpena County Regional Airport" ], "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 ?s ?u WHERE { resource:Alpena_County_Regional_Airport property:elevation_above_the_sea_level ?u . resource:Alpena_County_Regional_Airport property:runway_length ?s }", "readable_query": "SELECT DISTINCT ?s ?u WHERE { resource:Alpena_County_Regional_Airport property:elevation_above_the_sea_level ?u . resource:Alpena_County_Regional_Airport property:runway_length ?s }", "graph_answer": [ "resource:2744_0", "210" ], "readable_answer": [ "2744.0", "210" ], "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 ?s WHERE { resource:Alpena_County_Regional_Airport property:location ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Alpena_County_Regional_Airport property:location ?s }", "graph_answer": [ "resource:Wilson_Township__Alpena_County__Michigan" ], "readable_answer": [ "Wilson Township, Alpena County, Michigan" ], "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" ] } ]
Politician
2
5009
Id1
[ { "subject": "Aaron_S._Daggett", "property": "award", "object": "Purple_Heart" }, { "subject": "Aaron_S._Daggett", "property": "battles", "object": "Battle_of_Salem_Church" } ]
[ { "subject": "Aaron_S._Daggett", "property": "award", "object": "Purple_Heart" }, { "subject": "Aaron_S._Daggett", "property": "battle", "object": "Battle_of_Salem_Church" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron S Daggett fought in the Battle of Salem Church and was awarded the Purple Heart.", "Aaron S. Daggett, fought in the Battle of Salem Church and was awarded the Purple Heart.", "Aaron S Daggett, who fought in the Battle of Salem Church, was awarded the Purple Heart." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_S__Daggett", "property:award", "resource:Purple_Heart" ], [ "resource:Aaron_S__Daggett", "rdf:type", "ontology:politician" ], [ "resource:Aaron_S__Daggett", "property:battle", "resource:Battle_of_Salem_Church" ] ]
Aaron_S._Daggett
[ { "modified": "award", "readable": "award", "graph": "property:award" }, { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "Aaron_S._Daggett", "readable": "Aaron S. Daggett", "graph": "resource:Aaron_S__Daggett" }, { "modified": "Battle_of_Salem_Church", "readable": "Battle of Salem Church", "graph": "resource:Battle_of_Salem_Church" }, { "modified": "Purple_Heart", "readable": "Purple Heart", "graph": "resource:Purple_Heart" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q ?w WHERE { resource:Aaron_S__Daggett property:battle ?w . resource:Aaron_S__Daggett property:award ?q }", "readable_query": "SELECT DISTINCT ?q ?w WHERE { resource:Aaron_S._Daggett property:battle ?w . resource:Aaron_S._Daggett property:award ?q }", "graph_answer": [ "resource:Purple_Heart", "resource:Battle_of_Salem_Church" ], "readable_answer": [ "Purple Heart", "Battle of Salem Church" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
2
4951
Id186
[ { "subject": "Audi_A1", "property": "manufacturer", "object": "Audi" }, { "subject": "Audi", "property": "foundedBy", "object": "August_Horch" } ]
[ { "subject": "Audi_A1", "property": "manufacturer", "object": "Audi" }, { "subject": "Audi", "property": "foundedBy", "object": "August_Horch" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Audi A1 is made by Audi, which was founded by August Horch.", "Audi A1, made by Audi, was founded by August Horch.", "The Audi A1 is manufatured by Audi which was founded by August Horch." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Audi", "property:founded_by", "resource:August_Horch" ], [ "resource:Audi_A1", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Audi_A1", "property:manufacturer", "resource:Audi" ] ]
Audi_A1
[ { "modified": "foundedBy", "readable": "founded by", "graph": "property:founded_by" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "Audi", "readable": "Audi", "graph": "resource:Audi" }, { "modified": "Audi_A1", "readable": "Audi A1", "graph": "resource:Audi_A1" }, { "modified": "August_Horch", "readable": "August Horch", "graph": "resource:August_Horch" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'a' ) ) . ?f property:founded_by resource:August_Horch . ?h property:manufacturer ?f . ?h rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'a' ) ) . ?f property:founded_by resource:August_Horch . ?h property:manufacturer ?f . ?h rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:Audi_A1" ], "readable_answer": [ "Audi A1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Audi_A1 property:manufacturer ?j . resource:Audi_A1 rdf:type ontology:mean_of_transportation . ?j property:founded_by resource:August_Horch }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Audi_A1 property:manufacturer ?j . resource:Audi_A1 rdf:type ontology:mean_of_transportation . ?j property:founded_by resource:August_Horch }", "graph_answer": [ "resource:Audi" ], "readable_answer": [ "Audi" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
5
11579
Id43
[ { "subject": "3Arena", "property": "location", "object": "Dublin" }, { "subject": "3Arena", "property": "architect", "object": "Populous_(company)" }, { "subject": "3Arena", "property": "height", "object": "\"28.0\"^^xsd:double" }, { "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": "Populous_(company)" }, { "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": [ "Concerts and events are hosted at 3Arena in Dublin which was designed by the architectural company Populous. It was completed in December 2008 and has a height of 28 metres.", "3Arena hosts concerts and events and is located in Dublin. It was designed by the architectural company Populous and completed in December 2008 at a height of 28 metres." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:3Arena", "property:architect", "resource:Populous__company_" ], [ "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": "Populous_(company)", "readable": "Populous", "graph": "resource:Populous__company_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o ?q WHERE { resource:3Arena property:location ?q . resource:3Arena property:completion_date ?o }", "readable_query": "SELECT DISTINCT ?o ?q WHERE { resource:3Arena property:location ?q . resource:3Arena property:completion_date ?o }", "graph_answer": [ "resource:December_2008", "resource:Dublin" ], "readable_answer": [ "December 2008", "Dublin" ], "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 ?t ?a WHERE { resource:3Arena property:architect ?a . resource:3Arena property:building_type ?t }", "readable_query": "SELECT DISTINCT ?t ?a WHERE { resource:3Arena property:architect ?a . resource:3Arena property:building_type ?t }", "graph_answer": [ "Concert and events venue", "resource:Populous__company_" ], "readable_answer": [ "Concert and events venue", "Populous" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:3Arena property:coden_code ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:3Arena property:coden_code ?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" ] } ]
Food
2
4530
Id42
[ { "subject": "Arrabbiata_sauce", "property": "ingredient", "object": "Garlic" }, { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" } ]
[ { "subject": "Arrabbiata_sauce", "property": "ingredient", "object": "Garlic" }, { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "An ingredient of arrabbiata sauce, which can be found in Italy, is garlic.", "The Italian sauce Arrabbiata contains garlic.", "Garlic is an ingredient in arrabbiata sauce which can be found in Italy." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arrabbiata_sauce", "property:ingredient", "resource:Garlic" ], [ "resource:Arrabbiata_sauce", "rdf:type", "ontology:food" ], [ "resource:Arrabbiata_sauce", "property:country", "resource:Italy" ] ]
Arrabbiata_sauce
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Arrabbiata_sauce", "readable": "Arrabbiata sauce", "graph": "resource:Arrabbiata_sauce" }, { "modified": "Garlic", "readable": "Garlic", "graph": "resource:Garlic" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?o ) WHERE { ?z property:country resource:Italy . ?z rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?o ) WHERE { ?z property:country resource:Italy . ?z 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 ?p WHERE { ?p property:country resource:Italy . ?p rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p property:country resource:Italy . ?p rdf:type ontology:food }", "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 ?o WHERE { resource:Arrabbiata_sauce property:has_to_its_west ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Arrabbiata_sauce property:has_to_its_west ?o }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
7
13108
Id75
[ { "subject": "Elliot_See", "property": "status", "object": "\"Deceased\"@en" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "Elliot_See", "property": "birthDate", "object": "\"1927-07-23\"^^xsd:date" }, { "subject": "Elliot_See", "property": "deathDate", "object": "\"1966-02-28\"^^xsd:date" }, { "subject": "Elliot_See", "property": "occupation", "object": "Test_pilot" }, { "subject": "Elliot_See", "property": "nationality", "object": "United_States" }, { "subject": "Elliot_See", "property": "selection", "object": "1962" } ]
[ { "subject": "Elliot_See", "property": "status", "object": "\"Deceased\"" }, { "subject": "Elliot_See", "property": "deathPlace", "object": "St._Louis" }, { "subject": "Elliot_See", "property": "birthDate", "object": "\"1927-07-23\"" }, { "subject": "Elliot_See", "property": "deathDate", "object": "\"1966-02-28\"" }, { "subject": "Elliot_See", "property": "occupation", "object": "Test_pilot" }, { "subject": "Elliot_See", "property": "nationality", "object": "United_States" }, { "subject": "Elliot_See", "property": "selectedByNasa", "object": "1962" } ]
(X (X) (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Elliot See was born on July 23, 1927 in the US. He was a test pilot and began working for NASA in 1962. He died on Feb 28, 1966 in St. Louis.", "Elliot See (born on July 23, 1927 and died on February 28, 1966 in St. Louis) was an American and performed as a test pilot selected by NASA in 1962." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Elliot_See", "property:selected_by_nasa", "resource:1962" ], [ "resource:Elliot_See", "property:status", "resource:Deceased" ], [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:death_place", "resource:St__Louis" ], [ "resource:Elliot_See", "property:nationality", "resource:United_States" ], [ "resource:Elliot_See", "property:occupation", "resource:Test_pilot" ], [ "resource:Elliot_See", "property:birth_date", "1927-07-23" ], [ "resource:Elliot_See", "property:death_date", "1966-02-28" ] ]
Elliot_See
[ { "modified": "1927-07-23", "readable": "1927-07-23", "graph": "1927-07-23" }, { "modified": "1966-02-28", "readable": "1966-02-28", "graph": "1966-02-28" }, { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "deathDate", "readable": "death date", "graph": "property:death_date" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "selectedByNasa", "readable": "selected by nasa", "graph": "property:selected_by_nasa" }, { "modified": "status", "readable": "status", "graph": "property:status" }, { "modified": "1962", "readable": "1962", "graph": "resource:1962" }, { "modified": "Deceased", "readable": "Deceased", "graph": "resource:Deceased" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "St._Louis", "readable": "St. Louis", "graph": "resource:St__Louis" }, { "modified": "Test_pilot", "readable": "Test pilot", "graph": "resource:Test_pilot" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?u property:selected_by_nasa ?p . ?u property:death_date ?f . FILTER ( ?f = \"1966-02-28\" ) . ?u rdf:type ontology:astronaut }", "readable_query": "SELECT DISTINCT ?p WHERE { ?u property:selected_by_nasa ?p . ?u property:death_date ?f . FILTER ( ?f = \"1966-02-28\" ) . ?u rdf:type ontology:astronaut }", "graph_answer": [ "resource:1962" ], "readable_answer": [ "1962" ], "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 ?q WHERE { ?q property:death_date ?t . ?q rdf:type ontology:astronaut . FILTER ( ?t = \"1966-02-28\" ) . ?q property:selected_by_nasa resource:1962 }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q property:death_date ?t . ?q rdf:type ontology:astronaut . FILTER ( ?t = \"1966-02-28\" ) . ?q property:selected_by_nasa resource:1962 }", "graph_answer": [ "resource:Elliot_See" ], "readable_answer": [ "Elliot See" ], "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 ?u ?i WHERE { resource:Elliot_See property:status ?u . resource:Elliot_See property:death_place ?i }", "readable_query": "SELECT DISTINCT ?u ?i WHERE { resource:Elliot_See property:status ?u . resource:Elliot_See property:death_place ?i }", "graph_answer": [ "resource:Deceased", "resource:St__Louis" ], "readable_answer": [ "Deceased", "St. Louis" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e ?g WHERE { resource:Elliot_See property:occupation ?g . resource:Elliot_See property:birth_date ?e }", "readable_query": "SELECT DISTINCT ?e ?g WHERE { resource:Elliot_See property:occupation ?g . resource:Elliot_See property:birth_date ?e }", "graph_answer": [ "1927-07-23", "resource:Test_pilot" ], "readable_answer": [ "1927-07-23", "Test pilot" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Elliot_See property:nationality ?b . FILTER ( STRSTARTS ( LCASE ( ?b ) , 'u' ) ) }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Elliot_See property:nationality ?b . FILTER ( STRSTARTS ( LCASE ( ?b ) , 'u' ) ) }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
3
6362
Id198
[ { "subject": "Houston_Texans", "property": "city", "object": "Texas" }, { "subject": "Akeem_Dent", "property": "formerTeam", "object": "Houston_Texans" }, { "subject": "Houston_Texans", "property": "locationCity", "object": "Houston" } ]
[ { "subject": "Houston_Texans", "property": "city", "object": "Texas" }, { "subject": "Akeem_Dent", "property": "formerTeam", "object": "Houston_Texans" }, { "subject": "Houston_Texans", "property": "city", "object": "Houston" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Based in Houston, Texas, the Houston Texans are the team Akeem Dent used to play for.", "Akeem Dent once played for the Houston Texans team which is based in Houston in Texas.", "The Houston Texans are based in Houston, Texas and was the former team of Akeem Dent." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Dent", "property:former_team", "resource:Houston_Texans" ], [ "resource:Akeem_Dent", "rdf:type", "ontology:athlete" ], [ "resource:Houston_Texans", "property:city", "resource:Texas" ], [ "resource:Houston_Texans", "property:city", "resource:Houston" ] ]
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": "Houston", "readable": "Houston", "graph": "resource:Houston" }, { "modified": "Houston_Texans", "readable": "Houston Texans", "graph": "resource:Houston_Texans" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?x ) WHERE { resource:Houston_Texans property:city ?g }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?x ) WHERE { resource:Houston_Texans property:city ?g }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Houston_Texans property:city ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Houston_Texans property:city ?c }", "graph_answer": [ "resource:Texas", "resource:Houston" ], "readable_answer": [ "Texas", "Houston" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?c property:club resource:Houston_Texans . ?c rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?c WHERE { ?c property:club resource:Houston_Texans . ?c rdf:type ontology:athlete }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "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" ] } ]
MeanOfTransportation
5
12303
Id20
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "ALCO_RS-3", "property": "cylindercount", "object": "12" }, { "subject": "ALCO_RS-3", "property": "enginetype", "object": "V12_engine" }, { "subject": "ALCO_RS-3", "property": "powertype", "object": "Diesel-electric_transmission" }, { "subject": "ALCO_RS-3", "property": "MeanOfTransportation/length", "object": "\"17068.8\"^^<http://dbpedia.org/datatype/millimetre>" } ]
[ { "subject": "ALCO_RS-3", "property": "builder", "object": "American_Locomotive_Company" }, { "subject": "ALCO_RS-3", "property": "cylinderCount", "object": "12" }, { "subject": "ALCO_RS-3", "property": "engine", "object": "V12_engine" }, { "subject": "ALCO_RS-3", "property": "powerType", "object": "Diesel-electric_transmission" }, { "subject": "ALCO_RS-3", "property": "length", "object": "17068.8 (millimetres)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The ALCO RS-3 was built by the American Locomotive Company. It has 12 cylinders, a V12 engine, a diesel-electric transmission and is 17068.8 millimetres in length.", "The ALCO RS-3, built by the American Locomotive Company, has a cylinder count of 12, a V12 engine, a diesel-electric transmission, and is 17068.8 millimetres in length.", "The American Locomotive Company built the ALCO RS-3, which has 12 cylinders, a V12 engine, a diesel-electric transmission and is 17068.8 millimetres long." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:ALCO_RS_3", "property:cylinder_count", "12" ], [ "resource:ALCO_RS_3", "property:length", "17068.8 (millimetres)" ], [ "resource:ALCO_RS_3", "property:engine", "resource:V12_engine" ], [ "resource:ALCO_RS_3", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:ALCO_RS_3", "property:power_type", "resource:Diesel_electric_transmission" ], [ "resource:ALCO_RS_3", "property:builder", "resource:American_Locomotive_Company" ] ]
ALCO_RS-3
[ { "modified": "12", "readable": "12", "graph": "12" }, { "modified": "17068.8 (millimetres)", "readable": "17068.8", "graph": "17068.8 (millimetres)" }, { "modified": "builder", "readable": "builder", "graph": "property:builder" }, { "modified": "cylinderCount", "readable": "cylinder count", "graph": "property:cylinder_count" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "ALCO_RS-3", "readable": "ALCO RS-3", "graph": "resource:ALCO_RS_3" }, { "modified": "American_Locomotive_Company", "readable": "American Locomotive Company", "graph": "resource:American_Locomotive_Company" }, { "modified": "Diesel-electric_transmission", "readable": "Diesel-electric transmission", "graph": "resource:Diesel_electric_transmission" }, { "modified": "V12_engine", "readable": "V12 engine", "graph": "resource:V12_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?h = '12' ) . ?v rdf:type ontology:mean_of_transportation . ?v property:builder ?f . ?v property:cylinder_count ?h }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?h = '12' ) . ?v rdf:type ontology:mean_of_transportation . ?v property:builder ?f . ?v property:cylinder_count ?h }", "graph_answer": [ "resource:American_Locomotive_Company" ], "readable_answer": [ "American Locomotive Company" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?e property:builder resource:American_Locomotive_Company . ?e rdf:type ontology:mean_of_transportation . ?e property:length '63800.0 (millimetres)' }", "readable_query": "ASK WHERE { ?e property:builder resource:American_Locomotive_Company . ?e rdf:type ontology:mean_of_transportation . ?e property:length '63800.0 (millimetres)' }", "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 { ?g rdf:type ontology:mean_of_transportation . ?g property:builder resource:American_Locomotive_Company . ?g property:length '17068.8 (millimetres)' }", "readable_query": "ASK WHERE { ?g rdf:type ontology:mean_of_transportation . ?g property:builder resource:American_Locomotive_Company . ?g property:length '17068.8 (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 ?t WHERE { ?t rdf:type ontology:mean_of_transportation . ?t property:builder resource:American_Locomotive_Company . ?t property:length '17068.8 (millimetres)' }", "readable_query": "SELECT ?t WHERE { ?t rdf:type ontology:mean_of_transportation . ?t property:builder resource:American_Locomotive_Company . ?t property:length '17068.8 (millimetres)' }", "graph_answer": [ "resource:ALCO_RS_3" ], "readable_answer": [ "ALCO RS-3" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t ?e WHERE { resource:ALCO_RS_3 property:engine ?t . resource:ALCO_RS_3 property:power_type ?e }", "readable_query": "SELECT DISTINCT ?t ?e WHERE { resource:ALCO_RS-3 property:engine ?t . resource:ALCO_RS-3 property:power_type ?e }", "graph_answer": [ "resource:V12_engine", "resource:Diesel_electric_transmission" ], "readable_answer": [ "V12 engine", "Diesel-electric transmission" ], "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 ?c WHERE { resource:ALCO_RS_3 property:length ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:ALCO_RS-3 property:length ?c }", "graph_answer": [ "17068.8 (millimetres)" ], "readable_answer": [ "17068.8" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
2
5531
Id66
[ { "subject": "A_Glastonbury_Romance", "property": "author", "object": "John_Cowper_Powys" }, { "subject": "A_Glastonbury_Romance", "property": "publisher", "object": "The_Bodley_Head" } ]
[ { "subject": "A_Glastonbury_Romance", "property": "author", "object": "John_Cowper_Powys" }, { "subject": "A_Glastonbury_Romance", "property": "publisher", "object": "The_Bodley_Head" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The author of A Glastonbury Romance, published by The Bodley Head, is John Cowper Powys.", "The author of A Glastonbury Romance is John Cowper Powys, and it is published by The Bodley Head.", "John Cowper Powys is the author of A Glastonbury Romance which is published by The Bodley Head." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Glastonbury_Romance", "property:author", "resource:John_Cowper_Powys" ], [ "resource:A_Glastonbury_Romance", "rdf:type", "ontology:written_work" ], [ "resource:A_Glastonbury_Romance", "property:publisher", "resource:The_Bodley_Head" ] ]
A_Glastonbury_Romance
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "A_Glastonbury_Romance", "readable": "A Glastonbury Romance", "graph": "resource:A_Glastonbury_Romance" }, { "modified": "John_Cowper_Powys", "readable": "John Cowper Powys", "graph": "resource:John_Cowper_Powys" }, { "modified": "The_Bodley_Head", "readable": "The Bodley Head", "graph": "resource:The_Bodley_Head" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?f ) WHERE { ?a rdf:type ontology:written_work . ?a property:publisher resource:The_Bodley_Head }", "readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?f ) WHERE { ?a rdf:type ontology:written_work . ?a property:publisher resource:The_Bodley_Head }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:written_work . ?w property:publisher resource:The_Bodley_Head }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:written_work . ?w property:publisher resource:The_Bodley_Head }", "graph_answer": [ "resource:A_Glastonbury_Romance" ], "readable_answer": [ "A Glastonbury Romance" ], "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:A_Glastonbury_Romance property:gemstone ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:A_Glastonbury_Romance property:gemstone ?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" ] } ]
CelestialBody
4
9355
Id72
[ { "subject": "107_Camilla", "property": "discoverer", "object": "F._Vilas" }, { "subject": "107_Camilla", "property": "epoch", "object": "\"December 31, 2006 (JD2454100.5)\"" }, { "subject": "107_Camilla", "property": "periapsis", "object": "4.79343e+11" }, { "subject": "107_Camilla", "property": "Planet/apoapsis", "object": "\"5.60937E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "107_Camilla", "property": "discoverer", "object": "F._Vilas" }, { "subject": "107_Camilla", "property": "epoch", "object": "2006-12-31" }, { "subject": "107_Camilla", "property": "periapsis", "object": "479343000.0 (kilometres)" }, { "subject": "107_Camilla", "property": "apoapsis", "object": "560937000.0 (kilometres)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "107 Camilla was discovered by F Vilas and has an epoch date of 31 December 2006. The periapsis is 479343000.0 kms and the apoapsis is 560937000.0 kms.", "107 Camilla, which was discovered by F Vilas, has an epoch date of 31 December 2006. The apoapsis measures 560937000.0 kilometres and the periapsis 479343000.0 kilometres.", "107 Camilla has the epoch date of 31 December 2006 and was discovered by F Vilas. It has a periapsis of 479343000.0 kms and an apoapsis of 560937000.0 kms." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:107_Camilla", "property:epoch", "resource:2006_12_31" ], [ "resource:107_Camilla", "rdf:type", "ontology:celestial_body" ], [ "resource:107_Camilla", "property:apoapsis", "560937000.0 (kilometres)" ], [ "resource:107_Camilla", "property:periapsis", "479343000.0 (kilometres)" ], [ "resource:107_Camilla", "property:discoverer", "resource:F__Vilas" ] ]
107_Camilla
[ { "modified": "479343000.0 (kilometres)", "readable": "479343000.0", "graph": "479343000.0 (kilometres)" }, { "modified": "560937000.0 (kilometres)", "readable": "560937000.0", "graph": "560937000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "107_Camilla", "readable": "107 Camilla", "graph": "resource:107_Camilla" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" }, { "modified": "F._Vilas", "readable": "F. Vilas", "graph": "resource:F__Vilas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?z rdf:type ontology:celestial_body . ?z property:epoch ?o . FILTER ( CONTAINS ( YEAR ( ?o ) , '2006' ) ) . ?z property:discoverer ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { ?z rdf:type ontology:celestial_body . ?z property:epoch ?o . FILTER ( CONTAINS ( YEAR ( ?o ) , '2006' ) ) . ?z property:discoverer ?p }", "graph_answer": [ "resource:F__Vilas" ], "readable_answer": [ "F. Vilas" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:celestial_body . ?i property:epoch ?p . ?i property:discoverer resource:F__Vilas . FILTER ( CONTAINS ( YEAR ( ?p ) , '2006' ) ) }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:celestial_body . ?i property:epoch ?p . ?i property:discoverer resource:F._Vilas . FILTER ( CONTAINS ( YEAR ( ?p ) , '2006' ) ) }", "graph_answer": [ "resource:107_Camilla" ], "readable_answer": [ "107 Camilla" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q ?v WHERE { resource:107_Camilla property:periapsis ?v . resource:107_Camilla property:apoapsis ?q }", "readable_query": "SELECT DISTINCT ?q ?v WHERE { resource:107_Camilla property:periapsis ?v . resource:107_Camilla property:apoapsis ?q }", "graph_answer": [ "560937000.0 (kilometres)", "479343000.0 (kilometres)" ], "readable_answer": [ "560937000.0", "479343000.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 ?n WHERE { resource:107_Camilla property:production_end_year ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:107_Camilla property:production_end_year ?n }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
2
5314
Id58
[ { "subject": "A.F.C._Blackpool", "property": "ground", "object": "\"Jepson Way,\"@en" }, { "subject": "A.F.C._Blackpool", "property": "capacity", "object": "\"1500\"^^xsd:nonNegativeInteger" } ]
[ { "subject": "A.F.C._Blackpool", "property": "ground", "object": "\"Jepson Way,\"" }, { "subject": "A.F.C._Blackpool", "property": "numberOfMembers", "object": "1500" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A.F.C. Blackpool has 1500 members and play at their ground, Jepson Way.", "AFC Blackpool has 1500 members and its grounds are called Jepson Way.", "A.F.C. Blackpool has its grounds at Jepson Way 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:Jepson_Way_" ] ]
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": "Jepson Way,", "readable": "Jepson Way,", "graph": "resource:Jepson_Way_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?f rdf:type ontology:sports_team . ?f property:number_of_members resource:3000 . ?f property:ground ?e }", "readable_query": "ASK WHERE { ?f rdf:type ontology:sports_team . ?f property:number_of_members resource:3000 . ?f property:ground ?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" ] } ]
Food
2
4535
Id47
[ { "subject": "Arrabbiata_sauce", "property": "region", "object": "\"Rome\"@en" }, { "subject": "Arrabbiata_sauce", "property": "ingredient", "object": "Olive_oil" } ]
[ { "subject": "Arrabbiata_sauce", "property": "region", "object": "Rome" }, { "subject": "Arrabbiata_sauce", "property": "ingredient", "object": "Olive_oil" } ]
(X (X) (X))
sibling
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Olive oil is an ingredient used in the preparation of Arrabbiata sauce, a dish from Rome." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Arrabbiata_sauce", "property:ingredient", "resource:Olive_oil" ], [ "resource:Arrabbiata_sauce", "rdf:type", "ontology:food" ], [ "resource:Arrabbiata_sauce", "property:region", "resource:Rome" ] ]
Arrabbiata_sauce
[ { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arrabbiata_sauce", "readable": "Arrabbiata sauce", "graph": "resource:Arrabbiata_sauce" }, { "modified": "Olive_oil", "readable": "Olive oil", "graph": "resource:Olive_oil" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e ?n WHERE { resource:Arrabbiata_sauce property:ingredient ?n . resource:Arrabbiata_sauce property:region ?e }", "readable_query": "SELECT DISTINCT ?e ?n WHERE { resource:Arrabbiata_sauce property:ingredient ?n . resource:Arrabbiata_sauce property:region ?e }", "graph_answer": [ "resource:Rome", "resource:Olive_oil" ], "readable_answer": [ "Rome", "Olive oil" ], "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 { resource:Arrabbiata_sauce property:ingredient ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Arrabbiata_sauce property:ingredient ?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" ] } ]
Artist
3
6016
Id162
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Jazz", "property": "derivative", "object": "Funk" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Stanyan_Records" } ]
[ { "subject": "Alison_O'Donnell", "property": "genre", "object": "Jazz" }, { "subject": "Jazz", "property": "derivative", "object": "Funk" }, { "subject": "Alison_O'Donnell", "property": "recordLabel", "object": "Stanyan_Records" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alison O'Donnell, who is signed with the record label Stanyan Records, plays jazz music; one of the Jazz derivatives is Funk.", "Alison O'Donnell is signed with the record label Stanyan Records and performs Jazz music, a derivative of which, is Funk.", "Signed with the recording label Stanyan Records, Alison O'Donnell performs jazz music, a derivative of which, is Funk." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alison_O_Donnell", "rdf:type", "ontology:artist" ], [ "resource:Alison_O_Donnell", "property:genre", "resource:Jazz" ], [ "resource:Alison_O_Donnell", "property:record_label", "resource:Stanyan_Records" ], [ "resource:Jazz", "property:derivative", "resource:Funk" ] ]
Alison_O'Donnell
[ { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "Alison_O'Donnell", "readable": "Alison O'Donnell", "graph": "resource:Alison_O_Donnell" }, { "modified": "Funk", "readable": "Funk", "graph": "resource:Funk" }, { "modified": "Jazz", "readable": "Jazz", "graph": "resource:Jazz" }, { "modified": "Stanyan_Records", "readable": "Stanyan Records", "graph": "resource:Stanyan_Records" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?r property:genre ?x . ?r rdf:type ontology:artist . ?x property:derivative resource:Funk . ?r property:record_label resource:Stanyan_Records }", "readable_query": "SELECT DISTINCT ?r WHERE { ?r property:genre ?x . ?r rdf:type ontology:artist . ?x property:derivative resource:Funk . ?r property:record_label resource:Stanyan_Records }", "graph_answer": [ "resource:Alison_O_Donnell" ], "readable_answer": [ "Alison O'Donnell" ], "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 ?r WHERE { ?r property:derivative resource:Funk . ?s property:genre ?r . ?s rdf:type ontology:artist . ?s property:record_label resource:Stanyan_Records }", "readable_query": "SELECT DISTINCT ?r WHERE { ?r property:derivative resource:Funk . ?s property:genre ?r . ?s rdf:type ontology:artist . ?s property:record_label resource:Stanyan_Records }", "graph_answer": [ "resource:Jazz" ], "readable_answer": [ "Jazz" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
6061
Id207
[ { "subject": "Andrew_Rayel", "property": "associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "associatedBand", "object": "Jonathan_Mendelsohn" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" } ]
[ { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Jonathan_Mendelsohn" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andrew Rayel (a Trance artist) is associated with musicians Jonathan Mendelsohn and Jwaydan Moyine.", "Andrew Rayel has performed the genre of Trance music and is associated with the musician Jwaydan Moyine and with the musical artist Jonathan Mendelsohn.", "Andrew Rayel, who plays trance music, is associated with musicians Jwaydan Moyine and Jonathan Mendelsohn." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andrew_Rayel", "rdf:type", "ontology:artist" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Jwaydan_Moyine" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Jonathan_Mendelsohn" ], [ "resource:Andrew_Rayel", "property:genre", "resource:Trance_music" ] ]
Andrew_Rayel
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Andrew_Rayel", "readable": "Andrew Rayel", "graph": "resource:Andrew_Rayel" }, { "modified": "Jonathan_Mendelsohn", "readable": "Jonathan Mendelsohn", "graph": "resource:Jonathan_Mendelsohn" }, { "modified": "Jwaydan_Moyine", "readable": "Jwaydan Moyine", "graph": "resource:Jwaydan_Moyine" }, { "modified": "Trance_music", "readable": "Trance music", "graph": "resource:Trance_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?b ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?c }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?b ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?c }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?x }", "graph_answer": [ "resource:Jwaydan_Moyine", "resource:Jonathan_Mendelsohn" ], "readable_answer": [ "Jwaydan Moyine", "Jonathan Mendelsohn" ], "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 ?s WHERE { resource:Andrew_Rayel property:jurisdiction ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Andrew_Rayel property:jurisdiction ?s }", "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" ] } ]
Politician
3
7712
Id43
[ { "subject": "Abel_Caballero", "property": "office", "object": "\"Member of theCongress of Deputies\"" }, { "subject": "Abel_Caballero", "property": "birthPlace", "object": "Galicia_(Spain)" }, { "subject": "Abel_Caballero", "property": "placeOfBirth", "object": "Spain" } ]
[ { "subject": "Abel_Caballero", "property": "birthPlace", "object": "Spain" }, { "subject": "Abel_Caballero", "property": "office", "object": "\"Member of the Congress of Deputies\"" }, { "subject": "Abel_Caballero", "property": "birthPlace", "object": "Galicia_(Spain)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born in Galicia, in Spain, Abel Caballero worked as a Member of the Congress of Deputies.", "Born in Galicia, Spain, Abel Caballero worked as a Member of the Congress of Deputies.", "Abel Caballero (born in Galicia, Spain) worked as a Member of the Congress of Deputies." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abel_Caballero", "rdf:type", "ontology:politician" ], [ "resource:Abel_Caballero", "property:office", "Member of the Congress of Deputies" ], [ "resource:Abel_Caballero", "property:birth_place", "resource:Spain" ], [ "resource:Abel_Caballero", "property:birth_place", "resource:Galicia__Spain_" ] ]
Abel_Caballero
[ { "modified": "Member of the Congress of Deputies", "readable": "Member of the Congress of Deputies", "graph": "Member of the Congress of Deputies" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "Abel_Caballero", "readable": "Abel Caballero", "graph": "resource:Abel_Caballero" }, { "modified": "Galicia_(Spain)", "readable": "Galicia", "graph": "resource:Galicia__Spain_" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?m property:office ?h . ?m rdf:type ontology:politician . ?m property:birth_place resource:Canada }", "readable_query": "ASK WHERE { ?m property:office ?h . ?m rdf:type ontology:politician . ?m property:birth_place resource:Canada }", "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
5
11089
Id138
[ { "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": "cityServed", "object": "Appleton,_Wisconsin" }, { "subject": "Greenville,_Wisconsin", "property": "subdivisionName", "object": "Clayton,_Winnebago_County,_Wisconsin" } ]
[ { "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": "cityServed", "object": "Appleton,_Wisconsin" }, { "subject": "Greenville,_Wisconsin", "property": "isPartOf", "object": "Clayton,_Winnebago_County,_Wisconsin" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Greenville, is in Grand Chute, Clayton Winnebago County, Wisconsin, United States and is the location of Appletone International Airport which serves the city of Appleton.", "The Appleton International Airport is located in Greenville, Clayton Winnebago County in Wisconsin. Greenville, Wisconsin can be found in Grand Chute, Wisconsin, U.S.A." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Appleton_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Appleton_International_Airport", "property:location", "resource:Greenville__Wisconsin" ], [ "resource:Appleton_International_Airport", "property:city_served", "resource:Appleton__Wisconsin" ], [ "resource:Greenville__Wisconsin", "property:country", "resource:United_States" ], [ "resource:Greenville__Wisconsin", "property:is_part_of", "resource:Grand_Chute__Wisconsin" ], [ "resource:Greenville__Wisconsin", "property:is_part_of", "resource:Clayton__Winnebago_County__Wisconsin" ] ]
Appleton_International_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Appleton_International_Airport", "readable": "Appleton International Airport", "graph": "resource:Appleton_International_Airport" }, { "modified": "Appleton,_Wisconsin", "readable": "Appleton, Wisconsin", "graph": "resource:Appleton__Wisconsin" }, { "modified": "Clayton,_Winnebago_County,_Wisconsin", "readable": "Clayton, Winnebago County, Wisconsin", "graph": "resource:Clayton__Winnebago_County__Wisconsin" }, { "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 ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . resource:Appleton_International_Airport property:city_served ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . resource:Appleton_International_Airport property:city_served ?d }", "graph_answer": [ "resource:Appleton__Wisconsin" ], "readable_answer": [ "Appleton, Wisconsin" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Greenville__Wisconsin property:is_part_of ?p . FILTER ( CONTAINS ( LCASE ( ?p ) , 'grand' ) ) }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Greenville,_Wisconsin property:is_part_of ?p . FILTER ( CONTAINS ( LCASE ( ?p ) , 'grand' ) ) }", "graph_answer": [ "resource:Grand_Chute__Wisconsin" ], "readable_answer": [ "Grand Chute, Wisconsin" ], "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" ] } ]
Artist
5
11235
Id86
[ { "subject": "Aleksandra_Kovač", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Aleksandra_Kovač", "property": "birthYear", "object": "\"1972\"^^xsd:gYear" }, { "subject": "Aleksandra_Kovač", "property": "birthPlace", "object": "Yugoslavia" }, { "subject": "Aleksandra_Kovač", "property": "genre", "object": "Pop_music" }, { "subject": "Pop_music", "property": "musicFusionGenre", "object": "Disco" } ]
[ { "subject": "Aleksandra_Kovač", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Aleksandra_Kovač", "property": "birthYear", "object": "1972" }, { "subject": "Aleksandra_Kovač", "property": "birthPlace", "object": "Yugoslavia" }, { "subject": "Aleksandra_Kovač", "property": "genre", "object": "Pop_music" }, { "subject": "Pop_music", "property": "musicFusionGenre", "object": "Disco" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aleksandra Kovač, was born in 1972, in Yugoslavia. A solo singer, her musical genre is pop music. Disco is a genre of music that contain elements of other genres such as pop music and therefore can be considered a fusion genre.", "Disco music is a fusion genre of the pop music performed by solo singer Aleksandra Kovac who was born in 1972 in Yugoslavia .", "Pop solo singer Aleksandra Kovač was born 1972, in Yugoslavia. Disco is a fusion originating from pop." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aleksandra_Kova_", "property:birth_year", "resource:1972" ], [ "resource:Aleksandra_Kova_", "rdf:type", "ontology:artist" ], [ "resource:Aleksandra_Kova_", "property:background", "resource:solo_singer" ], [ "resource:Aleksandra_Kova_", "property:genre", "resource:Pop_music" ], [ "resource:Aleksandra_Kova_", "property:birth_place", "resource:Yugoslavia" ], [ "resource:Pop_music", "property:music_fusion_genre", "resource:Disco" ] ]
Aleksandra_Kovač
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "birthYear", "readable": "birth year", "graph": "property:birth_year" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "musicFusionGenre", "readable": "music fusion genre", "graph": "property:music_fusion_genre" }, { "modified": "1972", "readable": "1972", "graph": "resource:1972" }, { "modified": "Aleksandra_Kovač", "readable": "Aleksandra Kovač", "graph": "resource:Aleksandra_Kova_" }, { "modified": "Disco", "readable": "Disco", "graph": "resource:Disco" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" }, { "modified": "Yugoslavia", "readable": "Yugoslavia", "graph": "resource:Yugoslavia" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Pop_music property:music_fusion_genre resource:Disco }", "readable_query": "ASK WHERE { resource:Pop_music property:music_fusion_genre resource:Disco }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?j property:music_fusion_genre resource:Disco . ?x property:birth_year resource:1972 . ?x property:genre ?j . ?x rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?x WHERE { ?j property:music_fusion_genre resource:Disco . ?x property:birth_year resource:1972 . ?x property:genre ?j . ?x rdf:type ontology:artist }", "graph_answer": [ "resource:Aleksandra_Kova_" ], "readable_answer": [ "Aleksandra Kovač" ], "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 ?g ?b WHERE { resource:Aleksandra_Kova_ property:birth_place ?b . resource:Aleksandra_Kova_ property:background ?g }", "readable_query": "SELECT DISTINCT ?g ?b WHERE { resource:Aleksandra_Kovač property:birth_place ?b . resource:Aleksandra_Kovač property:background ?g }", "graph_answer": [ "resource:solo_singer", "resource:Yugoslavia" ], "readable_answer": [ "solo singer", "Yugoslavia" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?m property:birth_place resource:Galicia__Spain_ . ?m rdf:type ontology:artist . ?m property:birth_year ?h }", "readable_query": "ASK WHERE { ?m property:birth_place resource:Galicia_(Spain) . ?m rdf:type ontology:artist . ?m property:birth_year ?h }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Food
2
4650
Id162
[ { "subject": "Bandeja_paisa", "property": "ingredient", "object": "Kidney_bean" }, { "subject": "Bandeja_paisa", "property": "country", "object": "Colombian_cuisine" } ]
[ { "subject": "Bandeja_paisa", "property": "ingredient", "object": "Kidney_bean" }, { "subject": "Bandeja_paisa", "property": "country", "object": "Colombian_cuisine" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bandeja paisa (Colombia) includes the ingredient, kidney beans.", "Bandeja paisa is a dish from Colombian cuisine and contains kidney beans.", "The kidney bean is an ingredient in Bandeja paisa, which is a dish from Colombia." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bandeja_paisa", "property:ingredient", "resource:Kidney_bean" ], [ "resource:Bandeja_paisa", "rdf:type", "ontology:food" ], [ "resource:Bandeja_paisa", "property:country", "resource:Colombian_cuisine" ] ]
Bandeja_paisa
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Bandeja_paisa", "readable": "Bandeja paisa", "graph": "resource:Bandeja_paisa" }, { "modified": "Colombian_cuisine", "readable": "Colombian cuisine", "graph": "resource:Colombian_cuisine" }, { "modified": "Kidney_bean", "readable": "Kidney bean", "graph": "resource:Kidney_bean" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w ?h WHERE { resource:Bandeja_paisa property:ingredient ?w . resource:Bandeja_paisa property:country ?h }", "readable_query": "SELECT DISTINCT ?w ?h WHERE { resource:Bandeja_paisa property:ingredient ?w . resource:Bandeja_paisa property:country ?h }", "graph_answer": [ "resource:Kidney_bean", "resource:Colombian_cuisine" ], "readable_answer": [ "Kidney bean", "Colombian cuisine" ], "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" ] } ]
City
3
6850
Id138
[ { "subject": "Auburn,_Alabama", "property": "isPartOf", "object": "Lee_County,_Alabama" }, { "subject": "Alabama", "property": "country", "object": "United_States" }, { "subject": "Lee_County,_Alabama", "property": "state", "object": "Alabama" } ]
[ { "subject": "Auburn,_Alabama", "property": "isPartOf", "object": "Lee_County,_Alabama" }, { "subject": "Alabama", "property": "country", "object": "United_States" }, { "subject": "Lee_County,_Alabama", "property": "state", "object": "Alabama" } ]
(X (X (X (X))))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Auburn is part of Lee County, Alabama in the United States.", "Auburn is located in Lee County, Alabama in the United States.", "Auburn, Alabama is part of Lee County, in the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Lee_County__Alabama", "property:state", "resource:Alabama" ], [ "resource:Alabama", "property:country", "resource:United_States" ], [ "resource:Auburn__Alabama", "rdf:type", "ontology:city" ], [ "resource:Auburn__Alabama", "property:is_part_of", "resource:Lee_County__Alabama" ] ]
Auburn,_Alabama
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "Alabama", "readable": "Alabama", "graph": "resource:Alabama" }, { "modified": "Auburn,_Alabama", "readable": "Auburn, Alabama", "graph": "resource:Auburn__Alabama" }, { "modified": "Lee_County,_Alabama", "readable": "Lee County, Alabama", "graph": "resource:Lee_County__Alabama" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 'a' ) ) . ?v property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 'a' ) ) . ?v property:country resource:United_States }", "graph_answer": [ "resource:Alabama" ], "readable_answer": [ "Alabama" ], "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 ?l ?n WHERE { ?n property:state resource:Alabama . ?l rdf:type ontology:city . ?l property:is_part_of ?n }", "readable_query": "SELECT DISTINCT ?l ?n WHERE { ?n property:state resource:Alabama . ?l rdf:type ontology:city . ?l property:is_part_of ?n }", "graph_answer": [ "resource:Auburn__Alabama", "resource:Lee_County__Alabama" ], "readable_answer": [ "Auburn, Alabama", "Lee County, Alabama" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?w property:is_part_of ?l . ?l property:state resource:Pennsylvania . ?w rdf:type ontology:city }", "readable_query": "ASK WHERE { ?w property:is_part_of ?l . ?l property:state resource:Pennsylvania . ?w rdf:type ontology:city }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Athlete
4
9059
Id129
[ { "subject": "Los_Angeles_Rams", "property": "city", "object": "Los_Angeles_Memorial_Coliseum" }, { "subject": "Los_Angeles_Rams", "property": "locationCity", "object": "Los_Angeles" }, { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "Los_Angeles_Rams" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" } ]
[ { "subject": "Los_Angeles_Rams", "property": "city", "object": "Los_Angeles_Memorial_Coliseum" }, { "subject": "Los_Angeles_Rams", "property": "city", "object": "Los_Angeles" }, { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "Los_Angeles_Rams" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Ayers, who debuted with the Tennessee Titans, used to play for the Los Angeles Rams. The Los Angeles Rams play in Los Angeles, at the Los Angeles Memorial Coliseum.", "Akeem Ayers, made his debut for the Tennessee Titans and used to play for Los Angeles Rams. The club is based in Los Angeles, and play home games at the Los Angeles Memorial Coliseum.", "Akeem Ayers started with the Tennessee Titans. He then played for the Los Angeles Rams who play at Los Angeles Memorial Coliseum in L.A." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Ayers", "property:former_team", "resource:Los_Angeles_Rams" ], [ "resource:Akeem_Ayers", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Ayers", "property:debut_team", "resource:Tennessee_Titans" ], [ "resource:Los_Angeles_Rams", "property:city", "resource:Los_Angeles_Memorial_Coliseum" ], [ "resource:Los_Angeles_Rams", "property:city", "resource:Los_Angeles" ] ]
Akeem_Ayers
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "debutTeam", "readable": "debut team", "graph": "property:debut_team" }, { "modified": "formerTeam", "readable": "former team", "graph": "property:former_team" }, { "modified": "Akeem_Ayers", "readable": "Akeem Ayers", "graph": "resource:Akeem_Ayers" }, { "modified": "Los_Angeles", "readable": "Los Angeles", "graph": "resource:Los_Angeles" }, { "modified": "Los_Angeles_Memorial_Coliseum", "readable": "Los Angeles Memorial Coliseum", "graph": "resource:Los_Angeles_Memorial_Coliseum" }, { "modified": "Los_Angeles_Rams", "readable": "Los Angeles Rams", "graph": "resource:Los_Angeles_Rams" }, { "modified": "Tennessee_Titans", "readable": "Tennessee Titans", "graph": "resource:Tennessee_Titans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?w ) WHERE { resource:Los_Angeles_Rams property:city ?b }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?w ) WHERE { resource:Los_Angeles_Rams property:city ?b }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { resource:Los_Angeles_Rams property:city ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Los_Angeles_Rams property:city ?k }", "graph_answer": [ "resource:Los_Angeles_Memorial_Coliseum", "resource:Los_Angeles" ], "readable_answer": [ "Los Angeles Memorial Coliseum", "Los Angeles" ], "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 ?v WHERE { resource:Akeem_Ayers property:wheelbase ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Akeem_Ayers property:wheelbase ?v }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
4
10859
Id78
[ { "subject": "Above_the_Veil", "property": "author", "object": "Garth_Nix" }, { "subject": "Above_the_Veil", "property": "oclc", "object": "46451790" }, { "subject": "Above_the_Veil", "property": "isbn", "object": "\"0-439-17685-9\"" }, { "subject": "Above_the_Veil", "property": "mediaType", "object": "Hardcover" } ]
[ { "subject": "Above_the_Veil", "property": "oclcNumber", "object": "46451790" }, { "subject": "Above_the_Veil", "property": "author", "object": "Garth_Nix" }, { "subject": "Above_the_Veil", "property": "isbnNumber", "object": "\"0-439-17685-9\"" }, { "subject": "Above_the_Veil", "property": "mediaType", "object": "Hardcover" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Above the Veil is available in hardcover and was written by Garth Nix. It has the OCLC number 46451790 and the ISBN number 0-439-17685-9.", "Above the Veil was written by Garth Nix and is available in hardcover. It has an ISBN number 0-439-17685-9 and an OCLC number 46451790.", "Garth Nix wrote Above the Veil which is available in hardcover. This book has the OCLC number 46451790 and an ISBN number 0-439-17685-9." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Above_the_Veil", "property:media_type", "resource:Hardcover" ], [ "resource:Above_the_Veil", "property:author", "resource:Garth_Nix" ], [ "resource:Above_the_Veil", "rdf:type", "ontology:written_work" ], [ "resource:Above_the_Veil", "property:oclc_number", "46451790" ], [ "resource:Above_the_Veil", "property:isbn_number", "resource:0_439_17685_9" ] ]
Above_the_Veil
[ { "modified": "46451790", "readable": "46451790", "graph": "46451790" }, { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "isbnNumber", "readable": "isbn number", "graph": "property:isbn_number" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "oclcNumber", "readable": "oclc number", "graph": "property:oclc_number" }, { "modified": "0-439-17685-9", "readable": "0-439-17685-9", "graph": "resource:0_439_17685_9" }, { "modified": "Above_the_Veil", "readable": "Above the Veil", "graph": "resource:Above_the_Veil" }, { "modified": "Garth_Nix", "readable": "Garth Nix", "graph": "resource:Garth_Nix" }, { "modified": "Hardcover", "readable": "Hardcover", "graph": "resource:Hardcover" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?g < '70000000' ) . ?w property:isbn_number ?n . ?w rdf:type ontology:written_work . ?w property:oclc_number ?g }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?g < '70000000' ) . ?w property:isbn_number ?n . ?w rdf:type ontology:written_work . ?w property:oclc_number ?g }", "graph_answer": [ "resource:0_439_17685_9" ], "readable_answer": [ "0-439-17685-9" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?r rdf:type ontology:written_work . FILTER ( ?l < '70000000' ) . ?r property:isbn_number resource:0_439_17685_9 . ?r property:oclc_number ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { ?r rdf:type ontology:written_work . FILTER ( ?l < '70000000' ) . ?r property:isbn_number resource:0-439-17685-9 . ?r property:oclc_number ?l }", "graph_answer": [ "46451790" ], "readable_answer": [ "46451790" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?g property:author ?q . ?g property:oclc_number ?c . ?g rdf:type ontology:written_work . FILTER ( ?c > '30000000' ) }", "readable_query": "SELECT DISTINCT ?q WHERE { ?g property:author ?q . ?g property:oclc_number ?c . ?g rdf:type ontology:written_work . FILTER ( ?c > '30000000' ) }", "graph_answer": [ "resource:Garth_Nix" ], "readable_answer": [ "Garth Nix" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?z property:author resource:Garth_Nix . FILTER ( CONTAINS ( LCASE ( ?z ) , 'veil' ) ) . ?z rdf:type ontology:written_work . ?z property:media_type resource:Hardcover }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:author resource:Garth_Nix . FILTER ( CONTAINS ( LCASE ( ?z ) , 'veil' ) ) . ?z rdf:type ontology:written_work . ?z property:media_type resource:Hardcover }", "graph_answer": [ "resource:Above_the_Veil" ], "readable_answer": [ "Above the Veil" ], "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" ] } ]
City
4
9431
Id30
[ { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Indiana" }, { "subject": "Indiana", "property": "capital", "object": "Indianapolis" }, { "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": "capital", "object": "Indianapolis" }, { "subject": "Indiana", "property": "country", "object": "United_States" }, { "subject": "Alexandria,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" } ]
(X (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. Indianapolis is the capital of Indiana.", "Alexandria is part of Madison County, Indiana in the U.S. Indianapolis is the capital city of Indiana.", "Alexandria, Indiana is part of Madison County Indiana. Indianapolis is the capital of Indiana, in the U.S." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alexandria__Indiana", "rdf:type", "ontology:city" ], [ "resource:Alexandria__Indiana", "property:is_part_of", "resource:Indiana" ], [ "resource:Alexandria__Indiana", "property:is_part_of", "resource:Madison_County__Indiana" ], [ "resource:Indiana", "property:capital", "resource:Indianapolis" ], [ "resource:Indiana", "property:country", "resource:United_States" ] ]
Alexandria,_Indiana
[ { "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": "Alexandria,_Indiana", "readable": "Alexandria, Indiana", "graph": "resource:Alexandria__Indiana" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "Indianapolis", "readable": "Indianapolis", "graph": "resource:Indianapolis" }, { "modified": "Madison_County,_Indiana", "readable": "Madison County, Indiana", "graph": "resource:Madison_County__Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Alexandria__Indiana property:is_part_of ?h . FILTER NOT EXISTS { ?h property:country resource:United_States } }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Alexandria,_Indiana property:is_part_of ?h . FILTER NOT EXISTS { ?h property:country resource:United_States } }", "graph_answer": [ "resource:Madison_County__Indiana" ], "readable_answer": [ "Madison County, Indiana" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { resource:Alexandria__Indiana property:is_part_of ?u . FILTER ( ?u != resource:Madison_County__Indiana ) }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Alexandria__Indiana property:is_part_of ?u . FILTER ( ?u != resource:Madison_County,_Indiana ) }", "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" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Indiana property:active_years_end_year ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Indiana property:active_years_end_year ?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" ] } ]
Politician
2
5177
Id169
[ { "subject": "Alberto_Teisaire", "property": "office", "object": "\"Provisional President of the Argentine Senate\"" }, { "subject": "Alberto_Teisaire", "property": "birthPlace", "object": "Mendoza,_Argentina" } ]
[ { "subject": "Alberto_Teisaire", "property": "office", "object": "\"Provisional President of the Argentine Senate\"" }, { "subject": "Alberto_Teisaire", "property": "birthPlace", "object": "Mendoza,_Argentina" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alberto Teisaire, born in Mendoza, Argentina, worked as a Provisional President of the Argentine Senate.", "Alberto Teisaire, born in Mendoza, Argentina, was the Provisional President of the Argentina Senate.", "Alberto Teisaire, was born in Mendoza in Argentina and worked as the Provisional President of the Argentine Senate." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alberto_Teisaire", "rdf:type", "ontology:politician" ], [ "resource:Alberto_Teisaire", "property:office", "Provisional President of the Argentine Senate" ], [ "resource:Alberto_Teisaire", "property:birth_place", "resource:Mendoza__Argentina" ] ]
Alberto_Teisaire
[ { "modified": "Provisional President of the Argentine Senate", "readable": "Provisional President of the Argentine Senate", "graph": "Provisional President of the Argentine Senate" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "Alberto_Teisaire", "readable": "Alberto Teisaire", "graph": "resource:Alberto_Teisaire" }, { "modified": "Mendoza,_Argentina", "readable": "Mendoza, Argentina", "graph": "resource:Mendoza__Argentina" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?k property:office 'Provisional President of the Argentine Senate' . ?k rdf:type ontology:politician . ?k property:birth_place resource:Yugoslavia }", "readable_query": "ASK WHERE { ?k property:office 'Provisional President of the Argentine Senate' . ?k rdf:type ontology:politician . ?k 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 { ?f rdf:type ontology:politician . ?f property:office 'Provisional President of the Argentine Senate' . ?f property:birth_place resource:Mendoza__Argentina }", "readable_query": "ASK WHERE { ?f rdf:type ontology:politician . ?f property:office 'Provisional President of the Argentine Senate' . ?f property:birth_place resource:Mendoza,_Argentina }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?n WHERE { ?n property:office 'Provisional President of the Argentine Senate' . ?n property:birth_place resource:Mendoza__Argentina . ?n rdf:type ontology:politician }", "readable_query": "SELECT ?n WHERE { ?n property:office 'Provisional President of the Argentine Senate' . ?n property:birth_place resource:Mendoza,_Argentina . ?n rdf:type ontology:politician }", "graph_answer": [ "resource:Alberto_Teisaire" ], "readable_answer": [ "Alberto Teisaire" ], "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 WHERE { resource:Alberto_Teisaire property:office ?l . FILTER ( CONTAINS ( LCASE ( ?l ) , 'president' ) ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Alberto_Teisaire property:office ?l . FILTER ( CONTAINS ( LCASE ( ?l ) , 'president' ) ) }", "graph_answer": [ "Provisional President of the Argentine Senate" ], "readable_answer": [ "Provisional President of the Argentine Senate" ], "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" ] } ]
Artist
2
3446
Id58
[ { "subject": "Ace_Wilder", "property": "occupation", "object": "Singing" }, { "subject": "Ace_Wilder", "property": "background", "object": "\"solo_singer\"@en" } ]
[ { "subject": "Ace_Wilder", "property": "occupation", "object": "Singing" }, { "subject": "Ace_Wilder", "property": "background", "object": "\"solo_singer\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Ace Wilder is as a solo singer.", "Solo singer Ace Wilder is currently a band singer." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Ace_Wilder", "rdf:type", "ontology:artist" ], [ "resource:Ace_Wilder", "property:background", "resource:solo_singer" ], [ "resource:Ace_Wilder", "property:occupation", "resource:Singing" ] ]
Ace_Wilder
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "Ace_Wilder", "readable": "Ace Wilder", "graph": "resource:Ace_Wilder" }, { "modified": "Singing", "readable": "Singing", "graph": "resource:Singing" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?g ) WHERE { ?t property:occupation resource:Singing . ?t rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?g ) WHERE { ?t property:occupation resource:Singing . ?t rdf:type ontology:artist }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?o property:occupation resource:Singing . ?o rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?o WHERE { ?o property:occupation resource:Singing . ?o rdf:type ontology:artist }", "graph_answer": [ "resource:Ace_Wilder" ], "readable_answer": [ "Ace Wilder" ], "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 ?z WHERE { resource:Ace_Wilder property:postal_code ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Ace_Wilder property:postal_code ?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
5
11072
Id121
[ { "subject": "Angola_International_Airport", "property": "location", "object": "Ícolo_e_Bengo" }, { "subject": "Angola_International_Airport", "property": "city", "object": "Luanda" }, { "subject": "Angola_International_Airport", "property": "elevation", "object": "\"159.0\"^^xsd:double" }, { "subject": "Angola_International_Airport", "property": "runwayDesignation", "object": "\"South Runway\"" }, { "subject": "Angola_International_Airport", "property": "runwayLength", "object": "\"3800.86\"^^xsd:double" } ]
[ { "subject": "Angola_International_Airport", "property": "location", "object": "Ícolo_e_Bengo" }, { "subject": "Angola_International_Airport", "property": "cityServed", "object": "Luanda" }, { "subject": "Angola_International_Airport", "property": "elevationAboveTheSeaLevelInMetres", "object": "159" }, { "subject": "Angola_International_Airport", "property": "runwayName", "object": "\"South Runway\"" }, { "subject": "Angola_International_Airport", "property": "runwayLength", "object": "3800.0" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Luanda is served by Angola International Airport which is located at 159 meters above sea level in Icolo e Bengo. The runway, known as \"south runway\" is 3800.0 in length.", "Angola International Airport, which serves Luanda, lies 159 metres above sea level in Icolo e Bengo. The runway is named the South Runway and it is 3800 metres long." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Angola_International_Airport", "property:runway_length", "resource:3800_0" ], [ "resource:Angola_International_Airport", "property:elevation_above_the_sea_level_in_metres", "159" ], [ "resource:Angola_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Angola_International_Airport", "property:location", "resource:_colo_e_Bengo" ], [ "resource:Angola_International_Airport", "property:city_served", "resource:Luanda" ], [ "resource:Angola_International_Airport", "property:runway_name", "resource:South_Runway" ] ]
Angola_International_Airport
[ { "modified": "159", "readable": "159", "graph": "159" }, { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "elevationAboveTheSeaLevelInMetres", "readable": "elevation above the sea level in metres", "graph": "property:elevation_above_the_sea_level_in_metres" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "runwayName", "readable": "runway name", "graph": "property:runway_name" }, { "modified": "3800.0", "readable": "3800.0", "graph": "resource:3800_0" }, { "modified": "Angola_International_Airport", "readable": "Angola International Airport", "graph": "resource:Angola_International_Airport" }, { "modified": "Luanda", "readable": "Luanda", "graph": "resource:Luanda" }, { "modified": "South Runway", "readable": "South Runway", "graph": "resource:South_Runway" }, { "modified": "Ícolo_e_Bengo", "readable": "Ícolo e Bengo", "graph": "resource:_colo_e_Bengo" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?w property:elevation_above_the_sea_level_in_metres ?v . ?w rdf:type ontology:airport . FILTER ( ?v = '159' ) . ?w property:runway_name ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { ?w property:elevation_above_the_sea_level_in_metres ?v . ?w rdf:type ontology:airport . FILTER ( ?v = '159' ) . ?w property:runway_name ?d }", "graph_answer": [ "resource:South_Runway" ], "readable_answer": [ "South Runway" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b ?s WHERE { ?s rdf:type ontology:airport . ?s property:city_served ?b . ?s property:runway_name resource:South_Runway }", "readable_query": "SELECT DISTINCT ?b ?s WHERE { ?s rdf:type ontology:airport . ?s property:city_served ?b . ?s property:runway_name resource:South_Runway }", "graph_answer": [ "resource:Luanda", "resource:Angola_International_Airport" ], "readable_answer": [ "Luanda", "Angola International Airport" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j ?x WHERE { resource:Angola_International_Airport property:runway_length ?j . resource:Angola_International_Airport property:location ?x }", "readable_query": "SELECT DISTINCT ?j ?x WHERE { resource:Angola_International_Airport property:runway_length ?j . resource:Angola_International_Airport property:location ?x }", "graph_answer": [ "resource:3800_0", "resource:_colo_e_Bengo" ], "readable_answer": [ "3800.0", "Ícolo e Bengo" ], "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
4210
Id60
[ { "subject": "Anaheim,_California", "property": "isPartOf", "object": "Orange_County,_California" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "California_State_Assembly" } ]
[ { "subject": "Anaheim,_California", "property": "isPartOf", "object": "Orange_County,_California" }, { "subject": "Anaheim,_California", "property": "leaderTitle", "object": "California_State_Assembly" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Led by the California State Assembly, Anaheim is a city in Orange County, which is part of California.", "Anaheim, Orange County, California is led by the California State Assembly.", "Anaheim, Orange County, California, is led by the California State Assembly." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "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:Orange_County__California" ] ]
Anaheim,_California
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Anaheim,_California", "readable": "Anaheim, California", "graph": "resource:Anaheim__California" }, { "modified": "California_State_Assembly", "readable": "California State Assembly", "graph": "resource:California_State_Assembly" }, { "modified": "Orange_County,_California", "readable": "Orange County, California", "graph": "resource:Orange_County__California" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?d ) WHERE { ?m rdf:type ontology:city . ?m property:is_part_of ?l . ?m property:leader_title resource:California_State_Assembly }", "readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?d ) WHERE { ?m rdf:type ontology:city . ?m property:is_part_of ?l . ?m property:leader_title resource:California_State_Assembly }", "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 ?f WHERE { ?n rdf:type ontology:city . ?n property:is_part_of ?f . ?n property:leader_title resource:California_State_Assembly }", "readable_query": "SELECT DISTINCT ?f WHERE { ?n rdf:type ontology:city . ?n property:is_part_of ?f . ?n property:leader_title resource:California_State_Assembly }", "graph_answer": [ "resource:Orange_County__California" ], "readable_answer": [ "Orange County, California" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?q property:is_part_of resource:Orange_County__California . ?q rdf:type ontology:city . ?q property:leader_title resource:California_State_Assembly }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q property:is_part_of resource:Orange_County,_California . ?q rdf:type ontology:city . ?q property:leader_title resource:California_State_Assembly }", "graph_answer": [ "resource:Anaheim__California" ], "readable_answer": [ "Anaheim, California" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
3
8401
Id247
[ { "subject": "Weymouth_Sands", "property": "followedBy", "object": "Maiden_Castle_(novel)" }, { "subject": "A_Glastonbury_Romance", "property": "subsequentWork", "object": "Weymouth_Sands" }, { "subject": "A_Glastonbury_Romance", "property": "previousWork", "object": "Wolf_Solent" } ]
[ { "subject": "Weymouth_Sands", "property": "followedBy", "object": "Maiden_Castle_(novel)" }, { "subject": "A_Glastonbury_Romance", "property": "followedBy", "object": "Weymouth_Sands" }, { "subject": "A_Glastonbury_Romance", "property": "precededBy", "object": "Wolf_Solent" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "These books were published in the following order: Wolf Solent, A Glastonbury Romance, Weymouth Sands and Maiden Castle.", "These books were written in this order, Wolf Solent, A Glastonbury Romance, Weymouth Sands and Maiden Castle.", "These books were written in the following order, Wolf Solent, A Glastonbury Romance, Weymouth Sands and then Maiden Castle." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Glastonbury_Romance", "property:preceded_by", "resource:Wolf_Solent" ], [ "resource:A_Glastonbury_Romance", "rdf:type", "ontology:written_work" ], [ "resource:A_Glastonbury_Romance", "property:followed_by", "resource:Weymouth_Sands" ], [ "resource:Weymouth_Sands", "property:followed_by", "resource:Maiden_Castle__novel_" ] ]
A_Glastonbury_Romance
[ { "modified": "followedBy", "readable": "followed by", "graph": "property:followed_by" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "A_Glastonbury_Romance", "readable": "A Glastonbury Romance", "graph": "resource:A_Glastonbury_Romance" }, { "modified": "Maiden_Castle_(novel)", "readable": "Maiden Castle", "graph": "resource:Maiden_Castle__novel_" }, { "modified": "Weymouth_Sands", "readable": "Weymouth Sands", "graph": "resource:Weymouth_Sands" }, { "modified": "Wolf_Solent", "readable": "Wolf Solent", "graph": "resource:Wolf_Solent" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { resource:A_Glastonbury_Romance property:followed_by ?t . VALUES ( ?t ) { ( resource:Weymouth_Sands ) ( resource:Maiden_Castle__novel_ ) } }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:A_Glastonbury_Romance property:followed_by ?t . VALUES ( ?t ) { ( resource:Weymouth_Sands ) ( resource:Maiden_Castle_(novel) ) } }", "graph_answer": [ "resource:Weymouth_Sands" ], "readable_answer": [ "Weymouth Sands" ], "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:Weymouth_Sands ) ( resource:Maiden_Castle__novel_ ) } . resource:Weymouth_Sands property:followed_by ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { VALUES ( ?q ) { ( resource:Weymouth_Sands ) ( resource:Maiden_Castle_(novel) ) } . resource:Weymouth_Sands property:followed_by ?q }", "graph_answer": [ "resource:Maiden_Castle__novel_" ], "readable_answer": [ "Maiden Castle" ], "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" ] } ]
Politician
4
10462
Id146
[ { "subject": "Albert_B._White", "property": "spouse", "object": "Agnes_Ward_White" }, { "subject": "Albert_B._White", "property": "birthPlace", "object": "Cleveland" }, { "subject": "Albert_B._White", "property": "activeYearsEndDate", "object": "\"1905-03-04\"^^xsd:date" }, { "subject": "Albert_B._White", "property": "activeYearsStartDate", "object": "\"1901-03-04\"^^xsd:date" } ]
[ { "subject": "Albert_B._White", "property": "spouse", "object": "Agnes_Ward_White" }, { "subject": "Albert_B._White", "property": "birthPlace", "object": "Cleveland" }, { "subject": "Albert_B._White", "property": "activeYearsEndDate", "object": "1905-03-04" }, { "subject": "Albert_B._White", "property": "activeYearsStartDate", "object": "1901-03-04" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agnes Ward White was the wife of Albert B. White, who was born in Cleveland. Albert B. White started his career on March 4, 1901 and finished it on, March 4th 1905.", "Albert B. White was born in Cleveland and was married to Agnes Ward White. He began his career on March 4, 1901 and ended it exactly four years later to the day.", "Cleveland born Albert B White, who was married to Agnes Ward White, began his career on March 4th 1901 and ended it on March 4th 1905." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albert_B__White", "property:spouse", "resource:Agnes_Ward_White" ], [ "resource:Albert_B__White", "rdf:type", "ontology:politician" ], [ "resource:Albert_B__White", "property:active_years_start_date", "resource:1901_03_04" ], [ "resource:Albert_B__White", "property:active_years_end_date", "resource:1905_03_04" ], [ "resource:Albert_B__White", "property:birth_place", "resource:Cleveland" ] ]
Albert_B._White
[ { "modified": "activeYearsEndDate", "readable": "active years end date", "graph": "property:active_years_end_date" }, { "modified": "activeYearsStartDate", "readable": "active years start date", "graph": "property:active_years_start_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "spouse", "readable": "spouse", "graph": "property:spouse" }, { "modified": "1901-03-04", "readable": "1901-03-04", "graph": "resource:1901_03_04" }, { "modified": "1905-03-04", "readable": "1905-03-04", "graph": "resource:1905_03_04" }, { "modified": "Agnes_Ward_White", "readable": "Agnes Ward White", "graph": "resource:Agnes_Ward_White" }, { "modified": "Albert_B._White", "readable": "Albert B. White", "graph": "resource:Albert_B__White" }, { "modified": "Cleveland", "readable": "Cleveland", "graph": "resource:Cleveland" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?z rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?c ) , '1905' ) ) . ?z property:active_years_end_date ?c . ?z property:spouse ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { ?z rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?c ) , '1905' ) ) . ?z property:active_years_end_date ?c . ?z property:spouse ?w }", "graph_answer": [ "resource:Agnes_Ward_White" ], "readable_answer": [ "Agnes Ward White" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?t rdf:type ontology:politician . ?t property:birth_place resource:Regina__Saskatchewan . ?t property:spouse resource:Agnes_Ward_White }", "readable_query": "ASK WHERE { ?t rdf:type ontology:politician . ?t property:birth_place resource:Regina,_Saskatchewan . ?t property:spouse resource:Agnes_Ward_White }", "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 { ?a property:spouse resource:Agnes_Ward_White . ?a property:birth_place resource:Cleveland . ?a rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?a property:spouse resource:Agnes_Ward_White . ?a property:birth_place resource:Cleveland . ?a rdf:type ontology:politician }", "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:spouse resource:Agnes_Ward_White . ?m property:birth_place resource:Cleveland . ?m rdf:type ontology:politician }", "readable_query": "SELECT ?m WHERE { ?m property:spouse resource:Agnes_Ward_White . ?m property:birth_place resource:Cleveland . ?m rdf:type ontology:politician }", "graph_answer": [ "resource:Albert_B__White" ], "readable_answer": [ "Albert B. White" ], "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 ?h ?a WHERE { resource:Albert_B__White property:active_years_start_date ?a . resource:Albert_B__White property:active_years_end_date ?h }", "readable_query": "SELECT DISTINCT ?h ?a WHERE { resource:Albert_B._White property:active_years_start_date ?a . resource:Albert_B._White property:active_years_end_date ?h }", "graph_answer": [ "resource:1905_03_04", "resource:1901_03_04" ], "readable_answer": [ "1905-03-04", "1901-03-04" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
3
7333
Id246
[ { "subject": "Binignit", "property": "mainIngredient", "object": "Sweet_potato" }, { "subject": "Binignit", "property": "ingredient", "object": "Coconut_milk" }, { "subject": "Sweet_potato", "property": "order", "object": "Solanales" } ]
[ { "subject": "Binignit", "property": "mainIngredient", "object": "Sweet_potato" }, { "subject": "Binignit", "property": "ingredient", "object": "Coconut_milk" }, { "subject": "Sweet_potato", "property": "order", "object": "Solanales" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Coconut milk is an ingredient of Binignit along with sweet potatoes which belong to the solanales order of plants.", "Sweet potatoes, which are part of the order of Solanales, are one of the main ingredients of Binignit. A further ingredient is coconut milk.", "The main ingredients of binignit are sweet potatoes, that is of the order Solanales, and coconut milk." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Sweet_potato", "property:order", "resource:Solanales" ], [ "resource:Binignit", "property:ingredient", "resource:Coconut_milk" ], [ "resource:Binignit", "property:main_ingredient", "resource:Sweet_potato" ], [ "resource:Binignit", "rdf:type", "ontology:food" ] ]
Binignit
[ { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "order", "readable": "order", "graph": "property:order" }, { "modified": "Binignit", "readable": "Binignit", "graph": "resource:Binignit" }, { "modified": "Coconut_milk", "readable": "Coconut milk", "graph": "resource:Coconut_milk" }, { "modified": "Solanales", "readable": "Solanales", "graph": "resource:Solanales" }, { "modified": "Sweet_potato", "readable": "Sweet potato", "graph": "resource:Sweet_potato" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?x property:ingredient resource:Coconut_milk . ?m property:order resource:Solanales . ?x rdf:type ontology:food . ?x property:main_ingredient ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { ?x property:ingredient resource:Coconut_milk . ?m property:order resource:Solanales . ?x rdf:type ontology:food . ?x property:main_ingredient ?m }", "graph_answer": [ "resource:Sweet_potato" ], "readable_answer": [ "Sweet potato" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'b' ) ) . ?z rdf:type ontology:food . ?z property:main_ingredient resource:Sweet_potato }", "readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'b' ) ) . ?z rdf:type ontology:food . ?z property:main_ingredient resource:Sweet_potato }", "graph_answer": [ "resource:Binignit" ], "readable_answer": [ "Binignit" ], "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" ] } ]
ComicsCharacter
3
6998
Id51
[ { "subject": "Bolt_(DC_Comics)", "property": "creators", "object": "Ernie_Colón" }, { "subject": "Ernie_Colón", "property": "nationality", "object": "Puerto_Ricans" }, { "subject": "Bolt_(DC_Comics)", "property": "creator", "object": "Dan_Mishkin" } ]
[ { "subject": "Bolt_(comicsCharacter)", "property": "creator", "object": "Dan_Mishkin" }, { "subject": "Ernie_Colón", "property": "nationality", "object": "Puerto_Ricans" }, { "subject": "Bolt_(comicsCharacter)", "property": "creator", "object": "Ernie_Colón" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ernie Colon, a Puerto Rican national created Bolt along with Dan Mishkin.", "Dan Mishkin and the Puerto Rican national Ernie Colon created the comic character of Bolt.", "The comic character Bolt was created by Dan Mishkin and Ernie Colon who is Puerto Rican." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ernie_Col_n", "property:nationality", "resource:Puerto_Ricans" ], [ "resource:Bolt__comicsCharacter_", "property:creator", "resource:Ernie_Col_n" ], [ "resource:Bolt__comicsCharacter_", "property:creator", "resource:Dan_Mishkin" ], [ "resource:Bolt__comicsCharacter_", "rdf:type", "ontology:comics_character" ] ]
Bolt_(comicsCharacter)
[ { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Bolt_(comicsCharacter)", "readable": "Bolt", "graph": "resource:Bolt__comicsCharacter_" }, { "modified": "Dan_Mishkin", "readable": "Dan Mishkin", "graph": "resource:Dan_Mishkin" }, { "modified": "Ernie_Colón", "readable": "Ernie Colón", "graph": "resource:Ernie_Col_n" }, { "modified": "Puerto_Ricans", "readable": "Puerto Ricans", "graph": "resource:Puerto_Ricans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?d != resource:Dan_Mishkin ) . resource:Bolt__comicsCharacter_ property:creator ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?d != resource:Dan_Mishkin ) . resource:Bolt__comicsCharacter_ property:creator ?d }", "graph_answer": [ "resource:Ernie_Col_n" ], "readable_answer": [ "Ernie Colón" ], "type": [ "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { FILTER NOT EXISTS { ?h property:nationality resource:Puerto_Ricans } . resource:Bolt__comicsCharacter_ property:creator ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER NOT EXISTS { ?h property:nationality resource:Puerto_Ricans } . resource:Bolt_(comicsCharacter) property:creator ?h }", "graph_answer": [ "resource:Dan_Mishkin" ], "readable_answer": [ "Dan Mishkin" ], "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" ] } ]
Artist
5
11251
Id102
[ { "subject": "Alex_Day", "property": "genre", "object": "Synthpop" }, { "subject": "United_Kingdom", "property": "capital", "object": "London" }, { "subject": "Synthpop", "property": "stylisticOrigins", "object": "Pop_music" }, { "subject": "Synthpop", "property": "derivative", "object": "House_music" }, { "subject": "Alex_Day", "property": "birthPlace", "object": "United_Kingdom" } ]
[ { "subject": "Alex_Day", "property": "genre", "object": "Synthpop" }, { "subject": "Synthpop", "property": "stylisticOrigin", "object": "Pop_music" }, { "subject": "United_Kingdom", "property": "capital", "object": "London" }, { "subject": "Synthpop", "property": "derivative", "object": "House_music" }, { "subject": "Alex_Day", "property": "birthPlace", "object": "United_Kingdom" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "London is the capital of the United Kingdom, the country where Alex Day was born. Alex Day performs Synthpop music which is derived from house music and has its stylistic origins in pop music.", "Alex Day was born in the United Kingdom, the capital of which, is London. The musical genre of Alex Day is Synthpop, a form of both pop music and House music.", "Synthpop musician Alex Day was born in the United Kingdom, where the capital is London. Synthpop derives from pop and house music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Synthpop", "property:derivative", "resource:House_music" ], [ "resource:Synthpop", "property:stylistic_origin", "resource:Pop_music" ], [ "resource:United_Kingdom", "property:capital", "resource:London" ], [ "resource:Alex_Day", "rdf:type", "ontology:artist" ], [ "resource:Alex_Day", "property:genre", "resource:Synthpop" ], [ "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": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Alex_Day", "readable": "Alex Day", "graph": "resource:Alex_Day" }, { "modified": "House_music", "readable": "House music", "graph": "resource:House_music" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" }, { "modified": "Synthpop", "readable": "Synthpop", "graph": "resource:Synthpop" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v ?u WHERE { resource:Synthpop property:stylistic_origin ?v . resource:Synthpop property:derivative ?u }", "readable_query": "SELECT DISTINCT ?v ?u WHERE { resource:Synthpop property:stylistic_origin ?v . resource:Synthpop property:derivative ?u }", "graph_answer": [ "resource:Pop_music", "resource:House_music" ], "readable_answer": [ "Pop music", "House music" ], "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 { ?p rdf:type ontology:artist . ?p property:birth_place resource:Tyrol__state_ }", "readable_query": "ASK WHERE { ?p rdf:type ontology:artist . ?p property:birth_place resource:Tyrol_(state) }", "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 { ?j rdf:type ontology:artist . ?j property:birth_place resource:United_Kingdom }", "readable_query": "ASK WHERE { ?j rdf:type ontology:artist . ?j property:birth_place resource:United_Kingdom }", "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 ?b WHERE { ?b property:birth_place resource:United_Kingdom . ?b rdf:type ontology:artist }", "readable_query": "SELECT ?b WHERE { ?b property:birth_place resource:United_Kingdom . ?b rdf:type ontology:artist }", "graph_answer": [ "resource:Alex_Day" ], "readable_answer": [ "Alex Day" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
5
11844
Id65
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Fall_Creek_Township,_Madison_County,_Indiana" }, { "subject": "Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "areaTotal", "object": "\"107.43\"^^<http://dbpedia.org/datatype/squareKilometre>" }, { "subject": "Anderson,_Indiana", "property": "populationDensity", "object": "\"523.9\"^^xsd:double" }, { "subject": "Anderson,_Indiana", "property": "subdivisionName", "object": "Madison_County,_Indiana" } ]
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Fall_Creek_Township,_Madison_County,_Indiana" }, { "subject": "Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "areaTotal", "object": "107.43 (square kilometres)" }, { "subject": "Anderson,_Indiana", "property": "populationDensity", "object": "523.9 (inhabitants per square kilometre)" }, { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Madison_County,_Indiana" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andersion is in Fall Creek Township, Madison County, Indiana, US. Anderson has a total area od 107.43 sq km and a population density of 523.9 per sq km.", "Anderson is part of Fall Creek Township, Madison County, Indiana in the U.S. The city is 107.43 square kilometres large and has 523.9 residents per square kilometre.", "Anderson is part of Fall Creek Township in Madison County, Indiana of the U.S.A. Anderson is 107.43 square kilometres large and has 523.9 residents per square kilometre." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Madison_County__Indiana", "property:country", "resource:United_States" ], [ "resource:Anderson__Indiana", "property:area_total", "107.43 (square kilometres)" ], [ "resource:Anderson__Indiana", "rdf:type", "ontology:city" ], [ "resource:Anderson__Indiana", "property:population_density", "523.9 (inhabitants per square kilometre)" ], [ "resource:Anderson__Indiana", "property:is_part_of", "resource:Fall_Creek_Township__Madison_County__Indiana" ], [ "resource:Anderson__Indiana", "property:is_part_of", "resource:Madison_County__Indiana" ] ]
Anderson,_Indiana
[ { "modified": "107.43 (square kilometres)", "readable": "107.43", "graph": "107.43 (square kilometres)" }, { "modified": "523.9 (inhabitants per square kilometre)", "readable": "523.9", "graph": "523.9 (inhabitants per square kilometre)" }, { "modified": "areaTotal", "readable": "area total", "graph": "property:area_total" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "populationDensity", "readable": "population density", "graph": "property:population_density" }, { "modified": "Anderson,_Indiana", "readable": "Anderson, Indiana", "graph": "resource:Anderson__Indiana" }, { "modified": "Fall_Creek_Township,_Madison_County,_Indiana", "readable": "Fall Creek Township, Madison County, Indiana", "graph": "resource:Fall_Creek_Township__Madison_County__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 ?n WHERE { resource:Anderson__Indiana property:is_part_of ?n . FILTER ( ?n != resource:Fall_Creek_Township__Madison_County__Indiana ) }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Anderson__Indiana property:is_part_of ?n . FILTER ( ?n != resource:Fall_Creek_Township,_Madison_County,_Indiana ) }", "graph_answer": [ "resource:Madison_County__Indiana" ], "readable_answer": [ "Madison County, Indiana" ], "type": [ "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Anderson__Indiana property:is_part_of ?l . FILTER NOT EXISTS { ?l property:country resource:United_States } }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Anderson,_Indiana property:is_part_of ?l . FILTER NOT EXISTS { ?l property:country resource:United_States } }", "graph_answer": [ "resource:Fall_Creek_Township__Madison_County__Indiana" ], "readable_answer": [ "Fall Creek Township, Madison County, Indiana" ], "type": [ "coreference", "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
2
4827
Id62
[ { "subject": "AMC_Matador", "property": "assembly", "object": "Mexico_City" }, { "subject": "AMC_Matador", "property": "modelYears", "object": "1971" } ]
[ { "subject": "AMC_Matador", "property": "assembly", "object": "Mexico_City" }, { "subject": "AMC_Matador", "property": "modelYears", "object": "1971" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "1971 is one of the model years of the AMC Matador, which is assembled in Mexico City.", "The AMC Matador is assembled in Mexico City and was manufactured during 1971.", "1971 is one of the model years of the AMC Matador which was assembled in Mexico City." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AMC_Matador", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AMC_Matador", "property:model_years", "resource:1971" ], [ "resource:AMC_Matador", "property:assembly", "resource:Mexico_City" ] ]
AMC_Matador
[ { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "modelYears", "readable": "model years", "graph": "property:model_years" }, { "modified": "1971", "readable": "1971", "graph": "resource:1971" }, { "modified": "AMC_Matador", "readable": "AMC Matador", "graph": "resource:AMC_Matador" }, { "modified": "Mexico_City", "readable": "Mexico City", "graph": "resource:Mexico_City" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?d ) WHERE { ?n property:assembly resource:Mexico_City . ?n property:model_years resource:1971 . ?n rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?d ) WHERE { ?n property:assembly resource:Mexico_City . ?n property:model_years resource:1971 . ?n rdf:type ontology:mean_of_transportation }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e property:model_years resource:1971 . ?e property:assembly resource:Mexico_City . ?e rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:model_years resource:1971 . ?e property:assembly resource:Mexico_City . ?e rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:AMC_Matador" ], "readable_answer": [ "AMC Matador" ], "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:AMC_Matador property:designer ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:AMC_Matador property:designer ?y }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
4
9753
Id42
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Spain", "property": "leader", "object": "Felipe_VI_of_Spain" }, { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Catalonia", "property": "leaderName", "object": "Parliament_of_Catalonia" } ]
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Spain", "property": "leader", "object": "Felipe_VI_of_Spain" }, { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Catalonia", "property": "leader", "object": "Parliament_of_Catalonia" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arròs negre is a traditional dish from the Catalonia region of Spain, the leader of Spain is Felipe VI of Spain, Catalonia is led by the Parliament of Catalonia.", "Arròs negre is from the Catalonia region of Spain. Catalonia is led by the Parliament of Catalonia and the country's leader is Felipe VI.", "The Parliament of Catalonia is the leader of the region from where Arros negre originates from. It is part of Spain and the country's led by Felipe VI." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Catalonia", "property:leader", "resource:Parliament_of_Catalonia" ], [ "resource:Spain", "property:leader", "resource:Felipe_VI_of_Spain" ], [ "resource:Arr_s_negre", "rdf:type", "ontology:food" ], [ "resource:Arr_s_negre", "property:country", "resource:Spain" ], [ "resource:Arr_s_negre", "property:region", "resource:Catalonia" ] ]
Arròs_negre
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arròs_negre", "readable": "Arròs negre", "graph": "resource:Arr_s_negre" }, { "modified": "Catalonia", "readable": "Catalonia", "graph": "resource:Catalonia" }, { "modified": "Felipe_VI_of_Spain", "readable": "Felipe VI of Spain", "graph": "resource:Felipe_VI_of_Spain" }, { "modified": "Parliament_of_Catalonia", "readable": "Parliament of Catalonia", "graph": "resource:Parliament_of_Catalonia" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { { { ?q property:leader resource:Parliament_of_Catalonia } UNION { ?q property:leader resource:Felipe_VI_of_Spain } } }", "readable_query": "SELECT DISTINCT ?q WHERE { { { ?q property:leader resource:Parliament_of_Catalonia } UNION { ?q property:leader resource:Felipe_VI_of_Spain } } }", "graph_answer": [ "resource:Catalonia", "resource:Spain" ], "readable_answer": [ "Catalonia", "Spain" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "disjunctive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?h property:leader resource:Parliament_of_Catalonia }", "readable_query": "SELECT DISTINCT ?h WHERE { ?h property:leader resource:Parliament_of_Catalonia }", "graph_answer": [ "resource:Catalonia" ], "readable_answer": [ "Catalonia" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Arr_s_negre rdf:type ontology:food . resource:Arr_s_negre property:region resource:Catalonia }", "readable_query": "ASK WHERE { resource:Arròs_negre rdf:type ontology:food . resource:Arròs_negre property:region resource:Catalonia }", "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" ] } ]
CelestialBody
4
9295
Id12
[ { "subject": "(29075)_1950_DA", "property": "epoch", "object": "\"2011-Aug-27 (JD2455800.5)\"" }, { "subject": "(29075)_1950_DA", "property": "orbitalPeriod", "object": "6.98622e+07" }, { "subject": "(29075)_1950_DA", "property": "periapsis", "object": "1.2495e+11" }, { "subject": "(29075)_1950_DA", "property": "mass", "object": "\">4 kg\"@en" } ]
[ { "subject": "(29075)_1950_DA", "property": "epoch", "object": "2011-Aug-27" }, { "subject": "(29075)_1950_DA", "property": "orbitalPeriod", "object": "69862200.0" }, { "subject": "(29075)_1950_DA", "property": "periapsis", "object": "124950000000.0" }, { "subject": "(29075)_1950_DA", "property": "mass", "object": "4.0 (kilograms)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "(29075) 1950 DA has a mass of 4.0 kilograms and an orbital period of 69862200.0. It has a periapsis of 124950000000.0 and an epoch date of August 27th 2011.", "29075 1950 DA with the epoch date 27 August 2011, has an orbital period of 69862200.0, a periapsis of 124950000000.0 and a mass of 4.0 kgs.", "(29075) 1950 DA, has a mass of 4.0 kilograms and an epoch date of August 27th 2011. Its orbital period is, 69862200.0 and it has a periapsis of, 124950000000.0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:_29075__1950_DA", "property:epoch", "resource:2011_Aug_27" ], [ "resource:_29075__1950_DA", "rdf:type", "ontology:celestial_body" ], [ "resource:_29075__1950_DA", "property:mass", "4.0 (kilograms)" ], [ "resource:_29075__1950_DA", "property:periapsis", "resource:124950000000_0" ], [ "resource:_29075__1950_DA", "property:orbital_period", "resource:69862200_0" ] ]
(29075)_1950_DA
[ { "modified": "4.0 (kilograms)", "readable": "4.0", "graph": "4.0 (kilograms)" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "mass", "readable": "mass", "graph": "property:mass" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "124950000000.0", "readable": "124950000000.0", "graph": "resource:124950000000_0" }, { "modified": "2011-Aug-27", "readable": "2011-Aug-27", "graph": "resource:2011_Aug_27" }, { "modified": "69862200.0", "readable": "69862200.0", "graph": "resource:69862200_0" }, { "modified": "(29075)_1950_DA", "readable": "1950 DA", "graph": "resource:_29075__1950_DA" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?u property:orbital_period resource:142603000_0 . ?u rdf:type ontology:celestial_body . ?u property:epoch ?z }", "readable_query": "ASK WHERE { ?u property:orbital_period resource:142603000.0 . ?u rdf:type ontology:celestial_body . ?u property:epoch ?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" ] } ]
WrittenWork
4
10899
Id118
[ { "subject": "American_Journal_of_Mathematics", "property": "publisher", "object": "Johns_Hopkins_University_Press" }, { "subject": "Johns_Hopkins_University_Press", "property": "country", "object": "United_States" }, { "subject": "Johns_Hopkins_University_Press", "property": "parentCompany", "object": "Johns_Hopkins_University" }, { "subject": "American_Journal_of_Mathematics", "property": "oclc", "object": "1480153" } ]
[ { "subject": "American_Journal_of_Mathematics", "property": "publisher", "object": "Johns_Hopkins_University_Press" }, { "subject": "Johns_Hopkins_University_Press", "property": "country", "object": "United_States" }, { "subject": "Johns_Hopkins_University_Press", "property": "parentCompany", "object": "Johns_Hopkins_University" }, { "subject": "American_Journal_of_Mathematics", "property": "oclcNumber", "object": "1480153" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Based in the US, Johns Hopkins University Press is the publisher of the American Journal of Mathematics (OCLC number 1480153). It is the parent company of the Johns Hopkins University Press.", "The American Journal of Mathematics (OCLC number 1480153) is published by the Johns Hopkins University Press which is based in the United States. Johns Hopkins University Press has the parent company Johns Hopkins University.", "The American Journal of Mathematics, (OCLC number 1480153) is published by the Johns Hopkins University Press, which is based in the United States and has Johns Hopkins University as its parent company." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Johns_Hopkins_University_Press", "property:country", "resource:United_States" ], [ "resource:Johns_Hopkins_University_Press", "property:parent_company", "resource:Johns_Hopkins_University" ], [ "resource:American_Journal_of_Mathematics", "rdf:type", "ontology:written_work" ], [ "resource:American_Journal_of_Mathematics", "property:oclc_number", "1480153" ], [ "resource:American_Journal_of_Mathematics", "property:publisher", "resource:Johns_Hopkins_University_Press" ] ]
American_Journal_of_Mathematics
[ { "modified": "1480153", "readable": "1480153", "graph": "1480153" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "oclcNumber", "readable": "oclc number", "graph": "property:oclc_number" }, { "modified": "parentCompany", "readable": "parent company", "graph": "property:parent_company" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "American_Journal_of_Mathematics", "readable": "American Journal of Mathematics", "graph": "resource:American_Journal_of_Mathematics" }, { "modified": "Johns_Hopkins_University", "readable": "Johns Hopkins University", "graph": "resource:Johns_Hopkins_University" }, { "modified": "Johns_Hopkins_University_Press", "readable": "Johns Hopkins University Press", "graph": "resource:Johns_Hopkins_University_Press" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:written_work . FILTER ( ?a < '2000000' ) . ?f property:oclc_number ?a . ?f property:publisher ?h . ?h property:parent_company resource:Johns_Hopkins_University }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:written_work . FILTER ( ?a < '2000000' ) . ?f property:oclc_number ?a . ?f property:publisher ?h . ?h property:parent_company resource:Johns_Hopkins_University }", "graph_answer": [ "resource:American_Journal_of_Mathematics" ], "readable_answer": [ "American Journal of Mathematics" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?z property:parent_company resource:Johns_Hopkins_University . FILTER ( ?w < '2000000' ) . resource:American_Journal_of_Mathematics property:oclc_number ?w . resource:American_Journal_of_Mathematics rdf:type ontology:written_work . resource:American_Journal_of_Mathematics property:publisher ?z }", "readable_query": "SELECT DISTINCT ?w WHERE { ?z property:parent_company resource:Johns_Hopkins_University . FILTER ( ?w < '2000000' ) . resource:American_Journal_of_Mathematics property:oclc_number ?w . resource:American_Journal_of_Mathematics rdf:type ontology:written_work . resource:American_Journal_of_Mathematics property:publisher ?z }", "graph_answer": [ "1480153" ], "readable_answer": [ "1480153" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:American_Journal_of_Mathematics property:oclc_number 1480153 . ?q property:parent_company resource:Johns_Hopkins_University . resource:American_Journal_of_Mathematics property:publisher ?q . resource:American_Journal_of_Mathematics rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:American_Journal_of_Mathematics property:oclc_number 1480153 . ?q property:parent_company resource:Johns_Hopkins_University . resource:American_Journal_of_Mathematics property:publisher ?q . resource:American_Journal_of_Mathematics rdf:type ontology:written_work }", "graph_answer": [ "resource:Johns_Hopkins_University_Press" ], "readable_answer": [ "Johns Hopkins University Press" ], "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 ( COUNT ( ?i ) AS ?q ) WHERE { resource:Johns_Hopkins_University_Press property:country ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?q ) WHERE { resource:Johns_Hopkins_University_Press property:country ?i }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Johns_Hopkins_University_Press property:country ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Johns_Hopkins_University_Press property:country ?j }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
2
3466
Id78
[ { "subject": "Ahmet_Ertegun", "property": "hometown", "object": "Washington,_D.C." }, { "subject": "Ahmet_Ertegun", "property": "origin", "object": "United_States" } ]
[ { "subject": "Ahmet_Ertegun", "property": "origin", "object": "United_States" }, { "subject": "Ahmet_Ertegun", "property": "origin", "object": "Washington,_D.C." } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ahmet Ertegun is from the Washington D.C., United States.", "Ahmet Ertegun is from Washington DC in the United States.", "Ahmet Ertegun is originally from Washington D.C. which is in the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ahmet_Ertegun", "rdf:type", "ontology:artist" ], [ "resource:Ahmet_Ertegun", "property:origin", "resource:United_States" ], [ "resource:Ahmet_Ertegun", "property:origin", "resource:Washington__D_C_" ] ]
Ahmet_Ertegun
[ { "modified": "origin", "readable": "origin", "graph": "property:origin" }, { "modified": "Ahmet_Ertegun", "readable": "Ahmet Ertegun", "graph": "resource:Ahmet_Ertegun" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?x ) WHERE { resource:Ahmet_Ertegun property:origin ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?x ) WHERE { resource:Ahmet_Ertegun property:origin ?s }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:Ahmet_Ertegun property:origin ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Ahmet_Ertegun property:origin ?e }", "graph_answer": [ "resource:United_States", "resource:Washington__D_C_" ], "readable_answer": [ "United States", "Washington, D.C." ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
2
5239
Id231
[ { "subject": "Battle_of_Antietam", "property": "commander", "object": "Robert_E._Lee" }, { "subject": "Aaron_S._Daggett", "property": "battles", "object": "Battle_of_Antietam" } ]
[ { "subject": "Battle_of_Antietam", "property": "commander", "object": "Robert_E._Lee" }, { "subject": "Aaron_S._Daggett", "property": "battle", "object": "Battle_of_Antietam" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Both Aaron S. Daggett and Robert .E. Lee (commander) were at the Battle of Antietam.", "Aaron S Daggett fought in the Battle of Antietam, where Robert E Lee was a commander.", "Robert E Lee was commander in the Battle of Antietam in which Aaron S. Daggett also fought." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Battle_of_Antietam", "property:commander", "resource:Robert_E__Lee" ], [ "resource:Aaron_S__Daggett", "rdf:type", "ontology:politician" ], [ "resource:Aaron_S__Daggett", "property:battle", "resource:Battle_of_Antietam" ] ]
Aaron_S._Daggett
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "Aaron_S._Daggett", "readable": "Aaron S. Daggett", "graph": "resource:Aaron_S__Daggett" }, { "modified": "Battle_of_Antietam", "readable": "Battle of Antietam", "graph": "resource:Battle_of_Antietam" }, { "modified": "Robert_E._Lee", "readable": "Robert E. Lee", "graph": "resource:Robert_E__Lee" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?z WHERE { ?h rdf:type ontology:politician . ?h property:battle ?z . ?z property:commander resource:Robert_E__Lee }", "readable_query": "SELECT DISTINCT ?h ?z WHERE { ?h rdf:type ontology:politician . ?h property:battle ?z . ?z property:commander resource:Robert_E._Lee }", "graph_answer": [ "resource:Aaron_S__Daggett", "resource:Battle_of_Antietam" ], "readable_answer": [ "Aaron S. Daggett", "Battle of Antietam" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
SportsTeam
4
10662
Id103
[ { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "league", "object": "Campeonato_Brasileiro_Série_C" }, { "subject": "Campeonato_Brasileiro_Série_C", "property": "country", "object": "Brazil" }, { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "fullname", "object": "\"Agremiação Sportiva Arapiraquense\"@en" }, { "subject": "Campeonato_Brasileiro_Série_C", "property": "champions", "object": "Vila_Nova_Futebol_Clube" } ]
[ { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "league", "object": "Campeonato_Brasileiro_Série_C" }, { "subject": "Campeonato_Brasileiro_Série_C", "property": "country", "object": "Brazil" }, { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "fullName", "object": "\"Agremiação Sportiva Arapiraquense\"" }, { "subject": "Campeonato_Brasileiro_Série_C", "property": "champions", "object": "Vila_Nova_Futebol_Clube" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Agremiação Sportiva Arapiraquense (their full name) play in the Campeonato Brasileiro Série C league which is based in Brazil. Vila Nova Futebol Clube are the champions of this league.", "Vila Nova Futebol Clube have been champions of Campeonato Brasileiro Série C. in Brazil in which Agremiação Sportiva Arapiraquense also play. Their full name is \"Agremiação Sportiva Arapiraquense\"." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Campeonato_Brasileiro_S_rie_C", "property:champions", "resource:Vila_Nova_Futebol_Clube" ], [ "resource:Campeonato_Brasileiro_S_rie_C", "property:country", "resource:Brazil" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "property:full_name", "resource:Agremia__o_Sportiva_Arapiraquense" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "rdf:type", "ontology:sports_team" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "property:league", "resource:Campeonato_Brasileiro_S_rie_C" ] ]
Agremiação_Sportiva_Arapiraquense
[ { "modified": "champions", "readable": "champions", "graph": "property:champions" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "fullName", "readable": "full name", "graph": "property:full_name" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "Agremiação Sportiva Arapiraquense", "readable": "Agremiação Sportiva Arapiraquense", "graph": "resource:Agremia__o_Sportiva_Arapiraquense" }, { "modified": "Brazil", "readable": "Brazil", "graph": "resource:Brazil" }, { "modified": "Campeonato_Brasileiro_Série_C", "readable": "Campeonato Brasileiro Série C", "graph": "resource:Campeonato_Brasileiro_S_rie_C" }, { "modified": "Vila_Nova_Futebol_Clube", "readable": "Vila Nova Futebol Clube", "graph": "resource:Vila_Nova_Futebol_Clube" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?r property:champions resource:S_S__Robur_Siena . ?r property:country resource:Brazil }", "readable_query": "ASK WHERE { ?r property:champions resource:S.S._Robur_Siena . ?r property:country resource:Brazil }", "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 { ?m property:champions resource:Vila_Nova_Futebol_Clube . ?m property:country resource:Brazil }", "readable_query": "ASK WHERE { ?m property:champions resource:Vila_Nova_Futebol_Clube . ?m property:country resource:Brazil }", "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 ?l WHERE { ?l property:country resource:Brazil . ?l property:champions resource:Vila_Nova_Futebol_Clube }", "readable_query": "SELECT ?l WHERE { ?l property:country resource:Brazil . ?l property:champions resource:Vila_Nova_Futebol_Clube }", "graph_answer": [ "resource:Campeonato_Brasileiro_S_rie_C" ], "readable_answer": [ "Campeonato Brasileiro Série C" ], "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 ?g WHERE { ?g property:league resource:Campeonato_Brasileiro_S_rie_C . ?g rdf:type ontology:sports_team }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:league resource:Campeonato_Brasileiro_Série_C . ?g rdf:type ontology:sports_team }", "graph_answer": [ "resource:Agremia__o_Sportiva_Arapiraquense" ], "readable_answer": [ "Agremiação Sportiva Arapiraquense" ], "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
5
12242
Id189
[ { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Amatriciana_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "leader", "object": "Sergio_Mattarella" }, { "subject": "Italy", "property": "leaderName", "object": "Laura_Boldrini" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
[ { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Amatriciana_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "leader", "object": "Sergio_Mattarella" }, { "subject": "Italy", "property": "leader", "object": "Laura_Boldrini" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Sergio Mattarella and Laura Boldrini are leaders in Italy, where Italian is spoken, Rome is the capital and Amatriciana sauce is a traditional dish.", "Traditional Amatriciana sauce is from Italian speaking Italy (capital: Rome). It is led by Laura Boldrini and Sergio Mattarella." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Amatriciana_sauce", "rdf:type", "ontology:food" ], [ "resource:Amatriciana_sauce", "property:country", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Laura_Boldrini" ], [ "resource:Italy", "property:leader", "resource:Sergio_Mattarella" ], [ "resource:Italy", "property:capital", "resource:Rome" ], [ "resource:Italy", "property:language", "resource:Italian_language" ] ]
Amatriciana_sauce
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Amatriciana_sauce", "readable": "Amatriciana sauce", "graph": "resource:Amatriciana_sauce" }, { "modified": "Italian_language", "readable": "Italian language", "graph": "resource:Italian_language" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Laura_Boldrini", "readable": "Laura Boldrini", "graph": "resource:Laura_Boldrini" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" }, { "modified": "Sergio_Mattarella", "readable": "Sergio Mattarella", "graph": "resource:Sergio_Mattarella" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:Italy property:leader ?o . FILTER ( CONTAINS ( LCASE ( ?o ) , 'boldrini' ) ) }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Italy property:leader ?o . FILTER ( CONTAINS ( LCASE ( ?o ) , 'boldrini' ) ) }", "graph_answer": [ "resource:Laura_Boldrini" ], "readable_answer": [ "Laura Boldrini" ], "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 ( ?d ) AS ?j ) WHERE { resource:Italy property:leader ?d }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?j ) WHERE { resource:Italy property:leader ?d }", "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 ?p WHERE { FILTER ( ?p != resource:Laura_Boldrini ) . resource:Italy property:leader ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( ?p != resource:Laura_Boldrini ) . resource:Italy property:leader ?p }", "graph_answer": [ "resource:Sergio_Mattarella" ], "readable_answer": [ "Sergio Mattarella" ], "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 ?z WHERE { ?z rdf:type ontology:food . FILTER ( CONTAINS ( LCASE ( ?z ) , 'amatriciana' ) ) . ?z property:country resource:Italy }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:food . FILTER ( CONTAINS ( LCASE ( ?z ) , 'amatriciana' ) ) . ?z property:country resource:Italy }", "graph_answer": [ "resource:Amatriciana_sauce" ], "readable_answer": [ "Amatriciana sauce" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Italy property:first_aired ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Italy property:first_aired ?x }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
5
12504
Id23
[ { "subject": "Abdulsalami_Abubakar", "property": "successor", "object": "Olusegun_Obasanjo" }, { "subject": "Nigerian_Air_Force", "property": "commander", "object": "Sadique_Abubakar" }, { "subject": "Abdulsalami_Abubakar", "property": "vicePresident", "object": "Mike_Akhigbe" }, { "subject": "Mike_Akhigbe", "property": "predecessor", "object": "Oladipo_Diya" }, { "subject": "Abdulsalami_Abubakar", "property": "militaryBranch", "object": "Nigerian_Air_Force" } ]
[ { "subject": "Abdulsalami_Abubakar", "property": "successor", "object": "Olusegun_Obasanjo" }, { "subject": "Nigerian_Air_Force", "property": "commander", "object": "Sadique_Abubakar" }, { "subject": "Abdulsalami_Abubakar", "property": "inOfficeWhileVicePresident", "object": "Mike_Akhigbe" }, { "subject": "Mike_Akhigbe", "property": "predecessor", "object": "Oladipo_Diya" }, { "subject": "Abdulsalami_Abubakar", "property": "militaryBranch", "object": "Nigerian_Air_Force" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Olusegun Obasanjo was the succesor to Abdulsalami Abubakar, who, was a member of the Nigerian Air Force, in which Sadique Abubakar is a commander. Abdulsalami Abubakar was in office while Mike Akhigbe was Vice President. Oladipo Diya, was Mike Akhigbe's predecessor.", "Abdulsalami Abubakar was in the Nigerian air force and was in office when Mike Akhigbe was vice president. His successor was Olusegun Obasanjo and Sadique Abubakar was a commander. Mike Akhigbe was preceded by Oladipo Diya.", "Abdulsalami Abubakar was in office during the Vice Presidency of Mike Akhigbe, who had succeeded Oladipo Diya. Abubakar had served in the Nigerian Air Force where Sadique Abubakar was the commander, and his successor was Olusegun Obasanjo." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Mike_Akhigbe", "property:predecessor", "resource:Oladipo_Diya" ], [ "resource:Nigerian_Air_Force", "property:commander", "resource:Sadique_Abubakar" ], [ "resource:Abdulsalami_Abubakar", "rdf:type", "ontology:politician" ], [ "resource:Abdulsalami_Abubakar", "property:military_branch", "resource:Nigerian_Air_Force" ], [ "resource:Abdulsalami_Abubakar", "property:in_office_while_vice_president", "resource:Mike_Akhigbe" ], [ "resource:Abdulsalami_Abubakar", "property:successor", "resource:Olusegun_Obasanjo" ] ]
Abdulsalami_Abubakar
[ { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "inOfficeWhileVicePresident", "readable": "in office while vice president", "graph": "property:in_office_while_vice_president" }, { "modified": "militaryBranch", "readable": "military branch", "graph": "property:military_branch" }, { "modified": "predecessor", "readable": "predecessor", "graph": "property:predecessor" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Abdulsalami_Abubakar", "readable": "Abdulsalami Abubakar", "graph": "resource:Abdulsalami_Abubakar" }, { "modified": "Mike_Akhigbe", "readable": "Mike Akhigbe", "graph": "resource:Mike_Akhigbe" }, { "modified": "Nigerian_Air_Force", "readable": "Nigerian Air Force", "graph": "resource:Nigerian_Air_Force" }, { "modified": "Oladipo_Diya", "readable": "Oladipo Diya", "graph": "resource:Oladipo_Diya" }, { "modified": "Olusegun_Obasanjo", "readable": "Olusegun Obasanjo", "graph": "resource:Olusegun_Obasanjo" }, { "modified": "Sadique_Abubakar", "readable": "Sadique Abubakar", "graph": "resource:Sadique_Abubakar" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?f ) WHERE { ?u rdf:type ontology:politician . ?u property:successor resource:Olusegun_Obasanjo . ?u property:military_branch ?b }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?f ) WHERE { ?u rdf:type ontology:politician . ?u property:successor resource:Olusegun_Obasanjo . ?u property:military_branch ?b }", "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 ?z WHERE { ?j property:successor resource:Olusegun_Obasanjo . ?j property:military_branch ?z . ?j rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?z WHERE { ?j property:successor resource:Olusegun_Obasanjo . ?j property:military_branch ?z . ?j rdf:type ontology:politician }", "graph_answer": [ "resource:Nigerian_Air_Force" ], "readable_answer": [ "Nigerian Air Force" ], "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 ?e WHERE { resource:Mike_Akhigbe property:genus ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Mike_Akhigbe property:genus ?e }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
4
9215
Id138
[ { "subject": "Ampara_Hospital", "property": "country", "object": "Sri_Lanka" }, { "subject": "Sri_Lanka", "property": "leader", "object": "Ranil_Wickremesinghe" }, { "subject": "Ampara_Hospital", "property": "region", "object": "Ampara_District" }, { "subject": "Sri_Lanka", "property": "capital", "object": "Sri_Jayawardenepura_Kotte" } ]
[ { "subject": "Ampara_Hospital", "property": "country", "object": "Sri_Lanka" }, { "subject": "Sri_Lanka", "property": "leader", "object": "Ranil_Wickremesinghe" }, { "subject": "Ampara_Hospital", "property": "region", "object": "Ampara_District" }, { "subject": "Sri_Lanka", "property": "capital", "object": "Sri_Jayawardenepura_Kotte" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Ampara Hospital is in the Ampara district of Sri Lanka, a country with leader Ranil Wickremesinghe and capital Sri Jayawardenepura Kotte.", "Ampara Hospital is located in Ampara District, Sri Lanka. The capital of the country is Sri Jayawardenepura Kotte and the leader is Ranil Wickremesinghe." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Sri_Lanka", "property:leader", "resource:Ranil_Wickremesinghe" ], [ "resource:Sri_Lanka", "property:capital", "resource:Sri_Jayawardenepura_Kotte" ], [ "resource:Ampara_Hospital", "rdf:type", "ontology:building" ], [ "resource:Ampara_Hospital", "property:country", "resource:Sri_Lanka" ], [ "resource:Ampara_Hospital", "property:region", "resource:Ampara_District" ] ]
Ampara_Hospital
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Ampara_District", "readable": "Ampara District", "graph": "resource:Ampara_District" }, { "modified": "Ampara_Hospital", "readable": "Ampara Hospital", "graph": "resource:Ampara_Hospital" }, { "modified": "Ranil_Wickremesinghe", "readable": "Ranil Wickremesinghe", "graph": "resource:Ranil_Wickremesinghe" }, { "modified": "Sri_Jayawardenepura_Kotte", "readable": "Sri Jayawardenepura Kotte", "graph": "resource:Sri_Jayawardenepura_Kotte" }, { "modified": "Sri_Lanka", "readable": "Sri Lanka", "graph": "resource:Sri_Lanka" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?c ) WHERE { ?q property:country ?p . ?q rdf:type ontology:building . ?p property:currency resource:Sri_Lankan_rupee }", "readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?c ) WHERE { ?q property:country ?p . ?q rdf:type ontology:building . ?p property:currency resource:Sri_Lankan_rupee }", "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 ?s WHERE { FILTER ( STRSTARTS ( LCASE ( ?s ) , 'a' ) ) . ?s property:region resource:Ampara_District . ?b property:leader resource:Ranil_Wickremesinghe . ?s property:country ?b . ?s rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( STRSTARTS ( LCASE ( ?s ) , 'a' ) ) . ?s property:region resource:Ampara_District . ?b property:leader resource:Ranil_Wickremesinghe . ?s property:country ?b . ?s rdf:type ontology:building }", "graph_answer": [ "resource:Ampara_Hospital" ], "readable_answer": [ "Ampara Hospital" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:leader resource:Ranil_Wickremesinghe . resource:Ampara_Hospital rdf:type ontology:building . resource:Ampara_Hospital property:region resource:Ampara_District . resource:Ampara_Hospital property:country ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:leader resource:Ranil_Wickremesinghe . resource:Ampara_Hospital rdf:type ontology:building . resource:Ampara_Hospital property:region resource:Ampara_District . resource:Ampara_Hospital property:country ?k }", "graph_answer": [ "resource:Sri_Lanka" ], "readable_answer": [ "Sri Lanka" ], "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 ?c WHERE { resource:Sri_Lanka property:top_speed ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Sri_Lanka property:top_speed ?c }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
2
3433
Id45
[ { "subject": "Abradab", "property": "birthPlace", "object": "Poland" }, { "subject": "Poland", "property": "ethnicGroup", "object": "Kashubians" } ]
[ { "subject": "Abradab", "property": "birthPlace", "object": "Poland" }, { "subject": "Poland", "property": "ethnicGroup", "object": "Kashubians" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abradab was born in Poland and one of the country's ethnic groups is Kashubians.", "The birth place of Abradab is Poland where Kashubians are an ethnic group.", "Abradab was born in Poland where Kashubians are an ethnic group." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abradab", "rdf:type", "ontology:artist" ], [ "resource:Abradab", "property:birth_place", "resource:Poland" ], [ "resource:Poland", "property:ethnic_group", "resource:Kashubians" ] ]
Abradab
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "Abradab", "readable": "Abradab", "graph": "resource:Abradab" }, { "modified": "Kashubians", "readable": "Kashubians", "graph": "resource:Kashubians" }, { "modified": "Poland", "readable": "Poland", "graph": "resource:Poland" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'p' ) ) . ?y property:ethnic_group resource:Kashubians }", "readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'p' ) ) . ?y property:ethnic_group resource:Kashubians }", "graph_answer": [ "resource:Poland" ], "readable_answer": [ "Poland" ], "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 ?t WHERE { ?t rdf:type ontology:artist . ?t property:birth_place resource:Poland }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:artist . ?t property:birth_place resource:Poland }", "graph_answer": [ "resource:Abradab" ], "readable_answer": [ "Abradab" ], "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" ] } ]
Monument
5
12449
Id13
[ { "subject": "Adams_County,_Pennsylvania", "property": "southeast", "object": "Carroll_County,_Maryland" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "established", "object": "2000" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "category", "object": "Contributing_property" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "municipality", "object": "Gettysburg,_Pennsylvania" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "region", "object": "Adams_County,_Pennsylvania" } ]
[ { "subject": "Adams_County,_Pennsylvania", "property": "hasToItsSoutheast", "object": "Carroll_County,_Maryland" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "established", "object": "2000" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "category", "object": "Contributing_property" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "municipality", "object": "Gettysburg,_Pennsylvania" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "location", "object": "Adams_County,_Pennsylvania" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The 11th Mississippi Infantry Monument is in the municipality of Gettysburg, Adams County, Pennsylvania. The monument was completed in the year 2000 and is categorised as a contributing property. Adams County, Pennsylvania has Carroll County, Maryland to its southeast.", "The 11th Mississippi Infantry Monument's location is Gettysburg, Adams County, Pennsylvania. It was erected in the year 2000 and is categorized as a Contributing Property. Carroll County Maryland is southeast of Adams County Pennsylvania." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:11th_Mississippi_Infantry_Monument", "rdf:type", "ontology:monument" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:location", "resource:Adams_County__Pennsylvania" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:municipality", "resource:Gettysburg__Pennsylvania" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:established", "resource:2000" ], [ "resource:11th_Mississippi_Infantry_Monument", "property:category", "resource:Contributing_property" ], [ "resource:Adams_County__Pennsylvania", "property:has_to_its_southeast", "resource:Carroll_County__Maryland" ] ]
11th_Mississippi_Infantry_Monument
[ { "modified": "category", "readable": "category", "graph": "property:category" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "hasToItsSoutheast", "readable": "has to its southeast", "graph": "property:has_to_its_southeast" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "municipality", "readable": "municipality", "graph": "property:municipality" }, { "modified": "11th_Mississippi_Infantry_Monument", "readable": "11th Mississippi Infantry Monument", "graph": "resource:11th_Mississippi_Infantry_Monument" }, { "modified": "2000", "readable": "2000", "graph": "resource:2000" }, { "modified": "Adams_County,_Pennsylvania", "readable": "Adams County, Pennsylvania", "graph": "resource:Adams_County__Pennsylvania" }, { "modified": "Carroll_County,_Maryland", "readable": "Carroll County, Maryland", "graph": "resource:Carroll_County__Maryland" }, { "modified": "Contributing_property", "readable": "Contributing property", "graph": "resource:Contributing_property" }, { "modified": "Gettysburg,_Pennsylvania", "readable": "Gettysburg, Pennsylvania", "graph": "resource:Gettysburg__Pennsylvania" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?g property:category resource:Contributing_property . ?g rdf:type ontology:monument . ?g property:location resource:Adams_County__Pennsylvania . FILTER ( CONTAINS ( LCASE ( ?g ) , 'monument' ) ) }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:category resource:Contributing_property . ?g rdf:type ontology:monument . ?g property:location resource:Adams_County,_Pennsylvania . FILTER ( CONTAINS ( LCASE ( ?g ) , 'monument' ) ) }", "graph_answer": [ "resource:11th_Mississippi_Infantry_Monument" ], "readable_answer": [ "11th Mississippi Infantry Monument" ], "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 ?n ?h WHERE { resource:11th_Mississippi_Infantry_Monument property:established ?n . resource:11th_Mississippi_Infantry_Monument property:municipality ?h }", "readable_query": "SELECT DISTINCT ?n ?h WHERE { resource:11th_Mississippi_Infantry_Monument property:established ?n . resource:11th_Mississippi_Infantry_Monument property:municipality ?h }", "graph_answer": [ "resource:2000", "resource:Gettysburg__Pennsylvania" ], "readable_answer": [ "2000", "Gettysburg, Pennsylvania" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Artist
5
11220
Id71
[ { "subject": "Albennie_Jones", "property": "activeYearsStartYear", "object": "\"1930\"^^xsd:gYear" }, { "subject": "Albennie_Jones", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "stylisticOrigin", "object": "Blues" }, { "subject": "Albennie_Jones", "property": "birthPlace", "object": "Errata,_Mississippi" }, { "subject": "Rhythm_and_blues", "property": "derivative", "object": "Disco" } ]
[ { "subject": "Albennie_Jones", "property": "activeYearsStartYear", "object": "1930" }, { "subject": "Albennie_Jones", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Rhythm_and_blues", "property": "stylisticOrigin", "object": "Blues" }, { "subject": "Albennie_Jones", "property": "birthPlace", "object": "Errata,_Mississippi" }, { "subject": "Rhythm_and_blues", "property": "derivative", "object": "Disco" } ]
(X (X) (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Albennie Jones was born in Errata, Mississippi, and became active in the rhythm and blues genre in 1930. Disco is a derivative of Rhythm and blues, which originated from blues music.", "Born in Errata, Mississippi, Albennie Jones began his musical career in 1930. He is performer of rhythm and blues which originated from the blues and has disco as a derivative.", "Born in Errata, Mississippi, Albennie Jones started being active in 1930 and is a performer of rhythm and blues. Disco is a derivative of rhythm and blues which originated from blues music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albennie_Jones", "rdf:type", "ontology:artist" ], [ "resource:Albennie_Jones", "property:active_years_start_year", "resource:1930" ], [ "resource:Albennie_Jones", "property:genre", "resource:Rhythm_and_blues" ], [ "resource:Albennie_Jones", "property:birth_place", "resource:Errata__Mississippi" ], [ "resource:Rhythm_and_blues", "property:derivative", "resource:Disco" ], [ "resource:Rhythm_and_blues", "property:stylistic_origin", "resource:Blues" ] ]
Albennie_Jones
[ { "modified": "activeYearsStartYear", "readable": "active years start year", "graph": "property:active_years_start_year" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "1930", "readable": "1930", "graph": "resource:1930" }, { "modified": "Albennie_Jones", "readable": "Albennie Jones", "graph": "resource:Albennie_Jones" }, { "modified": "Blues", "readable": "Blues", "graph": "resource:Blues" }, { "modified": "Disco", "readable": "Disco", "graph": "resource:Disco" }, { "modified": "Errata,_Mississippi", "readable": "Errata, Mississippi", "graph": "resource:Errata__Mississippi" }, { "modified": "Rhythm_and_blues", "readable": "Rhythm and blues", "graph": "resource:Rhythm_and_blues" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?q property:derivative resource:Disco . ?q property:stylistic_origin ?c . FILTER ( CONTAINS ( LCASE ( ?q ) , 'rhythm' ) ) }", "readable_query": "SELECT DISTINCT ?c WHERE { ?q property:derivative resource:Disco . ?q property:stylistic_origin ?c . FILTER ( CONTAINS ( LCASE ( ?q ) , 'rhythm' ) ) }", "graph_answer": [ "resource:Blues" ], "readable_answer": [ "Blues" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?y ) WHERE { ?c rdf:type ontology:artist . ?q property:stylistic_origin resource:Blues . ?c property:genre ?q }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?y ) WHERE { ?c rdf:type ontology:artist . ?q property:stylistic_origin resource:Blues . ?c property:genre ?q }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "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 ?f WHERE { ?f rdf:type ontology:artist . ?f property:genre ?u . ?u property:stylistic_origin resource:Blues }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:artist . ?f property:genre ?u . ?u property:stylistic_origin resource:Blues }", "graph_answer": [ "resource:Albennie_Jones" ], "readable_answer": [ "Albennie Jones" ], "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 ?m WHERE { ?m property:stylistic_origin resource:Blues . resource:Albennie_Jones property:genre ?m . resource:Albennie_Jones rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:stylistic_origin resource:Blues . resource:Albennie_Jones property:genre ?m . resource:Albennie_Jones rdf:type ontology:artist }", "graph_answer": [ "resource:Rhythm_and_blues" ], "readable_answer": [ "Rhythm and blues" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:Albennie_Jones property:birth_place ?d . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'e' ) ) }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Albennie_Jones property:birth_place ?d . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'e' ) ) }", "graph_answer": [ "resource:Errata__Mississippi" ], "readable_answer": [ "Errata, Mississippi" ], "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 ?l WHERE { resource:Albennie_Jones property:first_aired ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Albennie_Jones property:first_aired ?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" ] }, { "question": [], "graph_query": "ASK WHERE { ?z rdf:type ontology:artist . ?z property:active_years_start_year ?x . ?z property:birth_place resource:Burbank__California }", "readable_query": "ASK WHERE { ?z rdf:type ontology:artist . ?z property:active_years_start_year ?x . ?z property:birth_place resource:Burbank,_California }", "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
2
4307
Id157
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Angola,_Indiana", "property": "subdivisionName", "object": "United_States" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Angola,_Indiana", "property": "isPartOf", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Angola is part of Indiana, United States, the capital of which is Washington, D.C.", "Washington DC is the capital of the United States, where Angola, Indiana can be found.", "Angola is located in Indiana in the United States and the country's capital is Washington DC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Angola__Indiana", "rdf:type", "ontology:city" ], [ "resource:Angola__Indiana", "property:is_part_of", "resource:United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ] ]
Angola,_Indiana
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Angola,_Indiana", "readable": "Angola, Indiana", "graph": "resource:Angola__Indiana" }, { "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 ?m ?g WHERE { ?g property:capital resource:Washington__D_C_ . ?m property:is_part_of ?g . ?m rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?m ?g WHERE { ?g property:capital resource:Washington,_D.C. . ?m property:is_part_of ?g . ?m rdf:type ontology:city }", "graph_answer": [ "resource:Angola__Indiana", "resource:United_States" ], "readable_answer": [ "Angola, Indiana", "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Building
3
6500
Id120
[ { "subject": "Alan_B._Miller_Hall", "property": "architecturalStyle", "object": "Georgian_architecture" }, { "subject": "Mason_School_of_Business", "property": "country", "object": "United_States" }, { "subject": "Alan_B._Miller_Hall", "property": "currentTenants", "object": "Mason_School_of_Business" } ]
[ { "subject": "Alan_B._Miller_Hall", "property": "architecturalStyle", "object": "Georgian_architecture" }, { "subject": "Mason_School_of_Business", "property": "country", "object": "United_States" }, { "subject": "Alan_B._Miller_Hall", "property": "currentTenants", "object": "Mason_School_of_Business" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Alan B Miller Hall built in the Georgian architecture style currently hosts the US Mason School of Business." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Alan_B__Miller_Hall", "rdf:type", "ontology:building" ], [ "resource:Alan_B__Miller_Hall", "property:architectural_style", "resource:Georgian_architecture" ], [ "resource:Alan_B__Miller_Hall", "property:current_tenants", "resource:Mason_School_of_Business" ], [ "resource:Mason_School_of_Business", "property:country", "resource:United_States" ] ]
Alan_B._Miller_Hall
[ { "modified": "architecturalStyle", "readable": "architectural style", "graph": "property:architectural_style" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "currentTenants", "readable": "current tenants", "graph": "property:current_tenants" }, { "modified": "Alan_B._Miller_Hall", "readable": "Alan B. Miller Hall", "graph": "resource:Alan_B__Miller_Hall" }, { "modified": "Georgian_architecture", "readable": "Georgian architecture", "graph": "resource:Georgian_architecture" }, { "modified": "Mason_School_of_Business", "readable": "Mason School of Business", "graph": "resource:Mason_School_of_Business" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?r property:current_tenants ?c . ?c property:country resource:United_States . ?r property:architectural_style resource:Georgian_architecture . ?r rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?c WHERE { ?r property:current_tenants ?c . ?c property:country resource:United_States . ?r property:architectural_style resource:Georgian_architecture . ?r rdf:type ontology:building }", "graph_answer": [ "resource:Mason_School_of_Business" ], "readable_answer": [ "Mason School of Business" ], "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 ?v WHERE { ?v property:current_tenants resource:Mason_School_of_Business . resource:Mason_School_of_Business property:country resource:United_States . ?v property:architectural_style resource:Georgian_architecture . ?v rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?v WHERE { ?v property:current_tenants resource:Mason_School_of_Business . resource:Mason_School_of_Business property:country resource:United_States . ?v property:architectural_style resource:Georgian_architecture . ?v rdf:type ontology:building }", "graph_answer": [ "resource:Alan_B__Miller_Hall" ], "readable_answer": [ "Alan B. Miller Hall" ], "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" ] } ]
Food
3
7347
Id260
[ { "subject": "Bionico", "property": "country", "object": "Mexico" }, { "subject": "Mexico", "property": "leader", "object": "Silvano_Aureoles_Conejo" }, { "subject": "Mexico", "property": "demonym", "object": "Mexicans" } ]
[ { "subject": "Bionico", "property": "country", "object": "Mexico" }, { "subject": "Mexico", "property": "leader", "object": "Silvano_Aureoles_Conejo" }, { "subject": "Mexico", "property": "demonym", "object": "Mexicans" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bionico is a food found in Mexico, where Silvano Aureoles Conejo leads the Mexican people.", "Bionicoa is a food from Mexico where the people are known as Mexicans and the leader is Silvano Aureoles Conejo.", "The name of the leader of Mexico is Silvano Aureoles Conejo. In mexico, mexicans eat Bionico." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Mexico", "property:leader", "resource:Silvano_Aureoles_Conejo" ], [ "resource:Mexico", "property:demonym", "resource:Mexicans" ], [ "resource:Bionico", "rdf:type", "ontology:food" ], [ "resource:Bionico", "property:country", "resource:Mexico" ] ]
Bionico
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Bionico", "readable": "Bionico", "graph": "resource:Bionico" }, { "modified": "Mexicans", "readable": "Mexicans", "graph": "resource:Mexicans" }, { "modified": "Mexico", "readable": "Mexico", "graph": "resource:Mexico" }, { "modified": "Silvano_Aureoles_Conejo", "readable": "Silvano Aureoles Conejo", "graph": "resource:Silvano_Aureoles_Conejo" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Bionico property:country ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'm' ) ) }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Bionico property:country ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'm' ) ) }", "graph_answer": [ "resource:Mexico" ], "readable_answer": [ "Mexico" ], "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 ( ?w ) AS ?k ) WHERE { resource:Mexico property:demonym ?w }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?k ) WHERE { resource:Mexico property:demonym ?w }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Mexico property:demonym ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Mexico property:demonym ?l }", "graph_answer": [ "resource:Mexicans" ], "readable_answer": [ "Mexicans" ], "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 ?a WHERE { resource:Mexico property:compete_in ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Mexico property:compete_in ?a }", "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
5744
Id77
[ { "subject": "Alderney_Airport", "property": "r1Surface", "object": "Poaceae" }, { "subject": "Poaceae", "property": "order", "object": "Poales" }, { "subject": "Poaceae", "property": "unrankedClassis", "object": "Monocotyledon" } ]
[ { "subject": "Alderney_Airport", "property": "1stRunwaySurfaceType", "object": "Poaceae" }, { "subject": "Poaceae", "property": "order", "object": "Poales" }, { "subject": "Poaceae", "property": "class", "object": "Monocotyledon" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The 1st runway at Alderney Airport is made from Poaceae, a Monocotyledon classed member of the order of Poales.", "The surface of the 1st runway at Alderney airport is poaceae which is a Monocotyledon and belongs to the Poales order." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alderney_Airport", "rdf:type", "ontology:airport" ], [ "resource:Alderney_Airport", "property:1st_runway_surface_type", "resource:Poaceae" ], [ "resource:Poaceae", "property:class", "resource:Monocotyledon" ], [ "resource:Poaceae", "property:order", "resource:Poales" ] ]
Alderney_Airport
[ { "modified": "1stRunwaySurfaceType", "readable": "1st runway surface type", "graph": "property:1st_runway_surface_type" }, { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "order", "readable": "order", "graph": "property:order" }, { "modified": "Alderney_Airport", "readable": "Alderney Airport", "graph": "resource:Alderney_Airport" }, { "modified": "Monocotyledon", "readable": "Monocotyledon", "graph": "resource:Monocotyledon" }, { "modified": "Poaceae", "readable": "Poaceae", "graph": "resource:Poaceae" }, { "modified": "Poales", "readable": "Poales", "graph": "resource:Poales" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { ?p property:order resource:Poales . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'p' ) ) }", "readable_query": "SELECT DISTINCT ?p WHERE { ?p property:order resource:Poales . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'p' ) ) }", "graph_answer": [ "resource:Poaceae" ], "readable_answer": [ "Poaceae" ], "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 ?l WHERE { resource:Poaceae property:class ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'm' ) ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Poaceae property:class ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'm' ) ) }", "graph_answer": [ "resource:Monocotyledon" ], "readable_answer": [ "Monocotyledon" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Alderney_Airport rdf:type ontology:airport . resource:Alderney_Airport property:1st_runway_surface_type resource:Poaceae }", "readable_query": "ASK WHERE { resource:Alderney_Airport rdf:type ontology:airport . resource:Alderney_Airport property:1st_runway_surface_type resource:Poaceae }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Athlete
2
3733
Id73
[ { "subject": "Akeem_Dent", "property": "formerTeam", "object": "Houston_Texans" }, { "subject": "Houston_Texans", "property": "locationCity", "object": "Houston" } ]
[ { "subject": "Akeem_Dent", "property": "formerTeam", "object": "Houston_Texans" }, { "subject": "Houston_Texans", "property": "city", "object": "Houston" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Dent's former team was the Houston based Houston Texans.", "Akeem Dent used to play for Houston Texans in Houston.", "The Houston Texans, based in the city of Houston, was Akeem Dent's former team." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Dent", "property:former_team", "resource:Houston_Texans" ], [ "resource:Akeem_Dent", "rdf:type", "ontology:athlete" ], [ "resource:Houston_Texans", "property:city", "resource:Houston" ] ]
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": "Houston", "readable": "Houston", "graph": "resource:Houston" }, { "modified": "Houston_Texans", "readable": "Houston Texans", "graph": "resource:Houston_Texans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g ?u WHERE { ?u property:city resource:Houston . ?g rdf:type ontology:athlete . ?g property:former_team ?u }", "readable_query": "SELECT DISTINCT ?g ?u WHERE { ?u property:city resource:Houston . ?g rdf:type ontology:athlete . ?g property:former_team ?u }", "graph_answer": [ "resource:Akeem_Dent", "resource:Houston_Texans" ], "readable_answer": [ "Akeem Dent", "Houston Texans" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
MeanOfTransportation
5
12338
Id55
[ { "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": "\"with metal joints (arranged in a straight line), spiral bevel fully floating back axle\"" }, { "subject": "Alvis_Speed_25", "property": "wheelbase", "object": "\"3.2258\"^^xsd:double" }, { "subject": "Alvis_Speed_25", "property": "class", "object": "\"Full-size luxury car\"@en" } ]
[ { "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)" }, { "subject": "Alvis_Speed_25", "property": "class", "object": "\"Full-size luxury car\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "!937 is when prodction began of the Alvis Speed 25, a full-size luxury vehicle. It has a wheelbase of 127 inches and a straight-six engine. The Alvis Speed 25 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\".", "The Alvis Speed 25's transmission system comprises a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints and spiral bevel fully floating back axle. The Alvis Speed 25 is a full-size luxury vehicle with a straight-six engine and a wheelbase of 127 inches and its production began in 1937.", "Production, of the Alvis Speed 25 which is classed as a full-size luxury car, began in 1937. It has a straight-six engine and a wheelbase of 127 inches, along with a transmission system comprising a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints and spiral bevel fully floating back axle." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alvis_Speed_25", "property: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_luxury_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 luxury car", "readable": "Full-size luxury car", "graph": "resource:Full_size_luxury_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 ?p WHERE { resource:Alvis_Speed_25 property:class ?p . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'f' ) ) }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Alvis_Speed_25 property:class ?p . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'f' ) ) }", "graph_answer": [ "resource:Full_size_luxury_car" ], "readable_answer": [ "Full-size luxury car" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Alvis_Speed_25 property:model_start_year ?s }", "readable_query": "ASK WHERE { resource:Alvis_Speed_25 property:model_start_year ?s }", "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 ?t WHERE { resource:Alvis_Speed_25 property:model_start_year ?t }", "readable_query": "SELECT ?t WHERE { resource:Alvis_Speed_25 property:model_start_year ?t }", "graph_answer": [ "resource:1937" ], "readable_answer": [ "1937" ], "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 ?u WHERE { resource:Alvis_Speed_25 property:profession ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Alvis_Speed_25 property:profession ?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" ] } ]
Airport
5
10968
Id17
[ { "subject": "Abilene_Regional_Airport", "property": "cityServed", "object": "Abilene,_Texas" }, { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "Abilene_Regional_Airport", "property": "runwayLength", "object": "\"1121.0\"^^xsd:double" }, { "subject": "Abilene,_Texas", "property": "subdivisionName", "object": "Taylor_County,_Texas" }, { "subject": "Abilene,_Texas", "property": "country", "object": "United_States" } ]
[ { "subject": "Abilene_Regional_Airport", "property": "cityServed", "object": "Abilene,_Texas" }, { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Texas" }, { "subject": "Abilene_Regional_Airport", "property": "runwayLength", "object": "1121.0" }, { "subject": "Abilene,_Texas", "property": "isPartOf", "object": "Taylor_County,_Texas" }, { "subject": "Abilene,_Texas", "property": "country", "object": "United_States" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abilene, part of Taylor County, Texas, US is part of Texas and is served by Abilene regional airport. The airport has a runway length of 1121.0.", "With a runway length of 1121.0, Abilene regional airport serves Abilene part of Taylor County, Texas, in the United States.", "Abilene, Taylor County, Texas, United States is served by the Abilene regional airport. The runway length of the airport is 1,121." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abilene__Texas", "property:country", "resource:United_States" ], [ "resource:Abilene__Texas", "property:is_part_of", "resource:Texas" ], [ "resource:Abilene__Texas", "property:is_part_of", "resource:Taylor_County__Texas" ], [ "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" ] ]
Abilene_Regional_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "1121.0", "readable": "1121.0", "graph": "resource:1121_0" }, { "modified": "Abilene_Regional_Airport", "readable": "Abilene Regional Airport", "graph": "resource:Abilene_Regional_Airport" }, { "modified": "Abilene,_Texas", "readable": "Abilene, Texas", "graph": "resource:Abilene__Texas" }, { "modified": "Taylor_County,_Texas", "readable": "Taylor County, Texas", "graph": "resource:Taylor_County__Texas" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Abilene_Regional_Airport property:runway_length resource:1121_0 }", "readable_query": "ASK WHERE { resource:Abilene_Regional_Airport property:runway_length resource:1121.0 }", "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 ( COUNT ( ?k ) AS ?r ) WHERE { resource:Abilene__Texas property:is_part_of ?k }", "readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?r ) WHERE { resource:Abilene,_Texas property:is_part_of ?k }", "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 ?x WHERE { resource:Abilene__Texas property:is_part_of ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Abilene,_Texas property:is_part_of ?x }", "graph_answer": [ "resource:Texas", "resource:Taylor_County__Texas" ], "readable_answer": [ "Texas", "Taylor County, Texas" ], "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
4
9191
Id114
[ { "subject": "Alan_B._Miller_Hall", "property": "architect", "object": "Robert_A._M._Stern" }, { "subject": "Alan_B._Miller_Hall", "property": "architecturalStyle", "object": "Georgian_architecture" }, { "subject": "Mason_School_of_Business", "property": "country", "object": "United_States" }, { "subject": "Alan_B._Miller_Hall", "property": "currentTenants", "object": "Mason_School_of_Business" } ]
[ { "subject": "Alan_B._Miller_Hall", "property": "architect", "object": "Robert_A._M._Stern" }, { "subject": "Alan_B._Miller_Hall", "property": "architecturalStyle", "object": "Georgian_architecture" }, { "subject": "Mason_School_of_Business", "property": "country", "object": "United_States" }, { "subject": "Alan_B._Miller_Hall", "property": "currentTenants", "object": "Mason_School_of_Business" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Georgian Alan B Miller Hall, designed by Robert A M Stern in Virginia USA, currently houses the Mason School of Business.", "The Mason School of Business located in the United States, are the current tenants of Alan B Miller Hall (also known as Robert A M Stern), Alan B Miller hall has a Georgian architectural style.", "The Mason School of Business are the current tenants of Alan B. Miller Hall, in the United States, which was designed in a Georgian style 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:architectural_style", "resource:Georgian_architecture" ], [ "resource:Alan_B__Miller_Hall", "property:current_tenants", "resource:Mason_School_of_Business" ], [ "resource:Mason_School_of_Business", "property:country", "resource:United_States" ] ]
Alan_B._Miller_Hall
[ { "modified": "architect", "readable": "architect", "graph": "property:architect" }, { "modified": "architecturalStyle", "readable": "architectural style", "graph": "property:architectural_style" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "currentTenants", "readable": "current tenants", "graph": "property:current_tenants" }, { "modified": "Alan_B._Miller_Hall", "readable": "Alan B. Miller Hall", "graph": "resource:Alan_B__Miller_Hall" }, { "modified": "Georgian_architecture", "readable": "Georgian architecture", "graph": "resource:Georgian_architecture" }, { "modified": "Mason_School_of_Business", "readable": "Mason School of Business", "graph": "resource:Mason_School_of_Business" }, { "modified": "Robert_A._M._Stern", "readable": "Robert A. M. Stern", "graph": "resource:Robert_A__M__Stern" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?u property:architect resource:Robert_A__M__Stern . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'a' ) ) . ?u rdf:type ontology:building . ?u property:architectural_style resource:Georgian_architecture }", "readable_query": "SELECT DISTINCT ?u WHERE { ?u property:architect resource:Robert_A._M._Stern . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'a' ) ) . ?u rdf:type ontology:building . ?u property:architectural_style resource:Georgian_architecture }", "graph_answer": [ "resource:Alan_B__Miller_Hall" ], "readable_answer": [ "Alan B. Miller Hall" ], "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 ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 'u' ) ) . resource:Mason_School_of_Business property:country ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 'u' ) ) . resource:Mason_School_of_Business property:country ?i }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
3
6259
Id95
[ { "subject": "Alaa_Abdul-Zahra", "property": "placeOfBirth", "object": "Iraq" }, { "subject": "Alaa_Abdul-Zahra", "property": "team", "object": "Iraq_national_under-23_football_team" }, { "subject": "Alaa_Abdul-Zahra", "property": "clubs", "object": "Duhok_SC" } ]
[ { "subject": "Alaa_Abdul-Zahra", "property": "birthPlace", "object": "Iraq" }, { "subject": "Alaa_Abdul-Zahra", "property": "club", "object": "Iraq_national_under-23_football_team" }, { "subject": "Alaa_Abdul-Zahra", "property": "club", "object": "Duhok_SC" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Iraq is the birth place of Alaa Abdul Zahra, who played for Duhok SC. Alaa Abdul-Zahra plays for the Iraq national under-23 football team.", "Iraq is the birth place of Alaa Abdul Zahra, who played for the club Duhok SC. Alaa Abdul-Zahra plays for the Iraq national under-23 football team." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alaa_Abdul_Zahra", "rdf:type", "ontology:athlete" ], [ "resource:Alaa_Abdul_Zahra", "property:club", "resource:Duhok_SC" ], [ "resource:Alaa_Abdul_Zahra", "property:club", "resource:Iraq_national_under_23_football_team" ], [ "resource:Alaa_Abdul_Zahra", "property:birth_place", "resource:Iraq" ] ]
Alaa_Abdul-Zahra
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Alaa_Abdul-Zahra", "readable": "Alaa Abdul-Zahra", "graph": "resource:Alaa_Abdul_Zahra" }, { "modified": "Duhok_SC", "readable": "Duhok SC", "graph": "resource:Duhok_SC" }, { "modified": "Iraq", "readable": "Iraq", "graph": "resource:Iraq" }, { "modified": "Iraq_national_under-23_football_team", "readable": "Iraq national under-23 football team", "graph": "resource:Iraq_national_under_23_football_team" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?w ) WHERE { resource:Alaa_Abdul_Zahra property:club ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'i' ) ) }", "readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?w ) WHERE { resource:Alaa_Abdul-Zahra property:club ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'i' ) ) }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "comparison", "string_comparison", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?o property:birth_place resource:Aberdeen . ?o rdf:type ontology:athlete . ?o property:club resource:Iraq_national_under_23_football_team }", "readable_query": "ASK WHERE { ?o property:birth_place resource:Aberdeen . ?o rdf:type ontology:athlete . ?o property:club resource:Iraq_national_under-23_football_team }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?a property:birth_place resource:Iraq . ?a property:club resource:Iraq_national_under_23_football_team . ?a rdf:type ontology:athlete }", "readable_query": "ASK WHERE { ?a property:birth_place resource:Iraq . ?a property:club resource:Iraq_national_under-23_football_team . ?a rdf:type ontology:athlete }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?o WHERE { ?o rdf:type ontology:athlete . ?o property:club resource:Iraq_national_under_23_football_team . ?o property:birth_place resource:Iraq }", "readable_query": "SELECT ?o WHERE { ?o rdf:type ontology:athlete . ?o property:club resource:Iraq_national_under-23_football_team . ?o property:birth_place resource:Iraq }", "graph_answer": [ "resource:Alaa_Abdul_Zahra" ], "readable_answer": [ "Alaa Abdul-Zahra" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?i ) WHERE { resource:Alaa_Abdul_Zahra property:club ?z }", "readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?i ) WHERE { resource:Alaa_Abdul-Zahra property:club ?z }", "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 ?v WHERE { FILTER ( ?v != resource:Iraq_national_under_23_football_team ) . resource:Alaa_Abdul_Zahra property:club ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( ?v != resource:Iraq_national_under-23_football_team ) . resource:Alaa_Abdul-Zahra property:club ?v }", "graph_answer": [ "resource:Duhok_SC" ], "readable_answer": [ "Duhok SC" ], "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" ] } ]
MeanOfTransportation
3
7427
Id27
[ { "subject": "AIDAluna", "property": "maidenVoyage", "object": "\"2009-03-22\"^^xsd:date" }, { "subject": "AIDAluna", "property": "shipBeam", "object": "\"32.2\"^^xsd:double" }, { "subject": "AIDAluna", "property": "MeanOfTransportation/length", "object": "\"252000.0\"^^<http://dbpedia.org/datatype/millimetre>" } ]
[ { "subject": "AIDAluna", "property": "maidenVoyage", "object": "2009-03-22" }, { "subject": "AIDAluna", "property": "shipBeam", "object": "32.2" }, { "subject": "AIDAluna", "property": "length", "object": "252000.0 (millimetres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "With its premier trip on March 22, 2009, the AIDAluna is 252000.0 millimetres long and has a ship beam of 32.2 long.", "The AIDAluna has a length of 252000.0 millimetres and a beam of 32.2m. It made its first trip on March 22, 2009.", "The AIDAluna is 252m long and has a beam of 32.2m. Her maiden voyage was on March 22nd 2009." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AIDAluna", "property:length", "252000.0 (millimetres)" ], [ "resource:AIDAluna", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AIDAluna", "property:maiden_voyage", "resource:2009_03_22" ], [ "resource:AIDAluna", "property:ship_beam", "resource:32_2" ] ]
AIDAluna
[ { "modified": "252000.0 (millimetres)", "readable": "252000.0", "graph": "252000.0 (millimetres)" }, { "modified": "length", "readable": "length", "graph": "property:length" }, { "modified": "maidenVoyage", "readable": "maiden voyage", "graph": "property:maiden_voyage" }, { "modified": "shipBeam", "readable": "ship beam", "graph": "property:ship_beam" }, { "modified": "2009-03-22", "readable": "2009-03-22", "graph": "resource:2009_03_22" }, { "modified": "32.2", "readable": "32.2", "graph": "resource:32_2" }, { "modified": "AIDAluna", "readable": "AIDAluna", "graph": "resource:AIDAluna" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?t property:maiden_voyage ?k . ?t property:ship_beam ?v . ?t rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( YEAR ( ?k ) , '2009' ) ) }", "readable_query": "SELECT DISTINCT ?v WHERE { ?t property:maiden_voyage ?k . ?t property:ship_beam ?v . ?t rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( YEAR ( ?k ) , '2009' ) ) }", "graph_answer": [ "resource:32_2" ], "readable_answer": [ "32.2" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?q property:maiden_voyage ?l . ?q property:ship_beam resource:32_2 . ?q rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?l WHERE { ?q property:maiden_voyage ?l . ?q property:ship_beam resource:32.2 . ?q rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:2009_03_22" ], "readable_answer": [ "2009-03-22" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?v rdf:type ontology:mean_of_transportation . ?v property:length ?k . FILTER ( CONTAINS ( YEAR ( ?x ) , '2009' ) ) . ?v property:maiden_voyage ?x }", "readable_query": "SELECT DISTINCT ?k WHERE { ?v rdf:type ontology:mean_of_transportation . ?v property:length ?k . FILTER ( CONTAINS ( YEAR ( ?x ) , '2009' ) ) . ?v property:maiden_voyage ?x }", "graph_answer": [ "252000.0 (millimetres)" ], "readable_answer": [ "252000.0" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i property:length '252000.0 (millimetres)' . FILTER ( CONTAINS ( YEAR ( ?t ) , '2009' ) ) . ?i property:maiden_voyage ?t . ?i rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:length '252000.0 (millimetres)' . FILTER ( CONTAINS ( YEAR ( ?t ) , '2009' ) ) . ?i property:maiden_voyage ?t . ?i rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:AIDAluna" ], "readable_answer": [ "AIDAluna" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] } ]
Food
3
7164
Id77
[ { "subject": "Ayam_penyet", "property": "region", "object": "\"Nationwide, also can be found in Malaysia and Singapore\"@en" }, { "subject": "Ayam_penyet", "property": "country", "object": "Java" }, { "subject": "Ayam_penyet", "property": "ingredientName", "object": "\"\\\"Squeezed\\\" or \\\"smashed\\\"fried chickenserved withsambal\"" } ]
[ { "subject": "Ayam_penyet", "property": "region", "object": "\"Nationwide, also can be found in Malaysia and Singapore\"" }, { "subject": "Ayam_penyet", "property": "country", "object": "Java" }, { "subject": "Ayam_penyet", "property": "mainIngredient", "object": "\"Squeezed\" or \"smashed\" fried chicken served with sambal" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ayam penyet is a food found in Java and can be found nationwide and also in Malaysia and Singapore. \"Squeezed\" or \"smashed\" fried chicken served with sambal is a main ingredient in ayam penyet.", "Ayam penyet's main ingredients are squeezed or smashed fried chicken served with sambal - the dish is found nationwide in Java and also Malaysia and Singapore.", "Ayam penyet originates in Java but can be found nationwide and also in Malaysia and Singapore. The main ingredients are \"squeezed\" or \"smashed\" chicken served with sambal." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ayam_penyet", "property:main_ingredient", "resource:Squeezed" ], [ "resource:Ayam_penyet", "rdf:type", "ontology:food" ], [ "resource:Ayam_penyet", "property:country", "resource:Java" ], [ "resource:Ayam_penyet", "property:region", "Nationwide, also can be found in Malaysia and Singapore" ] ]
Ayam_penyet
[ { "modified": "Nationwide, also can be found in Malaysia and Singapore", "readable": "Nationwide, also can be found in Malaysia and Singapore", "graph": "Nationwide, also can be found in Malaysia and Singapore" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Ayam_penyet", "readable": "Ayam penyet", "graph": "resource:Ayam_penyet" }, { "modified": "Java", "readable": "Java", "graph": "resource:Java" }, { "modified": "Squeezed", "readable": "Squeezed", "graph": "resource:Squeezed" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?c ) WHERE { ?a property:main_ingredient ?m . ?a rdf:type ontology:food . ?a property:ingredient resource:Fried_chicken }", "readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?c ) WHERE { ?a property:main_ingredient ?m . ?a rdf:type ontology:food . ?a property:ingredient resource:Fried_chicken }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h ?v WHERE { resource:Ayam_penyet property:country ?v . resource:Ayam_penyet property:main_ingredient ?h }", "readable_query": "SELECT DISTINCT ?h ?v WHERE { resource:Ayam_penyet property:country ?v . resource:Ayam_penyet property:main_ingredient ?h }", "graph_answer": [ "resource:Squeezed", "resource:Java" ], "readable_answer": [ "Squeezed", "Java" ], "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 { resource:Ayam_penyet property:parts_type ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Ayam_penyet property:parts_type ?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" ] } ]
MeanOfTransportation
5
12316
Id33
[ { "subject": "AMC_Matador", "property": "aka", "object": "\"Rambler Matador\"@en" }, { "subject": "AMC_Matador", "property": "assembly", "object": "Mexico_City" }, { "subject": "AMC_Matador", "property": "bodyStyle", "object": "Station_wagon" }, { "subject": "AMC_Matador", "property": "class", "object": "Mid-size_car" }, { "subject": "AMC_Matador", "property": "engine", "object": "\"I6\"@en" } ]
[ { "subject": "AMC_Matador", "property": "alternativeName", "object": "\"Rambler Matador\"" }, { "subject": "AMC_Matador", "property": "assembly", "object": "Mexico_City" }, { "subject": "AMC_Matador", "property": "bodyStyle", "object": "Station_wagon" }, { "subject": "AMC_Matador", "property": "class", "object": "Mid-size_car" }, { "subject": "AMC_Matador", "property": "engine", "object": "AMC_straight-6_engine" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The AMC Matador is a mid-size station wagon that has a AMC straight-6 engine and it is made in Mexico City. Rambler Matador is another name for this car.", "The AMC Matador, assembled in Mexico City, is a mid-sized car with a station wagon body. It has an AMC straight-6 engine and is also known as the Rambler Matador.", "The mid-size AMC Matador Station Wagon, or Rambler Matador, assembled in Mexico City, has a straight-6 engine." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AMC_Matador", "property:engine", "resource:AMC_straight_6_engine" ], [ "resource:AMC_Matador", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AMC_Matador", "property:body_style", "resource:Station_wagon" ], [ "resource:AMC_Matador", "property:class", "resource:Mid_size_car" ], [ "resource:AMC_Matador", "property:alternative_name", "resource:Rambler_Matador" ], [ "resource:AMC_Matador", "property:assembly", "resource:Mexico_City" ] ]
AMC_Matador
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "bodyStyle", "readable": "body style", "graph": "property:body_style" }, { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "AMC_Matador", "readable": "AMC Matador", "graph": "resource:AMC_Matador" }, { "modified": "AMC_straight-6_engine", "readable": "AMC straight-6 engine", "graph": "resource:AMC_straight_6_engine" }, { "modified": "Mexico_City", "readable": "Mexico City", "graph": "resource:Mexico_City" }, { "modified": "Mid-size_car", "readable": "Mid-size car", "graph": "resource:Mid_size_car" }, { "modified": "Rambler Matador", "readable": "Rambler Matador", "graph": "resource:Rambler_Matador" }, { "modified": "Station_wagon", "readable": "Station wagon", "graph": "resource:Station_wagon" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?r WHERE { resource:AMC_Matador property:class ?h . resource:AMC_Matador property:engine ?r }", "readable_query": "SELECT DISTINCT ?h ?r WHERE { resource:AMC_Matador property:class ?h . resource:AMC_Matador property:engine ?r }", "graph_answer": [ "resource:Mid_size_car", "resource:AMC_straight_6_engine" ], "readable_answer": [ "Mid-size car", "AMC straight-6 engine" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:AMC_Matador property:assembly ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'm' ) ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:AMC_Matador property:assembly ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'm' ) ) }", "graph_answer": [ "resource:Mexico_City" ], "readable_answer": [ "Mexico City" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r ?p WHERE { resource:AMC_Matador property:alternative_name ?r . resource:AMC_Matador property:body_style ?p }", "readable_query": "SELECT DISTINCT ?r ?p WHERE { resource:AMC_Matador property:alternative_name ?r . resource:AMC_Matador property:body_style ?p }", "graph_answer": [ "resource:Rambler_Matador", "resource:Station_wagon" ], "readable_answer": [ "Rambler Matador", "Station wagon" ], "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" ] } ]
Politician
4
10419
Id103
[ { "subject": "Adam_Koc", "property": "battles", "object": "Polish–Soviet_War" }, { "subject": "Polish–Soviet_War", "property": "isPartOfMilitaryConflict", "object": "Russian_Civil_War" }, { "subject": "Adam_Koc", "property": "birthPlace", "object": "Suwałki" }, { "subject": "Polish–Soviet_War", "property": "commander", "object": "Leon_Trotsky" } ]
[ { "subject": "Adam_Koc", "property": "battle", "object": "Polish–Soviet_War" }, { "subject": "Polish–Soviet_War", "property": "isPartOfMilitaryConflict", "object": "Russian_Civil_War" }, { "subject": "Adam_Koc", "property": "birthPlace", "object": "Suwałki" }, { "subject": "Polish–Soviet_War", "property": "commander", "object": "Leon_Trotsky" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adam Koc, who was born in Suwalki, was involved in battles in the Polish–Soviet War which was part of the Russian civil war where Leon Trotsky was a commander.", "The birth place of Adam Koc was Suwalki. Mr. Koc fought in the Polish–Soviet War which was a battle within the Russian Civil War. Leon Trotsky was the commander in that war.", "Suwałki born Adam Koc fought in the Polish-Soviet War, where Leon Trotsky was a commander and which was part of the Russian Civil War." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Polish_Soviet_War", "property:is_part_of_military_conflict", "resource:Russian_Civil_War" ], [ "resource:Polish_Soviet_War", "property:commander", "resource:Leon_Trotsky" ], [ "resource:Adam_Koc", "rdf:type", "ontology:politician" ], [ "resource:Adam_Koc", "property:battle", "resource:Polish_Soviet_War" ], [ "resource:Adam_Koc", "property:birth_place", "resource:Suwa_ki" ] ]
Adam_Koc
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "isPartOfMilitaryConflict", "readable": "is part of military conflict", "graph": "property:is_part_of_military_conflict" }, { "modified": "Adam_Koc", "readable": "Adam Koc", "graph": "resource:Adam_Koc" }, { "modified": "Leon_Trotsky", "readable": "Leon Trotsky", "graph": "resource:Leon_Trotsky" }, { "modified": "Polish–Soviet_War", "readable": "Polish–Soviet War", "graph": "resource:Polish_Soviet_War" }, { "modified": "Russian_Civil_War", "readable": "Russian Civil War", "graph": "resource:Russian_Civil_War" }, { "modified": "Suwałki", "readable": "Suwałki", "graph": "resource:Suwa_ki" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?u property:is_part_of_military_conflict resource:Russian_Civil_War . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'p' ) ) . ?u property:commander ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { ?u property:is_part_of_military_conflict resource:Russian_Civil_War . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'p' ) ) . ?u property:commander ?n }", "graph_answer": [ "resource:Leon_Trotsky" ], "readable_answer": [ "Leon Trotsky" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?n property:battle ?k . ?n rdf:type ontology:politician . ?k property:is_part_of_military_conflict resource:Russian_Civil_War . ?n property:birth_place resource:Suwa_ki }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:battle ?k . ?n rdf:type ontology:politician . ?k property:is_part_of_military_conflict resource:Russian_Civil_War . ?n property:birth_place resource:Suwałki }", "graph_answer": [ "resource:Adam_Koc" ], "readable_answer": [ "Adam Koc" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?d property:is_part_of_military_conflict resource:Russian_Civil_War . ?g rdf:type ontology:politician . ?g property:birth_place resource:Suwa_ki . ?g property:battle ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d property:is_part_of_military_conflict resource:Russian_Civil_War . ?g rdf:type ontology:politician . ?g property:birth_place resource:Suwałki . ?g property:battle ?d }", "graph_answer": [ "resource:Polish_Soviet_War" ], "readable_answer": [ "Polish–Soviet War" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?s property:birth_place resource:Darien__Connecticut . ?s rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?s property:birth_place resource:Darien,_Connecticut . ?s rdf:type ontology:politician }", "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" ] } ]
City
3
6814
Id102
[ { "subject": "Antioch,_California", "property": "isPartOf", "object": "Contra_Costa_County,_California" }, { "subject": "California", "property": "language", "object": "Chinese_language" }, { "subject": "Antioch,_California", "property": "subdivisionName", "object": "California" } ]
[ { "subject": "Antioch,_California", "property": "isPartOf", "object": "Contra_Costa_County,_California" }, { "subject": "California", "property": "language", "object": "Chinese_language" }, { "subject": "Antioch,_California", "property": "isPartOf", "object": "California" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Antioch, is part of Contra Costa County in California. Chinese is spoken in California.", "Chinese is one of the languages of California where the city of Antioch is located in Contra Costa County." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Antioch__California", "rdf:type", "ontology:city" ], [ "resource:Antioch__California", "property:is_part_of", "resource:Contra_Costa_County__California" ], [ "resource:Antioch__California", "property:is_part_of", "resource:California" ], [ "resource:California", "property:language", "resource:Chinese_language" ] ]
Antioch,_California
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "Antioch,_California", "readable": "Antioch, California", "graph": "resource:Antioch__California" }, { "modified": "California", "readable": "California", "graph": "resource:California" }, { "modified": "Chinese_language", "readable": "Chinese language", "graph": "resource:Chinese_language" }, { "modified": "Contra_Costa_County,_California", "readable": "Contra Costa County, California", "graph": "resource:Contra_Costa_County__California" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { FILTER NOT EXISTS { ?d property:language resource:Chinese_language } . resource:Antioch__California property:is_part_of ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER NOT EXISTS { ?d property:language resource:Chinese_language } . resource:Antioch,_California property:is_part_of ?d }", "graph_answer": [ "resource:Contra_Costa_County__California" ], "readable_answer": [ "Contra Costa County, California" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Antioch__California property:is_part_of ?l . FILTER ( ?l != resource:Contra_Costa_County__California ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Antioch__California property:is_part_of ?l . FILTER ( ?l != resource:Contra_Costa_County,_California ) }", "graph_answer": [ "resource:California" ], "readable_answer": [ "California" ], "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" ] } ]
Food
2
4735
Id247
[ { "subject": "Hong_Kong", "property": "leaderName", "object": "Carrie_Lam_(politician)" }, { "subject": "Baked_Alaska", "property": "region", "object": "Hong_Kong" } ]
[ { "subject": "Hong_Kong", "property": "leader", "object": "Carrie_Lam_(politician)" }, { "subject": "Baked_Alaska", "property": "region", "object": "Hong_Kong" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Baked Alaska comes from Hong Kong where Carrie Lam is a political leader.", "Carrie Lam is the politician who leads Hong Kong, where Baked Alaska originates." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Hong_Kong", "property:leader", "resource:Carrie_Lam__politician_" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:region", "resource:Hong_Kong" ] ]
Baked_Alaska
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "modified": "Carrie_Lam_(politician)", "readable": "Carrie Lam", "graph": "resource:Carrie_Lam__politician_" }, { "modified": "Hong_Kong", "readable": "Hong Kong", "graph": "resource:Hong_Kong" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Baked_Alaska property:region ?j . resource:Baked_Alaska rdf:type ontology:food . ?j property:leader resource:Carrie_Lam__politician_ }", "readable_query": "ASK WHERE { resource:Baked_Alaska property:region ?j . resource:Baked_Alaska rdf:type ontology:food . ?j property:leader resource:Carrie_Lam_(politician) }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?u WHERE { resource:Baked_Alaska property:region ?u . ?u property:leader resource:Carrie_Lam__politician_ . resource:Baked_Alaska rdf:type ontology:food }", "readable_query": "SELECT ?u WHERE { resource:Baked_Alaska property:region ?u . ?u property:leader resource:Carrie_Lam_(politician) . resource:Baked_Alaska rdf:type ontology:food }", "graph_answer": [ "resource:Hong_Kong" ], "readable_answer": [ "Hong Kong" ], "type": [ "ellipsis", "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" ] } ]
Airport
5
11132
Id181
[ { "subject": "Indian_Air_Force", "property": "aircraftHelicopter", "object": "HAL_Light_Combat_Helicopter" }, { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Agra_Airport", "property": "operator", "object": "Indian_Air_Force" }, { "subject": "Indian_Air_Force", "property": "aircraftTransport", "object": "Boeing_C-17_Globemaster_III" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Bundelkhand" } ]
[ { "subject": "Indian_Air_Force", "property": "aircraftHelicopter", "object": "HAL_Light_Combat_Helicopter" }, { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Agra_Airport", "property": "operatingOrganisation", "object": "Indian_Air_Force" }, { "subject": "Indian_Air_Force", "property": "transportAircraft", "object": "Boeing_C-17_Globemaster_III" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Bundelkhand" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agra Airport is in Uttar Pradesh which is part of Bundelkhand, the airport is operated by the Indian Air Force which has an aircraft-capable helicopter known as the \"HAL Light Combat Helicopter\" and a \"Boeing C-17 Globemaster III\" as a transport aircraft.", "Agra Airport, operated by the Indian Air Force, is found in Uttar Pradesh which is part of Bundelkhand. The air force uses the Boeing C-17 Globemaster III as one of its transport planes and also the HAL Light Combat Helicopter.", "Agra Airport is located in Uttar Pradesh, Bundelkhand and is operated by the Indian Air Force. The HAL Light Combat Helicopter is owned by the Indian Air Force along with the transport plane the Boeing C-17 Globemaster III." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Uttar_Pradesh", "property:is_part_of", "resource:Bundelkhand" ], [ "resource:Agra_Airport", "rdf:type", "ontology:airport" ], [ "resource:Agra_Airport", "property:location", "resource:Uttar_Pradesh" ], [ "resource:Agra_Airport", "property:operating_organisation", "resource:Indian_Air_Force" ], [ "resource:Indian_Air_Force", "property:aircraft_helicopter", "resource:HAL_Light_Combat_Helicopter" ], [ "resource:Indian_Air_Force", "property:transport_aircraft", "resource:Boeing_C_17_Globemaster_III" ] ]
Agra_Airport
[ { "modified": "aircraftHelicopter", "readable": "aircraft helicopter", "graph": "property:aircraft_helicopter" }, { "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": "transportAircraft", "readable": "transport aircraft", "graph": "property:transport_aircraft" }, { "modified": "Agra_Airport", "readable": "Agra Airport", "graph": "resource:Agra_Airport" }, { "modified": "Boeing_C-17_Globemaster_III", "readable": "Boeing C-17 Globemaster III", "graph": "resource:Boeing_C_17_Globemaster_III" }, { "modified": "Bundelkhand", "readable": "Bundelkhand", "graph": "resource:Bundelkhand" }, { "modified": "HAL_Light_Combat_Helicopter", "readable": "HAL Light Combat Helicopter", "graph": "resource:HAL_Light_Combat_Helicopter" }, { "modified": "Indian_Air_Force", "readable": "Indian Air Force", "graph": "resource:Indian_Air_Force" }, { "modified": "Uttar_Pradesh", "readable": "Uttar Pradesh", "graph": "resource:Uttar_Pradesh" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Uttar_Pradesh property:is_part_of resource:Bundelkhand }", "readable_query": "ASK WHERE { resource:Uttar_Pradesh property:is_part_of resource:Bundelkhand }", "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 ?c WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'i' ) ) . ?c property:operating_organisation ?f . ?c rdf:type ontology:airport . ?f property:transport_aircraft resource:Boeing_C_17_Globemaster_III }", "readable_query": "SELECT DISTINCT ?c WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'i' ) ) . ?c property:operating_organisation ?f . ?c rdf:type ontology:airport . ?f property:transport_aircraft resource:Boeing_C-17_Globemaster_III }", "graph_answer": [ "resource:Agra_Airport" ], "readable_answer": [ "Agra Airport" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8484
Id82
[ { "subject": "Alderney_Airport", "property": "r1Surface", "object": "Poaceae" }, { "subject": "Alderney_Airport", "property": "runwayLength", "object": "\"497.0\"^^xsd:double" }, { "subject": "Alderney_Airport", "property": "city", "object": "Alderney" }, { "subject": "Alderney_Airport", "property": "elevation", "object": "\"88.0\"^^xsd:double" } ]
[ { "subject": "Alderney_Airport", "property": "1stRunwaySurfaceType", "object": "Poaceae" }, { "subject": "Alderney_Airport", "property": "runwayLength", "object": "497.0" }, { "subject": "Alderney_Airport", "property": "cityServed", "object": "Alderney" }, { "subject": "Alderney_Airport", "property": "elevationAboveTheSeaLevel", "object": "88.0" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alderney is served by Alderney airport which is 88 metres above sea level. It has a 1st runway surfaced with poaceae with a length of 497.0.", "Alderney is served by Alderney airport which is located 88 meters above sea level. The runway is surfaced with poaceae and has a runway length of 497.", "Alderney is served by Alderney airport which is located 88 meters above sea level. The 1st runway, which is made from poaceae is 497.0 in length." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alderney_Airport", "property:runway_length", "resource:497_0" ], [ "resource:Alderney_Airport", "rdf:type", "ontology:airport" ], [ "resource:Alderney_Airport", "property:city_served", "resource:Alderney" ], [ "resource:Alderney_Airport", "property:elevation_above_the_sea_level", "resource:88_0" ], [ "resource:Alderney_Airport", "property:1st_runway_surface_type", "resource:Poaceae" ] ]
Alderney_Airport
[ { "modified": "1stRunwaySurfaceType", "readable": "1st runway surface type", "graph": "property:1st_runway_surface_type" }, { "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": "497.0", "readable": "497.0", "graph": "resource:497_0" }, { "modified": "88.0", "readable": "88.0", "graph": "resource:88_0" }, { "modified": "Alderney", "readable": "Alderney", "graph": "resource:Alderney" }, { "modified": "Alderney_Airport", "readable": "Alderney Airport", "graph": "resource:Alderney_Airport" }, { "modified": "Poaceae", "readable": "Poaceae", "graph": "resource:Poaceae" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a ?c WHERE { resource:Alderney_Airport property:elevation_above_the_sea_level ?a . resource:Alderney_Airport property:runway_length ?c }", "readable_query": "SELECT DISTINCT ?a ?c WHERE { resource:Alderney_Airport property:elevation_above_the_sea_level ?a . resource:Alderney_Airport property:runway_length ?c }", "graph_answer": [ "resource:88_0", "resource:497_0" ], "readable_answer": [ "88.0", "497.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?c ) WHERE { resource:Alderney_Airport property:1st_runway_surface_type ?v }", "readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?c ) WHERE { resource:Alderney_Airport property:1st_runway_surface_type ?v }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:Alderney_Airport property:1st_runway_surface_type ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Alderney_Airport property:1st_runway_surface_type ?x }", "graph_answer": [ "resource:Poaceae" ], "readable_answer": [ "Poaceae" ], "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" ] } ]
SportsTeam
4
10636
Id77
[ { "subject": "AEK_Athens_F.C.", "property": "league", "object": "Superleague_Greece" }, { "subject": "Superleague_Greece", "property": "champions", "object": "Olympiacos_F.C." }, { "subject": "AEK_Athens_F.C.", "property": "ground", "object": "Athens" }, { "subject": "AEK_Athens_F.C.", "property": "capacity", "object": "\"69618\"^^xsd:nonNegativeInteger" } ]
[ { "subject": "AEK_Athens_F.C.", "property": "league", "object": "Superleague_Greece" }, { "subject": "Superleague_Greece", "property": "champions", "object": "Olympiacos_F.C." }, { "subject": "AEK_Athens_F.C.", "property": "ground", "object": "Athens" }, { "subject": "AEK_Athens_F.C.", "property": "numberOfMembers", "object": "69618" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "AEK Athens FC ground is in Athens and they compete in the Superleague Greece. It has has 69618 members. Olympiacos FC are previous champions of the Superleague Greece.", "AEK Athens F.C.'s ground is in Athens and they have 69618 members . They play in the Superleague of Greece of which Olympiacos FC are previous champions.", "Olympiacos F.C. were past champions in the Greece Superleague in which AEK Athens FC also compete. AEK Athens home ground is in Athens and they have 69618 members." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AEK_Athens_F_C_", "property:number_of_members", "69618" ], [ "resource:AEK_Athens_F_C_", "rdf:type", "ontology:sports_team" ], [ "resource:AEK_Athens_F_C_", "property:league", "resource:Superleague_Greece" ], [ "resource:AEK_Athens_F_C_", "property:ground", "resource:Athens" ], [ "resource:Superleague_Greece", "property:champions", "resource:Olympiacos_F_C_" ] ]
AEK_Athens_F.C.
[ { "modified": "69618", "readable": "69618", "graph": "69618" }, { "modified": "champions", "readable": "champions", "graph": "property:champions" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "AEK_Athens_F.C.", "readable": "AEK Athens F.C.", "graph": "resource:AEK_Athens_F_C_" }, { "modified": "Athens", "readable": "Athens", "graph": "resource:Athens" }, { "modified": "Olympiacos_F.C.", "readable": "Olympiacos F.C.", "graph": "resource:Olympiacos_F_C_" }, { "modified": "Superleague_Greece", "readable": "Superleague Greece", "graph": "resource:Superleague_Greece" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:sports_team . ?k property:number_of_members ?a . FILTER ( ?a <= '100000' ) . ?k property:league ?x . ?x property:champions resource:Olympiacos_F_C_ }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:sports_team . ?k property:number_of_members ?a . FILTER ( ?a <= '100000' ) . ?k property:league ?x . ?x property:champions resource:Olympiacos_F.C. }", "graph_answer": [ "resource:AEK_Athens_F_C_" ], "readable_answer": [ "AEK Athens F.C." ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { resource:AEK_Athens_F_C_ rdf:type ontology:sports_team . resource:AEK_Athens_F_C_ property:number_of_members ?n . ?i property:champions resource:Olympiacos_F_C_ . resource:AEK_Athens_F_C_ property:league ?i }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:AEK_Athens_F.C. rdf:type ontology:sports_team . resource:AEK_Athens_F.C. property:number_of_members ?n . ?i property:champions resource:Olympiacos_F.C. . resource:AEK_Athens_F.C. property:league ?i }", "graph_answer": [ "69618" ], "readable_answer": [ "69618" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?g property:number_of_members ?j . ?z property:champions resource:Olympiacos_F_C_ . ?g rdf:type ontology:sports_team . FILTER ( ?j = '69618' ) . ?g property:league ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { ?g property:number_of_members ?j . ?z property:champions resource:Olympiacos_F.C. . ?g rdf:type ontology:sports_team . FILTER ( ?j = '69618' ) . ?g property:league ?z }", "graph_answer": [ "resource:Superleague_Greece" ], "readable_answer": [ "Superleague Greece" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
3
6610
Id27
[ { "subject": "(66391)_1999_KW4", "property": "periapsis", "object": "2.99196e+10" }, { "subject": "(66391)_1999_KW4", "property": "epoch", "object": "\"2004-07-14\"^^xsd:date" }, { "subject": "(66391)_1999_KW4", "property": "Planet/apoapsis", "object": "\"1.621640918388E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "(66391)_1999_KW4", "property": "epoch", "object": "2004-07-14" }, { "subject": "(66391)_1999_KW4", "property": "periapsis", "object": "29919600000.0" }, { "subject": "(66391)_1999_KW4", "property": "apoapsis", "object": "162164091.8388 (kilometres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "(66391) 1999 KW4, which has an epoch date of July 14th 2004, has a periapsis of 29919600000.0 and an apoapsis of 162164091.8388 kilometres.", "The epoch date for (66391) 1999 KW4 is 2004-07.14. It has a peripsis of 29919600000.0 and an apoapsis measurement of 162164091.8388 (kilometres)." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:_66391__1999_KW4", "property:epoch", "resource:2004_07_14" ], [ "resource:_66391__1999_KW4", "rdf:type", "ontology:celestial_body" ], [ "resource:_66391__1999_KW4", "property:apoapsis", "162164091.8388 (kilometres)" ], [ "resource:_66391__1999_KW4", "property:periapsis", "resource:29919600000_0" ] ]
(66391)_1999_KW4
[ { "modified": "162164091.8388 (kilometres)", "readable": "162164091.8388", "graph": "162164091.8388 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "2004-07-14", "readable": "2004-07-14", "graph": "resource:2004_07_14" }, { "modified": "29919600000.0", "readable": "29919600000.0", "graph": "resource:29919600000_0" }, { "modified": "(66391)_1999_KW4", "readable": "1999 KW4", "graph": "resource:_66391__1999_KW4" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?x rdf:type ontology:celestial_body . ?x property:epoch ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '2004' ) ) . ?x property:periapsis ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { ?x rdf:type ontology:celestial_body . ?x property:epoch ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '2004' ) ) . ?x property:periapsis ?g }", "graph_answer": [ "resource:29919600000_0" ], "readable_answer": [ "29919600000.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?o property:periapsis resource:283326000000_0 . ?o property:apoapsis ?v . ?o rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { ?o property:periapsis resource:283326000000.0 . ?o property:apoapsis ?v . ?o rdf:type ontology:celestial_body }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
SportsTeam
2
5403
Id147
[ { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "season", "object": "2015_Campeonato_Brasileiro_Série_C" }, { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "capacity", "object": "17000" } ]
[ { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "season", "object": "2015_Campeonato_Brasileiro_Série_C" }, { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "numberOfMembers", "object": "17000" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agremiacao Sportiva Arapiraquense were in Campeonato Brasileiro Serie C in 2015, and they have 17000 members.", "Agremiacao Sportiva Arapiraquense has 17000 members and they were in the Campeonato Brasileiro Serie C in 2015.", "Agremiacao Sportiva Arapiraquense have 17000 members and were in Campeonato Brasileiro Serie C in 2015." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Agremia__o_Sportiva_Arapiraquense", "property:season", "resource:2015_Campeonato_Brasileiro_S_rie_C" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "property:number_of_members", "17000" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "rdf:type", "ontology:sports_team" ] ]
Agremiação_Sportiva_Arapiraquense
[ { "modified": "17000", "readable": "17000", "graph": "17000" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "2015_Campeonato_Brasileiro_Série_C", "readable": "2015 Campeonato Brasileiro Série C", "graph": "resource:2015_Campeonato_Brasileiro_S_rie_C" }, { "modified": "Agremiação_Sportiva_Arapiraquense", "readable": "Agremiação Sportiva Arapiraquense", "graph": "resource:Agremia__o_Sportiva_Arapiraquense" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?l = '17000' ) . ?x property:season ?d . ?x property:number_of_members ?l . ?x rdf:type ontology:sports_team }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?l = '17000' ) . ?x property:season ?d . ?x property:number_of_members ?l . ?x rdf:type ontology:sports_team }", "graph_answer": [ "resource:2015_Campeonato_Brasileiro_S_rie_C" ], "readable_answer": [ "2015 Campeonato Brasileiro Série C" ], "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 ?j WHERE { FILTER ( ?y = '17000' ) . ?j rdf:type ontology:sports_team . ?j property:number_of_members ?y . ?j property:season resource:2015_Campeonato_Brasileiro_S_rie_C }", "readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?y = '17000' ) . ?j rdf:type ontology:sports_team . ?j property:number_of_members ?y . ?j property:season resource:2015_Campeonato_Brasileiro_Série_C }", "graph_answer": [ "resource:Agremia__o_Sportiva_Arapiraquense" ], "readable_answer": [ "Agremiação Sportiva Arapiraquense" ], "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" ] } ]
Airport
3
5824
Id157
[ { "subject": "Atlantic_City_International_Airport", "property": "operator", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "regionServed", "object": "New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "headquarter", "object": "New_York" } ]
[ { "subject": "Atlantic_City_International_Airport", "property": "operatingOrganisation", "object": "Port_Authority_of_New_York_and_New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "regionServed", "object": "New_Jersey" }, { "subject": "Port_Authority_of_New_York_and_New_Jersey", "property": "headquarter", "object": "New_York" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Atlantic City International Airport is operated by the Port Authority of New York and New Jersey which serves the region of New Jersey and is based in New York.", "The Atlantic City International Airport in New Jersey is operated by the Port Authority of New York and New Jersey who have their headquarters in New York." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Port_Authority_of_New_York_and_New_Jersey", "property:headquarter", "resource:New_York" ], [ "resource:Port_Authority_of_New_York_and_New_Jersey", "property:region_served", "resource:New_Jersey" ], [ "resource:Atlantic_City_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Atlantic_City_International_Airport", "property:operating_organisation", "resource:Port_Authority_of_New_York_and_New_Jersey" ] ]
Atlantic_City_International_Airport
[ { "modified": "headquarter", "readable": "headquarter", "graph": "property:headquarter" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "regionServed", "readable": "region served", "graph": "property:region_served" }, { "modified": "Atlantic_City_International_Airport", "readable": "Atlantic City International Airport", "graph": "resource:Atlantic_City_International_Airport" }, { "modified": "New_Jersey", "readable": "New Jersey", "graph": "resource:New_Jersey" }, { "modified": "New_York", "readable": "New York", "graph": "resource:New_York" }, { "modified": "Port_Authority_of_New_York_and_New_Jersey", "readable": "Port Authority of New York and New Jersey", "graph": "resource:Port_Authority_of_New_York_and_New_Jersey" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?f ) WHERE { ?h property:headquarter resource:Four_World_Trade_Center }", "readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?f ) WHERE { ?h property:headquarter resource:Four_World_Trade_Center }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Port_Authority_of_New_York_and_New_Jersey property:headquarter resource:New_York }", "readable_query": "ASK WHERE { resource:Port_Authority_of_New_York_and_New_Jersey property:headquarter resource:New_York }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n ?o WHERE { ?o property:region_served resource:New_Jersey . ?n property:operating_organisation ?o . ?n rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?n ?o WHERE { ?o property:region_served resource:New_Jersey . ?n property:operating_organisation ?o . ?n rdf:type ontology:airport }", "graph_answer": [ "resource:Atlantic_City_International_Airport", "resource:Port_Authority_of_New_York_and_New_Jersey" ], "readable_answer": [ "Atlantic City International Airport", "Port Authority of New York and New Jersey" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
ComicsCharacter
5
12016
Id8
[ { "subject": "Big_Hero_6_(film)", "property": "starring", "object": "Ryan_Potter" }, { "subject": "Duncan_Rouleau", "property": "nationality", "object": "Americans" }, { "subject": "Baymax", "property": "creators", "object": "Duncan_Rouleau" }, { "subject": "Baymax", "property": "creator", "object": "Steven_T._Seagle" }, { "subject": "Baymax", "property": "series", "object": "Big_Hero_6_(film)" } ]
[ { "subject": "Big_Hero_6_(film)", "property": "starring", "object": "Ryan_Potter" }, { "subject": "Duncan_Rouleau", "property": "nationality", "object": "Americans" }, { "subject": "Baymax", "property": "creator", "object": "Duncan_Rouleau" }, { "subject": "Baymax", "property": "creator", "object": "Steven_T._Seagle" }, { "subject": "Baymax", "property": "series", "object": "Big_Hero_6_(film)" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Baymax was created by the American, Duncan Rouleau and Steven T Seagle. The character appeared in Big Hero 6 which stars Ryan Potter.", "The character of Baymax appeared in Big Hero 6 which stars Ryan Potter. He was created by Steven T Seagle and the American, Duncan Rouleau." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Baymax", "property:creator", "resource:Steven_T__Seagle" ], [ "resource:Baymax", "property:creator", "resource:Duncan_Rouleau" ], [ "resource:Baymax", "rdf:type", "ontology:comics_character" ], [ "resource:Baymax", "property:series", "resource:Big_Hero_6__film_" ], [ "resource:Duncan_Rouleau", "property:nationality", "resource:Americans" ], [ "resource:Big_Hero_6__film_", "property:starring", "resource:Ryan_Potter" ] ]
Baymax
[ { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "series", "readable": "series", "graph": "property:series" }, { "modified": "starring", "readable": "starring", "graph": "property:starring" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "Baymax", "readable": "Baymax", "graph": "resource:Baymax" }, { "modified": "Big_Hero_6_(film)", "readable": "Big Hero 6", "graph": "resource:Big_Hero_6__film_" }, { "modified": "Duncan_Rouleau", "readable": "Duncan Rouleau", "graph": "resource:Duncan_Rouleau" }, { "modified": "Ryan_Potter", "readable": "Ryan Potter", "graph": "resource:Ryan_Potter" }, { "modified": "Steven_T._Seagle", "readable": "Steven T. Seagle", "graph": "resource:Steven_T__Seagle" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?g ) WHERE { ?s property:starring resource:Ryan_Potter }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?g ) WHERE { ?s property:starring resource:Ryan_Potter }", "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 ?i WHERE { ?i property:starring resource:Ryan_Potter }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:starring resource:Ryan_Potter }", "graph_answer": [ "resource:Big_Hero_6__film_" ], "readable_answer": [ "Big Hero 6" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { { resource:Baymax property:creator ?i } MINUS { ?i property:nationality resource:Americans } }", "readable_query": "SELECT DISTINCT ?i WHERE { { resource:Baymax property:creator ?i } MINUS { ?i property:nationality resource:Americans } }", "graph_answer": [ "resource:Steven_T__Seagle" ], "readable_answer": [ "Steven T. Seagle" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Baymax property:creator ?h . FILTER ( ?h != resource:Steven_T__Seagle ) }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Baymax property:creator ?h . FILTER ( ?h != resource:Steven_T._Seagle ) }", "graph_answer": [ "resource:Duncan_Rouleau" ], "readable_answer": [ "Duncan Rouleau" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
4
10231
Id205
[ { "subject": "Delta_II", "property": "launchSite", "object": "Vandenberg_Air_Force_Base" }, { "subject": "Delta_II", "property": "sites", "object": "Vandenberg_AFB_Space_Launch_Complex_2" }, { "subject": "Antares_(rocket)", "property": "comparable", "object": "Delta_II" }, { "subject": "Delta_II", "property": "countryOrigin", "object": "United_States" } ]
[ { "subject": "Delta_II", "property": "launchSite", "object": "Vandenberg_Air_Force_Base" }, { "subject": "Delta_II", "property": "launchSite", "object": "Vandenberg_AFB_Space_Launch_Complex_2" }, { "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, made in the United States, similar to the Antares rocket, was launched at the Vandenberg AFB Space Launch Complex 2.", "The Delta II came from the United States. It was launched at the Vandenberg AFB Space Launch Complex 2 situated at the Vandenberg Air Force Base. The Antares rocket is comparable to Delta II.", "The Antares rocket is comparable with the Delta II, which originates in the United States. The launch site of the Delta II was at the Vandenberg AFB Space Launch Complex 2." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Delta_II", "property:launch_site", "resource:Vandenberg_Air_Force_Base" ], [ "resource:Delta_II", "property:launch_site", "resource:Vandenberg_AFB_Space_Launch_Complex_2" ], [ "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": "Delta_II", "readable": "Delta II", "graph": "resource:Delta_II" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Vandenberg_AFB_Space_Launch_Complex_2", "readable": "Vandenberg AFB Space Launch Complex 2", "graph": "resource:Vandenberg_AFB_Space_Launch_Complex_2" }, { "modified": "Vandenberg_Air_Force_Base", "readable": "Vandenberg Air Force Base", "graph": "resource:Vandenberg_Air_Force_Base" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?q ) WHERE { ?p property:comparable ?q . ?p rdf:type ontology:mean_of_transportation . ?q property:manufacturer resource:United_Launch_Alliance }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?q ) WHERE { ?p property:comparable ?q . ?p rdf:type ontology:mean_of_transportation . ?q property:manufacturer resource:United_Launch_Alliance }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?e ) WHERE { resource:Delta_II property:launch_site ?d }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?e ) WHERE { resource:Delta_II property:launch_site ?d }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { resource:Delta_II property:launch_site ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Delta_II property:launch_site ?t }", "graph_answer": [ "resource:Vandenberg_Air_Force_Base", "resource:Vandenberg_AFB_Space_Launch_Complex_2" ], "readable_answer": [ "Vandenberg Air Force Base", "Vandenberg AFB Space Launch Complex 2" ], "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 ?i WHERE { resource:Delta_II property:chancellor ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Delta_II property:chancellor ?i }", "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" ] } ]
City
2
4296
Id146
[ { "subject": "Michigan", "property": "largestCity", "object": "Detroit" }, { "subject": "Ann_Arbor,_Michigan", "property": "isPartOf", "object": "Michigan" } ]
[ { "subject": "Michigan", "property": "largestCity", "object": "Detroit" }, { "subject": "Ann_Arbor,_Michigan", "property": "isPartOf", "object": "Michigan" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ann Arbor is found in Michigan where Detroit (its largest city) is also located.", "Ann Arbor is part of Michigan which has Detroit as its largest city.", "Ann Arbor is located in Michigan where Detroit is the largest city." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ann_Arbor__Michigan", "rdf:type", "ontology:city" ], [ "resource:Ann_Arbor__Michigan", "property:is_part_of", "resource:Michigan" ], [ "resource:Michigan", "property:largest_city", "resource:Detroit" ] ]
Ann_Arbor,_Michigan
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "Ann_Arbor,_Michigan", "readable": "Ann Arbor, Michigan", "graph": "resource:Ann_Arbor__Michigan" }, { "modified": "Detroit", "readable": "Detroit", "graph": "resource:Detroit" }, { "modified": "Michigan", "readable": "Michigan", "graph": "resource:Michigan" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?r property:largest_city resource:Dunwoody__Georgia . ?j rdf:type ontology:city . ?j property:is_part_of ?r }", "readable_query": "ASK WHERE { ?r property:largest_city resource:Dunwoody,_Georgia . ?j rdf:type ontology:city . ?j property:is_part_of ?r }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Politician
2
5063
Id55
[ { "subject": "Abel_Caballero", "property": "monarch", "object": "Juan_Carlos_I_of_Spain" }, { "subject": "Juan_Carlos_I_of_Spain", "property": "spouse", "object": "Queen_Sofía_of_Spain" } ]
[ { "subject": "Abel_Caballero", "property": "inOfficeWhileMonarch", "object": "Juan_Carlos_I_of_Spain" }, { "subject": "Juan_Carlos_I_of_Spain", "property": "spouse", "object": "Queen_Sofía_of_Spain" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Abel Caballero was in office whilst Juan Carlos I of Spain was Monarch, the wife of which, is Queen Sofia of Spain.", "Abel Caballero was in office during the reign of Monarch, Juan Carlos I of Spain, whose wife is Queen Sofia." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Juan_Carlos_I_of_Spain", "property:spouse", "resource:Queen_Sof_a_of_Spain" ], [ "resource:Abel_Caballero", "property:in_office_while_monarch", "resource:Juan_Carlos_I_of_Spain" ], [ "resource:Abel_Caballero", "rdf:type", "ontology:politician" ] ]
Abel_Caballero
[ { "modified": "inOfficeWhileMonarch", "readable": "in office while monarch", "graph": "property:in_office_while_monarch" }, { "modified": "spouse", "readable": "spouse", "graph": "property:spouse" }, { "modified": "Abel_Caballero", "readable": "Abel Caballero", "graph": "resource:Abel_Caballero" }, { "modified": "Juan_Carlos_I_of_Spain", "readable": "Juan Carlos I of Spain", "graph": "resource:Juan_Carlos_I_of_Spain" }, { "modified": "Queen_Sofía_of_Spain", "readable": "Queen Sofía of Spain", "graph": "resource:Queen_Sof_a_of_Spain" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Juan_Carlos_I_of_Spain property:spouse resource:Queen_Sof_a_of_Spain }", "readable_query": "ASK WHERE { resource:Juan_Carlos_I_of_Spain property:spouse resource:Queen_Sofía_of_Spain }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { resource:Abel_Caballero property:death_cause ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Abel_Caballero property:death_cause ?u }", "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" ] } ]
Building
2
4000
Id152
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "Manhattan" }, { "subject": "Manhattan", "property": "isPartOf", "object": "New_York" } ]
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "Manhattan" }, { "subject": "Manhattan", "property": "isPartOf", "object": "New_York" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Asser Levy Public Baths is located in Manhattan, which is a part of New York.", "Asser Levy Public Baths are in Manhattan, New York." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Manhattan", "property:is_part_of", "resource:New_York" ], [ "resource:Asser_Levy_Public_Baths", "rdf:type", "ontology:building" ], [ "resource:Asser_Levy_Public_Baths", "property:location", "resource:Manhattan" ] ]
Asser_Levy_Public_Baths
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Asser_Levy_Public_Baths", "readable": "Asser Levy Public Baths", "graph": "resource:Asser_Levy_Public_Baths" }, { "modified": "Manhattan", "readable": "Manhattan", "graph": "resource:Manhattan" }, { "modified": "New_York", "readable": "New York", "graph": "resource:New_York" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?r WHERE { ?r property:is_part_of resource:New_York . ?h property:location ?r . ?h rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?h ?r WHERE { ?r property:is_part_of resource:New_York . ?h property:location ?r . ?h rdf:type ontology:building }", "graph_answer": [ "resource:Asser_Levy_Public_Baths", "resource:Manhattan" ], "readable_answer": [ "Asser Levy Public Baths", "Manhattan" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?a ) WHERE { ?u rdf:type ontology:building . ?w property:leader resource:Gale_Brewer . ?u property:location ?w }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?a ) WHERE { ?u rdf:type ontology:building . ?w property:leader resource:Gale_Brewer . ?u property:location ?w }", "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" ] } ]
CelestialBody
5
11709
Id17
[ { "subject": "(66391)_1999_KW4", "property": "epoch", "object": "\"July 14, 2004 (JD2453200.5)\"" }, { "subject": "(66391)_1999_KW4", "property": "escapeVelocity", "object": "\"0.0\"^^xsd:double" }, { "subject": "(66391)_1999_KW4", "property": "orbitalPeriod", "object": "1.62447e+07" }, { "subject": "(66391)_1999_KW4", "property": "periapsis", "object": "2.99196e+10" }, { "subject": "(66391)_1999_KW4", "property": "Planet/apoapsis", "object": "\"1.621640918388E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "(66391)_1999_KW4", "property": "epoch", "object": "2004-07-14" }, { "subject": "(66391)_1999_KW4", "property": "orbitalPeriod", "object": "16244700.0" }, { "subject": "(66391)_1999_KW4", "property": "periapsis", "object": "29919600000.0" }, { "subject": "(66391)_1999_KW4", "property": "escapeVelocity", "object": "0" }, { "subject": "(66391)_1999_KW4", "property": "apoapsis", "object": "162164091.8388 (kilometres)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "(66391) 1999 KW4 has an epoch date of July 14th 2004 and has a periapsis of 29919600000.0. Its escape velocity is 0, orbital period is 16244700.0 and has an apoapsis measurement of 162164091.8388 (kilometres).", "(66391) 1999 KW4 has an orbital period of 16244700,a 0 escape velocity and its epoch date was on July 14th 2004.It has a periapsis of 29919600000.0 and its apoapsis is 162164091.8388 (kilometres).", "(66391) 1999 KW4 has an escape velocity of 0,an orbital period of 16244700 and its epoch date was on July 14th 2004.Its periapsis is 29919600000.0 and its apoapsis is 162164091.8388 kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:_66391__1999_KW4", "property:epoch", "resource:2004_07_14" ], [ "resource:_66391__1999_KW4", "rdf:type", "ontology:celestial_body" ], [ "resource:_66391__1999_KW4", "property:apoapsis", "162164091.8388 (kilometres)" ], [ "resource:_66391__1999_KW4", "property:escape_velocity", "0" ], [ "resource:_66391__1999_KW4", "property:periapsis", "resource:29919600000_0" ], [ "resource:_66391__1999_KW4", "property:orbital_period", "resource:16244700_0" ] ]
(66391)_1999_KW4
[ { "modified": "0", "readable": "0", "graph": "0" }, { "modified": "162164091.8388 (kilometres)", "readable": "162164091.8388", "graph": "162164091.8388 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "escapeVelocity", "readable": "escape velocity", "graph": "property:escape_velocity" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "16244700.0", "readable": "16244700.0", "graph": "resource:16244700_0" }, { "modified": "2004-07-14", "readable": "2004-07-14", "graph": "resource:2004_07_14" }, { "modified": "29919600000.0", "readable": "29919600000.0", "graph": "resource:29919600000_0" }, { "modified": "(66391)_1999_KW4", "readable": "1999 KW4", "graph": "resource:_66391__1999_KW4" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?g ) , '2004' ) ) . ?c rdf:type ontology:celestial_body . ?c property:orbital_period ?h . ?c property:epoch ?g }", "readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?g ) , '2004' ) ) . ?c rdf:type ontology:celestial_body . ?c property:orbital_period ?h . ?c property:epoch ?g }", "graph_answer": [ "resource:16244700_0" ], "readable_answer": [ "16244700.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { FILTER ( CONTAINS ( YEAR ( ?w ) , '2004' ) ) . ?m property:orbital_period resource:16244700_0 . ?m property:epoch ?w . ?m rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( CONTAINS ( YEAR ( ?w ) , '2004' ) ) . ?m property:orbital_period resource:16244700.0 . ?m property:epoch ?w . ?m rdf:type ontology:celestial_body }", "graph_answer": [ "resource:_66391__1999_KW4" ], "readable_answer": [ "1999 KW4" ], "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 ?c WHERE { resource:_66391__1999_KW4 rdf:type ontology:celestial_body . resource:_66391__1999_KW4 property:epoch ?c . FILTER ( CONTAINS ( YEAR ( ?c ) , '2004' ) ) . resource:_66391__1999_KW4 property:orbital_period resource:16244700_0 }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:(66391)_1999_KW4 rdf:type ontology:celestial_body . resource:(66391)_1999_KW4 property:epoch ?c . FILTER ( CONTAINS ( YEAR ( ?c ) , '2004' ) ) . resource:(66391)_1999_KW4 property:orbital_period resource:16244700.0 }", "graph_answer": [ "resource:2004_07_14" ], "readable_answer": [ "2004-07-14" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { resource:_66391__1999_KW4 property:in_office_while_governor ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:(66391)_1999_KW4 property:in_office_while_governor ?x }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
3
7223
Id136
[ { "subject": "Baked_Alaska", "property": "course", "object": "Dessert" }, { "subject": "Dessert", "property": "hasVariant", "object": "Sandesh_(confectionery)" }, { "subject": "Baked_Alaska", "property": "ingredient", "object": "Ice_cream" } ]
[ { "subject": "Baked_Alaska", "property": "course", "object": "Dessert" }, { "subject": "Dessert", "property": "dishVariation", "object": "Sandesh_(confectionery)" }, { "subject": "Baked_Alaska", "property": "ingredient", "object": "Ice_cream" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Sandesh and Baked Alaska (which contains ice cream) are both desserts.", "Baked Alaska (which has ice cream as an ingredient) and sandesh are both types of dessert." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Dessert", "property:dish_variation", "resource:Sandesh__confectionery_" ], [ "resource:Baked_Alaska", "property:ingredient", "resource:Ice_cream" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:course", "resource:Dessert" ] ]
Baked_Alaska
[ { "modified": "course", "readable": "course", "graph": "property:course" }, { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "modified": "Dessert", "readable": "Dessert", "graph": "resource:Dessert" }, { "modified": "Ice_cream", "readable": "Ice cream", "graph": "resource:Ice_cream" }, { "modified": "Sandesh_(confectionery)", "readable": "Sandesh", "graph": "resource:Sandesh__confectionery_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?t property:course resource:Main_course . ?t rdf:type ontology:food }", "readable_query": "ASK WHERE { ?t property:course resource:Main_course . ?t rdf:type ontology:food }", "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 { ?q rdf:type ontology:food . ?q property:course resource:Dessert }", "readable_query": "ASK WHERE { ?q rdf:type ontology:food . ?q property:course resource:Dessert }", "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:food . ?j property:course resource:Dessert }", "readable_query": "SELECT ?j WHERE { ?j rdf:type ontology:food . ?j property:course resource:Dessert }", "graph_answer": [ "resource:Baked_Alaska" ], "readable_answer": [ "Baked Alaska" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Baked_Alaska property:ingredient ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Baked_Alaska property:ingredient ?c }", "graph_answer": [ "resource:Ice_cream" ], "readable_answer": [ "Ice cream" ], "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
10211
Id185
[ { "subject": "Caterpillar_Inc.", "property": "keyPerson", "object": "Douglas_R._Oberhelman" }, { "subject": "AIDA_Cruises", "property": "location", "object": "Rostock" }, { "subject": "AIDAluna", "property": "shipOwner", "object": "AIDA_Cruises" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." } ]
[ { "subject": "Caterpillar_Inc.", "property": "keyPerson", "object": "Douglas_R._Oberhelman" }, { "subject": "AIDA_Cruises", "property": "location", "object": "Rostock" }, { "subject": "AIDAluna", "property": "owner", "object": "AIDA_Cruises" }, { "subject": "AIDAluna", "property": "powerType", "object": "Caterpillar_Inc." } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The owner of AIDAluna is Rostock based AIDA Cruises. The power type of the AIDAluna is the Caterpillar Inc. engine and Douglas R. Oberhelman is a key person at Caterpillar Inc.", "The owner of AIDAluna is AIDA Cruises based in Rostock. AIDAluna is powered by Caterpillar Inc where the key person is Douglas R. Oberhelman.", "Douglas R. Oberhelman is a key person at Caterpillar Inc. whose engine powers the AIDAluna which is owned by AIDA Cruises located in Rostock." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Caterpillar_Inc_", "property:key_person", "resource:Douglas_R__Oberhelman" ], [ "resource:AIDAluna", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AIDAluna", "property:power_type", "resource:Caterpillar_Inc_" ], [ "resource:AIDAluna", "property:owner", "resource:AIDA_Cruises" ], [ "resource:AIDA_Cruises", "property:location", "resource:Rostock" ] ]
AIDAluna
[ { "modified": "keyPerson", "readable": "key person", "graph": "property:key_person" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "powerType", "readable": "power type", "graph": "property:power_type" }, { "modified": "AIDA_Cruises", "readable": "AIDA Cruises", "graph": "resource:AIDA_Cruises" }, { "modified": "AIDAluna", "readable": "AIDAluna", "graph": "resource:AIDAluna" }, { "modified": "Caterpillar_Inc.", "readable": "Caterpillar Inc.", "graph": "resource:Caterpillar_Inc_" }, { "modified": "Douglas_R._Oberhelman", "readable": "Douglas R. Oberhelman", "graph": "resource:Douglas_R__Oberhelman" }, { "modified": "Rostock", "readable": "Rostock", "graph": "resource:Rostock" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?j property:power_type resource:Humphrys__Tennant_and_Dykes . ?j rdf:type ontology:mean_of_transportation . ?j property:owner resource:AIDA_Cruises }", "readable_query": "ASK WHERE { ?j property:power_type resource:Humphrys,_Tennant_and_Dykes . ?j rdf:type ontology:mean_of_transportation . ?j property:owner resource:AIDA_Cruises }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?t rdf:type ontology:mean_of_transportation . ?t property:owner resource:AIDA_Cruises . ?t property:power_type resource:Caterpillar_Inc_ }", "readable_query": "ASK WHERE { ?t rdf:type ontology:mean_of_transportation . ?t property:owner resource:AIDA_Cruises . ?t property:power_type resource:Caterpillar_Inc. }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?h WHERE { ?h property:power_type resource:Caterpillar_Inc_ . ?h property:owner resource:AIDA_Cruises . ?h rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT ?h WHERE { ?h property:power_type resource:Caterpillar_Inc. . ?h property:owner resource:AIDA_Cruises . ?h rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:AIDAluna" ], "readable_answer": [ "AIDAluna" ], "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 ?v WHERE { resource:AIDA_Cruises property:location ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:AIDA_Cruises property:location ?v }", "graph_answer": [ "resource:Rostock" ], "readable_answer": [ "Rostock" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
4
10924
Id143
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "A_Fortress_of_Grey_Ice", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Fortress_of_Grey_Ice", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "A_Fortress_of_Grey_Ice", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Fortress_of_Grey_Ice", "property": "country", "object": "United_States" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Originally published in English, a language spoken in Great Britain, A Fortress of Grey Ice is from the United States where African Americans comprise one of the country's ethnic groups.", "The English language is spoken in Great Britain but A Fortress of Grey Ice is written in it even though it comes from the United States where African Americans are an ethnic group.", "A Fortress of Grey Ice is from the United States where one ethnic group is the African Americans and is written in English which is a language spoken in Great Britain." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ], [ "resource:A_Fortress_of_Grey_Ice", "rdf:type", "ontology:written_work" ], [ "resource:A_Fortress_of_Grey_Ice", "property:language", "resource:English_language" ], [ "resource:A_Fortress_of_Grey_Ice", "property:country", "resource:United_States" ] ]
A_Fortress_of_Grey_Ice
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Fortress_of_Grey_Ice", "readable": "A Fortress of Grey Ice", "graph": "resource:A_Fortress_of_Grey_Ice" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?a ) WHERE { FILTER ( STRSTARTS ( LCASE ( ?n ) , 'a' ) ) . ?n property:country ?e . ?e property:ethnic_group resource:African_Americans . ?n rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?a ) WHERE { FILTER ( STRSTARTS ( LCASE ( ?n ) , 'a' ) ) . ?n property:country ?e . ?e property:ethnic_group resource:African_Americans . ?n rdf:type ontology:written_work }", "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", "comparison", "string_comparison", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "readable_query": "ASK WHERE { resource:English_language property:spoken_in resource:Great_Britain }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f property:language ?c . ?f rdf:type ontology:written_work . ?c property:spoken_in resource:Great_Britain . ?f property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f property:language ?c . ?f rdf:type ontology:written_work . ?c property:spoken_in resource:Great_Britain . ?f property:country resource:United_States }", "graph_answer": [ "resource:A_Fortress_of_Grey_Ice" ], "readable_answer": [ "A Fortress of Grey Ice" ], "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" ] } ]
Airport
3
5678
Id11
[ { "subject": "Aarhus_Airport", "property": "runwayLength", "object": "\"2776.73\"^^xsd:double" }, { "subject": "Aarhus_Airport", "property": "operator", "object": "Aktieselskab" }, { "subject": "Aarhus_Airport", "property": "runwayDesignation", "object": "\"10L/28R\"" } ]
[ { "subject": "Aarhus_Airport", "property": "runwayLength", "object": "2776.0" }, { "subject": "Aarhus_Airport", "property": "operatingOrganisation", "object": "Aktieselskab" }, { "subject": "Aarhus_Airport", "property": "runwayName", "object": "\"10L/28R\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Aarhus Airport, which is operated by the Aktieselskab organisation, has a runway that's 2,776 long and is named 10L/28R.", "Aarhus Airport, operated by Aktieselskab has a runway length of 2776.0 and a name of 10L/28R." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Aarhus_Airport", "property:runway_length", "resource:2776_0" ], [ "resource:Aarhus_Airport", "rdf:type", "ontology:airport" ], [ "resource:Aarhus_Airport", "property:runway_name", "resource:10L_28R" ], [ "resource:Aarhus_Airport", "property:operating_organisation", "resource:Aktieselskab" ] ]
Aarhus_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": "10L/28R", "readable": "10L/28R", "graph": "resource:10L_28R" }, { "modified": "2776.0", "readable": "2776.0", "graph": "resource:2776_0" }, { "modified": "Aarhus_Airport", "readable": "Aarhus Airport", "graph": "resource:Aarhus_Airport" }, { "modified": "Aktieselskab", "readable": "Aktieselskab", "graph": "resource:Aktieselskab" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m ?f WHERE { resource:Aarhus_Airport property:operating_organisation ?m . resource:Aarhus_Airport property:runway_length ?f }", "readable_query": "SELECT DISTINCT ?m ?f WHERE { resource:Aarhus_Airport property:operating_organisation ?m . resource:Aarhus_Airport property:runway_length ?f }", "graph_answer": [ "resource:Aktieselskab", "resource:2776_0" ], "readable_answer": [ "Aktieselskab", "2776.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:Aarhus_Airport property:mayor ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Aarhus_Airport property:mayor ?w }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
5963
Id109
[ { "subject": "Aleksandra_Kovač", "property": "associatedMusicalArtist", "object": "K2_(Kovač_sisters_duo)" }, { "subject": "Aleksandra_Kovač", "property": "genre", "object": "Pop_music" }, { "subject": "Pop_music", "property": "musicFusionGenre", "object": "Disco" } ]
[ { "subject": "Aleksandra_Kovač", "property": "associatedBand/associatedMusicalArtist", "object": "K2_(Kovač_sisters_duo)" }, { "subject": "Aleksandra_Kovač", "property": "genre", "object": "Pop_music" }, { "subject": "Pop_music", "property": "musicFusionGenre", "object": "Disco" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Part of the K2 (Kovač sisters duo), Aleksandra Kovač's musical genre is pop music. Disco music is a fusion genre of pop music.", "Pop musician Aleksandra Kovač is part of the Kovac sister duo, K2. Disco is a fusion of Pop and other genres.", "Aleksandra Kovač is part of the K2 (Kovač sisters duo), in the musical genre Pop, of which Disco music is a fusion genre of." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aleksandra_Kova_", "rdf:type", "ontology:artist" ], [ "resource:Aleksandra_Kova_", "property:associated_band_associated_musical_artist", "resource:K2__Kova__sisters_duo_" ], [ "resource:Aleksandra_Kova_", "property:genre", "resource:Pop_music" ], [ "resource:Pop_music", "property:music_fusion_genre", "resource:Disco" ] ]
Aleksandra_Kovač
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "musicFusionGenre", "readable": "music fusion genre", "graph": "property:music_fusion_genre" }, { "modified": "Aleksandra_Kovač", "readable": "Aleksandra Kovač", "graph": "resource:Aleksandra_Kova_" }, { "modified": "Disco", "readable": "Disco", "graph": "resource:Disco" }, { "modified": "K2_(Kovač_sisters_duo)", "readable": "K2", "graph": "resource:K2__Kova__sisters_duo_" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?k rdf:type ontology:artist . ?b property:music_fusion_genre resource:Bhangra__music_ . ?k property:genre ?b }", "readable_query": "ASK WHERE { ?k rdf:type ontology:artist . ?b property:music_fusion_genre resource:Bhangra_(music) . ?k property:genre ?b }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Airport
2
3361
Id166
[ { "subject": "Athens", "property": "country", "object": "Greece" }, { "subject": "Athens_International_Airport", "property": "city", "object": "Athens" } ]
[ { "subject": "Athens_International_Airport", "property": "cityServed", "object": "Athens" }, { "subject": "Athens", "property": "country", "object": "Greece" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Athens International Airport serves the city of Athens which is a city in Greece.", "Athens International Airport serves the city of Athens, Greece." ], "lang": [ "", "" ] }
[]
[]
[ [ "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": "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f ?m WHERE { ?f rdf:type ontology:airport . ?m property:country resource:Greece . ?f property:city_served ?m }", "readable_query": "SELECT DISTINCT ?f ?m WHERE { ?f rdf:type ontology:airport . ?m property:country resource:Greece . ?f property:city_served ?m }", "graph_answer": [ "resource:Athens_International_Airport", "resource:Athens" ], "readable_answer": [ "Athens International Airport", "Athens" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
5
12527
Id46
[ { "subject": "Abraham_A._Ribicoff", "property": "spouse", "object": "Casey_Ribicoff" }, { "subject": "Casey_Ribicoff", "property": "birthPlace", "object": "Chicago" }, { "subject": "Abraham_A._Ribicoff", "property": "deathPlace", "object": "United_States" }, { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "\"American\"@en" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "Abraham_A._Ribicoff", "property": "spouse", "object": "Casey_Ribicoff" }, { "subject": "Casey_Ribicoff", "property": "birthPlace", "object": "Chicago" }, { "subject": "Abraham_A._Ribicoff", "property": "deathPlace", "object": "United_States" }, { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "American" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abraham A. Ribicoff was a national of the United States, where African Americans are an ethnic group. Abraham A. Ribicoff's spouse was Casey Ribicoff, who was born in Chicago. Abraham A. Ribicoff died in the United States.", "Born in Chicago, Casey Ribicoff was the wife of Abraham A. Ribicoff. Abraham A Ribicoff was from and died in the United States. The country, where African Americans are an ethnic group.", "United States national Abraham A. Ribicoff (died in the U.S.) was married to Chicago born Casey Ribicoff. An ethnic group in the United States are African Americans." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Casey_Ribicoff", "property:birth_place", "resource:Chicago" ], [ "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:death_place", "resource:United_States" ], [ "resource:Abraham_A__Ribicoff", "property:nationality", "resource:American" ] ]
Abraham_A._Ribicoff
[ { "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": "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": "American", "readable": "American", "graph": "resource:American" }, { "modified": "Casey_Ribicoff", "readable": "Casey Ribicoff", "graph": "resource:Casey_Ribicoff" }, { "modified": "Chicago", "readable": "Chicago", "graph": "resource:Chicago" }, { "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 { ?e property:death_place resource:United_States . ?e rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:death_place resource:United_States . ?e rdf:type ontology:politician }", "graph_answer": [ "resource:Abraham_A__Ribicoff" ], "readable_answer": [ "Abraham A. Ribicoff" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 'c' ) ) . ?z property:nationality resource:American . ?z property:spouse ?r . ?z rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 'c' ) ) . ?z property:nationality resource:American . ?z property:spouse ?r . ?z rdf:type ontology:politician }", "graph_answer": [ "resource:Casey_Ribicoff" ], "readable_answer": [ "Casey 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" ] } ]
Athlete
4
8985
Id55
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "History_of_the_St._Louis_Rams" }, { "subject": "Tennessee_Titans", "property": "locationCity", "object": "Nashville,_Tennessee" }, { "subject": "History_of_the_St._Louis_Rams", "property": "coach", "object": "Jeff_Fisher" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" } ]
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "St._Louis_Rams" }, { "subject": "Tennessee_Titans", "property": "city", "object": "Nashville,_Tennessee" }, { "subject": "St._Louis_Rams", "property": "coach", "object": "Jeff_Fisher" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Ayers, who made his debut with the Nashville, Tennessee based Tennessee TItans, previously played for the St Louis Rams coached by Jeff Fisher.", "Akeem Ayers, who made his debut with the american football team Tennessee Titans based in Nashville, Tennessee, formerly played with the St Louis Rams who are coached by Jeff Fisher.", "The Tennessee Titans, based in Nashville, TN, was the debut team of Akeem Ayers. He also played for the St. Louis Rams under coach Jeff Fisher." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Ayers", "property:former_team", "resource:St__Louis_Rams" ], [ "resource:Akeem_Ayers", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Ayers", "property:debut_team", "resource:Tennessee_Titans" ], [ "resource:Tennessee_Titans", "property:city", "resource:Nashville__Tennessee" ], [ "resource:St__Louis_Rams", "property:coach", "resource:Jeff_Fisher" ] ]
Akeem_Ayers
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "coach", "readable": "coach", "graph": "property:coach" }, { "modified": "debutTeam", "readable": "debut team", "graph": "property:debut_team" }, { "modified": "formerTeam", "readable": "former team", "graph": "property:former_team" }, { "modified": "Akeem_Ayers", "readable": "Akeem Ayers", "graph": "resource:Akeem_Ayers" }, { "modified": "Jeff_Fisher", "readable": "Jeff Fisher", "graph": "resource:Jeff_Fisher" }, { "modified": "Nashville,_Tennessee", "readable": "Nashville, Tennessee", "graph": "resource:Nashville__Tennessee" }, { "modified": "St._Louis_Rams", "readable": "St. Louis Rams", "graph": "resource:St__Louis_Rams" }, { "modified": "Tennessee_Titans", "readable": "Tennessee Titans", "graph": "resource:Tennessee_Titans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:athlete . ?e property:former_team resource:St__Louis_Rams . ?n property:city resource:Nashville__Tennessee . ?e property:debut_team ?n }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:athlete . ?e property:former_team resource:St._Louis_Rams . ?n property:city resource:Nashville,_Tennessee . ?e property:debut_team ?n }", "graph_answer": [ "resource:Akeem_Ayers" ], "readable_answer": [ "Akeem Ayers" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:Akeem_Ayers property:former_team resource:St__Louis_Rams . resource:Akeem_Ayers property:debut_team ?d . resource:Akeem_Ayers rdf:type ontology:athlete . ?d property:city resource:Nashville__Tennessee }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Akeem_Ayers property:former_team resource:St._Louis_Rams . resource:Akeem_Ayers property:debut_team ?d . resource:Akeem_Ayers rdf:type ontology:athlete . ?d property:city resource:Nashville,_Tennessee }", "graph_answer": [ "resource:Tennessee_Titans" ], "readable_answer": [ "Tennessee Titans" ], "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 ( COUNT ( ?j ) AS ?k ) WHERE { resource:St__Louis_Rams property:coach ?j }", "readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?k ) WHERE { resource:St._Louis_Rams property:coach ?j }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { resource:St__Louis_Rams property:coach ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:St._Louis_Rams property:coach ?t }", "graph_answer": [ "resource:Jeff_Fisher" ], "readable_answer": [ "Jeff Fisher" ], "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" ] } ]
Food
3
7088
Id1
[ { "subject": "Ajoblanco", "property": "country", "object": "Spain" }, { "subject": "Ajoblanco", "property": "alias", "object": "\"Ajo blanco\"@en" }, { "subject": "Ajoblanco", "property": "ingredient", "object": "Garlic" } ]
[ { "subject": "Ajoblanco", "property": "country", "object": "Spain" }, { "subject": "Ajoblanco", "property": "alternativeName", "object": "\"Ajo blanco\"" }, { "subject": "Ajoblanco", "property": "ingredient", "object": "Garlic" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ajoblanco, also known as \"Ajo blanco\", is made with garlic and comes from Spain.", "Ajoblanco (alternatively known as Ajo blanco) comes from Spain and has garlic as an ingredient.", "Ajoblanco originates from Spain, is also called \"Ajo blanco\" and has garlic as one of its ingredients." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ajoblanco", "property:ingredient", "resource:Garlic" ], [ "resource:Ajoblanco", "rdf:type", "ontology:food" ], [ "resource:Ajoblanco", "property:country", "resource:Spain" ], [ "resource:Ajoblanco", "property:alternative_name", "resource:Ajo_blanco" ] ]
Ajoblanco
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Ajo blanco", "readable": "Ajo blanco", "graph": "resource:Ajo_blanco" }, { "modified": "Ajoblanco", "readable": "Ajoblanco", "graph": "resource:Ajoblanco" }, { "modified": "Garlic", "readable": "Garlic", "graph": "resource:Garlic" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:Ajoblanco property:alternative_name ?w . FILTER ( CONTAINS ( LCASE ( ?w ) , 'blanco' ) ) }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Ajoblanco property:alternative_name ?w . FILTER ( CONTAINS ( LCASE ( ?w ) , 'blanco' ) ) }", "graph_answer": [ "resource:Ajo_blanco" ], "readable_answer": [ "Ajo blanco" ], "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:Ajoblanco property:country ?r . FILTER ( STRSTARTS ( LCASE ( ?r ) , 's' ) ) }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Ajoblanco property:country ?r . FILTER ( STRSTARTS ( LCASE ( ?r ) , 's' ) ) }", "graph_answer": [ "resource:Spain" ], "readable_answer": [ "Spain" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Ajoblanco property:has_to_its_southwest ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Ajoblanco property:has_to_its_southwest ?r }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
2
3599
Id211
[ { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "London" }, { "subject": "London", "property": "leaderTitle", "object": "Parliament_of_the_United_Kingdom" } ]
[ { "subject": "London", "property": "leaderTitle", "object": "Parliament_of_the_United_Kingdom" }, { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "London" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "London is the place of death for Alfred Garth Jones and led by Parliament of the United Kingdom.", "Alfred Garth Jones dies in London which is led by the UK Parliament." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:London", "property:leader_title", "resource:Parliament_of_the_United_Kingdom" ], [ "resource:Alfred_Garth_Jones", "rdf:type", "ontology:artist" ], [ "resource:Alfred_Garth_Jones", "property:death_place", "resource:London" ] ]
Alfred_Garth_Jones
[ { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Alfred_Garth_Jones", "readable": "Alfred Garth Jones", "graph": "resource:Alfred_Garth_Jones" }, { "modified": "London", "readable": "London", "graph": "resource:London" }, { "modified": "Parliament_of_the_United_Kingdom", "readable": "Parliament of the United Kingdom", "graph": "resource:Parliament_of_the_United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p ?x WHERE { ?p rdf:type ontology:artist . ?x property:leader_title resource:Parliament_of_the_United_Kingdom . ?p property:death_place ?x }", "readable_query": "SELECT DISTINCT ?p ?x WHERE { ?p rdf:type ontology:artist . ?x property:leader_title resource:Parliament_of_the_United_Kingdom . ?p property:death_place ?x }", "graph_answer": [ "resource:Alfred_Garth_Jones", "resource:London" ], "readable_answer": [ "Alfred Garth Jones", "London" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Politician
2
5142
Id134
[ { "subject": "Airey_Neave", "property": "rank", "object": "Lieutenant_colonel" }, { "subject": "Airey_Neave", "property": "activeYearsEndDate", "object": "\"1979-03-30\"^^xsd:date" } ]
[ { "subject": "Airey_Neave", "property": "militaryRank", "object": "Lieutenant_colonel" }, { "subject": "Airey_Neave", "property": "activeYearsEndDate", "object": "1979-03-30" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Airey Neave was a Lieutenant Colonel and ended his career on 30th March 1979.", "Airey Neave was a Lieutenant Colonel and he ended his career on 30th March 1979.", "Airey Neave, whose military rank is Lieutenant Colonel, ended his career on 30th March 1979." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Airey_Neave", "rdf:type", "ontology:politician" ], [ "resource:Airey_Neave", "property:military_rank", "resource:Lieutenant_colonel" ], [ "resource:Airey_Neave", "property:active_years_end_date", "resource:1979_03_30" ] ]
Airey_Neave
[ { "modified": "activeYearsEndDate", "readable": "active years end date", "graph": "property:active_years_end_date" }, { "modified": "militaryRank", "readable": "military rank", "graph": "property:military_rank" }, { "modified": "1979-03-30", "readable": "1979-03-30", "graph": "resource:1979_03_30" }, { "modified": "Airey_Neave", "readable": "Airey Neave", "graph": "resource:Airey_Neave" }, { "modified": "Lieutenant_colonel", "readable": "Lieutenant colonel", "graph": "resource:Lieutenant_colonel" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?k property:military_rank ?u . ?k rdf:type ontology:politician . FILTER ( ?e = \"1979_03_30\" ) . ?k property:active_years_end_date ?e }", "readable_query": "SELECT DISTINCT ?u WHERE { ?k property:military_rank ?u . ?k rdf:type ontology:politician . FILTER ( ?e = \"1979-03-30\" ) . ?k property:active_years_end_date ?e }", "graph_answer": [ "resource:Lieutenant_colonel" ], "readable_answer": [ "Lieutenant colonel" ], "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 { ?b rdf:type ontology:politician . ?b property:military_rank resource:Lieutenant_colonel }", "readable_query": "ASK WHERE { ?b rdf:type ontology:politician . ?b property:military_rank resource:Lieutenant_colonel }", "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 ?m WHERE { ?m rdf:type ontology:politician . ?m property:military_rank resource:Lieutenant_colonel }", "readable_query": "SELECT ?m WHERE { ?m rdf:type ontology:politician . ?m property:military_rank resource:Lieutenant_colonel }", "graph_answer": [ "resource:Airey_Neave" ], "readable_answer": [ "Airey Neave" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
5
11230
Id81
[ { "subject": "Albennie_Jones", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Albennie_Jones", "property": "birthYear", "object": "\"1914\"^^xsd:gYear" }, { "subject": "Albennie_Jones", "property": "birthPlace", "object": "United_States" }, { "subject": "Albennie_Jones", "property": "background", "object": "\"solo_singer\"@en" }, { "subject": "Albennie_Jones", "property": "placeOfBirth", "object": "Errata,_Mississippi" } ]
[ { "subject": "Albennie_Jones", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Albennie_Jones", "property": "birthYear", "object": "1914" }, { "subject": "Albennie_Jones", "property": "birthPlace", "object": "Errata,_Mississippi" }, { "subject": "Albennie_Jones", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Albennie_Jones", "property": "birthPlace", "object": "United_States" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Albennie Jones was born in Errata, Mississippi, in the U.S.A., in 1914. Albennie Jones is a performer of rhythm and blues and has a background as a solo singer.", "Albennie Jones was born (1914) in Errata, Mississippi, U.S.A. She performed as a background solo singer in a rhythm and blues band.", "Rhythm and blues singer Albennie Jones was born 1914 in Errata, Mississippi, U.S.A." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albennie_Jones", "property:birth_year", "resource:1914" ], [ "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:Errata__Mississippi" ], [ "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": "birthYear", "readable": "birth year", "graph": "property:birth_year" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "1914", "readable": "1914", "graph": "resource:1914" }, { "modified": "Albennie_Jones", "readable": "Albennie Jones", "graph": "resource:Albennie_Jones" }, { "modified": "Errata,_Mississippi", "readable": "Errata, Mississippi", "graph": "resource:Errata__Mississippi" }, { "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 { ?g rdf:type ontology:artist . ?g property:genre ?r . ?g property:birth_place resource:England }", "readable_query": "ASK WHERE { ?g rdf:type ontology:artist . ?g property:genre ?r . ?g property:birth_place resource:England }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Artist
3
5911
Id57
[ { "subject": "Ace_Wilder", "property": "genre", "object": "Hip_hop_music" }, { "subject": "Hip_hop_music", "property": "stylisticOrigin", "object": "Funk" }, { "subject": "Hip_hop_music", "property": "derivative", "object": "Drum_and_bass" } ]
[ { "subject": "Ace_Wilder", "property": "genre", "object": "Hip_hop_music" }, { "subject": "Hip_hop_music", "property": "stylisticOrigin", "object": "Funk" }, { "subject": "Hip_hop_music", "property": "derivative", "object": "Drum_and_bass" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ace Wilder performs Hip Hop music, which originated from funk music and from which drum and bass is derived.", "The musical genre of Ace Wilder is hip hop music which originated from funk music and drum and bass is a derivative of it.", "Ace Wilder plays Hip hop music where drum and bass derive their sounds. Hip hop has its style origins in funk." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ace_Wilder", "rdf:type", "ontology:artist" ], [ "resource:Ace_Wilder", "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" ] ]
Ace_Wilder
[ { "modified": "derivative", "readable": "derivative", "graph": "property:derivative" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Ace_Wilder", "readable": "Ace Wilder", "graph": "resource:Ace_Wilder" }, { "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?i ) WHERE { ?y property:stylistic_origin resource:Funk . ?y property:derivative resource:Drum_and_bass }", "readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?i ) WHERE { ?y property:stylistic_origin resource:Funk . ?y property:derivative resource:Drum_and_bass }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:derivative resource:Drum_and_bass . ?a property:stylistic_origin resource:Funk }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:derivative resource:Drum_and_bass . ?a property:stylistic_origin resource:Funk }", "graph_answer": [ "resource:Hip_hop_music" ], "readable_answer": [ "Hip hop music" ], "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 ?w WHERE { ?w rdf:type ontology:artist . ?w property:genre resource:Hip_hop_music }", "readable_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:artist . ?w property:genre resource:Hip_hop_music }", "graph_answer": [ "resource:Ace_Wilder" ], "readable_answer": [ "Ace Wilder" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
3
6438
Id58
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "leaderName", "object": "Rahm_Emanuel" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
[ { "subject": "300_North_LaSalle", "property": "location", "object": "Chicago" }, { "subject": "Chicago", "property": "leader", "object": "Rahm_Emanuel" }, { "subject": "Chicago", "property": "isPartOf", "object": "Illinois" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "300 North LaSalle is located in Chicago, Illinois, where Rahm Emanuel is a leader." ], "lang": [ "" ] }
[]
[]
[ [ "resource:300_North_LaSalle", "rdf:type", "ontology:building" ], [ "resource:300_North_LaSalle", "property:location", "resource:Chicago" ], [ "resource:Chicago", "property:leader", "resource:Rahm_Emanuel" ], [ "resource:Chicago", "property:is_part_of", "resource:Illinois" ] ]
300_North_LaSalle
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "300_North_LaSalle", "readable": "300 North LaSalle", "graph": "resource:300_North_LaSalle" }, { "modified": "Chicago", "readable": "Chicago", "graph": "resource:Chicago" }, { "modified": "Illinois", "readable": "Illinois", "graph": "resource:Illinois" }, { "modified": "Rahm_Emanuel", "readable": "Rahm Emanuel", "graph": "resource:Rahm_Emanuel" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u ?c WHERE { resource:Chicago property:leader ?c . resource:Chicago property:is_part_of ?u }", "readable_query": "SELECT DISTINCT ?u ?c WHERE { resource:Chicago property:leader ?c . resource:Chicago property:is_part_of ?u }", "graph_answer": [ "resource:Illinois", "resource:Rahm_Emanuel" ], "readable_answer": [ "Illinois", "Rahm Emanuel" ], "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 ?x WHERE { ?x property:location resource:Chicago . ?x rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:location resource:Chicago . ?x rdf:type ontology:building }", "graph_answer": [ "resource:300_North_LaSalle" ], "readable_answer": [ "300 North LaSalle" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
5
12596
Id115
[ { "subject": "Alvah_Sabin", "property": "region", "object": "Vermont" }, { "subject": "Alvah_Sabin", "property": "office", "object": "\"Secretary of State of Vermont\"" }, { "subject": "Alvah_Sabin", "property": "successor", "object": "Homer_Elihu_Royce" }, { "subject": "Alvah_Sabin", "property": "birthPlace", "object": "Georgia,_Vermont" }, { "subject": "Alvah_Sabin", "property": "deathPlace", "object": "Sycamore,_Illinois" } ]
[ { "subject": "Alvah_Sabin", "property": "region", "object": "Vermont" }, { "subject": "Alvah_Sabin", "property": "office", "object": "Secretary_of_State_of_Vermont" }, { "subject": "Alvah_Sabin", "property": "successor", "object": "Homer_Elihu_Royce" }, { "subject": "Alvah_Sabin", "property": "birthPlace", "object": "Georgia,_Vermont" }, { "subject": "Alvah_Sabin", "property": "deathPlace", "object": "Sycamore,_Illinois" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Homer Elihu Royce was preceded by Alvah Sabin, who was born in Georgia Vermont and worked as the secretary of the State of Vermont. Alvah Sabin represented Vermont and died in Sycamore, Illinois.", "Alvah Sabin was born in Georgia, Vermont and died in Sycamore, Illinois. He represented Vermont as the Secretary of the State and was succeeded by Homer Elihu Royce.", "Alvah Sabin was born in Georgia, Vermont and died in Sycamore, Illinois. He represented Vermont as Secretary of State and was followed by Homer Elihu Royce." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alvah_Sabin", "rdf:type", "ontology:politician" ], [ "resource:Alvah_Sabin", "property:death_place", "resource:Sycamore__Illinois" ], [ "resource:Alvah_Sabin", "property:successor", "resource:Homer_Elihu_Royce" ], [ "resource:Alvah_Sabin", "property:office", "resource:Secretary_of_State_of_Vermont" ], [ "resource:Alvah_Sabin", "property:region", "resource:Vermont" ], [ "resource:Alvah_Sabin", "property:birth_place", "resource:Georgia__Vermont" ] ]
Alvah_Sabin
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "office", "readable": "office", "graph": "property:office" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Alvah_Sabin", "readable": "Alvah Sabin", "graph": "resource:Alvah_Sabin" }, { "modified": "Georgia,_Vermont", "readable": "Georgia, Vermont", "graph": "resource:Georgia__Vermont" }, { "modified": "Homer_Elihu_Royce", "readable": "Homer Elihu Royce", "graph": "resource:Homer_Elihu_Royce" }, { "modified": "Secretary_of_State_of_Vermont", "readable": "Secretary of State of Vermont", "graph": "resource:Secretary_of_State_of_Vermont" }, { "modified": "Sycamore,_Illinois", "readable": "Sycamore, Illinois", "graph": "resource:Sycamore__Illinois" }, { "modified": "Vermont", "readable": "Vermont", "graph": "resource:Vermont" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?e property:death_place ?v . ?e property:birth_place resource:Romania . ?e rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?e property:death_place ?v . ?e property:birth_place resource:Romania . ?e 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
3
6486
Id106
[ { "subject": "Adisham_Hall", "property": "locationCountry", "object": "Sri_Lanka" }, { "subject": "Sri_Lanka", "property": "capital", "object": "Sri_Jayawardenepura_Kotte" }, { "subject": "Sri_Lanka", "property": "language", "object": "Tamil_language" } ]
[ { "subject": "Adisham_Hall", "property": "country", "object": "Sri_Lanka" }, { "subject": "Sri_Lanka", "property": "capital", "object": "Sri_Jayawardenepura_Kotte" }, { "subject": "Sri_Lanka", "property": "language", "object": "Tamil_language" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adisham Hall is located in Sri Lanka, Sri Jayawardenepura Kotte and the language is the Tamil language.", "Tamil is the language of Sri Lanka where Adisham Hall is located and the capital city is Sri Jayawardenepura Kotte.", "Adisham Hall is located in Sri Lanka which has the capital city of Sri Jayawardenepura Kotte. The language spoken in Sri Lanka is Tamil." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Sri_Lanka", "property:capital", "resource:Sri_Jayawardenepura_Kotte" ], [ "resource:Sri_Lanka", "property:language", "resource:Tamil_language" ], [ "resource:Adisham_Hall", "rdf:type", "ontology:building" ], [ "resource:Adisham_Hall", "property:country", "resource:Sri_Lanka" ] ]
Adisham_Hall
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "Adisham_Hall", "readable": "Adisham Hall", "graph": "resource:Adisham_Hall" }, { "modified": "Sri_Jayawardenepura_Kotte", "readable": "Sri Jayawardenepura Kotte", "graph": "resource:Sri_Jayawardenepura_Kotte" }, { "modified": "Sri_Lanka", "readable": "Sri Lanka", "graph": "resource:Sri_Lanka" }, { "modified": "Tamil_language", "readable": "Tamil language", "graph": "resource:Tamil_language" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?k ) WHERE { ?v rdf:type ontology:building . ?i property:currency resource:Sri_Lankan_rupee . ?v property:country ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?k ) WHERE { ?v rdf:type ontology:building . ?i property:currency resource:Sri_Lankan_rupee . ?v property:country ?i }", "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 ( COUNT ( ?s ) AS ?q ) WHERE { resource:Adisham_Hall property:country ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?q ) WHERE { resource:Adisham_Hall property:country ?s }", "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 ?m WHERE { resource:Adisham_Hall property:country ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Adisham_Hall property:country ?m }", "graph_answer": [ "resource:Sri_Lanka" ], "readable_answer": [ "Sri Lanka" ], "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 ?w WHERE { resource:Sri_Lanka property:instrument ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Sri_Lanka property:instrument ?w }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
4
8878
Id30
[ { "subject": "Apollo_12", "property": "crew2Up", "object": "Alfred_Worden" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Apollo_12", "property": "operator", "object": "NASA" } ]
[ { "subject": "Apollo_12", "property": "backupPilot", "object": "Alfred_Worden" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Apollo_12", "property": "operator", "object": "NASA" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "American Alan Bean was a crew member of NASA's Apollo 12 alongside backup pilot Alfred Worden.", "United States citizen Alan Bean was a member of NASA's Apollo 12 crew with his backup pilot Alfred Worden." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Apollo_12", "property:backup_pilot", "resource:Alfred_Worden" ], [ "resource:Apollo_12", "property:operator", "resource:NASA" ], [ "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": "backupPilot", "readable": "backup pilot", "graph": "property:backup_pilot" }, { "modified": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "operator", "readable": "operator", "graph": "property:operator" }, { "modified": "Alan_Bean", "readable": "Alan Bean", "graph": "resource:Alan_Bean" }, { "modified": "Alfred_Worden", "readable": "Alfred Worden", "graph": "resource:Alfred_Worden" }, { "modified": "Apollo_12", "readable": "Apollo 12", "graph": "resource:Apollo_12" }, { "modified": "NASA", "readable": "NASA", "graph": "resource:NASA" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?g rdf:type ontology:astronaut . ?k property:operator resource:United_States_Air_Force . ?g property:mission ?k }", "readable_query": "ASK WHERE { ?g rdf:type ontology:astronaut . ?k property:operator resource:United_States_Air_Force . ?g property:mission ?k }", "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
8773
Id165
[ { "subject": "Anders_Osborne", "property": "associatedBand", "object": "Billy_Iuso" }, { "subject": "Anders_Osborne", "property": "associatedMusicalArtist", "object": "Voice_of_the_Wetlands_All-Stars" }, { "subject": "Anders_Osborne", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Anders_Osborne", "property": "associatedActs", "object": "Tab_Benoit" } ]
[ { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Billy_Iuso" }, { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Tab_Benoit" }, { "subject": "Anders_Osborne", "property": "genre", "object": "Rhythm_and_blues" }, { "subject": "Anders_Osborne", "property": "associatedBand/associatedMusicalArtist", "object": "Voice_of_the_Wetlands_All-Stars" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Anders Osborne performs rhythm and blues music and is associated with the Voice of the Wetlands All-Stars. He worked with Tab Benoit and associated with Billy Iuso.", "Anders Osborne, whose genre is Rhythm and blues, has worked with Tab Benoit. Anders Osborne is associated with Voice of the Wetlands All-Stars and musical artist, Billy Iuso.", "Rhythm and blues artist Anders Osbornes is associated with artists Tab Benoit, Billy Iuso and Voice of the Wetlands All-Stars." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Anders_Osborne", "rdf:type", "ontology:artist" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Voice_of_the_Wetlands_All_Stars" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Billy_Iuso" ], [ "resource:Anders_Osborne", "property:associated_band_associated_musical_artist", "resource:Tab_Benoit" ], [ "resource:Anders_Osborne", "property:genre", "resource:Rhythm_and_blues" ] ]
Anders_Osborne
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Anders_Osborne", "readable": "Anders Osborne", "graph": "resource:Anders_Osborne" }, { "modified": "Billy_Iuso", "readable": "Billy Iuso", "graph": "resource:Billy_Iuso" }, { "modified": "Rhythm_and_blues", "readable": "Rhythm and blues", "graph": "resource:Rhythm_and_blues" }, { "modified": "Tab_Benoit", "readable": "Tab Benoit", "graph": "resource:Tab_Benoit" }, { "modified": "Voice_of_the_Wetlands_All-Stars", "readable": "Voice of the Wetlands All-Stars", "graph": "resource:Voice_of_the_Wetlands_All_Stars" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 't' ) ) . resource:Anders_Osborne property:associated_band_associated_musical_artist ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 't' ) ) . resource:Anders_Osborne property:associated_band_associated_musical_artist ?i }", "graph_answer": [ "resource:Tab_Benoit" ], "readable_answer": [ "Tab Benoit" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist resource:Tab_Benoit }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist resource:Tab_Benoit }", "graph_answer": [ "resource:Voice_of_the_Wetlands_All_Stars" ], "readable_answer": [ "Voice of the Wetlands All-Stars" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?p ) WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?f }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?p ) WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?f }", "graph_answer": [ "3" ], "readable_answer": [ "3" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?x != resource:Voice_of_the_Wetlands_All_Stars ) . resource:Anders_Osborne property:associated_band_associated_musical_artist ?x . FILTER ( ?x != resource:Tab_Benoit ) }", "readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?x != resource:Voice_of_the_Wetlands_All-Stars ) . resource:Anders_Osborne property:associated_band_associated_musical_artist ?x . FILTER ( ?x != resource:Tab_Benoit ) }", "graph_answer": [ "resource:Billy_Iuso" ], "readable_answer": [ "Billy Iuso" ], "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 ?y WHERE { resource:Anders_Osborne property:building_type ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Anders_Osborne property:building_type ?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" ] } ]
Food
5
12093
Id40
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "ethnicGroups", "object": "Malaysian_Malay" }, { "subject": "Malaysia", "property": "capital", "object": "Kuala_Lumpur" }, { "subject": "Malaysia", "property": "ethnicGroup", "object": "Malaysian_Indian" }, { "subject": "Asam_pedas", "property": "region", "object": "Malay_Peninsula" } ]
[ { "subject": "Asam_pedas", "property": "country", "object": "Malaysia" }, { "subject": "Malaysia", "property": "ethnicGroup", "object": "Malaysian_Malay" }, { "subject": "Malaysia", "property": "capital", "object": "Kuala_Lumpur" }, { "subject": "Malaysia", "property": "ethnicGroup", "object": "Malaysian_Indian" }, { "subject": "Asam_pedas", "property": "region", "object": "Malay_Peninsula" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "One of the foods found in Malaysia is asam pedas which is from the Malay Peninsula region. Malaysian Indian is one of the ethnic groups on Malaysia and its capital Kuala Lumpur.", "Asam pedas is a food found in the Malay Peninsula of Malaysia, the country where Malaysian Indians and Malay people are ethnic groups. The capital of Malaysia is Kuala Lumpur.", "Malaysia's capital city is Kuala Lumpur and among the country's ethnic groups can be found the Malay people and the Malaysian Indians. Asam Pedas is a dish of the region and can be found throughout the Malaysian peninsula." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Malaysia", "property:capital", "resource:Kuala_Lumpur" ], [ "resource:Malaysia", "property:ethnic_group", "resource:Malaysian_Malay" ], [ "resource:Malaysia", "property:ethnic_group", "resource:Malaysian_Indian" ], [ "resource:Asam_pedas", "rdf:type", "ontology:food" ], [ "resource:Asam_pedas", "property:country", "resource:Malaysia" ], [ "resource:Asam_pedas", "property:region", "resource:Malay_Peninsula" ] ]
Asam_pedas
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Asam_pedas", "readable": "Asam pedas", "graph": "resource:Asam_pedas" }, { "modified": "Kuala_Lumpur", "readable": "Kuala Lumpur", "graph": "resource:Kuala_Lumpur" }, { "modified": "Malay_Peninsula", "readable": "Malay Peninsula", "graph": "resource:Malay_Peninsula" }, { "modified": "Malaysia", "readable": "Malaysia", "graph": "resource:Malaysia" }, { "modified": "Malaysian_Indian", "readable": "Malaysian Indian", "graph": "resource:Malaysian_Indian" }, { "modified": "Malaysian_Malay", "readable": "Malaysian Malay", "graph": "resource:Malaysian_Malay" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?i ) WHERE { resource:Malaysia property:ethnic_group ?u }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?i ) WHERE { resource:Malaysia property:ethnic_group ?u }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?n ) WHERE { resource:Asam_pedas property:administrative_arrondissement ?e }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?n ) WHERE { resource:Asam_pedas property:administrative_arrondissement ?e }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "non_sense", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Asam_pedas property:has_to_its_north ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Asam_pedas property:has_to_its_north ?v }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
3
8260
Id106
[ { "subject": "A_Severed_Wasp", "property": "numberOfPages", "object": "\"388\"^^xsd:positiveInteger" }, { "subject": "A_Severed_Wasp", "property": "isbn", "object": "\"0-374-26131-8\"" }, { "subject": "A_Severed_Wasp", "property": "mediaType", "object": "Hardcover" } ]
[ { "subject": "A_Severed_Wasp", "property": "numberOfPages", "object": "\"388\"" }, { "subject": "A_Severed_Wasp", "property": "isbnNumber", "object": "\"0-374-26131-8\"" }, { "subject": "A_Severed_Wasp", "property": "mediaType", "object": "Hardcover" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Severed Wasp was published in hardback, has the ISBN number 0-374-26131-8 and 388 pages.", "The hardback book, A Severed Wasp has 388 pages and has the ISBN number \"0-374-26131-8\".", "A Severed Wasp is a hardcover book with 388 pages and the ISBN number 0-374-26131-8." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Severed_Wasp", "property:media_type", "resource:Hardcover" ], [ "resource:A_Severed_Wasp", "rdf:type", "ontology:written_work" ], [ "resource:A_Severed_Wasp", "property:number_of_pages", "388" ], [ "resource:A_Severed_Wasp", "property:isbn_number", "resource:0_374_26131_8" ] ]
A_Severed_Wasp
[ { "modified": "388", "readable": "388", "graph": "388" }, { "modified": "isbnNumber", "readable": "isbn number", "graph": "property:isbn_number" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "numberOfPages", "readable": "number of pages", "graph": "property:number_of_pages" }, { "modified": "0-374-26131-8", "readable": "0-374-26131-8", "graph": "resource:0_374_26131_8" }, { "modified": "A_Severed_Wasp", "readable": "A Severed Wasp", "graph": "resource:A_Severed_Wasp" }, { "modified": "Hardcover", "readable": "Hardcover", "graph": "resource:Hardcover" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?l < '600' ) . ?d property:isbn_number ?f . ?d rdf:type ontology:written_work . ?d property:number_of_pages ?l }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?l < '600' ) . ?d property:isbn_number ?f . ?d rdf:type ontology:written_work . ?d property:number_of_pages ?l }", "graph_answer": [ "resource:0_374_26131_8" ], "readable_answer": [ "0-374-26131-8" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?d property:isbn_number '978-1-4165-4253-7' . ?d rdf:type ontology:written_work . ?d property:number_of_pages ?g }", "readable_query": "ASK WHERE { ?d property:isbn_number '978-1-4165-4253-7' . ?d rdf:type ontology:written_work . ?d property:number_of_pages ?g }", "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" ] } ]
ComicsCharacter
2
4374
Id39
[ { "subject": "Bananaman", "property": "starring", "object": "Tim_Brooke-Taylor" }, { "subject": "Tim_Brooke-Taylor", "property": "birthPlace", "object": "United_Kingdom" } ]
[ { "subject": "Bananaman", "property": "starring", "object": "Tim_Brooke-Taylor" }, { "subject": "Tim_Brooke-Taylor", "property": "birthPlace", "object": "United_Kingdom" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Tim Brooke-Taylor was born in the UK and starred in Bananaman.", "Born in the United Kingdom, Tim Brooke-Taylor, starred in Bananaman.", "Tim Brooke-Taylor, originally from the U.K., starred in Bananaman." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Tim_Brooke_Taylor", "property:birth_place", "resource:United_Kingdom" ], [ "resource:Bananaman", "rdf:type", "ontology:comics_character" ], [ "resource:Bananaman", "property:starring", "resource:Tim_Brooke_Taylor" ] ]
Bananaman
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "starring", "readable": "starring", "graph": "property:starring" }, { "modified": "Bananaman", "readable": "Bananaman", "graph": "resource:Bananaman" }, { "modified": "Tim_Brooke-Taylor", "readable": "Tim Brooke-Taylor", "graph": "resource:Tim_Brooke_Taylor" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?e property:starring ?u . ?u property:birth_place resource:Lancashire . ?e rdf:type ontology:comics_character }", "readable_query": "ASK WHERE { ?e property:starring ?u . ?u property:birth_place resource:Lancashire . ?e rdf:type ontology:comics_character }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Building
3
6497
Id117
[ { "subject": "Akita_Museum_of_Art", "property": "locationTown", "object": "Akita,_Akita" }, { "subject": "Akita_Prefecture", "property": "country", "object": "Japan" }, { "subject": "Akita,_Akita", "property": "isPartOf", "object": "Akita_Prefecture" } ]
[ { "subject": "Akita_Museum_of_Art", "property": "location", "object": "Akita,_Akita" }, { "subject": "Akita_Prefecture", "property": "country", "object": "Japan" }, { "subject": "Akita,_Akita", "property": "isPartOf", "object": "Akita_Prefecture" } ]
(X (X (X (X))))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Akita Museum of Art is located in Akita, Akita which is part of Akita Prefecture, Japan.", "The Akita Museum of Art is located in Akita, Akita Prefecture in Japan." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Akita__Akita", "property:is_part_of", "resource:Akita_Prefecture" ], [ "resource:Akita_Prefecture", "property:country", "resource:Japan" ], [ "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 ?s ?j WHERE { ?s property:location ?j . ?j property:is_part_of resource:Akita_Prefecture . ?s rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?s ?j WHERE { ?s property:location ?j . ?j property:is_part_of resource:Akita_Prefecture . ?s rdf:type ontology:building }", "graph_answer": [ "resource:Akita_Museum_of_Art", "resource:Akita__Akita" ], "readable_answer": [ "Akita Museum of Art", "Akita, Akita" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { resource:Akita_Prefecture property:country ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { resource:Akita_Prefecture property:country ?a }", "graph_answer": [ "resource:Japan" ], "readable_answer": [ "Japan" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
University
2
5452
Id26
[ { "subject": "Romania", "property": "ethnicGroups", "object": "Germans_of_Romania" }, { "subject": "1_Decembrie_1918_University,_Alba_Iulia", "property": "country", "object": "Romania" } ]
[ { "subject": "Romania", "property": "ethnicGroup", "object": "Germans_of_Romania" }, { "subject": "1_Decembrie_1918_University", "property": "country", "object": "Romania" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The 1 Decembrie 1918 University is in Romania, which has an ethnic group called Germans of Romania.", "The 1 Decembrie 1918 University is situated in Romania. It has a native ethnic group, Germans of Romania.", "1 Decembrie 1918 University is located in Romania, where one of the ethnic groups is the Germans." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1_Decembrie_1918_University", "rdf:type", "ontology:university" ], [ "resource:1_Decembrie_1918_University", "property:country", "resource:Romania" ], [ "resource:Romania", "property:ethnic_group", "resource:Germans_of_Romania" ] ]
1_Decembrie_1918_University
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "1_Decembrie_1918_University", "readable": "1 Decembrie 1918 University", "graph": "resource:1_Decembrie_1918_University" }, { "modified": "Germans_of_Romania", "readable": "Germans of Romania", "graph": "resource:Germans_of_Romania" }, { "modified": "Romania", "readable": "Romania", "graph": "resource:Romania" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l ?f WHERE { ?l property:country ?f . ?l rdf:type ontology:university . ?f property:ethnic_group resource:Germans_of_Romania }", "readable_query": "SELECT DISTINCT ?l ?f WHERE { ?l property:country ?f . ?l rdf:type ontology:university . ?f property:ethnic_group resource:Germans_of_Romania }", "graph_answer": [ "resource:1_Decembrie_1918_University", "resource:Romania" ], "readable_answer": [ "1 Decembrie 1918 University", "Romania" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
2
4606
Id118
[ { "subject": "Bacon_sandwich", "property": "variations", "object": "BLT" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Bacon" } ]
[ { "subject": "Bacon_sandwich", "property": "dishVariation", "object": "BLT" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Bacon" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A better variation of the bacon sandwich is BLT which also includes lettuce and tomato.", "Another variation for a bacon sandwich is a BLT which includes the ingredient bacon.", "Bacon is an ingredient of a BLT; or bacon sandwich." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bacon_sandwich", "property:dish_variation", "resource:BLT" ], [ "resource:Bacon_sandwich", "property:ingredient", "resource:Bacon" ], [ "resource:Bacon_sandwich", "rdf:type", "ontology:food" ] ]
Bacon_sandwich
[ { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "BLT", "readable": "BLT", "graph": "resource:BLT" }, { "modified": "Bacon", "readable": "Bacon", "graph": "resource:Bacon" }, { "modified": "Bacon_sandwich", "readable": "Bacon sandwich", "graph": "resource:Bacon_sandwich" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:Bacon_sandwich property:dish_variation ?d . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'b' ) ) }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Bacon_sandwich property:dish_variation ?d . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'b' ) ) }", "graph_answer": [ "resource:BLT" ], "readable_answer": [ "BLT" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Bacon_sandwich rdf:type ontology:food . resource:Bacon_sandwich property:ingredient resource:Bacon }", "readable_query": "ASK WHERE { resource:Bacon_sandwich rdf:type ontology:food . resource:Bacon_sandwich property:ingredient resource:Bacon }", "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" ] } ]
Airport
5
11017
Id66
[ { "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": "battle", "object": "Korean_War" }, { "subject": "United_States_Air_Force", "property": "aircraftTransport", "object": "Lockheed_C-130_Hercules" }, { "subject": "United_States_Air_Force", "property": "battles", "object": "Operation_Enduring_Freedom" } ]
[ { "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": "battle", "object": "Korean_War" }, { "subject": "United_States_Air_Force", "property": "transportAircraft", "object": "Lockheed_C-130_Hercules" }, { "subject": "United_States_Air_Force", "property": "battle", "object": "Operation_Enduring_Freedom" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Al Asad airbase is operated by the United States Air Force which fought in both the Korean War and Operation Enduring Freedom. Two of the plane the U.S.A.F. has are the Lockheed AC-130 (an attack aircraft) and the Lockheed C-130 Hercules (a transport aircraft).", "A transport aircraft for the U.S.A.F. is the Lockheed C-130 which is found on aircraft carriers. They also have an attack aircraft Lockheed AC-130. Al Asad airbase is operated by the U.S.A.F. and they were involved in the Korean war and the battle known as Operation Enduring Freedom.", "Al Asad Airbase is operated by the United States Air Force. The transport plane the Lockheed C-130 Hercules and the attack aircraft Lockheed AC-130 can be found on USAF aircraft aircraft carriers. The United States Air Force fought battles in the Korean War and took part in Operation Enduring Freedom." ], "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:attack_aircraft", "resource:Lockheed_AC_130" ], [ "resource:United_States_Air_Force", "property:transport_aircraft", "resource:Lockheed_C_130_Hercules" ], [ "resource:United_States_Air_Force", "property:battle", "resource:Korean_War" ], [ "resource:United_States_Air_Force", "property:battle", "resource:Operation_Enduring_Freedom" ] ]
Al_Asad_Airbase
[ { "modified": "attackAircraft", "readable": "attack aircraft", "graph": "property:attack_aircraft" }, { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "transportAircraft", "readable": "transport aircraft", "graph": "property:transport_aircraft" }, { "modified": "Al_Asad_Airbase", "readable": "Al Asad Airbase", "graph": "resource:Al_Asad_Airbase" }, { "modified": "Korean_War", "readable": "Korean War", "graph": "resource:Korean_War" }, { "modified": "Lockheed_AC-130", "readable": "Lockheed AC-130", "graph": "resource:Lockheed_AC_130" }, { "modified": "Lockheed_C-130_Hercules", "readable": "Lockheed C-130 Hercules", "graph": "resource:Lockheed_C_130_Hercules" }, { "modified": "Operation_Enduring_Freedom", "readable": "Operation Enduring Freedom", "graph": "resource:Operation_Enduring_Freedom" }, { "modified": "United_States_Air_Force", "readable": "United States Air Force", "graph": "resource:United_States_Air_Force" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( LCASE ( ?f ) , 'enduring' ) ) . resource:United_States_Air_Force property:battle ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( LCASE ( ?f ) , 'enduring' ) ) . resource:United_States_Air_Force property:battle ?f }", "graph_answer": [ "resource:Operation_Enduring_Freedom" ], "readable_answer": [ "Operation Enduring Freedom" ], "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 ?f WHERE { resource:United_States_Air_Force property:battle resource:Operation_Enduring_Freedom . FILTER ( CONTAINS ( LCASE ( resource:Operation_Enduring_Freedom ) , 'enduring' ) ) }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:United_States_Air_Force property:battle resource:Operation_Enduring_Freedom . FILTER ( CONTAINS ( LCASE ( resource:Operation_Enduring_Freedom ) , 'enduring' ) ) }", "graph_answer": [ "resource:Korean_War" ], "readable_answer": [ "Korean War" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "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:United_States_Air_Force property:transport_aircraft ?r . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'l' ) ) }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:United_States_Air_Force property:transport_aircraft ?r . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'l' ) ) }", "graph_answer": [ "resource:Lockheed_C_130_Hercules" ], "readable_answer": [ "Lockheed C-130 Hercules" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:United_States_Air_Force property:attack_aircraft resource:Lockheed_AC_130 }", "readable_query": "ASK WHERE { resource:United_States_Air_Force property:attack_aircraft resource:Lockheed_AC-130 }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?z ) , 'asad' ) ) . ?z property:operating_organisation resource:United_States_Air_Force }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?z ) , 'asad' ) ) . ?z property:operating_organisation resource:United_States_Air_Force }", "graph_answer": [ "resource:Al_Asad_Airbase" ], "readable_answer": [ "Al Asad Airbase" ], "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" ] } ]
Company
3
7071
Id60
[ { "subject": "Trane", "property": "foundingYear", "object": "1913-01-01" }, { "subject": "Trane", "property": "location", "object": "Ireland" }, { "subject": "Trane", "property": "foundationPlace", "object": "La_Crosse,_Wisconsin" } ]
[ { "subject": "Trane", "property": "foundingDate", "object": "1913-01-01" }, { "subject": "Trane", "property": "location", "object": "Ireland" }, { "subject": "Trane", "property": "foundationPlace", "object": "La_Crosse,_Wisconsin" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Trane company was founded on the first of January 1913 in LaCrosse, Wisconsin and is located in Ireland.", "Trane company located in Ireland was founded on 1913-01-01 in La Crosse, Wisconsin.", "Trane was founded on 01-01-1913 in La Crosse, Wisconsin but is located in Ireland." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Trane", "property:founding_date", "resource:1913_01_01" ], [ "resource:Trane", "rdf:type", "ontology:company" ], [ "resource:Trane", "property:location", "resource:Ireland" ], [ "resource:Trane", "property:foundation_place", "resource:La_Crosse__Wisconsin" ] ]
Trane
[ { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "1913-01-01", "readable": "1913-01-01", "graph": "resource:1913_01_01" }, { "modified": "Ireland", "readable": "Ireland", "graph": "resource:Ireland" }, { "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 ?m WHERE { ?s rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?r ) , '1913' ) ) . ?s property:foundation_place ?m . ?s property:founding_date ?r }", "readable_query": "SELECT DISTINCT ?m WHERE { ?s rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?r ) , '1913' ) ) . ?s property:foundation_place ?m . ?s property:founding_date ?r }", "graph_answer": [ "resource:La_Crosse__Wisconsin" ], "readable_answer": [ "La Crosse, Wisconsin" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?m rdf:type ontology:company . ?m property:founding_date resource:1920_08_16 . ?m property:foundation_place resource:La_Crosse__Wisconsin }", "readable_query": "ASK WHERE { ?m rdf:type ontology:company . ?m property:founding_date resource:1920-08-16 . ?m property:foundation_place resource:La_Crosse,_Wisconsin }", "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 { ?s property:founding_date resource:1913_01_01 . ?s property:foundation_place resource:La_Crosse__Wisconsin . ?s rdf:type ontology:company }", "readable_query": "ASK WHERE { ?s property:founding_date resource:1913-01-01 . ?s property:foundation_place resource:La_Crosse,_Wisconsin . ?s rdf:type ontology:company }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?w WHERE { ?w property:foundation_place resource:La_Crosse__Wisconsin . ?w property:founding_date resource:1913_01_01 . ?w rdf:type ontology:company }", "readable_query": "SELECT ?w WHERE { ?w property:foundation_place resource:La_Crosse,_Wisconsin . ?w property:founding_date resource:1913-01-01 . ?w rdf:type ontology:company }", "graph_answer": [ "resource:Trane" ], "readable_answer": [ "Trane" ], "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 ?s WHERE { resource:Trane property:location ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Trane property:location ?s }", "graph_answer": [ "resource:Ireland" ], "readable_answer": [ "Ireland" ], "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" ] } ]