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
Food
5
12222
Id169
[ { "subject": "Bionico", "property": "country", "object": "Mexico" }, { "subject": "Mexico", "property": "leaderName", "object": "Silvano_Aureoles_Conejo" }, { "subject": "Bionico", "property": "region", "object": "Jalisco" }, { "subject": "Bionico", "property": "hasVariant", "object": "Honey" }, { "subject": "Bionico", "property": "course", "object": "Dessert" } ]
[ { "subject": "Bionico", "property": "country", "object": "Mexico" }, { "subject": "Mexico", "property": "leader", "object": "Silvano_Aureoles_Conejo" }, { "subject": "Bionico", "property": "region", "object": "Jalisco" }, { "subject": "Bionico", "property": "dishVariation", "object": "Honey" }, { "subject": "Bionico", "property": "course", "object": "Dessert" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Silvano Aureoles Conejo is the leader of Mexico, where the dish Bionico can be found in the Jalisco region. Bionico is a dessert dish and honey is used in one of its variants.", "Bionico is a dessert often including honey found in the Jalisco region of Mexico. The name of the leader in Mexico is Silvano Aureoles Conejo.", "The dessert Bionico, containing honey, is from the Jalisco region of Mexico (led by Silvano Aureoles Conejo)." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Mexico", "property:leader", "resource:Silvano_Aureoles_Conejo" ], [ "resource:Bionico", "property:dish_variation", "resource:Honey" ], [ "resource:Bionico", "rdf:type", "ontology:food" ], [ "resource:Bionico", "property:country", "resource:Mexico" ], [ "resource:Bionico", "property:course", "resource:Dessert" ], [ "resource:Bionico", "property:region", "resource:Jalisco" ] ]
Bionico
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "course", "readable": "course", "graph": "property:course" }, { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Bionico", "readable": "Bionico", "graph": "resource:Bionico" }, { "modified": "Dessert", "readable": "Dessert", "graph": "resource:Dessert" }, { "modified": "Honey", "readable": "Honey", "graph": "resource:Honey" }, { "modified": "Jalisco", "readable": "Jalisco", "graph": "resource:Jalisco" }, { "modified": "Mexico", "readable": "Mexico", "graph": "resource:Mexico" }, { "modified": "Silvano_Aureoles_Conejo", "readable": "Silvano Aureoles Conejo", "graph": "resource:Silvano_Aureoles_Conejo" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Mexico property:leader resource:Silvano_Aureoles_Conejo }", "readable_query": "ASK WHERE { resource:Mexico property:leader resource:Silvano_Aureoles_Conejo }", "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 { FILTER ( STRSTARTS ( LCASE ( ?u ) , 'j' ) ) . resource:Bionico property:region ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { FILTER ( STRSTARTS ( LCASE ( ?u ) , 'j' ) ) . resource:Bionico property:region ?u }", "graph_answer": [ "resource:Jalisco" ], "readable_answer": [ "Jalisco" ], "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" ] } ]
Food
2
4710
Id222
[ { "subject": "Binignit", "property": "ingredient", "object": "Sweet_potato" }, { "subject": "Binignit", "property": "mainIngredient", "object": "Taro" } ]
[ { "subject": "Binignit", "property": "ingredient", "object": "Sweet_potato" }, { "subject": "Binignit", "property": "mainIngredient", "object": "Taro" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Two ingredients for Binignit is Taro and sweet potato.", "Binignit includes sweet potato and (the main ingredient) taro.", "Binignit includes sweet potato and (as a main ingredient), taro." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Binignit", "property:ingredient", "resource:Sweet_potato" ], [ "resource:Binignit", "property:main_ingredient", "resource:Taro" ], [ "resource:Binignit", "rdf:type", "ontology:food" ] ]
Binignit
[ { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "Binignit", "readable": "Binignit", "graph": "resource:Binignit" }, { "modified": "Sweet_potato", "readable": "Sweet potato", "graph": "resource:Sweet_potato" }, { "modified": "Taro", "readable": "Taro", "graph": "resource:Taro" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'b' ) ) . ?x property:main_ingredient resource:Taro . ?x property:ingredient resource:Sweet_potato . ?x rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'b' ) ) . ?x property:main_ingredient resource:Taro . ?x property:ingredient resource:Sweet_potato . ?x rdf:type ontology:food }", "graph_answer": [ "resource:Binignit" ], "readable_answer": [ "Binignit" ], "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" ] } ]
Athlete
3
6370
Id206
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "clubs", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "team", "object": "RoPS" } ]
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "club", "object": "RoPS" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Akeem Priestley played for club RoPS and currently plays for the Orange County Blues FC, which is managed by Oliver Wyss.", "Akeem Priestley played for club RoPS and is connected to the Orange County Blues Football Club which is managed by Oliver Wyss." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Akeem_Priestley", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Priestley", "property:club", "resource:RoPS" ], [ "resource:Akeem_Priestley", "property:club", "resource:Orange_County_Blues_FC" ], [ "resource:Orange_County_Blues_FC", "property:manager", "resource:Oliver_Wyss" ] ]
Akeem_Priestley
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "Akeem_Priestley", "readable": "Akeem Priestley", "graph": "resource:Akeem_Priestley" }, { "modified": "Oliver_Wyss", "readable": "Oliver Wyss", "graph": "resource:Oliver_Wyss" }, { "modified": "Orange_County_Blues_FC", "readable": "Orange County Blues FC", "graph": "resource:Orange_County_Blues_FC" }, { "modified": "RoPS", "readable": "RoPS", "graph": "resource:RoPS" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?u property:manager resource:Giuseppe_Iachini . ?s property:club ?u . ?s rdf:type ontology:athlete }", "readable_query": "ASK WHERE { ?u property:manager resource:Giuseppe_Iachini . ?s property:club ?u . ?s rdf:type ontology:athlete }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Monument
3
7653
Id25
[ { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"@en" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "material", "object": "\"Red granite and white marble\"@en" } ]
[ { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "material", "object": "\"Red granite and white marble\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Baku Turkish Martyrs memorial is made of red granite and white marble and can be found in Azerbaijan. It is also known as Turk Sehitleri Aniti.", "The red granite and white marble Baku Turkish Martyrs memorial, the native name being Turk Sehitleri Aniti, is found in Azerbaijan.", "The red granite and white marble Baku Turkish Martyrs' Memorial is located in Azerbaijan, where its local name is Turk Sehitleri Aniti." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Baku_Turkish_Martyrs__Memorial", "property:native_name", "resource:T_rk__ehitleri_An_t_" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "rdf:type", "ontology:monument" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:location", "resource:Azerbaijan" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:material", "Red granite and white marble" ] ]
Baku_Turkish_Martyrs'_Memorial
[ { "modified": "Red granite and white marble", "readable": "Red granite and white marble", "graph": "Red granite and white marble" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "material", "readable": "material", "graph": "property:material" }, { "modified": "nativeName", "readable": "native name", "graph": "property:native_name" }, { "modified": "Azerbaijan", "readable": "Azerbaijan", "graph": "resource:Azerbaijan" }, { "modified": "Baku_Turkish_Martyrs'_Memorial", "readable": "Baku Turkish Martyrs' Memorial", "graph": "resource:Baku_Turkish_Martyrs__Memorial" }, { "modified": "Türk Şehitleri Anıtı", "readable": "Türk Şehitleri Anıtı", "graph": "resource:T_rk__ehitleri_An_t_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o ?x WHERE { resource:Baku_Turkish_Martyrs__Memorial property:location ?x . resource:Baku_Turkish_Martyrs__Memorial property:material ?o }", "readable_query": "SELECT DISTINCT ?o ?x WHERE { resource:Baku_Turkish_Martyrs'_Memorial property:location ?x . resource:Baku_Turkish_Martyrs'_Memorial property:material ?o }", "graph_answer": [ "Red granite and white marble", "resource:Azerbaijan" ], "readable_answer": [ "Red granite and white marble", "Azerbaijan" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Baku_Turkish_Martyrs__Memorial property:ship_in_service ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Baku_Turkish_Martyrs'_Memorial property:ship_in_service ?p }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8454
Id52
[ { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Agra_Airport", "property": "operator", "object": "Airports_Authority_of_India" }, { "subject": "Uttar_Pradesh", "property": "subdivisionName", "object": "Awadh" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Bundelkhand" } ]
[ { "subject": "Agra_Airport", "property": "location", "object": "Uttar_Pradesh" }, { "subject": "Agra_Airport", "property": "operatingOrganisation", "object": "Airports_Authority_of_India" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Awadh" }, { "subject": "Uttar_Pradesh", "property": "isPartOf", "object": "Bundelkhand" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agra Airport is in Uttar Pradesh which is ni turn part of both Awadh and Bundelkhand. The Airports Authority of India is the operating organisation of Agra Airport.", "Agra Airport, which is operated by the Airports Authority of India, is located in Uttar Pradesh which is part of Awadh, Bundelkhand.", "Agra Airport, operated by Airports Authority of India, is located in Uttar Pradesh, which includes Awadh and Bundelkhand." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Uttar_Pradesh", "property:is_part_of", "resource:Bundelkhand" ], [ "resource:Uttar_Pradesh", "property:is_part_of", "resource:Awadh" ], [ "resource:Agra_Airport", "rdf:type", "ontology:airport" ], [ "resource:Agra_Airport", "property:location", "resource:Uttar_Pradesh" ], [ "resource:Agra_Airport", "property:operating_organisation", "resource:Airports_Authority_of_India" ] ]
Agra_Airport
[ { "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": "Agra_Airport", "readable": "Agra Airport", "graph": "resource:Agra_Airport" }, { "modified": "Airports_Authority_of_India", "readable": "Airports Authority of India", "graph": "resource:Airports_Authority_of_India" }, { "modified": "Awadh", "readable": "Awadh", "graph": "resource:Awadh" }, { "modified": "Bundelkhand", "readable": "Bundelkhand", "graph": "resource:Bundelkhand" }, { "modified": "Uttar_Pradesh", "readable": "Uttar Pradesh", "graph": "resource:Uttar_Pradesh" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?c ) WHERE { resource:Uttar_Pradesh property:is_part_of ?y }", "readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?c ) WHERE { resource:Uttar_Pradesh property:is_part_of ?y }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Uttar_Pradesh property:is_part_of ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Uttar_Pradesh property:is_part_of ?q }", "graph_answer": [ "resource:Bundelkhand", "resource:Awadh" ], "readable_answer": [ "Bundelkhand", "Awadh" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Agra_Airport rdf:type ontology:airport . resource:Agra_Airport property:operating_organisation resource:Airports_Authority_of_India }", "readable_query": "ASK WHERE { resource:Agra_Airport rdf:type ontology:airport . resource:Agra_Airport property:operating_organisation resource:Airports_Authority_of_India }", "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" ] } ]
Building
2
3942
Id94
[ { "subject": "Adisham_Hall", "property": "architecturalStyle", "object": "\"Tudor and Jacabian\"@en" }, { "subject": "Adisham_Hall", "property": "location", "object": "Sri_Lanka" } ]
[ { "subject": "Adisham_Hall", "property": "architecturalStyle", "object": "\"Tudor and Jacabian\"" }, { "subject": "Adisham_Hall", "property": "location", "object": "Sri_Lanka" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adisham Hall which is located in Sri Lanka has the architectural style of Tudor and Jacobean.", "The architectural style of Adisham Hall in Sri Lanka is Tudor and Jacobean.", "Adisham Hall, Sri Lanka, has the Architectural style of Tudor and Jacobean." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adisham_Hall", "rdf:type", "ontology:building" ], [ "resource:Adisham_Hall", "property:location", "resource:Sri_Lanka" ], [ "resource:Adisham_Hall", "property:architectural_style", "resource:Tudor_and_Jacabian" ] ]
Adisham_Hall
[ { "modified": "architecturalStyle", "readable": "architectural style", "graph": "property:architectural_style" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Adisham_Hall", "readable": "Adisham Hall", "graph": "resource:Adisham_Hall" }, { "modified": "Sri_Lanka", "readable": "Sri Lanka", "graph": "resource:Sri_Lanka" }, { "modified": "Tudor and Jacabian", "readable": "Tudor and Jacabian", "graph": "resource:Tudor_and_Jacabian" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?z ) WHERE { ?g rdf:type ontology:building . ?g property:architectural_style ?r . ?g property:address resource:Adisham }", "readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?z ) WHERE { ?g rdf:type ontology:building . ?g property:architectural_style ?r . ?g property:address resource:Adisham }", "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 ?k ?o WHERE { resource:Adisham_Hall property:architectural_style ?o . resource:Adisham_Hall property:location ?k }", "readable_query": "SELECT DISTINCT ?k ?o WHERE { resource:Adisham_Hall property:architectural_style ?o . resource:Adisham_Hall property:location ?k }", "graph_answer": [ "resource:Sri_Lanka", "resource:Tudor_and_Jacabian" ], "readable_answer": [ "Sri Lanka", "Tudor and Jacabian" ], "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" ] } ]
CelestialBody
4
9357
Id74
[ { "subject": "107_Camilla", "property": "discoverer", "object": "N._R._Pogson" }, { "subject": "N._R._Pogson", "property": "deathPlace", "object": "Chennai" }, { "subject": "107_Camilla", "property": "Planet/orbitalPeriod", "object": "\"9.999999999999998E-4\"^^<http://dbpedia.org/datatype/day>" }, { "subject": "N._R._Pogson", "property": "birthPlace", "object": "Nottingham" } ]
[ { "subject": "107_Camilla", "property": "discoverer", "object": "N._R._Pogson" }, { "subject": "N._R._Pogson", "property": "deathPlace", "object": "Chennai" }, { "subject": "107_Camilla", "property": "orbitalPeriod", "object": "2368.05 (days)" }, { "subject": "N._R._Pogson", "property": "birthPlace", "object": "Nottingham" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "With an orbital period of 2368.05 days, 107 Camilla, was discovered by Nottingham born, N R Pogson, who died in Chennai.", "107 Camilla has an orbital period of 2368.05 days and was discovered by N R Pogson who was born in Nottingham and died in Chennai." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:N__R__Pogson", "property:death_place", "resource:Chennai" ], [ "resource:N__R__Pogson", "property:birth_place", "resource:Nottingham" ], [ "resource:107_Camilla", "rdf:type", "ontology:celestial_body" ], [ "resource:107_Camilla", "property:orbital_period", "2368.05 (days)" ], [ "resource:107_Camilla", "property:discoverer", "resource:N__R__Pogson" ] ]
107_Camilla
[ { "modified": "2368.05 (days)", "readable": "2368.05", "graph": "2368.05 (days)" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "107_Camilla", "readable": "107 Camilla", "graph": "resource:107_Camilla" }, { "modified": "Chennai", "readable": "Chennai", "graph": "resource:Chennai" }, { "modified": "N._R._Pogson", "readable": "N. R. Pogson", "graph": "resource:N__R__Pogson" }, { "modified": "Nottingham", "readable": "Nottingham", "graph": "resource:Nottingham" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a property:discoverer ?z . ?z property:birth_place resource:Lancashire . ?a rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { ?a property:discoverer ?z . ?z property:birth_place resource:Lancashire . ?a rdf:type ontology:celestial_body }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Artist
4
8611
Id3
[ { "subject": "Aaron_Bertram", "property": "associatedMusicalArtist", "object": "Suburban_Legends" }, { "subject": "Aaron_Bertram", "property": "associatedActs", "object": "Kids_Imagine_Nation" }, { "subject": "Aaron_Bertram", "property": "genre", "object": "Ska_punk" }, { "subject": "Ska_punk", "property": "stylisticOrigin", "object": "Punk_rock" } ]
[ { "subject": "Aaron_Bertram", "property": "associatedBand/associatedMusicalArtist", "object": "Suburban_Legends" }, { "subject": "Aaron_Bertram", "property": "associatedBand/associatedMusicalArtist", "object": "Kids_Imagine_Nation" }, { "subject": "Aaron_Bertram", "property": "genre", "object": "Ska_punk" }, { "subject": "Ska_punk", "property": "stylisticOrigin", "object": "Punk_rock" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Bertram performs ska punk music which originated from Punk rock. He plays for bands the Suburban Legends and the Kids Imagine Nation.", "Aaron Bertram plays for the Suburban Legends band and the Kids Imagine Nation. He performs ska punk, which is originated from punk rock music.", "Aaron Bertram plays for the Suburban Legends band and the band Kids Imagine Nation. His musical genre is Ska punk, which has its stylistic origin in Punk rock." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Bertram", "rdf:type", "ontology:artist" ], [ "resource:Aaron_Bertram", "property:associated_band_associated_musical_artist", "resource:Suburban_Legends" ], [ "resource:Aaron_Bertram", "property:associated_band_associated_musical_artist", "resource:Kids_Imagine_Nation" ], [ "resource:Aaron_Bertram", "property:genre", "resource:Ska_punk" ], [ "resource:Ska_punk", "property:stylistic_origin", "resource:Punk_rock" ] ]
Aaron_Bertram
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Aaron_Bertram", "readable": "Aaron Bertram", "graph": "resource:Aaron_Bertram" }, { "modified": "Kids_Imagine_Nation", "readable": "Kids Imagine Nation", "graph": "resource:Kids_Imagine_Nation" }, { "modified": "Punk_rock", "readable": "Punk rock", "graph": "resource:Punk_rock" }, { "modified": "Ska_punk", "readable": "Ska punk", "graph": "resource:Ska_punk" }, { "modified": "Suburban_Legends", "readable": "Suburban Legends", "graph": "resource:Suburban_Legends" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?x ) WHERE { resource:Aaron_Bertram property:associated_band_associated_musical_artist ?d }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?x ) WHERE { resource:Aaron_Bertram property:associated_band_associated_musical_artist ?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 ?e WHERE { resource:Aaron_Bertram property:associated_band_associated_musical_artist ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Aaron_Bertram property:associated_band_associated_musical_artist ?e }", "graph_answer": [ "resource:Suburban_Legends", "resource:Kids_Imagine_Nation" ], "readable_answer": [ "Suburban Legends", "Kids Imagine Nation" ], "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 ?l WHERE { resource:Ska_punk property:builder ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Ska_punk property:builder ?l }", "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
3
7202
Id115
[ { "subject": "Bacon_sandwich", "property": "country", "object": "United_Kingdom" }, { "subject": "Bacon_sandwich", "property": "alias", "object": "\"Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, bacon muffin\"@en" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Brown_sauce" } ]
[ { "subject": "Bacon_sandwich", "property": "country", "object": "United_Kingdom" }, { "subject": "Bacon_sandwich", "property": "alternativeName", "object": "\"Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, bacon muffin\"" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Brown_sauce" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Bacon Sandwich is from United Kingdom. This sandwich ingredient is Brown sauce and can also be known as a bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, or bacon muffin.", "The bacon sandwich has different names including: Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm and bacon muffin, one of its ingredients is Brown sauce and it comes from United Kingdom." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Bacon_sandwich", "property:ingredient", "resource:Brown_sauce" ], [ "resource:Bacon_sandwich", "rdf:type", "ontology:food" ], [ "resource:Bacon_sandwich", "property:country", "resource:United_Kingdom" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Rasher_sandwich" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_muffin" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_sanger" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_butty" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_cob" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_sarnie" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Piece__n_bacon" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_barm" ] ]
Bacon_sandwich
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Bacon barm", "readable": "Bacon barm", "graph": "resource:Bacon_barm" }, { "modified": "Bacon butty", "readable": "Bacon butty", "graph": "resource:Bacon_butty" }, { "modified": "Bacon cob", "readable": "Bacon cob", "graph": "resource:Bacon_cob" }, { "modified": "Bacon muffin", "readable": "Bacon muffin", "graph": "resource:Bacon_muffin" }, { "modified": "Bacon_sandwich", "readable": "Bacon sandwich", "graph": "resource:Bacon_sandwich" }, { "modified": "Bacon sanger", "readable": "Bacon sanger", "graph": "resource:Bacon_sanger" }, { "modified": "Bacon sarnie", "readable": "Bacon sarnie", "graph": "resource:Bacon_sarnie" }, { "modified": "Brown_sauce", "readable": "Brown sauce", "graph": "resource:Brown_sauce" }, { "modified": "Piece 'n bacon", "readable": "Piece 'n bacon", "graph": "resource:Piece__n_bacon" }, { "modified": "Rasher sandwich", "readable": "Rasher sandwich", "graph": "resource:Rasher_sandwich" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Bacon_sandwich property:alternative_name ?v . FILTER ( CONTAINS ( LCASE ( ?v ) , 'sarnie' ) ) }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Bacon_sandwich property:alternative_name ?v . FILTER ( CONTAINS ( LCASE ( ?v ) , 'sarnie' ) ) }", "graph_answer": [ "resource:Bacon_sarnie" ], "readable_answer": [ "Bacon sarnie" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w ?u WHERE { resource:Bacon_sandwich property:ingredient ?w . resource:Bacon_sandwich property:alternative_name ?u }", "readable_query": "SELECT DISTINCT ?w ?u WHERE { resource:Bacon_sandwich property:ingredient ?w . resource:Bacon_sandwich property:alternative_name ?u }", "graph_answer": [ "resource:Brown_sauce", "resource:Bacon_cob" ], "readable_answer": [ "Brown sauce", "Bacon cob" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u ?l WHERE { resource:Bacon_sandwich property:alternative_name ?u . resource:Bacon_sandwich property:country ?l }", "readable_query": "SELECT DISTINCT ?u ?l WHERE { resource:Bacon_sandwich property:alternative_name ?u . resource:Bacon_sandwich property:country ?l }", "graph_answer": [ "resource:Bacon_sanger", "resource:United_Kingdom" ], "readable_answer": [ "Bacon sanger", "United Kingdom" ], "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" ] } ]
WrittenWork
4
10902
Id121
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
[ { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "subject": "A_Loyal_Character_Dancer", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Loyal Character Dancer is published in the United States. In this country one of the ethnic groups is African American and they speak English, same as in Great Britain.", "English is the spoken language of Great Britain and the United States. In the United States an ethnic group is African American and the book A Loyal Character Dancer is published.", "A Loyal Character Dancer is published in the United States, where the language is English and the African Americans are an ethnic group. English is also the language spoken in Great Britain." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ], [ "resource:A_Loyal_Character_Dancer", "rdf:type", "ontology:written_work" ], [ "resource:A_Loyal_Character_Dancer", "property:country", "resource:United_States" ] ]
A_Loyal_Character_Dancer
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Loyal_Character_Dancer", "readable": "A Loyal Character Dancer", "graph": "resource:A_Loyal_Character_Dancer" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'united' ) ) . ?z property:ethnic_group resource:African_Americans . ?z property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'united' ) ) . ?z property:ethnic_group resource:African_Americans . ?z property:language resource:English_language }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:country resource:United_States . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) . ?k rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:country resource:United_States . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) . ?k rdf:type ontology:written_work }", "graph_answer": [ "resource:A_Loyal_Character_Dancer" ], "readable_answer": [ "A Loyal Character Dancer" ], "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" ] } ]
Building
3
6452
Id72
[ { "subject": "3Arena", "property": "owner", "object": "Live_Nation_Entertainment" }, { "subject": "Dublin", "property": "leaderName", "object": "Críona_Ní_Dhálaigh" }, { "subject": "3Arena", "property": "location", "object": "Dublin" } ]
[ { "subject": "3Arena", "property": "owner", "object": "Live_Nation_Entertainment" }, { "subject": "Dublin", "property": "leader", "object": "Críona_Ní_Dhálaigh" }, { "subject": "3Arena", "property": "location", "object": "Dublin" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The owner of 3Arena in Dublin is Live Nation Entertainment. The Lord Mayor of the city was Críona Ní Dhálaigh .", "Críona Ní Dhálaigh was Lord Mayor of Dublin where the 3Arena owned by Live Nation Entertainment is located.", "3Arena is owned by Live Nation Entertainment, 3Arena is located in Dublin, Criona Ni Dhalaigh was the Lord Mayor of Dublin." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Dublin", "property:leader", "resource:Cr_ona_N__Dh_laigh" ], [ "resource:3Arena", "rdf:type", "ontology:building" ], [ "resource:3Arena", "property:location", "resource:Dublin" ], [ "resource:3Arena", "property:owner", "resource:Live_Nation_Entertainment" ] ]
3Arena
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "3Arena", "readable": "3Arena", "graph": "resource:3Arena" }, { "modified": "Críona_Ní_Dhálaigh", "readable": "Críona Ní Dhálaigh", "graph": "resource:Cr_ona_N__Dh_laigh" }, { "modified": "Dublin", "readable": "Dublin", "graph": "resource:Dublin" }, { "modified": "Live_Nation_Entertainment", "readable": "Live Nation Entertainment", "graph": "resource:Live_Nation_Entertainment" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:building . ?x property:leader resource:Cr_ona_N__Dh_laigh . ?d property:location ?x . ?d property:owner resource:Live_Nation_Entertainment }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:building . ?x property:leader resource:Críona_Ní_Dhálaigh . ?d property:location ?x . ?d property:owner resource:Live_Nation_Entertainment }", "graph_answer": [ "resource:3Arena" ], "readable_answer": [ "3Arena" ], "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 ?u WHERE { resource:3Arena rdf:type ontology:building . ?u property:leader resource:Cr_ona_N__Dh_laigh . resource:3Arena property:location ?u . resource:3Arena property:owner resource:Live_Nation_Entertainment }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:3Arena rdf:type ontology:building . ?u property:leader resource:Críona_Ní_Dhálaigh . resource:3Arena property:location ?u . resource:3Arena property:owner resource:Live_Nation_Entertainment }", "graph_answer": [ "resource:Dublin" ], "readable_answer": [ "Dublin" ], "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" ] } ]
City
5
11985
Id206
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albany,_Oregon", "property": "subdivisionName", "object": "Oregon" }, { "subject": "Oregon", "property": "capital", "object": "Salem,_Oregon" }, { "subject": "Albany,_Oregon", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "United_States", "property": "language", "object": "English_language" }, { "subject": "Albany,_Oregon", "property": "isPartOf", "object": "Oregon" }, { "subject": "Oregon", "property": "capital", "object": "Salem,_Oregon" }, { "subject": "Albany,_Oregon", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "English is the language spoken in the United States which includes the African Americans among its ethnic groups. The country is the location of Albany in the state of Oregon where the capital is Salem." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Albany__Oregon", "rdf:type", "ontology:city" ], [ "resource:Albany__Oregon", "property:country", "resource:United_States" ], [ "resource:Albany__Oregon", "property:is_part_of", "resource:Oregon" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:Oregon", "property:capital", "resource:Salem__Oregon" ] ]
Albany,_Oregon
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Albany,_Oregon", "readable": "Albany, Oregon", "graph": "resource:Albany__Oregon" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Oregon", "readable": "Oregon", "graph": "resource:Oregon" }, { "modified": "Salem,_Oregon", "readable": "Salem, Oregon", "graph": "resource:Salem__Oregon" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?f property:is_part_of resource:Oregon . ?t property:language resource:English_language . ?f rdf:type ontology:city . ?f property:country ?t }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f property:is_part_of resource:Oregon . ?t property:language resource:English_language . ?f rdf:type ontology:city . ?f property:country ?t }", "graph_answer": [ "resource:Albany__Oregon" ], "readable_answer": [ "Albany, Oregon" ], "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 ?g WHERE { resource:Albany__Oregon property:is_part_of resource:Oregon . resource:Albany__Oregon rdf:type ontology:city . resource:Albany__Oregon property:country ?g . ?g property:language resource:English_language }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Albany,_Oregon property:is_part_of resource:Oregon . resource:Albany,_Oregon rdf:type ontology:city . resource:Albany,_Oregon property:country ?g . ?g property:language resource:English_language }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { resource:Oregon property:aircraft_helicopter ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Oregon property:aircraft_helicopter ?s }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
2
4142
Id123
[ { "subject": "110_Lydia", "property": "epoch", "object": "\"December 31, 2006 (JD2454100.5)\"" }, { "subject": "110_Lydia", "property": "periapsis", "object": "3.77016e+11" } ]
[ { "subject": "110_Lydia", "property": "periapsis", "object": "377016000000.0" }, { "subject": "110_Lydia", "property": "epoch", "object": "2006-12-31" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "110 Lydia has a periapsis of 377016000000.0 and its epoch was on 31st December 2006.", "110 Lydia has an epoch date of December 31st 2006 and its periapsis is 377016000000.0.", "The periapsis of 110 Lydia is 377016000000.0 and the epoch date is 31.12.2006." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:110_Lydia", "property:epoch", "resource:2006_12_31" ], [ "resource:110_Lydia", "rdf:type", "ontology:celestial_body" ], [ "resource:110_Lydia", "property:periapsis", "resource:377016000000_0" ] ]
110_Lydia
[ { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "110_Lydia", "readable": "110 Lydia", "graph": "resource:110_Lydia" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" }, { "modified": "377016000000.0", "readable": "377016000000.0", "graph": "resource:377016000000_0" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?x = \"2006_12_31\" ) . ?s rdf:type ontology:celestial_body . ?s property:periapsis ?d . ?s property:epoch ?x }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?x = \"2006-12-31\" ) . ?s rdf:type ontology:celestial_body . ?s property:periapsis ?d . ?s property:epoch ?x }", "graph_answer": [ "resource:377016000000_0" ], "readable_answer": [ "377016000000.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?u rdf:type ontology:celestial_body . ?u property:periapsis resource:6155910000000_0 }", "readable_query": "ASK WHERE { ?u rdf:type ontology:celestial_body . ?u property:periapsis resource:6155910000000.0 }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?i rdf:type ontology:celestial_body . ?i property:periapsis resource:377016000000_0 }", "readable_query": "ASK WHERE { ?i rdf:type ontology:celestial_body . ?i property:periapsis resource:377016000000.0 }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?x WHERE { ?x rdf:type ontology:celestial_body . ?x property:periapsis resource:377016000000_0 }", "readable_query": "SELECT ?x WHERE { ?x rdf:type ontology:celestial_body . ?x property:periapsis resource:377016000000.0 }", "graph_answer": [ "resource:110_Lydia" ], "readable_answer": [ "110 Lydia" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
4
10672
Id113
[ { "subject": "Akron_Summit_Assault", "property": "fullname", "object": "\"Akron Metro Futbol Club Summit Assault\"@en" }, { "subject": "Akron_Summit_Assault", "property": "manager", "object": "\"Denzil Antonio\"@en" }, { "subject": "Akron_Summit_Assault", "property": "season", "object": "2011" }, { "subject": "Akron_Summit_Assault", "property": "capacity", "object": "3000" } ]
[ { "subject": "Akron_Summit_Assault", "property": "fullName", "object": "\"Akron Metro Futbol Club Summit Assault\"" }, { "subject": "Akron_Summit_Assault", "property": "season", "object": "2011" }, { "subject": "Akron_Summit_Assault", "property": "numberOfMembers", "object": "3000" }, { "subject": "Akron_Summit_Assault", "property": "manager", "object": "Denzil_Antonio" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akron Summit (full name: Akron Metro Futbol Club Summit Assault) is managed by Denzil Antonio. The club played in the 2011 season and their ground has a capacity of 3000 members.", "The full name of Akron Summit Assault is ''Akron Metro Futbol Club Summit Assault and they are managed by Denzil Antonio. The club played in the 2011 season and has 3000 members.", "Akron Summit Assault (Akron Metro Futbol Club Summit Assault) has 3000 members. The club played in the 2011 season, and is managed by Denzil Antonio." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akron_Summit_Assault", "property:season", "resource:2011" ], [ "resource:Akron_Summit_Assault", "property:full_name", "Akron Metro Futbol Club Summit Assault" ], [ "resource:Akron_Summit_Assault", "property:number_of_members", "resource:3000" ], [ "resource:Akron_Summit_Assault", "rdf:type", "ontology:sports_team" ], [ "resource:Akron_Summit_Assault", "property:manager", "resource:Denzil_Antonio" ] ]
Akron_Summit_Assault
[ { "modified": "Akron Metro Futbol Club Summit Assault", "readable": "Akron Metro Futbol Club Summit Assault", "graph": "Akron Metro Futbol Club Summit Assault" }, { "modified": "fullName", "readable": "full name", "graph": "property:full_name" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "2011", "readable": "2011", "graph": "resource:2011" }, { "modified": "3000", "readable": "3000", "graph": "resource:3000" }, { "modified": "Akron_Summit_Assault", "readable": "Akron Summit Assault", "graph": "resource:Akron_Summit_Assault" }, { "modified": "Denzil_Antonio", "readable": "Denzil Antonio", "graph": "resource:Denzil_Antonio" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?m property:season ?e . ?m property:manager resource:Jorge_Humberto_Rodr_guez . ?m rdf:type ontology:sports_team }", "readable_query": "ASK WHERE { ?m property:season ?e . ?m property:manager resource:Jorge_Humberto_Rodríguez . ?m rdf:type ontology:sports_team }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Building
2
3867
Id19
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "leader", "object": "Cyril_Ramaphosa" } ]
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "leader", "object": "Cyril_Ramaphosa" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "11 Diagonal Street is located in South Africa, which has Cyril Ramaphosa as a leader.", "11 Diagonal Street is located in South Africa, a country led by Cyril Ramaphosa.", "The address, 11 Diagonal Street is located in South Africa, the country that has Cyril Ramaphosa as one of its leaders." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:South_Africa", "property:leader", "resource:Cyril_Ramaphosa" ], [ "resource:11_Diagonal_Street", "rdf:type", "ontology:building" ], [ "resource:11_Diagonal_Street", "property:location", "resource:South_Africa" ] ]
11_Diagonal_Street
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "11_Diagonal_Street", "readable": "11 Diagonal Street", "graph": "resource:11_Diagonal_Street" }, { "modified": "Cyril_Ramaphosa", "readable": "Cyril Ramaphosa", "graph": "resource:Cyril_Ramaphosa" }, { "modified": "South_Africa", "readable": "South Africa", "graph": "resource:South_Africa" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:location ?o . FILTER ( CONTAINS ( LCASE ( ?a ) , 'diagonal' ) ) . ?a rdf:type ontology:building . ?o property:leader resource:Cyril_Ramaphosa }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:location ?o . FILTER ( CONTAINS ( LCASE ( ?a ) , 'diagonal' ) ) . ?a rdf:type ontology:building . ?o property:leader resource:Cyril_Ramaphosa }", "graph_answer": [ "resource:11_Diagonal_Street" ], "readable_answer": [ "11 Diagonal Street" ], "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 { ?j property:leader resource:Cyril_Ramaphosa . resource:11_Diagonal_Street rdf:type ontology:building . resource:11_Diagonal_Street property:location ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:leader resource:Cyril_Ramaphosa . resource:11_Diagonal_Street rdf:type ontology:building . resource:11_Diagonal_Street property:location ?j }", "graph_answer": [ "resource:South_Africa" ], "readable_answer": [ "South Africa" ], "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" ] } ]
Monument
4
10289
Id21
[ { "subject": "Atatürk_Monument_(İzmir)", "property": "open", "object": "\"1932-07-27\"^^xsd:date" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "material", "object": "\"Bronze\"@en" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "designer", "object": "Pietro_Canonica" } ]
[ { "subject": "Atatürk_Monument_(İzmir)", "property": "inaugurationDate", "object": "\"1932-07-27\"" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "material", "object": "\"Bronze\"" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "designer", "object": "Pietro_Canonica" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Ataturk Monument (Izmir) is located in Turkey and was inaugurated on 1932-07-27. It was designed by Pietro Canonica and is made of bronze.", "Pietro Canonica designed the bronze Ataturk monument which was inaugurated in Izmir, Turkey on 27 July 1932.", "The Atatürk Monument in Turkey was designed in bronze by Pietro Canonica, and inaugurated on 27th July, 1932." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Atat_rk_Monument___zmir_", "rdf:type", "ontology:monument" ], [ "resource:Atat_rk_Monument___zmir_", "property:location", "resource:Turkey" ], [ "resource:Atat_rk_Monument___zmir_", "property:inauguration_date", "1932-07-27" ], [ "resource:Atat_rk_Monument___zmir_", "property:material", "resource:Bronze" ], [ "resource:Atat_rk_Monument___zmir_", "property:designer", "resource:Pietro_Canonica" ] ]
Atatürk_Monument_(İzmir)
[ { "modified": "1932-07-27", "readable": "1932-07-27", "graph": "1932-07-27" }, { "modified": "designer", "readable": "designer", "graph": "property:designer" }, { "modified": "inaugurationDate", "readable": "inauguration date", "graph": "property:inauguration_date" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "material", "readable": "material", "graph": "property:material" }, { "modified": "Atatürk_Monument_(İzmir)", "readable": "Atatürk Monument", "graph": "resource:Atat_rk_Monument___zmir_" }, { "modified": "Bronze", "readable": "Bronze", "graph": "resource:Bronze" }, { "modified": "Pietro_Canonica", "readable": "Pietro Canonica", "graph": "resource:Pietro_Canonica" }, { "modified": "Turkey", "readable": "Turkey", "graph": "resource:Turkey" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?l property:inauguration_date ?s . ?l property:designer ?q . ?l rdf:type ontology:monument . FILTER ( CONTAINS ( YEAR ( ?s ) , '1932' ) ) }", "readable_query": "SELECT DISTINCT ?q WHERE { ?l property:inauguration_date ?s . ?l property:designer ?q . ?l rdf:type ontology:monument . FILTER ( CONTAINS ( YEAR ( ?s ) , '1932' ) ) }", "graph_answer": [ "resource:Pietro_Canonica" ], "readable_answer": [ "Pietro Canonica" ], "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 ?u WHERE { ?z rdf:type ontology:monument . ?z property:inauguration_date ?u . ?z property:designer resource:Pietro_Canonica }", "readable_query": "SELECT DISTINCT ?u WHERE { ?z rdf:type ontology:monument . ?z property:inauguration_date ?u . ?z property:designer resource:Pietro_Canonica }", "graph_answer": [ "1932-07-27" ], "readable_answer": [ "1932-07-27" ], "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 ?d WHERE { ?d property:inauguration_date '1932-07-27' . ?d rdf:type ontology:monument . ?d property:designer resource:Pietro_Canonica }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d property:inauguration_date '1932-07-27' . ?d rdf:type ontology:monument . ?d property:designer resource:Pietro_Canonica }", "graph_answer": [ "resource:Atat_rk_Monument___zmir_" ], "readable_answer": [ "Atatürk Monument" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Atat_rk_Monument___zmir_ property:material ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'b' ) ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Atatürk_Monument_(İzmir) property:material ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'b' ) ) }", "graph_answer": [ "resource:Bronze" ], "readable_answer": [ "Bronze" ], "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 ?j WHERE { resource:Atat_rk_Monument___zmir_ property:colour ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Atatürk_Monument_(İzmir) property:colour ?j }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
5
11399
Id16
[ { "subject": "Alan_Shepard", "property": "almaMater", "object": "\"NWC, M.A. 1957\"@en" }, { "subject": "Alan_Shepard", "property": "deathPlace", "object": "California" }, { "subject": "Alan_Shepard", "property": "birthPlace", "object": "New_Hampshire" }, { "subject": "Alan_Shepard", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Shepard", "property": "birthDate", "object": "\"1923-11-18\"^^xsd:date" } ]
[ { "subject": "Alan_Shepard", "property": "almaMater", "object": "\"NWC, M.A. 1957\"" }, { "subject": "Alan_Shepard", "property": "deathPlace", "object": "California" }, { "subject": "Alan_Shepard", "property": "birthPlace", "object": "New_Hampshire" }, { "subject": "Alan_Shepard", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Shepard", "property": "birthDate", "object": "\"1923-11-18\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alan Shepard was an American astronaut, born on November 18th, 1923, in New Hampshire. Alan went to school at NWC and graduated with an MA in 1957. He died in California.", "Alan Shepard who was born on the 18th of November 1923 in New Hampshire, US, graduated with an M.A. at NWC in 1957. Mr Shepard died in California.", "Alan Shepard is a US citizen who was born on 18 November 1923 in New Hampshire. He graduated from NWC with a MA in 1957 and has died in California." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alan_Shepard", "rdf:type", "ontology:astronaut" ], [ "resource:Alan_Shepard", "property:death_place", "resource:California" ], [ "resource:Alan_Shepard", "property:nationality", "resource:United_States" ], [ "resource:Alan_Shepard", "property:birth_date", "1923-11-18" ], [ "resource:Alan_Shepard", "property:alma_mater", "resource:NWC__M_A__1957" ], [ "resource:Alan_Shepard", "property:birth_place", "resource:New_Hampshire" ] ]
Alan_Shepard
[ { "modified": "1923-11-18", "readable": "1923-11-18", "graph": "1923-11-18" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Alan_Shepard", "readable": "Alan Shepard", "graph": "resource:Alan_Shepard" }, { "modified": "California", "readable": "California", "graph": "resource:California" }, { "modified": "NWC, M.A. 1957", "readable": "NWC, M.A. 1957", "graph": "resource:NWC__M_A__1957" }, { "modified": "New_Hampshire", "readable": "New Hampshire", "graph": "resource:New_Hampshire" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?z rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?p ) , '1923' ) ) . ?z property:birth_date ?p . ?z property:birth_place ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { ?z rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?p ) , '1923' ) ) . ?z property:birth_date ?p . ?z property:birth_place ?i }", "graph_answer": [ "resource:New_Hampshire" ], "readable_answer": [ "New Hampshire" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '1923' ) ) . ?t rdf:type ontology:astronaut . ?t property:birth_place resource:New_Hampshire . ?t property:birth_date ?i }", "readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( CONTAINS ( YEAR ( ?i ) , '1923' ) ) . ?t rdf:type ontology:astronaut . ?t property:birth_place resource:New_Hampshire . ?t property:birth_date ?i }", "graph_answer": [ "resource:Alan_Shepard" ], "readable_answer": [ "Alan Shepard" ], "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 ?v WHERE { resource:Alan_Shepard rdf:type ontology:astronaut . resource:Alan_Shepard property:birth_place resource:New_Hampshire . FILTER ( CONTAINS ( YEAR ( ?v ) , '1923' ) ) . resource:Alan_Shepard property:birth_date ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Alan_Shepard rdf:type ontology:astronaut . resource:Alan_Shepard property:birth_place resource:New_Hampshire . FILTER ( CONTAINS ( YEAR ( ?v ) , '1923' ) ) . resource:Alan_Shepard property:birth_date ?v }", "graph_answer": [ "1923-11-18" ], "readable_answer": [ "1923-11-18" ], "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 ?m ?z WHERE { resource:Alan_Shepard property:nationality ?m . resource:Alan_Shepard property:alma_mater ?z }", "readable_query": "SELECT DISTINCT ?m ?z WHERE { resource:Alan_Shepard property:nationality ?m . resource:Alan_Shepard property:alma_mater ?z }", "graph_answer": [ "resource:United_States", "resource:NWC__M_A__1957" ], "readable_answer": [ "United States", "NWC, M.A. 1957" ], "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:Alan_Shepard property:death_place ?g . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'c' ) ) }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Alan_Shepard property:death_place ?g . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'c' ) ) }", "graph_answer": [ "resource:California" ], "readable_answer": [ "California" ], "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" ] } ]
Food
2
4595
Id107
[ { "subject": "Bacon_Explosion", "property": "ingredientName", "object": "\"Bacon,sausage\"" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Bacon" } ]
[ { "subject": "Bacon_Explosion", "property": "mainIngredient", "object": "\"Bacon,sausage\"" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Bacon" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bacon Explosion includes sausage and bacon.", "Bacon Explosion is a dish made of sausage and bacon.", "The main ingredients of Bacon Explosion are both bacon and sausage." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bacon_Explosion", "property:ingredient", "resource:Bacon" ], [ "resource:Bacon_Explosion", "property:main_ingredient", "resource:Bacon_sausage" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ] ]
Bacon_Explosion
[ { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "Bacon", "readable": "Bacon", "graph": "resource:Bacon" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "Bacon,sausage", "readable": "Bacon,sausage", "graph": "resource:Bacon_sausage" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . ?i property:main_ingredient resource:Bacon_sausage . FILTER ( CONTAINS ( LCASE ( ?i ) , 'bacon' ) ) . ?i property:ingredient resource:Bacon }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . ?i property:main_ingredient resource:Bacon,sausage . FILTER ( CONTAINS ( LCASE ( ?i ) , 'bacon' ) ) . ?i property:ingredient resource:Bacon }", "graph_answer": [ "resource:Bacon_Explosion" ], "readable_answer": [ "Bacon Explosion" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Food
4
9867
Id156
[ { "subject": "Bandeja_paisa", "property": "ingredient", "object": "Avocado" }, { "subject": "Bandeja_paisa", "property": "ingredientName", "object": "\"red beans,pork belly, whiterice,ground meat,chicharon,fried egg,plantain(patacones),chorizo, arepa, hogao sauce,black pudding(morcilla),avocadoandlemon\"" }, { "subject": "Bandeja_paisa", "property": "region", "object": "Paisa_Region" }, { "subject": "Bandeja_paisa", "property": "country", "object": "Colombian_cuisine" } ]
[ { "subject": "Bandeja_paisa", "property": "ingredient", "object": "Avocado" }, { "subject": "Bandeja_paisa", "property": "mainIngredient", "object": "\"red beans, pork belly, white rice, ground meat, chicharon, fried egg, plantain (patacones), chorizo, arepa, hogao sauce, black pudding (morcilla), avocado and lemon\"" }, { "subject": "Bandeja_paisa", "property": "region", "object": "Paisa_Region" }, { "subject": "Bandeja_paisa", "property": "country", "object": "Colombian_cuisine" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Bandeja paisa is from the Paisa region and part of the Colombian cuisine. The main ingredients of Bandeja paisa are: red beans, pork belly, white rice, ground meat, chicharon, fried egg, plantain (patacones), chorizo, arepa, hogao sauce, black pudding (morcilla), avocado and lemon\".", "Bandeja paisa is a typical Colombian dish from the Paisa region. The main ingredients are avocado, red beans, pork belly, white rice, ground meat, chicharon, fried egg, plantain (patacones), chorizo, arepa, hogao sauce, black pudding (morcilla), and lemon." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Bandeja_paisa", "property:ingredient", "resource:Avocado" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Avocado" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Chorizo" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Fried_egg" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Chicharon" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Lemon" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Pork_belly" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Arepa" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Hogao_sauce" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Ground_meat" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Plantain__patacones_" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:White_rice" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Red_beans" ], [ "resource:Bandeja_paisa", "property:main_ingredient", "resource:Black_pudding__morcilla_" ], [ "resource:Bandeja_paisa", "rdf:type", "ontology:food" ], [ "resource:Bandeja_paisa", "property:country", "resource:Colombian_cuisine" ], [ "resource:Bandeja_paisa", "property:region", "resource:Paisa_Region" ] ]
Bandeja_paisa
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arepa", "readable": "Arepa", "graph": "resource:Arepa" }, { "modified": "Avocado", "readable": "Avocado", "graph": "resource:Avocado" }, { "modified": "Bandeja_paisa", "readable": "Bandeja paisa", "graph": "resource:Bandeja_paisa" }, { "modified": "Black pudding (morcilla)", "readable": "Black pudding", "graph": "resource:Black_pudding__morcilla_" }, { "modified": "Chicharon", "readable": "Chicharon", "graph": "resource:Chicharon" }, { "modified": "Chorizo", "readable": "Chorizo", "graph": "resource:Chorizo" }, { "modified": "Colombian_cuisine", "readable": "Colombian cuisine", "graph": "resource:Colombian_cuisine" }, { "modified": "Fried egg", "readable": "Fried egg", "graph": "resource:Fried_egg" }, { "modified": "Ground meat", "readable": "Ground meat", "graph": "resource:Ground_meat" }, { "modified": "Hogao sauce", "readable": "Hogao sauce", "graph": "resource:Hogao_sauce" }, { "modified": "Lemon", "readable": "Lemon", "graph": "resource:Lemon" }, { "modified": "Paisa_Region", "readable": "Paisa Region", "graph": "resource:Paisa_Region" }, { "modified": "Plantain (patacones)", "readable": "Plantain", "graph": "resource:Plantain__patacones_" }, { "modified": "Pork belly", "readable": "Pork belly", "graph": "resource:Pork_belly" }, { "modified": "Red beans", "readable": "Red beans", "graph": "resource:Red_beans" }, { "modified": "White rice", "readable": "White rice", "graph": "resource:White_rice" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?y ) WHERE { resource:Bandeja_paisa property:main_ingredient ?g }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?y ) WHERE { resource:Bandeja_paisa property:main_ingredient ?g }", "graph_answer": [ "13" ], "readable_answer": [ "13" ], "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 { resource:Bandeja_paisa property:main_ingredient ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Bandeja_paisa property:main_ingredient ?i }", "graph_answer": [ "resource:Avocado", "resource:Chorizo", "resource:Fried_egg", "resource:Chicharon", "resource:Lemon", "resource:Pork_belly", "resource:Arepa", "resource:Hogao_sauce", "resource:Ground_meat", "resource:Plantain__patacones_", "resource:White_rice", "resource:Red_beans", "resource:Black_pudding__morcilla_" ], "readable_answer": [ "Avocado", "Chorizo", "Fried egg", "Chicharon", "Lemon", "Pork belly", "Arepa", "Hogao sauce", "Ground meat", "Plantain", "White rice", "Red beans", "Black pudding" ], "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 ?f WHERE { resource:Bandeja_paisa property:country ?c . resource:Bandeja_paisa property:region ?f }", "readable_query": "SELECT DISTINCT ?c ?f WHERE { resource:Bandeja_paisa property:country ?c . resource:Bandeja_paisa property:region ?f }", "graph_answer": [ "resource:Colombian_cuisine", "resource:Paisa_Region" ], "readable_answer": [ "Colombian cuisine", "Paisa Region" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
2
3406
Id18
[ { "subject": "Aaron_Deer", "property": "hometown", "object": "United_States" }, { "subject": "Aaron_Deer", "property": "origin", "object": "Indianapolis" } ]
[ { "subject": "Aaron_Deer", "property": "origin", "object": "United_States" }, { "subject": "Aaron_Deer", "property": "origin", "object": "Indianapolis" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Deer was born in the Indianapolis, United States.", "Aaron Deer is an American from Indianapolis.", "Aaron Deer is American from Indianapolis." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Deer", "rdf:type", "ontology:artist" ], [ "resource:Aaron_Deer", "property:origin", "resource:United_States" ], [ "resource:Aaron_Deer", "property:origin", "resource:Indianapolis" ] ]
Aaron_Deer
[ { "modified": "origin", "readable": "origin", "graph": "property:origin" }, { "modified": "Aaron_Deer", "readable": "Aaron Deer", "graph": "resource:Aaron_Deer" }, { "modified": "Indianapolis", "readable": "Indianapolis", "graph": "resource:Indianapolis" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?m ) WHERE { resource:Aaron_Deer property:origin ?l }", "readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?m ) WHERE { resource:Aaron_Deer property:origin ?l }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Aaron_Deer property:origin ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Aaron_Deer property:origin ?v }", "graph_answer": [ "resource:United_States", "resource:Indianapolis" ], "readable_answer": [ "United States", "Indianapolis" ], "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
2
3990
Id142
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "\"Asilomar Blvd., Pacific Grove, California\"@en" }, { "subject": "Asilomar_Conference_Grounds", "property": "architecturalStyle", "object": "American_Craftsman" } ]
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "\"Asilomar Blvd., Pacific Grove, California\"" }, { "subject": "Asilomar_Conference_Grounds", "property": "architecturalStyle", "object": "American_Craftsman" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Asilomar Conference Grounds, with the American Craftsman architectural style, is located at Asilomar Blvd., Pacific Grove, California.", "Asilomar Conference Grounds, which has the architectural style of American Craftsman, is located at Asilomar Blvd., Pacific Grove, California.", "Asilomar Conference Grounds is located on Asilomar Blvd, Pacific Grove, California and has the architectural style of American Craftsman." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Asilomar_Conference_Grounds", "rdf:type", "ontology:building" ], [ "resource:Asilomar_Conference_Grounds", "property:location", "Asilomar Blvd., Pacific Grove, California" ], [ "resource:Asilomar_Conference_Grounds", "property:architectural_style", "resource:American_Craftsman" ] ]
Asilomar_Conference_Grounds
[ { "modified": "Asilomar Blvd., Pacific Grove, California", "readable": "Asilomar Blvd., Pacific Grove, California", "graph": "Asilomar Blvd., Pacific Grove, California" }, { "modified": "architecturalStyle", "readable": "architectural style", "graph": "property:architectural_style" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "American_Craftsman", "readable": "American Craftsman", "graph": "resource:American_Craftsman" }, { "modified": "Asilomar_Conference_Grounds", "readable": "Asilomar Conference Grounds", "graph": "resource:Asilomar_Conference_Grounds" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:Asilomar_Conference_Grounds property:architectural_style ?e . FILTER ( CONTAINS ( LCASE ( ?e ) , 'craftsman' ) ) }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Asilomar_Conference_Grounds property:architectural_style ?e . FILTER ( CONTAINS ( LCASE ( ?e ) , 'craftsman' ) ) }", "graph_answer": [ "resource:American_Craftsman" ], "readable_answer": [ "American Craftsman" ], "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:Asilomar_Conference_Grounds property:location 'Asilomar Blvd., Pacific Grove, California' }", "readable_query": "ASK WHERE { resource:Asilomar_Conference_Grounds property:location 'Asilomar Blvd., Pacific Grove, California' }", "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 ?n WHERE { resource:Asilomar_Conference_Grounds property:service ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Asilomar_Conference_Grounds property:service ?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" ] } ]
MeanOfTransportation
2
4831
Id66
[ { "subject": "AMC_Matador", "property": "assembly", "object": "Thames,_New_Zealand" }, { "subject": "AMC_Matador", "property": "modelYears", "object": "1971" } ]
[ { "subject": "AMC_Matador", "property": "assembly", "object": "Thames,_New_Zealand" }, { "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 Thames, New Zealand.", "The AMC Matador was assembled in Thames, New Zealand including the 1971 model year.", "The AMC Matador, produced in 1971, was made in Thames in New Zealand." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AMC_Matador", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AMC_Matador", "property:model_years", "resource:1971" ], [ "resource:AMC_Matador", "property:assembly", "resource:Thames__New_Zealand" ] ]
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": "Thames,_New_Zealand", "readable": "Thames, New Zealand", "graph": "resource:Thames__New_Zealand" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m ?j WHERE { resource:AMC_Matador property:assembly ?j . resource:AMC_Matador property:model_years ?m }", "readable_query": "SELECT DISTINCT ?m ?j WHERE { resource:AMC_Matador property:assembly ?j . resource:AMC_Matador property:model_years ?m }", "graph_answer": [ "resource:1971", "resource:Thames__New_Zealand" ], "readable_answer": [ "1971", "Thames, New Zealand" ], "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" ] } ]
Food
3
7130
Id43
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Arròs_negre", "property": "ingredient", "object": "Cuttlefish" } ]
[ { "subject": "Arròs_negre", "property": "country", "object": "Spain" }, { "subject": "Arròs_negre", "property": "region", "object": "Catalonia" }, { "subject": "Arròs_negre", "property": "ingredient", "object": "Cuttlefish" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Cuttlefish is an ingredient in Arròs negre which is from the Catalonia region, in Spain.", "Arros negre contains cuttlefish and is from Catalonia in Spain.", "Cuttlefish is an ingredient in Arros negre which is a traditional dish from the Catalonian region of Spain." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arr_s_negre", "property:ingredient", "resource:Cuttlefish" ], [ "resource:Arr_s_negre", "rdf:type", "ontology:food" ], [ "resource:Arr_s_negre", "property:country", "resource:Spain" ], [ "resource:Arr_s_negre", "property:region", "resource:Catalonia" ] ]
Arròs_negre
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arròs_negre", "readable": "Arròs negre", "graph": "resource:Arr_s_negre" }, { "modified": "Catalonia", "readable": "Catalonia", "graph": "resource:Catalonia" }, { "modified": "Cuttlefish", "readable": "Cuttlefish", "graph": "resource:Cuttlefish" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k ?p WHERE { resource:Arr_s_negre property:region ?k . resource:Arr_s_negre property:ingredient ?p }", "readable_query": "SELECT DISTINCT ?k ?p WHERE { resource:Arròs_negre property:region ?k . resource:Arròs_negre property:ingredient ?p }", "graph_answer": [ "resource:Catalonia", "resource:Cuttlefish" ], "readable_answer": [ "Catalonia", "Cuttlefish" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Arr_s_negre property:country resource:Spain }", "readable_query": "ASK WHERE { resource:Arròs_negre property:country resource:Spain }", "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 ( COUNT ( ?l ) AS ?i ) WHERE { ?s property:main_ingredient resource:White_rice . ?s rdf:type ontology:food . ?s property:ingredient ?l }", "readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?i ) WHERE { ?s property:main_ingredient resource:White_rice . ?s rdf:type ontology:food . ?s property:ingredient ?l }", "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" ] } ]
University
3
8112
Id16
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Switzerland", "property": "leaderName", "object": "Johann_Schneider-Ammann" }, { "subject": "Switzerland", "property": "leaderTitle", "object": "Federal_Chancellor_of_Switzerland" } ]
[ { "subject": "Accademia_di_Architettura_di_Mendrisio", "property": "country", "object": "Switzerland" }, { "subject": "Switzerland", "property": "leader", "object": "Johann_Schneider-Ammann" }, { "subject": "Switzerland", "property": "leaderTitle", "object": "Federal_Chancellor_of_Switzerland" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Federal Chancellor of Switzerland is called Johann Schneider-Ammann. The Accademia di Architettura di Mendrisio is located in Switzerland.", "Switzerland's leader is Federal Chancellor Johann Schneider-Ammann. The country is the location of the Accademia di Architettura di Mendrisio.", "The Accademia di Architettura di Mendrisio is located in Switzerland. The country's leader Johann Schneider-Ammann is officially known as the Federal Chancellor." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Switzerland", "property:leader", "resource:Johann_Schneider_Ammann" ], [ "resource:Switzerland", "property:leader_title", "resource:Federal_Chancellor_of_Switzerland" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "rdf:type", "ontology:university" ], [ "resource:Accademia_di_Architettura_di_Mendrisio", "property:country", "resource:Switzerland" ] ]
Accademia_di_Architettura_di_Mendrisio
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Accademia_di_Architettura_di_Mendrisio", "readable": "Accademia di Architettura di Mendrisio", "graph": "resource:Accademia_di_Architettura_di_Mendrisio" }, { "modified": "Federal_Chancellor_of_Switzerland", "readable": "Federal Chancellor of Switzerland", "graph": "resource:Federal_Chancellor_of_Switzerland" }, { "modified": "Johann_Schneider-Ammann", "readable": "Johann Schneider-Ammann", "graph": "resource:Johann_Schneider_Ammann" }, { "modified": "Switzerland", "readable": "Switzerland", "graph": "resource:Switzerland" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o ?m WHERE { resource:Switzerland property:leader ?m . resource:Switzerland property:leader_title ?o }", "readable_query": "SELECT DISTINCT ?o ?m WHERE { resource:Switzerland property:leader ?m . resource:Switzerland property:leader_title ?o }", "graph_answer": [ "resource:Federal_Chancellor_of_Switzerland", "resource:Johann_Schneider_Ammann" ], "readable_answer": [ "Federal Chancellor of Switzerland", "Johann Schneider-Ammann" ], "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 { ?k rdf:type ontology:university . ?k property:country resource:Switzerland }", "readable_query": "ASK WHERE { ?k rdf:type ontology:university . ?k property:country resource:Switzerland }", "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 ?b WHERE { ?b property:country resource:Switzerland . ?b rdf:type ontology:university }", "readable_query": "SELECT ?b WHERE { ?b property:country resource:Switzerland . ?b rdf:type ontology:university }", "graph_answer": [ "resource:Accademia_di_Architettura_di_Mendrisio" ], "readable_answer": [ "Accademia di Architettura di Mendrisio" ], "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" ] } ]
MeanOfTransportation
4
10256
Id230
[ { "subject": "United_Kingdom", "property": "leader", "object": "Elizabeth_II" }, { "subject": "Aston_Martin_V8", "property": "related", "object": "Aston_Martin_RHAM/1" }, { "subject": "Aston_Martin_V8", "property": "assembly", "object": "United_Kingdom" }, { "subject": "Aston_Martin_V8", "property": "successor", "object": "Aston_Martin_Virage" } ]
[ { "subject": "United_Kingdom", "property": "leader", "object": "Elizabeth_II" }, { "subject": "Aston_Martin_V8", "property": "relatedMeanOfTransportation", "object": "Aston_Martin_RHAM/1" }, { "subject": "Aston_Martin_V8", "property": "assembly", "object": "United_Kingdom" }, { "subject": "Aston_Martin_V8", "property": "successor", "object": "Aston_Martin_Virage" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Elizabeth II is the leader in the United Kingdom which is where the Aston Martin V8 is assembled. This car was succeeded by the Aston Martin Virage and is a related means of transport to the Aston Martin RHAM/1.", "The ruler of the United Kingdom is Queen Elizabeth II. The Aston Martin V8, which was assembled in the United Kingdom is related to the Aston Martin RHAM/1 and was succeeded by the Aston Martin Virage.", "The United Kingdom, ruled by Queen Elizabeth II, is where the Aston Martin V8 is assembled. The Aston Martin V8, succeeded by Aston Martin Virage, is related to the Aston Martin RHAM/1." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aston_Martin_V8", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Aston_Martin_V8", "property:related_mean_of_transportation", "resource:Aston_Martin_RHAM_1" ], [ "resource:Aston_Martin_V8", "property:successor", "resource:Aston_Martin_Virage" ], [ "resource:Aston_Martin_V8", "property:assembly", "resource:United_Kingdom" ], [ "resource:United_Kingdom", "property:leader", "resource:Elizabeth_II" ] ]
Aston_Martin_V8
[ { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "relatedMeanOfTransportation", "readable": "related mean of transportation", "graph": "property:related_mean_of_transportation" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Aston_Martin_RHAM/1", "readable": "Aston Martin RHAM/1", "graph": "resource:Aston_Martin_RHAM_1" }, { "modified": "Aston_Martin_V8", "readable": "Aston Martin V8", "graph": "resource:Aston_Martin_V8" }, { "modified": "Aston_Martin_Virage", "readable": "Aston Martin Virage", "graph": "resource:Aston_Martin_Virage" }, { "modified": "Elizabeth_II", "readable": "Elizabeth II", "graph": "resource:Elizabeth_II" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?h property:leader resource:Elizabeth_II . ?g rdf:type ontology:mean_of_transportation . ?g property:related_mean_of_transportation resource:Aston_Martin_RHAM_1 . ?g property:assembly ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { ?h property:leader resource:Elizabeth_II . ?g rdf:type ontology:mean_of_transportation . ?g property:related_mean_of_transportation resource:Aston_Martin_RHAM/1 . ?g property:assembly ?h }", "graph_answer": [ "resource:United_Kingdom" ], "readable_answer": [ "United Kingdom" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:assembly resource:United_Kingdom . ?a rdf:type ontology:mean_of_transportation . ?a property:related_mean_of_transportation resource:Aston_Martin_RHAM_1 . resource:United_Kingdom property:leader resource:Elizabeth_II }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:assembly resource:United_Kingdom . ?a rdf:type ontology:mean_of_transportation . ?a property:related_mean_of_transportation resource:Aston_Martin_RHAM/1 . resource:United_Kingdom property:leader resource:Elizabeth_II }", "graph_answer": [ "resource:Aston_Martin_V8" ], "readable_answer": [ "Aston Martin V8" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { resource:Aston_Martin_V8 property:in_office_while_prime_minister ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Aston_Martin_V8 property:in_office_while_prime_minister ?i }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
4
8619
Id11
[ { "subject": "Aaron_Deer", "property": "genre", "object": "Indie_rock" }, { "subject": "Indie_rock", "property": "stylisticOrigins", "object": "Garage_rock" }, { "subject": "Indie_rock", "property": "stylisticOrigin", "object": "New_wave_music" }, { "subject": "Aaron_Deer", "property": "instrument", "object": "Guitar" } ]
[ { "subject": "Aaron_Deer", "property": "genre", "object": "Indie_rock" }, { "subject": "Indie_rock", "property": "stylisticOrigin", "object": "Garage_rock" }, { "subject": "Aaron_Deer", "property": "instrument", "object": "Guitar" }, { "subject": "Indie_rock", "property": "stylisticOrigin", "object": "New_wave_music" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Guitar player Aaron Deer is an Indie rock musician. Indie Rock originated from garage rock and new wave music.", "Guitarist Aaron Deer is an indie rock musician. Indie rock is a derivative of New wave music and has its stylistic origins in garage rock.", "Musician, Aaron Deer, plays the guitar and is a performer of the music genre Indie rock. Indie rock has its stylistic origins in both Garage rock and New wave music." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Indie_rock", "property:stylistic_origin", "resource:New_wave_music" ], [ "resource:Indie_rock", "property:stylistic_origin", "resource:Garage_rock" ], [ "resource:Aaron_Deer", "rdf:type", "ontology:artist" ], [ "resource:Aaron_Deer", "property:genre", "resource:Indie_rock" ], [ "resource:Aaron_Deer", "property:instrument", "resource:Guitar" ] ]
Aaron_Deer
[ { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "instrument", "readable": "instrument", "graph": "property:instrument" }, { "modified": "stylisticOrigin", "readable": "stylistic origin", "graph": "property:stylistic_origin" }, { "modified": "Aaron_Deer", "readable": "Aaron Deer", "graph": "resource:Aaron_Deer" }, { "modified": "Garage_rock", "readable": "Garage rock", "graph": "resource:Garage_rock" }, { "modified": "Guitar", "readable": "Guitar", "graph": "resource:Guitar" }, { "modified": "Indie_rock", "readable": "Indie rock", "graph": "resource:Indie_rock" }, { "modified": "New_wave_music", "readable": "New wave music", "graph": "resource:New_wave_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?j ) WHERE { resource:Indie_rock property:stylistic_origin ?c }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?j ) WHERE { resource:Indie_rock property:stylistic_origin ?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 ?b WHERE { resource:Indie_rock property:stylistic_origin ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Indie_rock property:stylistic_origin ?b }", "graph_answer": [ "resource:New_wave_music", "resource:Garage_rock" ], "readable_answer": [ "New wave music", "Garage rock" ], "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 { resource:Aaron_Deer property:first_appearance_in_film ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Aaron_Deer property:first_appearance_in_film ?c }", "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" ] } ]
CelestialBody
5
11738
Id46
[ { "subject": "103_Hera", "property": "discoverer", "object": "James_Craig_Watson" }, { "subject": "James_Craig_Watson", "property": "education", "object": "University_of_Michigan" }, { "subject": "James_Craig_Watson", "property": "stateOfOrigin", "object": "Canada" }, { "subject": "James_Craig_Watson", "property": "deathPlace", "object": "Madison,_Wisconsin" }, { "subject": "James_Craig_Watson", "property": "deathCause", "object": "Peritonitis" } ]
[ { "subject": "103_Hera", "property": "discoverer", "object": "James_Craig_Watson" }, { "subject": "James_Craig_Watson", "property": "almaMater", "object": "University_of_Michigan" }, { "subject": "James_Craig_Watson", "property": "stateOfOrigin", "object": "Canada" }, { "subject": "James_Craig_Watson", "property": "deathPlace", "object": "Madison,_Wisconsin" }, { "subject": "James_Craig_Watson", "property": "deathCause", "object": "Peritonitis" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "James Craig Watson, who discovered 103 Hera, was from Canada and attended the University of Michigan. He later died of peritonitis in Madison, Wisconsin.", "James Craig Watson, who died of peritonitis in Madison Wisconsin, discovered 103 Hera. He attended the University of Michigan.", "103 Hera was discovered by James Craig Watson who originated from Canada and graduated from the University of Michigan. He later died in Madison, Wisconsin, from peritonitis." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:103_Hera", "rdf:type", "ontology:celestial_body" ], [ "resource:103_Hera", "property:discoverer", "resource:James_Craig_Watson" ], [ "resource:James_Craig_Watson", "property:death_cause", "resource:Peritonitis" ], [ "resource:James_Craig_Watson", "property:death_place", "resource:Madison__Wisconsin" ], [ "resource:James_Craig_Watson", "property:state_of_origin", "resource:Canada" ], [ "resource:James_Craig_Watson", "property:alma_mater", "resource:University_of_Michigan" ] ]
103_Hera
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "deathCause", "readable": "death cause", "graph": "property:death_cause" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "stateOfOrigin", "readable": "state of origin", "graph": "property:state_of_origin" }, { "modified": "103_Hera", "readable": "103 Hera", "graph": "resource:103_Hera" }, { "modified": "Canada", "readable": "Canada", "graph": "resource:Canada" }, { "modified": "James_Craig_Watson", "readable": "James Craig Watson", "graph": "resource:James_Craig_Watson" }, { "modified": "Madison,_Wisconsin", "readable": "Madison, Wisconsin", "graph": "resource:Madison__Wisconsin" }, { "modified": "Peritonitis", "readable": "Peritonitis", "graph": "resource:Peritonitis" }, { "modified": "University_of_Michigan", "readable": "University of Michigan", "graph": "resource:University_of_Michigan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j ?y WHERE { resource:James_Craig_Watson property:state_of_origin ?j . resource:James_Craig_Watson property:death_cause ?y }", "readable_query": "SELECT DISTINCT ?j ?y WHERE { resource:James_Craig_Watson property:state_of_origin ?j . resource:James_Craig_Watson property:death_cause ?y }", "graph_answer": [ "resource:Canada", "resource:Peritonitis" ], "readable_answer": [ "Canada", "Peritonitis" ], "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 ?b WHERE { resource:James_Craig_Watson property:alma_mater ?b . FILTER ( STRSTARTS ( LCASE ( ?b ) , 'u' ) ) }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:James_Craig_Watson property:alma_mater ?b . FILTER ( STRSTARTS ( LCASE ( ?b ) , 'u' ) ) }", "graph_answer": [ "resource:University_of_Michigan" ], "readable_answer": [ "University of Michigan" ], "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:103_Hera property:discoverer resource:James_Craig_Watson . resource:103_Hera rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { resource:103_Hera property:discoverer resource:James_Craig_Watson . resource:103_Hera rdf:type ontology:celestial_body }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:James_Craig_Watson property:architecture ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:James_Craig_Watson property:architecture ?q }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
5
11589
Id53
[ { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "location", "object": "Denmark" }, { "subject": "Denmark", "property": "language", "object": "German_language" }, { "subject": "Marriott_International", "property": "foundationPlace", "object": "Washington,_D.C." }, { "subject": "Denmark", "property": "leaderName", "object": "Lars_Løkke_Rasmussen" }, { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "operator", "object": "Marriott_International" } ]
[ { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "location", "object": "Denmark" }, { "subject": "Denmark", "property": "language", "object": "German_language" }, { "subject": "Marriott_International", "property": "foundationPlace", "object": "Washington,_D.C." }, { "subject": "Denmark", "property": "leader", "object": "Lars_Løkke_Rasmussen" }, { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "tenant", "object": "Marriott_International" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The tenant of the AC Hotel Bella Sky Copenhagen, Denmark is Marriott International - a company that was founded in Washington DC. The prime minister of Denmark is Lars Løkke Rasmussen and one of the languages used in the country is German.", "Marriott International (founded in Washington DC) is a tenant of AC Hotel Bella Sky Copenhagen in Denmark (led by Lars Lokke Rasmussen and where the German language is spoken).", "Marriott International was founded in Washington DC. The Marriott International Hotel is the current tenant of AC Hotel Bella Sky in Copenhagen, Denmark where Lars Lokke Rasmussen is the leader. German is spoken in Denmark." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AC_Hotel_Bella_Sky_Copenhagen", "rdf:type", "ontology:building" ], [ "resource:AC_Hotel_Bella_Sky_Copenhagen", "property:tenant", "resource:Marriott_International" ], [ "resource:AC_Hotel_Bella_Sky_Copenhagen", "property:location", "resource:Denmark" ], [ "resource:Marriott_International", "property:foundation_place", "resource:Washington__D_C_" ], [ "resource:Denmark", "property:leader", "resource:Lars_L_kke_Rasmussen" ], [ "resource:Denmark", "property:language", "resource:German_language" ] ]
AC_Hotel_Bella_Sky_Copenhagen
[ { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "tenant", "readable": "tenant", "graph": "property:tenant" }, { "modified": "AC_Hotel_Bella_Sky_Copenhagen", "readable": "AC Hotel Bella Sky Copenhagen", "graph": "resource:AC_Hotel_Bella_Sky_Copenhagen" }, { "modified": "Denmark", "readable": "Denmark", "graph": "resource:Denmark" }, { "modified": "German_language", "readable": "German language", "graph": "resource:German_language" }, { "modified": "Lars_Løkke_Rasmussen", "readable": "Lars Løkke Rasmussen", "graph": "resource:Lars_L_kke_Rasmussen" }, { "modified": "Marriott_International", "readable": "Marriott International", "graph": "resource:Marriott_International" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?n property:location ?u . ?n property:tenant resource:Marriott_International . ?n rdf:type ontology:building . ?u property:leader resource:Lars_L_kke_Rasmussen }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:location ?u . ?n property:tenant resource:Marriott_International . ?n rdf:type ontology:building . ?u property:leader resource:Lars_Løkke_Rasmussen }", "graph_answer": [ "resource:AC_Hotel_Bella_Sky_Copenhagen" ], "readable_answer": [ "AC Hotel Bella Sky Copenhagen" ], "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 ?f WHERE { ?f property:language resource:German_language . ?y rdf:type ontology:building . ?y property:tenant resource:Marriott_International . ?y property:location ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { ?f property:language resource:German_language . ?y rdf:type ontology:building . ?y property:tenant resource:Marriott_International . ?y property:location ?f }", "graph_answer": [ "resource:Denmark" ], "readable_answer": [ "Denmark" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { resource:Marriott_International property:followed_by ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Marriott_International property:followed_by ?t }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Monument
6
12957
Id21
[ { "subject": "Azerbaijan", "property": "capital", "object": "Baku" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "material", "object": "\"Red granite and white marble\"@en" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "dedicatedTo", "object": "\"Ottoman Army soldiers killed in the Battle of Baku\"@en" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"@en" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "designer", "object": "\"Hüseyin Bütüner and Hilmi Güner\"@en" } ]
[ { "subject": "Azerbaijan", "property": "capital", "object": "Baku" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "material", "object": "\"Red granite and white marble\"" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "dedicatedTo", "object": "\"Ottoman Army soldiers killed in the Battle of Baku\"" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "designer", "object": "\"Hüseyin Bütüner and Hilmi Güner\"" } ]
(X (X) (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Baku Turkish Martyrs' Memorial, made of red granite and white marble, is dedicated to the Ottoman Army soldiers killed in the Battle of Baku. The memorial, called Turk Sehitleri Aniti, was designed by Hüseyin Bütüner and Hilmi Güner and is located in Azerbaijan, the capital of which is Baku.", "The Baku Turkish Martyrs' Memorial, also known by the native name Turk Sehitleri Aniti, is located in Azerbaijan. The memorial was designed by Huseyin Butuner and Hilmi Guner, and is constructed from red granite and white marble. It is dedicated to the Ottoman Army soldiers killed in the Battle of Baku, the capital of Azerbaijan.", "Baku is the capital of Azerbaijan. The Baku Turkish Martyrs' Memorial is created in red granite and white marble and is dedicated to the Ottoman Army soldiers killed in the Battle of Baku. The Native name of theMemorial is \"Türk Sehitleri Aniti\". Its designers are Huseyin Butuner and Hilmi Guner." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Azerbaijan", "property:capital", "resource:Baku" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:native_name", "resource:T_rk__ehitleri_An_t_" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:dedicated_to", "Ottoman Army soldiers killed in the Battle of Baku" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "rdf:type", "ontology:monument" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:location", "resource:Azerbaijan" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:material", "Red granite and white marble" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:designer", "Hüseyin Bütüner and Hilmi Güner" ] ]
Baku_Turkish_Martyrs'_Memorial
[ { "modified": "Hüseyin Bütüner and Hilmi Güner", "readable": "Hüseyin Bütüner and Hilmi Güner", "graph": "Hüseyin Bütüner and Hilmi Güner" }, { "modified": "Ottoman Army soldiers killed in the Battle of Baku", "readable": "Ottoman Army soldiers killed in the Battle of Baku", "graph": "Ottoman Army soldiers killed in the Battle of Baku" }, { "modified": "Red granite and white marble", "readable": "Red granite and white marble", "graph": "Red granite and white marble" }, { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "dedicatedTo", "readable": "dedicated to", "graph": "property:dedicated_to" }, { "modified": "designer", "readable": "designer", "graph": "property:designer" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "material", "readable": "material", "graph": "property:material" }, { "modified": "nativeName", "readable": "native name", "graph": "property:native_name" }, { "modified": "Azerbaijan", "readable": "Azerbaijan", "graph": "resource:Azerbaijan" }, { "modified": "Baku", "readable": "Baku", "graph": "resource:Baku" }, { "modified": "Baku_Turkish_Martyrs'_Memorial", "readable": "Baku Turkish Martyrs' Memorial", "graph": "resource:Baku_Turkish_Martyrs__Memorial" }, { "modified": "Türk Şehitleri Anıtı", "readable": "Türk Şehitleri Anıtı", "graph": "resource:T_rk__ehitleri_An_t_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?r rdf:type ontology:monument . ?r property:location ?i . ?i property:capital resource:Baku . ?r property:material 'Red granite and white marble' }", "readable_query": "SELECT DISTINCT ?i WHERE { ?r rdf:type ontology:monument . ?r property:location ?i . ?i property:capital resource:Baku . ?r property:material 'Red granite and white marble' }", "graph_answer": [ "resource:Azerbaijan" ], "readable_answer": [ "Azerbaijan" ], "type": [ "complete", "meaningful", "answer", "more_triples", "sibling", "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 ?b WHERE { ?b property:location resource:Azerbaijan . ?b property:material 'Red granite and white marble' . resource:Azerbaijan property:capital resource:Baku . ?b rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:location resource:Azerbaijan . ?b property:material 'Red granite and white marble' . resource:Azerbaijan property:capital resource:Baku . ?b rdf:type ontology:monument }", "graph_answer": [ "resource:Baku_Turkish_Martyrs__Memorial" ], "readable_answer": [ "Baku Turkish Martyrs' Memorial" ], "type": [ "coreference", "meaningful", "answer", "more_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 ?j ?o WHERE { resource:Baku_Turkish_Martyrs__Memorial property:native_name ?o . resource:Baku_Turkish_Martyrs__Memorial property:material ?j }", "readable_query": "SELECT DISTINCT ?j ?o WHERE { resource:Baku_Turkish_Martyrs'_Memorial property:native_name ?o . resource:Baku_Turkish_Martyrs'_Memorial property:material ?j }", "graph_answer": [ "Red granite and white marble", "resource:T_rk__ehitleri_An_t_" ], "readable_answer": [ "Red granite and white marble", "Türk Şehitleri Anıtı" ], "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 ?x WHERE { resource:Baku_Turkish_Martyrs__Memorial property:designer ?x . resource:Baku_Turkish_Martyrs__Memorial property:dedicated_to ?b }", "readable_query": "SELECT DISTINCT ?b ?x WHERE { resource:Baku_Turkish_Martyrs'_Memorial property:designer ?x . resource:Baku_Turkish_Martyrs'_Memorial property:dedicated_to ?b }", "graph_answer": [ "Ottoman Army soldiers killed in the Battle of Baku", "Hüseyin Bütüner and Hilmi Güner" ], "readable_answer": [ "Ottoman Army soldiers killed in the Battle of Baku", "Hüseyin Bütüner and Hilmi Güner" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Airport
2
3227
Id32
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "runwayLength", "object": "\"3499.71\"^^xsd:double" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "Madrid" } ]
[ { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "runwayLength", "object": "3500.0" }, { "subject": "Adolfo_Suárez_Madrid–Barajas_Airport", "property": "location", "object": "Madrid" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "In Madrid, the Adolfo Suárez Madrid–Barajas Airport has a runway with the length of 3,500 metres.", "The Adolfo Suarez Madrid-Barajas airport is located in Madrid and has a runway length of 3500.", "The runway length at Adolfo Suarez Madrid-Barajas airport in Madrid is 3500.0." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:runway_length", "resource:3500_0" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adolfo_Su_rez_Madrid_Barajas_Airport", "property:location", "resource:Madrid" ] ]
Adolfo_Suárez_Madrid–Barajas_Airport
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "3500.0", "readable": "3500.0", "graph": "resource:3500_0" }, { "modified": "Adolfo_Suárez_Madrid–Barajas_Airport", "readable": "Adolfo Suárez Madrid–Barajas Airport", "graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport" }, { "modified": "Madrid", "readable": "Madrid", "graph": "resource:Madrid" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g ?e WHERE { ?e rdf:type ontology:airport . ?e property:runway_length resource:3500_0 . ?e property:location ?g }", "readable_query": "SELECT DISTINCT ?g ?e WHERE { ?e rdf:type ontology:airport . ?e property:runway_length resource:3500.0 . ?e property:location ?g }", "graph_answer": [ "resource:Madrid", "resource:Adolfo_Su_rez_Madrid_Barajas_Airport" ], "readable_answer": [ "Madrid", "Adolfo Suárez Madrid–Barajas Airport" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
City
5
11936
Id157
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Akron,_Ohio", "property": "leaderTitle", "object": "\"Mayor\"@en" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Akron,_Ohio", "property": "subdivisionName", "object": "Summit_County,_Ohio" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Akron,_Ohio", "property": "leaderTitle", "object": "Mayor" }, { "subject": "Akron,_Ohio", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Akron,_Ohio", "property": "isPartOf", "object": "Summit_County,_Ohio" } ]
(X (X) (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Washington D.C. is the capital of the US where African Americans live. Akron, Ohio is also in the U.S. where mayor is the title of the leader in Summit County, ohio.", "Akron is located within Summit County, Ohio in the U.S. The Mayor is the leader in Akron. The capital of the U.S. is Washington, D.C. and one ethnic group in that country are African Americans.", "Mayor led, Akron, Summit County, Ohio is located in the United States. The U.S. capital is Washington DC and home to African Americans." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:Akron__Ohio", "property:leader_title", "resource:Mayor" ], [ "resource:Akron__Ohio", "rdf:type", "ontology:city" ], [ "resource:Akron__Ohio", "property:country", "resource:United_States" ], [ "resource:Akron__Ohio", "property:is_part_of", "resource:Summit_County__Ohio" ] ]
Akron,_Ohio
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Akron,_Ohio", "readable": "Akron, Ohio", "graph": "resource:Akron__Ohio" }, { "modified": "Mayor", "readable": "Mayor", "graph": "resource:Mayor" }, { "modified": "Summit_County,_Ohio", "readable": "Summit County, Ohio", "graph": "resource:Summit_County__Ohio" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?m ) WHERE { ?g property:is_part_of resource:Summit_County__Ohio . ?g rdf:type ontology:city . ?g property:leader_title ?h }", "readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?m ) WHERE { ?g property:is_part_of resource:Summit_County,_Ohio . ?g rdf:type ontology:city . ?g property:leader_title ?h }", "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 ( COUNT ( ?r ) AS ?r ) WHERE { ?k property:ethnic_group ?r . ?k property:capital resource:Washington__D_C_ }", "readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?r ) WHERE { ?k property:ethnic_group ?r . ?k property:capital resource:Washington,_D.C. }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?l property:capital resource:Washington__D_C_ . ?l property:ethnic_group ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { ?l property:capital resource:Washington,_D.C. . ?l property:ethnic_group ?h }", "graph_answer": [ "resource:African_Americans" ], "readable_answer": [ "African Americans" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?h property:ethnic_group resource:African_Americans . ?w rdf:type ontology:city . ?w property:country ?h . ?w property:leader_title resource:Mayor . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) }", "readable_query": "SELECT DISTINCT ?w WHERE { ?h property:ethnic_group resource:African_Americans . ?w rdf:type ontology:city . ?w property:country ?h . ?w property:leader_title resource:Mayor . FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) }", "graph_answer": [ "resource:Akron__Ohio" ], "readable_answer": [ "Akron, Ohio" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?l property:ethnic_group resource:African_Americans . resource:Akron__Ohio rdf:type ontology:city . resource:Akron__Ohio property:country ?l . resource:Akron__Ohio property:leader_title resource:Mayor }", "readable_query": "SELECT DISTINCT ?l WHERE { ?l property:ethnic_group resource:African_Americans . resource:Akron,_Ohio rdf:type ontology:city . resource:Akron,_Ohio property:country ?l . resource:Akron,_Ohio property:leader_title resource:Mayor }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
2
3642
Id28
[ { "subject": "Dallas", "property": "partsType", "object": "List_of_counties_in_Texas" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" } ]
[ { "subject": "Dallas", "property": "partsType", "object": "List_of_counties_in_Texas" }, { "subject": "Elliot_See", "property": "birthPlace", "object": "Dallas" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Elliot See was born in Dallas, Texas.", "Elliot See was born in Dallas County, Dallas Texas." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:birth_place", "resource:Dallas" ], [ "resource:Dallas", "property:parts_type", "resource:List_of_counties_in_Texas" ] ]
Elliot_See
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "partsType", "readable": "parts type", "graph": "property:parts_type" }, { "modified": "Dallas", "readable": "Dallas", "graph": "resource:Dallas" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "List_of_counties_in_Texas", "readable": "List of counties in Texas", "graph": "resource:List_of_counties_in_Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i ?b WHERE { ?b property:parts_type resource:List_of_counties_in_Texas . ?i property:birth_place ?b . ?i rdf:type ontology:astronaut }", "readable_query": "SELECT DISTINCT ?i ?b WHERE { ?b property:parts_type resource:List_of_counties_in_Texas . ?i property:birth_place ?b . ?i rdf:type ontology:astronaut }", "graph_answer": [ "resource:Elliot_See", "resource:Dallas" ], "readable_answer": [ "Elliot See", "Dallas" ], "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" ] } ]
Company
2
4454
Id42
[ { "subject": "GMA_New_Media", "property": "location", "object": "Philippines" }, { "subject": "Philippines", "property": "leaderTitle", "object": "President" } ]
[ { "subject": "GMA_New_Media", "property": "location", "object": "Philippines" }, { "subject": "Philippines", "property": "leaderTitle", "object": "President" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "GMA New Media is located in the Philippines, where the President is the title of the leader.", "GMA New Media is located in the Philippines, which is led by the President.", "GMA New Media is located in the Philippines where the title of the leader is president." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Philippines", "property:leader_title", "resource:President" ], [ "resource:GMA_New_Media", "property:location", "resource:Philippines" ] ]
Philippines
[ { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "GMA_New_Media", "readable": "GMA New Media", "graph": "resource:GMA_New_Media" }, { "modified": "Philippines", "readable": "Philippines", "graph": "resource:Philippines" }, { "modified": "President", "readable": "President", "graph": "resource:President" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n ?i WHERE { ?n property:location ?i . ?i property:leader_title resource:President }", "readable_query": "SELECT DISTINCT ?n ?i WHERE { ?n property:location ?i . ?i property:leader_title resource:President }", "graph_answer": [ "resource:GMA_New_Media", "resource:Philippines" ], "readable_answer": [ "GMA New Media", "Philippines" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
3
7217
Id130
[ { "subject": "Baked_Alaska", "property": "country", "object": "France" }, { "subject": "France", "property": "leader", "object": "Manuel_Valls" }, { "subject": "France", "property": "leaderName", "object": "Gérard_Larcher" } ]
[ { "subject": "Baked_Alaska", "property": "country", "object": "France" }, { "subject": "France", "property": "leader", "object": "Manuel_Valls" }, { "subject": "France", "property": "leader", "object": "Gérard_Larcher" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Baked Alaska is from France, where Manuel Valls and Gerard Larcher are leaders.", "Two of the leaders of France are Manuel Valls and Gerard Larcher, it is also where baked Alaska is from.", "Baked Alaska is from the country of France, which leaders are Manuel Valls and Gérard Larcher." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:France", "property:leader", "resource:Manuel_Valls" ], [ "resource:France", "property:leader", "resource:G_rard_Larcher" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:country", "resource:France" ] ]
Baked_Alaska
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "modified": "France", "readable": "France", "graph": "resource:France" }, { "modified": "Gérard_Larcher", "readable": "Gérard Larcher", "graph": "resource:G_rard_Larcher" }, { "modified": "Manuel_Valls", "readable": "Manuel Valls", "graph": "resource:Manuel_Valls" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?o ) WHERE { resource:France property:leader ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?o ) WHERE { resource:France property:leader ?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 ?l WHERE { resource:France property:leader ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:France property:leader ?l }", "graph_answer": [ "resource:Manuel_Valls", "resource:G_rard_Larcher" ], "readable_answer": [ "Manuel Valls", "Gérard Larcher" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Baked_Alaska property:country resource:France . resource:Baked_Alaska rdf:type ontology:food }", "readable_query": "ASK WHERE { resource:Baked_Alaska property:country resource:France . resource:Baked_Alaska rdf:type ontology:food }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Politician
3
7698
Id29
[ { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "Sarawak" }, { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "Parti_Pesaka_Bumiputera_Bersatu" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Kingdom_of_Sarawak" } ]
[ { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "Sarawak" }, { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "Parti_Pesaka_Bumiputera_Bersatu" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Kingdom_of_Sarawak" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Abdul Taib Mahmud was born and lives in the Kingdom of Sarawak. He is a member of the Parti Pesaka Bumiputera Bersatu.", "Abdul Taib Mahmud, who was born in and resides in the Kingdom of Sarawak, is a member of the Parti Pesaka Bumiputera Bersatu." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Abdul_Taib_Mahmud", "property:party", "resource:Parti_Pesaka_Bumiputera_Bersatu" ], [ "resource:Abdul_Taib_Mahmud", "rdf:type", "ontology:politician" ], [ "resource:Abdul_Taib_Mahmud", "property:residence", "resource:Sarawak" ], [ "resource:Abdul_Taib_Mahmud", "property:birth_place", "resource:Kingdom_of_Sarawak" ] ]
Abdul_Taib_Mahmud
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "residence", "readable": "residence", "graph": "property:residence" }, { "modified": "Abdul_Taib_Mahmud", "readable": "Abdul Taib Mahmud", "graph": "resource:Abdul_Taib_Mahmud" }, { "modified": "Kingdom_of_Sarawak", "readable": "Kingdom of Sarawak", "graph": "resource:Kingdom_of_Sarawak" }, { "modified": "Parti_Pesaka_Bumiputera_Bersatu", "readable": "Parti Pesaka Bumiputera Bersatu", "graph": "resource:Parti_Pesaka_Bumiputera_Bersatu" }, { "modified": "Sarawak", "readable": "Sarawak", "graph": "resource:Sarawak" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?z rdf:type ontology:politician . ?z property:party ?b . ?z property:birth_place resource:Boston }", "readable_query": "ASK WHERE { ?z rdf:type ontology:politician . ?z property:party ?b . ?z property:birth_place resource:Boston }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Politician
3
7879
Id210
[ { "subject": "Alvah_Sabin", "property": "region", "object": "Vermont" }, { "subject": "Alvah_Sabin", "property": "office", "object": "\"Secretary of State of Vermont\"" }, { "subject": "Alvah_Sabin", "property": "birthPlace", "object": "Georgia,_Vermont" } ]
[ { "subject": "Alvah_Sabin", "property": "region", "object": "Vermont" }, { "subject": "Alvah_Sabin", "property": "office", "object": "Secretary_of_State_of_Vermont" }, { "subject": "Alvah_Sabin", "property": "birthPlace", "object": "Georgia,_Vermont" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alvah Sabin was born in Georgia in the state of Vermont and worked as the secretary of the State.", "Alvah Sabin was born in Georgia, Vermont and later worked as the secretary of the state.", "Georgia Vermont is the birthplace of Alvah Sabin and he represented Vermont as the Secretary of State." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alvah_Sabin", "rdf:type", "ontology:politician" ], [ "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": "office", "readable": "office", "graph": "property:office" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Alvah_Sabin", "readable": "Alvah Sabin", "graph": "resource:Alvah_Sabin" }, { "modified": "Georgia,_Vermont", "readable": "Georgia, Vermont", "graph": "resource:Georgia__Vermont" }, { "modified": "Secretary_of_State_of_Vermont", "readable": "Secretary of State of Vermont", "graph": "resource:Secretary_of_State_of_Vermont" }, { "modified": "Vermont", "readable": "Vermont", "graph": "resource:Vermont" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?o property:birth_place resource:Belgrade . ?o property:office ?r . ?o rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?o property:birth_place resource:Belgrade . ?o property:office ?r . ?o 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" ] } ]
MeanOfTransportation
4
10208
Id182
[ { "subject": "Audi_A1", "property": "manufacturer", "object": "Audi" }, { "subject": "Audi", "property": "foundedBy", "object": "August_Horch" }, { "subject": "Audi", "property": "division", "object": "Audi_e-tron" }, { "subject": "Audi", "property": "subsidiary", "object": "Quattro_GmbH" } ]
[ { "subject": "Audi_A1", "property": "manufacturer", "object": "Audi" }, { "subject": "Audi", "property": "foundedBy", "object": "August_Horch" }, { "subject": "Audi", "property": "division", "object": "Audi_e-tron" }, { "subject": "Audi", "property": "subsidiary", "object": "Quattro_GmbH" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "August Horch founded Audi who manufactured the Audi A1. The Quattro Gmbh is a subsidiary and it also has a division known as Audi e-tron.", "Audi A1 is made by Audi, which was founded by August Horch. Audi e-tron is a division of Audi and The Quattro Gmbh is a subsidiary of the Audi.", "Audi is the manufacturer of the Audi A1 and it was founded by August Horch. Audi e-tron is a division of Audi and the Quattro Gmbh is a subsidiary." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Audi", "property:division", "resource:Audi_e_tron" ], [ "resource:Audi", "property:founded_by", "resource:August_Horch" ], [ "resource:Audi", "property:subsidiary", "resource:Quattro_GmbH" ], [ "resource:Audi_A1", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Audi_A1", "property:manufacturer", "resource:Audi" ] ]
Audi_A1
[ { "modified": "division", "readable": "division", "graph": "property:division" }, { "modified": "foundedBy", "readable": "founded by", "graph": "property:founded_by" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "subsidiary", "readable": "subsidiary", "graph": "property:subsidiary" }, { "modified": "Audi", "readable": "Audi", "graph": "resource:Audi" }, { "modified": "Audi_A1", "readable": "Audi A1", "graph": "resource:Audi_A1" }, { "modified": "Audi_e-tron", "readable": "Audi e-tron", "graph": "resource:Audi_e_tron" }, { "modified": "August_Horch", "readable": "August Horch", "graph": "resource:August_Horch" }, { "modified": "Quattro_GmbH", "readable": "Quattro GmbH", "graph": "resource:Quattro_GmbH" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?k property:subsidiary resource:Quattro_GmbH . ?k property:founded_by resource:Giovanni_Bertone }", "readable_query": "ASK WHERE { ?k property:subsidiary resource:Quattro_GmbH . ?k property:founded_by resource:Giovanni_Bertone }", "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 { ?n property:subsidiary resource:Quattro_GmbH . ?n property:founded_by resource:August_Horch }", "readable_query": "ASK WHERE { ?n property:subsidiary resource:Quattro_GmbH . ?n property:founded_by resource:August_Horch }", "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 ?t WHERE { ?t property:founded_by resource:August_Horch . ?t property:subsidiary resource:Quattro_GmbH }", "readable_query": "SELECT ?t WHERE { ?t property:founded_by resource:August_Horch . ?t property:subsidiary resource:Quattro_GmbH }", "graph_answer": [ "resource:Audi" ], "readable_answer": [ "Audi" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Audi property:division ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Audi property:division ?p }", "graph_answer": [ "resource:Audi_e_tron" ], "readable_answer": [ "Audi e-tron" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x property:manufacturer resource:Audi . ?x rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:manufacturer resource:Audi . ?x rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:Audi_A1" ], "readable_answer": [ "Audi A1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
5
12817
Id85
[ { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "1634:_The_Ram_Rebellion", "property": "country", "object": "United_States" }, { "subject": "1634:_The_Ram_Rebellion", "property": "previousWork", "object": "1634:_The_Galileo_Affair" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "United_States", "property": "leader", "object": "Barack_Obama" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "1634:_The_Ram_Rebellion", "property": "country", "object": "United_States" }, { "subject": "1634:_The_Ram_Rebellion", "property": "precededBy", "object": "1634:_The_Galileo_Affair" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "1634 The Ram Rebellion comes from the United States and followed 1634 The Galileo Affair. It comes from the United States where the African Americans are an ethnic group. The country's capital is Washington DC and Barack Obama is President.", "1634: The Ram Rebellion was preceded by 1634: The Galileo Affair and originates in the United States. That country is led by Barack Obama from the capital city of Washington DC. It contains the ethnic group of African Americans." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1634__The_Ram_Rebellion", "property:preceded_by", "resource:1634__The_Galileo_Affair" ], [ "resource:1634__The_Ram_Rebellion", "rdf:type", "ontology:written_work" ], [ "resource:1634__The_Ram_Rebellion", "property:country", "resource:United_States" ], [ "resource:United_States", "property:leader", "resource:Barack_Obama" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ] ]
1634:_The_Ram_Rebellion
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "1634:_The_Galileo_Affair", "readable": "1634: The Galileo Affair", "graph": "resource:1634__The_Galileo_Affair" }, { "modified": "1634:_The_Ram_Rebellion", "readable": "1634: The Ram Rebellion", "graph": "resource:1634__The_Ram_Rebellion" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Barack_Obama", "readable": "Barack Obama", "graph": "resource:Barack_Obama" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:1634__The_Ram_Rebellion property:preceded_by resource:1634__The_Galileo_Affair }", "readable_query": "ASK WHERE { resource:1634:_The_Ram_Rebellion property:preceded_by resource:1634:_The_Galileo_Affair }", "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 ( ?e ) AS ?z ) WHERE { resource:United_States property:representative ?e }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?z ) WHERE { resource:United_States property:representative ?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" ] } ]
Building
2
3981
Id133
[ { "subject": "Asher_and_Mary_Isabelle_Richardson_House", "property": "location", "object": "Asherton,_Texas" }, { "subject": "Asherton,_Texas", "property": "subdivisionName", "object": "Dimmit_County,_Texas" } ]
[ { "subject": "Asherton,_Texas", "property": "isPartOf", "object": "Dimmit_County,_Texas" }, { "subject": "Asher_and_Mary_Isabelle_Richardson_House", "property": "location", "object": "Asherton,_Texas" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Asher and Mary Isabelle Richardson House is located in Asherton, a part of Dimmit County, Texas.", "Asher and Mary Isabelle Richardson House is located in Asherton, Dimmit County, Texas.", "Asher and Mary Isabelle Richardson House is located in Asherton, Texas, which is part of Dimmit County, Texas." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Asher_and_Mary_Isabelle_Richardson_House", "rdf:type", "ontology:building" ], [ "resource:Asher_and_Mary_Isabelle_Richardson_House", "property:location", "resource:Asherton__Texas" ], [ "resource:Asherton__Texas", "property:is_part_of", "resource:Dimmit_County__Texas" ] ]
Asher_and_Mary_Isabelle_Richardson_House
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Asher_and_Mary_Isabelle_Richardson_House", "readable": "Asher and Mary Isabelle Richardson House", "graph": "resource:Asher_and_Mary_Isabelle_Richardson_House" }, { "modified": "Asherton,_Texas", "readable": "Asherton, Texas", "graph": "resource:Asherton__Texas" }, { "modified": "Dimmit_County,_Texas", "readable": "Dimmit County, Texas", "graph": "resource:Dimmit_County__Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b ?r WHERE { ?b property:location ?r . ?r property:is_part_of resource:Dimmit_County__Texas . ?b rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?b ?r WHERE { ?b property:location ?r . ?r property:is_part_of resource:Dimmit_County,_Texas . ?b rdf:type ontology:building }", "graph_answer": [ "resource:Asher_and_Mary_Isabelle_Richardson_House", "resource:Asherton__Texas" ], "readable_answer": [ "Asher and Mary Isabelle Richardson House", "Asherton, Texas" ], "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
2
5141
Id133
[ { "subject": "Airey_Neave", "property": "battles", "object": "World_War_II" }, { "subject": "World_War_II", "property": "commander", "object": "Chiang_Kai-shek" } ]
[ { "subject": "Airey_Neave", "property": "battle", "object": "World_War_II" }, { "subject": "World_War_II", "property": "commander", "object": "Chiang_Kai-shek" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Airey Neave fought in World War II, during which, Chiang Kai-shek was a commander.", "Airey Neave was in World War II, where one of the commanders was, Chiang Kai-shek.", "Airey Neave fought in World War II in which Chiang Kai-shek was a commander." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Airey_Neave", "rdf:type", "ontology:politician" ], [ "resource:Airey_Neave", "property:battle", "resource:World_War_II" ], [ "resource:World_War_II", "property:commander", "resource:Chiang_Kai_shek" ] ]
Airey_Neave
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "Airey_Neave", "readable": "Airey Neave", "graph": "resource:Airey_Neave" }, { "modified": "Chiang_Kai-shek", "readable": "Chiang Kai-shek", "graph": "resource:Chiang_Kai_shek" }, { "modified": "World_War_II", "readable": "World War II", "graph": "resource:World_War_II" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f ?o WHERE { ?f rdf:type ontology:politician . ?o property:commander resource:Chiang_Kai_shek . ?f property:battle ?o }", "readable_query": "SELECT DISTINCT ?f ?o WHERE { ?f rdf:type ontology:politician . ?o property:commander resource:Chiang_Kai-shek . ?f property:battle ?o }", "graph_answer": [ "resource:Airey_Neave", "resource:World_War_II" ], "readable_answer": [ "Airey Neave", "World War II" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
4
9997
Id286
[ { "subject": "Java", "property": "ethnicGroup", "object": "Javanese_people" }, { "subject": "Ayam_penyet", "property": "region", "object": "Singapore" }, { "subject": "Singapore", "property": "language", "object": "Standard_Chinese" }, { "subject": "Ayam_penyet", "property": "country", "object": "Java" } ]
[ { "subject": "Java", "property": "ethnicGroup", "object": "Javanese_people" }, { "subject": "Ayam_penyet", "property": "region", "object": "Singapore" }, { "subject": "Singapore", "property": "language", "object": "Standard_Chinese" }, { "subject": "Ayam_penyet", "property": "country", "object": "Java" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ayam penyet is a dish from Singapore and Java. The Javanese people are an ethnic group in Java and Standard Chinese is spoken in Singapore.", "The Javanese people are an ethnic group in Java, where the dish ayam penyet can be found. The dish is from Singapore, where Standard Chinese is spoken.", "The Javanese people are an ethnic group in Java where the dish Ayam penyet is found. It originates from the region of Singapore where Standard Chinese is spoken." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Java", "property:ethnic_group", "resource:Javanese_people" ], [ "resource:Singapore", "property:language", "resource:Standard_Chinese" ], [ "resource:Ayam_penyet", "rdf:type", "ontology:food" ], [ "resource:Ayam_penyet", "property:country", "resource:Java" ], [ "resource:Ayam_penyet", "property:region", "resource:Singapore" ] ]
Ayam_penyet
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "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": "Javanese_people", "readable": "Javanese people", "graph": "resource:Javanese_people" }, { "modified": "Singapore", "readable": "Singapore", "graph": "resource:Singapore" }, { "modified": "Standard_Chinese", "readable": "Standard Chinese", "graph": "resource:Standard_Chinese" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w rdf:type ontology:food . ?i property:language resource:Standard_Chinese . ?w property:region ?i }", "readable_query": "SELECT DISTINCT ?w WHERE { FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w rdf:type ontology:food . ?i property:language resource:Standard_Chinese . ?w property:region ?i }", "graph_answer": [ "resource:Ayam_penyet" ], "readable_answer": [ "Ayam penyet" ], "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 ?o WHERE { resource:Java property:representative ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Java property:representative ?o }", "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
5
12122
Id69
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Joe_Biden" }, { "subject": "United_States", "property": "ethnicGroup", "object": "White_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Joe_Biden" }, { "subject": "United_States", "property": "ethnicGroup", "object": "White_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "White Americans are one of the ethnic groups in the United States, a country where the leader is called the President and Washington, D.C. is the capital city. Joe Biden is a political leader in the U.S. The country is also the origin of Bacon Explosion.", "The country Bacon Explosion comes from is the United States where political leaders include the President and Joe Biden. White Americans are one ethnic group there and the capital is Washington D.C.", "Washington D.C is the capital of the United States and White Americans are one of the ethnic groups living there and Bacon Explosion is a popular local food. The leader of the country is called President and Joe Biden is a prominent person in politics." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:Joe_Biden" ], [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:White_Americans" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ], [ "resource:Bacon_Explosion", "property:country", "resource:United_States" ] ]
Bacon_Explosion
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "Joe_Biden", "readable": "Joe Biden", "graph": "resource:Joe_Biden" }, { "modified": "President_of_the_United_States", "readable": "President of the United States", "graph": "resource:President_of_the_United_States" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" }, { "modified": "White_Americans", "readable": "White Americans", "graph": "resource:White_Americans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?j WHERE { resource:United_States property:ethnic_group ?h . resource:United_States property:leader_title ?j }", "readable_query": "SELECT DISTINCT ?h ?j WHERE { resource:United_States property:ethnic_group ?h . resource:United_States property:leader_title ?j }", "graph_answer": [ "resource:White_Americans", "resource:President_of_the_United_States" ], "readable_answer": [ "White Americans", "President of the United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r ?y WHERE { resource:United_States property:capital ?r . resource:United_States property:leader ?y }", "readable_query": "SELECT DISTINCT ?r ?y WHERE { resource:United_States property:capital ?r . resource:United_States property:leader ?y }", "graph_answer": [ "resource:Washington__D_C_", "resource:Joe_Biden" ], "readable_answer": [ "Washington, D.C.", "Joe Biden" ], "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 { ?n property:country resource:United_States . ?n rdf:type ontology:food }", "readable_query": "ASK WHERE { ?n property:country resource:United_States . ?n rdf:type ontology:food }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?y WHERE { ?y property:country resource:United_States . ?y rdf:type ontology:food }", "readable_query": "SELECT ?y WHERE { ?y property:country resource:United_States . ?y rdf:type ontology:food }", "graph_answer": [ "resource:Bacon_Explosion" ], "readable_answer": [ "Bacon Explosion" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8607
Id205
[ { "subject": "Saranac_Lake,_New_York", "property": "subdivisionName", "object": "Harrietstown,_New_York" }, { "subject": "Harrietstown,_New_York", "property": "isPartOf", "object": "New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "cityServed", "object": "Saranac_Lake,_New_York" }, { "subject": "Saranac_Lake,_New_York", "property": "country", "object": "United_States" } ]
[ { "subject": "Saranac_Lake,_New_York", "property": "isPartOf", "object": "Harrietstown,_New_York" }, { "subject": "Harrietstown,_New_York", "property": "isPartOf", "object": "New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "cityServed", "object": "Saranac_Lake,_New_York" }, { "subject": "Saranac_Lake,_New_York", "property": "country", "object": "United_States" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adirondack Regional Airport serves the city of Saranac Lake, part of Harrietstown, New York, United States.", "Adirondack Regional Airport serves the city of Saranac Lake which is part of Harrietstown, New York in the United States.", "Adirondack Regional Airport serves the city of Saranac Lake, New York, which is part of Harrietstown, New York, United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adirondack_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adirondack_Regional_Airport", "property:city_served", "resource:Saranac_Lake__New_York" ], [ "resource:Harrietstown__New_York", "property:is_part_of", "resource:New_York" ], [ "resource:Saranac_Lake__New_York", "property:country", "resource:United_States" ], [ "resource:Saranac_Lake__New_York", "property:is_part_of", "resource:Harrietstown__New_York" ] ]
Adirondack_Regional_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Adirondack_Regional_Airport", "readable": "Adirondack Regional Airport", "graph": "resource:Adirondack_Regional_Airport" }, { "modified": "Harrietstown,_New_York", "readable": "Harrietstown, New York", "graph": "resource:Harrietstown__New_York" }, { "modified": "New_York", "readable": "New York", "graph": "resource:New_York" }, { "modified": "Saranac_Lake,_New_York", "readable": "Saranac Lake, New York", "graph": "resource:Saranac_Lake__New_York" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e property:country resource:United_States . ?r property:is_part_of resource:New_York . ?e property:is_part_of ?r }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:country resource:United_States . ?r property:is_part_of resource:New_York . ?e property:is_part_of ?r }", "graph_answer": [ "resource:Saranac_Lake__New_York" ], "readable_answer": [ "Saranac Lake, New York" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x property:is_part_of resource:New_York . resource:Saranac_Lake__New_York property:country resource:United_States . resource:Saranac_Lake__New_York property:is_part_of ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:is_part_of resource:New_York . resource:Saranac_Lake,_New_York property:country resource:United_States . resource:Saranac_Lake,_New_York property:is_part_of ?x }", "graph_answer": [ "resource:Harrietstown__New_York" ], "readable_answer": [ "Harrietstown, New York" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?x property:city_served resource:Saranac_Lake__New_York . ?x rdf:type ontology:airport }", "readable_query": "ASK WHERE { ?x property:city_served resource:Saranac_Lake,_New_York . ?x rdf:type ontology:airport }", "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 ?t WHERE { ?t rdf:type ontology:airport . ?t property:city_served resource:Saranac_Lake__New_York }", "readable_query": "SELECT ?t WHERE { ?t rdf:type ontology:airport . ?t property:city_served resource:Saranac_Lake,_New_York }", "graph_answer": [ "resource:Adirondack_Regional_Airport" ], "readable_answer": [ "Adirondack Regional Airport" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
2
5369
Id113
[ { "subject": "AFC_Ajax", "property": "capacity", "object": "\"53502\"^^xsd:nonNegativeInteger" }, { "subject": "AFC_Ajax", "property": "fullname", "object": "\"Amsterdamsche Football Club Ajax\"@en" } ]
[ { "subject": "AFC_Ajax", "property": "numberOfMembers", "object": "53502" }, { "subject": "AFC_Ajax", "property": "fullName", "object": "\"Amsterdamsche Football Club Ajax\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "AFC stands for AFC Ajax is Amsterdamsche Football Club Ajax. Its current membership is 53502.", "AFC Ajax, full name, \"Amsterdamsche Football Club Ajax\" has 53502 members." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:AFC_Ajax", "property:full_name", "Amsterdamsche Football Club Ajax" ], [ "resource:AFC_Ajax", "property:number_of_members", "53502" ], [ "resource:AFC_Ajax", "rdf:type", "ontology:sports_team" ] ]
AFC_Ajax
[ { "modified": "53502", "readable": "53502", "graph": "53502" }, { "modified": "Amsterdamsche Football Club Ajax", "readable": "Amsterdamsche Football Club Ajax", "graph": "Amsterdamsche Football Club Ajax" }, { "modified": "fullName", "readable": "full name", "graph": "property:full_name" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "AFC_Ajax", "readable": "AFC Ajax", "graph": "resource:AFC_Ajax" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?n property:full_name ?z . ?n property:number_of_members ?g . ?n rdf:type ontology:sports_team . FILTER ( ?g = '53502' ) }", "readable_query": "SELECT DISTINCT ?z WHERE { ?n property:full_name ?z . ?n property:number_of_members ?g . ?n rdf:type ontology:sports_team . FILTER ( ?g = '53502' ) }", "graph_answer": [ "Amsterdamsche Football Club Ajax" ], "readable_answer": [ "Amsterdamsche Football Club Ajax" ], "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 { resource:AFC_Ajax rdf:type ontology:sports_team . resource:AFC_Ajax property:full_name 'Amsterdamsche Football Club Ajax' }", "readable_query": "ASK WHERE { resource:AFC_Ajax rdf:type ontology:sports_team . resource:AFC_Ajax property:full_name 'Amsterdamsche Football Club Ajax' }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
3
7620
Id220
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Atlas II originated from the United States, whose capital is Washington DC, and whose ethnic groups include African Americans.", "Atlas II originates from the United States where the capital is Washington, D.C. and African Americans are among the ethnic groups.", "The Atlas II is from the United States, where African Americans are among the ethnic groups and Washington D.C. is the capital city." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Atlas_II", "property:country_origin", "resource:United_States" ], [ "resource:Atlas_II", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ] ]
Atlas_II
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "countryOrigin", "readable": "country origin", "graph": "property:country_origin" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Atlas_II", "readable": "Atlas II", "graph": "resource:Atlas_II" }, { "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 ( ?d ) AS ?t ) WHERE { ?d property:ethnic_group resource:African_Americans . ?d property:capital resource:Washington__D_C_ }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?t ) WHERE { ?d property:ethnic_group resource:African_Americans . ?d property:capital resource:Washington,_D.C. }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i property:capital resource:Washington__D_C_ . ?i property:ethnic_group resource:African_Americans }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:capital resource:Washington,_D.C. . ?i property:ethnic_group resource:African_Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:mean_of_transportation . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . ?e property:country_origin resource:United_States }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:mean_of_transportation . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . ?e property:country_origin resource:United_States }", "graph_answer": [ "resource:Atlas_II" ], "readable_answer": [ "Atlas II" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
3
7735
Id66
[ { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "\"American\"@en" }, { "subject": "Abraham_A._Ribicoff", "property": "birthPlace", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
[ { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "American" }, { "subject": "Abraham_A._Ribicoff", "property": "birthPlace", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "African Americans are an ethnic group in the United States, the birth place of Abraham A Ribicoff.", "Abraham A Ribicoff is a US National, having been born in the United States where the African Americans are an ethnic group." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:Abraham_A__Ribicoff", "rdf:type", "ontology:politician" ], [ "resource:Abraham_A__Ribicoff", "property:nationality", "resource:American" ], [ "resource:Abraham_A__Ribicoff", "property:birth_place", "resource:United_States" ] ]
Abraham_A._Ribicoff
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Abraham_A._Ribicoff", "readable": "Abraham A. Ribicoff", "graph": "resource:Abraham_A__Ribicoff" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "American", "readable": "American", "graph": "resource:American" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c rdf:type ontology:politician . ?c property:birth_place resource:Stockholm . ?c property:nationality resource:American }", "readable_query": "ASK WHERE { ?c rdf:type ontology:politician . ?c property:birth_place resource:Stockholm . ?c property:nationality resource:American }", "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 { ?s property:birth_place resource:United_States . ?s rdf:type ontology:politician . ?s property:nationality resource:American }", "readable_query": "ASK WHERE { ?s property:birth_place resource:United_States . ?s rdf:type ontology:politician . ?s property:nationality resource:American }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?c WHERE { ?c property:nationality resource:American . ?c rdf:type ontology:politician . ?c property:birth_place resource:United_States }", "readable_query": "SELECT ?c WHERE { ?c property:nationality resource:American . ?c rdf:type ontology:politician . ?c property:birth_place resource:United_States }", "graph_answer": [ "resource:Abraham_A__Ribicoff" ], "readable_answer": [ "Abraham A. Ribicoff" ], "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 ?j WHERE { resource:United_States property:ethnic_group ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:United_States property:ethnic_group ?j }", "graph_answer": [ "resource:African_Americans" ], "readable_answer": [ "African Americans" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
5
11906
Id127
[ { "subject": "Auburn,_Washington", "property": "subdivisionName", "object": "Washington_(state)" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "King_County,_Washington", "property": "country", "object": "United_States" }, { "subject": "Auburn,_Washington", "property": "isPartOf", "object": "King_County,_Washington" }, { "subject": "King_County,_Washington", "property": "largestCity", "object": "Seattle" } ]
[ { "subject": "Auburn,_Washington", "property": "isPartOf", "object": "Washington_(state)" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "King_County,_Washington", "property": "country", "object": "United_States" }, { "subject": "Auburn,_Washington", "property": "isPartOf", "object": "King_County,_Washington" }, { "subject": "King_County,_Washington", "property": "largestCity", "object": "Seattle" } ]
(X (X) (X (X) (X (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Auburn is in King County Washington where Seattle is the largest city and is part of the United states where Washington D.C. is the capital.", "Auburn is part of King County in Washington, U.S, whose capital is Washington, D.C. Seattle is the largest city in King County." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Auburn__Washington", "rdf:type", "ontology:city" ], [ "resource:Auburn__Washington", "property:is_part_of", "resource:Washington__state_" ], [ "resource:Auburn__Washington", "property:is_part_of", "resource:King_County__Washington" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:King_County__Washington", "property:largest_city", "resource:Seattle" ], [ "resource:King_County__Washington", "property:country", "resource:United_States" ] ]
Auburn,_Washington
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "Auburn,_Washington", "readable": "Auburn, Washington", "graph": "resource:Auburn__Washington" }, { "modified": "King_County,_Washington", "readable": "King County, Washington", "graph": "resource:King_County__Washington" }, { "modified": "Seattle", "readable": "Seattle", "graph": "resource:Seattle" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" }, { "modified": "Washington_(state)", "readable": "Washington", "graph": "resource:Washington__state_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { { resource:Auburn__Washington property:is_part_of ?p } MINUS { ?p property:country resource:United_States } }", "readable_query": "SELECT DISTINCT ?p WHERE { { resource:Auburn,_Washington property:is_part_of ?p } MINUS { ?p property:country resource:United_States } }", "graph_answer": [ "resource:Washington__state_" ], "readable_answer": [ "Washington" ], "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": "ASK WHERE { ?z property:largest_city resource:Tacoma__Washington }", "readable_query": "ASK WHERE { ?z property:largest_city resource:Tacoma,_Washington }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?w property:largest_city resource:Seattle }", "readable_query": "ASK WHERE { ?w property:largest_city resource:Seattle }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?t WHERE { ?t property:largest_city resource:Seattle }", "readable_query": "SELECT ?t WHERE { ?t property:largest_city resource:Seattle }", "graph_answer": [ "resource:King_County__Washington" ], "readable_answer": [ "King County, Washington" ], "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" ] } ]
Building
3
6548
Id168
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "23rd_Street_(Manhattan)" }, { "subject": "Asser_Levy_Public_Baths", "property": "nrhpReferenceNumber", "object": "\"80002709\"" }, { "subject": "Asser_Levy_Public_Baths", "property": "added", "object": "\"1980-04-23\"^^xsd:date" } ]
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "23rd_Street_(Manhattan)" }, { "subject": "Asser_Levy_Public_Baths", "property": "NationalRegisterOfHistoricPlacesReferenceNumber", "object": "\"80002709\"" }, { "subject": "Asser_Levy_Public_Baths", "property": "addedToTheNationalRegisterOfHistoricPlaces", "object": "\"1980-04-23\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Asser Levy Public Baths located on 23rd Street, Manhattan was added to the National Register of Historic Places on 1980-04-23 and has the reference number 80002709.", "Asser Levy Public Baths, located on 23rd Street Manhattan, was added to the National Register of Historic Places April 23, 1980 and has reference number: 80002709." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Asser_Levy_Public_Baths", "property:national_register_of_historic_places_reference_number", "80002709" ], [ "resource:Asser_Levy_Public_Baths", "rdf:type", "ontology:building" ], [ "resource:Asser_Levy_Public_Baths", "property:location", "resource:23rd_Street__Manhattan_" ], [ "resource:Asser_Levy_Public_Baths", "property:added_to_the_national_register_of_historic_places", "1980-04-23" ] ]
Asser_Levy_Public_Baths
[ { "modified": "1980-04-23", "readable": "1980-04-23", "graph": "1980-04-23" }, { "modified": "80002709", "readable": "80002709", "graph": "80002709" }, { "modified": "addedToTheNationalRegisterOfHistoricPlaces", "readable": "added to the national register of historic places", "graph": "property:added_to_the_national_register_of_historic_places" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "NationalRegisterOfHistoricPlacesReferenceNumber", "readable": "national register of historic places reference number", "graph": "property:national_register_of_historic_places_reference_number" }, { "modified": "23rd_Street_(Manhattan)", "readable": "23rd Street", "graph": "resource:23rd_Street__Manhattan_" }, { "modified": "Asser_Levy_Public_Baths", "readable": "Asser Levy Public Baths", "graph": "resource:Asser_Levy_Public_Baths" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?q property:location ?b . FILTER ( ?m = \"1980-04-23\" ) . ?q property:added_to_the_national_register_of_historic_places ?m . ?q rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?b WHERE { ?q property:location ?b . FILTER ( ?m = \"1980-04-23\" ) . ?q property:added_to_the_national_register_of_historic_places ?m . ?q rdf:type ontology:building }", "graph_answer": [ "resource:23rd_Street__Manhattan_" ], "readable_answer": [ "23rd Street" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?d ) WHERE { ?p rdf:type ontology:building . ?p property:location resource:23rd_Street__Manhattan_ }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?d ) WHERE { ?p rdf:type ontology:building . ?p property:location resource:23rd_Street_(Manhattan) }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?i property:location resource:23rd_Street__Manhattan_ . ?i rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?i WHERE { ?i property:location resource:23rd_Street_(Manhattan) . ?i rdf:type ontology:building }", "graph_answer": [ "resource:Asser_Levy_Public_Baths" ], "readable_answer": [ "Asser Levy Public Baths" ], "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 ?n WHERE { resource:Asser_Levy_Public_Baths property:service ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Asser_Levy_Public_Baths property:service ?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
4
10616
Id57
[ { "subject": "A.F.C._Blackpool", "property": "manager", "object": "Stuart_Parker_(footballer)" }, { "subject": "Blackpool", "property": "leaderName", "object": "Gordon_Marsden" }, { "subject": "A.F.C._Blackpool", "property": "ground", "object": "Blackpool" }, { "subject": "Stuart_Parker_(footballer)", "property": "team", "object": "Blackpool_F.C." } ]
[ { "subject": "A.F.C._Blackpool", "property": "manager", "object": "Stuart_Parker_(footballer)" }, { "subject": "Blackpool", "property": "leader", "object": "Gordon_Marsden" }, { "subject": "A.F.C._Blackpool", "property": "ground", "object": "Blackpool" }, { "subject": "Stuart_Parker_(footballer)", "property": "club", "object": "Blackpool_F.C." } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Gordon Marsden, is one of the leaders in Blackpool, which is where, AFC Blackpool have their grounds. The club had footballer, Stuart Parker (who plays for Blackpool F.C.), for a manager.", "Stuart Parker is a footballer who has managed, and now plays for, Blackpool FC. The club's ground is in Blackpool which is led by Gordon Marsden." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_F_C__Blackpool", "rdf:type", "ontology:sports_team" ], [ "resource:A_F_C__Blackpool", "property:manager", "resource:Stuart_Parker__footballer_" ], [ "resource:A_F_C__Blackpool", "property:ground", "resource:Blackpool" ], [ "resource:Blackpool", "property:leader", "resource:Gordon_Marsden" ], [ "resource:Stuart_Parker__footballer_", "property:club", "resource:Blackpool_F_C_" ] ]
A.F.C._Blackpool
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.F.C._Blackpool", "readable": "A.F.C. Blackpool", "graph": "resource:A_F_C__Blackpool" }, { "modified": "Blackpool", "readable": "Blackpool", "graph": "resource:Blackpool" }, { "modified": "Blackpool_F.C.", "readable": "Blackpool F.C.", "graph": "resource:Blackpool_F_C_" }, { "modified": "Gordon_Marsden", "readable": "Gordon Marsden", "graph": "resource:Gordon_Marsden" }, { "modified": "Stuart_Parker_(footballer)", "readable": "Stuart Parker", "graph": "resource:Stuart_Parker__footballer_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v property:ground resource:Blackpool . ?v property:manager resource:Jorge_Humberto_Rodr_guez . ?v rdf:type ontology:sports_team }", "readable_query": "ASK WHERE { ?v property:ground resource:Blackpool . ?v property:manager resource:Jorge_Humberto_Rodríguez . ?v rdf:type ontology:sports_team }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?w property:manager resource:Stuart_Parker__footballer_ . ?w rdf:type ontology:sports_team . ?w property:ground resource:Blackpool }", "readable_query": "ASK WHERE { ?w property:manager resource:Stuart_Parker_(footballer) . ?w rdf:type ontology:sports_team . ?w property:ground resource:Blackpool }", "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 ?b WHERE { ?b property:manager resource:Stuart_Parker__footballer_ . ?b property:ground resource:Blackpool . ?b rdf:type ontology:sports_team }", "readable_query": "SELECT ?b WHERE { ?b property:manager resource:Stuart_Parker_(footballer) . ?b property:ground resource:Blackpool . ?b rdf:type ontology:sports_team }", "graph_answer": [ "resource:A_F_C__Blackpool" ], "readable_answer": [ "A.F.C. Blackpool" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:Stuart_Parker__footballer_ property:club ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Stuart_Parker_(footballer) property:club ?w }", "graph_answer": [ "resource:Blackpool_F_C_" ], "readable_answer": [ "Blackpool F.C." ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
ComicsCharacter
4
9649
Id30
[ { "subject": "Paris_Cullins", "property": "nationality", "object": "United_States" }, { "subject": "Bolt_(DC_Comics)", "property": "creators", "object": "Dan_Mishkin" }, { "subject": "Bolt_(DC_Comics)", "property": "creator", "object": "Paris_Cullins" }, { "subject": "Bolt_(DC_Comics)", "property": "alterEgo", "object": "\"Larry Bolatinsky\"@en" } ]
[ { "subject": "Paris_Cullins", "property": "nationality", "object": "United_States" }, { "subject": "Bolt_(comicsCharacter)", "property": "creator", "object": "Dan_Mishkin" }, { "subject": "Bolt_(comicsCharacter)", "property": "creator", "object": "Paris_Cullins" }, { "subject": "Bolt_(comicsCharacter)", "property": "alternativeName", "object": "\"Larry Bolatinsky\"" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bolt is a comic character with the alternative name of Larry Bolatinsky. He was created by Dan Mishkin and the US national, Paris Cullins.", "Bolt (Larry Bolatinsky) is a comic character which was created by both Dan Mishkin and U.S. national Paris Cullins.", "The comic book character Bolt also known as Larry Bolatinsky was created by Dan Mishkin and the American Paris Cullins." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Paris_Cullins", "property:nationality", "resource:United_States" ], [ "resource:Bolt__comicsCharacter_", "property:creator", "resource:Paris_Cullins" ], [ "resource:Bolt__comicsCharacter_", "property:creator", "resource:Dan_Mishkin" ], [ "resource:Bolt__comicsCharacter_", "rdf:type", "ontology:comics_character" ], [ "resource:Bolt__comicsCharacter_", "property:alternative_name", "resource:Larry_Bolatinsky" ] ]
Bolt_(comicsCharacter)
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "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": "Larry Bolatinsky", "readable": "Larry Bolatinsky", "graph": "resource:Larry_Bolatinsky" }, { "modified": "Paris_Cullins", "readable": "Paris Cullins", "graph": "resource:Paris_Cullins" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { { resource:Bolt__comicsCharacter_ property:creator ?x } MINUS { ?x property:nationality resource:United_States } }", "readable_query": "SELECT DISTINCT ?x WHERE { { resource:Bolt_(comicsCharacter) property:creator ?x } MINUS { ?x property:nationality resource:United_States } }", "graph_answer": [ "resource:Dan_Mishkin" ], "readable_answer": [ "Dan Mishkin" ], "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 ?o WHERE { resource:Bolt__comicsCharacter_ property:creator ?o . FILTER ( ?o != resource:Dan_Mishkin ) }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Bolt_(comicsCharacter) property:creator ?o . FILTER ( ?o != resource:Dan_Mishkin ) }", "graph_answer": [ "resource:Paris_Cullins" ], "readable_answer": [ "Paris Cullins" ], "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 ?o WHERE { resource:Bolt__comicsCharacter_ property:chief ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Bolt_(comicsCharacter) property:chief ?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" ] } ]
City
4
9505
Id104
[ { "subject": "Attica,_Indiana", "property": "subdivisionName", "object": "United_States" }, { "subject": "Attica,_Indiana", "property": "isPartOf", "object": "Indiana" }, { "subject": "Attica,_Indiana", "property": "areaTotal", "object": "\"4.14\"^^<http://dbpedia.org/datatype/squareKilometre>" }, { "subject": "Attica,_Indiana", "property": "populationDensity", "object": "\"783.1\"^^<http://dbpedia.org/datatype/inhabitantsPerSquareKilometre>" } ]
[ { "subject": "Attica,_Indiana", "property": "isPartOf", "object": "United_States" }, { "subject": "Attica,_Indiana", "property": "isPartOf", "object": "Indiana" }, { "subject": "Attica,_Indiana", "property": "areaTotal", "object": "4.14 (square kilometres)" }, { "subject": "Attica,_Indiana", "property": "populationDensity", "object": "783.1 (inhabitants per square kilometre)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Attica is part of the state of Indiana in the United States. It has a 4.14. square kilometres of total area and its population density is 783.1 inhabitants/sq km.", "Attica, Indiana is part of the U.S. The population density of Attica Indiana is 783.1 (inhabitants per square kilometre) and its area is 4.14 sq. km.", "Part of the United States, Attica (Indiana), has an area of 4.14 square kilometres, and a population density of 783.1 inhabitants per square kilometre." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Attica__Indiana", "property:area_total", "4.14 (square kilometres)" ], [ "resource:Attica__Indiana", "rdf:type", "ontology:city" ], [ "resource:Attica__Indiana", "property:population_density", "783.1 (inhabitants per square kilometre)" ], [ "resource:Attica__Indiana", "property:is_part_of", "resource:Indiana" ], [ "resource:Attica__Indiana", "property:is_part_of", "resource:United_States" ] ]
Attica,_Indiana
[ { "modified": "4.14 (square kilometres)", "readable": "4.14", "graph": "4.14 (square kilometres)" }, { "modified": "783.1 (inhabitants per square kilometre)", "readable": "783.1", "graph": "783.1 (inhabitants per square kilometre)" }, { "modified": "areaTotal", "readable": "area total", "graph": "property:area_total" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "populationDensity", "readable": "population density", "graph": "property:population_density" }, { "modified": "Attica,_Indiana", "readable": "Attica, Indiana", "graph": "resource:Attica__Indiana" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?l property:area_total resource:165_33 . ?l rdf:type ontology:city . ?l property:is_part_of resource:United_States }", "readable_query": "ASK WHERE { ?l property:area_total resource:165.33 . ?l rdf:type ontology:city . ?l property:is_part_of resource:United_States }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?m property:area_total '4.14 (square kilometres)' . ?m property:is_part_of resource:United_States . ?m rdf:type ontology:city }", "readable_query": "ASK WHERE { ?m property:area_total '4.14 (square kilometres)' . ?m property:is_part_of resource:United_States . ?m rdf:type ontology:city }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?b WHERE { ?b property:is_part_of resource:United_States . ?b rdf:type ontology:city . ?b property:area_total '4.14 (square kilometres)' }", "readable_query": "SELECT ?b WHERE { ?b property:is_part_of resource:United_States . ?b rdf:type ontology:city . ?b property:area_total '4.14 (square kilometres)' }", "graph_answer": [ "resource:Attica__Indiana" ], "readable_answer": [ "Attica, Indiana" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w ?m WHERE { resource:Attica__Indiana property:population_density ?m . resource:Attica__Indiana property:area_total ?w }", "readable_query": "SELECT DISTINCT ?w ?m WHERE { resource:Attica,_Indiana property:population_density ?m . resource:Attica,_Indiana property:area_total ?w }", "graph_answer": [ "4.14 (square kilometres)", "783.1 (inhabitants per square kilometre)" ], "readable_answer": [ "4.14", "783.1" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Astronaut
5
11390
Id7
[ { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "birthPlace", "object": "Wheeler,_Texas" }, { "subject": "Alan_Bean", "property": "selection", "object": "1963" }, { "subject": "Alan_Bean", "property": "status", "object": "\"Retired\"@en" } ]
[ { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "birthPlace", "object": "Wheeler,_Texas" }, { "subject": "Alan_Bean", "property": "selectedByNasa", "object": "1963" }, { "subject": "Alan_Bean", "property": "status", "object": "\"Retired\"" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alan Bean is a US national who was born in Wheeler, Texas. He was selected by NASA in 1963 and became a member of the Apollo 12 crew. He is retired.", "Alan Bean who was originally from Wheeler, Texas, USA joined NASA in 1963 and became a member of Apollo 12 before he retired.", "Alan Bean is a US national who was born in Wheeler, Texas. He is now retired but was a crew member hired by NASA in 1963 for the Apollo 12 mission." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alan_Bean", "property:selected_by_nasa", "resource:1963" ], [ "resource:Alan_Bean", "property:status", "resource:Retired" ], [ "resource:Alan_Bean", "rdf:type", "ontology:astronaut" ], [ "resource:Alan_Bean", "property:mission", "resource:Apollo_12" ], [ "resource:Alan_Bean", "property:nationality", "resource:United_States" ], [ "resource:Alan_Bean", "property:birth_place", "resource:Wheeler__Texas" ] ]
Alan_Bean
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "mission", "readable": "mission", "graph": "property:mission" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "selectedByNasa", "readable": "selected by nasa", "graph": "property:selected_by_nasa" }, { "modified": "status", "readable": "status", "graph": "property:status" }, { "modified": "1963", "readable": "1963", "graph": "resource:1963" }, { "modified": "Alan_Bean", "readable": "Alan Bean", "graph": "resource:Alan_Bean" }, { "modified": "Apollo_12", "readable": "Apollo 12", "graph": "resource:Apollo_12" }, { "modified": "Retired", "readable": "Retired", "graph": "resource:Retired" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Wheeler,_Texas", "readable": "Wheeler, Texas", "graph": "resource:Wheeler__Texas" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?m property:selected_by_nasa ?q . ?m property:birth_place resource:Buxton . ?m rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { ?m property:selected_by_nasa ?q . ?m property:birth_place resource:Buxton . ?m rdf:type ontology:astronaut }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Astronaut
2
3634
Id20
[ { "subject": "Buzz_Aldrin", "property": "alternativeNames", "object": "\"Edwin E. Aldrin, Jr.\"" }, { "subject": "Buzz_Aldrin", "property": "birthDate", "object": "\"1930-01-20\"" } ]
[ { "subject": "Buzz_Aldrin", "property": "alternativeName", "object": "\"Edwin E. Aldrin, Jr.\"" }, { "subject": "Buzz_Aldrin", "property": "birthDate", "object": "\"1930-01-20\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Edwin E. Aldrin, Jr. who was born on 20th January 1930, went on to be known as Buzz Aldrin.", "Edwin E. Aldrin, Jr. was commonly known as Buzz Aldrin and was born January 20, 1930.", "Edwin E. Aldrin Junior's nickname was Buzz Aldrin and he was born on January 20th, 1930." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Buzz_Aldrin", "rdf:type", "ontology:astronaut" ], [ "resource:Buzz_Aldrin", "property:alternative_name", "Edwin E. Aldrin, Jr." ], [ "resource:Buzz_Aldrin", "property:birth_date", "1930-01-20" ] ]
Buzz_Aldrin
[ { "modified": "1930-01-20", "readable": "1930-01-20", "graph": "1930-01-20" }, { "modified": "Edwin E. Aldrin, Jr.", "readable": "Edwin E. Aldrin, Jr.", "graph": "Edwin E. Aldrin, Jr." }, { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "Buzz_Aldrin", "readable": "Buzz Aldrin", "graph": "resource:Buzz_Aldrin" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?h rdf:type ontology:astronaut . ?h property:alternative_name ?n . ?h property:birth_date ?k . FILTER ( CONTAINS ( YEAR ( ?k ) , '1930' ) ) }", "readable_query": "SELECT DISTINCT ?n WHERE { ?h rdf:type ontology:astronaut . ?h property:alternative_name ?n . ?h property:birth_date ?k . FILTER ( CONTAINS ( YEAR ( ?k ) , '1930' ) ) }", "graph_answer": [ "Edwin E. Aldrin, Jr." ], "readable_answer": [ "Edwin E. Aldrin, Jr." ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "multiple_answers", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?c rdf:type ontology:astronaut . ?c property:alternative_name 'Edwin E. Aldrin, Jr.' . ?c property:birth_date resource:1936_05_21 }", "readable_query": "ASK WHERE { ?c rdf:type ontology:astronaut . ?c property:alternative_name 'Edwin E. Aldrin, Jr.' . ?c property:birth_date resource:1936-05-21 }", "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 { ?u property:alternative_name 'Edwin E. Aldrin, Jr.' . ?u rdf:type ontology:astronaut . ?u property:birth_date '1930-01-20' }", "readable_query": "ASK WHERE { ?u property:alternative_name 'Edwin E. Aldrin, Jr.' . ?u rdf:type ontology:astronaut . ?u property:birth_date '1930-01-20' }", "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 ?n WHERE { ?n rdf:type ontology:astronaut . ?n property:birth_date '1930-01-20' . ?n property:alternative_name 'Edwin E. Aldrin, Jr.' }", "readable_query": "SELECT ?n WHERE { ?n rdf:type ontology:astronaut . ?n property:birth_date '1930-01-20' . ?n property:alternative_name 'Edwin E. Aldrin, Jr.' }", "graph_answer": [ "resource:Buzz_Aldrin" ], "readable_answer": [ "Buzz Aldrin" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Buzz_Aldrin property:birth_date ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Buzz_Aldrin property:birth_date ?c }", "graph_answer": [ "1930-01-20" ], "readable_answer": [ "1930-01-20" ], "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" ] } ]
Company
2
4482
Id70
[ { "subject": "Trane", "property": "numberOfEmployees", "object": "29000" }, { "subject": "Trane", "property": "product", "object": "HVAC" } ]
[ { "subject": "Trane", "property": "numberOfEmployees", "object": "29000" }, { "subject": "Trane", "property": "product", "object": "HVAC" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Trane produces HVAC, employing 29,000 people.", "There are 29,000 employees at HVAC producer Trane.", "Trane employ 29000 people that produce products such as HVAC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Trane", "property:number_of_employees", "29000" ], [ "resource:Trane", "property:product", "resource:HVAC" ], [ "resource:Trane", "rdf:type", "ontology:company" ] ]
Trane
[ { "modified": "29000", "readable": "29000", "graph": "29000" }, { "modified": "numberOfEmployees", "readable": "number of employees", "graph": "property:number_of_employees" }, { "modified": "product", "readable": "product", "graph": "property:product" }, { "modified": "HVAC", "readable": "HVAC", "graph": "resource:HVAC" }, { "modified": "Trane", "readable": "Trane", "graph": "resource:Trane" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { ?d rdf:type ontology:company . FILTER ( ?c < '40000' ) . ?d property:product ?s . ?d property:number_of_employees ?c }", "readable_query": "SELECT DISTINCT ?s WHERE { ?d rdf:type ontology:company . FILTER ( ?c < '40000' ) . ?d property:product ?s . ?d property:number_of_employees ?c }", "graph_answer": [ "resource:HVAC" ], "readable_answer": [ "HVAC" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e property:number_of_employees ?h . ?e rdf:type ontology:company . ?e property:product resource:HVAC . FILTER ( ?h < '40000' ) }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e property:number_of_employees ?h . ?e rdf:type ontology:company . ?e property:product resource:HVAC . FILTER ( ?h < '40000' ) }", "graph_answer": [ "resource:Trane" ], "readable_answer": [ "Trane" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Trane property:fate ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Trane property:fate ?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" ] } ]
City
3
6752
Id40
[ { "subject": "Alpharetta,_Georgia", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." } ]
[ { "subject": "Alpharetta,_Georgia", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alpharetta, Georgia, is in the United States, where the capital is Washington DC and where one of the ethnic groups is Asian Americans.", "The Asian Americans are an ethnic group in the United States which has the capital of Washington DC and is the location of Alpharetta in Georgia.", "The Asian Americans are an ethnic group in the United States where the capital city is Washington DC and Alpharetta is located in Georgia." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ], [ "resource:Alpharetta__Georgia", "rdf:type", "ontology:city" ], [ "resource:Alpharetta__Georgia", "property:country", "resource:United_States" ] ]
Alpharetta,_Georgia
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "Alpharetta,_Georgia", "readable": "Alpharetta, Georgia", "graph": "resource:Alpharetta__Georgia" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "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 ?a ?f WHERE { resource:United_States property:ethnic_group ?a . resource:United_States property:capital ?f }", "readable_query": "SELECT DISTINCT ?a ?f WHERE { resource:United_States property:ethnic_group ?a . resource:United_States property:capital ?f }", "graph_answer": [ "resource:Asian_Americans", "resource:Washington__D_C_" ], "readable_answer": [ "Asian Americans", "Washington, D.C." ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Alpharetta__Georgia property:country resource:United_States . resource:Alpharetta__Georgia rdf:type ontology:city }", "readable_query": "ASK WHERE { resource:Alpharetta,_Georgia property:country resource:United_States . resource:Alpharetta,_Georgia rdf:type ontology:city }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
WrittenWork
3
8171
Id17
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "previousWork", "object": "The_Grantville_Gazettes" } ]
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "Eric_Flint", "property": "influencedBy", "object": "Robert_A._Heinlein" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "precededBy", "object": "The_Grantville_Gazettes" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Eric Flint, who was influenced by Robert A. Heinlein wrote 1634: The Bavarian Crisis which was preceded by The Grantville Gazettes.", "1634: The Bavarian Crisis is the sequel to The Grantville Gazettes written by Eric Flint and influence by Robert A Heinlein.", "1634: The Bavarian Crisis was written by Eric Flint who was influenced by Robert A. Heinlein. The book is the sequel to The Grantville Gazettes." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1634__The_Bavarian_Crisis", "property:preceded_by", "resource:The_Grantville_Gazettes" ], [ "resource:1634__The_Bavarian_Crisis", "property:author", "resource:Eric_Flint" ], [ "resource:1634__The_Bavarian_Crisis", "rdf:type", "ontology:written_work" ], [ "resource:Eric_Flint", "property:influenced_by", "resource:Robert_A__Heinlein" ] ]
1634:_The_Bavarian_Crisis
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "influencedBy", "readable": "influenced by", "graph": "property:influenced_by" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "1634:_The_Bavarian_Crisis", "readable": "1634: The Bavarian Crisis", "graph": "resource:1634__The_Bavarian_Crisis" }, { "modified": "Eric_Flint", "readable": "Eric Flint", "graph": "resource:Eric_Flint" }, { "modified": "Robert_A._Heinlein", "readable": "Robert A. Heinlein", "graph": "resource:Robert_A__Heinlein" }, { "modified": "The_Grantville_Gazettes", "readable": "The Grantville Gazettes", "graph": "resource:The_Grantville_Gazettes" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?h ) WHERE { ?p property:preceded_by resource:The_Grantville_Gazettes . ?p property:author ?u . ?p rdf:type ontology:written_work . ?u property:influenced_by resource:Robert_A__Heinlein }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?h ) WHERE { ?p property:preceded_by resource:The_Grantville_Gazettes . ?p property:author ?u . ?p rdf:type ontology:written_work . ?u property:influenced_by resource:Robert_A._Heinlein }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "number_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?g property:preceded_by resource:The_Grantville_Gazettes . ?g property:author ?f . ?f property:influenced_by resource:Robert_A__Heinlein . ?g rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:preceded_by resource:The_Grantville_Gazettes . ?g property:author ?f . ?f property:influenced_by resource:Robert_A._Heinlein . ?g rdf:type ontology:written_work }", "graph_answer": [ "resource:1634__The_Bavarian_Crisis" ], "readable_answer": [ "1634: The Bavarian Crisis" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?z property:author ?y . ?z rdf:type ontology:written_work . ?z property:preceded_by resource:The_Grantville_Gazettes . ?y property:influenced_by resource:Robert_A__Heinlein }", "readable_query": "SELECT DISTINCT ?y WHERE { ?z property:author ?y . ?z rdf:type ontology:written_work . ?z property:preceded_by resource:The_Grantville_Gazettes . ?y property:influenced_by resource:Robert_A._Heinlein }", "graph_answer": [ "resource:Eric_Flint" ], "readable_answer": [ "Eric Flint" ], "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" ] } ]
Food
2
4547
Id59
[ { "subject": "Arròs_negre", "property": "region", "object": "Valencian_Community" }, { "subject": "Valencian_Community", "property": "leaderName", "object": "Ximo_Puig" } ]
[ { "subject": "Arròs_negre", "property": "region", "object": "Valencian_Community" }, { "subject": "Valencian_Community", "property": "leader", "object": "Ximo_Puig" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Arros negre originates from the Valencian community which is led by Ximo Puig.", "Arros negre comes from the region of the Valencian Community where Ximo Puig is a leader." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Valencian_Community", "property:leader", "resource:Ximo_Puig" ], [ "resource:Arr_s_negre", "rdf:type", "ontology:food" ], [ "resource:Arr_s_negre", "property:region", "resource:Valencian_Community" ] ]
Arròs_negre
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arròs_negre", "readable": "Arròs negre", "graph": "resource:Arr_s_negre" }, { "modified": "Valencian_Community", "readable": "Valencian Community", "graph": "resource:Valencian_Community" }, { "modified": "Ximo_Puig", "readable": "Ximo Puig", "graph": "resource:Ximo_Puig" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u ?e WHERE { ?u rdf:type ontology:food . ?u property:region ?e . ?e property:leader resource:Ximo_Puig }", "readable_query": "SELECT DISTINCT ?u ?e WHERE { ?u rdf:type ontology:food . ?u property:region ?e . ?e property:leader resource:Ximo_Puig }", "graph_answer": [ "resource:Arr_s_negre", "resource:Valencian_Community" ], "readable_answer": [ "Arròs negre", "Valencian Community" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
4
9898
Id187
[ { "subject": "Shumai", "property": "ingredient", "object": "Shiitake" }, { "subject": "Shumai", "property": "country", "object": "China" }, { "subject": "Batagor", "property": "variations", "object": "Siomay" }, { "subject": "Siomay", "property": "hasVariant", "object": "Shumai" } ]
[ { "subject": "Batagor", "property": "dishVariation", "object": "Siomay" }, { "subject": "Siomay", "property": "dishVariation", "object": "Shumai" }, { "subject": "Shumai", "property": "ingredient", "object": "Shiitake" }, { "subject": "Shumai", "property": "country", "object": "China" } ]
(X (X (X (X) (X))))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Batagor is a variation of the Siomay dish, as is the Chinese dish Shumai which includes Shiitake.", "Batagor, Siomay and Shumai are all variations of the same dish. Shumai contains shiitake and comes from China." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Siomay", "property:dish_variation", "resource:Shumai" ], [ "resource:Batagor", "property:dish_variation", "resource:Siomay" ], [ "resource:Batagor", "rdf:type", "ontology:food" ], [ "resource:Shumai", "property:ingredient", "resource:Shiitake" ], [ "resource:Shumai", "property:country", "resource:China" ] ]
Batagor
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "Batagor", "readable": "Batagor", "graph": "resource:Batagor" }, { "modified": "China", "readable": "China", "graph": "resource:China" }, { "modified": "Shiitake", "readable": "Shiitake", "graph": "resource:Shiitake" }, { "modified": "Shumai", "readable": "Shumai", "graph": "resource:Shumai" }, { "modified": "Siomay", "readable": "Siomay", "graph": "resource:Siomay" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { VALUES ( ?a ) { ( resource:Siomay ) ( resource:Shumai ) } . resource:Batagor property:dish_variation ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { VALUES ( ?a ) { ( resource:Siomay ) ( resource:Shumai ) } . resource:Batagor property:dish_variation ?a }", "graph_answer": [ "resource:Siomay" ], "readable_answer": [ "Siomay" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { VALUES ( ?c ) { ( resource:Siomay ) ( resource:Shumai ) } . resource:Siomay property:dish_variation ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { VALUES ( ?c ) { ( resource:Siomay ) ( resource:Shumai ) } . resource:Siomay property:dish_variation ?c }", "graph_answer": [ "resource:Shumai" ], "readable_answer": [ "Shumai" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "direct_multiple_choices", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "closed_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v ?m WHERE { resource:Shumai property:country ?v . resource:Shumai property:ingredient ?m }", "readable_query": "SELECT DISTINCT ?v ?m WHERE { resource:Shumai property:country ?v . resource:Shumai property:ingredient ?m }", "graph_answer": [ "resource:China", "resource:Shiitake" ], "readable_answer": [ "China", "Shiitake" ], "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" ] } ]
Building
5
11647
Id111
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "\"Asilomar Blvd., Pacific Grove, California\"@en" }, { "subject": "Asilomar_Conference_Grounds", "property": "added", "object": "\"1987-02-27\"^^xsd:date" }, { "subject": "Asilomar_Conference_Grounds", "property": "architecturalStyle", "object": "Arts_and_Crafts_movement" }, { "subject": "Asilomar_Conference_Grounds", "property": "nrhpReferenceNumber", "object": "\"87000823\"" }, { "subject": "Asilomar_Conference_Grounds", "property": "yearOfConstruction", "object": "\"1913\"^^xsd:gYear" } ]
[ { "subject": "Asilomar_Conference_Grounds", "property": "location", "object": "\"Asilomar Blvd., Pacific Grove, California\"" }, { "subject": "Asilomar_Conference_Grounds", "property": "addedToTheNationalRegisterOfHistoricPlaces", "object": "\"1987-02-27\"" }, { "subject": "Asilomar_Conference_Grounds", "property": "architecturalStyle", "object": "Arts_and_Crafts_movement" }, { "subject": "Asilomar_Conference_Grounds", "property": "NationalRegisterOfHistoricPlacesReferenceNumber", "object": "\"87000823\"" }, { "subject": "Asilomar_Conference_Grounds", "property": "yearOfConstruction", "object": "1913" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Asilomar Conference Grounds, constructed in 1913 in the Arts and Crafts Movement architectural style and located at Asilomar Blvd., Pacific Grove, California, was added to the National Register of Historic Places on February 27, 1987, has the reference number 87000823.", "The location of Asilomar Conference Grounds which were constructed in 1913 is Asilomar Blvd., Pacific Grove, California. They were added to the National Register of Historic Places on 27 February 1987 with the reference number \"87000823\", and were built in the Arts and Crafts Movement architectural style." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Asilomar_Conference_Grounds", "property:national_register_of_historic_places_reference_number", "87000823" ], [ "resource:Asilomar_Conference_Grounds", "rdf:type", "ontology:building" ], [ "resource:Asilomar_Conference_Grounds", "property:location", "Asilomar Blvd., Pacific Grove, California" ], [ "resource:Asilomar_Conference_Grounds", "property:architectural_style", "resource:Arts_and_Crafts_movement" ], [ "resource:Asilomar_Conference_Grounds", "property:added_to_the_national_register_of_historic_places", "1987-02-27" ], [ "resource:Asilomar_Conference_Grounds", "property:year_of_construction", "resource:1913" ] ]
Asilomar_Conference_Grounds
[ { "modified": "1987-02-27", "readable": "1987-02-27", "graph": "1987-02-27" }, { "modified": "87000823", "readable": "87000823", "graph": "87000823" }, { "modified": "Asilomar Blvd., Pacific Grove, California", "readable": "Asilomar Blvd., Pacific Grove, California", "graph": "Asilomar Blvd., Pacific Grove, California" }, { "modified": "addedToTheNationalRegisterOfHistoricPlaces", "readable": "added to the national register of historic places", "graph": "property:added_to_the_national_register_of_historic_places" }, { "modified": "architecturalStyle", "readable": "architectural style", "graph": "property:architectural_style" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "NationalRegisterOfHistoricPlacesReferenceNumber", "readable": "national register of historic places reference number", "graph": "property:national_register_of_historic_places_reference_number" }, { "modified": "yearOfConstruction", "readable": "year of construction", "graph": "property:year_of_construction" }, { "modified": "1913", "readable": "1913", "graph": "resource:1913" }, { "modified": "Arts_and_Crafts_movement", "readable": "Arts and Crafts movement", "graph": "resource:Arts_and_Crafts_movement" }, { "modified": "Asilomar_Conference_Grounds", "readable": "Asilomar Conference Grounds", "graph": "resource:Asilomar_Conference_Grounds" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?z rdf:type ontology:building . ?z property:year_of_construction ?h . FILTER ( CONTAINS ( YEAR ( ?v ) , '1987' ) ) . ?z property:added_to_the_national_register_of_historic_places ?v }", "readable_query": "SELECT DISTINCT ?h WHERE { ?z rdf:type ontology:building . ?z property:year_of_construction ?h . FILTER ( CONTAINS ( YEAR ( ?v ) , '1987' ) ) . ?z property:added_to_the_national_register_of_historic_places ?v }", "graph_answer": [ "resource:1913" ], "readable_answer": [ "1913" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:building . ?q property:year_of_construction resource:1913 . FILTER ( CONTAINS ( YEAR ( ?p ) , '1987' ) ) . ?q property:added_to_the_national_register_of_historic_places ?p }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:building . ?q property:year_of_construction resource:1913 . FILTER ( CONTAINS ( YEAR ( ?p ) , '1987' ) ) . ?q property:added_to_the_national_register_of_historic_places ?p }", "graph_answer": [ "resource:Asilomar_Conference_Grounds" ], "readable_answer": [ "Asilomar Conference Grounds" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( CONTAINS ( YEAR ( ?j ) , '1987' ) ) . resource:Asilomar_Conference_Grounds property:added_to_the_national_register_of_historic_places ?j . resource:Asilomar_Conference_Grounds rdf:type ontology:building . resource:Asilomar_Conference_Grounds property:year_of_construction resource:1913 }", "readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( CONTAINS ( YEAR ( ?j ) , '1987' ) ) . resource:Asilomar_Conference_Grounds property:added_to_the_national_register_of_historic_places ?j . resource:Asilomar_Conference_Grounds rdf:type ontology:building . resource:Asilomar_Conference_Grounds property:year_of_construction resource:1913 }", "graph_answer": [ "1987-02-27" ], "readable_answer": [ "1987-02-27" ], "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 ?e ?y WHERE { resource:Asilomar_Conference_Grounds property:national_register_of_historic_places_reference_number ?y . resource:Asilomar_Conference_Grounds property:location ?e }", "readable_query": "SELECT DISTINCT ?e ?y WHERE { resource:Asilomar_Conference_Grounds property:national_register_of_historic_places_reference_number ?y . resource:Asilomar_Conference_Grounds property:location ?e }", "graph_answer": [ "Asilomar Blvd., Pacific Grove, California", "87000823" ], "readable_answer": [ "Asilomar Blvd., Pacific Grove, California", "87000823" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Asilomar_Conference_Grounds property:voice ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Asilomar_Conference_Grounds property:voice ?p }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
2
3449
Id61
[ { "subject": "Agustín_Barboza", "property": "genre", "object": "Guarania_(music)" }, { "subject": "Agustín_Barboza", "property": "background", "object": "\"solo_singer\"@en" } ]
[ { "subject": "Agustín_Barboza", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Agustín_Barboza", "property": "genre", "object": "Guarania_(music)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agustin Barboza is a solo singer who plays in the genre Guarania.", "Agustin Barboza is a solo singer in the Guarania genre.", "Agustin Barboza plays Guarania style music and has a background as solo singer." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Agust_n_Barboza", "rdf:type", "ontology:artist" ], [ "resource:Agust_n_Barboza", "property:background", "resource:solo_singer" ], [ "resource:Agust_n_Barboza", "property:genre", "resource:Guarania__music_" ] ]
Agustín_Barboza
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Agustín_Barboza", "readable": "Agustín Barboza", "graph": "resource:Agust_n_Barboza" }, { "modified": "Guarania_(music)", "readable": "Guarania", "graph": "resource:Guarania__music_" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?c rdf:type ontology:artist . ?c property:background resource:non_vocal_instrumentalist . ?c property:genre ?a }", "readable_query": "ASK WHERE { ?c rdf:type ontology:artist . ?c property:background resource:non_vocal_instrumentalist . ?c property:genre ?a }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
CelestialBody
5
11713
Id21
[ { "subject": "1001_Gaussia", "property": "discoverer", "object": "Sergey_Belyavsky" }, { "subject": "1001_Gaussia", "property": "epoch", "object": "\"27 June 2015 (JD2457200.5)\"" }, { "subject": "1001_Gaussia", "property": "formerName", "object": "\"1923 OAA907 XC\"@en" }, { "subject": "1001_Gaussia", "property": "orbitalPeriod", "object": "\"496800.0\"^^xsd:double" }, { "subject": "1001_Gaussia", "property": "periapsis", "object": "4.19113e+11" } ]
[ { "subject": "1001_Gaussia", "property": "discoverer", "object": "Sergey_Belyavsky" }, { "subject": "1001_Gaussia", "property": "epoch", "object": "2015-06-27" }, { "subject": "1001_Gaussia", "property": "formerName", "object": "\"1923 OAA907 XC\"" }, { "subject": "1001_Gaussia", "property": "orbitalPeriod", "object": "5.75 (days)" }, { "subject": "1001_Gaussia", "property": "periapsis", "object": "419113394.55312 (kilometres)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "1001 Gaussia, formerly known as \"1923 OAA907 XC\", was discovered by Sergey Belyavsky. It has a periapsis of 419113394.55312 kilometres and an orbital period of 5.75 days. Its epoch is on 31st July 2016.", "Sergey Belyavsky discovered 1001 Gaussia (formerly known as 1923 OAA907 XC) on its epoch date of July 31, 2016. Its orbital period is 5.75 days and has a periapsis of 419113394.55312 kilometres." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1001_Gaussia", "property:epoch", "resource:2015_06_27" ], [ "resource:1001_Gaussia", "rdf:type", "ontology:celestial_body" ], [ "resource:1001_Gaussia", "property:former_name", "1923 OAA907 XC" ], [ "resource:1001_Gaussia", "property:periapsis", "419113394.55312 (kilometres)" ], [ "resource:1001_Gaussia", "property:orbital_period", "5.75 (days)" ], [ "resource:1001_Gaussia", "property:discoverer", "resource:Sergey_Belyavsky" ] ]
1001_Gaussia
[ { "modified": "1923 OAA907 XC", "readable": "1923 OAA907 XC", "graph": "1923 OAA907 XC" }, { "modified": "419113394.55312 (kilometres)", "readable": "419113394.55312", "graph": "419113394.55312 (kilometres)" }, { "modified": "5.75 (days)", "readable": "5.75", "graph": "5.75 (days)" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "formerName", "readable": "former name", "graph": "property:former_name" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "1001_Gaussia", "readable": "1001 Gaussia", "graph": "resource:1001_Gaussia" }, { "modified": "2015-06-27", "readable": "2015-06-27", "graph": "resource:2015_06_27" }, { "modified": "Sergey_Belyavsky", "readable": "Sergey Belyavsky", "graph": "resource:Sergey_Belyavsky" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { ?g property:epoch ?m . ?g property:discoverer ?z . ?g rdf:type ontology:celestial_body . FILTER ( ?m = \"2015_06_27\" ) }", "readable_query": "SELECT DISTINCT ?z WHERE { ?g property:epoch ?m . ?g property:discoverer ?z . ?g rdf:type ontology:celestial_body . FILTER ( ?m = \"2015-06-27\" ) }", "graph_answer": [ "resource:Sergey_Belyavsky" ], "readable_answer": [ "Sergey Belyavsky" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { FILTER ( ?q = \"2015_06_27\" ) . ?a property:discoverer resource:Sergey_Belyavsky . ?a property:epoch ?q . ?a rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?a WHERE { FILTER ( ?q = \"2015-06-27\" ) . ?a property:discoverer resource:Sergey_Belyavsky . ?a property:epoch ?q . ?a rdf:type ontology:celestial_body }", "graph_answer": [ "resource:1001_Gaussia" ], "readable_answer": [ "1001 Gaussia" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w ?m WHERE { resource:1001_Gaussia property:periapsis ?w . resource:1001_Gaussia property:former_name ?m }", "readable_query": "SELECT DISTINCT ?w ?m WHERE { resource:1001_Gaussia property:periapsis ?w . resource:1001_Gaussia property:former_name ?m }", "graph_answer": [ "419113394.55312 (kilometres)", "1923 OAA907 XC" ], "readable_answer": [ "419113394.55312", "1923 OAA907 XC" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:1001_Gaussia property:total_production ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:1001_Gaussia property:total_production ?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" ] } ]
MeanOfTransportation
4
10104
Id78
[ { "subject": "Abarth_1000_GT_Coupé", "property": "designCompany", "object": "Gruppo_Bertone" }, { "subject": "Gruppo_Bertone", "property": "foundationPlace", "object": "Turin" }, { "subject": "Gruppo_Bertone", "property": "foundedBy", "object": "Giovanni_Bertone" }, { "subject": "Gruppo_Bertone", "property": "locationCountry", "object": "Italy" } ]
[ { "subject": "Abarth_1000_GT_Coupé", "property": "designCompany", "object": "Gruppo_Bertone" }, { "subject": "Gruppo_Bertone", "property": "foundationPlace", "object": "Turin" }, { "subject": "Gruppo_Bertone", "property": "foundedBy", "object": "Giovanni_Bertone" }, { "subject": "Gruppo_Bertone", "property": "country", "object": "Italy" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Abarth 1000 GT Coupe was designed by Gruppo Bertone and founded in Turin. Gruppo Berone was founded by Giovanni Bertone and is an Italian company.", "The Abarth 1000 GT Coupé was designed by Gruppo Bertone who founded the company in Turin Italy.", "Gruppo Bertone, founded in Turin, designed the Abarth 1000 GT Coupe. Giovanni Bertone founded the Italian owned Gruppo Bertone Co." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Gruppo_Bertone", "property:founded_by", "resource:Giovanni_Bertone" ], [ "resource:Gruppo_Bertone", "property:country", "resource:Italy" ], [ "resource:Gruppo_Bertone", "property:foundation_place", "resource:Turin" ], [ "resource:Abarth_1000_GT_Coup_", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Abarth_1000_GT_Coup_", "property:design_company", "resource:Gruppo_Bertone" ] ]
Abarth_1000_GT_Coupé
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "designCompany", "readable": "design company", "graph": "property:design_company" }, { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "foundedBy", "readable": "founded by", "graph": "property:founded_by" }, { "modified": "Abarth_1000_GT_Coupé", "readable": "Abarth 1000 GT Coupé", "graph": "resource:Abarth_1000_GT_Coup_" }, { "modified": "Giovanni_Bertone", "readable": "Giovanni Bertone", "graph": "resource:Giovanni_Bertone" }, { "modified": "Gruppo_Bertone", "readable": "Gruppo Bertone", "graph": "resource:Gruppo_Bertone" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Turin", "readable": "Turin", "graph": "resource:Turin" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a property:foundation_place resource:Turin . ?a property:founded_by resource:August_Horch }", "readable_query": "ASK WHERE { ?a property:foundation_place resource:Turin . ?a property:founded_by resource:August_Horch }", "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 { ?p property:foundation_place resource:Turin . ?p property:founded_by resource:Giovanni_Bertone }", "readable_query": "ASK WHERE { ?p property:foundation_place resource:Turin . ?p property:founded_by resource:Giovanni_Bertone }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?e WHERE { ?e property:founded_by resource:Giovanni_Bertone . ?e property:foundation_place resource:Turin }", "readable_query": "SELECT ?e WHERE { ?e property:founded_by resource:Giovanni_Bertone . ?e property:foundation_place resource:Turin }", "graph_answer": [ "resource:Gruppo_Bertone" ], "readable_answer": [ "Gruppo Bertone" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:mean_of_transportation . ?x property:design_company resource:Gruppo_Bertone }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:mean_of_transportation . ?x property:design_company resource:Gruppo_Bertone }", "graph_answer": [ "resource:Abarth_1000_GT_Coup_" ], "readable_answer": [ "Abarth 1000 GT Coupé" ], "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 ?w WHERE { resource:Gruppo_Bertone property:country ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Gruppo_Bertone property:country ?w }", "graph_answer": [ "resource:Italy" ], "readable_answer": [ "Italy" ], "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
3
8222
Id68
[ { "subject": "A_Glastonbury_Romance", "property": "mediaType", "object": "Hardcover" }, { "subject": "A_Glastonbury_Romance", "property": "oclc", "object": "\"76798317\"" }, { "subject": "A_Glastonbury_Romance", "property": "congress", "object": "\"PR6031.O867\"@en" } ]
[ { "subject": "A_Glastonbury_Romance", "property": "mediaType", "object": "Hardcover" }, { "subject": "A_Glastonbury_Romance", "property": "libraryofCongressClassification", "object": "\"PR6031.O867\"" }, { "subject": "A_Glastonbury_Romance", "property": "oclcNumber", "object": "76798317" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "A Glastonbury Romance can be found in hardcover. It has the OCLC number 76798317 and the Library of Congress Classification PR6031.O867.", "A Glastonbury Romance, which is available in hardcover, has the OCLC number 76798317 and the Library of Congress Classification of PR6031O867." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_Glastonbury_Romance", "property:media_type", "resource:Hardcover" ], [ "resource:A_Glastonbury_Romance", "rdf:type", "ontology:written_work" ], [ "resource:A_Glastonbury_Romance", "property:oclc_number", "76798317" ], [ "resource:A_Glastonbury_Romance", "property:libraryof_congress_classification", "resource:PR6031_O867" ] ]
A_Glastonbury_Romance
[ { "modified": "76798317", "readable": "76798317", "graph": "76798317" }, { "modified": "libraryofCongressClassification", "readable": "libraryof congress classification", "graph": "property:libraryof_congress_classification" }, { "modified": "mediaType", "readable": "media type", "graph": "property:media_type" }, { "modified": "oclcNumber", "readable": "oclc number", "graph": "property:oclc_number" }, { "modified": "A_Glastonbury_Romance", "readable": "A Glastonbury Romance", "graph": "resource:A_Glastonbury_Romance" }, { "modified": "Hardcover", "readable": "Hardcover", "graph": "resource:Hardcover" }, { "modified": "PR6031.O867", "readable": "PR6031.O867", "graph": "resource:PR6031_O867" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?s property:oclc_number ?w . FILTER ( ?w = '76798317' ) . ?s property:libraryof_congress_classification ?y . ?s rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?y WHERE { ?s property:oclc_number ?w . FILTER ( ?w = '76798317' ) . ?s property:libraryof_congress_classification ?y . ?s rdf:type ontology:written_work }", "graph_answer": [ "resource:PR6031_O867" ], "readable_answer": [ "PR6031.O867" ], "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 ?m WHERE { ?p property:libraryof_congress_classification resource:PR6031_O867 . ?p property:media_type ?m . ?p rdf:type ontology:written_work . FILTER ( STRSTARTS ( LCASE ( ?m ) , 'h' ) ) }", "readable_query": "SELECT DISTINCT ?m WHERE { ?p property:libraryof_congress_classification resource:PR6031.O867 . ?p property:media_type ?m . ?p rdf:type ontology:written_work . FILTER ( STRSTARTS ( LCASE ( ?m ) , 'h' ) ) }", "graph_answer": [ "resource:Hardcover" ], "readable_answer": [ "Hardcover" ], "type": [ "coreference", "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" ] } ]
SportsTeam
3
8062
Id135
[ { "subject": "Akron_Summit_Assault", "property": "ground", "object": "Akron,_Ohio" }, { "subject": "Akron_Summit_Assault", "property": "league", "object": "Premier_Development_League" }, { "subject": "Premier_Development_League", "property": "champions", "object": "K-W_United_FC" } ]
[ { "subject": "Akron_Summit_Assault", "property": "ground", "object": "Akron,_Ohio" }, { "subject": "Akron_Summit_Assault", "property": "league", "object": "Premier_Development_League" }, { "subject": "Premier_Development_League", "property": "champions", "object": "K-W_United_FC" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Akron Summit Assault team is based in Akron, Ohio and play in the Premier Development League where K-W United FC were previous champions.", "Akron Summit Assault (Akron, Ohio) played in the Premier Development League, which K-W United FC were champions." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Premier_Development_League", "property:champions", "resource:K_W_United_FC" ], [ "resource:Akron_Summit_Assault", "rdf:type", "ontology:sports_team" ], [ "resource:Akron_Summit_Assault", "property:league", "resource:Premier_Development_League" ], [ "resource:Akron_Summit_Assault", "property:ground", "resource:Akron__Ohio" ] ]
Akron_Summit_Assault
[ { "modified": "champions", "readable": "champions", "graph": "property:champions" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "Akron_Summit_Assault", "readable": "Akron Summit Assault", "graph": "resource:Akron_Summit_Assault" }, { "modified": "Akron,_Ohio", "readable": "Akron, Ohio", "graph": "resource:Akron__Ohio" }, { "modified": "K-W_United_FC", "readable": "K-W United FC", "graph": "resource:K_W_United_FC" }, { "modified": "Premier_Development_League", "readable": "Premier Development League", "graph": "resource:Premier_Development_League" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?h property:champions resource:Olympiacos_F_C_ . ?v property:league ?h . ?v rdf:type ontology:sports_team }", "readable_query": "ASK WHERE { ?h property:champions resource:Olympiacos_F.C. . ?v property:league ?h . ?v rdf:type ontology:sports_team }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Artist
3
5964
Id110
[ { "subject": "Aleksandra_Kovač", "property": "associatedMusicalArtist", "object": "Kornelije_Kovač" }, { "subject": "Aleksandra_Kovač", "property": "genre", "object": "Pop_music" }, { "subject": "Pop_music", "property": "musicFusionGenre", "object": "Disco" } ]
[ { "subject": "Aleksandra_Kovač", "property": "associatedBand/associatedMusicalArtist", "object": "Kornelije_Kovač" }, { "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": [ "Associated with Kornelije Kovac, Aleksandra Kovac is a pop musician. Disco music is a fusion genre of pop music.", "The musical genre of Aleksandra Kovac is pop music and she is associated with Kornelije Kovac. Disco is a genre of music that contain elements of other genres such as pop music and therefore can be considered a fusion genre.", "Pop musician Aleksandra Kovač is associated with Kornelije Kovač. Pop, Disco and Fusion have similar elements." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aleksandra_Kova_", "rdf:type", "ontology:artist" ], [ "resource:Aleksandra_Kova_", "property:associated_band_associated_musical_artist", "resource:Kornelije_Kova_" ], [ "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": "Kornelije_Kovač", "readable": "Kornelije Kovač", "graph": "resource:Kornelije_Kova_" }, { "modified": "Pop_music", "readable": "Pop music", "graph": "resource:Pop_music" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?y property:music_fusion_genre resource:Death_metal . ?q property:genre ?y . ?q rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?y property:music_fusion_genre resource:Death_metal . ?q property:genre ?y . ?q rdf:type ontology:artist }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
City
4
9411
Id10
[ { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" }, { "subject": "Albany,_Georgia", "property": "subdivisionName", "object": "\"United States\"@en" }, { "subject": "Albany,_Georgia", "property": "isPartOf", "object": "Georgia_(U.S._state)" }, { "subject": "Albany,_Georgia", "property": "areaTotal", "object": "\"144.7\"^^<http://dbpedia.org/datatype/squareKilometre>" } ]
[ { "subject": "Albany,_Georgia", "property": "country", "object": "United_States" }, { "subject": "Albany,_Georgia", "property": "isPartOf", "object": "United_States" }, { "subject": "Albany,_Georgia", "property": "isPartOf", "object": "Georgia_(U.S._state)" }, { "subject": "Albany,_Georgia", "property": "areaTotal", "object": "144.7 (square kilometres)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Albany is in Georgia in the United States. It has a total area of 144.7 sq. km.", "Albany is part of the state of Georgia in the United States. The total area of Albany, Georgia is 144.7 square kilometres.", "Albany is located in the US state of Georgia and has an area of 144.7 square kilometres." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albany__Georgia", "property:area_total", "144.7 (square kilometres)" ], [ "resource:Albany__Georgia", "rdf:type", "ontology:city" ], [ "resource:Albany__Georgia", "property:country", "resource:United_States" ], [ "resource:Albany__Georgia", "property:is_part_of", "resource:Georgia__U_S__state_" ], [ "resource:Albany__Georgia", "property:is_part_of", "resource:United_States" ] ]
Albany,_Georgia
[ { "modified": "144.7 (square kilometres)", "readable": "144.7", "graph": "144.7 (square kilometres)" }, { "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": "Albany,_Georgia", "readable": "Albany, Georgia", "graph": "resource:Albany__Georgia" }, { "modified": "Georgia_(U.S._state)", "readable": "Georgia", "graph": "resource:Georgia__U_S__state_" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?y property:is_part_of resource:United_States . ?y property:area_total '107.43 (square kilometres)' . ?y rdf:type ontology:city }", "readable_query": "ASK WHERE { ?y property:is_part_of resource:United_States . ?y property:area_total '107.43 (square kilometres)' . ?y 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", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?a property:is_part_of resource:United_States . ?a rdf:type ontology:city . ?a property:area_total '144.7 (square kilometres)' }", "readable_query": "ASK WHERE { ?a property:is_part_of resource:United_States . ?a rdf:type ontology:city . ?a property:area_total '144.7 (square kilometres)' }", "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 ?u WHERE { ?u property:area_total '144.7 (square kilometres)' . ?u property:is_part_of resource:United_States . ?u rdf:type ontology:city }", "readable_query": "SELECT ?u WHERE { ?u property:area_total '144.7 (square kilometres)' . ?u property:is_part_of resource:United_States . ?u rdf:type ontology:city }", "graph_answer": [ "resource:Albany__Georgia" ], "readable_answer": [ "Albany, Georgia" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?n ) WHERE { resource:Albany__Georgia property:is_part_of ?l }", "readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?n ) WHERE { resource:Albany,_Georgia property:is_part_of ?l }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { FILTER ( ?a != resource:United_States ) . resource:Albany__Georgia property:is_part_of ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { FILTER ( ?a != resource:United_States ) . resource:Albany,_Georgia property:is_part_of ?a }", "graph_answer": [ "resource:Georgia__U_S__state_" ], "readable_answer": [ "Georgia" ], "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 ?g WHERE { resource:Albany__Georgia property:area_total ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Albany,_Georgia property:area_total ?g }", "graph_answer": [ "144.7 (square kilometres)" ], "readable_answer": [ "144.7" ], "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
3
7677
Id8
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Erasmus_University_Rotterdam", "property": "affiliation", "object": "Association_of_MBAs" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Netherlands" } ]
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Erasmus_University_Rotterdam", "property": "affiliation", "object": "Association_of_MBAs" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Netherlands" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born in the Netherlands, Ab Klink, has the alma mater, the Erasmus University in Rotterdam which, is affiliated to Association of MBAs.", "Born in the Netherlands, Ab Klink, attended Erasmus University Rotterdam which is affiliated to Association of MBAs.", "Ab Klink, born in the Netherlands, has the alma mater, Erasmus University (in Rotterdam) which is affiliated to the Association of MBAs." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Erasmus_University_Rotterdam", "property:affiliation", "resource:Association_of_MBAs" ], [ "resource:Ab_Klink", "rdf:type", "ontology:politician" ], [ "resource:Ab_Klink", "property:alma_mater", "resource:Erasmus_University_Rotterdam" ], [ "resource:Ab_Klink", "property:birth_place", "resource:Netherlands" ] ]
Ab_Klink
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "Ab_Klink", "readable": "Ab Klink", "graph": "resource:Ab_Klink" }, { "modified": "Association_of_MBAs", "readable": "Association of MBAs", "graph": "resource:Association_of_MBAs" }, { "modified": "Erasmus_University_Rotterdam", "readable": "Erasmus University Rotterdam", "graph": "resource:Erasmus_University_Rotterdam" }, { "modified": "Netherlands", "readable": "Netherlands", "graph": "resource:Netherlands" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v property:birth_place resource:Connecticut . ?v property:alma_mater resource:Erasmus_University_Rotterdam . ?v rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?v property:birth_place resource:Connecticut . ?v property:alma_mater resource:Erasmus_University_Rotterdam . ?v 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", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?b rdf:type ontology:politician . ?b property:alma_mater resource:Erasmus_University_Rotterdam . ?b property:birth_place resource:Netherlands }", "readable_query": "ASK WHERE { ?b rdf:type ontology:politician . ?b property:alma_mater resource:Erasmus_University_Rotterdam . ?b property:birth_place resource:Netherlands }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?f WHERE { ?f property:alma_mater resource:Erasmus_University_Rotterdam . ?f property:birth_place resource:Netherlands . ?f rdf:type ontology:politician }", "readable_query": "SELECT ?f WHERE { ?f property:alma_mater resource:Erasmus_University_Rotterdam . ?f property:birth_place resource:Netherlands . ?f rdf:type ontology:politician }", "graph_answer": [ "resource:Ab_Klink" ], "readable_answer": [ "Ab Klink" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:Erasmus_University_Rotterdam property:affiliation ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Erasmus_University_Rotterdam property:affiliation ?g }", "graph_answer": [ "resource:Association_of_MBAs" ], "readable_answer": [ "Association of MBAs" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
4
9307
Id24
[ { "subject": "(66391)_1999_KW4", "property": "discoverer", "object": "Lincoln_Near-Earth_Asteroid_Research" }, { "subject": "(66391)_1999_KW4", "property": "epoch", "object": "\"July 14, 2004 (JD2453200.5)\"" }, { "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": "discoverer", "object": "Lincoln_Near-Earth_Asteroid_Research" }, { "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" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "(66391) 1999 KW4 was discovered by Lincoln Near-Earth Asteroid Research making its epoch date July 14, 2004. The celestial body has an orbital period of 16244700 and a periapsis of 29919600000.0.", "The celestial body known as (66391) 1999 KW4, with the epoch date 14 July 2004, was discovered by Lincoln Near-Earth Asteroid Research. It has an orbital period of 16244700 and a periapsis of 29919600000.0.", "(66391) 1999 KW4 was discovered by Lincoln Near-Earth Asteroid Research and had its epoch date on July 14th 2004.Its periapsis is 29919600000.0 and has an orbital period of 16244700.0." ], "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:periapsis", "resource:29919600000_0" ], [ "resource:_66391__1999_KW4", "property:orbital_period", "resource:16244700_0" ], [ "resource:_66391__1999_KW4", "property:discoverer", "resource:Lincoln_Near_Earth_Asteroid_Research" ] ]
(66391)_1999_KW4
[ { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "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": "Lincoln_Near-Earth_Asteroid_Research", "readable": "Lincoln Near-Earth Asteroid Research", "graph": "resource:Lincoln_Near_Earth_Asteroid_Research" }, { "modified": "(66391)_1999_KW4", "readable": "1999 KW4", "graph": "resource:_66391__1999_KW4" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { ?d rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?s ) , '2004' ) ) . ?d property:discoverer ?f . ?d property:epoch ?s }", "readable_query": "SELECT DISTINCT ?f WHERE { ?d rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?s ) , '2004' ) ) . ?d property:discoverer ?f . ?d property:epoch ?s }", "graph_answer": [ "resource:Lincoln_Near_Earth_Asteroid_Research" ], "readable_answer": [ "Lincoln Near-Earth Asteroid Research" ], "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 ?z WHERE { ?z property:discoverer resource:Lincoln_Near_Earth_Asteroid_Research . ?z rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?p ) , '2004' ) ) . ?z property:epoch ?p }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:discoverer resource:Lincoln_Near-Earth_Asteroid_Research . ?z rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?p ) , '2004' ) ) . ?z property:epoch ?p }", "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 ?h WHERE { resource:_66391__1999_KW4 property:epoch ?h . resource:_66391__1999_KW4 property:discoverer resource:Lincoln_Near_Earth_Asteroid_Research . resource:_66391__1999_KW4 rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?h ) , '2004' ) ) }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:(66391)_1999_KW4 property:epoch ?h . resource:(66391)_1999_KW4 property:discoverer resource:Lincoln_Near-Earth_Asteroid_Research . resource:(66391)_1999_KW4 rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?h ) , '2004' ) ) }", "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 ?p ?c WHERE { resource:_66391__1999_KW4 property:periapsis ?p . resource:_66391__1999_KW4 property:orbital_period ?c }", "readable_query": "SELECT DISTINCT ?p ?c WHERE { resource:(66391)_1999_KW4 property:periapsis ?p . resource:(66391)_1999_KW4 property:orbital_period ?c }", "graph_answer": [ "resource:29919600000_0", "resource:16244700_0" ], "readable_answer": [ "29919600000.0", "16244700.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" ] } ]
Food
2
4514
Id26
[ { "subject": "Amatriciana_sauce", "property": "region", "object": "Lazio" }, { "subject": "Amatriciana_sauce", "property": "ingredient", "object": "Guanciale" } ]
[ { "subject": "Amatriciana_sauce", "property": "region", "object": "Lazio" }, { "subject": "Amatriciana_sauce", "property": "ingredient", "object": "Guanciale" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Guanciale is an ingredient in Amatriciana sauce which is from Lazio.", "Guanciale is an ingredient of Amatriciana sauce which comes from Lazio.", "An ingredient of amatriciana sauce is guanciale, the sauce comes from the Lazio region." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Amatriciana_sauce", "property:ingredient", "resource:Guanciale" ], [ "resource:Amatriciana_sauce", "rdf:type", "ontology:food" ], [ "resource:Amatriciana_sauce", "property:region", "resource:Lazio" ] ]
Amatriciana_sauce
[ { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Amatriciana_sauce", "readable": "Amatriciana sauce", "graph": "resource:Amatriciana_sauce" }, { "modified": "Guanciale", "readable": "Guanciale", "graph": "resource:Guanciale" }, { "modified": "Lazio", "readable": "Lazio", "graph": "resource:Lazio" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u ?j WHERE { resource:Amatriciana_sauce property:region ?j . resource:Amatriciana_sauce property:ingredient ?u }", "readable_query": "SELECT DISTINCT ?u ?j WHERE { resource:Amatriciana_sauce property:region ?j . resource:Amatriciana_sauce property:ingredient ?u }", "graph_answer": [ "resource:Guanciale", "resource:Lazio" ], "readable_answer": [ "Guanciale", "Lazio" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Politician
4
10347
Id31
[ { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "Sarawak" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Kingdom_of_Sarawak" }, { "subject": "Abdul_Taib_Mahmud", "property": "successor", "object": "Sulaiman_Abdul_Rahman_Taib" }, { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "\"Barisan Ra'ayat Jati Sarawak\"@en" } ]
[ { "subject": "Abdul_Taib_Mahmud", "property": "residence", "object": "Sarawak" }, { "subject": "Abdul_Taib_Mahmud", "property": "birthPlace", "object": "Kingdom_of_Sarawak" }, { "subject": "Abdul_Taib_Mahmud", "property": "successor", "object": "Sulaiman_Abdul_Rahman_Taib" }, { "subject": "Abdul_Taib_Mahmud", "property": "party", "object": "\"Barisan Ra'ayat Jati Sarawak\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The birth place of Abdul Taib Mahmud was the Kingdom of Sarawak. Abdul Taib Mahmud; lives in Sarawak, is a member of Barisan Ra'ayat Jati Sarawak party, and was succeded by Sulaiman Abdul Rahman Taib.", "Abdul Taib Mahmud was born in the Kingdom of Sarawak where he continues to live. Taib Mahmud is a member of the Barisan Ra'ayat Jati Sarawak Party and he was succeeded by Sulaiman Abdul Rahman Taib.", "Abdul Taib Mahmud (born in Kingdom of Sarawak) lives in Sarawak and is a member of the \"Barisan Ra'ayat Jati Sarawak\" party. His successor was Sulaiman Abdul Rahman Taib." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Abdul_Taib_Mahmud", "property:party", "Barisan Ra\\'ayat Jati Sarawak" ], [ "resource:Abdul_Taib_Mahmud", "rdf:type", "ontology:politician" ], [ "resource:Abdul_Taib_Mahmud", "property:successor", "resource:Sulaiman_Abdul_Rahman_Taib" ], [ "resource:Abdul_Taib_Mahmud", "property:residence", "resource:Sarawak" ], [ "resource:Abdul_Taib_Mahmud", "property:birth_place", "resource:Kingdom_of_Sarawak" ] ]
Abdul_Taib_Mahmud
[ { "modified": "Barisan Ra'ayat Jati Sarawak", "readable": "Barisan Ra'ayat Jati Sarawak", "graph": "Barisan Ra\\'ayat Jati Sarawak" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "residence", "readable": "residence", "graph": "property:residence" }, { "modified": "successor", "readable": "successor", "graph": "property:successor" }, { "modified": "Abdul_Taib_Mahmud", "readable": "Abdul Taib Mahmud", "graph": "resource:Abdul_Taib_Mahmud" }, { "modified": "Kingdom_of_Sarawak", "readable": "Kingdom of Sarawak", "graph": "resource:Kingdom_of_Sarawak" }, { "modified": "Sarawak", "readable": "Sarawak", "graph": "resource:Sarawak" }, { "modified": "Sulaiman_Abdul_Rahman_Taib", "readable": "Sulaiman Abdul Rahman Taib", "graph": "resource:Sulaiman_Abdul_Rahman_Taib" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?q property:birth_place resource:Istanbul . ?q rdf:type ontology:politician . ?q property:party ?j }", "readable_query": "ASK WHERE { ?q property:birth_place resource:Istanbul . ?q rdf:type ontology:politician . ?q property:party ?j }", "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
4589
Id101
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Joe_Biden" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Joe_Biden" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Joe Biden and bacon explosion are both from the United States.", "Joe Biden is one of the leaders of the United States where the Bacon Explosion comes from.", "Joe Biden is one of the leaders from the United States, where Bacon Explosion comes from." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:Joe_Biden" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ], [ "resource:Bacon_Explosion", "property:country", "resource:United_States" ] ]
Bacon_Explosion
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "Joe_Biden", "readable": "Joe Biden", "graph": "resource:Joe_Biden" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n ?k WHERE { ?n rdf:type ontology:food . ?n property:country ?k . ?k property:leader resource:Joe_Biden }", "readable_query": "SELECT DISTINCT ?n ?k WHERE { ?n rdf:type ontology:food . ?n property:country ?k . ?k property:leader resource:Joe_Biden }", "graph_answer": [ "resource:Bacon_Explosion", "resource:United_States" ], "readable_answer": [ "Bacon Explosion", "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
5996
Id142
[ { "subject": "Alfredo_Zitarrosa", "property": "recordLabel", "object": "RCA_Records" }, { "subject": "Alfredo_Zitarrosa", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Alfredo_Zitarrosa", "property": "genre", "object": "Milonga_(music)" } ]
[ { "subject": "Alfredo_Zitarrosa", "property": "recordLabel", "object": "RCA_Records" }, { "subject": "Alfredo_Zitarrosa", "property": "background", "object": "\"solo_singer\"" }, { "subject": "Alfredo_Zitarrosa", "property": "genre", "object": "Milonga_(music)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alfredo Zitarrosa's record label is RCA Records, his background includes solo singing and his musical genre is Milonga.", "An exponent of Milonga, Alfredo Zitarrosa has a background as a solo singer and is part of the record label, RCA Records.", "Alfredo Zitarrosa music genre is Milonga. He has a recording label in RCA Records and his background includes solo singing." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alfredo_Zitarrosa", "rdf:type", "ontology:artist" ], [ "resource:Alfredo_Zitarrosa", "property:background", "resource:solo_singer" ], [ "resource:Alfredo_Zitarrosa", "property:genre", "resource:Milonga__music_" ], [ "resource:Alfredo_Zitarrosa", "property:record_label", "resource:RCA_Records" ] ]
Alfredo_Zitarrosa
[ { "modified": "background", "readable": "background", "graph": "property:background" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "recordLabel", "readable": "record label", "graph": "property:record_label" }, { "modified": "Alfredo_Zitarrosa", "readable": "Alfredo Zitarrosa", "graph": "resource:Alfredo_Zitarrosa" }, { "modified": "Milonga_(music)", "readable": "Milonga", "graph": "resource:Milonga__music_" }, { "modified": "RCA_Records", "readable": "RCA Records", "graph": "resource:RCA_Records" }, { "modified": "solo_singer", "readable": "solo singer", "graph": "resource:solo_singer" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v property:record_label resource:RCA_Records . ?v property:background resource:non_vocal_instrumentalist . ?v rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?v property:record_label resource:RCA_Records . ?v property:background resource:non_vocal_instrumentalist . ?v rdf:type ontology:artist }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?q property:background resource:solo_singer . ?q property:record_label resource:RCA_Records . ?q rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?q property:background resource:solo_singer . ?q property:record_label resource:RCA_Records . ?q rdf:type ontology:artist }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?r WHERE { ?r property:record_label resource:RCA_Records . ?r property:background resource:solo_singer . ?r rdf:type ontology:artist }", "readable_query": "SELECT ?r WHERE { ?r property:record_label resource:RCA_Records . ?r property:background resource:solo_singer . ?r rdf:type ontology:artist }", "graph_answer": [ "resource:Alfredo_Zitarrosa" ], "readable_answer": [ "Alfredo Zitarrosa" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Alfredo_Zitarrosa property:genre ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Alfredo_Zitarrosa property:genre ?c }", "graph_answer": [ "resource:Milonga__music_" ], "readable_answer": [ "Milonga" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
2
3803
Id143
[ { "subject": "Alex_Plante", "property": "placeOfBirth", "object": "Brandon,_Manitoba" }, { "subject": "Alex_Plante", "property": "team", "object": "Anyang_Halla" } ]
[ { "subject": "Alex_Plante", "property": "birthPlace", "object": "Brandon,_Manitoba" }, { "subject": "Alex_Plante", "property": "club", "object": "Anyang_Halla" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alex Plante has played for the club Anyang Halla and was born in Brandon Manitoba.", "Alex Plante was born in Brandon, Manitoba and plays for Anyang Halla.", "Alex Plante was born in Brandon, Manitoba and played for Anyang Halla." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alex_Plante", "rdf:type", "ontology:athlete" ], [ "resource:Alex_Plante", "property:club", "resource:Anyang_Halla" ], [ "resource:Alex_Plante", "property:birth_place", "resource:Brandon__Manitoba" ] ]
Alex_Plante
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Alex_Plante", "readable": "Alex Plante", "graph": "resource:Alex_Plante" }, { "modified": "Anyang_Halla", "readable": "Anyang Halla", "graph": "resource:Anyang_Halla" }, { "modified": "Brandon,_Manitoba", "readable": "Brandon, Manitoba", "graph": "resource:Brandon__Manitoba" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?m rdf:type ontology:athlete . ?m property:birth_place resource:Anzio }", "readable_query": "ASK WHERE { ?m rdf:type ontology:athlete . ?m property:birth_place resource:Anzio }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?r rdf:type ontology:athlete . ?r property:birth_place resource:Brandon__Manitoba }", "readable_query": "ASK WHERE { ?r rdf:type ontology:athlete . ?r property:birth_place resource:Brandon,_Manitoba }", "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 ?o WHERE { ?o property:birth_place resource:Brandon__Manitoba . ?o rdf:type ontology:athlete }", "readable_query": "SELECT ?o WHERE { ?o property:birth_place resource:Brandon,_Manitoba . ?o rdf:type ontology:athlete }", "graph_answer": [ "resource:Alex_Plante" ], "readable_answer": [ "Alex Plante" ], "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 ?n WHERE { resource:Alex_Plante property:club ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Alex_Plante property:club ?n }", "graph_answer": [ "resource:Anyang_Halla" ], "readable_answer": [ "Anyang Halla" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
5
11764
Id72
[ { "subject": "10_Hygiea", "property": "Planet/averageSpeed", "object": "\"16.76\"^^<http://dbpedia.org/datatype/kilometrePerSecond>" }, { "subject": "10_Hygiea", "property": "discoverer", "object": "Annibale_de_Gasparis" }, { "subject": "10_Hygiea", "property": "epoch", "object": "\"27 June 2015 (JD2457200.5)\"" }, { "subject": "10_Hygiea", "property": "periapsis", "object": "4.16136e+11" }, { "subject": "10_Hygiea", "property": "Planet/apoapsis", "object": "\"5.2395158233968E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "10_Hygiea", "property": "averageSpeed", "object": "16.76 (kilometrePerSeconds)" }, { "subject": "10_Hygiea", "property": "discoverer", "object": "Annibale_de_Gasparis" }, { "subject": "10_Hygiea", "property": "epoch", "object": "2015-06-27" }, { "subject": "10_Hygiea", "property": "periapsis", "object": "416136000000.0" }, { "subject": "10_Hygiea", "property": "apoapsis", "object": "523951582.33968 (kilometres)" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Annibale de Gasparis discovered 10 Hygiea, whose average speed is 16.76 kilometres per second and had its epoch date on 27th June 2015. It has a periapsis of 416136000000.0 and its apoapsis is 523951582.33968 kilometres.", "The asteroid 10 Hygiea was discovered by Annibale de Gasparis and has an apoapsis of 523,951,582.33968 kilometres. It travels at an average speed of 16.76 kilometres a second, has a periapsis of 416,136,000,000 kilometres and epoch of June 27th, 2015.", "10 Hygiea, which was discovered by Annibale de Gasparis, has an average speed of 16.76 kmps and an epoch date of 27th June 2015. The periapsis of 10 Hygiea has a measurement of 416136000000.0 and its apoapsis is 523951582.33968 (kilometres)." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:10_Hygiea", "property:epoch", "resource:2015_06_27" ], [ "resource:10_Hygiea", "rdf:type", "ontology:celestial_body" ], [ "resource:10_Hygiea", "property:apoapsis", "523951582.33968 (kilometres)" ], [ "resource:10_Hygiea", "property:average_speed", "16.76 (kilometrePerSeconds)" ], [ "resource:10_Hygiea", "property:periapsis", "resource:416136000000_0" ], [ "resource:10_Hygiea", "property:discoverer", "resource:Annibale_de_Gasparis" ] ]
10_Hygiea
[ { "modified": "16.76 (kilometrePerSeconds)", "readable": "16.76", "graph": "16.76 (kilometrePerSeconds)" }, { "modified": "523951582.33968 (kilometres)", "readable": "523951582.33968", "graph": "523951582.33968 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "averageSpeed", "readable": "average speed", "graph": "property:average_speed" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "10_Hygiea", "readable": "10 Hygiea", "graph": "resource:10_Hygiea" }, { "modified": "2015-06-27", "readable": "2015-06-27", "graph": "resource:2015_06_27" }, { "modified": "416136000000.0", "readable": "416136000000.0", "graph": "resource:416136000000_0" }, { "modified": "Annibale_de_Gasparis", "readable": "Annibale de Gasparis", "graph": "resource:Annibale_de_Gasparis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( YEAR ( ?l ) , '2015' ) ) . ?p rdf:type ontology:celestial_body . ?p property:discoverer ?k . ?p property:epoch ?l }", "readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( YEAR ( ?l ) , '2015' ) ) . ?p rdf:type ontology:celestial_body . ?p property:discoverer ?k . ?p property:epoch ?l }", "graph_answer": [ "resource:Annibale_de_Gasparis" ], "readable_answer": [ "Annibale de Gasparis" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?f property:discoverer resource:Annibale_de_Gasparis . ?f rdf:type ontology:celestial_body . ?f property:epoch resource:2004_10_22 }", "readable_query": "ASK WHERE { ?f property:discoverer resource:Annibale_de_Gasparis . ?f rdf:type ontology:celestial_body . ?f property:epoch resource:2004-10-22 }", "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 { ?t property:discoverer resource:Annibale_de_Gasparis . ?t property:epoch resource:2015_06_27 . ?t rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { ?t property:discoverer resource:Annibale_de_Gasparis . ?t property:epoch resource:2015-06-27 . ?t rdf:type ontology:celestial_body }", "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 ?f WHERE { ?f property:discoverer resource:Annibale_de_Gasparis . ?f property:epoch resource:2015_06_27 . ?f rdf:type ontology:celestial_body }", "readable_query": "SELECT ?f WHERE { ?f property:discoverer resource:Annibale_de_Gasparis . ?f property:epoch resource:2015-06-27 . ?f rdf:type ontology:celestial_body }", "graph_answer": [ "resource:10_Hygiea" ], "readable_answer": [ "10 Hygiea" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y ?a WHERE { resource:10_Hygiea property:periapsis ?a . resource:10_Hygiea property:average_speed ?y }", "readable_query": "SELECT DISTINCT ?y ?a WHERE { resource:10_Hygiea property:periapsis ?a . resource:10_Hygiea property:average_speed ?y }", "graph_answer": [ "16.76 (kilometrePerSeconds)", "resource:416136000000_0" ], "readable_answer": [ "16.76", "416136000000.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 ?d WHERE { resource:10_Hygiea property:apoapsis ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:10_Hygiea property:apoapsis ?d }", "graph_answer": [ "523951582.33968 (kilometres)" ], "readable_answer": [ "523951582.33968" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
2
5335
Id79
[ { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
[ { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The ground of A.S. Gubbio 1910 is located in Italy, where the Italian language is spoken.", "The ground of A.S. Gubbio 1910 is located in Italy where the Italian language is spoken." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_S__Gubbio_1910", "rdf:type", "ontology:sports_team" ], [ "resource:A_S__Gubbio_1910", "property:ground", "resource:Italy" ], [ "resource:Italy", "property:language", "resource:Italian_language" ] ]
A.S._Gubbio_1910
[ { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "A.S._Gubbio_1910", "readable": "A.S. Gubbio 1910", "graph": "resource:A_S__Gubbio_1910" }, { "modified": "Italian_language", "readable": "Italian language", "graph": "resource:Italian_language" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v ?s WHERE { ?v property:ground ?s . ?v rdf:type ontology:sports_team . ?s property:language resource:Italian_language }", "readable_query": "SELECT DISTINCT ?v ?s WHERE { ?v property:ground ?s . ?v rdf:type ontology:sports_team . ?s property:language resource:Italian_language }", "graph_answer": [ "resource:A_S__Gubbio_1910", "resource:Italy" ], "readable_answer": [ "A.S. Gubbio 1910", "Italy" ], "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 ?y WHERE { ?y property:ground ?c . ?y rdf:type ontology:sports_team . ?c property:leader resource:Pietro_Grasso }", "readable_query": "SELECT DISTINCT ?y WHERE { ?y property:ground ?c . ?y rdf:type ontology:sports_team . ?c property:leader resource:Pietro_Grasso }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "meaningful", "no_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" ] } ]
Airport
3
5806
Id139
[ { "subject": "Ardmore_Airport_(New_Zealand)", "property": "r3Surface", "object": "Poaceae" }, { "subject": "Poaceae", "property": "class", "object": "Monocotyledon" }, { "subject": "Poaceae", "property": "order", "object": "Commelinids" } ]
[ { "subject": "Ardmore_Airport_(New_Zealand)", "property": "3rdRunwaySurfaceType", "object": "Poaceae" }, { "subject": "Poaceae", "property": "class", "object": "Monocotyledon" }, { "subject": "Poaceae", "property": "order", "object": "Commelinids" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "The 3rd runway at Ardmore Airport (New Zealand) is made of Poaceae which is class as monocotyledon and part of the commelinids order." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Poaceae", "property:class", "resource:Monocotyledon" ], [ "resource:Poaceae", "property:order", "resource:Commelinids" ], [ "resource:Ardmore_Airport__New_Zealand_", "rdf:type", "ontology:airport" ], [ "resource:Ardmore_Airport__New_Zealand_", "property:3rd_runway_surface_type", "resource:Poaceae" ] ]
Ardmore_Airport_(New_Zealand)
[ { "modified": "3rdRunwaySurfaceType", "readable": "3rd runway surface type", "graph": "property:3rd_runway_surface_type" }, { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "order", "readable": "order", "graph": "property:order" }, { "modified": "Ardmore_Airport_(New_Zealand)", "readable": "Ardmore Airport", "graph": "resource:Ardmore_Airport__New_Zealand_" }, { "modified": "Commelinids", "readable": "Commelinids", "graph": "resource:Commelinids" }, { "modified": "Monocotyledon", "readable": "Monocotyledon", "graph": "resource:Monocotyledon" }, { "modified": "Poaceae", "readable": "Poaceae", "graph": "resource:Poaceae" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?z ?b WHERE { resource:Poaceae property:class ?z . resource:Poaceae property:order ?b }", "readable_query": "SELECT DISTINCT ?z ?b WHERE { resource:Poaceae property:class ?z . resource:Poaceae property:order ?b }", "graph_answer": [ "resource:Monocotyledon", "resource:Commelinids" ], "readable_answer": [ "Monocotyledon", "Commelinids" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Ardmore_Airport__New_Zealand_ property:fate ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Ardmore_Airport_(New_Zealand) property:fate ?h }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
2
3360
Id165
[ { "subject": "Athens_International_Airport", "property": "cityServed", "object": "Athens" }, { "subject": "Athens", "property": "mayor", "object": "Giorgos_Kaminis" } ]
[ { "subject": "Athens", "property": "mayor", "object": "Giorgos_Kaminis" }, { "subject": "Athens_International_Airport", "property": "cityServed", "object": "Athens" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Athens International Airport serves the city of Athens, where the mayor is Giorgos Kaminis.", "The Athens International Airport serves the city of Athens where the mayor is Giorgos Kaminis.", "Athens International Airport serves the city of Athens where the mayor is Giorgos Kaminis." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Athens", "property:mayor", "resource:Giorgos_Kaminis" ], [ "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": "mayor", "readable": "mayor", "graph": "property:mayor" }, { "modified": "Athens", "readable": "Athens", "graph": "resource:Athens" }, { "modified": "Athens_International_Airport", "readable": "Athens International Airport", "graph": "resource:Athens_International_Airport" }, { "modified": "Giorgos_Kaminis", "readable": "Giorgos Kaminis", "graph": "resource:Giorgos_Kaminis" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { resource:Athens property:mayor ?n . FILTER ( STRSTARTS ( LCASE ( ?n ) , 'g' ) ) }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Athens property:mayor ?n . FILTER ( STRSTARTS ( LCASE ( ?n ) , 'g' ) ) }", "graph_answer": [ "resource:Giorgos_Kaminis" ], "readable_answer": [ "Giorgos Kaminis" ], "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:Athens_International_Airport rdf:type ontology:airport . resource:Athens_International_Airport property:city_served resource:Athens }", "readable_query": "ASK WHERE { resource:Athens_International_Airport rdf:type ontology:airport . resource:Athens_International_Airport property:city_served resource:Athens }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
WrittenWork
2
5611
Id146
[ { "subject": "Administrative_Science_Quarterly", "property": "publisher", "object": "Cornell_University" }, { "subject": "Cornell_University", "property": "city", "object": "Ithaca,_New_York" } ]
[ { "subject": "Administrative_Science_Quarterly", "property": "publisher", "object": "Cornell_University" }, { "subject": "Cornell_University", "property": "city", "object": "Ithaca,_New_York" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Cornell University in the city of Ithaca, New York, is the publisher of Administrative Science Quarterly.", "Cornell University, located in Ithaca NY, is the publisher of the Administrative Science Quarterly." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Cornell_University", "property:city", "resource:Ithaca__New_York" ], [ "resource:Administrative_Science_Quarterly", "rdf:type", "ontology:written_work" ], [ "resource:Administrative_Science_Quarterly", "property:publisher", "resource:Cornell_University" ] ]
Administrative_Science_Quarterly
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "Administrative_Science_Quarterly", "readable": "Administrative Science Quarterly", "graph": "resource:Administrative_Science_Quarterly" }, { "modified": "Cornell_University", "readable": "Cornell University", "graph": "resource:Cornell_University" }, { "modified": "Ithaca,_New_York", "readable": "Ithaca, New York", "graph": "resource:Ithaca__New_York" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Cornell_University property:city resource:Ithaca__New_York }", "readable_query": "ASK WHERE { resource:Cornell_University property:city resource:Ithaca,_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 ?q WHERE { resource:Administrative_Science_Quarterly property:division ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Administrative_Science_Quarterly property:division ?q }", "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
2
3469
Id81
[ { "subject": "Al_Anderson_(NRBQ)", "property": "associatedBand", "object": "NRBQ" }, { "subject": "Al_Anderson_(NRBQ)", "property": "genre", "object": "Country_music" } ]
[ { "subject": "Al_Anderson_(NRBQ band)", "property": "associatedBand/associatedMusicalArtist", "object": "NRBQ" }, { "subject": "Al_Anderson_(NRBQ band)", "property": "genre", "object": "Country_music" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Al Anderson plays with the band NRBQ and his genre is country music.", "Al Anderson plays with country music band NRBQ.", "Al Anderson plays with the country music band NRBQ." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Al_Anderson__NRBQ_band_", "rdf:type", "ontology:artist" ], [ "resource:Al_Anderson__NRBQ_band_", "property:associated_band_associated_musical_artist", "resource:NRBQ" ], [ "resource:Al_Anderson__NRBQ_band_", "property:genre", "resource:Country_music" ] ]
Al_Anderson_(NRBQ_band)
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Al_Anderson_(NRBQ band)", "readable": "Al Anderson", "graph": "resource:Al_Anderson__NRBQ_band_" }, { "modified": "Country_music", "readable": "Country music", "graph": "resource:Country_music" }, { "modified": "NRBQ", "readable": "NRBQ", "graph": "resource:NRBQ" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s ?m WHERE { ?m property:genre ?s . ?m property:associated_band_associated_musical_artist resource:NRBQ . ?m rdf:type ontology:artist }", "readable_query": "SELECT DISTINCT ?s ?m WHERE { ?m property:genre ?s . ?m property:associated_band_associated_musical_artist resource:NRBQ . ?m rdf:type ontology:artist }", "graph_answer": [ "resource:Country_music", "resource:Al_Anderson__NRBQ_band_" ], "readable_answer": [ "Country music", "Al Anderson" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "multiple_intentions", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Athlete
2
3799
Id139
[ { "subject": "Alessio_Romagnoli", "property": "currentclub", "object": "A.C._Milan" }, { "subject": "A.C._Milan", "property": "manager", "object": "Siniša_Mihajlović" } ]
[ { "subject": "Alessio_Romagnoli", "property": "currentclub", "object": "A.C._Milan" }, { "subject": "A.C._Milan", "property": "manager", "object": "Siniša_Mihajlović" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alessio Romagnoli's current club is AC Milan, which is managed by Siniša Mihajlović.", "Siniša Mihajlović manages A. C. Milan where Alessio Romagnoli currently plays.", "Alessio Romagnoli is currently with A.C. Milan whose manager is Sinisa Mihajlovic." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_C__Milan", "property:manager", "resource:Sini_a_Mihajlovi_" ], [ "resource:Alessio_Romagnoli", "property:currentclub", "resource:A_C__Milan" ], [ "resource:Alessio_Romagnoli", "rdf:type", "ontology:athlete" ] ]
Alessio_Romagnoli
[ { "modified": "currentclub", "readable": "currentclub", "graph": "property:currentclub" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.C._Milan", "readable": "A.C. Milan", "graph": "resource:A_C__Milan" }, { "modified": "Alessio_Romagnoli", "readable": "Alessio Romagnoli", "graph": "resource:Alessio_Romagnoli" }, { "modified": "Siniša_Mihajlović", "readable": "Siniša Mihajlović", "graph": "resource:Sini_a_Mihajlovi_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?i property:manager resource:Denzil_Antonio . ?r rdf:type ontology:athlete . ?r property:currentclub ?i }", "readable_query": "ASK WHERE { ?i property:manager resource:Denzil_Antonio . ?r rdf:type ontology:athlete . ?r property:currentclub ?i }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Food
5
12121
Id68
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Joe_Biden" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "leader", "object": "Joe_Biden" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "United_States", "property": "language", "object": "English_language" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Bacon Explosion comes from the United States where Joe Biden is one of the leaders. In the United States they speak English, Native Americans are an ethnic group and the capital is Washington D.C.", "Bacon Explosion comes from the United States, where Joe Biden is a leader and the capital is Washington DC. The English language is used in the United States and Native Americans are an ethnic group there." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader", "resource:Joe_Biden" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:language", "resource:English_language" ], [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ], [ "resource:Bacon_Explosion", "property:country", "resource:United_States" ] ]
Bacon_Explosion
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Joe_Biden", "readable": "Joe Biden", "graph": "resource:Joe_Biden" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { ?s property:country resource:United_States . FILTER ( CONTAINS ( LCASE ( ?s ) , 'explosion' ) ) . ?s rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?s WHERE { ?s property:country resource:United_States . FILTER ( CONTAINS ( LCASE ( ?s ) , 'explosion' ) ) . ?s rdf:type ontology:food }", "graph_answer": [ "resource:Bacon_Explosion" ], "readable_answer": [ "Bacon Explosion" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:United_States property:mascot ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:United_States property:mascot ?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" ] } ]
Food
2
4528
Id40
[ { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" } ]
[ { "subject": "Arrabbiata_sauce", "property": "country", "object": "Italy" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arrabbiata sauce is from Italy and Pietro Grasso is its leader.", "Pietro Grasson is the leader of Italy, where arrabbiata sauce can be found.", "Arrabbiata sauce is from Italy where Pietro Grasso is the leader." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arrabbiata_sauce", "rdf:type", "ontology:food" ], [ "resource:Arrabbiata_sauce", "property:country", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Pietro_Grasso" ] ]
Arrabbiata_sauce
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Arrabbiata_sauce", "readable": "Arrabbiata sauce", "graph": "resource:Arrabbiata_sauce" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Pietro_Grasso", "readable": "Pietro Grasso", "graph": "resource:Pietro_Grasso" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { FILTER ( STRSTARTS ( LCASE ( ?m ) , 'i' ) ) . ?m property:leader resource:Pietro_Grasso }", "readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( STRSTARTS ( LCASE ( ?m ) , 'i' ) ) . ?m property:leader resource:Pietro_Grasso }", "graph_answer": [ "resource:Italy" ], "readable_answer": [ "Italy" ], "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:Arrabbiata_sauce rdf:type ontology:food . resource:Arrabbiata_sauce property:country resource:Italy }", "readable_query": "ASK WHERE { resource:Arrabbiata_sauce rdf:type ontology:food . resource:Arrabbiata_sauce property:country resource:Italy }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Politician
2
5043
Id35
[ { "subject": "Abdulsalami_Abubakar", "property": "vicePresident", "object": "Mike_Akhigbe" }, { "subject": "Abdulsalami_Abubakar", "property": "militaryBranch", "object": "Nigerian_Air_Force" } ]
[ { "subject": "Abdulsalami_Abubakar", "property": "inOfficeWhileVicePresident", "object": "Mike_Akhigbe" }, { "subject": "Abdulsalami_Abubakar", "property": "militaryBranch", "object": "Nigerian_Air_Force" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abdulsalami Abubakar was in office with Mike Akhigbe and was in the Nigerian Air Force.", "Abdulsalami Abubakar was in the Nigerian Air Force. He was in office while Mike Akhigbe was the Vice President.", "Abdulsalami Abubakar, who was a member of the Nigerian Air Force, was in office while Mike Akhigbe was the Vice President." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "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" ] ]
Abdulsalami_Abubakar
[ { "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": "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?r rdf:type ontology:politician . ?r property:military_branch resource:Nigerian_Air_Force . FILTER ( CONTAINS ( LCASE ( ?e ) , 'akhigbe' ) ) . ?r property:in_office_while_vice_president ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { ?r rdf:type ontology:politician . ?r property:military_branch resource:Nigerian_Air_Force . FILTER ( CONTAINS ( LCASE ( ?e ) , 'akhigbe' ) ) . ?r property:in_office_while_vice_president ?e }", "graph_answer": [ "resource:Mike_Akhigbe" ], "readable_answer": [ "Mike Akhigbe" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?h property:in_office_while_vice_president resource:Hortensio_Quijano . ?h rdf:type ontology:politician . ?h property:military_branch resource:Nigerian_Air_Force }", "readable_query": "ASK WHERE { ?h property:in_office_while_vice_president resource:Hortensio_Quijano . ?h rdf:type ontology:politician . ?h property:military_branch resource:Nigerian_Air_Force }", "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 { ?o property:in_office_while_vice_president resource:Mike_Akhigbe . ?o rdf:type ontology:politician . ?o property:military_branch resource:Nigerian_Air_Force }", "readable_query": "ASK WHERE { ?o property:in_office_while_vice_president resource:Mike_Akhigbe . ?o rdf:type ontology:politician . ?o property:military_branch resource:Nigerian_Air_Force }", "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:politician . ?t property:military_branch resource:Nigerian_Air_Force . ?t property:in_office_while_vice_president resource:Mike_Akhigbe }", "readable_query": "SELECT ?t WHERE { ?t rdf:type ontology:politician . ?t property:military_branch resource:Nigerian_Air_Force . ?t property:in_office_while_vice_president resource:Mike_Akhigbe }", "graph_answer": [ "resource:Abdulsalami_Abubakar" ], "readable_answer": [ "Abdulsalami Abubakar" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
4
8825
Id217
[ { "subject": "Post-metal", "property": "instrument", "object": "Cello" }, { "subject": "Aaron_Turner", "property": "associatedMusicalArtist", "object": "Twilight_(band)" }, { "subject": "Aaron_Turner", "property": "associatedBand", "object": "Isis_(band)" }, { "subject": "Aaron_Turner", "property": "genre", "object": "Post-metal" } ]
[ { "subject": "Post-metal", "property": "instrument", "object": "Cello" }, { "subject": "Aaron_Turner", "property": "associatedBand/associatedMusicalArtist", "object": "Twilight_(band)" }, { "subject": "Aaron_Turner", "property": "associatedBand/associatedMusicalArtist", "object": "Isis_(band)" }, { "subject": "Aaron_Turner", "property": "genre", "object": "Post-metal" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Turner played with the band Twilight and is now an artist for the band Isis. His genre is post-metal, which uses the cello.", "Isis cellist Aaron Turner, previously played with the band Twilight. He can be described as a post metal performer.", "Aaron Turner plays post metal music for Twilight band and also played for Isis band. Cello is a post metal instrument." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Turner", "rdf:type", "ontology:artist" ], [ "resource:Aaron_Turner", "property:associated_band_associated_musical_artist", "resource:Isis__band_" ], [ "resource:Aaron_Turner", "property:associated_band_associated_musical_artist", "resource:Twilight__band_" ], [ "resource:Aaron_Turner", "property:genre", "resource:Post_metal" ], [ "resource:Post_metal", "property:instrument", "resource:Cello" ] ]
Aaron_Turner
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "instrument", "readable": "instrument", "graph": "property:instrument" }, { "modified": "Aaron_Turner", "readable": "Aaron Turner", "graph": "resource:Aaron_Turner" }, { "modified": "Cello", "readable": "Cello", "graph": "resource:Cello" }, { "modified": "Isis_(band)", "readable": "Isis", "graph": "resource:Isis__band_" }, { "modified": "Post-metal", "readable": "Post-metal", "graph": "resource:Post_metal" }, { "modified": "Twilight_(band)", "readable": "Twilight", "graph": "resource:Twilight__band_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?r ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?g }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?r ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?g }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?m }", "graph_answer": [ "resource:Isis__band_", "resource:Twilight__band_" ], "readable_answer": [ "Isis", "Twilight" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Post_metal property:has_to_its_northwest ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Post-metal property:has_to_its_northwest ?c }", "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" ] } ]
Airport
4
8528
Id126
[ { "subject": "Antwerp_International_Airport", "property": "operator", "object": "Flemish_Government" }, { "subject": "Antwerp_International_Airport", "property": "owner", "object": "Flemish_Region" }, { "subject": "Antwerp_International_Airport", "property": "city", "object": "Antwerp" }, { "subject": "Antwerp_International_Airport", "property": "elevation", "object": "\"12.0\"^^xsd:double" } ]
[ { "subject": "Antwerp_International_Airport", "property": "operatingOrganisation", "object": "Flemish_Government" }, { "subject": "Antwerp_International_Airport", "property": "owner", "object": "Flemish_Region" }, { "subject": "Antwerp_International_Airport", "property": "cityServed", "object": "Antwerp" }, { "subject": "Antwerp_International_Airport", "property": "elevationAboveTheSeaLevel", "object": "12.0" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Antwerp International Airport is operated by the Flemish Government in the Flemish Region. It is 12 metres above sea level and serves Antwerp.", "Antwerp International Airport is owned by the Flemish Region and operated by the Flemish government. It serves the city of Antwerp and is located at 12 metres above sea level.", "Antwerp International Airport, which serves Antwerp and is 12 metres above sea level, is owned by the Flemish Region and operated by the Flemish Government." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Antwerp_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Antwerp_International_Airport", "property:city_served", "resource:Antwerp" ], [ "resource:Antwerp_International_Airport", "property:elevation_above_the_sea_level", "resource:12_0" ], [ "resource:Antwerp_International_Airport", "property:owner", "resource:Flemish_Region" ], [ "resource:Antwerp_International_Airport", "property:operating_organisation", "resource:Flemish_Government" ] ]
Antwerp_International_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "owner", "readable": "owner", "graph": "property:owner" }, { "modified": "12.0", "readable": "12.0", "graph": "resource:12_0" }, { "modified": "Antwerp", "readable": "Antwerp", "graph": "resource:Antwerp" }, { "modified": "Antwerp_International_Airport", "readable": "Antwerp International Airport", "graph": "resource:Antwerp_International_Airport" }, { "modified": "Flemish_Government", "readable": "Flemish Government", "graph": "resource:Flemish_Government" }, { "modified": "Flemish_Region", "readable": "Flemish Region", "graph": "resource:Flemish_Region" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i ?c WHERE { resource:Antwerp_International_Airport property:elevation_above_the_sea_level ?c . resource:Antwerp_International_Airport property:operating_organisation ?i }", "readable_query": "SELECT DISTINCT ?i ?c WHERE { resource:Antwerp_International_Airport property:elevation_above_the_sea_level ?c . resource:Antwerp_International_Airport property:operating_organisation ?i }", "graph_answer": [ "resource:Flemish_Government", "resource:12_0" ], "readable_answer": [ "Flemish Government", "12.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 ?m WHERE { resource:Antwerp_International_Airport property:transmission ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Antwerp_International_Airport property:transmission ?m }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
SportsTeam
3
7931
Id4
[ { "subject": "1._FC_Köln", "property": "manager", "object": "Peter_Stöger" }, { "subject": "Peter_Stöger", "property": "managerClub", "object": "SC_Wiener_Neustadt" }, { "subject": "Peter_Stöger", "property": "team", "object": "Austria_national_football_team" } ]
[ { "subject": "1._FC_Köln", "property": "manager", "object": "Peter_Stöger" }, { "subject": "Peter_Stöger", "property": "club", "object": "SC_Wiener_Neustadt" }, { "subject": "Peter_Stöger", "property": "club", "object": "Austria_national_football_team" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Peter Stöger is manager of 1. FC Köln and has played for SC Wiener Neustadt and the Austria national football team.", "Peter Stoger is the manager of FC Koln and plays for both SC Wiener Neustadt and the Austria national football team.", "The manager of 1. FC Koln is Peter Stoger who is affiliated with the SC Wiener Neustadt club and plays for the Austria national football team." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1__FC_K_ln", "rdf:type", "ontology:sports_team" ], [ "resource:1__FC_K_ln", "property:manager", "resource:Peter_St_ger" ], [ "resource:Peter_St_ger", "property:club", "resource:Austria_national_football_team" ], [ "resource:Peter_St_ger", "property:club", "resource:SC_Wiener_Neustadt" ] ]
1._FC_Köln
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "1._FC_Köln", "readable": "1. FC Köln", "graph": "resource:1__FC_K_ln" }, { "modified": "Austria_national_football_team", "readable": "Austria national football team", "graph": "resource:Austria_national_football_team" }, { "modified": "Peter_Stöger", "readable": "Peter Stöger", "graph": "resource:Peter_St_ger" }, { "modified": "SC_Wiener_Neustadt", "readable": "SC Wiener Neustadt", "graph": "resource:SC_Wiener_Neustadt" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?a ) WHERE { resource:Peter_St_ger property:club ?r }", "readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?a ) WHERE { resource:Peter_Stöger property:club ?r }", "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 ?f WHERE { resource:Peter_St_ger property:club ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Peter_Stöger property:club ?f }", "graph_answer": [ "resource:Austria_national_football_team", "resource:SC_Wiener_Neustadt" ], "readable_answer": [ "Austria national football team", "SC Wiener Neustadt" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:1__FC_K_ln rdf:type ontology:sports_team . resource:1__FC_K_ln property:manager resource:Peter_St_ger }", "readable_query": "ASK WHERE { resource:1._FC_Köln rdf:type ontology:sports_team . resource:1._FC_Köln property:manager resource:Peter_Stöger }", "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" ] } ]
SportsTeam
4
10623
Id64
[ { "subject": "A.F.C._Fylde", "property": "manager", "object": "Dave_Challinor" }, { "subject": "Dave_Challinor", "property": "team", "object": "Tranmere_Rovers_F.C." }, { "subject": "Dave_Challinor", "property": "clubs", "object": "Stockport_County_F.C." }, { "subject": "Dave_Challinor", "property": "managerClub", "object": "Colwyn_Bay_F.C." } ]
[ { "subject": "A.F.C._Fylde", "property": "manager", "object": "Dave_Challinor" }, { "subject": "Dave_Challinor", "property": "club", "object": "Tranmere_Rovers_F.C." }, { "subject": "Dave_Challinor", "property": "club", "object": "Stockport_County_F.C." }, { "subject": "Dave_Challinor", "property": "club", "object": "Colwyn_Bay_F.C." } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Dave Challinor is at Colwyn Bay FC and is affiliated with Tranmere Rovers FC. He plays at Stockport County FC and manages AFC Fylde.", "The manager of AFC Fylde is Dave Challinor who is at Colwyn Bay FC and plays for both Tranmere Rovers and Stockport County FC.", "Dave Challinor (player of Colwyn Bay club) plays for Tranmere Rovers F.C. at Stockport County F.C. and also manages A.F.C Fylde." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_F_C__Fylde", "rdf:type", "ontology:sports_team" ], [ "resource:A_F_C__Fylde", "property:manager", "resource:Dave_Challinor" ], [ "resource:Dave_Challinor", "property:club", "resource:Colwyn_Bay_F_C_" ], [ "resource:Dave_Challinor", "property:club", "resource:Stockport_County_F_C_" ], [ "resource:Dave_Challinor", "property:club", "resource:Tranmere_Rovers_F_C_" ] ]
A.F.C._Fylde
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.F.C._Fylde", "readable": "A.F.C. Fylde", "graph": "resource:A_F_C__Fylde" }, { "modified": "Colwyn_Bay_F.C.", "readable": "Colwyn Bay F.C.", "graph": "resource:Colwyn_Bay_F_C_" }, { "modified": "Dave_Challinor", "readable": "Dave Challinor", "graph": "resource:Dave_Challinor" }, { "modified": "Stockport_County_F.C.", "readable": "Stockport County F.C.", "graph": "resource:Stockport_County_F_C_" }, { "modified": "Tranmere_Rovers_F.C.", "readable": "Tranmere Rovers F.C.", "graph": "resource:Tranmere_Rovers_F_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?y ) WHERE { resource:Dave_Challinor property:club ?u }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?y ) WHERE { resource:Dave_Challinor property:club ?u }", "graph_answer": [ "3" ], "readable_answer": [ "3" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { resource:Dave_Challinor property:club ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Dave_Challinor property:club ?m }", "graph_answer": [ "resource:Colwyn_Bay_F_C_", "resource:Stockport_County_F_C_", "resource:Tranmere_Rovers_F_C_" ], "readable_answer": [ "Colwyn Bay F.C.", "Stockport County F.C.", "Tranmere Rovers F.C." ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:A_F_C__Fylde rdf:type ontology:sports_team . resource:A_F_C__Fylde property:manager resource:Dave_Challinor }", "readable_query": "ASK WHERE { resource:A.F.C._Fylde rdf:type ontology:sports_team . resource:A.F.C._Fylde property:manager resource:Dave_Challinor }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
CelestialBody
2
4026
Id7
[ { "subject": "(19255)_1994_VK8", "property": "density", "object": "\"2000.0\"^^xsd:double" }, { "subject": "(19255)_1994_VK8", "property": "Planet/apoapsis", "object": "\"6.603633E9\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "(19255)_1994_VK8", "property": "density", "object": "2.0 (gramPerCubicCentimetres)" }, { "subject": "(19255)_1994_VK8", "property": "apoapsis", "object": "6603633000.0 (kilometres)" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The celestial body known as, (19255) 1994 VK8, has a density of 2 grams per cubic centimetres, and an apoapsis of 6603633000.0 kilometres.", "(19255) 1994 VK8 has a denisty of 2.0 grams per cubic centimetre and an apoapsis of 6603633000.0 km.", "(19255) 1994 VK8 has a density of 2.0 grams per cubic centimetre and an apoapsis of 6603633000.0 km." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:_19255__1994_VK8", "property:density", "2.0 (gramPerCubicCentimetres)" ], [ "resource:_19255__1994_VK8", "rdf:type", "ontology:celestial_body" ], [ "resource:_19255__1994_VK8", "property:apoapsis", "6603633000.0 (kilometres)" ] ]
(19255)_1994_VK8
[ { "modified": "2.0 (gramPerCubicCentimetres)", "readable": "2.0", "graph": "2.0 (gramPerCubicCentimetres)" }, { "modified": "6603633000.0 (kilometres)", "readable": "6603633000.0", "graph": "6603633000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "density", "readable": "density", "graph": "property:density" }, { "modified": "(19255)_1994_VK8", "readable": "1994 VK8", "graph": "resource:_19255__1994_VK8" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?l rdf:type ontology:celestial_body . ?l property:apoapsis ?o . ?l property:density '1890.0 (kilogramPerCubicMetres)' }", "readable_query": "ASK WHERE { ?l rdf:type ontology:celestial_body . ?l property:apoapsis ?o . ?l property:density '1890.0 (kilogramPerCubicMetres)' }", "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
3
6270
Id106
[ { "subject": "Alan_Martin_(footballer,_born_1989)", "property": "team", "object": "Accrington_Stanley_F.C." }, { "subject": "Accrington_Stanley_F.C.", "property": "ground", "object": "Accrington" }, { "subject": "Alan_Martin_(footballer,_born_1989)", "property": "clubs", "object": "Clyde_F.C." } ]
[ { "subject": "Alan_Martin_(footballer)", "property": "club", "object": "Accrington_Stanley_F.C." }, { "subject": "Accrington_Stanley_F.C.", "property": "ground", "object": "Accrington" }, { "subject": "Alan_Martin_(footballer)", "property": "club", "object": "Clyde_F.C." } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Clyde F.C. player, Alan Martin played football for Accrington Stanley F.C., in Accrington.", "Alan Martin plays for the Accrington Stanley F.C, who play in Accrington. He is a footballer for the Clyde FC club.", "Alan Martin plays football with the Clyde FC but previously played for Accrington Stanley FC based at their ground in Accrington." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alan_Martin__footballer_", "rdf:type", "ontology:athlete" ], [ "resource:Alan_Martin__footballer_", "property:club", "resource:Clyde_F_C_" ], [ "resource:Alan_Martin__footballer_", "property:club", "resource:Accrington_Stanley_F_C_" ], [ "resource:Accrington_Stanley_F_C_", "property:ground", "resource:Accrington" ] ]
Alan_Martin_(footballer)
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "Accrington", "readable": "Accrington", "graph": "resource:Accrington" }, { "modified": "Accrington_Stanley_F.C.", "readable": "Accrington Stanley F.C.", "graph": "resource:Accrington_Stanley_F_C_" }, { "modified": "Alan_Martin_(footballer)", "readable": "Alan Martin", "graph": "resource:Alan_Martin__footballer_" }, { "modified": "Clyde_F.C.", "readable": "Clyde F.C.", "graph": "resource:Clyde_F_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { resource:Alan_Martin__footballer_ property:club ?h . FILTER NOT EXISTS { ?h property:ground resource:Accrington } }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Alan_Martin_(footballer) property:club ?h . FILTER NOT EXISTS { ?h property:ground resource:Accrington } }", "graph_answer": [ "resource:Clyde_F_C_" ], "readable_answer": [ "Clyde F.C." ], "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 ?t WHERE { FILTER ( ?t != resource:Clyde_F_C_ ) . resource:Alan_Martin__footballer_ property:club ?t }", "readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?t != resource:Clyde_F.C. ) . resource:Alan_Martin__footballer_ property:club ?t }", "graph_answer": [ "resource:Accrington_Stanley_F_C_" ], "readable_answer": [ "Accrington Stanley F.C." ], "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" ] } ]
Monument
3
7669
Id41
[ { "subject": "Turkey", "property": "leaderTitle", "object": "President_of_Turkey" }, { "subject": "Turkey", "property": "leader", "object": "Ahmet_Davutoğlu" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" } ]
[ { "subject": "Turkey", "property": "leaderTitle", "object": "President_of_Turkey" }, { "subject": "Turkey", "property": "leader", "object": "Ahmet_Davutoğlu" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ahmet Davutoglu is the President of Turkey. The Ataturk Monument (Izmir) is located in Turkey.", "Ahmet Davutoglu is the leader of Turkey, officially known as the President of Turkey. This country is where the Ataturk monument (Izmir) can be located.", "The Atatürk Monument is in Turkey, where Ahmet Davutoglu is the leader and holds the title of President of Turkey." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Turkey", "property:leader", "resource:Ahmet_Davuto_lu" ], [ "resource:Turkey", "property:leader_title", "resource:President_of_Turkey" ], [ "resource:Atat_rk_Monument___zmir_", "rdf:type", "ontology:monument" ], [ "resource:Atat_rk_Monument___zmir_", "property:location", "resource:Turkey" ] ]
Atatürk_Monument_(İzmir)
[ { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Ahmet_Davutoğlu", "readable": "Ahmet Davutoğlu", "graph": "resource:Ahmet_Davuto_lu" }, { "modified": "Atatürk_Monument_(İzmir)", "readable": "Atatürk Monument", "graph": "resource:Atat_rk_Monument___zmir_" }, { "modified": "President_of_Turkey", "readable": "President of Turkey", "graph": "resource:President_of_Turkey" }, { "modified": "Turkey", "readable": "Turkey", "graph": "resource:Turkey" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l ?n WHERE { resource:Turkey property:leader ?l . resource:Turkey property:leader_title ?n }", "readable_query": "SELECT DISTINCT ?l ?n WHERE { resource:Turkey property:leader ?l . resource:Turkey property:leader_title ?n }", "graph_answer": [ "resource:Ahmet_Davuto_lu", "resource:President_of_Turkey" ], "readable_answer": [ "Ahmet Davutoğlu", "President of Turkey" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?o ) WHERE { ?w property:location resource:Turkey . ?w rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?o ) WHERE { ?w property:location resource:Turkey . ?w rdf:type ontology:monument }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?l property:location resource:Turkey . ?l rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ?l WHERE { ?l property:location resource:Turkey . ?l rdf:type ontology:monument }", "graph_answer": [ "resource:Atat_rk_Monument___zmir_" ], "readable_answer": [ "Atatürk Monument" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
5
12138
Id85
[ { "subject": "Bacon_sandwich", "property": "variations", "object": "BLT" }, { "subject": "Bacon_sandwich", "property": "mainIngredient", "object": "\"Bread and bacon, with a condiment, often ketchup or brown sauce\"@en" }, { "subject": "Bacon_sandwich", "property": "country", "object": "United_Kingdom" }, { "subject": "Bacon_sandwich", "property": "alias", "object": "\"Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, bacon muffin\"@en" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Condiment" } ]
[ { "subject": "Bacon_sandwich", "property": "dishVariation", "object": "BLT" }, { "subject": "Bacon_sandwich", "property": "mainIngredient", "object": "\"Bread and bacon, with a condiment, often ketchup or brown sauce\"" }, { "subject": "Bacon_sandwich", "property": "country", "object": "United_Kingdom" }, { "subject": "Bacon_sandwich", "property": "alternativeName", "object": "\"Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, bacon muffin\"" }, { "subject": "Bacon_sandwich", "property": "ingredient", "object": "Condiment" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Bacon Sandwich, a variation of BLT, where the main ingredients are bread, bacon and a condiment, comes from the United Kingdom, and has different names including bacon butty, bacon sarnie, rasher sandwich, bacong sanger, piece 'n bacon, bacon cob bacon barm and bacon muffin.", "The bacon sandwich is a dish from the United Kingdom, also known as a bacon butty or sarnie. It is a variation of the BLT. It usually includes a condiment such as ketchup or brown sauce. Its other names include rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, bacon muffin." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Bacon_sandwich", "property:dish_variation", "resource:BLT" ], [ "resource:Bacon_sandwich", "property:ingredient", "resource:Condiment" ], [ "resource:Bacon_sandwich", "property:main_ingredient", "resource:Bacon" ], [ "resource:Bacon_sandwich", "property:main_ingredient", "resource:With_a_condiment" ], [ "resource:Bacon_sandwich", "property:main_ingredient", "resource:Bread" ], [ "resource:Bacon_sandwich", "property:main_ingredient", "resource:Often_ketchup_or_brown_sauce" ], [ "resource:Bacon_sandwich", "rdf:type", "ontology:food" ], [ "resource:Bacon_sandwich", "property:country", "resource:United_Kingdom" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Rasher_sandwich" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_muffin" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_sanger" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_butty" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_cob" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_sarnie" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Piece__n_bacon" ], [ "resource:Bacon_sandwich", "property:alternative_name", "resource:Bacon_barm" ] ]
Bacon_sandwich
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "BLT", "readable": "BLT", "graph": "resource:BLT" }, { "modified": "Bacon", "readable": "Bacon", "graph": "resource:Bacon" }, { "modified": "Bacon barm", "readable": "Bacon barm", "graph": "resource:Bacon_barm" }, { "modified": "Bacon butty", "readable": "Bacon butty", "graph": "resource:Bacon_butty" }, { "modified": "Bacon cob", "readable": "Bacon cob", "graph": "resource:Bacon_cob" }, { "modified": "Bacon muffin", "readable": "Bacon muffin", "graph": "resource:Bacon_muffin" }, { "modified": "Bacon_sandwich", "readable": "Bacon sandwich", "graph": "resource:Bacon_sandwich" }, { "modified": "Bacon sanger", "readable": "Bacon sanger", "graph": "resource:Bacon_sanger" }, { "modified": "Bacon sarnie", "readable": "Bacon sarnie", "graph": "resource:Bacon_sarnie" }, { "modified": "Bread", "readable": "Bread", "graph": "resource:Bread" }, { "modified": "Condiment", "readable": "Condiment", "graph": "resource:Condiment" }, { "modified": "Often ketchup or brown sauce", "readable": "Often ketchup or brown sauce", "graph": "resource:Often_ketchup_or_brown_sauce" }, { "modified": "Piece 'n bacon", "readable": "Piece 'n bacon", "graph": "resource:Piece__n_bacon" }, { "modified": "Rasher sandwich", "readable": "Rasher sandwich", "graph": "resource:Rasher_sandwich" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" }, { "modified": "With a condiment", "readable": "With a condiment", "graph": "resource:With_a_condiment" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?u ) WHERE { resource:Bacon_sandwich property:main_ingredient ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?u ) WHERE { resource:Bacon_sandwich property:main_ingredient ?s }", "graph_answer": [ "4" ], "readable_answer": [ "4" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { resource:Bacon_sandwich property:main_ingredient ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Bacon_sandwich property:main_ingredient ?c }", "graph_answer": [ "resource:Bacon", "resource:With_a_condiment", "resource:Bread", "resource:Often_ketchup_or_brown_sauce" ], "readable_answer": [ "Bacon", "With a condiment", "Bread", "Often ketchup or brown sauce" ], "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 ?l WHERE { resource:Bacon_sandwich property:alternative_name ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'b' ) ) }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Bacon_sandwich property:alternative_name ?l . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'b' ) ) }", "graph_answer": [ "resource:Bacon_barm" ], "readable_answer": [ "Bacon barm" ], "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
6298
Id134
[ { "subject": "Aleksandr_Prudnikov", "property": "team", "object": "FC_Spartak_Moscow" }, { "subject": "Aleksandr_Prudnikov", "property": "dateOfBirth", "object": "\"1989-02-24\"^^xsd:date" }, { "subject": "Aleksandr_Prudnikov", "property": "clubs", "object": "\"→ Tom Tomsk\"@en" } ]
[ { "subject": "Aleksandr_Prudnikov", "property": "club", "object": "FC_Spartak_Moscow" }, { "subject": "Aleksandr_Prudnikov", "property": "birthDate", "object": "1989-02-24" }, { "subject": "Aleksandr_Prudnikov", "property": "club", "object": "FC_Tom_Tomsk" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born, 1989-02-24, Aleksandr Prudnikov, plays for FC Spartak Moscow and FC Tom Tomsk.", "Aleksandr Prudnikov was born on 24th February 1989 and he plays for FC Spartak Moscow as well as FC Tom Tomsk.", "Aleksandr Prudnikov, who was born on 24 February 1989, plays for FC Tom Tomsk and is a member of the FC Spartak Moscow club." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aleksandr_Prudnikov", "rdf:type", "ontology:athlete" ], [ "resource:Aleksandr_Prudnikov", "property:club", "resource:FC_Spartak_Moscow" ], [ "resource:Aleksandr_Prudnikov", "property:club", "resource:FC_Tom_Tomsk" ], [ "resource:Aleksandr_Prudnikov", "property:birth_date", "resource:1989_02_24" ] ]
Aleksandr_Prudnikov
[ { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "1989-02-24", "readable": "1989-02-24", "graph": "resource:1989_02_24" }, { "modified": "Aleksandr_Prudnikov", "readable": "Aleksandr Prudnikov", "graph": "resource:Aleksandr_Prudnikov" }, { "modified": "FC_Spartak_Moscow", "readable": "FC Spartak Moscow", "graph": "resource:FC_Spartak_Moscow" }, { "modified": "FC_Tom_Tomsk", "readable": "FC Tom Tomsk", "graph": "resource:FC_Tom_Tomsk" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:athlete . ?e property:birth_date ?a . FILTER ( ?a = \"1989_02_24\" ) }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:athlete . ?e property:birth_date ?a . FILTER ( ?a = \"1989-02-24\" ) }", "graph_answer": [ "resource:Aleksandr_Prudnikov" ], "readable_answer": [ "Aleksandr Prudnikov" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { resource:Aleksandr_Prudnikov property:club ?m . FILTER ( STRSTARTS ( LCASE ( ?m ) , 'f' ) ) }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Aleksandr_Prudnikov property:club ?m . FILTER ( STRSTARTS ( LCASE ( ?m ) , 'f' ) ) }", "graph_answer": [ "resource:FC_Tom_Tomsk" ], "readable_answer": [ "FC Tom Tomsk" ], "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 ?m WHERE { resource:Aleksandr_Prudnikov property:club resource:FC_Tom_Tomsk . FILTER ( STRSTARTS ( LCASE ( resource:FC_Tom_Tomsk ) , 'f' ) ) }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Aleksandr_Prudnikov property:club resource:FC_Tom_Tomsk . FILTER ( STRSTARTS ( LCASE ( resource:FC_Tom_Tomsk ) , 'f' ) ) }", "graph_answer": [ "resource:FC_Spartak_Moscow" ], "readable_answer": [ "FC Spartak Moscow" ], "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" ] } ]
Monument
4
10292
Id24
[ { "subject": "Azerbaijan", "property": "leader", "object": "Artur_Rasizade" }, { "subject": "Azerbaijan", "property": "capital", "object": "Baku" }, { "subject": "Azerbaijan", "property": "leaderTitle", "object": "Prime_Minister_of_Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" } ]
[ { "subject": "Azerbaijan", "property": "leader", "object": "Artur_Rasizade" }, { "subject": "Azerbaijan", "property": "capital", "object": "Baku" }, { "subject": "Azerbaijan", "property": "leaderTitle", "object": "Prime_Minister_of_Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Prime Minister of Azerbaijan is Artur Rasizade with the official title of the leader of Azerbaijan. The Baku Turkish Martyrs' Memorial is located in Baku, the capital of Azerbaijan.", "The Baku Turkish Martyrs' Memorial is located in Baku, the capital of Azerbaijan, a country led by the Prime Minister of Azerbaijan, Artur Rasizade.", "Azerbaijan's leader is the Prime Minister of Azerbaijan and his name is Artur Rasizade. The Baku Turkish Martyrs' Memorial is in Baku, the capital of Azerbaijan." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Azerbaijan", "property:leader", "resource:Artur_Rasizade" ], [ "resource:Azerbaijan", "property:leader_title", "resource:Prime_Minister_of_Azerbaijan" ], [ "resource:Azerbaijan", "property:capital", "resource:Baku" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "rdf:type", "ontology:monument" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:location", "resource:Azerbaijan" ] ]
Baku_Turkish_Martyrs'_Memorial
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Artur_Rasizade", "readable": "Artur Rasizade", "graph": "resource:Artur_Rasizade" }, { "modified": "Azerbaijan", "readable": "Azerbaijan", "graph": "resource:Azerbaijan" }, { "modified": "Baku", "readable": "Baku", "graph": "resource:Baku" }, { "modified": "Baku_Turkish_Martyrs'_Memorial", "readable": "Baku Turkish Martyrs' Memorial", "graph": "resource:Baku_Turkish_Martyrs__Memorial" }, { "modified": "Prime_Minister_of_Azerbaijan", "readable": "Prime Minister of Azerbaijan", "graph": "resource:Prime_Minister_of_Azerbaijan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { ?b property:location ?m . FILTER ( CONTAINS ( LCASE ( ?b ) , 'martyrs' ) ) . ?b rdf:type ontology:monument . ?m property:capital resource:Baku }", "readable_query": "SELECT DISTINCT ?b WHERE { ?b property:location ?m . FILTER ( CONTAINS ( LCASE ( ?b ) , 'martyrs' ) ) . ?b rdf:type ontology:monument . ?m property:capital resource:Baku }", "graph_answer": [ "resource:Baku_Turkish_Martyrs__Memorial" ], "readable_answer": [ "Baku Turkish Martyrs' Memorial" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:Baku_Turkish_Martyrs__Memorial rdf:type ontology:monument . ?z property:capital resource:Baku . resource:Baku_Turkish_Martyrs__Memorial property:location ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Baku_Turkish_Martyrs'_Memorial rdf:type ontology:monument . ?z property:capital resource:Baku . resource:Baku_Turkish_Martyrs'_Memorial property:location ?z }", "graph_answer": [ "resource:Azerbaijan" ], "readable_answer": [ "Azerbaijan" ], "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 ?l ?c WHERE { resource:Azerbaijan property:leader_title ?c . resource:Azerbaijan property:leader ?l }", "readable_query": "SELECT DISTINCT ?l ?c WHERE { resource:Azerbaijan property:leader_title ?c . resource:Azerbaijan property:leader ?l }", "graph_answer": [ "resource:Artur_Rasizade", "resource:Prime_Minister_of_Azerbaijan" ], "readable_answer": [ "Artur Rasizade", "Prime Minister of Azerbaijan" ], "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" ] } ]
CelestialBody
3
6587
Id4
[ { "subject": "(15788)_1993_SB", "property": "periapsis", "object": "3.9971e+12" }, { "subject": "(15788)_1993_SB", "property": "epoch", "object": "\"2006-03-06\"^^xsd:date" }, { "subject": "(15788)_1993_SB", "property": "discoverer", "object": "Roque_de_los_Muchachos_Observatory" } ]
[ { "subject": "(15788)_1993_SB", "property": "periapsis", "object": "3997100000000.0" }, { "subject": "(15788)_1993_SB", "property": "epoch", "object": "2006-03-06" }, { "subject": "(15788)_1993_SB", "property": "discoverer", "object": "Roque_de_los_Muchachos_Observatory" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Roque de los Muchachos Observatory discovered (15788) 1993 SB, which has a periapsis of 3997100000000.0, on 6th March 2006.", "(15788) 1993 SB has an epoch date of March 6th 2006, its periapsis is 3997100000000.0 and it was discovered by Roque de los Muchachos Observatory.", "(15788) 1993 SB has an epoch date of March 6th 2006, has a periapsis of 3997100000000.0 and it was discovered by the Roque de los Muchachos Observatory." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:_15788__1993_SB", "property:epoch", "resource:2006_03_06" ], [ "resource:_15788__1993_SB", "rdf:type", "ontology:celestial_body" ], [ "resource:_15788__1993_SB", "property:periapsis", "resource:3997100000000_0" ], [ "resource:_15788__1993_SB", "property:discoverer", "resource:Roque_de_los_Muchachos_Observatory" ] ]
(15788)_1993_SB
[ { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "2006-03-06", "readable": "2006-03-06", "graph": "resource:2006_03_06" }, { "modified": "3997100000000.0", "readable": "3997100000000.0", "graph": "resource:3997100000000_0" }, { "modified": "Roque_de_los_Muchachos_Observatory", "readable": "Roque de los Muchachos Observatory", "graph": "resource:Roque_de_los_Muchachos_Observatory" }, { "modified": "(15788)_1993_SB", "readable": "1993 SB", "graph": "resource:_15788__1993_SB" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?e rdf:type ontology:celestial_body . ?e property:epoch ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2006' ) ) . ?e property:discoverer ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { ?e rdf:type ontology:celestial_body . ?e property:epoch ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2006' ) ) . ?e property:discoverer ?r }", "graph_answer": [ "resource:Roque_de_los_Muchachos_Observatory" ], "readable_answer": [ "Roque de los Muchachos Observatory" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?n rdf:type ontology:celestial_body . ?n property:epoch ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '2006' ) ) . ?n property:discoverer resource:Roque_de_los_Muchachos_Observatory }", "readable_query": "SELECT DISTINCT ?l WHERE { ?n rdf:type ontology:celestial_body . ?n property:epoch ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '2006' ) ) . ?n property:discoverer resource:Roque_de_los_Muchachos_Observatory }", "graph_answer": [ "resource:2006_03_06" ], "readable_answer": [ "2006-03-06" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?j property:epoch resource:2006_03_06 . ?j rdf:type ontology:celestial_body . ?j property:discoverer resource:Roque_de_los_Muchachos_Observatory }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:epoch resource:2006-03-06 . ?j rdf:type ontology:celestial_body . ?j property:discoverer resource:Roque_de_los_Muchachos_Observatory }", "graph_answer": [ "resource:_15788__1993_SB" ], "readable_answer": [ "1993 SB" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:_15788__1993_SB property:density ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:(15788)_1993_SB property:density ?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" ] } ]
MeanOfTransportation
4
10142
Id116
[ { "subject": "Alfa_Romeo_164", "property": "assembly", "object": "Italy" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Alfa_Romeo_164", "property": "related", "object": "Saab_9000" }, { "subject": "Alfa_Romeo_164", "property": "relatedMeanOfTransportation", "object": "Fiat_Croma" } ]
[ { "subject": "Alfa_Romeo_164", "property": "relatedMeanOfTransportation", "object": "Fiat_Croma" }, { "subject": "Alfa_Romeo_164", "property": "assembly", "object": "Italy" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Alfa_Romeo_164", "property": "relatedMeanOfTransportation", "object": "Saab_9000" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Alfa Romeo 164, the Fiat Croma and Saab 9000 are related means of transport in that they are both cars. The Alfa Romeo 164 was assembled in Italy, where Rome is the capital.", "The Alfa Romeo 164, the Fiat Croma, the Saab 900 are similar means of transport. The Alfa Romeo 164 is assembled in Italy where Rome is the capital." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Italy", "property:capital", "resource:Rome" ], [ "resource:Alfa_Romeo_164", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Alfa_Romeo_164", "property:related_mean_of_transportation", "resource:Saab_9000" ], [ "resource:Alfa_Romeo_164", "property:related_mean_of_transportation", "resource:Fiat_Croma" ], [ "resource:Alfa_Romeo_164", "property:assembly", "resource:Italy" ] ]
Alfa_Romeo_164
[ { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "relatedMeanOfTransportation", "readable": "related mean of transportation", "graph": "property:related_mean_of_transportation" }, { "modified": "Alfa_Romeo_164", "readable": "Alfa Romeo 164", "graph": "resource:Alfa_Romeo_164" }, { "modified": "Fiat_Croma", "readable": "Fiat Croma", "graph": "resource:Fiat_Croma" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" }, { "modified": "Saab_9000", "readable": "Saab 9000", "graph": "resource:Saab_9000" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?b property:capital resource:Rome }", "readable_query": "ASK WHERE { ?b property:capital resource:Rome }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?f WHERE { ?f property:capital resource:Rome }", "readable_query": "SELECT ?f WHERE { ?f property:capital resource:Rome }", "graph_answer": [ "resource:Italy" ], "readable_answer": [ "Italy" ], "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 ( COUNT ( ?t ) AS ?k ) WHERE { resource:Alfa_Romeo_164 property:width ?t }", "readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?k ) WHERE { resource:Alfa_Romeo_164 property:width ?t }", "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" ] } ]
CelestialBody
3
6633
Id50
[ { "subject": "1036_Ganymed", "property": "discoverer", "object": "Walter_Baade" }, { "subject": "Walter_Baade", "property": "birthPlace", "object": "German_Empire" }, { "subject": "Walter_Baade", "property": "almaMater", "object": "University_of_Göttingen" } ]
[ { "subject": "1036_Ganymed", "property": "discoverer", "object": "Walter_Baade" }, { "subject": "Walter_Baade", "property": "birthPlace", "object": "German_Empire" }, { "subject": "Walter_Baade", "property": "almaMater", "object": "University_of_Göttingen" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Walter Baade, who discovered 1036 Ganymed, was born in the German Empire and attended the University of Gottingen.", "1036 Ganymed was discovered by Walter Baade, a graduate from University of Gottingen, who was born in the German Empire." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1036_Ganymed", "rdf:type", "ontology:celestial_body" ], [ "resource:1036_Ganymed", "property:discoverer", "resource:Walter_Baade" ], [ "resource:Walter_Baade", "property:alma_mater", "resource:University_of_G_ttingen" ], [ "resource:Walter_Baade", "property:birth_place", "resource:German_Empire" ] ]
1036_Ganymed
[ { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "1036_Ganymed", "readable": "1036 Ganymed", "graph": "resource:1036_Ganymed" }, { "modified": "German_Empire", "readable": "German Empire", "graph": "resource:German_Empire" }, { "modified": "University_of_Göttingen", "readable": "University of Göttingen", "graph": "resource:University_of_G_ttingen" }, { "modified": "Walter_Baade", "readable": "Walter Baade", "graph": "resource:Walter_Baade" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?f property:birth_place resource:Greene__Maine . ?o property:discoverer ?f . ?o rdf:type ontology:celestial_body }", "readable_query": "ASK WHERE { ?f property:birth_place resource:Greene,_Maine . ?o property:discoverer ?f . ?o rdf:type ontology:celestial_body }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
WrittenWork
5
12747
Id15
[ { "subject": "A_Long_Long_Way", "property": "previousWork", "object": "Annie_Dunne" }, { "subject": "A_Long_Long_Way", "property": "country", "object": "Ireland" }, { "subject": "Ireland", "property": "ethnicGroup", "object": "White_people" }, { "subject": "A_Long_Long_Way", "property": "publisher", "object": "Viking_Press" }, { "subject": "A_Long_Long_Way", "property": "subsequentWork", "object": "The_Secret_Scripture" } ]
[ { "subject": "A_Long_Long_Way", "property": "precededBy", "object": "Annie_Dunne" }, { "subject": "A_Long_Long_Way", "property": "country", "object": "Ireland" }, { "subject": "Ireland", "property": "ethnicGroup", "object": "White_people" }, { "subject": "A_Long_Long_Way", "property": "publisher", "object": "Viking_Press" }, { "subject": "A_Long_Long_Way", "property": "followedBy", "object": "The_Secret_Scripture" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "A Long Long Way was written in Ireland, where white people live, and published by Viking Press between Annie Dunne and The Secret Scripture." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Ireland", "property:ethnic_group", "resource:White_people" ], [ "resource:A_Long_Long_Way", "property:preceded_by", "resource:Annie_Dunne" ], [ "resource:A_Long_Long_Way", "rdf:type", "ontology:written_work" ], [ "resource:A_Long_Long_Way", "property:publisher", "resource:Viking_Press" ], [ "resource:A_Long_Long_Way", "property:country", "resource:Ireland" ], [ "resource:A_Long_Long_Way", "property:followed_by", "resource:The_Secret_Scripture" ] ]
A_Long_Long_Way
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "followedBy", "readable": "followed by", "graph": "property:followed_by" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "publisher", "readable": "publisher", "graph": "property:publisher" }, { "modified": "A_Long_Long_Way", "readable": "A Long Long Way", "graph": "resource:A_Long_Long_Way" }, { "modified": "Annie_Dunne", "readable": "Annie Dunne", "graph": "resource:Annie_Dunne" }, { "modified": "Ireland", "readable": "Ireland", "graph": "resource:Ireland" }, { "modified": "The_Secret_Scripture", "readable": "The Secret Scripture", "graph": "resource:The_Secret_Scripture" }, { "modified": "Viking_Press", "readable": "Viking Press", "graph": "resource:Viking_Press" }, { "modified": "White_people", "readable": "White people", "graph": "resource:White_people" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Ireland property:ethnic_group resource:White_people }", "readable_query": "ASK WHERE { resource:Ireland property:ethnic_group resource:White_people }", "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 ?a WHERE { ?f property:ethnic_group resource:White_people . ?a rdf:type ontology:written_work . ?a property:country ?f . ?a property:preceded_by resource:Annie_Dunne }", "readable_query": "SELECT DISTINCT ?a WHERE { ?f property:ethnic_group resource:White_people . ?a rdf:type ontology:written_work . ?a property:country ?f . ?a property:preceded_by resource:Annie_Dunne }", "graph_answer": [ "resource:A_Long_Long_Way" ], "readable_answer": [ "A Long Long Way" ], "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 ?e ?d WHERE { resource:A_Long_Long_Way property:publisher ?e . resource:A_Long_Long_Way property:followed_by ?d }", "readable_query": "SELECT DISTINCT ?e ?d WHERE { resource:A_Long_Long_Way property:publisher ?e . resource:A_Long_Long_Way property:followed_by ?d }", "graph_answer": [ "resource:Viking_Press", "resource:The_Secret_Scripture" ], "readable_answer": [ "Viking Press", "The Secret Scripture" ], "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 { ?x rdf:type ontology:written_work . ?x property:preceded_by ?b . ?x property:followed_by resource:Maiden_Castle__novel_ }", "readable_query": "ASK WHERE { ?x rdf:type ontology:written_work . ?x property:preceded_by ?b . ?x property:followed_by resource:Maiden_Castle_(novel) }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
ComicsCharacter
4
9636
Id17
[ { "subject": "Bananaman", "property": "starring", "object": "Tim_Brooke-Taylor" }, { "subject": "Bananaman", "property": "network", "object": "BBC" }, { "subject": "Bananaman", "property": "creator", "object": "Steve_Bright" }, { "subject": "Bananaman", "property": "firstAired", "object": "\"1983-10-03\"^^xsd:date" } ]
[ { "subject": "Bananaman", "property": "starring", "object": "Tim_Brooke-Taylor" }, { "subject": "Bananaman", "property": "broadcastedBy", "object": "BBC" }, { "subject": "Bananaman", "property": "creator", "object": "Steve_Bright" }, { "subject": "Bananaman", "property": "firstAired", "object": "\"1983-10-03\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bananaman was created by Steve Bright and starred Tim Brooke-Taylor. It was first aired on 3 October 1983, being broadcast by the BBC.", "Bananaman (created by Steve Bright) was first broadcasted by the BBC on the 10/03/1983, and starred Tim Brooke-Taylor.", "Tim Brooke-Taylor starred in Bananaman which was created by Steve Bright. It was broadcast by the BBC and first aired on 3 October 1983." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bananaman", "property:creator", "resource:Steve_Bright" ], [ "resource:Bananaman", "property:broadcasted_by", "resource:BBC" ], [ "resource:Bananaman", "rdf:type", "ontology:comics_character" ], [ "resource:Bananaman", "property:first_aired", "1983-10-03" ], [ "resource:Bananaman", "property:starring", "resource:Tim_Brooke_Taylor" ] ]
Bananaman
[ { "modified": "1983-10-03", "readable": "1983-10-03", "graph": "1983-10-03" }, { "modified": "broadcastedBy", "readable": "broadcasted by", "graph": "property:broadcasted_by" }, { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "firstAired", "readable": "first aired", "graph": "property:first_aired" }, { "modified": "starring", "readable": "starring", "graph": "property:starring" }, { "modified": "BBC", "readable": "BBC", "graph": "resource:BBC" }, { "modified": "Bananaman", "readable": "Bananaman", "graph": "resource:Bananaman" }, { "modified": "Steve_Bright", "readable": "Steve Bright", "graph": "resource:Steve_Bright" }, { "modified": "Tim_Brooke-Taylor", "readable": "Tim Brooke-Taylor", "graph": "resource:Tim_Brooke_Taylor" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?h property:starring ?i . FILTER ( ?b = \"1983-10-03\" ) . ?h rdf:type ontology:comics_character . ?h property:first_aired ?b }", "readable_query": "SELECT DISTINCT ?i WHERE { ?h property:starring ?i . FILTER ( ?b = \"1983-10-03\" ) . ?h rdf:type ontology:comics_character . ?h property:first_aired ?b }", "graph_answer": [ "resource:Tim_Brooke_Taylor" ], "readable_answer": [ "Tim Brooke-Taylor" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?x ) WHERE { ?v property:starring resource:Tim_Brooke_Taylor . ?v rdf:type ontology:comics_character }", "readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?x ) WHERE { ?v property:starring resource:Tim_Brooke-Taylor . ?v rdf:type ontology:comics_character }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { ?s property:starring resource:Tim_Brooke_Taylor . ?s rdf:type ontology:comics_character }", "readable_query": "SELECT DISTINCT ?s WHERE { ?s property:starring resource:Tim_Brooke-Taylor . ?s rdf:type ontology:comics_character }", "graph_answer": [ "resource:Bananaman" ], "readable_answer": [ "Bananaman" ], "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 ?f ?r WHERE { resource:Bananaman property:creator ?r . resource:Bananaman property:broadcasted_by ?f }", "readable_query": "SELECT DISTINCT ?f ?r WHERE { resource:Bananaman property:creator ?r . resource:Bananaman property:broadcasted_by ?f }", "graph_answer": [ "resource:BBC", "resource:Steve_Bright" ], "readable_answer": [ "BBC", "Steve Bright" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Artist
2
3590
Id202
[ { "subject": "Andrew_Rayel", "property": "associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "associatedBand", "object": "Mark_Sixma" } ]
[ { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Jwaydan_Moyine" }, { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Mark_Sixma" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andrew Rayel is associated with Jwaydan Moyine and Mark Sixma.", "Andrew Rayel, associated with the musician Jwaydan Moyine, has also worked with Mark Sixma.", "Andrew Rayel is associated with the musicians Jwaydan Moyine and Mark Sixma." ], "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:Mark_Sixma" ] ]
Andrew_Rayel
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "Andrew_Rayel", "readable": "Andrew Rayel", "graph": "resource:Andrew_Rayel" }, { "modified": "Jwaydan_Moyine", "readable": "Jwaydan Moyine", "graph": "resource:Jwaydan_Moyine" }, { "modified": "Mark_Sixma", "readable": "Mark Sixma", "graph": "resource:Mark_Sixma" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?d ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?w }", "readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?d ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?w }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?o }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?o }", "graph_answer": [ "resource:Jwaydan_Moyine", "resource:Mark_Sixma" ], "readable_answer": [ "Jwaydan Moyine", "Mark Sixma" ], "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" ] } ]
Airport
2
3206
Id11
[ { "subject": "Aarhus_Airport", "property": "runwayLength", "object": "\"2777.0\"^^xsd:double" }, { "subject": "Aarhus_Airport", "property": "operator", "object": "Aktieselskab" } ]
[ { "subject": "Aarhus_Airport", "property": "runwayLength", "object": "2777.0" }, { "subject": "Aarhus_Airport", "property": "operatingOrganisation", "object": "Aktieselskab" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Aarhus Airport is operated by the Aktieselskab organisation and has a runway length of 2777.0 meters.", "Aktieselskab is the operating organisation for Aarhus Airport which has a runway with the length of 2777.0 meters." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Aarhus_Airport", "property:runway_length", "resource:2777_0" ], [ "resource:Aarhus_Airport", "rdf:type", "ontology:airport" ], [ "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": "2777.0", "readable": "2777.0", "graph": "resource:2777_0" }, { "modified": "Aarhus_Airport", "readable": "Aarhus Airport", "graph": "resource:Aarhus_Airport" }, { "modified": "Aktieselskab", "readable": "Aktieselskab", "graph": "resource:Aktieselskab" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b ?n WHERE { resource:Aarhus_Airport property:operating_organisation ?n . resource:Aarhus_Airport property:runway_length ?b }", "readable_query": "SELECT DISTINCT ?b ?n WHERE { resource:Aarhus_Airport property:operating_organisation ?n . resource:Aarhus_Airport property:runway_length ?b }", "graph_answer": [ "resource:2777_0", "resource:Aktieselskab" ], "readable_answer": [ "2777.0", "Aktieselskab" ], "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 ?d WHERE { ?s property:operating_organisation ?d . ?s property:location resource:Tirstrup . ?s rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?d WHERE { ?s property:operating_organisation ?d . ?s property:location resource:Tirstrup . ?s rdf:type ontology:airport }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "meaningful", "no_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" ] } ]