category
string | size
int32 | id
string | eid
string | original_triple_sets
list | modified_triple_sets
list | shape
string | shape_type
string | lex
sequence | test_category
string | dbpedia_links
sequence | links
sequence | graph
list | main_entity
string | mappings
list | dialogue
list |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MeanOfTransportation | 2 | 4863 | Id98 | [
{
"subject": "Acura_TLX",
"property": "manufacturer",
"object": "Honda"
},
{
"subject": "Honda",
"property": "division",
"object": "Acura"
}
] | [
{
"subject": "Acura_TLX",
"property": "manufacturer",
"object": "Honda"
},
{
"subject": "Honda",
"property": "division",
"object": "Acura"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Acura is a division of Honda which is the manufacturer of the Acura TLX.",
"Honda makes the Acura TLX since Acura is a part of the Honda Co.",
"Acura is a division of Honda who make the Acura TLX."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Acura_TLX",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Acura_TLX",
"property:manufacturer",
"resource:Honda"
],
[
"resource:Honda",
"property:division",
"resource:Acura"
]
] | Acura_TLX | [
{
"modified": "division",
"readable": "division",
"graph": "property:division"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "Acura",
"readable": "Acura",
"graph": "resource:Acura"
},
{
"modified": "Acura_TLX",
"readable": "Acura TLX",
"graph": "resource:Acura_TLX"
},
{
"modified": "Honda",
"readable": "Honda",
"graph": "resource:Honda"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?z rdf:type ontology:mean_of_transportation . ?z property:manufacturer ?t . ?t property:division resource:Flowering_plant }",
"readable_query": "ASK WHERE { ?z rdf:type ontology:mean_of_transportation . ?z property:manufacturer ?t . ?t property:division resource:Flowering_plant }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
ComicsCharacter | 2 | 4375 | Id40 | [
{
"subject": "Baymax",
"property": "creator",
"object": "Duncan_Rouleau"
},
{
"subject": "Baymax",
"property": "creators",
"object": "Steven_T._Seagle"
}
] | [
{
"subject": "Baymax",
"property": "creator",
"object": "Duncan_Rouleau"
},
{
"subject": "Baymax",
"property": "creator",
"object": "Steven_T._Seagle"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Duncan Rouleau and Steven T. Seagle created Baymax.",
"Baymax was created by Duncan Rouleau and Steven T. Seagle.",
"Baymax was created by both Duncan Rouleau and Steven T. Seagle."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Baymax",
"property:creator",
"resource:Steven_T__Seagle"
],
[
"resource:Baymax",
"property:creator",
"resource:Duncan_Rouleau"
],
[
"resource:Baymax",
"rdf:type",
"ontology:comics_character"
]
] | Baymax | [
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "Baymax",
"readable": "Baymax",
"graph": "resource:Baymax"
},
{
"modified": "Duncan_Rouleau",
"readable": "Duncan Rouleau",
"graph": "resource:Duncan_Rouleau"
},
{
"modified": "Steven_T._Seagle",
"readable": "Steven T. Seagle",
"graph": "resource:Steven_T__Seagle"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Baymax property:creator ?k . FILTER ( STRSTARTS ( LCASE ( ?k ) , 's' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Baymax property:creator ?k . FILTER ( STRSTARTS ( LCASE ( ?k ) , 's' ) ) }",
"graph_answer": [
"resource:Steven_T__Seagle"
],
"readable_answer": [
"Steven T. Seagle"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?p ) WHERE { resource:Baymax property:creator ?c }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?p ) WHERE { resource:Baymax property:creator ?c }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Baymax property:creator ?e . FILTER ( ?e != resource:Steven_T__Seagle ) }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Baymax property:creator ?e . FILTER ( ?e != resource:Steven_T._Seagle ) }",
"graph_answer": [
"resource:Duncan_Rouleau"
],
"readable_answer": [
"Duncan Rouleau"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10233 | Id207 | [
{
"subject": "Fiat_Croma",
"property": "related",
"object": "Opel_Vectra"
},
{
"subject": "Alfa_Romeo_164",
"property": "assembly",
"object": "Italy"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Alfa_Romeo_164",
"property": "relatedMeanOfTransportation",
"object": "Fiat_Croma"
}
] | [
{
"subject": "Fiat_Croma",
"property": "relatedMeanOfTransportation",
"object": "Opel_Vectra"
},
{
"subject": "Alfa_Romeo_164",
"property": "assembly",
"object": "Italy"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Alfa_Romeo_164",
"property": "relatedMeanOfTransportation",
"object": "Fiat_Croma"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Having been made in Italy, the Alfa Romeo is like the Fiat Croma car which in turn is related to the Opel Vectra car.",
"The Alfa Romeo 164 is assembled in Italy where the capital is Rome. Fiat Croma, similar to the Alfa Romeo 164, is related to the Opel Vectra.",
"The Fiat Croma and Opel Vectra and Alfa Romeo 164 are a related forms of transportation. The Alfa Romeo 164 is assembled in Italy where the capital is Rome."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Fiat_Croma",
"property:related_mean_of_transportation",
"resource:Opel_Vectra"
],
[
"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: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": "Opel_Vectra",
"readable": "Opel Vectra",
"graph": "resource:Opel_Vectra"
},
{
"modified": "Rome",
"readable": "Rome",
"graph": "resource:Rome"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?w . VALUES ( ?w ) { ( resource:Fiat_Croma ) ( resource:Opel_Vectra ) } }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Alfa_Romeo_164 property:related_mean_of_transportation ?w . VALUES ( ?w ) { ( resource:Fiat_Croma ) ( resource:Opel_Vectra ) } }",
"graph_answer": [
"resource:Fiat_Croma"
],
"readable_answer": [
"Fiat Croma"
],
"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 ?f WHERE { resource:Fiat_Croma property:related_mean_of_transportation ?f . VALUES ( ?f ) { ( resource:Fiat_Croma ) ( resource:Opel_Vectra ) } }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Fiat_Croma property:related_mean_of_transportation ?f . VALUES ( ?f ) { ( resource:Fiat_Croma ) ( resource:Opel_Vectra ) } }",
"graph_answer": [
"resource:Opel_Vectra"
],
"readable_answer": [
"Opel Vectra"
],
"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 ?m WHERE { resource:Italy property:death_date ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Italy property:death_date ?m }",
"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"
]
}
] |
|
ComicsCharacter | 3 | 7011 | Id64 | [
{
"subject": "Sheldon_Moldoff",
"property": "nationality",
"object": "Americans"
},
{
"subject": "Black_Pirate",
"property": "creators",
"object": "Sheldon_Moldoff"
},
{
"subject": "Sheldon_Moldoff",
"property": "awards",
"object": "Inkpot_Award"
}
] | [
{
"subject": "Sheldon_Moldoff",
"property": "nationality",
"object": "Americans"
},
{
"subject": "Black_Pirate",
"property": "creator",
"object": "Sheldon_Moldoff"
},
{
"subject": "Sheldon_Moldoff",
"property": "award",
"object": "Inkpot_Award"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The American, Sheldon Moldoff, won the Inkpot Award for creating the Black Pirate.",
"The Black Pirate was created by the American Sheldon Moldoff, who went on to win the Inkpot Award.",
"Sheldon Moldoff was an American National who won the Inkpot Award and created the Black Pirate."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Sheldon_Moldoff",
"property:award",
"resource:Inkpot_Award"
],
[
"resource:Sheldon_Moldoff",
"property:nationality",
"resource:Americans"
],
[
"resource:Black_Pirate",
"property:creator",
"resource:Sheldon_Moldoff"
],
[
"resource:Black_Pirate",
"rdf:type",
"ontology:comics_character"
]
] | Black_Pirate | [
{
"modified": "award",
"readable": "award",
"graph": "property:award"
},
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Americans",
"readable": "Americans",
"graph": "resource:Americans"
},
{
"modified": "Black_Pirate",
"readable": "Black Pirate",
"graph": "resource:Black_Pirate"
},
{
"modified": "Inkpot_Award",
"readable": "Inkpot Award",
"graph": "resource:Inkpot_Award"
},
{
"modified": "Sheldon_Moldoff",
"readable": "Sheldon Moldoff",
"graph": "resource:Sheldon_Moldoff"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?v property:creator ?g . ?g property:nationality resource:Americans . ?v rdf:type ontology:comics_character . FILTER ( CONTAINS ( LCASE ( ?g ) , 'moldoff' ) ) }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:creator ?g . ?g property:nationality resource:Americans . ?v rdf:type ontology:comics_character . FILTER ( CONTAINS ( LCASE ( ?g ) , 'moldoff' ) ) }",
"graph_answer": [
"resource:Black_Pirate"
],
"readable_answer": [
"Black Pirate"
],
"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 ( COUNT ( ?j ) AS ?s ) WHERE { ?f property:award ?j . resource:Black_Pirate property:creator ?f }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?s ) WHERE { ?f property:award ?j . resource:Black_Pirate property:creator ?f }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"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 { ?s property:award ?h . resource:Black_Pirate property:creator ?s }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?s property:award ?h . resource:Black_Pirate property:creator ?s }",
"graph_answer": [
"resource:Inkpot_Award"
],
"readable_answer": [
"Inkpot Award"
],
"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 ?n WHERE { ?n property:award resource:Inkpot_Award }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:award resource:Inkpot_Award }",
"graph_answer": [
"resource:Sheldon_Moldoff"
],
"readable_answer": [
"Sheldon Moldoff"
],
"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 | 11904 | Id125 | [
{
"subject": "Auburn,_Washington",
"property": "isPartOf",
"object": "Pierce_County,_Washington"
},
{
"subject": "Auburn,_Washington",
"property": "subdivisionName",
"object": "Washington_(state)"
},
{
"subject": "Washington_(state)",
"property": "largestCity",
"object": "Seattle"
},
{
"subject": "Washington_(state)",
"property": "capital",
"object": "Olympia,_Washington"
},
{
"subject": "Washington_(state)",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Auburn,_Washington",
"property": "isPartOf",
"object": "Pierce_County,_Washington"
},
{
"subject": "Auburn,_Washington",
"property": "isPartOf",
"object": "Washington_(state)"
},
{
"subject": "Washington_(state)",
"property": "largestCity",
"object": "Seattle"
},
{
"subject": "Washington_(state)",
"property": "capital",
"object": "Olympia,_Washington"
},
{
"subject": "Washington_(state)",
"property": "country",
"object": "United_States"
}
] | (X (X) (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The largest city in Washington State (U.S.A.), which has the capital Olympia, is Seattle. Pierce County forms part of Washington and is also the location of Auburn.",
"Auburn forms part of Pierce County, Washington, United States. The largest city of Washington state is Seattle and the capital is Olympia.",
"Auburn is in Pierce County, Washington whose largest city is Seattle and the state capital is Olympia located within the United States."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Washington__state_",
"property:largest_city",
"resource:Seattle"
],
[
"resource:Washington__state_",
"property:capital",
"resource:Olympia__Washington"
],
[
"resource:Washington__state_",
"property:country",
"resource:United_States"
],
[
"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:Pierce_County__Washington"
]
] | 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": "Olympia,_Washington",
"readable": "Olympia, Washington",
"graph": "resource:Olympia__Washington"
},
{
"modified": "Pierce_County,_Washington",
"readable": "Pierce County, Washington",
"graph": "resource:Pierce_County__Washington"
},
{
"modified": "Seattle",
"readable": "Seattle",
"graph": "resource:Seattle"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington_(state)",
"readable": "Washington",
"graph": "resource:Washington__state_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { { resource:Auburn__Washington property:is_part_of ?h } MINUS { ?h property:capital resource:Olympia__Washington } }",
"readable_query": "SELECT DISTINCT ?h WHERE { { resource:Auburn,_Washington property:is_part_of ?h } MINUS { ?h property:capital resource:Olympia,_Washington } }",
"graph_answer": [
"resource:Pierce_County__Washington"
],
"readable_answer": [
"Pierce County, 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 { ?b property:largest_city resource:Corvallis__Oregon . ?b property:country ?a }",
"readable_query": "ASK WHERE { ?b property:largest_city resource:Corvallis,_Oregon . ?b property:country ?a }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 3 | 7539 | Id139 | [
{
"subject": "Alvis_Speed_25",
"property": "transmission",
"object": "\"single plate clutch, separate 4-speed gearbox all-silent\""
},
{
"subject": "Alvis_Speed_25",
"property": "wheelbase",
"object": "\"127.0\"^^<http://dbpedia.org/datatype/inch>"
},
{
"subject": "Alvis_Speed_25",
"property": "class",
"object": "Full-size_car"
}
] | [
{
"subject": "Alvis_Speed_25",
"property": "transmission",
"object": "\"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle\""
},
{
"subject": "Alvis_Speed_25",
"property": "wheelbase",
"object": "127.0 (inches)"
},
{
"subject": "Alvis_Speed_25",
"property": "class",
"object": "Full-size_car"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alvis Speed 25, a full size car with a wheelbase of 127 inches, has a transmission system which comprises a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propeller shaft with metal joints and spiral bevel fully floating back axle.",
"The Alvis Speed 25 is classed as a full-size car. It has a wheelbase of 127 inches and a transmission system comprising a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints and spiral bevel fully floating back axle.",
"The Alvis Speed 25 is classed as a full-size car and has a wheelbase of 127 inches. It has an impressive transmission coined as \"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints, spiral bevel fully floating back axle\"."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alvis_Speed_25",
"property:wheelbase",
"127.0 (inches)"
],
[
"resource:Alvis_Speed_25",
"property:transmission",
"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle"
],
[
"resource:Alvis_Speed_25",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Alvis_Speed_25",
"property:class",
"resource:Full_size_car"
]
] | Alvis_Speed_25 | [
{
"modified": "127.0 (inches)",
"readable": "127.0",
"graph": "127.0 (inches)"
},
{
"modified": "class",
"readable": "class",
"graph": "property:class"
},
{
"modified": "transmission",
"readable": "transmission",
"graph": "property:transmission"
},
{
"modified": "wheelbase",
"readable": "wheelbase",
"graph": "property:wheelbase"
},
{
"modified": "Alvis_Speed_25",
"readable": "Alvis Speed 25",
"graph": "resource:Alvis_Speed_25"
},
{
"modified": "Full-size_car",
"readable": "Full-size car",
"graph": "resource:Full_size_car"
},
{
"modified": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"readable": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"graph": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u ?a WHERE { resource:Alvis_Speed_25 property:wheelbase ?a . resource:Alvis_Speed_25 property:transmission ?u }",
"readable_query": "SELECT DISTINCT ?u ?a WHERE { resource:Alvis_Speed_25 property:wheelbase ?a . resource:Alvis_Speed_25 property:transmission ?u }",
"graph_answer": [
"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"127.0 (inches)"
],
"readable_answer": [
"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"127.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 ?v WHERE { resource:Alvis_Speed_25 property:trainer_aircraft ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Alvis_Speed_25 property:trainer_aircraft ?v }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 3 | 6382 | Id2 | [
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "birthPlace",
"object": "Birmingham"
},
{
"subject": "Birmingham",
"property": "leaderName",
"object": "Andrew_Mitchell"
}
] | [
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "birthPlace",
"object": "Birmingham"
},
{
"subject": "Birmingham",
"property": "leader",
"object": "Andrew_Mitchell"
}
] | (X (X (X (X)))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"John Madin was born in Birmingham (with Andrew Mitchell as a key leader) and became an architect, designing 103 Colmore Row.",
"Andrew Mitchell is a leader in Birmingham where the architect John Madin who designed 103 Colmore Row was born."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:John_Madin",
"property:birth_place",
"resource:Birmingham"
],
[
"resource:Birmingham",
"property:leader",
"resource:Andrew_Mitchell"
],
[
"resource:103_Colmore_Row",
"property:architect",
"resource:John_Madin"
],
[
"resource:103_Colmore_Row",
"rdf:type",
"ontology:building"
]
] | 103_Colmore_Row | [
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "103_Colmore_Row",
"readable": "103 Colmore Row",
"graph": "resource:103_Colmore_Row"
},
{
"modified": "Andrew_Mitchell",
"readable": "Andrew Mitchell",
"graph": "resource:Andrew_Mitchell"
},
{
"modified": "Birmingham",
"readable": "Birmingham",
"graph": "resource:Birmingham"
},
{
"modified": "John_Madin",
"readable": "John Madin",
"graph": "resource:John_Madin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?l ) WHERE { ?w property:leader resource:Andrew_Mitchell }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?l ) WHERE { ?w property:leader resource:Andrew_Mitchell }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?z property:leader resource:Andrew_Mitchell }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z property:leader resource:Andrew_Mitchell }",
"graph_answer": [
"resource:Birmingham"
],
"readable_answer": [
"Birmingham"
],
"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 ?r ?p WHERE { ?r rdf:type ontology:building . ?p property:birth_place resource:Birmingham . ?r property:architect ?p }",
"readable_query": "SELECT DISTINCT ?r ?p WHERE { ?r rdf:type ontology:building . ?p property:birth_place resource:Birmingham . ?r property:architect ?p }",
"graph_answer": [
"resource:103_Colmore_Row",
"resource:John_Madin"
],
"readable_answer": [
"103 Colmore Row",
"John Madin"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?k property:birth_place resource:Kingston__Jamaica . ?h property:architect ?k . ?h rdf:type ontology:building }",
"readable_query": "ASK WHERE { ?k property:birth_place resource:Kingston,_Jamaica . ?h property:architect ?k . ?h rdf:type ontology:building }",
"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 | 9595 | Id194 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Angola,_Indiana",
"property": "subdivisionName",
"object": "Steuben_County,_Indiana"
},
{
"subject": "Angola,_Indiana",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Angola,_Indiana",
"property": "isPartOf",
"object": "Steuben_County,_Indiana"
},
{
"subject": "Angola,_Indiana",
"property": "country",
"object": "United_States"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Angola, Indiana is part of Steuben County, Indiana, in the United States. The same country where African Americans are an ethnic group, and where English is spoken.",
"Angola is located in Steuben County, Indiana in the United States. The country uses the English language and includes the ethnic group known as African Americans.",
"Angola, Indiana is in Steuben County, United States. African Americans are an ethnic group in the United States, where English is the language spoken."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Angola__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Angola__Indiana",
"property:country",
"resource:United_States"
],
[
"resource:Angola__Indiana",
"property:is_part_of",
"resource:Steuben_County__Indiana"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] | Angola,_Indiana | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Angola,_Indiana",
"readable": "Angola, Indiana",
"graph": "resource:Angola__Indiana"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Steuben_County,_Indiana",
"readable": "Steuben County, Indiana",
"graph": "resource:Steuben_County__Indiana"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i property:country ?g . ?i rdf:type ontology:city . ?i property:is_part_of resource:Steuben_County__Indiana . ?g property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:country ?g . ?i rdf:type ontology:city . ?i property:is_part_of resource:Steuben_County,_Indiana . ?g property:ethnic_group resource:African_Americans }",
"graph_answer": [
"resource:Angola__Indiana"
],
"readable_answer": [
"Angola, Indiana"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Angola__Indiana rdf:type ontology:city . resource:Angola__Indiana property:country ?u . ?u property:ethnic_group resource:African_Americans . resource:Angola__Indiana property:is_part_of resource:Steuben_County__Indiana }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Angola,_Indiana rdf:type ontology:city . resource:Angola,_Indiana property:country ?u . ?u property:ethnic_group resource:African_Americans . resource:Angola,_Indiana property:is_part_of resource:Steuben_County,_Indiana }",
"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 ?u WHERE { resource:United_States property:distributing_company ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:United_States property:distributing_company ?u }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 5 | 12617 | Id136 | [
{
"subject": "Netherlands",
"property": "currency",
"object": "Euro"
},
{
"subject": "Ab_Klink",
"property": "dateOfBirth",
"object": "\"1958-11-02\"^^xsd:date"
},
{
"subject": "Ab_Klink",
"property": "birthPlace",
"object": "Stellendam"
},
{
"subject": "Ab_Klink",
"property": "nationality",
"object": "Netherlands"
},
{
"subject": "Netherlands",
"property": "leader",
"object": "Mark_Rutte"
}
] | [
{
"subject": "Netherlands",
"property": "currency",
"object": "Euro"
},
{
"subject": "Ab_Klink",
"property": "birthDate",
"object": "1958-11-02"
},
{
"subject": "Ab_Klink",
"property": "birthPlace",
"object": "Stellendam"
},
{
"subject": "Ab_Klink",
"property": "nationality",
"object": "Netherlands"
},
{
"subject": "Netherlands",
"property": "leader",
"object": "Mark_Rutte"
}
] | (X (X) (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ab Klink was born on 2 November 1958 in Stellendam. He is a national of the Netherlands which is led by Mark Rutte and has the euro as its currency.",
"Ab Klink was born in Stellendam, in 1958-11-02. Ab Klink is from the Netherlands, where the currency is the Euro and where the leader is, Mark Rutte.",
"Stellendam, Netherlands born Ab Klink date of birth was 11/02/1958. The Netherlands leader is Mark Rutte and uses the Euro."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Netherlands",
"property:leader",
"resource:Mark_Rutte"
],
[
"resource:Netherlands",
"property:currency",
"resource:Euro"
],
[
"resource:Ab_Klink",
"rdf:type",
"ontology:politician"
],
[
"resource:Ab_Klink",
"property:nationality",
"resource:Netherlands"
],
[
"resource:Ab_Klink",
"property:birth_date",
"resource:1958_11_02"
],
[
"resource:Ab_Klink",
"property:birth_place",
"resource:Stellendam"
]
] | Ab_Klink | [
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "currency",
"readable": "currency",
"graph": "property:currency"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "1958-11-02",
"readable": "1958-11-02",
"graph": "resource:1958_11_02"
},
{
"modified": "Ab_Klink",
"readable": "Ab Klink",
"graph": "resource:Ab_Klink"
},
{
"modified": "Euro",
"readable": "Euro",
"graph": "resource:Euro"
},
{
"modified": "Mark_Rutte",
"readable": "Mark Rutte",
"graph": "resource:Mark_Rutte"
},
{
"modified": "Netherlands",
"readable": "Netherlands",
"graph": "resource:Netherlands"
},
{
"modified": "Stellendam",
"readable": "Stellendam",
"graph": "resource:Stellendam"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:politician . ?g property:leader resource:Mark_Rutte . ?d property:nationality ?g . FILTER ( CONTAINS ( YEAR ( ?x ) , '1958' ) ) . ?d property:birth_date ?x }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:politician . ?g property:leader resource:Mark_Rutte . ?d property:nationality ?g . FILTER ( CONTAINS ( YEAR ( ?x ) , '1958' ) ) . ?d property:birth_date ?x }",
"graph_answer": [
"resource:Ab_Klink"
],
"readable_answer": [
"Ab Klink"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Ab_Klink property:nationality ?p . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'n' ) ) . ?p property:currency ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Ab_Klink property:nationality ?p . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'n' ) ) . ?p property:currency ?h }",
"graph_answer": [
"resource:Euro"
],
"readable_answer": [
"Euro"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q property:currency resource:Euro . ?k rdf:type ontology:politician . ?k property:birth_place resource:Stellendam . ?k property:nationality ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:currency resource:Euro . ?k rdf:type ontology:politician . ?k property:birth_place resource:Stellendam . ?k property:nationality ?q }",
"graph_answer": [
"resource:Netherlands"
],
"readable_answer": [
"Netherlands"
],
"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"
]
}
] |
|
Building | 3 | 6470 | Id90 | [
{
"subject": "Adare_Manor",
"property": "completionDate",
"object": "1862"
},
{
"subject": "Adare_Manor",
"property": "architect",
"object": "George_Richard_Pain"
},
{
"subject": "Adare_Manor",
"property": "buildingStartDate",
"object": "\"(original structure); 1832 (current structure)\""
}
] | [
{
"subject": "Adare_Manor",
"property": "completionDate",
"object": "1862"
},
{
"subject": "Adare_Manor",
"property": "architect",
"object": "George_Richard_Pain"
},
{
"subject": "Adare_Manor",
"property": "buildingStartDate",
"object": "\"1700\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The building of the Adare Manor was started in 1700 and completed in 1862, with the architect being George Richard Pain.",
"The construction of Adare Manor, with architectural design by George Richard Pain, began in 1700 and was completed in 1862.",
"George Richard Pain was the architect of Adare Manor, which was started in 1700 and completed in 1862."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Adare_Manor",
"property:architect",
"resource:George_Richard_Pain"
],
[
"resource:Adare_Manor",
"property:building_start_date",
"1700"
],
[
"resource:Adare_Manor",
"rdf:type",
"ontology:building"
],
[
"resource:Adare_Manor",
"property:completion_date",
"resource:1862"
]
] | Adare_Manor | [
{
"modified": "1700",
"readable": "1700",
"graph": "1700"
},
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "buildingStartDate",
"readable": "building start date",
"graph": "property:building_start_date"
},
{
"modified": "completionDate",
"readable": "completion date",
"graph": "property:completion_date"
},
{
"modified": "1862",
"readable": "1862",
"graph": "resource:1862"
},
{
"modified": "Adare_Manor",
"readable": "Adare Manor",
"graph": "resource:Adare_Manor"
},
{
"modified": "George_Richard_Pain",
"readable": "George Richard Pain",
"graph": "resource:George_Richard_Pain"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?r property:completion_date resource:1964 . ?r rdf:type ontology:building . ?r property:architect ?k }",
"readable_query": "ASK WHERE { ?r property:completion_date resource:1964 . ?r rdf:type ontology:building . ?r property:architect ?k }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
CelestialBody | 3 | 6687 | Id104 | [
{
"subject": "109_Felicitas",
"property": "escapeVelocity",
"object": "\"170.28\"^^xsd:double"
},
{
"subject": "109_Felicitas",
"property": "temperature",
"object": "\"170.0\"^^xsd:double"
},
{
"subject": "109_Felicitas",
"property": "Planet/apoapsis",
"object": "\"5.23329E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "109_Felicitas",
"property": "escapeVelocity",
"object": "0.0473 (kilometrePerSeconds)"
},
{
"subject": "109_Felicitas",
"property": "temperature",
"object": "170.0 (kelvins)"
},
{
"subject": "109_Felicitas",
"property": "apoapsis",
"object": "523329000.0 (kilometres)"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"With an escape velocity of 0.0473 kilometres per second, 109 Felicitas, has a teperature of 170.0 kelvins, and an apoapsis of 523329000 kilometres.",
"109 Felicitas has a temperature of 170 kelvins, an escape velocity of 0.0473 kilometres per second and its periapsis is 523329000 kms.",
"With a temperature of 170.0 kelvins, the asteroid called 109 Felicitas, has an escape velocity of 0.0473 kilometres per second, and an apoapsis of 523329000.0 kilometres."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:109_Felicitas",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:109_Felicitas",
"property:temperature",
"170.0 (kelvins)"
],
[
"resource:109_Felicitas",
"property:apoapsis",
"523329000.0 (kilometres)"
],
[
"resource:109_Felicitas",
"property:escape_velocity",
"0.0473 (kilometrePerSeconds)"
]
] | 109_Felicitas | [
{
"modified": "0.0473 (kilometrePerSeconds)",
"readable": "0.0473",
"graph": "0.0473 (kilometrePerSeconds)"
},
{
"modified": "170.0 (kelvins)",
"readable": "170.0",
"graph": "170.0 (kelvins)"
},
{
"modified": "523329000.0 (kilometres)",
"readable": "523329000.0",
"graph": "523329000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "escapeVelocity",
"readable": "escape velocity",
"graph": "property:escape_velocity"
},
{
"modified": "temperature",
"readable": "temperature",
"graph": "property:temperature"
},
{
"modified": "109_Felicitas",
"readable": "109 Felicitas",
"graph": "resource:109_Felicitas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:escape_velocity '0.0473 (kilometrePerSeconds)' . ?d rdf:type ontology:celestial_body . ?d property:temperature '170.0 (kelvins)' . FILTER ( CONTAINS ( LCASE ( ?d ) , 'felicitas' ) ) }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:escape_velocity '0.0473 (kilometrePerSeconds)' . ?d rdf:type ontology:celestial_body . ?d property:temperature '170.0 (kelvins)' . FILTER ( CONTAINS ( LCASE ( ?d ) , 'felicitas' ) ) }",
"graph_answer": [
"resource:109_Felicitas"
],
"readable_answer": [
"109 Felicitas"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j ?z WHERE { resource:109_Felicitas property:escape_velocity ?z . resource:109_Felicitas property:apoapsis ?j }",
"readable_query": "SELECT DISTINCT ?j ?z WHERE { resource:109_Felicitas property:escape_velocity ?z . resource:109_Felicitas property:apoapsis ?j }",
"graph_answer": [
"523329000.0 (kilometres)",
"0.0473 (kilometrePerSeconds)"
],
"readable_answer": [
"523329000.0",
"0.0473"
],
"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:109_Felicitas property:has_to_its_northwest ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:109_Felicitas property:has_to_its_northwest ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City | 3 | 6731 | Id19 | [
{
"subject": "Albany,_Oregon",
"property": "areaTotal",
"object": "4.597e+07"
},
{
"subject": "Albany,_Oregon",
"property": "elevation",
"object": "\"64.008\"^^xsd:double"
},
{
"subject": "Albany,_Oregon",
"property": "populationDensity",
"object": "\"1104.1\"^^xsd:double"
}
] | [
{
"subject": "Albany,_Oregon",
"property": "areaTotal",
"object": "45.97 (square kilometres)"
},
{
"subject": "Albany,_Oregon",
"property": "elevationAboveTheSeaLevel",
"object": "64.008"
},
{
"subject": "Albany,_Oregon",
"property": "populationDensity",
"object": "1104.1 (inhabitants per square kilometre)"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albany, Oregon is located at 64.008 above sea level and its population density is 1104.1 persons per sq. km. Its total area is 45.97 sq. km.",
"Albany, Oregon which is 64,008 above sea level has a population density of 1104.1 inhabitants per square kilometres and is 45.97 square kilometres.",
"Albany, Oregon is 45.97 square kilometres, is 64.008 above sea level, and houses 1104.1 residents per square kilometre."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albany__Oregon",
"property:area_total",
"45.97 (square kilometres)"
],
[
"resource:Albany__Oregon",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Oregon",
"property:population_density",
"1104.1 (inhabitants per square kilometre)"
],
[
"resource:Albany__Oregon",
"property:elevation_above_the_sea_level",
"resource:64_008"
]
] | Albany,_Oregon | [
{
"modified": "1104.1 (inhabitants per square kilometre)",
"readable": "1104.1",
"graph": "1104.1 (inhabitants per square kilometre)"
},
{
"modified": "45.97 (square kilometres)",
"readable": "45.97",
"graph": "45.97 (square kilometres)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "64.008",
"readable": "64.008",
"graph": "resource:64_008"
},
{
"modified": "Albany,_Oregon",
"readable": "Albany, Oregon",
"graph": "resource:Albany__Oregon"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?i rdf:type ontology:city . ?i property:area_total ?a . ?i property:elevation_above_the_sea_level resource:610_0 }",
"readable_query": "ASK WHERE { ?i rdf:type ontology:city . ?i property:area_total ?a . ?i property:elevation_above_the_sea_level resource:610.0 }",
"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 | 4 | 9859 | Id148 | [
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "country",
"object": "\"Indonesia, derived from Chinese meat ball\"@en"
},
{
"subject": "Bakso",
"property": "mainIngredient",
"object": "\"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, fried shallots\"@en"
}
] | [
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "mainIngredient",
"object": "\"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, fried shallots\""
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bakso is a food found in Indonesia. It includes ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables and fried shallots.",
"Bakso is a dish found in the country of Indonesia and contains the main ingredients ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, and fried shallots.",
"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, and fried shallots are main ingredients in the Indonesian food of Bakso."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bakso",
"property:ingredient",
"resource:Tapioca"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Ground_beef"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Salted_vegetables"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Noodle"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Kailan"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Beef_broth"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Celery"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Fried_shallots"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Rice_vermicelli"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Tapioca"
],
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Indonesia"
],
[
"resource:Bakso",
"property:region",
"resource:Indonesia"
]
] | Bakso | [
{
"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": "Bakso",
"readable": "Bakso",
"graph": "resource:Bakso"
},
{
"modified": "Beef broth",
"readable": "Beef broth",
"graph": "resource:Beef_broth"
},
{
"modified": "Celery",
"readable": "Celery",
"graph": "resource:Celery"
},
{
"modified": "Fried shallots",
"readable": "Fried shallots",
"graph": "resource:Fried_shallots"
},
{
"modified": "Ground beef",
"readable": "Ground beef",
"graph": "resource:Ground_beef"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Kailan",
"readable": "Kailan",
"graph": "resource:Kailan"
},
{
"modified": "Noodle",
"readable": "Noodle",
"graph": "resource:Noodle"
},
{
"modified": "Rice vermicelli",
"readable": "Rice vermicelli",
"graph": "resource:Rice_vermicelli"
},
{
"modified": "Salted vegetables",
"readable": "Salted vegetables",
"graph": "resource:Salted_vegetables"
},
{
"modified": "Tapioca",
"readable": "Tapioca",
"graph": "resource:Tapioca"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( STRSTARTS ( LCASE ( ?t ) , 'c' ) ) . resource:Bakso property:main_ingredient ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( STRSTARTS ( LCASE ( ?t ) , 'c' ) ) . resource:Bakso property:main_ingredient ?t }",
"graph_answer": [
"resource:Celery"
],
"readable_answer": [
"Celery"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Bakso property:main_ingredient resource:Celery . FILTER ( STRSTARTS ( LCASE ( resource:Celery ) , 'c' ) ) }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Bakso property:main_ingredient resource:Celery . FILTER ( STRSTARTS ( LCASE ( resource:Celery ) , 'c' ) ) }",
"graph_answer": [
"resource:Ground_beef"
],
"readable_answer": [
"Ground beef"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?g ) WHERE { resource:Bakso property:main_ingredient ?x }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?g ) WHERE { resource:Bakso property:main_ingredient ?x }",
"graph_answer": [
"9"
],
"readable_answer": [
"9"
],
"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 ?i WHERE { FILTER ( ?i != resource:Celery ) . FILTER ( ?i != resource:Ground_beef ) . resource:Bakso property:main_ingredient ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( ?i != resource:Celery ) . FILTER ( ?i != resource:Ground_beef ) . resource:Bakso property:main_ingredient ?i }",
"graph_answer": [
"resource:Salted_vegetables",
"resource:Noodle",
"resource:Kailan",
"resource:Beef_broth",
"resource:Fried_shallots",
"resource:Rice_vermicelli",
"resource:Tapioca"
],
"readable_answer": [
"Salted vegetables",
"Noodle",
"Kailan",
"Beef broth",
"Fried shallots",
"Rice vermicelli",
"Tapioca"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Bakso property:region resource:Indonesia }",
"readable_query": "ASK WHERE { resource:Bakso property:region resource:Indonesia }",
"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 ( ?s ) AS ?h ) WHERE { ?o rdf:type ontology:food . ?o property:region ?s . ?o property:region 'Nationwide in Indonesia, also popular in neighboring Southeast Asian countries' }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?h ) WHERE { ?o rdf:type ontology:food . ?o property:region ?s . ?o property:region 'Nationwide in Indonesia, also popular in neighboring Southeast Asian countries' }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
}
] |
|
MeanOfTransportation | 2 | 4766 | Id1 | [
{
"subject": "1955_Dodge",
"property": "engine",
"object": "230"
},
{
"subject": "1955_Dodge",
"property": "bodyStyle",
"object": "Convertible"
}
] | [
{
"subject": "1955_Dodge",
"property": "engine",
"object": "230 (cubic inches)"
},
{
"subject": "1955_Dodge",
"property": "bodyStyle",
"object": "Convertible"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The 1955 Dodge is a convertible with a 230 cubic inch engine.",
"The 1955 Dodge convertible's engine size is 230 cubic inches.",
"The 1955 Dodge is a convertible and has a 230 cubic inch engine."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1955_Dodge",
"property:engine",
"230 (cubic inches)"
],
[
"resource:1955_Dodge",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:1955_Dodge",
"property:body_style",
"resource:Convertible"
]
] | 1955_Dodge | [
{
"modified": "230 (cubic inches)",
"readable": "230",
"graph": "230 (cubic inches)"
},
{
"modified": "bodyStyle",
"readable": "body style",
"graph": "property:body_style"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "1955_Dodge",
"readable": "1955 Dodge",
"graph": "resource:1955_Dodge"
},
{
"modified": "Convertible",
"readable": "Convertible",
"graph": "resource:Convertible"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?h WHERE { resource:1955_Dodge property:body_style ?h . resource:1955_Dodge property:engine ?z }",
"readable_query": "SELECT DISTINCT ?z ?h WHERE { resource:1955_Dodge property:body_style ?h . resource:1955_Dodge property:engine ?z }",
"graph_answer": [
"230 (cubic inches)",
"resource:Convertible"
],
"readable_answer": [
"230",
"Convertible"
],
"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"
]
}
] |
|
Artist | 4 | 8693 | Id85 | [
{
"subject": "Alan_Frew",
"property": "hometown",
"object": "Newmarket,_Ontario"
},
{
"subject": "Alan_Frew",
"property": "background",
"object": "\"solo_singer\"@en"
},
{
"subject": "Alan_Frew",
"property": "origin",
"object": "Canada"
},
{
"subject": "Alan_Frew",
"property": "birthYear",
"object": "\"1956\"^^xsd:gYear"
}
] | [
{
"subject": "Alan_Frew",
"property": "origin",
"object": "Canada"
},
{
"subject": "Alan_Frew",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Alan_Frew",
"property": "origin",
"object": "Newmarket,_Ontario"
},
{
"subject": "Alan_Frew",
"property": "birthYear",
"object": "1956"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan Frew is a solo singer from Canada. He was born in Newmarket, Ontario in 1956.",
"Alan Frew comes from Newmarket, Ontario, Canada. He was born in 1956 and he is a solo singer.",
"Alan Frew was born in 1956, in Newmarket, Ontario, Canada. He is a solo singer."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_Frew",
"property:birth_year",
"resource:1956"
],
[
"resource:Alan_Frew",
"rdf:type",
"ontology:artist"
],
[
"resource:Alan_Frew",
"property:background",
"resource:solo_singer"
],
[
"resource:Alan_Frew",
"property:origin",
"resource:Canada"
],
[
"resource:Alan_Frew",
"property:origin",
"resource:Newmarket__Ontario"
]
] | Alan_Frew | [
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "birthYear",
"readable": "birth year",
"graph": "property:birth_year"
},
{
"modified": "origin",
"readable": "origin",
"graph": "property:origin"
},
{
"modified": "1956",
"readable": "1956",
"graph": "resource:1956"
},
{
"modified": "Alan_Frew",
"readable": "Alan Frew",
"graph": "resource:Alan_Frew"
},
{
"modified": "Canada",
"readable": "Canada",
"graph": "resource:Canada"
},
{
"modified": "Newmarket,_Ontario",
"readable": "Newmarket, Ontario",
"graph": "resource:Newmarket__Ontario"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?n ) WHERE { resource:Alan_Frew property:origin ?n }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?n ) WHERE { resource:Alan_Frew property:origin ?n }",
"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 ?p WHERE { resource:Alan_Frew property:origin ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:Alan_Frew property:origin ?p }",
"graph_answer": [
"resource:Canada",
"resource:Newmarket__Ontario"
],
"readable_answer": [
"Canada",
"Newmarket, Ontario"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i ?f WHERE { resource:Alan_Frew property:background ?f . resource:Alan_Frew property:birth_year ?i }",
"readable_query": "SELECT DISTINCT ?i ?f WHERE { resource:Alan_Frew property:background ?f . resource:Alan_Frew property:birth_year ?i }",
"graph_answer": [
"resource:1956",
"resource:solo_singer"
],
"readable_answer": [
"1956",
"solo singer"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
City | 5 | 11912 | Id133 | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "largestcity",
"object": "Houston"
},
{
"subject": "Austin,_Texas",
"property": "subdivisionName",
"object": "Williamson_County,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "largestCity",
"object": "Round_Rock,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "countySeat",
"object": "Georgetown,_Texas"
}
] | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "largestCity",
"object": "Houston"
},
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Williamson_County,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "largestCity",
"object": "Round_Rock,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "countySeat",
"object": "Georgetown,_Texas"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Austin is located in Texas, where the largest city is Houston. Austin forms part of Williamson County, where the County Seat is Georgetown and the largest city is Round Rock.",
"Austin Texas is part of Williamson County (county seat: Georgetown), whose largest city is Round Rock. Houston is the largest city in Texas."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Texas",
"property:largest_city",
"resource:Houston"
],
[
"resource:Austin__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Texas"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Williamson_County__Texas"
],
[
"resource:Williamson_County__Texas",
"property:largest_city",
"resource:Round_Rock__Texas"
],
[
"resource:Williamson_County__Texas",
"property:county_seat",
"resource:Georgetown__Texas"
]
] | Austin,_Texas | [
{
"modified": "countySeat",
"readable": "county seat",
"graph": "property:county_seat"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Austin,_Texas",
"readable": "Austin, Texas",
"graph": "resource:Austin__Texas"
},
{
"modified": "Georgetown,_Texas",
"readable": "Georgetown, Texas",
"graph": "resource:Georgetown__Texas"
},
{
"modified": "Houston",
"readable": "Houston",
"graph": "resource:Houston"
},
{
"modified": "Round_Rock,_Texas",
"readable": "Round Rock, Texas",
"graph": "resource:Round_Rock__Texas"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
},
{
"modified": "Williamson_County,_Texas",
"readable": "Williamson County, Texas",
"graph": "resource:Williamson_County__Texas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { { { resource:Texas property:largest_city ?u } UNION { resource:Williamson_County__Texas property:largest_city ?u } } }",
"readable_query": "SELECT DISTINCT ?u WHERE { { { resource:Texas property:largest_city ?u } UNION { resource:Williamson_County,_Texas property:largest_city ?u } } }",
"graph_answer": [
"resource:Houston",
"resource:Round_Rock__Texas"
],
"readable_answer": [
"Houston",
"Round Rock, Texas"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Texas property:largest_city ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Texas property:largest_city ?a }",
"graph_answer": [
"resource:Houston"
],
"readable_answer": [
"Houston"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?q property:is_part_of resource:Texas . ?q rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?q property:is_part_of resource:Texas . ?q rdf:type ontology:city }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?c WHERE { ?c rdf:type ontology:city . ?c property:is_part_of resource:Texas }",
"readable_query": "SELECT ?c WHERE { ?c rdf:type ontology:city . ?c property:is_part_of resource:Texas }",
"graph_answer": [
"resource:Austin__Texas"
],
"readable_answer": [
"Austin, Texas"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork | 4 | 10916 | Id135 | [
{
"subject": "Into_Battle_(novel)",
"property": "subsequentWork",
"object": "The_Violet_Keystone"
},
{
"subject": "Above_the_Veil",
"property": "followedBy",
"object": "Into_Battle_(novel)"
},
{
"subject": "Above_the_Veil",
"property": "precededBy",
"object": "Aenir"
},
{
"subject": "Aenir",
"property": "previousWork",
"object": "Castle_(novel)"
}
] | [
{
"subject": "Into_Battle_(novel)",
"property": "followedBy",
"object": "The_Violet_Keystone"
},
{
"subject": "Above_the_Veil",
"property": "followedBy",
"object": "Into_Battle_(novel)"
},
{
"subject": "Above_the_Veil",
"property": "precededBy",
"object": "Aenir"
},
{
"subject": "Aenir",
"property": "precededBy",
"object": "Castle_(novel)"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Violet Keystone followed the novel Into Battle which itself followed Above the Veil. Aenir was the sequel to that book, and that book was preceded by the novel Castle.",
"These novels were written in the following order: Castle, Aenir, Above the Veil, Into Battle and The Violet Keystone.",
"These books were written in the following order - Castle, Aenir, Above the Veil, Into Battle and then The Violet Keystone."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aenir",
"property:preceded_by",
"resource:Castle__novel_"
],
[
"resource:Above_the_Veil",
"property:preceded_by",
"resource:Aenir"
],
[
"resource:Above_the_Veil",
"rdf:type",
"ontology:written_work"
],
[
"resource:Above_the_Veil",
"property:followed_by",
"resource:Into_Battle__novel_"
],
[
"resource:Into_Battle__novel_",
"property:followed_by",
"resource:The_Violet_Keystone"
]
] | Above_the_Veil | [
{
"modified": "followedBy",
"readable": "followed by",
"graph": "property:followed_by"
},
{
"modified": "precededBy",
"readable": "preceded by",
"graph": "property:preceded_by"
},
{
"modified": "Above_the_Veil",
"readable": "Above the Veil",
"graph": "resource:Above_the_Veil"
},
{
"modified": "Aenir",
"readable": "Aenir",
"graph": "resource:Aenir"
},
{
"modified": "Castle_(novel)",
"readable": "Castle",
"graph": "resource:Castle__novel_"
},
{
"modified": "Into_Battle_(novel)",
"readable": "Into Battle",
"graph": "resource:Into_Battle__novel_"
},
{
"modified": "The_Violet_Keystone",
"readable": "The Violet Keystone",
"graph": "resource:The_Violet_Keystone"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?h property:preceded_by resource:Castle__novel_ . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?h property:preceded_by resource:Castle_(novel) . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'a' ) ) }",
"graph_answer": [
"resource:Aenir"
],
"readable_answer": [
"Aenir"
],
"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 ?h WHERE { resource:Above_the_Veil property:followed_by ?h . VALUES ( ?h ) { ( resource:The_Violet_Keystone ) ( resource:Into_Battle__novel_ ) } }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Above_the_Veil property:followed_by ?h . VALUES ( ?h ) { ( resource:The_Violet_Keystone ) ( resource:Into_Battle_(novel) ) } }",
"graph_answer": [
"resource:Into_Battle__novel_"
],
"readable_answer": [
"Into Battle"
],
"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 ?j WHERE { VALUES ( ?j ) { ( resource:The_Violet_Keystone ) ( resource:Into_Battle__novel_ ) } . resource:Into_Battle__novel_ property:followed_by ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { VALUES ( ?j ) { ( resource:The_Violet_Keystone ) ( resource:Into_Battle_(novel) ) } . resource:Into_Battle_(novel) property:followed_by ?j }",
"graph_answer": [
"resource:The_Violet_Keystone"
],
"readable_answer": [
"The Violet Keystone"
],
"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"
]
}
] |
|
CelestialBody | 3 | 6644 | Id61 | [
{
"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": "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"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"James Craig Watson was born in Canada, went to the University of Michigan and later in his career discovered 103 Hera.",
"Originally from Canada, James Craig Watson attended the University of Michigan, and discovered 103 Hera.",
"The discoverer of the 103 Hera was James Craig Watson, who is originally from Canada and whose alma mater was the University of Michigan."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:103_Hera",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:103_Hera",
"property:discoverer",
"resource:James_Craig_Watson"
],
[
"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": "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": "University_of_Michigan",
"readable": "University of Michigan",
"graph": "resource:University_of_Michigan"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?k WHERE { resource:James_Craig_Watson property:alma_mater ?k . resource:James_Craig_Watson property:state_of_origin ?s }",
"readable_query": "SELECT DISTINCT ?s ?k WHERE { resource:James_Craig_Watson property:alma_mater ?k . resource:James_Craig_Watson property:state_of_origin ?s }",
"graph_answer": [
"resource:Canada",
"resource:University_of_Michigan"
],
"readable_answer": [
"Canada",
"University of Michigan"
],
"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: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"
]
}
] |
|
Building | 3 | 6507 | Id127 | [
{
"subject": "Alan_B._Miller_Hall",
"property": "location",
"object": "Virginia"
},
{
"subject": "Virginia",
"property": "country",
"object": "United_States"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "currentTenants",
"object": "Mason_School_of_Business"
}
] | [
{
"subject": "Alan_B._Miller_Hall",
"property": "location",
"object": "Virginia"
},
{
"subject": "Virginia",
"property": "country",
"object": "United_States"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "currentTenants",
"object": "Mason_School_of_Business"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan B. Miller Hall, located in The United States in Virginia, includes current tenant The Mason School of Business.",
"The Mason School of Business is a tenant of The Alan B Miller Hall, which is located in Virginia which is in the United States.",
"Alan B. Miller Hall is in Virginia, U.S. and Mason School of Business are tenants there."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Virginia",
"property:country",
"resource:United_States"
],
[
"resource:Alan_B__Miller_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Alan_B__Miller_Hall",
"property:location",
"resource:Virginia"
],
[
"resource:Alan_B__Miller_Hall",
"property:current_tenants",
"resource:Mason_School_of_Business"
]
] | Alan_B._Miller_Hall | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "currentTenants",
"readable": "current tenants",
"graph": "property:current_tenants"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Alan_B._Miller_Hall",
"readable": "Alan B. Miller Hall",
"graph": "resource:Alan_B__Miller_Hall"
},
{
"modified": "Mason_School_of_Business",
"readable": "Mason School of Business",
"graph": "resource:Mason_School_of_Business"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Virginia",
"readable": "Virginia",
"graph": "resource:Virginia"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n property:country resource:United_States . ?x property:current_tenants resource:Mason_School_of_Business . ?x rdf:type ontology:building . ?x property:location ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:country resource:United_States . ?x property:current_tenants resource:Mason_School_of_Business . ?x rdf:type ontology:building . ?x property:location ?n }",
"graph_answer": [
"resource:Virginia"
],
"readable_answer": [
"Virginia"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:building . resource:Virginia property:country resource:United_States . ?p property:location resource:Virginia . ?p property:current_tenants resource:Mason_School_of_Business }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:building . resource:Virginia property:country resource:United_States . ?p property:location resource:Virginia . ?p property:current_tenants resource:Mason_School_of_Business }",
"graph_answer": [
"resource:Alan_B__Miller_Hall"
],
"readable_answer": [
"Alan B. Miller Hall"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork | 2 | 5631 | Id166 | [
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "numberOfPages",
"object": "\"320\"^^xsd:positiveInteger"
}
] | [
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "numberOfPages",
"object": "\"320\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alcatraz Versus the Evil Librarians is published in Hardcover and has 320 pages.",
"Alcatraz Versus the Evil Librarians is a 320-page hardcover book.",
"Alcatraz Versus the Evil Librarians is published in Hardcover which is 320 pages long."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:media_type",
"resource:Hardcover"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"rdf:type",
"ontology:written_work"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:number_of_pages",
"320"
]
] | Alcatraz_Versus_the_Evil_Librarians | [
{
"modified": "320",
"readable": "320",
"graph": "320"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "Alcatraz_Versus_the_Evil_Librarians",
"readable": "Alcatraz Versus the Evil Librarians",
"graph": "resource:Alcatraz_Versus_the_Evil_Librarians"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?b property:media_type ?y . ?b property:number_of_pages ?o . ?b rdf:type ontology:written_work . FILTER ( ?o <= '500' ) }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?b property:media_type ?y . ?b property:number_of_pages ?o . ?b rdf:type ontology:written_work . FILTER ( ?o <= '500' ) }",
"graph_answer": [
"resource:Hardcover"
],
"readable_answer": [
"Hardcover"
],
"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 { ?n rdf:type ontology:written_work . ?n property:number_of_pages '360' . ?n property:media_type resource:Hardcover }",
"readable_query": "ASK WHERE { ?n rdf:type ontology:written_work . ?n property:number_of_pages '360' . ?n property:media_type resource:Hardcover }",
"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 { ?f rdf:type ontology:written_work . ?f property:media_type resource:Hardcover . ?f property:number_of_pages '320' }",
"readable_query": "ASK WHERE { ?f rdf:type ontology:written_work . ?f property:media_type resource:Hardcover . ?f property:number_of_pages '320' }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?g WHERE { ?g rdf:type ontology:written_work . ?g property:media_type resource:Hardcover . ?g property:number_of_pages '320' }",
"readable_query": "SELECT ?g WHERE { ?g rdf:type ontology:written_work . ?g property:media_type resource:Hardcover . ?g property:number_of_pages '320' }",
"graph_answer": [
"resource:Alcatraz_Versus_the_Evil_Librarians"
],
"readable_answer": [
"Alcatraz Versus the Evil Librarians"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Alcatraz_Versus_the_Evil_Librarians property:number_of_pages ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Alcatraz_Versus_the_Evil_Librarians property:number_of_pages ?l }",
"graph_answer": [
"320"
],
"readable_answer": [
"320"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 3 | 5848 | Id181 | [
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "isPartOf",
"object": "Community_of_Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
},
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "country",
"object": "Spain"
}
] | [
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "isPartOf",
"object": "Community_of_Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
},
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "country",
"object": "Spain"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Adolfo Suarez Madrid-Barajas airport is located in San Sebastian de los Reyes which is in Madrid, Spain.",
"San Sebastian de los Reyes, part of the Madrid Community, Spain is host to the Adolfo Suarez Madrid-Barajas airport."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:San_Sebasti_n_de_los_Reyes",
"property:country",
"resource:Spain"
],
[
"resource:San_Sebasti_n_de_los_Reyes",
"property:is_part_of",
"resource:Community_of_Madrid"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:location",
"resource:San_Sebasti_n_de_los_Reyes"
]
] | Adolfo_Suárez_Madrid–Barajas_Airport | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Adolfo_Suárez_Madrid–Barajas_Airport",
"readable": "Adolfo Suárez Madrid–Barajas Airport",
"graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
},
{
"modified": "Community_of_Madrid",
"readable": "Community of Madrid",
"graph": "resource:Community_of_Madrid"
},
{
"modified": "San_Sebastián_de_los_Reyes",
"readable": "San Sebastián de los Reyes",
"graph": "resource:San_Sebasti_n_de_los_Reyes"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?k WHERE { resource:San_Sebasti_n_de_los_Reyes property:is_part_of ?k . resource:San_Sebasti_n_de_los_Reyes property:country ?o }",
"readable_query": "SELECT DISTINCT ?o ?k WHERE { resource:San_Sebastián_de_los_Reyes property:is_part_of ?k . resource:San_Sebastián_de_los_Reyes property:country ?o }",
"graph_answer": [
"resource:Spain",
"resource:Community_of_Madrid"
],
"readable_answer": [
"Spain",
"Community of Madrid"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'rez' ) ) . ?z property:location resource:San_Sebasti_n_de_los_Reyes . ?z rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'rez' ) ) . ?z property:location resource:San_Sebastián_de_los_Reyes . ?z rdf:type ontology:airport }",
"graph_answer": [
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
],
"readable_answer": [
"Adolfo Suárez Madrid–Barajas Airport"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?y ) WHERE { ?s property:leader_party resource:People_s_Party__Spain_ . ?l property:location ?s . ?l rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?y ) WHERE { ?s property:leader_party resource:People's_Party_(Spain) . ?l property:location ?s . ?l rdf:type ontology:airport }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
}
] |
|
Artist | 2 | 3401 | Id13 | [
{
"subject": "Aaron_Deer",
"property": "genre",
"object": "Psychedelia"
},
{
"subject": "Aaron_Deer",
"property": "instrument",
"object": "Bass_guitar"
}
] | [
{
"subject": "Aaron_Deer",
"property": "genre",
"object": "Psychedelia"
},
{
"subject": "Aaron_Deer",
"property": "instrument",
"object": "Bass_guitar"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron deer plays the bass guitar and performs Psychedelia music.",
"Aaron Deer performs Psychedelia music and plays the bass guitar.",
"Aaron Deer's genre is Psychedelia and he plays the bass guitar."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aaron_Deer",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Deer",
"property:genre",
"resource:Psychedelia"
],
[
"resource:Aaron_Deer",
"property:instrument",
"resource:Bass_guitar"
]
] | Aaron_Deer | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "instrument",
"readable": "instrument",
"graph": "property:instrument"
},
{
"modified": "Aaron_Deer",
"readable": "Aaron Deer",
"graph": "resource:Aaron_Deer"
},
{
"modified": "Bass_guitar",
"readable": "Bass guitar",
"graph": "resource:Bass_guitar"
},
{
"modified": "Psychedelia",
"readable": "Psychedelia",
"graph": "resource:Psychedelia"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?x WHERE { resource:Aaron_Deer property:genre ?z . resource:Aaron_Deer property:instrument ?x }",
"readable_query": "SELECT DISTINCT ?z ?x WHERE { resource:Aaron_Deer property:genre ?z . resource:Aaron_Deer property:instrument ?x }",
"graph_answer": [
"resource:Psychedelia",
"resource:Bass_guitar"
],
"readable_answer": [
"Psychedelia",
"Bass guitar"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { resource:Aaron_Deer property:death_cause ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Aaron_Deer property:death_cause ?d }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 2 | 4653 | Id165 | [
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Lemon"
},
{
"subject": "Lemon",
"property": "order",
"object": "Sapindales"
}
] | [
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Lemon"
},
{
"subject": "Lemon",
"property": "order",
"object": "Sapindales"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Lemon comes from the plant order Sapindales and is an ingredient in the dish Bandeja paisa.",
"Lemons are classified in the order sapindales and are an ingredient in bandeja paisa.",
"A Bandeja Paisa uses the ingredient of a lemon and its included in the order of the Sapindales."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bandeja_paisa",
"property:ingredient",
"resource:Lemon"
],
[
"resource:Bandeja_paisa",
"rdf:type",
"ontology:food"
],
[
"resource:Lemon",
"property:order",
"resource:Sapindales"
]
] | Bandeja_paisa | [
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "order",
"readable": "order",
"graph": "property:order"
},
{
"modified": "Bandeja_paisa",
"readable": "Bandeja paisa",
"graph": "resource:Bandeja_paisa"
},
{
"modified": "Lemon",
"readable": "Lemon",
"graph": "resource:Lemon"
},
{
"modified": "Sapindales",
"readable": "Sapindales",
"graph": "resource:Sapindales"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?a WHERE { ?a property:order resource:Sapindales . ?p rdf:type ontology:food . ?p property:ingredient ?a }",
"readable_query": "SELECT DISTINCT ?p ?a WHERE { ?a property:order resource:Sapindales . ?p rdf:type ontology:food . ?p property:ingredient ?a }",
"graph_answer": [
"resource:Bandeja_paisa",
"resource:Lemon"
],
"readable_answer": [
"Bandeja paisa",
"Lemon"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist | 5 | 11379 | Id230 | [
{
"subject": "Uruguay",
"property": "leader",
"object": "Raúl_Fernando_Sendic_Rodríguez"
},
{
"subject": "Uruguay",
"property": "anthem",
"object": "National_Anthem_of_Uruguay"
},
{
"subject": "Uruguay",
"property": "leaderName",
"object": "Tabaré_Vázquez"
},
{
"subject": "Alfredo_Zitarrosa",
"property": "deathPlace",
"object": "Montevideo"
},
{
"subject": "Montevideo",
"property": "country",
"object": "Uruguay"
}
] | [
{
"subject": "Uruguay",
"property": "leader",
"object": "Raúl_Fernando_Sendic_Rodríguez"
},
{
"subject": "Uruguay",
"property": "anthem",
"object": "National_Anthem_of_Uruguay"
},
{
"subject": "Uruguay",
"property": "leader",
"object": "Tabaré_Vázquez"
},
{
"subject": "Alfredo_Zitarrosa",
"property": "deathPlace",
"object": "Montevideo"
},
{
"subject": "Montevideo",
"property": "country",
"object": "Uruguay"
}
] | (X (X (X (X) (X) (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfredo Zitarrosa death place was in Montevideo, Uruguay. The leaders of Uruguay are Raul Fernando Sendic Rodriguez and Tabaré Vázquez, and its national anthem is the National Anthem of Uruguay.",
"Alfredo Zitarrosa died in Montevideo, in Uruguay, the leaders of which, are Raul Fernando Sendic Rodriguez and Tabaré Vázquez. Uruguay’s national anthem is called the National Anthem of Uruguay.",
"Alfredo Zitarrosa in Montevideo Uruguay. Raúl Fernando Sendic Rodríguez and Tabaré Vázquez are the leaders in Uruguay where the national anthem is called the National Anthem of Uruguay."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Montevideo",
"property:country",
"resource:Uruguay"
],
[
"resource:Uruguay",
"property:anthem",
"resource:National_Anthem_of_Uruguay"
],
[
"resource:Uruguay",
"property:leader",
"resource:Tabar__V_zquez"
],
[
"resource:Uruguay",
"property:leader",
"resource:Ra_l_Fernando_Sendic_Rodr_guez"
],
[
"resource:Alfredo_Zitarrosa",
"rdf:type",
"ontology:artist"
],
[
"resource:Alfredo_Zitarrosa",
"property:death_place",
"resource:Montevideo"
]
] | Alfredo_Zitarrosa | [
{
"modified": "anthem",
"readable": "anthem",
"graph": "property:anthem"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alfredo_Zitarrosa",
"readable": "Alfredo Zitarrosa",
"graph": "resource:Alfredo_Zitarrosa"
},
{
"modified": "Montevideo",
"readable": "Montevideo",
"graph": "resource:Montevideo"
},
{
"modified": "National_Anthem_of_Uruguay",
"readable": "National Anthem of Uruguay",
"graph": "resource:National_Anthem_of_Uruguay"
},
{
"modified": "Raúl_Fernando_Sendic_Rodríguez",
"readable": "Raúl Fernando Sendic Rodríguez",
"graph": "resource:Ra_l_Fernando_Sendic_Rodr_guez"
},
{
"modified": "Tabaré_Vázquez",
"readable": "Tabaré Vázquez",
"graph": "resource:Tabar__V_zquez"
},
{
"modified": "Uruguay",
"readable": "Uruguay",
"graph": "resource:Uruguay"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?f ) WHERE { resource:Uruguay property:leader ?b }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?f ) WHERE { resource:Uruguay property:leader ?b }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Uruguay property:leader ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Uruguay property:leader ?l }",
"graph_answer": [
"resource:Tabar__V_zquez",
"resource:Ra_l_Fernando_Sendic_Rodr_guez"
],
"readable_answer": [
"Tabaré Vázquez",
"Raúl Fernando Sendic Rodríguez"
],
"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:Alfredo_Zitarrosa rdf:type ontology:artist . resource:Alfredo_Zitarrosa property:death_place resource:Montevideo }",
"readable_query": "ASK WHERE { resource:Alfredo_Zitarrosa rdf:type ontology:artist . resource:Alfredo_Zitarrosa property:death_place resource:Montevideo }",
"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 | 4 | 9081 | Id4 | [
{
"subject": "103_Colmore_Row",
"property": "architecturalStyle",
"object": "Brutalist_architecture"
},
{
"subject": "103_Colmore_Row",
"property": "location",
"object": "Colmore_Row"
},
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "birthPlace",
"object": "Birmingham"
}
] | [
{
"subject": "103_Colmore_Row",
"property": "architecturalStyle",
"object": "Brutalist_architecture"
},
{
"subject": "103_Colmore_Row",
"property": "location",
"object": "Colmore_Row"
},
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "birthPlace",
"object": "Birmingham"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"103 Colmore Row was designed by the architect, John Madin, who was born in Birmingham. The building is in the architectural style \" Brutalist architecture\".",
"103 Colmore Row is located at Colmore Row and designed by John Madin born in Birmingham. It has the Brutalist architecture style.",
"103 Colmore Row (located in Colmore Row) is in the architectural style \" Brutalist architecture\", and was designed by Birmingham born architect, John Madin."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:John_Madin",
"property:birth_place",
"resource:Birmingham"
],
[
"resource:103_Colmore_Row",
"property:architect",
"resource:John_Madin"
],
[
"resource:103_Colmore_Row",
"rdf:type",
"ontology:building"
],
[
"resource:103_Colmore_Row",
"property:location",
"resource:Colmore_Row"
],
[
"resource:103_Colmore_Row",
"property:architectural_style",
"resource:Brutalist_architecture"
]
] | 103_Colmore_Row | [
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "architecturalStyle",
"readable": "architectural style",
"graph": "property:architectural_style"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "103_Colmore_Row",
"readable": "103 Colmore Row",
"graph": "resource:103_Colmore_Row"
},
{
"modified": "Birmingham",
"readable": "Birmingham",
"graph": "resource:Birmingham"
},
{
"modified": "Brutalist_architecture",
"readable": "Brutalist architecture",
"graph": "resource:Brutalist_architecture"
},
{
"modified": "Colmore_Row",
"readable": "Colmore Row",
"graph": "resource:Colmore_Row"
},
{
"modified": "John_Madin",
"readable": "John Madin",
"graph": "resource:John_Madin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { FILTER ( CONTAINS ( LCASE ( ?i ) , 'architecture' ) ) . resource:103_Colmore_Row property:architectural_style ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( CONTAINS ( LCASE ( ?i ) , 'architecture' ) ) . resource:103_Colmore_Row property:architectural_style ?i }",
"graph_answer": [
"resource:Brutalist_architecture"
],
"readable_answer": [
"Brutalist architecture"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:John_Madin property:birth_place resource:Birmingham }",
"readable_query": "ASK WHERE { resource:John_Madin property:birth_place resource:Birmingham }",
"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"
]
}
] |
|
Airport | 4 | 8541 | Id139 | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Menasha_(town),_Wisconsin"
},
{
"subject": "Appleton,_Wisconsin",
"property": "subdivisionName",
"object": "Little_Chute,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
}
] | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Menasha_(town),_Wisconsin"
},
{
"subject": "Appleton,_Wisconsin",
"property": "isPartOf",
"object": "Little_Chute,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Appleton International Airport serves the city of Appleton (part of which is Little Chute) and is located in Greenville (part of the town of Menasha), Wisconsin.",
"Appleton International airport is located in Greenville (part of the town of Menasha) Wisconsin and serves the city of Appleton (part of Little Chute) Wisconsin.",
"Appleton International Airport (serving Appleton) can be found in Greenville, part of the town of Menasha, in Wisconsin. Appleton is part of Little Chute, Wisconsin."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Appleton__Wisconsin",
"property:is_part_of",
"resource:Little_Chute__Wisconsin"
],
[
"resource:Appleton_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Appleton_International_Airport",
"property:location",
"resource:Greenville__Wisconsin"
],
[
"resource:Appleton_International_Airport",
"property:city_served",
"resource:Appleton__Wisconsin"
],
[
"resource:Greenville__Wisconsin",
"property:is_part_of",
"resource:Menasha__town___Wisconsin"
]
] | Appleton_International_Airport | [
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Appleton_International_Airport",
"readable": "Appleton International Airport",
"graph": "resource:Appleton_International_Airport"
},
{
"modified": "Appleton,_Wisconsin",
"readable": "Appleton, Wisconsin",
"graph": "resource:Appleton__Wisconsin"
},
{
"modified": "Greenville,_Wisconsin",
"readable": "Greenville, Wisconsin",
"graph": "resource:Greenville__Wisconsin"
},
{
"modified": "Little_Chute,_Wisconsin",
"readable": "Little Chute, Wisconsin",
"graph": "resource:Little_Chute__Wisconsin"
},
{
"modified": "Menasha_(town),_Wisconsin",
"readable": "Menasha , Wisconsin",
"graph": "resource:Menasha__town___Wisconsin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { { { resource:Appleton__Wisconsin property:is_part_of ?j } UNION { resource:Greenville__Wisconsin property:is_part_of ?j } } }",
"readable_query": "SELECT DISTINCT ?j WHERE { { { resource:Appleton,_Wisconsin property:is_part_of ?j } UNION { resource:Greenville,_Wisconsin property:is_part_of ?j } } }",
"graph_answer": [
"resource:Little_Chute__Wisconsin",
"resource:Menasha__town___Wisconsin"
],
"readable_answer": [
"Little Chute, Wisconsin",
"Menasha , Wisconsin"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { resource:Appleton__Wisconsin property:is_part_of ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:Appleton,_Wisconsin property:is_part_of ?r }",
"graph_answer": [
"resource:Little_Chute__Wisconsin"
],
"readable_answer": [
"Little Chute, Wisconsin"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?k property:city_served resource:Appleton__Wisconsin . ?k rdf:type ontology:airport }",
"readable_query": "ASK WHERE { ?k property:city_served resource:Appleton,_Wisconsin . ?k 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 ?x WHERE { ?x rdf:type ontology:airport . ?x property:city_served resource:Appleton__Wisconsin }",
"readable_query": "SELECT ?x WHERE { ?x rdf:type ontology:airport . ?x property:city_served resource:Appleton,_Wisconsin }",
"graph_answer": [
"resource:Appleton_International_Airport"
],
"readable_answer": [
"Appleton International 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"
]
}
] |
|
MeanOfTransportation | 2 | 4929 | Id164 | [
{
"subject": "Aston_Martin_V8",
"property": "related",
"object": "Aston_Martin_DBS"
},
{
"subject": "Aston_Martin_V8",
"property": "assembly",
"object": "Newport_Pagnell"
}
] | [
{
"subject": "Aston_Martin_V8",
"property": "relatedMeanOfTransportation",
"object": "Aston_Martin_DBS"
},
{
"subject": "Aston_Martin_V8",
"property": "assembly",
"object": "Newport_Pagnell"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Aston Martin V8 is a similar vehicle to the DBS and is assembled in Newport Pagnell.",
"The Aston Martin DBS is a related means of transport to the Aston Martin V8, the assembly of which, is located in Newport Pagnell.",
"The Aston Martin V8 was assembled at Newport Pagnell and is a related means of transport to the Aston Martin DBS."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aston_Martin_V8",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Aston_Martin_V8",
"property:related_mean_of_transportation",
"resource:Aston_Martin_DBS"
],
[
"resource:Aston_Martin_V8",
"property:assembly",
"resource:Newport_Pagnell"
]
] | Aston_Martin_V8 | [
{
"modified": "assembly",
"readable": "assembly",
"graph": "property:assembly"
},
{
"modified": "relatedMeanOfTransportation",
"readable": "related mean of transportation",
"graph": "property:related_mean_of_transportation"
},
{
"modified": "Aston_Martin_DBS",
"readable": "Aston Martin DBS",
"graph": "resource:Aston_Martin_DBS"
},
{
"modified": "Aston_Martin_V8",
"readable": "Aston Martin V8",
"graph": "resource:Aston_Martin_V8"
},
{
"modified": "Newport_Pagnell",
"readable": "Newport Pagnell",
"graph": "resource:Newport_Pagnell"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?f ) WHERE { ?l property:assembly resource:Newport_Pagnell . ?l rdf:type ontology:mean_of_transportation . ?l property:related_mean_of_transportation resource:Aston_Martin_DBS }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?f ) WHERE { ?l property:assembly resource:Newport_Pagnell . ?l rdf:type ontology:mean_of_transportation . ?l property:related_mean_of_transportation resource:Aston_Martin_DBS }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n property:assembly resource:Newport_Pagnell . ?n property:related_mean_of_transportation resource:Aston_Martin_DBS . ?n rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:assembly resource:Newport_Pagnell . ?n property:related_mean_of_transportation resource:Aston_Martin_DBS . ?n rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:Aston_Martin_V8"
],
"readable_answer": [
"Aston Martin V8"
],
"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"
]
}
] |
|
Athlete | 5 | 11531 | Id62 | [
{
"subject": "Peñarol",
"property": "league",
"object": "Uruguayan_Primera_División"
},
{
"subject": "Abel_Hernández",
"property": "youthclubs",
"object": "Peñarol"
},
{
"subject": "U.S._Città_di_Palermo",
"property": "manager",
"object": "Giuseppe_Iachini"
},
{
"subject": "Abel_Hernández",
"property": "team",
"object": "Uruguay_Olympic_football_team"
},
{
"subject": "Abel_Hernández",
"property": "clubs",
"object": "U.S._Città_di_Palermo"
}
] | [
{
"subject": "Peñarol",
"property": "league",
"object": "Uruguayan_Primera_División"
},
{
"subject": "Abel_Hernández",
"property": "youthclub",
"object": "Peñarol"
},
{
"subject": "U.S._Città_di_Palermo",
"property": "manager",
"object": "Giuseppe_Iachini"
},
{
"subject": "Abel_Hernández",
"property": "club",
"object": "Uruguay_Olympic_football_team"
},
{
"subject": "Abel_Hernández",
"property": "club",
"object": "U.S._Città_di_Palermo"
}
] | (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abel Hernández represented the Uruguayan Primera División club Peñarol at youth level. He later played for the Uruguay Olympic football team and the club U.S. Città di Palermo, which is managed by Giuseppe Iachini.",
"Peñarol, where Abel Hernández played youth football, play in the Uruguayan Primera División. Hernandez was part of the Uruguay Olympic football team and later played for the club U.S. Città di Palermo, where the manager was Giuseppe Iachini.",
"Peñarol play in the Uruguayan Primera División and Abel Hernandez is a member of their youth club. He also plays for the Uruguay Olympic football team and for US Citta di Palermo which is managed by Giuseppe Iachini."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Pe_arol",
"property:league",
"resource:Uruguayan_Primera_Divisi_n"
],
[
"resource:U_S__Citt__di_Palermo",
"property:manager",
"resource:Giuseppe_Iachini"
],
[
"resource:Abel_Hern_ndez",
"rdf:type",
"ontology:athlete"
],
[
"resource:Abel_Hern_ndez",
"property:club",
"resource:U_S__Citt__di_Palermo"
],
[
"resource:Abel_Hern_ndez",
"property:club",
"resource:Uruguay_Olympic_football_team"
],
[
"resource:Abel_Hern_ndez",
"property:youthclub",
"resource:Pe_arol"
]
] | Abel_Hernández | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "youthclub",
"readable": "youthclub",
"graph": "property:youthclub"
},
{
"modified": "Abel_Hernández",
"readable": "Abel Hernández",
"graph": "resource:Abel_Hern_ndez"
},
{
"modified": "Giuseppe_Iachini",
"readable": "Giuseppe Iachini",
"graph": "resource:Giuseppe_Iachini"
},
{
"modified": "Peñarol",
"readable": "Peñarol",
"graph": "resource:Pe_arol"
},
{
"modified": "U.S._Città_di_Palermo",
"readable": "U.S. Città di Palermo",
"graph": "resource:U_S__Citt__di_Palermo"
},
{
"modified": "Uruguay_Olympic_football_team",
"readable": "Uruguay Olympic football team",
"graph": "resource:Uruguay_Olympic_football_team"
},
{
"modified": "Uruguayan_Primera_División",
"readable": "Uruguayan Primera División",
"graph": "resource:Uruguayan_Primera_Divisi_n"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Abel_Hern_ndez property:club ?z . FILTER ( CONTAINS ( LCASE ( ?z ) , 'citt' ) ) }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Abel_Hernández property:club ?z . FILTER ( CONTAINS ( LCASE ( ?z ) , 'citt' ) ) }",
"graph_answer": [
"resource:U_S__Citt__di_Palermo"
],
"readable_answer": [
"U.S. Città di Palermo"
],
"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 ?v WHERE { resource:Pe_arol property:family ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Peñarol property:family ?v }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 2 | 3757 | Id97 | [
{
"subject": "Alan_Martin_(footballer,_born_1989)",
"property": "team",
"object": "Accrington_Stanley_F.C."
},
{
"subject": "Alan_Martin_(footballer,_born_1989)",
"property": "clubs",
"object": "Hamilton_Academical_F.C."
}
] | [
{
"subject": "Alan_Martin_(footballer)",
"property": "club",
"object": "Accrington_Stanley_F.C."
},
{
"subject": "Alan_Martin_(footballer)",
"property": "club",
"object": "Hamilton_Academical_F.C."
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan Martin is a footballer for the Hamilton Academical FC and also for Accrington Stanley FC.",
"Alan Martin played football for Accrington Stanley F.C and now plays for Hamilton Academical F.C.",
"Alan Martin is a footballer for the Hamilton Academical FC and previously played for Accrington Stanley FC."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_Martin__footballer_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alan_Martin__footballer_",
"property:club",
"resource:Hamilton_Academical_F_C_"
],
[
"resource:Alan_Martin__footballer_",
"property:club",
"resource:Accrington_Stanley_F_C_"
]
] | Alan_Martin_(footballer) | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"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": "Hamilton_Academical_F.C.",
"readable": "Hamilton Academical F.C.",
"graph": "resource:Hamilton_Academical_F_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?m ) WHERE { resource:Alan_Martin__footballer_ property:club ?k }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?m ) WHERE { resource:Alan_Martin_(footballer) property:club ?k }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Alan_Martin__footballer_ property:club ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Alan_Martin_(footballer) property:club ?l }",
"graph_answer": [
"resource:Hamilton_Academical_F_C_",
"resource:Accrington_Stanley_F_C_"
],
"readable_answer": [
"Hamilton Academical F.C.",
"Accrington Stanley 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"
]
}
] |
|
Artist | 4 | 8782 | Id174 | [
{
"subject": "Andra_(singer)",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Andra_(singer)",
"property": "activeYearsStartYear",
"object": "\"2000\"^^xsd:gYear"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigin",
"object": "Blues"
},
{
"subject": "Rhythm_and_blues",
"property": "derivative",
"object": "Disco"
}
] | [
{
"subject": "Andra_(singer)",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Andra_(singer)",
"property": "activeYearsStartYear",
"object": "2000"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigin",
"object": "Blues"
},
{
"subject": "Rhythm_and_blues",
"property": "derivative",
"object": "Disco"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Rhythm and blues performer Andra became active in 2000. R and B originated from the blues and in turn helped create disco.",
"The singer called Andra, whose genre is Rhythm and blues, became active in the year 2000. Disco is a derivative of rhythm and blues which intern was originated from blues music.",
"Andra is a rhythm and blues singer who became active in 2000. R and B originated from the Blues and years later helped give rise to Disco."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Rhythm_and_blues",
"property:derivative",
"resource:Disco"
],
[
"resource:Rhythm_and_blues",
"property:stylistic_origin",
"resource:Blues"
],
[
"resource:Andra__singer_",
"rdf:type",
"ontology:artist"
],
[
"resource:Andra__singer_",
"property:active_years_start_year",
"resource:2000"
],
[
"resource:Andra__singer_",
"property:genre",
"resource:Rhythm_and_blues"
]
] | Andra_(singer) | [
{
"modified": "activeYearsStartYear",
"readable": "active years start year",
"graph": "property:active_years_start_year"
},
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "2000",
"readable": "2000",
"graph": "resource:2000"
},
{
"modified": "Andra_(singer)",
"readable": "Andra",
"graph": "resource:Andra__singer_"
},
{
"modified": "Blues",
"readable": "Blues",
"graph": "resource:Blues"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?u property:genre resource:Rhythm_and_blues . ?u rdf:type ontology:artist . ?u property:active_years_start_year resource:1990 }",
"readable_query": "ASK WHERE { ?u property:genre resource:Rhythm_and_blues . ?u rdf:type ontology:artist . ?u property:active_years_start_year resource:1990 }",
"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 { ?r property:genre resource:Rhythm_and_blues . ?r property:active_years_start_year resource:2000 . ?r rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?r property:genre resource:Rhythm_and_blues . ?r property:active_years_start_year resource:2000 . ?r 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 ?c WHERE { ?c property:genre resource:Rhythm_and_blues . ?c rdf:type ontology:artist . ?c property:active_years_start_year resource:2000 }",
"readable_query": "SELECT ?c WHERE { ?c property:genre resource:Rhythm_and_blues . ?c rdf:type ontology:artist . ?c property:active_years_start_year resource:2000 }",
"graph_answer": [
"resource:Andra__singer_"
],
"readable_answer": [
"Andra"
],
"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 ?r ?h WHERE { resource:Rhythm_and_blues property:derivative ?r . resource:Rhythm_and_blues property:stylistic_origin ?h }",
"readable_query": "SELECT DISTINCT ?r ?h WHERE { resource:Rhythm_and_blues property:derivative ?r . resource:Rhythm_and_blues property:stylistic_origin ?h }",
"graph_answer": [
"resource:Disco",
"resource:Blues"
],
"readable_answer": [
"Disco",
"Blues"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Astronaut | 6 | 12859 | Id29 | [
{
"subject": "Alan_Shepard",
"property": "mission",
"object": "Apollo_14"
},
{
"subject": "Distinguished_Service_Medal_(United_States_Navy)",
"property": "higher",
"object": "Department_of_Commerce_Gold_Medal"
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "California",
"property": "senators",
"object": "Dianne_Feinstein"
},
{
"subject": "Apollo_14",
"property": "operator",
"object": "NASA"
},
{
"subject": "Alan_Shepard",
"property": "awards",
"object": "Distinguished_Service_Medal_(United_States_Navy)"
}
] | [
{
"subject": "Alan_Shepard",
"property": "mission",
"object": "Apollo_14"
},
{
"subject": "Distinguished_Service_Medal_(United_States_Navy)",
"property": "higher",
"object": "Department_of_Commerce_Gold_Medal"
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "California",
"property": "senators",
"object": "Dianne_Feinstein"
},
{
"subject": "Apollo_14",
"property": "operator",
"object": "NASA"
},
{
"subject": "Alan_Shepard",
"property": "award",
"object": "Distinguished_Service_Medal_(United_States_Navy)"
}
] | (X (X (X)) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alan Shepard was a member of Apollo 14, which is operated by NASA. He was awarded the distinguished service medal in the US Navy, which ranks higher than the Dept of Commerce Gold Medal. He died in California, where Dianne Feinstein is a senator.",
"Alan Shepard was a crew member of the NASA operated Apollo 14. The United States Navy awarded him their Distinguished Service Medal, which is considered higher than the Department of Commerce Gold Medal. Alan Shepard passed away in California, which was represented by Senator Dianne Feinstein."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Alan_Shepard",
"property:award",
"resource:Distinguished_Service_Medal__United_States_Navy_"
],
[
"resource:Alan_Shepard",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Shepard",
"property:mission",
"resource:Apollo_14"
],
[
"resource:Alan_Shepard",
"property:death_place",
"resource:California"
],
[
"resource:Apollo_14",
"property:operator",
"resource:NASA"
],
[
"resource:Distinguished_Service_Medal__United_States_Navy_",
"property:higher",
"resource:Department_of_Commerce_Gold_Medal"
],
[
"resource:California",
"property:senators",
"resource:Dianne_Feinstein"
]
] | Alan_Shepard | [
{
"modified": "award",
"readable": "award",
"graph": "property:award"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "higher",
"readable": "higher",
"graph": "property:higher"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "senators",
"readable": "senators",
"graph": "property:senators"
},
{
"modified": "Alan_Shepard",
"readable": "Alan Shepard",
"graph": "resource:Alan_Shepard"
},
{
"modified": "Apollo_14",
"readable": "Apollo 14",
"graph": "resource:Apollo_14"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Department_of_Commerce_Gold_Medal",
"readable": "Department of Commerce Gold Medal",
"graph": "resource:Department_of_Commerce_Gold_Medal"
},
{
"modified": "Dianne_Feinstein",
"readable": "Dianne Feinstein",
"graph": "resource:Dianne_Feinstein"
},
{
"modified": "Distinguished_Service_Medal_(United_States_Navy)",
"readable": "Distinguished Service Medal",
"graph": "resource:Distinguished_Service_Medal__United_States_Navy_"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:California property:senators resource:Dianne_Feinstein }",
"readable_query": "ASK WHERE { resource:California property:senators resource:Dianne_Feinstein }",
"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 ?l WHERE { ?l property:operator resource:AIDA_Cruises }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l property:operator resource:AIDA_Cruises }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"meaningful",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?k property:operator resource:NASA }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:operator resource:NASA }",
"graph_answer": [
"resource:Apollo_14"
],
"readable_answer": [
"Apollo 14"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:astronaut . ?s property:mission resource:Apollo_14 . FILTER ( CONTAINS ( LCASE ( ?s ) , 'shepard' ) ) . ?s property:award resource:Distinguished_Service_Medal__United_States_Navy_ }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:astronaut . ?s property:mission resource:Apollo_14 . FILTER ( CONTAINS ( LCASE ( ?s ) , 'shepard' ) ) . ?s property:award resource:Distinguished_Service_Medal_(United_States_Navy) }",
"graph_answer": [
"resource:Alan_Shepard"
],
"readable_answer": [
"Alan Shepard"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Distinguished_Service_Medal__United_States_Navy_ property:higher ?u . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'd' ) ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Distinguished_Service_Medal_(United_States_Navy) property:higher ?u . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'd' ) ) }",
"graph_answer": [
"resource:Department_of_Commerce_Gold_Medal"
],
"readable_answer": [
"Department of Commerce Gold Medal"
],
"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 { ?m property:death_place resource:Graz . ?m property:award ?x . ?m rdf:type ontology:astronaut }",
"readable_query": "ASK WHERE { ?m property:death_place resource:Graz . ?m property:award ?x . ?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"
]
}
] |
|
Athlete | 2 | 3845 | Id185 | [
{
"subject": "Tennessee_Titans",
"property": "locationCity",
"object": "Nashville,_Tennessee"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | [
{
"subject": "Tennessee_Titans",
"property": "city",
"object": "Nashville,_Tennessee"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Ayers made his debut with the Tennessee Titans who are based in Nashville, Tennessee.",
"The debut team of Akeem Ayers was the Tennessee Titans who are based in Nashville, Tennessee.",
"Akeem Ayers made his debut for the Tennessee Titans who are based in Nashville, Tennessee."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Ayers",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Ayers",
"property:debut_team",
"resource:Tennessee_Titans"
],
[
"resource:Tennessee_Titans",
"property:city",
"resource:Nashville__Tennessee"
]
] | Akeem_Ayers | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "debutTeam",
"readable": "debut team",
"graph": "property:debut_team"
},
{
"modified": "Akeem_Ayers",
"readable": "Akeem Ayers",
"graph": "resource:Akeem_Ayers"
},
{
"modified": "Nashville,_Tennessee",
"readable": "Nashville, Tennessee",
"graph": "resource:Nashville__Tennessee"
},
{
"modified": "Tennessee_Titans",
"readable": "Tennessee Titans",
"graph": "resource:Tennessee_Titans"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?o WHERE { ?o property:city resource:Nashville__Tennessee . ?s rdf:type ontology:athlete . ?s property:debut_team ?o }",
"readable_query": "SELECT DISTINCT ?s ?o WHERE { ?o property:city resource:Nashville,_Tennessee . ?s rdf:type ontology:athlete . ?s property:debut_team ?o }",
"graph_answer": [
"resource:Akeem_Ayers",
"resource:Tennessee_Titans"
],
"readable_answer": [
"Akeem Ayers",
"Tennessee Titans"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?y ) WHERE { ?i property:coach resource:Mike_Mularkey . ?b rdf:type ontology:athlete . ?b property:debut_team ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?y ) WHERE { ?i property:coach resource:Mike_Mularkey . ?b rdf:type ontology:athlete . ?b property:debut_team ?i }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
}
] |
|
City | 5 | 11949 | Id170 | [
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "subdivisionName",
"object": "Benton_County,_Oregon"
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | [
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "isPartOf",
"object": "Benton_County,_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",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The city of Albany is part of Benton County, Oregon in the U.S. where the inhabitants are called Americans. Washington D.C. is the capital of the country and African Americans are an ethnic group.",
"Albany, Benton County, Oregon is part of The United States. The U.S. is home to African Americans and boasts its capital as Washington, DC. People living in the U.S. are called Americans.",
"Albany in Benton County, Oregon, is part of the U.S. The country is home to African Americans and Americans. The capital of the US is Washington, D.C."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albany__Oregon",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Oregon",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Oregon",
"property:is_part_of",
"resource:Benton_County__Oregon"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:demonym",
"resource:Americans"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] | Albany,_Oregon | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "demonym",
"readable": "demonym",
"graph": "property:demonym"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Albany,_Oregon",
"readable": "Albany, Oregon",
"graph": "resource:Albany__Oregon"
},
{
"modified": "Americans",
"readable": "Americans",
"graph": "resource:Americans"
},
{
"modified": "Benton_County,_Oregon",
"readable": "Benton County, Oregon",
"graph": "resource:Benton_County__Oregon"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:ethnic_group resource:African_Americans . FILTER ( CONTAINS ( LCASE ( ?u ) , 'united' ) ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:ethnic_group resource:African_Americans . FILTER ( CONTAINS ( LCASE ( ?u ) , 'united' ) ) }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Albany__Oregon property:area_urban ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Albany,_Oregon property:area_urban ?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"
]
}
] |
|
MeanOfTransportation | 4 | 10053 | Id27 | [
{
"subject": "AIDAstella",
"property": "shipOperator",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAstella",
"property": "shipBeam",
"object": "\"32.2\"^^xsd:double"
},
{
"subject": "AIDAstella",
"property": "builder",
"object": "Meyer_Werft"
},
{
"subject": "AIDAstella",
"property": "MeanOfTransportation/length",
"object": "\"253260.0\"^^<http://dbpedia.org/datatype/millimetre>"
}
] | [
{
"subject": "AIDAstella",
"property": "operator",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAstella",
"property": "shipBeam",
"object": "32.2"
},
{
"subject": "AIDAstella",
"property": "builder",
"object": "Meyer_Werft"
},
{
"subject": "AIDAstella",
"property": "length",
"object": "253260.0 (millimetres)"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The ship AIDAstella was built by Meyer Werft and its operator is AIDA Cruises. It has a beam of 32.2 metres and is is 253260.0 millimetres in length.",
"AIDAstella is 253260.0mm long with a 32.2m ship beam. It's operated by AIDA Cruise Line and built by Meyer Werft.",
"AIDAstella was built by Meyer Werft and is operated by AIDA Cruises. AIDAstella is 253260.0 millimetres in length and has a beam of 32.2 m."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:AIDAstella",
"property:length",
"253260.0 (millimetres)"
],
[
"resource:AIDAstella",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAstella",
"property:ship_beam",
"resource:32_2"
],
[
"resource:AIDAstella",
"property:operator",
"resource:AIDA_Cruises"
],
[
"resource:AIDAstella",
"property:builder",
"resource:Meyer_Werft"
]
] | AIDAstella | [
{
"modified": "253260.0 (millimetres)",
"readable": "253260.0",
"graph": "253260.0 (millimetres)"
},
{
"modified": "builder",
"readable": "builder",
"graph": "property:builder"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "shipBeam",
"readable": "ship beam",
"graph": "property:ship_beam"
},
{
"modified": "32.2",
"readable": "32.2",
"graph": "resource:32_2"
},
{
"modified": "AIDA_Cruises",
"readable": "AIDA Cruises",
"graph": "resource:AIDA_Cruises"
},
{
"modified": "AIDAstella",
"readable": "AIDAstella",
"graph": "resource:AIDAstella"
},
{
"modified": "Meyer_Werft",
"readable": "Meyer Werft",
"graph": "resource:Meyer_Werft"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?j property:builder resource:Meyer_Werft . ?j property:length resource:99_83 . ?j rdf:type ontology:mean_of_transportation }",
"readable_query": "ASK WHERE { ?j property:builder resource:Meyer_Werft . ?j property:length resource:99.83 . ?j rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?c rdf:type ontology:mean_of_transportation . ?c property:builder resource:Meyer_Werft . ?c property:length '253260.0 (millimetres)' }",
"readable_query": "ASK WHERE { ?c rdf:type ontology:mean_of_transportation . ?c property:builder resource:Meyer_Werft . ?c property:length '253260.0 (millimetres)' }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:builder resource:Meyer_Werft . ?m property:length '253260.0 (millimetres)' }",
"readable_query": "SELECT ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:builder resource:Meyer_Werft . ?m property:length '253260.0 (millimetres)' }",
"graph_answer": [
"resource:AIDAstella"
],
"readable_answer": [
"AIDAstella"
],
"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 ?v ?q WHERE { resource:AIDAstella property:length ?q . resource:AIDAstella property:operator ?v }",
"readable_query": "SELECT DISTINCT ?v ?q WHERE { resource:AIDAstella property:length ?q . resource:AIDAstella property:operator ?v }",
"graph_answer": [
"resource:AIDA_Cruises",
"253260.0 (millimetres)"
],
"readable_answer": [
"AIDA Cruises",
"253260.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:AIDAstella property:ship_beam ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:AIDAstella property:ship_beam ?y }",
"graph_answer": [
"resource:32_2"
],
"readable_answer": [
"32.2"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 5 | 11079 | Id128 | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "city",
"object": "Appleton,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "elevation",
"object": "\"279.806\"^^xsd:double"
},
{
"subject": "Appleton_International_Airport",
"property": "runwayDesignation",
"object": "\"12/30\""
},
{
"subject": "Appleton_International_Airport",
"property": "runwayLength",
"object": "\"1981.5\"^^xsd:double"
}
] | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "runwayLength",
"object": "1982.0"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "280"
},
{
"subject": "Appleton_International_Airport",
"property": "runwayName",
"object": "\"12/30\""
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Appleton International Airport is in Greenville, and serves the city of Appleton, Wisconsin. It is located 280 metres above sea level and the runway, which is 1982 in length, is named 12/30.",
"Appleton, Wisconsin is serves by Appleton International Airport which is in Greenville, Wisconsin. The airport is 280m above sea level, the length of the runway is 1982m and is known as runway 12/30."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Appleton_International_Airport",
"property:runway_length",
"resource:1982_0"
],
[
"resource:Appleton_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Appleton_International_Airport",
"property:location",
"resource:Greenville__Wisconsin"
],
[
"resource:Appleton_International_Airport",
"property:city_served",
"resource:Appleton__Wisconsin"
],
[
"resource:Appleton_International_Airport",
"property:elevation_above_the_sea_level",
"280"
],
[
"resource:Appleton_International_Airport",
"property:runway_name",
"resource:12_30"
]
] | Appleton_International_Airport | [
{
"modified": "280",
"readable": "280",
"graph": "280"
},
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "12/30",
"readable": "12/30",
"graph": "resource:12_30"
},
{
"modified": "1982.0",
"readable": "1982.0",
"graph": "resource:1982_0"
},
{
"modified": "Appleton_International_Airport",
"readable": "Appleton International Airport",
"graph": "resource:Appleton_International_Airport"
},
{
"modified": "Appleton,_Wisconsin",
"readable": "Appleton, Wisconsin",
"graph": "resource:Appleton__Wisconsin"
},
{
"modified": "Greenville,_Wisconsin",
"readable": "Greenville, Wisconsin",
"graph": "resource:Greenville__Wisconsin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?m rdf:type ontology:airport . ?m property:elevation_above_the_sea_level ?f . FILTER ( ?f < '400' ) . ?m property:runway_name ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?m rdf:type ontology:airport . ?m property:elevation_above_the_sea_level ?f . FILTER ( ?f < '400' ) . ?m property:runway_name ?g }",
"graph_answer": [
"resource:12_30"
],
"readable_answer": [
"12/30"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?j ) , 'international' ) ) . ?j property:runway_name resource:12_30 }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?j ) , 'international' ) ) . ?j property:runway_name resource:12/30 }",
"graph_answer": [
"resource:Appleton_International_Airport"
],
"readable_answer": [
"Appleton International Airport"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Appleton_International_Airport property:first_publication_year ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Appleton_International_Airport property:first_publication_year ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork | 3 | 8374 | Id220 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "leader",
"object": "Joe_Biden"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "leader",
"object": "Joe_Biden"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "country",
"object": "United_States"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The book Alcatraz Versus the Evil Librarians comes from the U.S., where Joe Biden is a leader and Asian Americans are one of its ethnic groups.",
"Alcatraz Versus the Evil Librarians is from The United States which has many Asian Americans. Joe Biden is a leader in the U.S.",
"Alcatraz Versus the Evil Librarians is from The United States where Joe Biden is a leader and there are many Asian Americans."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:leader",
"resource:Joe_Biden"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"rdf:type",
"ontology:written_work"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:country",
"resource:United_States"
]
] | Alcatraz_Versus_the_Evil_Librarians | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alcatraz_Versus_the_Evil_Librarians",
"readable": "Alcatraz Versus the Evil Librarians",
"graph": "resource:Alcatraz_Versus_the_Evil_Librarians"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"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 ?p WHERE { ?p rdf:type ontology:written_work . ?p property:country ?h . ?h property:ethnic_group resource:Asian_Americans . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'u' ) ) }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:written_work . ?p property:country ?h . ?h property:ethnic_group resource:Asian_Americans . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'u' ) ) }",
"graph_answer": [
"resource:Alcatraz_Versus_the_Evil_Librarians"
],
"readable_answer": [
"Alcatraz Versus the Evil Librarians"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?c property:ethnic_group resource:Asian_Americans . resource:Alcatraz_Versus_the_Evil_Librarians rdf:type ontology:written_work . resource:Alcatraz_Versus_the_Evil_Librarians property:country ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:ethnic_group resource:Asian_Americans . resource:Alcatraz_Versus_the_Evil_Librarians rdf:type ontology:written_work . resource:Alcatraz_Versus_the_Evil_Librarians property:country ?c }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:United_States property:has_to_its_southeast ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:United_States property:has_to_its_southeast ?a }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 2 | 3678 | Id18 | [
{
"subject": "Aaron_Hunt",
"property": "team",
"object": "VfL_Wolfsburg"
},
{
"subject": "VfL_Wolfsburg",
"property": "manager",
"object": "Dieter_Hecking"
}
] | [
{
"subject": "Aaron_Hunt",
"property": "club",
"object": "VfL_Wolfsburg"
},
{
"subject": "VfL_Wolfsburg",
"property": "manager",
"object": "Dieter_Hecking"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Hunt plays for Vfl Wolfsburg which is managed by Dieter Hecking .",
"Aaron Hunt plays football for Vfl Wolfsburg where Dieter Hecking is the manager.",
"Aaron Hunt plays football for Vfl Wolfsburg who are managed by Dieter Hecking."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:VfL_Wolfsburg",
"property:manager",
"resource:Dieter_Hecking"
],
[
"resource:Aaron_Hunt",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aaron_Hunt",
"property:club",
"resource:VfL_Wolfsburg"
]
] | Aaron_Hunt | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "Aaron_Hunt",
"readable": "Aaron Hunt",
"graph": "resource:Aaron_Hunt"
},
{
"modified": "Dieter_Hecking",
"readable": "Dieter Hecking",
"graph": "resource:Dieter_Hecking"
},
{
"modified": "VfL_Wolfsburg",
"readable": "VfL Wolfsburg",
"graph": "resource:VfL_Wolfsburg"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?t rdf:type ontology:athlete . ?e property:manager resource:Jens_H_rtel . ?t property:club ?e }",
"readable_query": "ASK WHERE { ?t rdf:type ontology:athlete . ?e property:manager resource:Jens_Härtel . ?t property:club ?e }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
ComicsCharacter | 3 | 6952 | Id5 | [
{
"subject": "Asterix_(character)",
"property": "creators",
"object": "René_Goscinny"
},
{
"subject": "René_Goscinny",
"property": "nationality",
"object": "French_people"
},
{
"subject": "Asterix_(character)",
"property": "alterEgo",
"object": "\"Astérix\"@en"
}
] | [
{
"subject": "Asterix_(comicsCharacter)",
"property": "creator",
"object": "René_Goscinny"
},
{
"subject": "René_Goscinny",
"property": "nationality",
"object": "French_people"
},
{
"subject": "Asterix_(comicsCharacter)",
"property": "alternativeName",
"object": "\"Astérix\""
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Frenchman, Rene Goscinny created Asterix, the comic character who is sometimes called \"Astérix\".",
"The comic character Asterix (also known as Astérix), was created by René Goscinny, who is French.",
"The comic character Asterix, also know as Astérix, was created by the Frenchman René Goscinny."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ren__Goscinny",
"property:nationality",
"resource:French_people"
],
[
"resource:Asterix__comicsCharacter_",
"property:creator",
"resource:Ren__Goscinny"
],
[
"resource:Asterix__comicsCharacter_",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Asterix__comicsCharacter_",
"property:alternative_name",
"resource:Ast_rix"
]
] | Asterix_(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": "Astérix",
"readable": "Astérix",
"graph": "resource:Ast_rix"
},
{
"modified": "Asterix_(comicsCharacter)",
"readable": "Asterix",
"graph": "resource:Asterix__comicsCharacter_"
},
{
"modified": "French_people",
"readable": "French people",
"graph": "resource:French_people"
},
{
"modified": "René_Goscinny",
"readable": "René Goscinny",
"graph": "resource:Ren__Goscinny"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?y property:creator ?p . ?y property:alternative_name resource:Ast_rix . ?p property:nationality resource:French_people . ?y rdf:type ontology:comics_character }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:creator ?p . ?y property:alternative_name resource:Astérix . ?p property:nationality resource:French_people . ?y rdf:type ontology:comics_character }",
"graph_answer": [
"resource:Asterix__comicsCharacter_"
],
"readable_answer": [
"Asterix"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?t property:alternative_name resource:Ast_rix . ?v property:nationality resource:French_people . ?t rdf:type ontology:comics_character . ?t property:creator ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?t property:alternative_name resource:Astérix . ?v property:nationality resource:French_people . ?t rdf:type ontology:comics_character . ?t property:creator ?v }",
"graph_answer": [
"resource:Ren__Goscinny"
],
"readable_answer": [
"René Goscinny"
],
"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"
]
}
] |
|
WrittenWork | 2 | 5529 | Id64 | [
{
"subject": "A_Glastonbury_Romance",
"property": "oclc",
"object": "\"76798317\""
},
{
"subject": "A_Glastonbury_Romance",
"property": "isbn",
"object": "\"0-7156-3648-0\""
}
] | [
{
"subject": "A_Glastonbury_Romance",
"property": "oclcNumber",
"object": "76798317"
},
{
"subject": "A_Glastonbury_Romance",
"property": "isbnNumber",
"object": "\"0-7156-3648-0\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Glastonbury Romance has the OCLC number 76798317 and the ISBN number 0-7156-3648-0.",
"The OCLC number for A Glastonbury Romance is 76798317 and the ISNN is 0-7156-3648-0.",
"A Glastonbury Romance has the ISBN number 0-7156-3648-0 and OCLC number 76798317."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_Glastonbury_Romance",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Glastonbury_Romance",
"property:oclc_number",
"76798317"
],
[
"resource:A_Glastonbury_Romance",
"property:isbn_number",
"resource:0_7156_3648_0"
]
] | A_Glastonbury_Romance | [
{
"modified": "76798317",
"readable": "76798317",
"graph": "76798317"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "oclcNumber",
"readable": "oclc number",
"graph": "property:oclc_number"
},
{
"modified": "0-7156-3648-0",
"readable": "0-7156-3648-0",
"graph": "resource:0_7156_3648_0"
},
{
"modified": "A_Glastonbury_Romance",
"readable": "A Glastonbury Romance",
"graph": "resource:A_Glastonbury_Romance"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?r rdf:type ontology:written_work . ?r property:oclc_number ?p . FILTER ( ?p != '50000000' ) . ?r property:isbn_number ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?r rdf:type ontology:written_work . ?r property:oclc_number ?p . FILTER ( ?p != '50000000' ) . ?r property:isbn_number ?o }",
"graph_answer": [
"resource:0_7156_3648_0"
],
"readable_answer": [
"0-7156-3648-0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?x property:isbn_number '978-0-15-204770-2' . ?x rdf:type ontology:written_work . ?x property:oclc_number ?n }",
"readable_query": "ASK WHERE { ?x property:isbn_number '978-0-15-204770-2' . ?x rdf:type ontology:written_work . ?x property:oclc_number ?n }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
City | 4 | 9525 | Id124 | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Hays_County,_Texas"
},
{
"subject": "Hays_County,_Texas",
"property": "countySeat",
"object": "San_Marcos,_Texas"
},
{
"subject": "Austin,_Texas",
"property": "subdivisionName",
"object": "Williamson_County,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "largestCity",
"object": "Round_Rock,_Texas"
}
] | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Hays_County,_Texas"
},
{
"subject": "Hays_County,_Texas",
"property": "countySeat",
"object": "San_Marcos,_Texas"
},
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Williamson_County,_Texas"
},
{
"subject": "Williamson_County,_Texas",
"property": "largestCity",
"object": "Round_Rock,_Texas"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Austin is in Hays County and part of Williamson County in Texas. Round Rock is the largest city in Williamson County. The county seat in Hays County is San Marcos.",
"Austin is part of Williamson County (Texas), where the largest city is Round Rock. Austin is in Hays County, the county seat of which, is San Marcos Texas.",
"Austin, Texas is part of Williamson County, where Round Rock is the largest city. Austin, Texas, is part of Hays County, Texas, where San Marcos is the county seat."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Hays_County__Texas",
"property:county_seat",
"resource:San_Marcos__Texas"
],
[
"resource:Austin__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Hays_County__Texas"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Williamson_County__Texas"
],
[
"resource:Williamson_County__Texas",
"property:largest_city",
"resource:Round_Rock__Texas"
]
] | Austin,_Texas | [
{
"modified": "countySeat",
"readable": "county seat",
"graph": "property:county_seat"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Austin,_Texas",
"readable": "Austin, Texas",
"graph": "resource:Austin__Texas"
},
{
"modified": "Hays_County,_Texas",
"readable": "Hays County, Texas",
"graph": "resource:Hays_County__Texas"
},
{
"modified": "Round_Rock,_Texas",
"readable": "Round Rock, Texas",
"graph": "resource:Round_Rock__Texas"
},
{
"modified": "San_Marcos,_Texas",
"readable": "San Marcos, Texas",
"graph": "resource:San_Marcos__Texas"
},
{
"modified": "Williamson_County,_Texas",
"readable": "Williamson County, Texas",
"graph": "resource:Williamson_County__Texas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?t ) WHERE { resource:Austin__Texas property:is_part_of ?z }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?t ) WHERE { resource:Austin,_Texas property:is_part_of ?z }",
"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:Austin__Texas property:is_part_of ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Austin,_Texas property:is_part_of ?b }",
"graph_answer": [
"resource:Hays_County__Texas",
"resource:Williamson_County__Texas"
],
"readable_answer": [
"Hays County, Texas",
"Williamson County, Texas"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { resource:Williamson_County__Texas property:has_to_its_southwest ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Williamson_County,_Texas property:has_to_its_southwest ?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"
]
}
] |
|
Building | 5 | 11552 | Id16 | [
{
"subject": "200_Public_Square",
"property": "location",
"object": "Cleveland"
},
{
"subject": "Cleveland",
"property": "subdivisionName",
"object": "Cuyahoga_County,_Ohio"
},
{
"subject": "Cleveland",
"property": "leaderName",
"object": "Frank_G._Jackson"
},
{
"subject": "Cleveland",
"property": "isPartOf",
"object": "Ohio"
},
{
"subject": "Cleveland",
"property": "governingBody",
"object": "Cleveland_City_Council"
}
] | [
{
"subject": "200_Public_Square",
"property": "location",
"object": "Cleveland"
},
{
"subject": "Cleveland",
"property": "isPartOf",
"object": "Cuyahoga_County,_Ohio"
},
{
"subject": "Cleveland",
"property": "leader",
"object": "Frank_G._Jackson"
},
{
"subject": "Cleveland",
"property": "isPartOf",
"object": "Ohio"
},
{
"subject": "Cleveland",
"property": "governingBody",
"object": "Cleveland_City_Council"
}
] | (X (X (X) (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"200 Public Square is in Cleveland which is part of Cuyahoga County in Ohio. The leader of Cleveland is Frank G Jackson and Cleveland's governing body is Cleveland City Council.",
"200 Public Square is located in Cleveland, Cuyahoga County, Ohio which is governed by the Cleveland City Council and the leader Frank G Jackson.",
"200 Public Square is located in Cleveland, Cuyahoga County, Ohio. The governing body for the city is Cleveland City Council and Frank G Jackson is a city leader."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Cleveland",
"property:leader",
"resource:Frank_G__Jackson"
],
[
"resource:Cleveland",
"property:governing_body",
"resource:Cleveland_City_Council"
],
[
"resource:Cleveland",
"property:is_part_of",
"resource:Ohio"
],
[
"resource:Cleveland",
"property:is_part_of",
"resource:Cuyahoga_County__Ohio"
],
[
"resource:200_Public_Square",
"rdf:type",
"ontology:building"
],
[
"resource:200_Public_Square",
"property:location",
"resource:Cleveland"
]
] | 200_Public_Square | [
{
"modified": "governingBody",
"readable": "governing body",
"graph": "property:governing_body"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "200_Public_Square",
"readable": "200 Public Square",
"graph": "resource:200_Public_Square"
},
{
"modified": "Cleveland",
"readable": "Cleveland",
"graph": "resource:Cleveland"
},
{
"modified": "Cleveland_City_Council",
"readable": "Cleveland City Council",
"graph": "resource:Cleveland_City_Council"
},
{
"modified": "Cuyahoga_County,_Ohio",
"readable": "Cuyahoga County, Ohio",
"graph": "resource:Cuyahoga_County__Ohio"
},
{
"modified": "Frank_G._Jackson",
"readable": "Frank G. Jackson",
"graph": "resource:Frank_G__Jackson"
},
{
"modified": "Ohio",
"readable": "Ohio",
"graph": "resource:Ohio"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?j ) WHERE { resource:Cleveland property:model_start_year ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?j ) WHERE { resource:Cleveland property:model_start_year ?i }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?w ) WHERE { resource:Cleveland property:is_part_of ?a }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?w ) WHERE { resource:Cleveland property:is_part_of ?a }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"ellipsis",
"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 ?k WHERE { resource:Cleveland property:is_part_of ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Cleveland property:is_part_of ?k }",
"graph_answer": [
"resource:Ohio",
"resource:Cuyahoga_County__Ohio"
],
"readable_answer": [
"Ohio",
"Cuyahoga County, Ohio"
],
"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 ?b ?o WHERE { resource:Cleveland property:leader ?b . resource:Cleveland property:governing_body ?o }",
"readable_query": "SELECT DISTINCT ?b ?o WHERE { resource:Cleveland property:leader ?b . resource:Cleveland property:governing_body ?o }",
"graph_answer": [
"resource:Frank_G__Jackson",
"resource:Cleveland_City_Council"
],
"readable_answer": [
"Frank G. Jackson",
"Cleveland City Council"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?y ) WHERE { ?n property:location resource:Cleveland . ?n rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?y ) WHERE { ?n property:location resource:Cleveland . ?n rdf:type ontology:building }",
"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 ?c WHERE { ?c property:location resource:Cleveland . ?c rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:location resource:Cleveland . ?c rdf:type ontology:building }",
"graph_answer": [
"resource:200_Public_Square"
],
"readable_answer": [
"200 Public Square"
],
"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"
]
}
] |
|
Athlete | 5 | 11510 | Id41 | [
{
"subject": "Aleksandre_Guruli",
"property": "team",
"object": "FC_Karpaty_Lviv"
},
{
"subject": "FC_Karpaty_Lviv",
"property": "manager",
"object": "Oleh_Luzhny"
},
{
"subject": "Aleksandre_Guruli",
"property": "clubs",
"object": "Olympique_Lyonnais"
},
{
"subject": "Olympique_Lyonnais",
"property": "owner",
"object": "Jean-Michel_Aulas"
},
{
"subject": "Olympique_Lyonnais",
"property": "ground",
"object": "Parc_Olympique_Lyonnais"
}
] | [
{
"subject": "FC_Karpaty_Lviv",
"property": "manager",
"object": "Oleh_Luzhny"
},
{
"subject": "Aleksandre_Guruli",
"property": "club",
"object": "Olympique_Lyonnais"
},
{
"subject": "Olympique_Lyonnais",
"property": "owner",
"object": "Jean-Michel_Aulas"
},
{
"subject": "Olympique_Lyonnais",
"property": "ground",
"object": "Parc_Olympique_Lyonnais"
},
{
"subject": "Aleksandre_Guruli",
"property": "club",
"object": "FC_Karpaty_Lviv"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandre Guruli is attached to two clubs, firstly Olympique Lyonnais which is owned by Jean-Michel Aulas and have their home ground at the Parc Olympique Lyonnais stadium, and secondly to FC Karpaty Lviv who are managed by Oleh Luzhny.",
"Aleksandre Guruli played for FC Karpaty Lviv and Olympique Lyonnais. FC Karpaty Lviv are managed by Oleh Luzhny. Olympique Lyonnais are owned by Jean-Michel Aulas and play their home games at the Parc Olympique Lyonnais stadium.",
"Aleksandre Guruli plays for FC Karpaty Lviv club whose manager is Oleh Luzhny. Aleksandre Guruli's club is Olympique Lyonnais whose owner is Jean-Michel Aulas, play their home games at the Parc Olympique Lyonnais."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:FC_Karpaty_Lviv",
"property:manager",
"resource:Oleh_Luzhny"
],
[
"resource:Olympique_Lyonnais",
"property:owner",
"resource:Jean_Michel_Aulas"
],
[
"resource:Olympique_Lyonnais",
"property:ground",
"resource:Parc_Olympique_Lyonnais"
],
[
"resource:Aleksandre_Guruli",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aleksandre_Guruli",
"property:club",
"resource:FC_Karpaty_Lviv"
],
[
"resource:Aleksandre_Guruli",
"property:club",
"resource:Olympique_Lyonnais"
]
] | Aleksandre_Guruli | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "Aleksandre_Guruli",
"readable": "Aleksandre Guruli",
"graph": "resource:Aleksandre_Guruli"
},
{
"modified": "FC_Karpaty_Lviv",
"readable": "FC Karpaty Lviv",
"graph": "resource:FC_Karpaty_Lviv"
},
{
"modified": "Jean-Michel_Aulas",
"readable": "Jean-Michel Aulas",
"graph": "resource:Jean_Michel_Aulas"
},
{
"modified": "Oleh_Luzhny",
"readable": "Oleh Luzhny",
"graph": "resource:Oleh_Luzhny"
},
{
"modified": "Olympique_Lyonnais",
"readable": "Olympique Lyonnais",
"graph": "resource:Olympique_Lyonnais"
},
{
"modified": "Parc_Olympique_Lyonnais",
"readable": "Parc Olympique Lyonnais",
"graph": "resource:Parc_Olympique_Lyonnais"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { FILTER NOT EXISTS { ?m property:owner resource:Jean_Michel_Aulas } . resource:Aleksandre_Guruli property:club ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { FILTER NOT EXISTS { ?m property:owner resource:Jean-Michel_Aulas } . resource:Aleksandre_Guruli property:club ?m }",
"graph_answer": [
"resource:FC_Karpaty_Lviv"
],
"readable_answer": [
"FC Karpaty Lviv"
],
"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 ?b WHERE { resource:Aleksandre_Guruli property:club ?b . FILTER ( ?b != resource:FC_Karpaty_Lviv ) }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Aleksandre_Guruli property:club ?b . FILTER ( ?b != resource:FC_Karpaty_Lviv ) }",
"graph_answer": [
"resource:Olympique_Lyonnais"
],
"readable_answer": [
"Olympique Lyonnais"
],
"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 ?x WHERE { resource:Olympique_Lyonnais property:division ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Olympique_Lyonnais property:division ?x }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork | 3 | 8342 | Id188 | [
{
"subject": "American_Journal_of_Mathematics",
"property": "publisher",
"object": "Johns_Hopkins_University_Press"
},
{
"subject": "Johns_Hopkins_University_Press",
"property": "country",
"object": "United_States"
},
{
"subject": "Johns_Hopkins_University_Press",
"property": "parentCompany",
"object": "Johns_Hopkins_University"
}
] | [
{
"subject": "American_Journal_of_Mathematics",
"property": "publisher",
"object": "Johns_Hopkins_University_Press"
},
{
"subject": "Johns_Hopkins_University_Press",
"property": "country",
"object": "United_States"
},
{
"subject": "Johns_Hopkins_University_Press",
"property": "parentCompany",
"object": "Johns_Hopkins_University"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Johns Hopkins University is the parent company of Johns Hopkins University Press which is based in the United States and publishes the American Journal of Mathematics.",
"Johns Hopkins University is the parent company of Johns Hopkins University Press in the US who publish the American Journal of Mathematics.",
"Johns Hopkins University, a US parent company to Johns Hopkins University Press, published The American Journal of Mathematics."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Johns_Hopkins_University_Press",
"property:country",
"resource:United_States"
],
[
"resource:Johns_Hopkins_University_Press",
"property:parent_company",
"resource:Johns_Hopkins_University"
],
[
"resource:American_Journal_of_Mathematics",
"rdf:type",
"ontology:written_work"
],
[
"resource:American_Journal_of_Mathematics",
"property:publisher",
"resource:Johns_Hopkins_University_Press"
]
] | American_Journal_of_Mathematics | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "parentCompany",
"readable": "parent company",
"graph": "property:parent_company"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "American_Journal_of_Mathematics",
"readable": "American Journal of Mathematics",
"graph": "resource:American_Journal_of_Mathematics"
},
{
"modified": "Johns_Hopkins_University",
"readable": "Johns Hopkins University",
"graph": "resource:Johns_Hopkins_University"
},
{
"modified": "Johns_Hopkins_University_Press",
"readable": "Johns Hopkins University Press",
"graph": "resource:Johns_Hopkins_University_Press"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?z property:publisher ?y . ?z rdf:type ontology:written_work . ?y property:parent_company resource:GMA_Network__company_ }",
"readable_query": "ASK WHERE { ?z property:publisher ?y . ?z rdf:type ontology:written_work . ?y property:parent_company resource:GMA_Network_(company) }",
"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 | 2 | 5503 | Id38 | [
{
"subject": "AIDS_(journal)",
"property": "academicDiscipline",
"object": "HIV/AIDS"
},
{
"subject": "AIDS_(journal)",
"property": "issn",
"object": "\"0269-9370\""
}
] | [
{
"subject": "AIDS_(journal)",
"property": "academicDiscipline",
"object": "HIV/AIDS"
},
{
"subject": "AIDS_(journal)",
"property": "issnNumber",
"object": "\"0269-9370\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AIDS journal belongs to the academic discipline, HIV/AIDS, and it has the ISSN number 0269-9370.",
"The AIDS journal, which studies HIV/AIDS, has the ISSN number 0269-9370.",
"The discipline of the AIDS Journal, ISSN number 0269-9370, is HIV/AIDS."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:AIDS__journal_",
"rdf:type",
"ontology:written_work"
],
[
"resource:AIDS__journal_",
"property:issn_number",
"0269-9370"
],
[
"resource:AIDS__journal_",
"property:academic_discipline",
"resource:HIV_AIDS"
]
] | AIDS_(journal) | [
{
"modified": "0269-9370",
"readable": "0269-9370",
"graph": "0269-9370"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "issnNumber",
"readable": "issn number",
"graph": "property:issn_number"
},
{
"modified": "AIDS_(journal)",
"readable": "AIDS",
"graph": "resource:AIDS__journal_"
},
{
"modified": "HIV/AIDS",
"readable": "HIV/AIDS",
"graph": "resource:HIV_AIDS"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?t ) WHERE { ?e property:issn_number '0269-9370' . ?e rdf:type ontology:written_work . ?e property:academic_discipline ?g }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?t ) WHERE { ?e property:issn_number '0269-9370' . ?e rdf:type ontology:written_work . ?e property:academic_discipline ?g }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?n rdf:type ontology:written_work . ?n property:issn_number '0269-9370' . ?n property:academic_discipline ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?n rdf:type ontology:written_work . ?n property:issn_number '0269-9370' . ?n property:academic_discipline ?t }",
"graph_answer": [
"resource:HIV_AIDS"
],
"readable_answer": [
"HIV/AIDS"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x ?t WHERE { ?t property:academic_discipline resource:HIV_AIDS . ?t property:issn_number ?x . ?t rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?x ?t WHERE { ?t property:academic_discipline resource:HIV/AIDS . ?t property:issn_number ?x . ?t rdf:type ontology:written_work }",
"graph_answer": [
"0269-9370",
"resource:AIDS__journal_"
],
"readable_answer": [
"0269-9370",
"AIDS"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food | 4 | 9819 | Id108 | [
{
"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": "Brown_sauce"
}
] | [
{
"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": "Brown_sauce"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The bacon sandwich from the UK has different names including: Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm and bacon muffin. The main ingredients in a Bacon sandwich are bread and bacon and it is often served with ketchup or brown sauce as a condiment.",
"The Bacon Sandwich, popular in the UK, 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 main ingredients of a bacon sandwich are bread and bacon and a condiment, often ketchup or brown sauce.",
"Bacon sandwiches are popular in the UK and its main ingredients are bread and bacon with ketchup or brown sauce as a condiment. The sandwich has different names including: Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm and bacon muffin."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bacon_sandwich",
"property:ingredient",
"resource:Brown_sauce"
],
[
"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": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"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": "Brown_sauce",
"readable": "Brown sauce",
"graph": "resource:Brown_sauce"
},
{
"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 ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'b' ) ) . resource:Bacon_sandwich property:main_ingredient ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'b' ) ) . resource:Bacon_sandwich property:main_ingredient ?f }",
"graph_answer": [
"resource:Bacon"
],
"readable_answer": [
"Bacon"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?b ) WHERE { resource:Bacon_sandwich property:alternative_name ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?b ) WHERE { resource:Bacon_sandwich property:alternative_name ?y }",
"graph_answer": [
"8"
],
"readable_answer": [
"8"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { resource:Bacon_sandwich property:alternative_name ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Bacon_sandwich property:alternative_name ?x }",
"graph_answer": [
"resource:Rasher_sandwich",
"resource:Bacon_muffin",
"resource:Bacon_sanger",
"resource:Bacon_butty",
"resource:Bacon_cob",
"resource:Bacon_sarnie",
"resource:Piece__n_bacon",
"resource:Bacon_barm"
],
"readable_answer": [
"Rasher sandwich",
"Bacon muffin",
"Bacon sanger",
"Bacon butty",
"Bacon cob",
"Bacon sarnie",
"Piece 'n bacon",
"Bacon barm"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( STRSTARTS ( LCASE ( ?t ) , 'w' ) ) . resource:Bacon_sandwich property:main_ingredient ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( STRSTARTS ( LCASE ( ?t ) , 'w' ) ) . resource:Bacon_sandwich property:main_ingredient ?t }",
"graph_answer": [
"resource:With_a_condiment"
],
"readable_answer": [
"With a condiment"
],
"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"
]
}
] |
|
Astronaut | 3 | 6109 | Id9 | [
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\"@en"
}
] | [
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4"
],
"text": [
"Alan Bean has retired, having been born in Wheeler, Texas and serving on the crew of Apollo 12.",
"Alan Bean has retired, having been born in Wheeler, Texas and serving as a crew member on the Apollo 12 flight mission.",
"Alan Bean, born in Wheeler, Texas, was on the crew of Apollo 12 but has since retired.",
"Alan Bean, born in Wheeler, Texas, is a retired astronaut who was a member of the crew of Apollo 12."
],
"lang": [
"",
"",
"",
""
]
} | [] | [] | [
[
"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:birth_place",
"resource:Wheeler__Texas"
]
] | Alan_Bean | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"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": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?t property:birth_place resource:Rochdale . ?t rdf:type ontology:astronaut . ?t property:status ?x }",
"readable_query": "ASK WHERE { ?t property:birth_place resource:Rochdale . ?t rdf:type ontology:astronaut . ?t property:status ?x }",
"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 | 2 | 3445 | Id57 | [
{
"subject": "Ace_Wilder",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Funk"
}
] | [
{
"subject": "Ace_Wilder",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Funk"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ace Wilder's musical genre is hip hop which has its stylistic origins in funk.",
"Ace Wilder's musical genre is Hip hop, a music which originated from funk music.",
"Funk is the origin of Hip hop the genre of Ace Wilder."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ace_Wilder",
"rdf:type",
"ontology:artist"
],
[
"resource:Ace_Wilder",
"property:genre",
"resource:Hip_hop_music"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Funk"
]
] | Ace_Wilder | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Ace_Wilder",
"readable": "Ace Wilder",
"graph": "resource:Ace_Wilder"
},
{
"modified": "Funk",
"readable": "Funk",
"graph": "resource:Funk"
},
{
"modified": "Hip_hop_music",
"readable": "Hip hop music",
"graph": "resource:Hip_hop_music"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h ?u WHERE { ?h property:genre ?u . ?h rdf:type ontology:artist . ?u property:stylistic_origin resource:Funk }",
"readable_query": "SELECT DISTINCT ?h ?u WHERE { ?h property:genre ?u . ?h rdf:type ontology:artist . ?u property:stylistic_origin resource:Funk }",
"graph_answer": [
"resource:Ace_Wilder",
"resource:Hip_hop_music"
],
"readable_answer": [
"Ace Wilder",
"Hip hop music"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Building | 3 | 6489 | Id109 | [
{
"subject": "Adisham_Hall",
"property": "locationCountry",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "leaderName",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Sri_Lanka",
"property": "language",
"object": "Tamil_language"
}
] | [
{
"subject": "Adisham_Hall",
"property": "country",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "leader",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Sri_Lanka",
"property": "language",
"object": "Tamil_language"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Sri Lanka, led by Ranil Wickremesinghe with the official language being Tamil, is home to Adisham Hall.",
"Ranil Wickremesinghe is the leader of Tamil speaking Sri Lanka where Adisham Hall is located.",
"Adisham Hall is located in the country of Sri Lanka where one of the leaders is Ranil Wickremesinghe and they speak Tamil."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Sri_Lanka",
"property:leader",
"resource:Ranil_Wickremesinghe"
],
[
"resource:Sri_Lanka",
"property:language",
"resource:Tamil_language"
],
[
"resource:Adisham_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Adisham_Hall",
"property:country",
"resource:Sri_Lanka"
]
] | Adisham_Hall | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Adisham_Hall",
"readable": "Adisham Hall",
"graph": "resource:Adisham_Hall"
},
{
"modified": "Ranil_Wickremesinghe",
"readable": "Ranil Wickremesinghe",
"graph": "resource:Ranil_Wickremesinghe"
},
{
"modified": "Sri_Lanka",
"readable": "Sri Lanka",
"graph": "resource:Sri_Lanka"
},
{
"modified": "Tamil_language",
"readable": "Tamil language",
"graph": "resource:Tamil_language"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?u ) WHERE { ?k property:leader resource:Ranil_Wickremesinghe . ?k property:language resource:Tamil_language }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?u ) WHERE { ?k property:leader resource:Ranil_Wickremesinghe . ?k property:language resource:Tamil_language }",
"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 ?v WHERE { ?v property:language resource:Tamil_language . ?v property:leader resource:Ranil_Wickremesinghe }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:language resource:Tamil_language . ?v property:leader resource:Ranil_Wickremesinghe }",
"graph_answer": [
"resource:Sri_Lanka"
],
"readable_answer": [
"Sri Lanka"
],
"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:building . ?x property:country resource:Sri_Lanka }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:building . ?x property:country resource:Sri_Lanka }",
"graph_answer": [
"resource:Adisham_Hall"
],
"readable_answer": [
"Adisham Hall"
],
"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 | 3 | 8369 | Id215 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "A_Severed_Wasp",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "A_Severed_Wasp",
"property": "country",
"object": "United_States"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A severed Wasp originates from the United States, a country that includes many Asian Americans and has Washington, D.C. as its capital.",
"A Severed Wasp is from the United States, where there is an ethnic group called Asian Americans and where the capital is Washington DC.",
"The US is home to Asian Americans and is the origin place of A Severed Wasp. Washington, D.C. is the capital."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
],
[
"resource:A_Severed_Wasp",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Severed_Wasp",
"property:country",
"resource:United_States"
]
] | A_Severed_Wasp | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "A_Severed_Wasp",
"readable": "A Severed Wasp",
"graph": "resource:A_Severed_Wasp"
},
{
"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 ?s ?k WHERE { resource:United_States property:capital ?s . resource:United_States property:ethnic_group ?k }",
"readable_query": "SELECT DISTINCT ?s ?k WHERE { resource:United_States property:capital ?s . resource:United_States property:ethnic_group ?k }",
"graph_answer": [
"resource:Washington__D_C_",
"resource:Asian_Americans"
],
"readable_answer": [
"Washington, D.C.",
"Asian Americans"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?s property:country resource:United_States . ?s rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?s property:country resource:United_States . ?s rdf:type ontology:written_work }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?c WHERE { ?c property:country resource:United_States . ?c rdf:type ontology:written_work }",
"readable_query": "SELECT ?c WHERE { ?c property:country resource:United_States . ?c rdf:type ontology:written_work }",
"graph_answer": [
"resource:A_Severed_Wasp"
],
"readable_answer": [
"A Severed Wasp"
],
"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"
]
}
] |
|
Building | 2 | 3983 | Id135 | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "birthPlace",
"object": "California"
}
] | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "birthPlace",
"object": "California"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Julia Morgan was born in California and is the architect of Asilomar Conference Grounds.",
"Asilomar Conference Grounds was designed by Julia Morgan, who was born in California."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Asilomar_Conference_Grounds",
"property:architect",
"resource:Julia_Morgan"
],
[
"resource:Asilomar_Conference_Grounds",
"rdf:type",
"ontology:building"
],
[
"resource:Julia_Morgan",
"property:birth_place",
"resource:California"
]
] | Asilomar_Conference_Grounds | [
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "Asilomar_Conference_Grounds",
"readable": "Asilomar Conference Grounds",
"graph": "resource:Asilomar_Conference_Grounds"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Julia_Morgan",
"readable": "Julia Morgan",
"graph": "resource:Julia_Morgan"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?u rdf:type ontology:building . ?s property:birth_place resource:United_Kingdom . ?u property:architect ?s }",
"readable_query": "ASK WHERE { ?u rdf:type ontology:building . ?s property:birth_place resource:United_Kingdom . ?u property:architect ?s }",
"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 | 7770 | Id101 | [
{
"subject": "Adam_Koc",
"property": "battles",
"object": "Polish–Soviet_War"
},
{
"subject": "Adam_Koc",
"property": "awards",
"object": "Order_of_Polonia_Restituta"
},
{
"subject": "Adam_Koc",
"property": "award",
"object": "Cross_of_Independence"
}
] | [
{
"subject": "Adam_Koc",
"property": "battle",
"object": "Polish–Soviet_War"
},
{
"subject": "Adam_Koc",
"property": "award",
"object": "Order_of_Polonia_Restituta"
},
{
"subject": "Adam_Koc",
"property": "award",
"object": "Cross_of_Independence"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Adam Koc, who fought in the Polish–Soviet War was awarded both the Order of Polonia Restituta and the Cross of Independence.",
"Adam Koc, fought in the Polish–Soviet War, and was awarded the Order of Polonia Restituta and the Cross of Independence award.",
"Adam Koc was involved in battles in the Polish–Soviet War and was awarded the Order of Polonia Restituta and the Cross of Independence."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Adam_Koc",
"property:award",
"resource:Cross_of_Independence"
],
[
"resource:Adam_Koc",
"property:award",
"resource:Order_of_Polonia_Restituta"
],
[
"resource:Adam_Koc",
"rdf:type",
"ontology:politician"
],
[
"resource:Adam_Koc",
"property:battle",
"resource:Polish_Soviet_War"
]
] | Adam_Koc | [
{
"modified": "award",
"readable": "award",
"graph": "property:award"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "Adam_Koc",
"readable": "Adam Koc",
"graph": "resource:Adam_Koc"
},
{
"modified": "Cross_of_Independence",
"readable": "Cross of Independence",
"graph": "resource:Cross_of_Independence"
},
{
"modified": "Order_of_Polonia_Restituta",
"readable": "Order of Polonia Restituta",
"graph": "resource:Order_of_Polonia_Restituta"
},
{
"modified": "Polish–Soviet_War",
"readable": "Polish–Soviet War",
"graph": "resource:Polish_Soviet_War"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( LCASE ( ?v ) , 'war' ) ) . ?j rdf:type ontology:politician . ?j property:battle ?v . ?j property:award resource:Cross_of_Independence }",
"readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( LCASE ( ?v ) , 'war' ) ) . ?j rdf:type ontology:politician . ?j property:battle ?v . ?j property:award resource:Cross_of_Independence }",
"graph_answer": [
"resource:Polish_Soviet_War"
],
"readable_answer": [
"Polish–Soviet War"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:politician . ?p property:battle resource:Polish_Soviet_War }",
"readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:politician . ?p property:battle resource:Polish–Soviet_War }",
"graph_answer": [
"resource:Adam_Koc"
],
"readable_answer": [
"Adam Koc"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?n ) WHERE { resource:Adam_Koc property:award ?l }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?n ) WHERE { resource:Adam_Koc property:award ?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 ?t WHERE { FILTER ( ?t != resource:Cross_of_Independence ) . resource:Adam_Koc property:award ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?t != resource:Cross_of_Independence ) . resource:Adam_Koc property:award ?t }",
"graph_answer": [
"resource:Order_of_Polonia_Restituta"
],
"readable_answer": [
"Order of Polonia Restituta"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 3 | 5966 | Id112 | [
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\"@en"
},
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Pop_music"
},
{
"subject": "Pop_music",
"property": "musicFusionGenre",
"object": "Disco"
}
] | [
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Aleksandra_Kovač",
"property": "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": [
"Aleksandra Kovac is a solo singer and a performer of pop music but disco is a genre of music that contain elements of other genres such as pop music and therefore can be considered a fusion genre.",
"Aleksandra Kovac is a solo singer in Pop music which helped give rise to Disco.",
"Aleksandra Kovac was a solo singer who performed pop music. Disco music contains elements of pop music and can be considered a fusion genre."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aleksandra_Kova_",
"rdf:type",
"ontology:artist"
],
[
"resource:Aleksandra_Kova_",
"property:background",
"resource:solo_singer"
],
[
"resource:Aleksandra_Kova_",
"property:genre",
"resource:Pop_music"
],
[
"resource:Pop_music",
"property:music_fusion_genre",
"resource:Disco"
]
] | Aleksandra_Kovač | [
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"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": "Pop_music",
"readable": "Pop music",
"graph": "resource:Pop_music"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?z property:genre ?r . ?z rdf:type ontology:artist . ?r property:music_fusion_genre resource:Afrobeat }",
"readable_query": "ASK WHERE { ?z property:genre ?r . ?z rdf:type ontology:artist . ?r property:music_fusion_genre resource:Afrobeat }",
"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 | 9415 | Id14 | [
{
"subject": "Albany,_Georgia",
"property": "subdivisionName",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] | [
{
"subject": "Albany,_Georgia",
"property": "isPartOf",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"One city in the U.S., where English is spoken and you find Native Americans, is Albany in Dougherty County, Georgia.",
"Albany is part of Dougherty County in Georgia, United States. English is the language of the United States and The Native Americans one of the ethnic groups.",
"The Native Americans comprise one of the ethnic groups in the United States of America where English is the spoken language. The country is the location of the city of Albany in Dougherty County, Georgia."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albany__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Georgia",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Georgia",
"property:is_part_of",
"resource:Dougherty_County__Georgia"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] | Albany,_Georgia | [
{
"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": "Albany,_Georgia",
"readable": "Albany, Georgia",
"graph": "resource:Albany__Georgia"
},
{
"modified": "Dougherty_County,_Georgia",
"readable": "Dougherty County, Georgia",
"graph": "resource:Dougherty_County__Georgia"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { FILTER ( STRSTARTS ( LCASE ( ?u ) , 'u' ) ) . ?u property:language resource:English_language }",
"readable_query": "SELECT DISTINCT ?u WHERE { FILTER ( STRSTARTS ( LCASE ( ?u ) , 'u' ) ) . ?u property:language resource:English_language }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Albany__Georgia property:distributor ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Albany,_Georgia property:distributor ?m }",
"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"
]
}
] |
|
SportsTeam | 3 | 8046 | Id119 | [
{
"subject": "AZ_Alkmaar",
"property": "manager",
"object": "John_van_den_Brom"
},
{
"subject": "John_van_den_Brom",
"property": "team",
"object": "AFC_Ajax"
},
{
"subject": "John_van_den_Brom",
"property": "managerClub",
"object": "Vitesse_Arnhem"
}
] | [
{
"subject": "AZ_Alkmaar",
"property": "manager",
"object": "John_van_den_Brom"
},
{
"subject": "John_van_den_Brom",
"property": "club",
"object": "AFC_Ajax"
},
{
"subject": "John_van_den_Brom",
"property": "club",
"object": "Vitesse_Arnhem"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"John van den Brom has been manager of AZ Alkmaar, he is in Vitesse Arnhem and plays for AFC Ajax.",
"John van den Brom has been manager of AZ Alkmaar and plays for both AFC Ajax and Vitesse Arnhem."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:John_van_den_Brom",
"property:club",
"resource:Vitesse_Arnhem"
],
[
"resource:John_van_den_Brom",
"property:club",
"resource:AFC_Ajax"
],
[
"resource:AZ_Alkmaar",
"rdf:type",
"ontology:sports_team"
],
[
"resource:AZ_Alkmaar",
"property:manager",
"resource:John_van_den_Brom"
]
] | AZ_Alkmaar | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "AFC_Ajax",
"readable": "AFC Ajax",
"graph": "resource:AFC_Ajax"
},
{
"modified": "AZ_Alkmaar",
"readable": "AZ Alkmaar",
"graph": "resource:AZ_Alkmaar"
},
{
"modified": "John_van_den_Brom",
"readable": "John van den Brom",
"graph": "resource:John_van_den_Brom"
},
{
"modified": "Vitesse_Arnhem",
"readable": "Vitesse Arnhem",
"graph": "resource:Vitesse_Arnhem"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?l ) WHERE { resource:John_van_den_Brom property:club ?p }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?l ) WHERE { resource:John_van_den_Brom property:club ?p }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:John_van_den_Brom property:club ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:John_van_den_Brom property:club ?u }",
"graph_answer": [
"resource:Vitesse_Arnhem",
"resource:AFC_Ajax"
],
"readable_answer": [
"Vitesse Arnhem",
"AFC Ajax"
],
"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:AZ_Alkmaar rdf:type ontology:sports_team . resource:AZ_Alkmaar property:manager resource:John_van_den_Brom }",
"readable_query": "ASK WHERE { resource:AZ_Alkmaar rdf:type ontology:sports_team . resource:AZ_Alkmaar property:manager resource:John_van_den_Brom }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Airport | 2 | 3267 | Id72 | [
{
"subject": "Alderney_Airport",
"property": "r1Surface",
"object": "Asphalt"
},
{
"subject": "Alderney_Airport",
"property": "city",
"object": "Alderney"
}
] | [
{
"subject": "Alderney_Airport",
"property": "1stRunwaySurfaceType",
"object": "Asphalt"
},
{
"subject": "Alderney_Airport",
"property": "cityServed",
"object": "Alderney"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The city of Alderney is served by the Alderney Airport which has first runway made of asphalt.",
"The first runway at Alderney airport, which serves Alderney, has an asphalt surface.",
"Alderney is served by Alderney Airport where the 1st runway has an asphalt surface."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alderney_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Alderney_Airport",
"property:city_served",
"resource:Alderney"
],
[
"resource:Alderney_Airport",
"property:1st_runway_surface_type",
"resource:Asphalt"
]
] | Alderney_Airport | [
{
"modified": "1stRunwaySurfaceType",
"readable": "1st runway surface type",
"graph": "property:1st_runway_surface_type"
},
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "Alderney",
"readable": "Alderney",
"graph": "resource:Alderney"
},
{
"modified": "Alderney_Airport",
"readable": "Alderney Airport",
"graph": "resource:Alderney_Airport"
},
{
"modified": "Asphalt",
"readable": "Asphalt",
"graph": "resource:Asphalt"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?j WHERE { ?j property:city_served resource:Alderney . ?j rdf:type ontology:airport . ?j property:1st_runway_surface_type ?p }",
"readable_query": "SELECT DISTINCT ?p ?j WHERE { ?j property:city_served resource:Alderney . ?j rdf:type ontology:airport . ?j property:1st_runway_surface_type ?p }",
"graph_answer": [
"resource:Asphalt",
"resource:Alderney_Airport"
],
"readable_answer": [
"Asphalt",
"Alderney Airport"
],
"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 ?v WHERE { resource:Alderney_Airport property:diameter ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Alderney_Airport property:diameter ?v }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 3 | 7275 | Id188 | [
{
"subject": "Batagor",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Batagor",
"property": "ingredient",
"object": "Peanut_sauce"
},
{
"subject": "Batagor",
"property": "servingTemperature",
"object": "\"hot\""
}
] | [
{
"subject": "Batagor",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Batagor",
"property": "ingredient",
"object": "Peanut_sauce"
},
{
"subject": "Batagor",
"property": "servingTemperature",
"object": "\"hot\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Peanut sauce is an ingredient of the Indonesian dish batagor, which should be served hot.",
"A traditional dish of Indonesia is called Batagor, which has peanut sauce as an ingredient and should be served hot."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Batagor",
"property:ingredient",
"resource:Peanut_sauce"
],
[
"resource:Batagor",
"rdf:type",
"ontology:food"
],
[
"resource:Batagor",
"property:country",
"resource:Indonesia"
],
[
"resource:Batagor",
"property:serving_temperature",
"resource:hot"
]
] | Batagor | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "servingTemperature",
"readable": "serving temperature",
"graph": "property:serving_temperature"
},
{
"modified": "Batagor",
"readable": "Batagor",
"graph": "resource:Batagor"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Peanut_sauce",
"readable": "Peanut sauce",
"graph": "resource:Peanut_sauce"
},
{
"modified": "hot",
"readable": "hot",
"graph": "resource:hot"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?z ) WHERE { resource:Batagor property:last_aired ?c }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?z ) WHERE { resource:Batagor property:last_aired ?c }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?z WHERE { resource:Batagor property:ingredient ?z . resource:Batagor property:serving_temperature ?c }",
"readable_query": "SELECT DISTINCT ?c ?z WHERE { resource:Batagor property:ingredient ?z . resource:Batagor property:serving_temperature ?c }",
"graph_answer": [
"resource:hot",
"resource:Peanut_sauce"
],
"readable_answer": [
"hot",
"Peanut sauce"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Batagor property:followed_by ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Batagor property:followed_by ?e }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 5 | 11771 | Id79 | [
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "\"December 31, 2006 (JD2454100.5)\""
},
{
"subject": "1101_Clematis",
"property": "mass",
"object": "\"5700.0\"^^xsd:double"
},
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "1.83309e+08"
},
{
"subject": "1101_Clematis",
"property": "periapsis",
"object": "4.45895e+11"
},
{
"subject": "1101_Clematis",
"property": "Planet/apoapsis",
"object": "\"5.20906E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "1101_Clematis",
"property": "mass",
"object": "5.7 (kilograms)"
},
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "183309000.0"
},
{
"subject": "1101_Clematis",
"property": "periapsis",
"object": "445895000000.0"
},
{
"subject": "1101_Clematis",
"property": "apoapsis",
"object": "520906000.0 (kilometres)"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1101 Clematis has an epoch date of December 31st 2006, and a mass of 5.7 kgs. With an orbital period of 183309000.0, 1101 Clematis has an apoapsis of 520906000.0 kilometres and a periapsis of 445895000000.",
"31 December 2006 is the epoch date of 1101 Clematis which has a mass of 5.7 kgs. It has an orbital period of 183309000.0, a periapsis of 445895000000.0 and an apoapsis of 520906000.0 Kms.",
"The 1101 Clematis has an epoch date of 31st December 2006, and has a mass of 5.7kgs. It has an orbital period of 183309000.0 and a periapsis of 445895000000.0. It also has an apoapsis of 520906000.0 kilometres."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1101_Clematis",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:1101_Clematis",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1101_Clematis",
"property:apoapsis",
"520906000.0 (kilometres)"
],
[
"resource:1101_Clematis",
"property:mass",
"5.7 (kilograms)"
],
[
"resource:1101_Clematis",
"property:periapsis",
"resource:445895000000_0"
],
[
"resource:1101_Clematis",
"property:orbital_period",
"resource:183309000_0"
]
] | 1101_Clematis | [
{
"modified": "5.7 (kilograms)",
"readable": "5.7",
"graph": "5.7 (kilograms)"
},
{
"modified": "520906000.0 (kilometres)",
"readable": "520906000.0",
"graph": "520906000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "mass",
"readable": "mass",
"graph": "property:mass"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "periapsis",
"readable": "periapsis",
"graph": "property:periapsis"
},
{
"modified": "1101_Clematis",
"readable": "1101 Clematis",
"graph": "resource:1101_Clematis"
},
{
"modified": "183309000.0",
"readable": "183309000.0",
"graph": "resource:183309000_0"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
},
{
"modified": "445895000000.0",
"readable": "445895000000.0",
"graph": "resource:445895000000_0"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?t property:epoch ?e . FILTER ( ?e = \"2006_12_31\" ) . ?t rdf:type ontology:celestial_body . ?t property:orbital_period ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?t property:epoch ?e . FILTER ( ?e = \"2006-12-31\" ) . ?t rdf:type ontology:celestial_body . ?t property:orbital_period ?z }",
"graph_answer": [
"resource:183309000_0"
],
"readable_answer": [
"183309000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:celestial_body . ?n property:epoch ?a . ?n property:orbital_period resource:183309000_0 . FILTER ( ?a = \"2006_12_31\" ) }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:celestial_body . ?n property:epoch ?a . ?n property:orbital_period resource:183309000.0 . FILTER ( ?a = \"2006-12-31\" ) }",
"graph_answer": [
"resource:1101_Clematis"
],
"readable_answer": [
"1101 Clematis"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:1101_Clematis property:periapsis resource:445895000000_0 }",
"readable_query": "ASK WHERE { resource:1101_Clematis property:periapsis resource:445895000000.0 }",
"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 ?c ?b WHERE { resource:1101_Clematis property:mass ?b . resource:1101_Clematis property:apoapsis ?c }",
"readable_query": "SELECT DISTINCT ?c ?b WHERE { resource:1101_Clematis property:mass ?b . resource:1101_Clematis property:apoapsis ?c }",
"graph_answer": [
"520906000.0 (kilometres)",
"5.7 (kilograms)"
],
"readable_answer": [
"520906000.0",
"5.7"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist | 3 | 5857 | Id3 | [
{
"subject": "Aaron_Bertram",
"property": "associatedMusicalArtist",
"object": "Kids_Imagine_Nation"
},
{
"subject": "Aaron_Bertram",
"property": "associatedBand",
"object": "Suburban_Legends"
},
{
"subject": "Suburban_Legends",
"property": "genre",
"object": "Ska"
}
] | [
{
"subject": "Aaron_Bertram",
"property": "associatedBand/associatedMusicalArtist",
"object": "Suburban_Legends"
},
{
"subject": "Aaron_Bertram",
"property": "associatedBand/associatedMusicalArtist",
"object": "Kids_Imagine_Nation"
},
{
"subject": "Suburban_Legends",
"property": "genre",
"object": "Ska"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Bertram played for the Suburban Legends and the Kids Imagine Nation bank. Suburban Legends genre is Ska.",
"Aaron Bertram is a member of Kids Imagine Nation and Ska band, Suburban Legends.",
"Aaron Bertram is an artist with Kids Imagine Nation band and Suburban Legends band (which has Ska as its genre)."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Suburban_Legends",
"property:genre",
"resource:Ska"
],
[
"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"
]
] | 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": "Aaron_Bertram",
"readable": "Aaron Bertram",
"graph": "resource:Aaron_Bertram"
},
{
"modified": "Kids_Imagine_Nation",
"readable": "Kids Imagine Nation",
"graph": "resource:Kids_Imagine_Nation"
},
{
"modified": "Ska",
"readable": "Ska",
"graph": "resource:Ska"
},
{
"modified": "Suburban_Legends",
"readable": "Suburban Legends",
"graph": "resource:Suburban_Legends"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { FILTER NOT EXISTS { ?z property:genre resource:Ska } . resource:Aaron_Bertram property:associated_band_associated_musical_artist ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER NOT EXISTS { ?z property:genre resource:Ska } . resource:Aaron_Bertram property:associated_band_associated_musical_artist ?z }",
"graph_answer": [
"resource:Kids_Imagine_Nation"
],
"readable_answer": [
"Kids Imagine Nation"
],
"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 ?q WHERE { resource:Aaron_Bertram property:associated_band_associated_musical_artist ?q . FILTER ( ?q != resource:Kids_Imagine_Nation ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Aaron_Bertram property:associated_band_associated_musical_artist ?q . FILTER ( ?q != resource:Kids_Imagine_Nation ) }",
"graph_answer": [
"resource:Suburban_Legends"
],
"readable_answer": [
"Suburban Legends"
],
"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"
]
}
] |
|
CelestialBody | 3 | 6673 | Id90 | [
{
"subject": "1097_Vicia",
"property": "orbitalPeriod",
"object": "1.35589e+08"
},
{
"subject": "1097_Vicia",
"property": "epoch",
"object": "\"2006-12-31\"^^xsd:date"
},
{
"subject": "1097_Vicia",
"property": "Planet/apoapsis",
"object": "\"5.11592E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "1097_Vicia",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "1097_Vicia",
"property": "orbitalPeriod",
"object": "135589000.0"
},
{
"subject": "1097_Vicia",
"property": "apoapsis",
"object": "511592000.0 (kilometres)"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The epoch of 1097 Vicia is on 31 December 2016. It has an orbital period of 135589000.0 and an apoapsis of 511592000.0 km.",
"1097 Vicia, with the epoch date December 31st 2006, has an apoapsis of 511592000.0 km and an orbital period of 135589000.0.",
"1097 Vicia has the epoch date of 31 December 2006, an orbital period of 135589000.0 and an apoapsis of 511592000.0 km."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1097_Vicia",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:1097_Vicia",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1097_Vicia",
"property:apoapsis",
"511592000.0 (kilometres)"
],
[
"resource:1097_Vicia",
"property:orbital_period",
"resource:135589000_0"
]
] | 1097_Vicia | [
{
"modified": "511592000.0 (kilometres)",
"readable": "511592000.0",
"graph": "511592000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "1097_Vicia",
"readable": "1097 Vicia",
"graph": "resource:1097_Vicia"
},
{
"modified": "135589000.0",
"readable": "135589000.0",
"graph": "resource:135589000_0"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { FILTER ( CONTAINS ( YEAR ( ?l ) , '2006' ) ) . ?j rdf:type ontology:celestial_body . ?j property:epoch ?l . ?j property:orbital_period ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( CONTAINS ( YEAR ( ?l ) , '2006' ) ) . ?j rdf:type ontology:celestial_body . ?j property:epoch ?l . ?j property:orbital_period ?o }",
"graph_answer": [
"resource:135589000_0"
],
"readable_answer": [
"135589000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?m property:orbital_period resource:135589000_0 . ?m rdf:type ontology:celestial_body . ?m property:epoch ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?m property:orbital_period resource:135589000.0 . ?m rdf:type ontology:celestial_body . ?m property:epoch ?k }",
"graph_answer": [
"resource:2006_12_31"
],
"readable_answer": [
"2006-12-31"
],
"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 ?r WHERE { ?r property:orbital_period resource:135589000_0 . ?r rdf:type ontology:celestial_body . ?r property:epoch resource:2006_12_31 }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:orbital_period resource:135589000.0 . ?r rdf:type ontology:celestial_body . ?r property:epoch resource:2006-12-31 }",
"graph_answer": [
"resource:1097_Vicia"
],
"readable_answer": [
"1097 Vicia"
],
"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": "ASK WHERE { resource:1097_Vicia property:apoapsis '511592000.0 (kilometres)' }",
"readable_query": "ASK WHERE { resource:1097_Vicia property:apoapsis '511592000.0 (kilometres)' }",
"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 ?u WHERE { resource:1097_Vicia property:division ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:1097_Vicia property:division ?u }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 3 | 6493 | Id113 | [
{
"subject": "Akita_Museum_of_Art",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "locationTown",
"object": "Akita_Prefecture"
},
{
"subject": "Japan",
"property": "ethnicGroup",
"object": "Koreans_in_Japan"
}
] | [
{
"subject": "Akita_Museum_of_Art",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita_Prefecture"
},
{
"subject": "Japan",
"property": "ethnicGroup",
"object": "Koreans_in_Japan"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Akita Museum of Art is located in Japan, Akita Prefecture and has an ethnic group of Koreans.",
"Akita Museum of Art is located in Akita Prefecture of Japan, one of the ethnic groups of which are Koreans."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Japan",
"property:ethnic_group",
"resource:Koreans_in_Japan"
],
[
"resource:Akita_Museum_of_Art",
"rdf:type",
"ontology:building"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita_Prefecture"
],
[
"resource:Akita_Museum_of_Art",
"property:country",
"resource:Japan"
]
] | Akita_Museum_of_Art | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Akita_Museum_of_Art",
"readable": "Akita Museum of Art",
"graph": "resource:Akita_Museum_of_Art"
},
{
"modified": "Akita_Prefecture",
"readable": "Akita Prefecture",
"graph": "resource:Akita_Prefecture"
},
{
"modified": "Japan",
"readable": "Japan",
"graph": "resource:Japan"
},
{
"modified": "Koreans_in_Japan",
"readable": "Koreans in Japan",
"graph": "resource:Koreans_in_Japan"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Japan property:ethnic_group resource:Koreans_in_Japan }",
"readable_query": "ASK WHERE { resource:Japan property:ethnic_group resource:Koreans_in_Japan }",
"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 ( ?z ) AS ?b ) WHERE { resource:Akita_Museum_of_Art property:frequency ?z }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?b ) WHERE { resource:Akita_Museum_of_Art property:frequency ?z }",
"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 | 3939 | Id91 | [
{
"subject": "Addis_Ababa_City_Hall",
"property": "currentTenants",
"object": "\"Government of Addis Ababa\"@en"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "floorArea",
"object": "\"140000.0\"^^<http://dbpedia.org/datatype/squareMetre>"
}
] | [
{
"subject": "Addis_Ababa_City_Hall",
"property": "currentTenants",
"object": "\"Government of Addis Ababa\""
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "floorArea",
"object": "140000.0 (square metres)"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Addis Ababa City Hall is where the Government of Addis Ababa is currently located and its floor area covers 140000.0 (square metres).",
"Addis Ababa City Hall has a floor area of 140000.0 square metres and its current tenants are the Government of Addis Ababa.",
"The \" Government of Addis Ababa\" are the current tenants of Addis Ababa City Hall, which has a floor area of 140000.0 square metres."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Addis_Ababa_City_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Addis_Ababa_City_Hall",
"property:floor_area",
"140000.0 (square metres)"
],
[
"resource:Addis_Ababa_City_Hall",
"property:current_tenants",
"Government of Addis Ababa"
]
] | Addis_Ababa_City_Hall | [
{
"modified": "140000.0 (square metres)",
"readable": "140000.0",
"graph": "140000.0 (square metres)"
},
{
"modified": "Government of Addis Ababa",
"readable": "Government of Addis Ababa",
"graph": "Government of Addis Ababa"
},
{
"modified": "currentTenants",
"readable": "current tenants",
"graph": "property:current_tenants"
},
{
"modified": "floorArea",
"readable": "floor area",
"graph": "property:floor_area"
},
{
"modified": "Addis_Ababa_City_Hall",
"readable": "Addis Ababa City Hall",
"graph": "resource:Addis_Ababa_City_Hall"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?n property:floor_area '1200 (square metres)' . ?n property:current_tenants ?f . ?n rdf:type ontology:building }",
"readable_query": "ASK WHERE { ?n property:floor_area '1200 (square metres)' . ?n property:current_tenants ?f . ?n rdf:type ontology:building }",
"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 | 2 | 3492 | Id104 | [
{
"subject": "Albennie_Jones",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Albennie_Jones",
"property": "background",
"object": "\"solo_singer\"@en"
}
] | [
{
"subject": "Albennie_Jones",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Albennie_Jones",
"property": "background",
"object": "\"solo_singer\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albennie Jones, a jazz artist, is a solo singer.",
"Albennie Jones, a jazz artist, has a background as a solo singer.",
"Albennie Jones is a solo singer and performs jazz music."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albennie_Jones",
"rdf:type",
"ontology:artist"
],
[
"resource:Albennie_Jones",
"property:background",
"resource:solo_singer"
],
[
"resource:Albennie_Jones",
"property:genre",
"resource:Jazz"
]
] | Albennie_Jones | [
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Albennie_Jones",
"readable": "Albennie Jones",
"graph": "resource:Albennie_Jones"
},
{
"modified": "Jazz",
"readable": "Jazz",
"graph": "resource:Jazz"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?a rdf:type ontology:artist . ?a property:background resource:non_performing_personnel . ?a property:genre ?y }",
"readable_query": "ASK WHERE { ?a rdf:type ontology:artist . ?a property:background resource:non_performing_personnel . ?a property:genre ?y }",
"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 | 9637 | Id18 | [
{
"subject": "Baymax",
"property": "voice",
"object": "Scott_Adsit"
},
{
"subject": "Baymax",
"property": "creators",
"object": "Duncan_Rouleau"
},
{
"subject": "Baymax",
"property": "firstAppearance",
"object": "\"Big Hero 6(2014)\""
},
{
"subject": "Baymax",
"property": "creator",
"object": "Steven_T._Seagle"
}
] | [
{
"subject": "Baymax",
"property": "firstAppearanceInFilm",
"object": "Big_Hero_6_(film)"
},
{
"subject": "Baymax",
"property": "voice",
"object": "Scott_Adsit"
},
{
"subject": "Baymax",
"property": "creator",
"object": "Duncan_Rouleau"
},
{
"subject": "Baymax",
"property": "creator",
"object": "Steven_T._Seagle"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The character Baymax first appeared in the film Big Hero 6 and is voiced by Scott Adsit. It was created by Duncan Rouleau and Steven T. Seagle.",
"Duncan Rouleau and Steven T Seagle created the character of Baymax who first appeared in the film Big Hero 6 and is voiced by Scott Adsit.",
"Baymax, voiced by Scott Adsit and created by Duncan Rouleau and Steven T. Seagle first appeared in the film Big Hero 6."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Baymax",
"property:creator",
"resource:Steven_T__Seagle"
],
[
"resource:Baymax",
"property:creator",
"resource:Duncan_Rouleau"
],
[
"resource:Baymax",
"property:first_appearance_in_film",
"resource:Big_Hero_6__film_"
],
[
"resource:Baymax",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Baymax",
"property:voice",
"resource:Scott_Adsit"
]
] | Baymax | [
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "firstAppearanceInFilm",
"readable": "first appearance in film",
"graph": "property:first_appearance_in_film"
},
{
"modified": "voice",
"readable": "voice",
"graph": "property:voice"
},
{
"modified": "Baymax",
"readable": "Baymax",
"graph": "resource:Baymax"
},
{
"modified": "Big_Hero_6_(film)",
"readable": "Big Hero 6",
"graph": "resource:Big_Hero_6__film_"
},
{
"modified": "Duncan_Rouleau",
"readable": "Duncan Rouleau",
"graph": "resource:Duncan_Rouleau"
},
{
"modified": "Scott_Adsit",
"readable": "Scott Adsit",
"graph": "resource:Scott_Adsit"
},
{
"modified": "Steven_T._Seagle",
"readable": "Steven T. Seagle",
"graph": "resource:Steven_T__Seagle"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( STRSTARTS ( LCASE ( ?n ) , 'd' ) ) . resource:Baymax property:creator ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( STRSTARTS ( LCASE ( ?n ) , 'd' ) ) . resource:Baymax property:creator ?n }",
"graph_answer": [
"resource:Duncan_Rouleau"
],
"readable_answer": [
"Duncan Rouleau"
],
"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 ?k WHERE { resource:Baymax property:creator ?k . FILTER ( CONTAINS ( LCASE ( ?k ) , 'seagle' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Baymax property:creator ?k . FILTER ( CONTAINS ( LCASE ( ?k ) , 'seagle' ) ) }",
"graph_answer": [
"resource:Steven_T__Seagle"
],
"readable_answer": [
"Steven T. Seagle"
],
"type": [
"ellipsis",
"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 ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 's' ) ) . resource:Baymax property:voice ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 's' ) ) . resource:Baymax property:voice ?i }",
"graph_answer": [
"resource:Scott_Adsit"
],
"readable_answer": [
"Scott Adsit"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?i ) WHERE { resource:Baymax property:first_appearance_in_film ?t }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?i ) WHERE { resource:Baymax property:first_appearance_in_film ?t }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Baymax property:first_appearance_in_film ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Baymax property:first_appearance_in_film ?u }",
"graph_answer": [
"resource:Big_Hero_6__film_"
],
"readable_answer": [
"Big Hero 6"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 4 | 8983 | Id53 | [
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "History_of_the_St._Louis_Rams"
},
{
"subject": "History_of_the_St._Louis_Rams",
"property": "locationCity",
"object": "St._Louis"
},
{
"subject": "Tennessee_Titans",
"property": "coach",
"object": "Mike_Mularkey"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | [
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "St._Louis_Rams"
},
{
"subject": "St._Louis_Rams",
"property": "city",
"object": "St._Louis"
},
{
"subject": "Tennessee_Titans",
"property": "coach",
"object": "Mike_Mularkey"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Ayers made his debut for the Tennessee Titans which is coached by, Mike Mularkey. American Football team, St. Louis Rams, are based in the city of St. Louis and is the former team of Akeem Ayers.",
"Akeem Ayers made his debut with the Tennessee Titans who are coached by Mike Mularkey, and he has previously played for the St Louis Rams, an American football team based in the city of St Louis.",
"The St. Louis Rams, based in the city of St. Louis, are the former team of Akeem Ayers. He made his debut for the Tennessee Titans which is coached by, Mike Mularkey."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Ayers",
"property:former_team",
"resource:St__Louis_Rams"
],
[
"resource:Akeem_Ayers",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Ayers",
"property:debut_team",
"resource:Tennessee_Titans"
],
[
"resource:Tennessee_Titans",
"property:coach",
"resource:Mike_Mularkey"
],
[
"resource:St__Louis_Rams",
"property:city",
"resource:St__Louis"
]
] | Akeem_Ayers | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "coach",
"readable": "coach",
"graph": "property:coach"
},
{
"modified": "debutTeam",
"readable": "debut team",
"graph": "property:debut_team"
},
{
"modified": "formerTeam",
"readable": "former team",
"graph": "property:former_team"
},
{
"modified": "Akeem_Ayers",
"readable": "Akeem Ayers",
"graph": "resource:Akeem_Ayers"
},
{
"modified": "Mike_Mularkey",
"readable": "Mike Mularkey",
"graph": "resource:Mike_Mularkey"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "St._Louis_Rams",
"readable": "St. Louis Rams",
"graph": "resource:St__Louis_Rams"
},
{
"modified": "Tennessee_Titans",
"readable": "Tennessee Titans",
"graph": "resource:Tennessee_Titans"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?f property:former_team resource:St__Louis_Rams . ?f rdf:type ontology:athlete . ?f property:debut_team ?g . FILTER ( STRSTARTS ( LCASE ( ?f ) , 'a' ) ) . ?g property:coach resource:Mike_Mularkey }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?f property:former_team resource:St._Louis_Rams . ?f rdf:type ontology:athlete . ?f property:debut_team ?g . FILTER ( STRSTARTS ( LCASE ( ?f ) , 'a' ) ) . ?g property:coach resource:Mike_Mularkey }",
"graph_answer": [
"resource:Tennessee_Titans"
],
"readable_answer": [
"Tennessee Titans"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:athlete . ?j property:former_team resource:St__Louis_Rams . ?j property:debut_team resource:Tennessee_Titans . resource:Tennessee_Titans property:coach resource:Mike_Mularkey }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:athlete . ?j property:former_team resource:St._Louis_Rams . ?j property:debut_team resource:Tennessee_Titans . resource:Tennessee_Titans property:coach resource:Mike_Mularkey }",
"graph_answer": [
"resource:Akeem_Ayers"
],
"readable_answer": [
"Akeem Ayers"
],
"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"
]
}
] |
|
MeanOfTransportation | 2 | 4895 | Id130 | [
{
"subject": "American_submarine_NR-1",
"property": "shipDraft",
"object": "\"4.6\"^^xsd:double"
},
{
"subject": "American_submarine_NR-1",
"property": "shipBeam",
"object": "\"3.8\"^^xsd:double"
}
] | [
{
"subject": "American_submarine_NR-1",
"property": "shipDraft",
"object": "4.6 m"
},
{
"subject": "American_submarine_NR-1",
"property": "shipBeam",
"object": "3.8 m"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The American submarine NR-1 has a draft of 4.6m and a beam of 3.8m.",
"The American submarine NR-1 has a ship draft of 4.6m and a beam of 3.8 metres.",
"The American submarine NR-1 has a ship draft of 4.6m and a beam of 3.8m."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:American_submarine_NR_1",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:American_submarine_NR_1",
"property:ship_beam",
"resource:3_8_m"
],
[
"resource:American_submarine_NR_1",
"property:ship_draft",
"resource:4_6_m"
]
] | American_submarine_NR-1 | [
{
"modified": "shipBeam",
"readable": "ship beam",
"graph": "property:ship_beam"
},
{
"modified": "shipDraft",
"readable": "ship draft",
"graph": "property:ship_draft"
},
{
"modified": "3.8 m",
"readable": "3.8 m",
"graph": "resource:3_8_m"
},
{
"modified": "4.6 m",
"readable": "4.6 m",
"graph": "resource:4_6_m"
},
{
"modified": "American_submarine_NR-1",
"readable": "American submarine NR-1",
"graph": "resource:American_submarine_NR_1"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?j property:ship_beam resource:8_3_m . ?j rdf:type ontology:mean_of_transportation . ?j property:ship_draft ?w }",
"readable_query": "ASK WHERE { ?j property:ship_beam resource:8.3_m . ?j rdf:type ontology:mean_of_transportation . ?j property:ship_draft ?w }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Athlete | 4 | 8984 | Id54 | [
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "History_of_the_St._Louis_Rams"
},
{
"subject": "History_of_the_St._Louis_Rams",
"property": "coach",
"object": "Steve_Spagnuolo"
},
{
"subject": "History_of_the_St._Louis_Rams",
"property": "locationCity",
"object": "St._Louis"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | [
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "St._Louis_Rams"
},
{
"subject": "St._Louis_Rams",
"property": "coach",
"object": "Steve_Spagnuolo"
},
{
"subject": "St._Louis_Rams",
"property": "city",
"object": "St._Louis"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Ayers debuted for Tennessee Titans and played for St Louis based team St Louis Rams whose coach is Steve Spagnuolo.",
"Akeem Ayers debuted with the Tennessee Titans and is a former player of the St. Louis based, St. Louis Rams. The Rams are coached by Steve Spagnuolo.",
"Akeem Ayers, who made his debut for the Tennessee Titans, used play for the St. Louis Rams. Steve Spagnuolo is the coach of the St. Louis Rams, an American football team, based in the city of St. Louis."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Ayers",
"property:former_team",
"resource:St__Louis_Rams"
],
[
"resource:Akeem_Ayers",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Ayers",
"property:debut_team",
"resource:Tennessee_Titans"
],
[
"resource:St__Louis_Rams",
"property:coach",
"resource:Steve_Spagnuolo"
],
[
"resource:St__Louis_Rams",
"property:city",
"resource:St__Louis"
]
] | Akeem_Ayers | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "coach",
"readable": "coach",
"graph": "property:coach"
},
{
"modified": "debutTeam",
"readable": "debut team",
"graph": "property:debut_team"
},
{
"modified": "formerTeam",
"readable": "former team",
"graph": "property:former_team"
},
{
"modified": "Akeem_Ayers",
"readable": "Akeem Ayers",
"graph": "resource:Akeem_Ayers"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "St._Louis_Rams",
"readable": "St. Louis Rams",
"graph": "resource:St__Louis_Rams"
},
{
"modified": "Steve_Spagnuolo",
"readable": "Steve Spagnuolo",
"graph": "resource:Steve_Spagnuolo"
},
{
"modified": "Tennessee_Titans",
"readable": "Tennessee Titans",
"graph": "resource:Tennessee_Titans"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?i property:former_team ?c . ?i property:debut_team resource:Tennessee_Titans . ?i rdf:type ontology:athlete . ?c property:coach resource:Steve_Spagnuolo }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?i property:former_team ?c . ?i property:debut_team resource:Tennessee_Titans . ?i rdf:type ontology:athlete . ?c property:coach resource:Steve_Spagnuolo }",
"graph_answer": [
"resource:St__Louis_Rams"
],
"readable_answer": [
"St. Louis Rams"
],
"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 ?e WHERE { ?e property:former_team resource:St__Louis_Rams . resource:St__Louis_Rams property:coach resource:Steve_Spagnuolo . ?e rdf:type ontology:athlete . ?e property:debut_team resource:Tennessee_Titans }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e property:former_team resource:St._Louis_Rams . resource:St._Louis_Rams property:coach resource:Steve_Spagnuolo . ?e rdf:type ontology:athlete . ?e property:debut_team resource:Tennessee_Titans }",
"graph_answer": [
"resource:Akeem_Ayers"
],
"readable_answer": [
"Akeem Ayers"
],
"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"
]
}
] |
|
Airport | 4 | 8601 | Id199 | [
{
"subject": "Punjab,_Pakistan",
"property": "leaderName",
"object": "Shehbaz_Sharif"
},
{
"subject": "Lahore",
"property": "country",
"object": "Pakistan"
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "location",
"object": "Punjab,_Pakistan"
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "cityServed",
"object": "Lahore"
}
] | [
{
"subject": "Punjab,_Pakistan",
"property": "leader",
"object": "Shehbaz_Sharif"
},
{
"subject": "Lahore",
"property": "country",
"object": "Pakistan"
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "location",
"object": "Punjab,_Pakistan"
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "cityServed",
"object": "Lahore"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Lahore is a city in Pakistan. It is served by Allama Iqbal international airport, located in Punjab Pakistan and the leader of Punjab is Shehbaz Sharif.",
"Located in Shehbaz Sharif led, Pakistan, the city of Lahore is served by Allama Iqbal International Airport which is found in Punjab, Pakistan.",
"Shehbaz Sharif is the leader of Punjab, Pakistan, where the Allama Iqbal International airport is located and serves the city of Lahore."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Allama_Iqbal_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Allama_Iqbal_International_Airport",
"property:location",
"resource:Punjab__Pakistan"
],
[
"resource:Allama_Iqbal_International_Airport",
"property:city_served",
"resource:Lahore"
],
[
"resource:Lahore",
"property:country",
"resource:Pakistan"
],
[
"resource:Punjab__Pakistan",
"property:leader",
"resource:Shehbaz_Sharif"
]
] | Allama_Iqbal_International_Airport | [
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Allama_Iqbal_International_Airport",
"readable": "Allama Iqbal International Airport",
"graph": "resource:Allama_Iqbal_International_Airport"
},
{
"modified": "Lahore",
"readable": "Lahore",
"graph": "resource:Lahore"
},
{
"modified": "Pakistan",
"readable": "Pakistan",
"graph": "resource:Pakistan"
},
{
"modified": "Punjab,_Pakistan",
"readable": "Punjab, Pakistan",
"graph": "resource:Punjab__Pakistan"
},
{
"modified": "Shehbaz_Sharif",
"readable": "Shehbaz Sharif",
"graph": "resource:Shehbaz_Sharif"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?l ) WHERE { ?k rdf:type ontology:airport . ?w property:country resource:Italy . ?k property:city_served ?w }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?l ) WHERE { ?k rdf:type ontology:airport . ?w property:country resource:Italy . ?k property:city_served ?w }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?l ) WHERE { ?r rdf:type ontology:airport . ?r property:location resource:Punjab__Pakistan . ?r property:city_served resource:Lahore }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?l ) WHERE { ?r rdf:type ontology:airport . ?r property:location resource:Punjab,_Pakistan . ?r property:city_served resource:Lahore }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?t property:location resource:Punjab__Pakistan . ?t property:city_served resource:Lahore . ?t rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t property:location resource:Punjab,_Pakistan . ?t property:city_served resource:Lahore . ?t rdf:type ontology:airport }",
"graph_answer": [
"resource:Allama_Iqbal_International_Airport"
],
"readable_answer": [
"Allama Iqbal International Airport"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Punjab__Pakistan property:leader ?a . FILTER ( CONTAINS ( LCASE ( ?a ) , 'sharif' ) ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Punjab,_Pakistan property:leader ?a . FILTER ( CONTAINS ( LCASE ( ?a ) , 'sharif' ) ) }",
"graph_answer": [
"resource:Shehbaz_Sharif"
],
"readable_answer": [
"Shehbaz Sharif"
],
"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 | 4643 | Id155 | [
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Avocado"
},
{
"subject": "Avocado",
"property": "family",
"object": "Lauraceae"
}
] | [
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Avocado"
},
{
"subject": "Avocado",
"property": "family",
"object": "Lauraceae"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The avocado plant belongs to the Lauraceae family and is one of the ingredients in the dish Bandeja paisa.",
"Avocado, a member of the Lauraceae family, is an ingredient in Bandeja paisa.",
"Avocado is an ingredient of Bandeja paisa and is part of the Lauraceae family."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Avocado",
"property:family",
"resource:Lauraceae"
],
[
"resource:Bandeja_paisa",
"property:ingredient",
"resource:Avocado"
],
[
"resource:Bandeja_paisa",
"rdf:type",
"ontology:food"
]
] | Bandeja_paisa | [
{
"modified": "family",
"readable": "family",
"graph": "property:family"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Avocado",
"readable": "Avocado",
"graph": "resource:Avocado"
},
{
"modified": "Bandeja_paisa",
"readable": "Bandeja paisa",
"graph": "resource:Bandeja_paisa"
},
{
"modified": "Lauraceae",
"readable": "Lauraceae",
"graph": "resource:Lauraceae"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Bandeja_paisa property:ingredient ?s . FILTER ( STRSTARTS ( LCASE ( ?s ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Bandeja_paisa property:ingredient ?s . FILTER ( STRSTARTS ( LCASE ( ?s ) , 'a' ) ) }",
"graph_answer": [
"resource:Avocado"
],
"readable_answer": [
"Avocado"
],
"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:Avocado property:family resource:Lauraceae }",
"readable_query": "ASK WHERE { resource:Avocado property:family resource:Lauraceae }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Airport | 4 | 8556 | Id154 | [
{
"subject": "Ashgabat_International_Airport",
"property": "operator",
"object": "Turkmenistan_Airlines"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarter",
"object": "Turkmenistan"
},
{
"subject": "Ashgabat_International_Airport",
"property": "runwayLength",
"object": "\"3799.94\"^^xsd:double"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarters",
"object": "Ashgabat"
}
] | [
{
"subject": "Ashgabat_International_Airport",
"property": "operatingOrganisation",
"object": "Turkmenistan_Airlines"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarter",
"object": "Turkmenistan"
},
{
"subject": "Ashgabat_International_Airport",
"property": "runwayLength",
"object": "3800.0"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarter",
"object": "Ashgabat"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The operating organization for Ashgabat International Airport is Turkmenistan Airlines whose HQ is in Ashgabat, Turkmenistan. The runway length at the airport is 3800.0.",
"Ashgabat International Airports has a runway length of 3800. It is operated by Turkmenistan Airlines who are located in Ashgabat, Turkmenistan.",
"The Ashgabat International Airport has 3800.00 meters long runway and operated by the Turkmenistan Airlines. The headquarters of the Airlines is placed in Ashgabat, Turkmenistan."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Turkmenistan_Airlines",
"property:headquarter",
"resource:Turkmenistan"
],
[
"resource:Turkmenistan_Airlines",
"property:headquarter",
"resource:Ashgabat"
],
[
"resource:Ashgabat_International_Airport",
"property:runway_length",
"resource:3800_0"
],
[
"resource:Ashgabat_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Ashgabat_International_Airport",
"property:operating_organisation",
"resource:Turkmenistan_Airlines"
]
] | Ashgabat_International_Airport | [
{
"modified": "headquarter",
"readable": "headquarter",
"graph": "property:headquarter"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "3800.0",
"readable": "3800.0",
"graph": "resource:3800_0"
},
{
"modified": "Ashgabat",
"readable": "Ashgabat",
"graph": "resource:Ashgabat"
},
{
"modified": "Ashgabat_International_Airport",
"readable": "Ashgabat International Airport",
"graph": "resource:Ashgabat_International_Airport"
},
{
"modified": "Turkmenistan",
"readable": "Turkmenistan",
"graph": "resource:Turkmenistan"
},
{
"modified": "Turkmenistan_Airlines",
"readable": "Turkmenistan Airlines",
"graph": "resource:Turkmenistan_Airlines"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?b ) WHERE { resource:Turkmenistan_Airlines property:headquarter ?w }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?b ) WHERE { resource:Turkmenistan_Airlines property:headquarter ?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 ?v WHERE { resource:Ashgabat_International_Airport property:creator_of_dish ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Ashgabat_International_Airport property:creator_of_dish ?v }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?m ) WHERE { resource:Appleton_International_Airport property:runway_length ?u }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?m ) WHERE { resource:Appleton_International_Airport property:runway_length ?u }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
}
] |
|
Politician | 3 | 7923 | Id254 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "\"Ruth Ribicoff\"@en"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "\"Ruth Ribicoff\""
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Married to Ruth Ribicoff, Abraham A. Ribicoff was born in the United States, the country where Native Americans are one of the ethnic groups.",
"The United states includes the native americans among its ethnic groups and is the birthplace of Abraham A Ribicoff who married Ruth.",
"Native Americans, are one of the ethnic groups in the United States, the country of birth of Abraham A. Ribicoff, whose spouse is, Ruth Ribicoff."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:Abraham_A__Ribicoff",
"property:spouse",
"resource:Ruth_Ribicoff"
],
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"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": "spouse",
"readable": "spouse",
"graph": "property:spouse"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "Ruth Ribicoff",
"readable": "Ruth Ribicoff",
"graph": "resource:Ruth_Ribicoff"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?z property:birth_place resource:Glen_Ridge__New_Jersey . ?z rdf:type ontology:politician . ?z property:spouse resource:Ruth_Ribicoff }",
"readable_query": "ASK WHERE { ?z property:birth_place resource:Glen_Ridge,_New_Jersey . ?z rdf:type ontology:politician . ?z property:spouse resource:Ruth_Ribicoff }",
"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:spouse resource:Ruth_Ribicoff . ?s property:birth_place resource:United_States . ?s rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?s property:spouse resource:Ruth_Ribicoff . ?s property:birth_place resource:United_States . ?s rdf:type ontology:politician }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?r WHERE { ?r rdf:type ontology:politician . ?r property:spouse resource:Ruth_Ribicoff . ?r property:birth_place resource:United_States }",
"readable_query": "SELECT ?r WHERE { ?r rdf:type ontology:politician . ?r property:spouse resource:Ruth_Ribicoff . ?r 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 ?m WHERE { resource:United_States property:ethnic_group ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:United_States property:ethnic_group ?m }",
"graph_answer": [
"resource:Native_Americans_in_the_United_States"
],
"readable_answer": [
"Native Americans in the United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 5 | 12247 | Id194 | [
{
"subject": "Italy",
"property": "leaderName",
"object": "Pietro_Grasso"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Italy",
"property": "leader",
"object": "Matteo_Renzi"
},
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
},
{
"subject": "Italy",
"property": "language",
"object": "Italian_language"
}
] | [
{
"subject": "Italy",
"property": "leader",
"object": "Pietro_Grasso"
},
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Italy",
"property": "leader",
"object": "Matteo_Renzi"
},
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
},
{
"subject": "Italy",
"property": "language",
"object": "Italian_language"
}
] | (X (X (X) (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Matteo Renzi and Pietro Grasso are leaders in Italy where Italian is spoken. It is also where Rome is the capital and where Amatriciana sauce comes from.",
"Italy is led by Pietro Grasso and the language spoken in the country is Italian. Matteo Renzi is a leader from Italy which has Rome as its capital and where you can find amatriciana sauce.",
"Pietro Grasso and Matteo Renzi are leaders in Italy, where Italian is spoken, Rome is the capital and Amatriciana sauce is a traditional dish."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Amatriciana_sauce",
"rdf:type",
"ontology:food"
],
[
"resource:Amatriciana_sauce",
"property:country",
"resource:Italy"
],
[
"resource:Italy",
"property:leader",
"resource:Matteo_Renzi"
],
[
"resource:Italy",
"property:leader",
"resource:Pietro_Grasso"
],
[
"resource:Italy",
"property:capital",
"resource:Rome"
],
[
"resource:Italy",
"property:language",
"resource:Italian_language"
]
] | Amatriciana_sauce | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Amatriciana_sauce",
"readable": "Amatriciana sauce",
"graph": "resource:Amatriciana_sauce"
},
{
"modified": "Italian_language",
"readable": "Italian language",
"graph": "resource:Italian_language"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Matteo_Renzi",
"readable": "Matteo Renzi",
"graph": "resource:Matteo_Renzi"
},
{
"modified": "Pietro_Grasso",
"readable": "Pietro Grasso",
"graph": "resource:Pietro_Grasso"
},
{
"modified": "Rome",
"readable": "Rome",
"graph": "resource:Rome"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Italy property:leader ?m . FILTER ( CONTAINS ( LCASE ( ?m ) , 'pietro' ) ) }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Italy property:leader ?m . FILTER ( CONTAINS ( LCASE ( ?m ) , 'pietro' ) ) }",
"graph_answer": [
"resource:Pietro_Grasso"
],
"readable_answer": [
"Pietro Grasso"
],
"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 ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'm' ) ) . resource:Italy property:leader ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'm' ) ) . resource:Italy property:leader ?x }",
"graph_answer": [
"resource:Matteo_Renzi"
],
"readable_answer": [
"Matteo Renzi"
],
"type": [
"ellipsis",
"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 ?b ?o WHERE { resource:Italy property:capital ?b . resource:Italy property:language ?o }",
"readable_query": "SELECT DISTINCT ?b ?o WHERE { resource:Italy property:capital ?b . resource:Italy property:language ?o }",
"graph_answer": [
"resource:Rome",
"resource:Italian_language"
],
"readable_answer": [
"Rome",
"Italian language"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?o rdf:type ontology:food . ?o property:country resource:Italy }",
"readable_query": "ASK WHERE { ?o rdf:type ontology:food . ?o property:country resource:Italy }",
"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 ?i WHERE { ?i property:country resource:Italy . ?i rdf:type ontology:food }",
"readable_query": "SELECT ?i WHERE { ?i property:country resource:Italy . ?i rdf:type ontology:food }",
"graph_answer": [
"resource:Amatriciana_sauce"
],
"readable_answer": [
"Amatriciana sauce"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 5 | 12416 | Id133 | [
{
"subject": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0",
"property": "rockets",
"object": "Minotaur_V"
},
{
"subject": "Delta_II",
"property": "launchSite",
"object": "Cape_Canaveral_Air_Force_Station"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Antares_(rocket)",
"property": "sites",
"object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] | [
{
"subject": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0",
"property": "associatedRocket",
"object": "Minotaur_V"
},
{
"subject": "Delta_II",
"property": "launchSite",
"object": "Cape_Canaveral_Air_Force_Station"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Antares_(rocket)",
"property": "launchSite",
"object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The launch site of the Antares rocket was the Mid-Atlantic Regional Spaceport Launch Pad 0, which is also associated with the Minotaur V rocket. The Antares rocket is comparable with the United States Delta II, which was launched at Cape Canaveral Air Force Station.",
"The Minotaur V and Antares rocket were both launched at the Mid-Atlantic Regional Spaceport Launch Pad 0. The Delta II, similar to the Antares, was launched at the Cape Canaveral Air Force Station and originated in the United States."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Delta_II",
"property:launch_site",
"resource:Cape_Canaveral_Air_Force_Station"
],
[
"resource:Delta_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0",
"property:associated_rocket",
"resource:Minotaur_V"
],
[
"resource:Antares__rocket_",
"property:launch_site",
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
],
[
"resource:Antares__rocket_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Antares__rocket_",
"property:comparable",
"resource:Delta_II"
]
] | Antares_(rocket) | [
{
"modified": "associatedRocket",
"readable": "associated rocket",
"graph": "property:associated_rocket"
},
{
"modified": "comparable",
"readable": "comparable",
"graph": "property:comparable"
},
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "Antares_(rocket)",
"readable": "Antares",
"graph": "resource:Antares__rocket_"
},
{
"modified": "Cape_Canaveral_Air_Force_Station",
"readable": "Cape Canaveral Air Force Station",
"graph": "resource:Cape_Canaveral_Air_Force_Station"
},
{
"modified": "Delta_II",
"readable": "Delta II",
"graph": "resource:Delta_II"
},
{
"modified": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0",
"readable": "Mid-Atlantic Regional Spaceport Launch Pad 0",
"graph": "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
},
{
"modified": "Minotaur_V",
"readable": "Minotaur V",
"graph": "resource:Minotaur_V"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { { { ?z property:launch_site resource:Cape_Canaveral_Air_Force_Station } UNION { ?z property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 } } }",
"readable_query": "SELECT DISTINCT ?z WHERE { { { ?z property:launch_site resource:Cape_Canaveral_Air_Force_Station } UNION { ?z property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 } } }",
"graph_answer": [
"resource:Delta_II",
"resource:Antares__rocket_"
],
"readable_answer": [
"Delta II",
"Antares"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { ?w property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?w property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 }",
"graph_answer": [
"resource:Antares__rocket_"
],
"readable_answer": [
"Antares"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 property:order ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 property:order ?j }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 2 | 4855 | Id90 | [
{
"subject": "Acura_TLX",
"property": "assembly",
"object": "Marysville,_Ohio"
},
{
"subject": "Acura_TLX",
"property": "engine",
"object": "V6_engine"
}
] | [
{
"subject": "Acura_TLX",
"property": "assembly",
"object": "Marysville,_Ohio"
},
{
"subject": "Acura_TLX",
"property": "engine",
"object": "V6_engine"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Acura TLX, with a V6 engine, is made in Marysville, Ohio.",
"The Acura TLX, with a v6 engine, is made in Marysville, Ohio.",
"The Acura TLX has a V6 engine and was assembled in Marysville, Ohio."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Acura_TLX",
"property:engine",
"resource:V6_engine"
],
[
"resource:Acura_TLX",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Acura_TLX",
"property:assembly",
"resource:Marysville__Ohio"
]
] | Acura_TLX | [
{
"modified": "assembly",
"readable": "assembly",
"graph": "property:assembly"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "Acura_TLX",
"readable": "Acura TLX",
"graph": "resource:Acura_TLX"
},
{
"modified": "Marysville,_Ohio",
"readable": "Marysville, Ohio",
"graph": "resource:Marysville__Ohio"
},
{
"modified": "V6_engine",
"readable": "V6 engine",
"graph": "resource:V6_engine"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?g ?a WHERE { resource:Acura_TLX property:engine ?a . resource:Acura_TLX property:assembly ?g }",
"readable_query": "SELECT DISTINCT ?g ?a WHERE { resource:Acura_TLX property:engine ?a . resource:Acura_TLX property:assembly ?g }",
"graph_answer": [
"resource:Marysville__Ohio",
"resource:V6_engine"
],
"readable_answer": [
"Marysville, Ohio",
"V6 engine"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 2 | 4892 | Id127 | [
{
"subject": "Alvis_Speed_25",
"property": "transmission",
"object": "\"and all-syncromesh, centre change lever, open tubular propellor shaft\""
},
{
"subject": "Alvis_Speed_25",
"property": "engine",
"object": "\"25.63\"^^xsd:double"
}
] | [
{
"subject": "Alvis_Speed_25",
"property": "transmission",
"object": "\"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle\""
},
{
"subject": "Alvis_Speed_25",
"property": "engine",
"object": "31.48 tax horsepower"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alvis Speed 25 has a 31.48 tax horsepower engine and an impressive transmission which possesses a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints, and spiral bevel fully floating back axle.",
"With a 31.48 tax horsepower engine, the Alvis Speed 25, has a transmission system which comprises a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints and spiral bevel fully floating back axle.",
"The Alvis Speed 25 has an engine capable of producing 31.48 tax horsepower and the transmission system comprises a single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints and spiral bevel fully floating back axle."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alvis_Speed_25",
"property:engine",
"resource:31_48_tax_horsepower"
],
[
"resource:Alvis_Speed_25",
"property:transmission",
"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle"
],
[
"resource:Alvis_Speed_25",
"rdf:type",
"ontology:mean_of_transportation"
]
] | Alvis_Speed_25 | [
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "transmission",
"readable": "transmission",
"graph": "property:transmission"
},
{
"modified": "31.48 tax horsepower",
"readable": "31.48 tax horsepower",
"graph": "resource:31_48_tax_horsepower"
},
{
"modified": "Alvis_Speed_25",
"readable": "Alvis Speed 25",
"graph": "resource:Alvis_Speed_25"
},
{
"modified": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"readable": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"graph": "single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?o ) WHERE { resource:Alvis_Speed_25 property:bed_count ?u }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?o ) WHERE { resource:Alvis_Speed_25 property:bed_count ?u }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?c WHERE { resource:Alvis_Speed_25 property:transmission ?z . resource:Alvis_Speed_25 property:engine ?c }",
"readable_query": "SELECT DISTINCT ?z ?c WHERE { resource:Alvis_Speed_25 property:transmission ?z . resource:Alvis_Speed_25 property:engine ?c }",
"graph_answer": [
"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"resource:31_48_tax_horsepower"
],
"readable_answer": [
"single plate clutch, separate 4-speed gearbox all-silent and all-syncromesh, centre change lever, open tubular propellor shaft with metal joints , spiral bevel fully floating back axle",
"31.48 tax horsepower"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
University | 7 | 13200 | Id43 | [
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "faculty",
"object": "737"
},
{
"subject": "Denmark",
"property": "leaderName",
"object": "Lars_Løkke_Rasmussen"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "city",
"object": "Aarhus"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "students",
"object": "16000"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "country",
"object": "Denmark"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "affiliations",
"object": "European_University_Association"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "established",
"object": "1928"
}
] | [
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "academicStaffSize",
"object": "737"
},
{
"subject": "Denmark",
"property": "leader",
"object": "Lars_Løkke_Rasmussen"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "city",
"object": "Aarhus"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "numberOfStudents",
"object": "16000"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "country",
"object": "Denmark"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "affiliation",
"object": "European_University_Association"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "established",
"object": "1928"
}
] | (X (X) (X) (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Lars Lokke Rasmussen is the leader of Denmark where the School of Business and Social Sciences at the Aarhus University is located in the city of Aarhus. The School was established in 1928 and is affiliated with the European University Association. There are 16000 students and 737 academic staff.",
"The School of Business and Social Sciences at the Aarhus University is located in Aarhus, Denmark. It was established in 1928. It has 16,000 students and 737 academic staff. IT is affiliated to the European University Association. Its leader is Lars Lokke Rasmussen."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:city",
"resource:Aarhus"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"rdf:type",
"ontology:university"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:affiliation",
"resource:European_University_Association"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:country",
"resource:Denmark"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:number_of_students",
"16000"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:established",
"resource:1928"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:academic_staff_size",
"737"
],
[
"resource:Denmark",
"property:leader",
"resource:Lars_L_kke_Rasmussen"
]
] | School_of_Business_and_Social_Sciences_at_the_Aarhus_University | [
{
"modified": "16000",
"readable": "16000",
"graph": "16000"
},
{
"modified": "737",
"readable": "737",
"graph": "737"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "numberOfStudents",
"readable": "number of students",
"graph": "property:number_of_students"
},
{
"modified": "1928",
"readable": "1928",
"graph": "resource:1928"
},
{
"modified": "Aarhus",
"readable": "Aarhus",
"graph": "resource:Aarhus"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"modified": "European_University_Association",
"readable": "European University Association",
"graph": "resource:European_University_Association"
},
{
"modified": "Lars_Løkke_Rasmussen",
"readable": "Lars Løkke Rasmussen",
"graph": "resource:Lars_L_kke_Rasmussen"
},
{
"modified": "School of Business and Social Sciences at the Aarhus University",
"readable": "School of Business and Social Sciences at the Aarhus University",
"graph": "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:leader resource:Lars_L_kke_Rasmussen . ?v property:academic_staff_size ?b . ?v rdf:type ontology:university . ?v property:country ?d . FILTER ( ?b = '737' ) }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:leader resource:Lars_Løkke_Rasmussen . ?v property:academic_staff_size ?b . ?v rdf:type ontology:university . ?v property:country ?d . FILTER ( ?b = '737' ) }",
"graph_answer": [
"resource:Denmark"
],
"readable_answer": [
"Denmark"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:university . FILTER ( ?s = '737' ) . ?o property:country resource:Denmark . resource:Denmark property:leader resource:Lars_L_kke_Rasmussen . ?o property:academic_staff_size ?s }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:university . FILTER ( ?s = '737' ) . ?o property:country resource:Denmark . resource:Denmark property:leader resource:Lars_Løkke_Rasmussen . ?o property:academic_staff_size ?s }",
"graph_answer": [
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University"
],
"readable_answer": [
"School of Business and Social Sciences at the Aarhus University"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_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 ?z ?n WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:affiliation ?n . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:number_of_students ?z }",
"readable_query": "SELECT DISTINCT ?z ?n WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:affiliation ?n . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:number_of_students ?z }",
"graph_answer": [
"16000",
"resource:European_University_Association"
],
"readable_answer": [
"16000",
"European University Association"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:established resource:1928 }",
"readable_query": "ASK WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:established resource:1928 }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Food | 4 | 10018 | Id307 | [
{
"subject": "Singapore",
"property": "language",
"object": "English_language"
},
{
"subject": "Beef_kway_teow",
"property": "country",
"object": "Singapore"
},
{
"subject": "Beef_kway_teow",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Singapore",
"property": "leaderName",
"object": "Halimah_Yacob"
}
] | [
{
"subject": "Singapore",
"property": "language",
"object": "English_language"
},
{
"subject": "Beef_kway_teow",
"property": "country",
"object": "Singapore"
},
{
"subject": "Beef_kway_teow",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Singapore",
"property": "leader",
"object": "Halimah_Yacob"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Halimah Yacob is a leader of Singapore where English is spoken. Beef kway teow is a dish served in Singapore and in the region of Indonesia.",
"Beef kway teow is a food found in Indonesia but originates in Singapore where Halimah Yacob is the leader and the spoken language is English."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Beef_kway_teow",
"rdf:type",
"ontology:food"
],
[
"resource:Beef_kway_teow",
"property:country",
"resource:Singapore"
],
[
"resource:Beef_kway_teow",
"property:region",
"resource:Indonesia"
],
[
"resource:Singapore",
"property:leader",
"resource:Halimah_Yacob"
],
[
"resource:Singapore",
"property:language",
"resource:English_language"
]
] | Beef_kway_teow | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Beef_kway_teow",
"readable": "Beef kway teow",
"graph": "resource:Beef_kway_teow"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Halimah_Yacob",
"readable": "Halimah Yacob",
"graph": "resource:Halimah_Yacob"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Singapore",
"readable": "Singapore",
"graph": "resource:Singapore"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?t ) WHERE { ?q rdf:type ontology:food . ?q property:country ?r . ?q property:region resource:Indonesia . ?r property:language resource:English_language }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?t ) WHERE { ?q rdf:type ontology:food . ?q property:country ?r . ?q property:region resource:Indonesia . ?r property:language resource:English_language }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { ?h rdf:type ontology:food . ?w property:language resource:English_language . ?h property:region resource:Indonesia . ?h property:country ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?h rdf:type ontology:food . ?w property:language resource:English_language . ?h property:region resource:Indonesia . ?h property:country ?w }",
"graph_answer": [
"resource:Singapore"
],
"readable_answer": [
"Singapore"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Singapore property:language resource:English_language . ?k property:country resource:Singapore . ?k rdf:type ontology:food . ?k property:region resource:Indonesia }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Singapore property:language resource:English_language . ?k property:country resource:Singapore . ?k rdf:type ontology:food . ?k property:region resource:Indonesia }",
"graph_answer": [
"resource:Beef_kway_teow"
],
"readable_answer": [
"Beef kway teow"
],
"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:Singapore property:coden_code ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Singapore property:coden_code ?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"
]
}
] |
|
SportsTeam | 3 | 8066 | Id139 | [
{
"subject": "Akron_Summit_Assault",
"property": "ground",
"object": "St._Vincent–St._Mary_High_School"
},
{
"subject": "Akron,_Ohio",
"property": "subdivisionName",
"object": "United_States"
},
{
"subject": "St._Vincent–St._Mary_High_School",
"property": "city",
"object": "Akron,_Ohio"
}
] | [
{
"subject": "Akron_Summit_Assault",
"property": "ground",
"object": "St._Vincent–St._Mary_High_School"
},
{
"subject": "Akron,_Ohio",
"property": "isPartOf",
"object": "United_States"
},
{
"subject": "St._Vincent–St._Mary_High_School",
"property": "city",
"object": "Akron,_Ohio"
}
] | (X (X (X (X)))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akron Summit Assault's ground is located at St Vincent-St Mary High School, Akron, Ohio, United States.",
"St Vincent-St Mary High School (Akron, Ohio, US) is the ground of Akron Summit Assault.",
"Akron Summit Assault's ground is St. Vincent-St. Mary High School, Akron Ohio, United States."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akron__Ohio",
"property:is_part_of",
"resource:United_States"
],
[
"resource:St__Vincent_St__Mary_High_School",
"property:city",
"resource:Akron__Ohio"
],
[
"resource:Akron_Summit_Assault",
"rdf:type",
"ontology:sports_team"
],
[
"resource:Akron_Summit_Assault",
"property:ground",
"resource:St__Vincent_St__Mary_High_School"
]
] | Akron_Summit_Assault | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Akron_Summit_Assault",
"readable": "Akron Summit Assault",
"graph": "resource:Akron_Summit_Assault"
},
{
"modified": "Akron,_Ohio",
"readable": "Akron, Ohio",
"graph": "resource:Akron__Ohio"
},
{
"modified": "St._Vincent–St._Mary_High_School",
"readable": "St. Vincent–St. Mary High School",
"graph": "resource:St__Vincent_St__Mary_High_School"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Akron__Ohio property:is_part_of resource:United_States }",
"readable_query": "ASK WHERE { resource:Akron,_Ohio property:is_part_of resource:United_States }",
"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 ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 's' ) ) . resource:Akron_Summit_Assault property:ground ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 's' ) ) . resource:Akron_Summit_Assault property:ground ?r }",
"graph_answer": [
"resource:St__Vincent_St__Mary_High_School"
],
"readable_answer": [
"St. Vincent–St. Mary High School"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 4 | 9022 | Id92 | [
{
"subject": "Aleksandre_Guruli",
"property": "team",
"object": "Olympique_Lyonnais"
},
{
"subject": "Olympique_Lyonnais",
"property": "chairman",
"object": "Jean-Michel_Aulas"
},
{
"subject": "Olympique_Lyonnais",
"property": "ground",
"object": "Parc_Olympique_Lyonnais"
},
{
"subject": "Aleksandre_Guruli",
"property": "clubs",
"object": "FC_Dinamo_Batumi"
}
] | [
{
"subject": "Aleksandre_Guruli",
"property": "club",
"object": "Olympique_Lyonnais"
},
{
"subject": "Olympique_Lyonnais",
"property": "chairman",
"object": "Jean-Michel_Aulas"
},
{
"subject": "Olympique_Lyonnais",
"property": "ground",
"object": "Parc_Olympique_Lyonnais"
},
{
"subject": "Aleksandre_Guruli",
"property": "club",
"object": "FC_Dinamo_Batumi"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandre Guruli's plays for Olympique Lyonnais out of Parc Olympique Lyonnais and whose chairman is Jean-Michel Aulas. Mr. Guruli formerly played for the FC Dinamo Batumi.",
"Aleksandre Guruli has played for FC Dinamo Batumi and also Olympique Lyonnais, who play their home games at the Parc Olympique Lyonnais and have Jean-Michel Aulas as the chairman.",
"Aleksandre Guruli, plays for FC Dinamo Batumi and his club is Olympique Lyonnais. Jean-Michel Aulas is the chairman of Olympique Lyonnais which play their home games at the Parc Olympique Lyonnais."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Olympique_Lyonnais",
"property:chairman",
"resource:Jean_Michel_Aulas"
],
[
"resource:Olympique_Lyonnais",
"property:ground",
"resource:Parc_Olympique_Lyonnais"
],
[
"resource:Aleksandre_Guruli",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aleksandre_Guruli",
"property:club",
"resource:Olympique_Lyonnais"
],
[
"resource:Aleksandre_Guruli",
"property:club",
"resource:FC_Dinamo_Batumi"
]
] | Aleksandre_Guruli | [
{
"modified": "chairman",
"readable": "chairman",
"graph": "property:chairman"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "Aleksandre_Guruli",
"readable": "Aleksandre Guruli",
"graph": "resource:Aleksandre_Guruli"
},
{
"modified": "FC_Dinamo_Batumi",
"readable": "FC Dinamo Batumi",
"graph": "resource:FC_Dinamo_Batumi"
},
{
"modified": "Jean-Michel_Aulas",
"readable": "Jean-Michel Aulas",
"graph": "resource:Jean_Michel_Aulas"
},
{
"modified": "Olympique_Lyonnais",
"readable": "Olympique Lyonnais",
"graph": "resource:Olympique_Lyonnais"
},
{
"modified": "Parc_Olympique_Lyonnais",
"readable": "Parc Olympique Lyonnais",
"graph": "resource:Parc_Olympique_Lyonnais"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { FILTER NOT EXISTS { ?t property:ground resource:Parc_Olympique_Lyonnais } . resource:Aleksandre_Guruli property:club ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER NOT EXISTS { ?t property:ground resource:Parc_Olympique_Lyonnais } . resource:Aleksandre_Guruli property:club ?t }",
"graph_answer": [
"resource:FC_Dinamo_Batumi"
],
"readable_answer": [
"FC Dinamo Batumi"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Olympique_Lyonnais property:chairman resource:Silvio_Berlusconi }",
"readable_query": "ASK WHERE { resource:Olympique_Lyonnais property:chairman resource:Silvio_Berlusconi }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Olympique_Lyonnais property:representative ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Olympique_Lyonnais property:representative ?z }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork | 2 | 5571 | Id106 | [
{
"subject": "A_Severed_Wasp",
"property": "numberOfPages",
"object": "\"388\"^^xsd:positiveInteger"
},
{
"subject": "A_Severed_Wasp",
"property": "isbn",
"object": "\"0-374-26131-8\""
}
] | [
{
"subject": "A_Severed_Wasp",
"property": "numberOfPages",
"object": "\"388\""
},
{
"subject": "A_Severed_Wasp",
"property": "isbnNumber",
"object": "\"0-374-26131-8\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The 388-page \"A Severed Wasp\" has an ISBN number of \"0-374-26131-8.",
"A Severed Wasp has an ISBN number of \"0-374-26131-8\" and has 388 pages."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:A_Severed_Wasp",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Severed_Wasp",
"property:number_of_pages",
"388"
],
[
"resource:A_Severed_Wasp",
"property:isbn_number",
"resource:0_374_26131_8"
]
] | A_Severed_Wasp | [
{
"modified": "388",
"readable": "388",
"graph": "388"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "0-374-26131-8",
"readable": "0-374-26131-8",
"graph": "resource:0_374_26131_8"
},
{
"modified": "A_Severed_Wasp",
"readable": "A Severed Wasp",
"graph": "resource:A_Severed_Wasp"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?x = '388' ) . ?v property:number_of_pages ?x . ?v property:isbn_number ?k . ?v rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?x = '388' ) . ?v property:number_of_pages ?x . ?v property:isbn_number ?k . ?v rdf:type ontology:written_work }",
"graph_answer": [
"resource:0_374_26131_8"
],
"readable_answer": [
"0-374-26131-8"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( ?m = '388' ) . ?h rdf:type ontology:written_work . ?h property:number_of_pages ?m . ?h property:isbn_number resource:0_374_26131_8 }",
"readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( ?m = '388' ) . ?h rdf:type ontology:written_work . ?h property:number_of_pages ?m . ?h property:isbn_number resource:0-374-26131-8 }",
"graph_answer": [
"resource:A_Severed_Wasp"
],
"readable_answer": [
"A Severed Wasp"
],
"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"
]
}
] |
|
Monument | 6 | 12968 | Id32 | [
{
"subject": "Turkey",
"property": "leaderTitle",
"object": "President_of_Turkey"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "designer",
"object": "Pietro_Canonica"
},
{
"subject": "Turkey",
"property": "leaderName",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "open",
"object": "\"1932-07-27\"^^xsd:date"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] | [
{
"subject": "Turkey",
"property": "leaderTitle",
"object": "President_of_Turkey"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "designer",
"object": "Pietro_Canonica"
},
{
"subject": "Turkey",
"property": "leader",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "inaugurationDate",
"object": "\"1932-07-27\""
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] | (X (X) (X) (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"President Ahmet Davutoglu is the leader of Turkey. The capital city is Ankara, but it is in Izmir that the Ataturk monument designed by Pietro Canonica and inaugurated on 27 July 1932 is located.",
"Ankara is the capital of Turkey, The country's leader is President Ahmet Davutoglu and it is the location of the Ataturk monument designed by Pietro Canonica which was inaugurated on 27 July 1932."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Turkey",
"property:leader",
"resource:Ahmet_Davuto_lu"
],
[
"resource:Turkey",
"property:leader_title",
"resource:President_of_Turkey"
],
[
"resource:Turkey",
"property:capital",
"resource:Ankara"
],
[
"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:designer",
"resource:Pietro_Canonica"
]
] | Atatürk_Monument_(İzmir) | [
{
"modified": "1932-07-27",
"readable": "1932-07-27",
"graph": "1932-07-27"
},
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "designer",
"readable": "designer",
"graph": "property:designer"
},
{
"modified": "inaugurationDate",
"readable": "inauguration date",
"graph": "property:inauguration_date"
},
{
"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": "Ankara",
"readable": "Ankara",
"graph": "resource:Ankara"
},
{
"modified": "Atatürk_Monument_(İzmir)",
"readable": "Atatürk Monument",
"graph": "resource:Atat_rk_Monument___zmir_"
},
{
"modified": "Pietro_Canonica",
"readable": "Pietro Canonica",
"graph": "resource:Pietro_Canonica"
},
{
"modified": "President_of_Turkey",
"readable": "President of Turkey",
"graph": "resource:President_of_Turkey"
},
{
"modified": "Turkey",
"readable": "Turkey",
"graph": "resource:Turkey"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?o property:inauguration_date ?c . ?h property:leader resource:Ahmet_Davuto_lu . FILTER ( ?c = \"1932-07-27\" ) . ?o rdf:type ontology:monument . ?o property:location ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?o property:inauguration_date ?c . ?h property:leader resource:Ahmet_Davutoğlu . FILTER ( ?c = \"1932-07-27\" ) . ?o rdf:type ontology:monument . ?o property:location ?h }",
"graph_answer": [
"resource:Turkey"
],
"readable_answer": [
"Turkey"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?g property:designer resource:Pietro_Canonica . ?g rdf:type ontology:monument . ?g property:location ?d . ?d property:leader resource:Ahmet_Davuto_lu }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:designer resource:Pietro_Canonica . ?g rdf:type ontology:monument . ?g property:location ?d . ?d property:leader resource:Ahmet_Davutoğlu }",
"graph_answer": [
"resource:Atat_rk_Monument___zmir_"
],
"readable_answer": [
"Atatürk Monument"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 5 | 12503 | Id22 | [
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Adenan_Satem"
},
{
"subject": "Adenan_Satem",
"property": "birthPlace",
"object": "Japanese_occupation_of_British_Borneo"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "\"Parti Pesaka Bumiputera Bersatu\"@en"
},
{
"subject": "Adenan_Satem",
"property": "almaMater",
"object": "University_of_Adelaide"
}
] | [
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Adenan_Satem"
},
{
"subject": "Adenan_Satem",
"property": "birthPlace",
"object": "Japanese_occupation_of_British_Borneo"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "Parti_Pesaka_Bumiputera_Bersatu"
},
{
"subject": "Adenan_Satem",
"property": "almaMater",
"object": "University_of_Adelaide"
}
] | (X (X) (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Japanese occupied British Borneo was the birthplace of Adenan Satem, who succeeded Abdul Taib Mahmud. Abdul Taib Mahmud resides in Sarawak and his party is the Parti Pesaka Bumiputera Bersatu. The alma mater of Adenan Satem is the University of Adelaide.",
"The alma mater of Adenan Satem, who was born under the Japanese Occupation of British Borneo, is the University of Adelaide. He was a successor of Abdul Taib Mahmud, who belongs to the Parti Pesaka Bumiputera Bersatu Party and lives in Sarawak .",
"Adenan Satem was born in the Japanese occupation of British Borneo and attended the University of Adelaide. Satem succeeded Abdul Taib Mahmud who lives in Sarawak and is a member of the Parti Pesaka Bumiputera Bersatu."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Adenan_Satem",
"property:alma_mater",
"resource:University_of_Adelaide"
],
[
"resource:Adenan_Satem",
"property:birth_place",
"resource:Japanese_occupation_of_British_Borneo"
],
[
"resource:Abdul_Taib_Mahmud",
"property:party",
"resource:Parti_Pesaka_Bumiputera_Bersatu"
],
[
"resource:Abdul_Taib_Mahmud",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdul_Taib_Mahmud",
"property:successor",
"resource:Adenan_Satem"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Sarawak"
]
] | Abdul_Taib_Mahmud | [
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "residence",
"readable": "residence",
"graph": "property:residence"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abdul_Taib_Mahmud",
"readable": "Abdul Taib Mahmud",
"graph": "resource:Abdul_Taib_Mahmud"
},
{
"modified": "Adenan_Satem",
"readable": "Adenan Satem",
"graph": "resource:Adenan_Satem"
},
{
"modified": "Japanese_occupation_of_British_Borneo",
"readable": "Japanese occupation of British Borneo",
"graph": "resource:Japanese_occupation_of_British_Borneo"
},
{
"modified": "Parti_Pesaka_Bumiputera_Bersatu",
"readable": "Parti Pesaka Bumiputera Bersatu",
"graph": "resource:Parti_Pesaka_Bumiputera_Bersatu"
},
{
"modified": "Sarawak",
"readable": "Sarawak",
"graph": "resource:Sarawak"
},
{
"modified": "University_of_Adelaide",
"readable": "University of Adelaide",
"graph": "resource:University_of_Adelaide"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?c property:successor ?j . ?c property:party resource:Parti_Pesaka_Bumiputera_Bersatu . ?j property:birth_place resource:Japanese_occupation_of_British_Borneo . ?c rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?c property:successor ?j . ?c property:party resource:Parti_Pesaka_Bumiputera_Bersatu . ?j property:birth_place resource:Japanese_occupation_of_British_Borneo . ?c rdf:type ontology:politician }",
"graph_answer": [
"resource:Adenan_Satem"
],
"readable_answer": [
"Adenan Satem"
],
"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 ?k WHERE { ?k property:party resource:Parti_Pesaka_Bumiputera_Bersatu . resource:Adenan_Satem property:birth_place resource:Japanese_occupation_of_British_Borneo . ?k property:successor resource:Adenan_Satem . ?k rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:party resource:Parti_Pesaka_Bumiputera_Bersatu . resource:Adenan_Satem property:birth_place resource:Japanese_occupation_of_British_Borneo . ?k property:successor resource:Adenan_Satem . ?k rdf:type ontology:politician }",
"graph_answer": [
"resource:Abdul_Taib_Mahmud"
],
"readable_answer": [
"Abdul Taib Mahmud"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Abdul_Taib_Mahmud property:residence resource:Sarawak }",
"readable_query": "ASK WHERE { resource:Abdul_Taib_Mahmud property:residence resource:Sarawak }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
WrittenWork | 2 | 5639 | Id174 | [
{
"subject": "HIV",
"property": "family",
"object": "Retrovirus"
},
{
"subject": "AIDS_(journal)",
"property": "academicDiscipline",
"object": "HIV"
}
] | [
{
"subject": "HIV",
"property": "family",
"object": "Retrovirus"
},
{
"subject": "AIDS_(journal)",
"property": "academicDiscipline",
"object": "HIV"
}
] | (X (X (X))) | chain | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"The AIDS (journal) is the academic discipline of HIV which is part of the family Retrovirus."
],
"lang": [
""
]
} | [] | [] | [
[
"resource:AIDS__journal_",
"rdf:type",
"ontology:written_work"
],
[
"resource:AIDS__journal_",
"property:academic_discipline",
"resource:HIV"
],
[
"resource:HIV",
"property:family",
"resource:Retrovirus"
]
] | AIDS_(journal) | [
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "family",
"readable": "family",
"graph": "property:family"
},
{
"modified": "AIDS_(journal)",
"readable": "AIDS",
"graph": "resource:AIDS__journal_"
},
{
"modified": "HIV",
"readable": "HIV",
"graph": "resource:HIV"
},
{
"modified": "Retrovirus",
"readable": "Retrovirus",
"graph": "resource:Retrovirus"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?n ?a WHERE { ?n rdf:type ontology:written_work . ?n property:academic_discipline ?a . ?a property:family resource:Retrovirus }",
"readable_query": "SELECT DISTINCT ?n ?a WHERE { ?n rdf:type ontology:written_work . ?n property:academic_discipline ?a . ?a property:family resource:Retrovirus }",
"graph_answer": [
"resource:AIDS__journal_",
"resource:HIV"
],
"readable_answer": [
"AIDS",
"HIV"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
City | 5 | 11918 | Id139 | [
{
"subject": "Fulton_County,_Georgia",
"property": "largestCity",
"object": "Atlanta"
},
{
"subject": "Fulton_County,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Alpharetta,_Georgia",
"property": "isPartOf",
"object": "Georgia_(U.S._state)"
},
{
"subject": "Alpharetta,_Georgia",
"property": "subdivisionName",
"object": "Fulton_County,_Georgia"
}
] | [
{
"subject": "Fulton_County,_Georgia",
"property": "largestCity",
"object": "Atlanta"
},
{
"subject": "Fulton_County,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Alpharetta,_Georgia",
"property": "isPartOf",
"object": "Georgia_(U.S._state)"
},
{
"subject": "Alpharetta,_Georgia",
"property": "isPartOf",
"object": "Fulton_County,_Georgia"
}
] | (X (X) (X (X) (X (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Atlanta is the largest city of Fulton County, Georgia, U.S. Alpharetta is part of that county. African Americans are an ethnic group in the United States.",
"Alpharetta is in Fulton County, where the largest city is Atlanta, in Georgia, US, where African Americans are an ethnic group.",
"Alpharetta is part of Fulton County (Georgia), the largest city of which, is Atlanta. This is in the United States, where one of the ethnic groups, is African Americans."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Alpharetta__Georgia",
"property:is_part_of",
"resource:Georgia__U_S__state_"
],
[
"resource:Alpharetta__Georgia",
"property:is_part_of",
"resource:Fulton_County__Georgia"
],
[
"resource:Fulton_County__Georgia",
"property:largest_city",
"resource:Atlanta"
],
[
"resource:Fulton_County__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Fulton_County__Georgia",
"property:country",
"resource:United_States"
]
] | Atlanta | [
{
"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": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Alpharetta,_Georgia",
"readable": "Alpharetta, Georgia",
"graph": "resource:Alpharetta__Georgia"
},
{
"modified": "Atlanta",
"readable": "Atlanta",
"graph": "resource:Atlanta"
},
{
"modified": "Fulton_County,_Georgia",
"readable": "Fulton County, Georgia",
"graph": "resource:Fulton_County__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 { ?f property:country resource:United_States . ?f property:largest_city resource:Albany__Oregon . ?f rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?f property:country resource:United_States . ?f property:largest_city resource:Albany,_Oregon . ?f 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 { ?k property:country resource:United_States . ?k property:largest_city resource:Atlanta . ?k rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?k property:country resource:United_States . ?k property:largest_city resource:Atlanta . ?k 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 ?n WHERE { ?n property:country resource:United_States . ?n property:largest_city resource:Atlanta . ?n rdf:type ontology:city }",
"readable_query": "SELECT ?n WHERE { ?n property:country resource:United_States . ?n property:largest_city resource:Atlanta . ?n rdf:type ontology:city }",
"graph_answer": [
"resource:Fulton_County__Georgia"
],
"readable_answer": [
"Fulton County, Georgia"
],
"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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { { resource:Alpharetta__Georgia property:is_part_of ?d } MINUS { ?d rdf:type ontology:city } }",
"readable_query": "SELECT DISTINCT ?d WHERE { { resource:Alpharetta,_Georgia property:is_part_of ?d } MINUS { ?d rdf:type ontology:city } }",
"graph_answer": [
"resource:Georgia__U_S__state_"
],
"readable_answer": [
"Georgia"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 2 | 4062 | Id43 | [
{
"subject": "1001_Gaussia",
"property": "periapsis",
"object": "4.19113e+11"
},
{
"subject": "1001_Gaussia",
"property": "epoch",
"object": "\"2015-06-27\"^^xsd:date"
}
] | [
{
"subject": "1001_Gaussia",
"property": "epoch",
"object": "2015-06-27"
},
{
"subject": "1001_Gaussia",
"property": "periapsis",
"object": "419113394.55312 (kilometres)"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"1001 Gaussia has a periapsis of 419113394.55312 kilometres, and its epoch date is 2015-06-27.",
"1001 Gaussia, has a periapsis of 419113394.55312 kilometres, and its epoch is on 31 July 2016."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:1001_Gaussia",
"property:epoch",
"resource:2015_06_27"
],
[
"resource:1001_Gaussia",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1001_Gaussia",
"property:periapsis",
"419113394.55312 (kilometres)"
]
] | 1001_Gaussia | [
{
"modified": "419113394.55312 (kilometres)",
"readable": "419113394.55312",
"graph": "419113394.55312 (kilometres)"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"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"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( YEAR ( ?d ) , '2015' ) ) . ?h rdf:type ontology:celestial_body . ?h property:periapsis ?q . ?h property:epoch ?d }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( YEAR ( ?d ) , '2015' ) ) . ?h rdf:type ontology:celestial_body . ?h property:periapsis ?q . ?h property:epoch ?d }",
"graph_answer": [
"419113394.55312 (kilometres)"
],
"readable_answer": [
"419113394.55312"
],
"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 { ?n rdf:type ontology:celestial_body . ?n property:epoch ?s . ?n property:periapsis '331683000.0 (kilometres)' }",
"readable_query": "ASK WHERE { ?n rdf:type ontology:celestial_body . ?n property:epoch ?s . ?n property:periapsis '331683000.0 (kilometres)' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Artist | 4 | 8848 | Id240 | [
{
"subject": "Uruguay",
"property": "leader",
"object": "Tabaré_Vázquez"
},
{
"subject": "Uruguay",
"property": "leaderName",
"object": "Raúl_Fernando_Sendic_Rodríguez"
},
{
"subject": "Alfredo_Zitarrosa",
"property": "deathPlace",
"object": "Montevideo"
},
{
"subject": "Montevideo",
"property": "country",
"object": "Uruguay"
}
] | [
{
"subject": "Uruguay",
"property": "leader",
"object": "Tabaré_Vázquez"
},
{
"subject": "Uruguay",
"property": "leader",
"object": "Raúl_Fernando_Sendic_Rodríguez"
},
{
"subject": "Alfredo_Zitarrosa",
"property": "deathPlace",
"object": "Montevideo"
},
{
"subject": "Montevideo",
"property": "country",
"object": "Uruguay"
}
] | (X (X (X (X) (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfredo Zitarrosa died in Montevideo, in Uruguay, the leaders of which, are Raúl Fernando Sendic Rodríguez and Tabaré Vázquez.",
"Alfredo Zitarrosa died in Montevideo, Uruguay which is led by Raúl Fernando Sendic Rodríguez and Tabaré Vázquez.",
"The leaders of Uruguay is Raul Fernando Sendic Rodriguez and Tabaré Vázquez. Montevideo is in the country of Uruguay and Alfredo Zitarrosa passed away in that city."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Montevideo",
"property:country",
"resource:Uruguay"
],
[
"resource:Uruguay",
"property:leader",
"resource:Tabar__V_zquez"
],
[
"resource:Uruguay",
"property:leader",
"resource:Ra_l_Fernando_Sendic_Rodr_guez"
],
[
"resource:Alfredo_Zitarrosa",
"rdf:type",
"ontology:artist"
],
[
"resource:Alfredo_Zitarrosa",
"property:death_place",
"resource:Montevideo"
]
] | Alfredo_Zitarrosa | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alfredo_Zitarrosa",
"readable": "Alfredo Zitarrosa",
"graph": "resource:Alfredo_Zitarrosa"
},
{
"modified": "Montevideo",
"readable": "Montevideo",
"graph": "resource:Montevideo"
},
{
"modified": "Raúl_Fernando_Sendic_Rodríguez",
"readable": "Raúl Fernando Sendic Rodríguez",
"graph": "resource:Ra_l_Fernando_Sendic_Rodr_guez"
},
{
"modified": "Tabaré_Vázquez",
"readable": "Tabaré Vázquez",
"graph": "resource:Tabar__V_zquez"
},
{
"modified": "Uruguay",
"readable": "Uruguay",
"graph": "resource:Uruguay"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?o ) WHERE { resource:Uruguay property:leader ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?o ) WHERE { resource:Uruguay property:leader ?e }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Uruguay property:leader ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Uruguay property:leader ?z }",
"graph_answer": [
"resource:Tabar__V_zquez",
"resource:Ra_l_Fernando_Sendic_Rodr_guez"
],
"readable_answer": [
"Tabaré Vázquez",
"Raúl Fernando Sendic Rodríguez"
],
"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 { ?t property:death_place resource:Massachusetts . ?t rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?t property:death_place resource:Massachusetts . ?t rdf:type ontology:artist }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?b property:death_place resource:Montevideo . ?b rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?b property:death_place resource:Montevideo . ?b rdf:type ontology:artist }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?a WHERE { ?a rdf:type ontology:artist . ?a property:death_place resource:Montevideo }",
"readable_query": "SELECT ?a WHERE { ?a rdf:type ontology:artist . ?a property:death_place resource:Montevideo }",
"graph_answer": [
"resource:Alfredo_Zitarrosa"
],
"readable_answer": [
"Alfredo Zitarrosa"
],
"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"
]
}
] |
|
Building | 4 | 9125 | Id48 | [
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "Buffalo,_New_York"
},
{
"subject": "250_Delaware_Avenue",
"property": "buildingStartDate",
"object": "\"January, 2014\""
},
{
"subject": "250_Delaware_Avenue",
"property": "floorArea",
"object": "\"30843.8\"^^xsd:double"
},
{
"subject": "250_Delaware_Avenue",
"property": "floorCount",
"object": "12"
}
] | [
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "Buffalo,_New_York"
},
{
"subject": "250_Delaware_Avenue",
"property": "buildingStartDate",
"object": "\"January, 2014\""
},
{
"subject": "250_Delaware_Avenue",
"property": "floorArea",
"object": "30843.8 (square metres)"
},
{
"subject": "250_Delaware_Avenue",
"property": "floorCount",
"object": "12"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"250 Delaware Avenue is located in Buffalo, New York and has 12 floors and a floor area of 30843.8 (square metres). Construction of the building began in January 2014.",
"250 Delaware Avenue construction began in January 2014 in Buffalo, New York with a floor area of 30843.8 square metres and a total of 12 floors."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:250_Delaware_Avenue",
"property:floor_count",
"12"
],
[
"resource:250_Delaware_Avenue",
"property:building_start_date",
"resource:January__2014"
],
[
"resource:250_Delaware_Avenue",
"rdf:type",
"ontology:building"
],
[
"resource:250_Delaware_Avenue",
"property:floor_area",
"30843.8 (square metres)"
],
[
"resource:250_Delaware_Avenue",
"property:location",
"resource:Buffalo__New_York"
]
] | 250_Delaware_Avenue | [
{
"modified": "12",
"readable": "12",
"graph": "12"
},
{
"modified": "30843.8 (square metres)",
"readable": "30843.8",
"graph": "30843.8 (square metres)"
},
{
"modified": "buildingStartDate",
"readable": "building start date",
"graph": "property:building_start_date"
},
{
"modified": "floorArea",
"readable": "floor area",
"graph": "property:floor_area"
},
{
"modified": "floorCount",
"readable": "floor count",
"graph": "property:floor_count"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "250_Delaware_Avenue",
"readable": "250 Delaware Avenue",
"graph": "resource:250_Delaware_Avenue"
},
{
"modified": "Buffalo,_New_York",
"readable": "Buffalo, New York",
"graph": "resource:Buffalo__New_York"
},
{
"modified": "January, 2014",
"readable": "January, 2014",
"graph": "resource:January__2014"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?h rdf:type ontology:building . ?h property:location ?q . ?h property:floor_count ?c . FILTER ( ?c < '20' ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?h rdf:type ontology:building . ?h property:location ?q . ?h property:floor_count ?c . FILTER ( ?c < '20' ) }",
"graph_answer": [
"resource:Buffalo__New_York"
],
"readable_answer": [
"Buffalo, New York"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?o property:location resource:Buffalo__New_York . ?o rdf:type ontology:building . FILTER ( ?i < '20' ) . ?o property:floor_count ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?o property:location resource:Buffalo,_New_York . ?o rdf:type ontology:building . FILTER ( ?i < '20' ) . ?o property:floor_count ?i }",
"graph_answer": [
"12"
],
"readable_answer": [
"12"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?b rdf:type ontology:building . ?b property:floor_area ?n . FILTER ( ?s <= '20' ) . ?b property:floor_count ?s }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?b rdf:type ontology:building . ?b property:floor_area ?n . FILTER ( ?s <= '20' ) . ?b property:floor_count ?s }",
"graph_answer": [
"30843.8 (square metres)"
],
"readable_answer": [
"30843.8"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?m rdf:type ontology:building . ?m property:building_start_date ?i . ?m property:floor_area '39500.0 (square metres)' }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:building . ?m property:building_start_date ?i . ?m property:floor_area '39500.0 (square metres)' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 4 | 10124 | Id98 | [
{
"subject": "Acura_TLX",
"property": "manufacturer",
"object": "Honda"
},
{
"subject": "Honda",
"property": "division",
"object": "Acura"
},
{
"subject": "Acura_TLX",
"property": "engine",
"object": "Honda_K_engine"
},
{
"subject": "Acura_TLX",
"property": "relatedMeanOfTransportation",
"object": "Honda_Accord"
}
] | [
{
"subject": "Acura_TLX",
"property": "manufacturer",
"object": "Honda"
},
{
"subject": "Honda",
"property": "division",
"object": "Acura"
},
{
"subject": "Acura_TLX",
"property": "engine",
"object": "Honda_K_engine"
},
{
"subject": "Acura_TLX",
"property": "relatedMeanOfTransportation",
"object": "Honda_Accord"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Acura is a division of Honda who make the Acura TLX. It has a Honda K engine and is related to the Honda Accord.",
"Acura is a division of the Honda Co. Honda makes the Acura TLX, which has a Honda K engine and is related to the Honda Accord.",
"Acura TLX, a product of Honda, has a Honda K engine and is related to Honda accord."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Acura_TLX",
"property:engine",
"resource:Honda_K_engine"
],
[
"resource:Acura_TLX",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Acura_TLX",
"property:related_mean_of_transportation",
"resource:Honda_Accord"
],
[
"resource:Acura_TLX",
"property:manufacturer",
"resource:Honda"
],
[
"resource:Honda",
"property:division",
"resource:Acura"
]
] | Acura_TLX | [
{
"modified": "division",
"readable": "division",
"graph": "property:division"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "relatedMeanOfTransportation",
"readable": "related mean of transportation",
"graph": "property:related_mean_of_transportation"
},
{
"modified": "Acura",
"readable": "Acura",
"graph": "resource:Acura"
},
{
"modified": "Acura_TLX",
"readable": "Acura TLX",
"graph": "resource:Acura_TLX"
},
{
"modified": "Honda",
"readable": "Honda",
"graph": "resource:Honda"
},
{
"modified": "Honda_Accord",
"readable": "Honda Accord",
"graph": "resource:Honda_Accord"
},
{
"modified": "Honda_K_engine",
"readable": "Honda K engine",
"graph": "resource:Honda_K_engine"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q property:manufacturer ?a . ?q rdf:type ontology:mean_of_transportation . ?a property:division resource:Acura . ?q property:engine resource:Honda_K_engine }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:manufacturer ?a . ?q rdf:type ontology:mean_of_transportation . ?a property:division resource:Acura . ?q property:engine resource:Honda_K_engine }",
"graph_answer": [
"resource:Acura_TLX"
],
"readable_answer": [
"Acura TLX"
],
"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 ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'honda' ) ) . resource:Acura_TLX property:related_mean_of_transportation ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'honda' ) ) . resource:Acura_TLX property:related_mean_of_transportation ?z }",
"graph_answer": [
"resource:Honda_Accord"
],
"readable_answer": [
"Honda Accord"
],
"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 | 3 | 7167 | Id80 | [
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Malaysia"
},
{
"subject": "Ayam_penyet",
"property": "country",
"object": "Java"
},
{
"subject": "Ayam_penyet",
"property": "ingredient",
"object": "Fried_chicken"
}
] | [
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Malaysia"
},
{
"subject": "Ayam_penyet",
"property": "country",
"object": "Java"
},
{
"subject": "Ayam_penyet",
"property": "ingredient",
"object": "Fried_chicken"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Fried chicken is an ingredient of the Javan dish Ayam penyet which is popular in Malaysia."
],
"lang": [
""
]
} | [] | [] | [
[
"resource:Ayam_penyet",
"property:ingredient",
"resource:Fried_chicken"
],
[
"resource:Ayam_penyet",
"rdf:type",
"ontology:food"
],
[
"resource:Ayam_penyet",
"property:country",
"resource:Java"
],
[
"resource:Ayam_penyet",
"property:region",
"resource:Malaysia"
]
] | Ayam_penyet | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Ayam_penyet",
"readable": "Ayam penyet",
"graph": "resource:Ayam_penyet"
},
{
"modified": "Fried_chicken",
"readable": "Fried chicken",
"graph": "resource:Fried_chicken"
},
{
"modified": "Java",
"readable": "Java",
"graph": "resource:Java"
},
{
"modified": "Malaysia",
"readable": "Malaysia",
"graph": "resource:Malaysia"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t ?d WHERE { resource:Ayam_penyet property:ingredient ?t . resource:Ayam_penyet property:region ?d }",
"readable_query": "SELECT DISTINCT ?t ?d WHERE { resource:Ayam_penyet property:ingredient ?t . resource:Ayam_penyet property:region ?d }",
"graph_answer": [
"resource:Fried_chicken",
"resource:Malaysia"
],
"readable_answer": [
"Fried chicken",
"Malaysia"
],
"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 ( ?i ) AS ?q ) WHERE { resource:Ayam_penyet property:country ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?q ) WHERE { resource:Ayam_penyet property:country ?i }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Ayam_penyet property:country ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Ayam_penyet property:country ?t }",
"graph_answer": [
"resource:Java"
],
"readable_answer": [
"Java"
],
"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"
]
}
] |
|
City | 3 | 6896 | Id184 | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
},
{
"subject": "Akron,_Ohio",
"property": "subdivisionName",
"object": "Summit_County,_Ohio"
}
] | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
},
{
"subject": "Akron,_Ohio",
"property": "isPartOf",
"object": "Summit_County,_Ohio"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akron, Summit County, Ohio is located within the United States. The capital of the U.S. is Washington, D.C.",
"Akron, Summit County, Ohio is in the U.S. The capital of the country is Washington, D.C.",
"Akron is a part of Summit County, Ohio and is located within the United States where Washington, D.C. is the capital."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:Akron__Ohio",
"rdf:type",
"ontology:city"
],
[
"resource:Akron__Ohio",
"property:country",
"resource:United_States"
],
[
"resource:Akron__Ohio",
"property:is_part_of",
"resource:Summit_County__Ohio"
]
] | Akron,_Ohio | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Akron,_Ohio",
"readable": "Akron, Ohio",
"graph": "resource:Akron__Ohio"
},
{
"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 ( ?p ) AS ?c ) WHERE { resource:Akron__Ohio property:distributor ?p }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?c ) WHERE { resource:Akron,_Ohio property:distributor ?p }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:capital resource:Washington__D_C_ }",
"readable_query": "ASK WHERE { resource:United_States property:capital resource:Washington,_D.C. }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 2 | 4785 | Id20 | [
{
"subject": "AIDA_Cruises",
"property": "location",
"object": "Germany"
},
{
"subject": "AIDAluna",
"property": "operator",
"object": "AIDA_Cruises"
}
] | [
{
"subject": "AIDA_Cruises",
"property": "location",
"object": "Germany"
},
{
"subject": "AIDAluna",
"property": "operator",
"object": "AIDA_Cruises"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"German located, AIDA Cruises, is the operator of the AIDAluna.",
"AIDA Cruises are based in Germany and operate the ship AIDAluna.",
"AIDA Cruises is located in Germany and is the operator of the AIDAluna."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:operator",
"resource:AIDA_Cruises"
],
[
"resource:AIDA_Cruises",
"property:location",
"resource:Germany"
]
] | AIDAluna | [
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "AIDA_Cruises",
"readable": "AIDA Cruises",
"graph": "resource:AIDA_Cruises"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
},
{
"modified": "Germany",
"readable": "Germany",
"graph": "resource:Germany"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?y WHERE { ?y property:location resource:Germany . ?o rdf:type ontology:mean_of_transportation . ?o property:operator ?y }",
"readable_query": "SELECT DISTINCT ?o ?y WHERE { ?y property:location resource:Germany . ?o rdf:type ontology:mean_of_transportation . ?o property:operator ?y }",
"graph_answer": [
"resource:AIDAluna",
"resource:AIDA_Cruises"
],
"readable_answer": [
"AIDAluna",
"AIDA Cruises"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Airport | 5 | 11126 | Id175 | [
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "\"3048.0\"^^xsd:double"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "location",
"object": "Egg_Harbor_Township,_New_Jersey"
},
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "subdivisionName",
"object": "Atlantic_County,_New_Jersey"
}
] | [
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "3048.0"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "location",
"object": "Egg_Harbor_Township,_New_Jersey"
},
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "isPartOf",
"object": "Atlantic_County,_New_Jersey"
}
] | (X (X) (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Egg Harbor Township is a township in Atlantic County, New Jersey, United States, and is where Atlantic City International Airport is located. This airport has a runway length of 3048.0.",
"Atlantic City International Airport, which has a runway length of 3048.0 is located in Egg Harbor Township, Atlantic County, New Jersey in the United States."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Atlantic_City_International_Airport",
"property:runway_length",
"resource:3048_0"
],
[
"resource:Atlantic_City_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Atlantic_City_International_Airport",
"property:location",
"resource:Egg_Harbor_Township__New_Jersey"
],
[
"resource:Egg_Harbor_Township__New_Jersey",
"property:country",
"resource:United_States"
],
[
"resource:Egg_Harbor_Township__New_Jersey",
"property:is_part_of",
"resource:New_Jersey"
],
[
"resource:Egg_Harbor_Township__New_Jersey",
"property:is_part_of",
"resource:Atlantic_County__New_Jersey"
]
] | Atlantic_City_International_Airport | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "3048.0",
"readable": "3048.0",
"graph": "resource:3048_0"
},
{
"modified": "Atlantic_City_International_Airport",
"readable": "Atlantic City International Airport",
"graph": "resource:Atlantic_City_International_Airport"
},
{
"modified": "Atlantic_County,_New_Jersey",
"readable": "Atlantic County, New Jersey",
"graph": "resource:Atlantic_County__New_Jersey"
},
{
"modified": "Egg_Harbor_Township,_New_Jersey",
"readable": "Egg Harbor Township, New Jersey",
"graph": "resource:Egg_Harbor_Township__New_Jersey"
},
{
"modified": "New_Jersey",
"readable": "New Jersey",
"graph": "resource:New_Jersey"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:is_part_of resource:Atlantic_County__New_Jersey . FILTER ( CONTAINS ( LCASE ( ?u ) , 'jersey' ) ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:is_part_of resource:Atlantic_County,_New_Jersey . FILTER ( CONTAINS ( LCASE ( ?u ) , 'jersey' ) ) }",
"graph_answer": [
"resource:Egg_Harbor_Township__New_Jersey"
],
"readable_answer": [
"Egg Harbor Township, New Jersey"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:airport . ?l property:runway_length resource:3048_0 . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:airport . ?l property:runway_length resource:3048.0 . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) }",
"graph_answer": [
"resource:Atlantic_City_International_Airport"
],
"readable_answer": [
"Atlantic City International Airport"
],
"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"
]
}
] |
|
City | 4 | 9568 | Id167 | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Taylor_County,_Texas"
},
{
"subject": "Abilene,_Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Taylor_County,_Texas"
},
{
"subject": "Abilene,_Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"In the United States, Washington, D.C. is the capital and English is spoken. It is also the country where Abilene (Taylor County, Texas) is located.",
"Abilene, Taylor County, Texas is located in the United States, where English is spoken and the capital is Washington D.C.",
"Abilene, Texas is located in Taylor County, Texas in the United States. The capital of the U.S. is Washington, D.C and English is its official language."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:Abilene__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Abilene__Texas",
"property:country",
"resource:United_States"
],
[
"resource:Abilene__Texas",
"property:is_part_of",
"resource:Taylor_County__Texas"
]
] | Abilene,_Texas | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Abilene,_Texas",
"readable": "Abilene, Texas",
"graph": "resource:Abilene__Texas"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Taylor_County,_Texas",
"readable": "Taylor County, Texas",
"graph": "resource:Taylor_County__Texas"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?y property:language resource:English_language . ?n property:is_part_of resource:Taylor_County__Texas . ?n property:country ?y . ?n rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:language resource:English_language . ?n property:is_part_of resource:Taylor_County,_Texas . ?n property:country ?y . ?n rdf:type ontology:city }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) . ?r rdf:type ontology:city . ?r property:is_part_of resource:Taylor_County__Texas . ?r property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) . ?r rdf:type ontology:city . ?r property:is_part_of resource:Taylor_County,_Texas . ?r property:country resource:United_States }",
"graph_answer": [
"resource:Abilene__Texas"
],
"readable_answer": [
"Abilene, Texas"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:United_States property:spoken_in ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:United_States property:spoken_in ?z }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City | 3 | 6716 | Id4 | [
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "capital",
"object": "Austin,_Texas"
},
{
"subject": "Abilene,_Texas",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "capital",
"object": "Austin,_Texas"
},
{
"subject": "Abilene,_Texas",
"property": "country",
"object": "United_States"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abilene, Texas (capital: Austin) is located within the United States.",
"Abilene is located in the United States state of Texas, where the capital is Austin.",
"Abilene, Texas are both part of the U.S. and the state's capital is Austin."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Texas",
"property:capital",
"resource:Austin__Texas"
],
[
"resource:Abilene__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Abilene__Texas",
"property:country",
"resource:United_States"
],
[
"resource:Abilene__Texas",
"property:is_part_of",
"resource:Texas"
]
] | Abilene,_Texas | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Abilene,_Texas",
"readable": "Abilene, Texas",
"graph": "resource:Abilene__Texas"
},
{
"modified": "Austin,_Texas",
"readable": "Austin, Texas",
"graph": "resource:Austin__Texas"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?e property:is_part_of ?c . ?e rdf:type ontology:city . ?e property:country resource:United_States . ?c property:capital resource:Austin__Texas }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e property:is_part_of ?c . ?e rdf:type ontology:city . ?e property:country resource:United_States . ?c property:capital resource:Austin,_Texas }",
"graph_answer": [
"resource:Abilene__Texas"
],
"readable_answer": [
"Abilene, Texas"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City | 2 | 4212 | Id62 | [
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "Orange_County,_California"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "United_States_House_of_Representatives"
}
] | [
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "Orange_County,_California"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "United_States_House_of_Representatives"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Anaheim is part of Orange County, California. The U.S. House of Representatives leads Anaheim.",
"The United States House of Representatives leads Anaheim, California, which is in Orange County.",
"The United States House of Representatives leads Anaheim, a city in Orange County which is part of California."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Anaheim__California",
"property:leader_title",
"resource:United_States_House_of_Representatives"
],
[
"resource:Anaheim__California",
"rdf:type",
"ontology:city"
],
[
"resource:Anaheim__California",
"property:is_part_of",
"resource:Orange_County__California"
]
] | Anaheim,_California | [
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "Orange_County,_California",
"readable": "Orange County, California",
"graph": "resource:Orange_County__California"
},
{
"modified": "United_States_House_of_Representatives",
"readable": "United States House of Representatives",
"graph": "resource:United_States_House_of_Representatives"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?q WHERE { resource:Anaheim__California property:leader_title ?z . resource:Anaheim__California property:is_part_of ?q }",
"readable_query": "SELECT DISTINCT ?z ?q WHERE { resource:Anaheim,_California property:leader_title ?z . resource:Anaheim,_California property:is_part_of ?q }",
"graph_answer": [
"resource:United_States_House_of_Representatives",
"resource:Orange_County__California"
],
"readable_answer": [
"United States House of Representatives",
"Orange County, California"
],
"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"
]
}
] |
|
Athlete | 2 | 3711 | Id51 | [
{
"subject": "Akeem_Adams",
"property": "clubs",
"object": "Ferencvárosi_TC"
},
{
"subject": "Akeem_Adams",
"property": "team",
"object": "T&TEC_Sports_Club"
}
] | [
{
"subject": "Akeem_Adams",
"property": "club",
"object": "Ferencvárosi_TC"
},
{
"subject": "Akeem_Adams",
"property": "club",
"object": "T&TEC_Sports_Club"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Former clubs of Akeem Adams include T&TEC Sports Club and Ferencvarosi TC.",
"Akeem Adams club is Ferencvarosi TC and he plays for the T&TEC Sports Club.",
"Akeem Adams played for T&TEC Sports Club and now plays for Ferencvarosi TC."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Adams",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Adams",
"property:club",
"resource:Ferencv_rosi_TC"
],
[
"resource:Akeem_Adams",
"property:club",
"resource:T_TEC_Sports_Club"
]
] | Akeem_Adams | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Akeem_Adams",
"readable": "Akeem Adams",
"graph": "resource:Akeem_Adams"
},
{
"modified": "Ferencvárosi_TC",
"readable": "Ferencvárosi TC",
"graph": "resource:Ferencv_rosi_TC"
},
{
"modified": "T&TEC_Sports_Club",
"readable": "T&TEC Sports Club",
"graph": "resource:T_TEC_Sports_Club"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?e ) WHERE { resource:Akeem_Adams property:club ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?e ) WHERE { resource:Akeem_Adams property:club ?e }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Akeem_Adams property:club ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Akeem_Adams property:club ?a }",
"graph_answer": [
"resource:Ferencv_rosi_TC",
"resource:T_TEC_Sports_Club"
],
"readable_answer": [
"Ferencvárosi TC",
"T&TEC Sports Club"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 2 | 5186 | Id178 | [
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "County_of_Tyrol"
},
{
"subject": "Alfons_Gorbach",
"property": "placeOfBirth",
"object": "Imst"
}
] | [
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "County_of_Tyrol"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Imst"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfons Gorbach was born in Imst, in Tyrol.",
"Alfons Gorbach was born in Imst in the County of Tyrol.",
"Alfons Gorbach was born in Imst, County of Tyrol."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alfons_Gorbach",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Imst"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:County_of_Tyrol"
]
] | Alfons_Gorbach | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "Alfons_Gorbach",
"readable": "Alfons Gorbach",
"graph": "resource:Alfons_Gorbach"
},
{
"modified": "County_of_Tyrol",
"readable": "County of Tyrol",
"graph": "resource:County_of_Tyrol"
},
{
"modified": "Imst",
"readable": "Imst",
"graph": "resource:Imst"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?p property:birth_place resource:Derbyshire . ?p rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?p property:birth_place resource:Derbyshire . ?p rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?l rdf:type ontology:politician . ?l property:birth_place resource:Imst }",
"readable_query": "ASK WHERE { ?l rdf:type ontology:politician . ?l property:birth_place resource:Imst }",
"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 ?w WHERE { ?w rdf:type ontology:politician . ?w property:birth_place resource:Imst }",
"readable_query": "SELECT ?w WHERE { ?w rdf:type ontology:politician . ?w property:birth_place resource:Imst }",
"graph_answer": [
"resource:Alfons_Gorbach"
],
"readable_answer": [
"Alfons Gorbach"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut | 6 | 12899 | Id69 | [
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "affiliations",
"object": "University_of_Texas_System"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "athletics",
"object": "Big_12_Conference"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "deathDate",
"object": "\"1966-02-28\"^^xsd:date"
}
] | [
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "affiliation",
"object": "University_of_Texas_System"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "competeIn",
"object": "Big_12_Conference"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "deathDate",
"object": "\"1966-02-28\""
}
] | (X (X) (X) (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Elliot See was a test pilot who was a student at the University of Texas in Austin, a school that competes in the Big 12 Conference. The school is affiliated with the university of Texas system and See died on February 28th, 1966 in St. Louis.",
"Test pilot Elliot See attended the University of Texas at Austin, which is affiliated with the university of Texas system and part of the big 12 conference. He passed away on Feb 28, 1966 in St. Louis.",
"Elliot See died in St Louis on 28 February, 1966 and was a test pilot. He graduated from the University of Texas at Austin, which is affiliated to the University Of Texas system and will compete in the Big 12 Conference."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:occupation",
"resource:Test_pilot"
],
[
"resource:Elliot_See",
"property:alma_mater",
"resource:University_of_Texas_at_Austin"
],
[
"resource:Elliot_See",
"property:death_date",
"1966-02-28"
],
[
"resource:University_of_Texas_at_Austin",
"property:compete_in",
"resource:Big_12_Conference"
],
[
"resource:University_of_Texas_at_Austin",
"property:affiliation",
"resource:University_of_Texas_System"
]
] | Elliot_See | [
{
"modified": "1966-02-28",
"readable": "1966-02-28",
"graph": "1966-02-28"
},
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "competeIn",
"readable": "compete in",
"graph": "property:compete_in"
},
{
"modified": "deathDate",
"readable": "death date",
"graph": "property:death_date"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "Big_12_Conference",
"readable": "Big 12 Conference",
"graph": "resource:Big_12_Conference"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "University_of_Texas_System",
"readable": "University of Texas System",
"graph": "resource:University_of_Texas_System"
},
{
"modified": "University_of_Texas_at_Austin",
"readable": "University of Texas at Austin",
"graph": "resource:University_of_Texas_at_Austin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:astronaut . ?o property:alma_mater ?k . FILTER ( CONTAINS ( YEAR ( ?d ) , '1966' ) ) . ?k property:affiliation resource:University_of_Texas_System . ?o property:death_date ?d }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:astronaut . ?o property:alma_mater ?k . FILTER ( CONTAINS ( YEAR ( ?d ) , '1966' ) ) . ?k property:affiliation resource:University_of_Texas_System . ?o property:death_date ?d }",
"graph_answer": [
"resource:Elliot_See"
],
"readable_answer": [
"Elliot See"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?u rdf:type ontology:astronaut . ?p property:compete_in resource:Big_12_Conference . ?u property:death_place resource:St__Louis . ?u property:alma_mater ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?u rdf:type ontology:astronaut . ?p property:compete_in resource:Big_12_Conference . ?u property:death_place resource:St._Louis . ?u property:alma_mater ?p }",
"graph_answer": [
"resource:University_of_Texas_at_Austin"
],
"readable_answer": [
"University of Texas at Austin"
],
"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"
]
}
] |
|
Building | 4 | 9180 | Id103 | [
{
"subject": "Akita_Museum_of_Art",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "locationTown",
"object": "Akita,_Akita"
},
{
"subject": "Akita,_Akita",
"property": "subdivisionName",
"object": "Akita_Prefecture"
},
{
"subject": "Japan",
"property": "ethnicGroup",
"object": "Japanese_people"
}
] | [
{
"subject": "Akita_Museum_of_Art",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita,_Akita"
},
{
"subject": "Akita,_Akita",
"property": "isPartOf",
"object": "Akita_Prefecture"
},
{
"subject": "Japan",
"property": "ethnicGroup",
"object": "Japanese_people"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The city of Akita is part of the Akita Prefecture in Japan where the main ethnic group are the Japanese and is also the location of the Akita Museum of Art.",
"The Akita Museum of Art is located in Akita, Akita, Akita Prefecture, Japan, where the main ethnic group is the Japanese.",
"The Akita Museum of Art is located in Japan where the Japanese are the main ethnic group. The Museum is situated in Akita, Akita which is part of Akita Prefecture."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Japan",
"property:ethnic_group",
"resource:Japanese_people"
],
[
"resource:Akita__Akita",
"property:is_part_of",
"resource:Akita_Prefecture"
],
[
"resource:Akita_Museum_of_Art",
"rdf:type",
"ontology:building"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita__Akita"
],
[
"resource:Akita_Museum_of_Art",
"property:country",
"resource:Japan"
]
] | Akita_Museum_of_Art | [
{
"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": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Akita_Museum_of_Art",
"readable": "Akita Museum of Art",
"graph": "resource:Akita_Museum_of_Art"
},
{
"modified": "Akita_Prefecture",
"readable": "Akita Prefecture",
"graph": "resource:Akita_Prefecture"
},
{
"modified": "Akita,_Akita",
"readable": "Akita, Akita",
"graph": "resource:Akita__Akita"
},
{
"modified": "Japan",
"readable": "Japan",
"graph": "resource:Japan"
},
{
"modified": "Japanese_people",
"readable": "Japanese people",
"graph": "resource:Japanese_people"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?e ) WHERE { ?y property:country resource:Japan . ?y rdf:type ontology:building . ?y property:location resource:Akita__Akita }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?e ) WHERE { ?y property:country resource:Japan . ?y rdf:type ontology:building . ?y property:location resource:Akita,_Akita }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:building . ?x property:location resource:Akita__Akita . ?x property:country resource:Japan }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:building . ?x property:location resource:Akita,_Akita . ?x property:country resource:Japan }",
"graph_answer": [
"resource:Akita_Museum_of_Art"
],
"readable_answer": [
"Akita Museum of Art"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { resource:Akita__Akita property:is_part_of ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Akita,_Akita property:is_part_of ?b }",
"graph_answer": [
"resource:Akita_Prefecture"
],
"readable_answer": [
"Akita Prefecture"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 2 | 3443 | Id55 | [
{
"subject": "Ace_Wilder",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "derivatives",
"object": "Drum_and_bass"
}
] | [
{
"subject": "Ace_Wilder",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The musical genre of Ace Wilder is hip hop music, in which the sounds are derived from drum and bass.",
"Ace Wilder performs hip hop music, the genre that drum and bass is derived from.",
"Ace Wilder is an exponent of Hip hop music in which drum and bass is a derivative."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ace_Wilder",
"rdf:type",
"ontology:artist"
],
[
"resource:Ace_Wilder",
"property:genre",
"resource:Hip_hop_music"
],
[
"resource:Hip_hop_music",
"property:derivative",
"resource:Drum_and_bass"
]
] | Ace_Wilder | [
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Ace_Wilder",
"readable": "Ace Wilder",
"graph": "resource:Ace_Wilder"
},
{
"modified": "Drum_and_bass",
"readable": "Drum and bass",
"graph": "resource:Drum_and_bass"
},
{
"modified": "Hip_hop_music",
"readable": "Hip hop music",
"graph": "resource:Hip_hop_music"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?n ?m WHERE { ?m property:derivative resource:Drum_and_bass . ?n property:genre ?m . ?n rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?n ?m WHERE { ?m property:derivative resource:Drum_and_bass . ?n property:genre ?m . ?n rdf:type ontology:artist }",
"graph_answer": [
"resource:Ace_Wilder",
"resource:Hip_hop_music"
],
"readable_answer": [
"Ace Wilder",
"Hip hop music"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Company | 4 | 9699 | Id45 | [
{
"subject": "Trane",
"property": "foundingYear",
"object": "2007-01-01"
},
{
"subject": "Trane",
"property": "numberOfEmployees",
"object": "29000"
},
{
"subject": "Trane",
"property": "product",
"object": "Building_Management_System"
},
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
}
] | [
{
"subject": "Trane",
"property": "foundingDate",
"object": "1913-01-01"
},
{
"subject": "Trane",
"property": "numberOfEmployees",
"object": "29000"
},
{
"subject": "Trane",
"property": "product",
"object": "Building_Management_System"
},
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Trane was founded on 1913-01-01 in La Crosse, Wisconsin. They currently manufacture building management systems with a workforce of 29000.",
"Trane, which produces building management systems, having been founded in La Crosse Wisconsin on 1913-01-01, employs 29000 people.",
"Trane was founded on January 01,1913, in La Crosse, Wisconsin. Trane has 29,000 employees and makes building management systems."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Trane",
"property:founding_date",
"resource:1913_01_01"
],
[
"resource:Trane",
"property:number_of_employees",
"29000"
],
[
"resource:Trane",
"property:product",
"resource:Building_Management_System"
],
[
"resource:Trane",
"rdf:type",
"ontology:company"
],
[
"resource:Trane",
"property:foundation_place",
"resource:La_Crosse__Wisconsin"
]
] | Trane | [
{
"modified": "29000",
"readable": "29000",
"graph": "29000"
},
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "numberOfEmployees",
"readable": "number of employees",
"graph": "property:number_of_employees"
},
{
"modified": "product",
"readable": "product",
"graph": "property:product"
},
{
"modified": "1913-01-01",
"readable": "1913-01-01",
"graph": "resource:1913_01_01"
},
{
"modified": "Building_Management_System",
"readable": "Building Management System",
"graph": "resource:Building_Management_System"
},
{
"modified": "La_Crosse,_Wisconsin",
"readable": "La Crosse, Wisconsin",
"graph": "resource:La_Crosse__Wisconsin"
},
{
"modified": "Trane",
"readable": "Trane",
"graph": "resource:Trane"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?s property:founding_date ?j . FILTER ( ?j = \"1913_01_01\" ) . ?s property:foundation_place ?i . ?s rdf:type ontology:company }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?s property:founding_date ?j . FILTER ( ?j = \"1913-01-01\" ) . ?s property:foundation_place ?i . ?s rdf:type ontology:company }",
"graph_answer": [
"resource:La_Crosse__Wisconsin"
],
"readable_answer": [
"La Crosse, Wisconsin"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n property:foundation_place resource:La_Crosse__Wisconsin . ?n property:founding_date ?h . FILTER ( ?h = \"1913_01_01\" ) . ?n rdf:type ontology:company }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:foundation_place resource:La_Crosse,_Wisconsin . ?n property:founding_date ?h . FILTER ( ?h = \"1913-01-01\" ) . ?n rdf:type ontology:company }",
"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",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Trane property:saint ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Trane property:saint ?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"
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.