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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Athlete | 2 | 3789 | Id129 | [
{
"subject": "Aleksandre_Guruli",
"property": "clubs",
"object": "Olympique_Lyonnais"
},
{
"subject": "Olympique_Lyonnais",
"property": "ground",
"object": "Parc_Olympique_Lyonnais"
}
] | [
{
"subject": "Aleksandre_Guruli",
"property": "club",
"object": "Olympique_Lyonnais"
},
{
"subject": "Olympique_Lyonnais",
"property": "ground",
"object": "Parc_Olympique_Lyonnais"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandre Guruli played for the Olympique Lyonnais club who play their home games at the Parc Olympique Lyonnais.",
"Aleksandre Guruli played for the Olympique Lyonnais club whose home ground is the Parc Olympique Lyonnais stadium.",
"Aleksandre Guruli's club is Olympique Lyonnais whose home ground is the Parc Olympique Lyonnais stadium."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Olympique_Lyonnais",
"property:ground",
"resource:Parc_Olympique_Lyonnais"
],
[
"resource:Aleksandre_Guruli",
"rdf:type",
"ontology:athlete"
],
[
"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": "Aleksandre_Guruli",
"readable": "Aleksandre Guruli",
"graph": "resource:Aleksandre_Guruli"
},
{
"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 ?x ?t WHERE { ?t property:ground resource:Parc_Olympique_Lyonnais . ?x rdf:type ontology:athlete . ?x property:club ?t }",
"readable_query": "SELECT DISTINCT ?x ?t WHERE { ?t property:ground resource:Parc_Olympique_Lyonnais . ?x rdf:type ontology:athlete . ?x property:club ?t }",
"graph_answer": [
"resource:Aleksandre_Guruli",
"resource:Olympique_Lyonnais"
],
"readable_answer": [
"Aleksandre Guruli",
"Olympique Lyonnais"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
WrittenWork | 4 | 10833 | Id52 | [
{
"subject": "A_Long_Long_Way",
"property": "country",
"object": "Ireland"
},
{
"subject": "Ireland",
"property": "ethnicGroups",
"object": "White_people"
},
{
"subject": "A_Long_Long_Way",
"property": "publisher",
"object": "Viking_Press"
},
{
"subject": "A_Long_Long_Way",
"property": "subsequentWork",
"object": "The_Secret_Scripture"
}
] | [
{
"subject": "A_Long_Long_Way",
"property": "country",
"object": "Ireland"
},
{
"subject": "Ireland",
"property": "ethnicGroup",
"object": "White_people"
},
{
"subject": "A_Long_Long_Way",
"property": "publisher",
"object": "Viking_Press"
},
{
"subject": "A_Long_Long_Way",
"property": "followedBy",
"object": "The_Secret_Scripture"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Long Long Way (written in Ireland) was published by Viking Press and followed by The Secret Scripture. Ireland has the ethnic white group.",
"The novel A Long Long Way, published by Viking Press, was followed by The Secret Scripture. It was written in Ireland, which has white people as an ethnic group.",
"The Secret Scripture followed the book A Long Long Way published by Viking Press. A Long Long Way comes from Ireland where an ethnic group is white people."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ireland",
"property:ethnic_group",
"resource:White_people"
],
[
"resource:A_Long_Long_Way",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Long_Long_Way",
"property:publisher",
"resource:Viking_Press"
],
[
"resource:A_Long_Long_Way",
"property:country",
"resource:Ireland"
],
[
"resource:A_Long_Long_Way",
"property:followed_by",
"resource:The_Secret_Scripture"
]
] | A_Long_Long_Way | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "followedBy",
"readable": "followed by",
"graph": "property:followed_by"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "A_Long_Long_Way",
"readable": "A Long Long Way",
"graph": "resource:A_Long_Long_Way"
},
{
"modified": "Ireland",
"readable": "Ireland",
"graph": "resource:Ireland"
},
{
"modified": "The_Secret_Scripture",
"readable": "The Secret Scripture",
"graph": "resource:The_Secret_Scripture"
},
{
"modified": "Viking_Press",
"readable": "Viking Press",
"graph": "resource:Viking_Press"
},
{
"modified": "White_people",
"readable": "White people",
"graph": "resource:White_people"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Ireland property:ethnic_group resource:White_people }",
"readable_query": "ASK WHERE { resource:Ireland property:ethnic_group resource:White_people }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i property:followed_by resource:The_Secret_Scripture . ?i property:country ?p . ?i rdf:type ontology:written_work . ?p property:ethnic_group resource:White_people }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:followed_by resource:The_Secret_Scripture . ?i property:country ?p . ?i rdf:type ontology:written_work . ?p property:ethnic_group resource:White_people }",
"graph_answer": [
"resource:A_Long_Long_Way"
],
"readable_answer": [
"A Long Long Way"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:A_Long_Long_Way property:number_of_locations ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:A_Long_Long_Way property:number_of_locations ?k }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?g property:followed_by resource:Ring_of_Fire_II . ?g property:publisher ?z . ?g rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?g property:followed_by resource:Ring_of_Fire_II . ?g property:publisher ?z . ?g rdf:type ontology:written_work }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Politician | 4 | 10377 | Id61 | [
{
"subject": "Abel_Caballero",
"property": "office",
"object": "\"Minister of Transport\""
},
{
"subject": "Abel_Caballero",
"property": "birthPlace",
"object": "Galicia_(Spain)"
},
{
"subject": "Abel_Caballero",
"property": "placeOfBirth",
"object": "Ponteareas"
},
{
"subject": "Abel_Caballero",
"property": "party",
"object": "Spanish_Socialist_Workers'_Party"
}
] | [
{
"subject": "Abel_Caballero",
"property": "office",
"object": "\"Minister of Transport\""
},
{
"subject": "Abel_Caballero",
"property": "birthPlace",
"object": "Ponteareas"
},
{
"subject": "Abel_Caballero",
"property": "birthPlace",
"object": "Galicia_(Spain)"
},
{
"subject": "Abel_Caballero",
"property": "party",
"object": "Spanish_Socialist_Workers'_Party"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Abel Caballero was born in Galicia, Ponteareas, Spain, belongs to the Spanish Socialist Workers' Party and worked as Minister of Transport.",
"Abel Caballero was born in Ponteareas in Galicia, Spain. He was a member of the Spanish Socialist Workers' Party and held office as the Minister of Transport."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Abel_Caballero",
"property:party",
"resource:Spanish_Socialist_Workers__Party"
],
[
"resource:Abel_Caballero",
"rdf:type",
"ontology:politician"
],
[
"resource:Abel_Caballero",
"property:office",
"resource:Minister_of_Transport"
],
[
"resource:Abel_Caballero",
"property:birth_place",
"resource:Galicia__Spain_"
],
[
"resource:Abel_Caballero",
"property:birth_place",
"resource:Ponteareas"
]
] | Abel_Caballero | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "Abel_Caballero",
"readable": "Abel Caballero",
"graph": "resource:Abel_Caballero"
},
{
"modified": "Galicia_(Spain)",
"readable": "Galicia",
"graph": "resource:Galicia__Spain_"
},
{
"modified": "Minister of Transport",
"readable": "Minister of Transport",
"graph": "resource:Minister_of_Transport"
},
{
"modified": "Ponteareas",
"readable": "Ponteareas",
"graph": "resource:Ponteareas"
},
{
"modified": "Spanish_Socialist_Workers'_Party",
"readable": "Spanish Socialist Workers' Party",
"graph": "resource:Spanish_Socialist_Workers__Party"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?v rdf:type ontology:politician . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'a' ) ) . ?v property:birth_place resource:Galicia__Spain_ . ?v property:office ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?v rdf:type ontology:politician . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'a' ) ) . ?v property:birth_place resource:Galicia_(Spain) . ?v property:office ?c }",
"graph_answer": [
"resource:Minister_of_Transport"
],
"readable_answer": [
"Minister of Transport"
],
"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 ?a WHERE { ?a property:office resource:Minister_of_Transport . ?a property:birth_place resource:Galicia__Spain_ . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) . ?a rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a property:office resource:Minister_of_Transport . ?a property:birth_place resource:Galicia_(Spain) . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) . ?a rdf:type ontology:politician }",
"graph_answer": [
"resource:Abel_Caballero"
],
"readable_answer": [
"Abel Caballero"
],
"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 ?o ?a WHERE { resource:Abel_Caballero property:party ?a . resource:Abel_Caballero property:birth_place ?o }",
"readable_query": "SELECT DISTINCT ?o ?a WHERE { resource:Abel_Caballero property:party ?a . resource:Abel_Caballero property:birth_place ?o }",
"graph_answer": [
"resource:Ponteareas",
"resource:Spanish_Socialist_Workers__Party"
],
"readable_answer": [
"Ponteareas",
"Spanish Socialist Workers' Party"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist | 5 | 11210 | Id61 | [
{
"subject": "Al_Anderson_(NRBQ)",
"property": "associatedMusicalArtist",
"object": "NRBQ"
},
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "instrument",
"object": "Singing"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Rock_music",
"property": "stylisticOrigin",
"object": "Country_music"
}
] | [
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "associatedBand/associatedMusicalArtist",
"object": "NRBQ"
},
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "instrument",
"object": "Singing"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Rock_music",
"property": "stylisticOrigin",
"object": "Country_music"
}
] | (X (X) (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Al Anderson is a rock musician and singer for the band NRBQ. Rock music originated from country music, and A musical fusion of rock music is bhangra music.",
"Al Anderson sings with rock band NRBQ. Rock music originated from country and Bhangra is a fusion genre partly from Rock.",
"NRBQ's singer is rock musician Al Anderson. Rock originates from country and influences the fusion style of Bhangra."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Rock_music",
"property:stylistic_origin",
"resource:Country_music"
],
[
"resource:Rock_music",
"property:music_fusion_genre",
"resource:Bhangra__music_"
],
[
"resource:Al_Anderson__NRBQ_band_",
"rdf:type",
"ontology:artist"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:associated_band_associated_musical_artist",
"resource:NRBQ"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:genre",
"resource:Rock_music"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:instrument",
"resource:Singing"
]
] | Al_Anderson_(NRBQ_band) | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "instrument",
"readable": "instrument",
"graph": "property:instrument"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Al_Anderson_(NRBQ band)",
"readable": "Al Anderson",
"graph": "resource:Al_Anderson__NRBQ_band_"
},
{
"modified": "Bhangra_(music)",
"readable": "Bhangra",
"graph": "resource:Bhangra__music_"
},
{
"modified": "Country_music",
"readable": "Country music",
"graph": "resource:Country_music"
},
{
"modified": "NRBQ",
"readable": "NRBQ",
"graph": "resource:NRBQ"
},
{
"modified": "Rock_music",
"readable": "Rock music",
"graph": "resource:Rock_music"
},
{
"modified": "Singing",
"readable": "Singing",
"graph": "resource:Singing"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?i property:associated_band_associated_musical_artist ?j . ?i property:instrument resource:Singing . ?i rdf:type ontology:artist . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'n' ) ) }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?i property:associated_band_associated_musical_artist ?j . ?i property:instrument resource:Singing . ?i rdf:type ontology:artist . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'n' ) ) }",
"graph_answer": [
"resource:NRBQ"
],
"readable_answer": [
"NRBQ"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?n property:stylistic_origin resource:Country_music . ?n property:music_fusion_genre resource:Death_metal }",
"readable_query": "ASK WHERE { ?n property:stylistic_origin resource:Country_music . ?n property:music_fusion_genre resource:Death_metal }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?e property:stylistic_origin resource:Country_music . ?e property:music_fusion_genre resource:Bhangra__music_ }",
"readable_query": "ASK WHERE { ?e property:stylistic_origin resource:Country_music . ?e property:music_fusion_genre resource:Bhangra_(music) }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?v WHERE { ?v property:music_fusion_genre resource:Bhangra__music_ . ?v property:stylistic_origin resource:Country_music }",
"readable_query": "SELECT ?v WHERE { ?v property:music_fusion_genre resource:Bhangra_(music) . ?v property:stylistic_origin resource:Country_music }",
"graph_answer": [
"resource:Rock_music"
],
"readable_answer": [
"Rock music"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( STRSTARTS ( LCASE ( ?h ) , 'a' ) ) . ?h property:genre resource:Rock_music . ?h rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( STRSTARTS ( LCASE ( ?h ) , 'a' ) ) . ?h property:genre resource:Rock_music . ?h rdf:type ontology:artist }",
"graph_answer": [
"resource:Al_Anderson__NRBQ_band_"
],
"readable_answer": [
"Al Anderson"
],
"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"
]
}
] |
|
Athlete | 5 | 11479 | Id10 | [
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "History_of_the_St._Louis_Rams"
},
{
"subject": "History_of_the_St._Louis_Rams",
"property": "city",
"object": "St._Louis"
},
{
"subject": "Tennessee_Titans",
"property": "locationCity",
"object": "Nashville,_Tennessee"
},
{
"subject": "History_of_the_St._Louis_Rams",
"property": "coach",
"object": "Joe_Vitt"
},
{
"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": "city",
"object": "Nashville,_Tennessee"
},
{
"subject": "St._Louis_Rams",
"property": "coach",
"object": "Joe_Vitt"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Tennessee Titans, based in Nashville, TN, were Akeem Ayers debut team. He also played for the St. Louis Rams that are out of St. Louis and coached by Joe Vitt.",
"Akeem Ayers first started with the Tennessee Titans of Nashville, TN. He once played for the St. Louis Rams with coach Joe Vitt out of the city of St. Louis.",
"Akeem Ayers debut team was the Tennessee Titans who are based in Nashville, Tennessee. He went on to play for the St. Louis Rams, who are based in the city of St. Louis and whose coach is Joe Vitt."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Ayers",
"property:former_team",
"resource:St__Louis_Rams"
],
[
"resource:Akeem_Ayers",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Ayers",
"property:debut_team",
"resource:Tennessee_Titans"
],
[
"resource:Tennessee_Titans",
"property:city",
"resource:Nashville__Tennessee"
],
[
"resource:St__Louis_Rams",
"property:coach",
"resource:Joe_Vitt"
],
[
"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": "Joe_Vitt",
"readable": "Joe Vitt",
"graph": "resource:Joe_Vitt"
},
{
"modified": "Nashville,_Tennessee",
"readable": "Nashville, Tennessee",
"graph": "resource:Nashville__Tennessee"
},
{
"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 ?i WHERE { { { resource:St__Louis_Rams property:city ?i } UNION { resource:Tennessee_Titans property:city ?i } } }",
"readable_query": "SELECT DISTINCT ?i WHERE { { { resource:St._Louis_Rams property:city ?i } UNION { resource:Tennessee_Titans property:city ?i } } }",
"graph_answer": [
"resource:St__Louis",
"resource:Nashville__Tennessee"
],
"readable_answer": [
"St. Louis",
"Nashville, Tennessee"
],
"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 ?g WHERE { resource:Tennessee_Titans property:city ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Tennessee_Titans property:city ?g }",
"graph_answer": [
"resource:Nashville__Tennessee"
],
"readable_answer": [
"Nashville, Tennessee"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Akeem_Ayers property:debut_team resource:Tennessee_Titans . resource:Akeem_Ayers rdf:type ontology:athlete }",
"readable_query": "ASK WHERE { resource:Akeem_Ayers property:debut_team resource:Tennessee_Titans . resource:Akeem_Ayers rdf:type ontology:athlete }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 4 | 10157 | Id131 | [
{
"subject": "American_Motors",
"property": "fate",
"object": "Eagle_(automobile)"
},
{
"subject": "American_Motors",
"property": "subsidiary",
"object": "Wheel_Horse"
},
{
"subject": "AMC_Matador",
"property": "manufacturer",
"object": "American_Motors"
},
{
"subject": "American_Motors",
"property": "keyPerson",
"object": "Roy_D._Chapin,_Jr."
}
] | [
{
"subject": "American_Motors",
"property": "fate",
"object": "Eagle_(automobile)"
},
{
"subject": "American_Motors",
"property": "subsidiary",
"object": "Wheel_Horse"
},
{
"subject": "AMC_Matador",
"property": "manufacturer",
"object": "American_Motors"
},
{
"subject": "American_Motors",
"property": "keyPerson",
"object": "Roy_D._Chapin,_Jr."
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"American Motors Co, which includes member Roy D. Chapin Jr., was succeeded by Eagle. AMC Matador is manufactured by American Motors, which includes subsidiary Wheel Horse.",
"American Motors Co was succeeded by Eagle and owns a subsidiary company, The Wheel Horse. A key person at American Motors, a company where the AMC Matador is manufactured, is Roy D. Chapin Jr."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:AMC_Matador",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AMC_Matador",
"property:manufacturer",
"resource:American_Motors"
],
[
"resource:American_Motors",
"property:fate",
"resource:Eagle__automobile_"
],
[
"resource:American_Motors",
"property:key_person",
"resource:Roy_D__Chapin__Jr_"
],
[
"resource:American_Motors",
"property:subsidiary",
"resource:Wheel_Horse"
]
] | AMC_Matador | [
{
"modified": "fate",
"readable": "fate",
"graph": "property:fate"
},
{
"modified": "keyPerson",
"readable": "key person",
"graph": "property:key_person"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "subsidiary",
"readable": "subsidiary",
"graph": "property:subsidiary"
},
{
"modified": "AMC_Matador",
"readable": "AMC Matador",
"graph": "resource:AMC_Matador"
},
{
"modified": "American_Motors",
"readable": "American Motors",
"graph": "resource:American_Motors"
},
{
"modified": "Eagle_(automobile)",
"readable": "Eagle",
"graph": "resource:Eagle__automobile_"
},
{
"modified": "Roy_D._Chapin,_Jr.",
"readable": "Roy D. Chapin, Jr.",
"graph": "resource:Roy_D__Chapin__Jr_"
},
{
"modified": "Wheel_Horse",
"readable": "Wheel Horse",
"graph": "resource:Wheel_Horse"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'w' ) ) . resource:American_Motors property:subsidiary ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'w' ) ) . resource:American_Motors property:subsidiary ?d }",
"graph_answer": [
"resource:Wheel_Horse"
],
"readable_answer": [
"Wheel Horse"
],
"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 ?e WHERE { resource:American_Motors property:fate ?v . resource:American_Motors property:key_person ?e }",
"readable_query": "SELECT DISTINCT ?v ?e WHERE { resource:American_Motors property:fate ?v . resource:American_Motors property:key_person ?e }",
"graph_answer": [
"resource:Eagle__automobile_",
"resource:Roy_D__Chapin__Jr_"
],
"readable_answer": [
"Eagle",
"Roy D. Chapin, Jr."
],
"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:AMC_Matador rdf:type ontology:mean_of_transportation . resource:AMC_Matador property:manufacturer resource:American_Motors }",
"readable_query": "ASK WHERE { resource:AMC_Matador rdf:type ontology:mean_of_transportation . resource:AMC_Matador property:manufacturer resource:American_Motors }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
WrittenWork | 3 | 8331 | Id177 | [
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "numberOfPages",
"object": "\"320\"^^xsd:positiveInteger"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "mediaType",
"object": "\"Print\"@en"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "oclc",
"object": "78771100"
}
] | [
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "numberOfPages",
"object": "\"320\""
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "oclcNumber",
"object": "78771100"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "mediaType",
"object": "\"Print\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The printed book Alcatraz Versus the Evil Librarians has 320 pages and an OCLC number of 78771100.",
"Alcatraz Versus the Evil Librarians is in print and has 320 pages. The OCLC number is 78771100."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:media_type",
"resource:Print"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"rdf:type",
"ontology:written_work"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:oclc_number",
"78771100"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:number_of_pages",
"320"
]
] | Alcatraz_Versus_the_Evil_Librarians | [
{
"modified": "320",
"readable": "320",
"graph": "320"
},
{
"modified": "78771100",
"readable": "78771100",
"graph": "78771100"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "oclcNumber",
"readable": "oclc number",
"graph": "property:oclc_number"
},
{
"modified": "Alcatraz_Versus_the_Evil_Librarians",
"readable": "Alcatraz Versus the Evil Librarians",
"graph": "resource:Alcatraz_Versus_the_Evil_Librarians"
},
{
"modified": "Print",
"readable": "Print",
"graph": "resource:Print"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?r rdf:type ontology:written_work . FILTER ( ?n < '500' ) . ?r property:number_of_pages ?n . ?r property:media_type ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?r rdf:type ontology:written_work . FILTER ( ?n < '500' ) . ?r property:number_of_pages ?n . ?r property:media_type ?q }",
"graph_answer": [
"resource:Print"
],
"readable_answer": [
"Print"
],
"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 ( COUNT ( ?k ) AS ?d ) WHERE { ?k rdf:type ontology:written_work . ?k property:media_type resource:Print }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?d ) WHERE { ?k rdf:type ontology:written_work . ?k property:media_type resource:Print }",
"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 ?b WHERE { ?b property:media_type resource:Print . ?b rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b property:media_type resource:Print . ?b rdf:type ontology:written_work }",
"graph_answer": [
"resource:Alcatraz_Versus_the_Evil_Librarians"
],
"readable_answer": [
"Alcatraz Versus the Evil Librarians"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Alcatraz_Versus_the_Evil_Librarians property:stylistic_origin ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Alcatraz_Versus_the_Evil_Librarians property:stylistic_origin ?l }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam | 3 | 7959 | Id32 | [
{
"subject": "A.C._Lumezzane",
"property": "fullname",
"object": "\"Associazione Calcio Lumezzane SpA\"@en"
},
{
"subject": "A.C._Lumezzane",
"property": "league",
"object": "Lega_Pro"
},
{
"subject": "A.C._Lumezzane",
"property": "capacity",
"object": "4150"
}
] | [
{
"subject": "A.C._Lumezzane",
"property": "fullName",
"object": "\"Associazione Calcio Lumezzane SpA\""
},
{
"subject": "A.C._Lumezzane",
"property": "numberOfMembers",
"object": "4150"
},
{
"subject": "A.C._Lumezzane",
"property": "league",
"object": "Lega_Pro"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Associazione Calcio Lumezzane SpA is abbreviated to A.C. Lumezzane, they have 4150 members and play in the Lega Pro league.",
"The full name of A.C. Lumezzane is Associazione Calcio Lumezzane SpA, they have 4150 members and play in the Lega Pro league.",
"Associazione Calcio Lumezzane SpA (A.C. Lumezzane) has 4150 members and plays in the Lega Pro league."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_C__Lumezzane",
"property:full_name",
"Associazione Calcio Lumezzane SpA"
],
[
"resource:A_C__Lumezzane",
"property:number_of_members",
"resource:4150"
],
[
"resource:A_C__Lumezzane",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_C__Lumezzane",
"property:league",
"resource:Lega_Pro"
]
] | A.C._Lumezzane | [
{
"modified": "Associazione Calcio Lumezzane SpA",
"readable": "Associazione Calcio Lumezzane SpA",
"graph": "Associazione Calcio Lumezzane SpA"
},
{
"modified": "fullName",
"readable": "full name",
"graph": "property:full_name"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "4150",
"readable": "4150",
"graph": "resource:4150"
},
{
"modified": "A.C._Lumezzane",
"readable": "A.C. Lumezzane",
"graph": "resource:A_C__Lumezzane"
},
{
"modified": "Lega_Pro",
"readable": "Lega Pro",
"graph": "resource:Lega_Pro"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?y WHERE { resource:A_C__Lumezzane property:number_of_members ?y . resource:A_C__Lumezzane property:full_name ?c }",
"readable_query": "SELECT DISTINCT ?c ?y WHERE { resource:A.C._Lumezzane property:number_of_members ?y . resource:A.C._Lumezzane property:full_name ?c }",
"graph_answer": [
"Associazione Calcio Lumezzane SpA",
"resource:4150"
],
"readable_answer": [
"Associazione Calcio Lumezzane SpA",
"4150"
],
"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 ?j WHERE { resource:A_C__Lumezzane property:doctoral_student ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:A.C._Lumezzane property:doctoral_student ?j }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 5 | 12127 | Id74 | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Paul_Ryan"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
] | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Paul_Ryan"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
] | (X (X (X) (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Washington, D.C. is the capital of the United States and the leader of the United States has a title called the president. Paul Ryan is a leader of the United States. Asian Americans are one of many ethnic groups in the United States which is where Bacon Explosion comes from.",
"Bacon Explosion comes from the United States, where Paul Ryan is a leader and Asian Americans are one of the ethnic groups. The leader of the United States is called the President and the capital city is Washington DC.",
"Bacon Explosion hails from the United States, where Paul Ryan is a leader and the capital is Washington DC. Asian Americans are an ethnic group there and the leader of the country has the title President."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:leader",
"resource:Paul_Ryan"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
]
] | Bacon_Explosion | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Paul_Ryan",
"readable": "Paul Ryan",
"graph": "resource:Paul_Ryan"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?i ) WHERE { ?r property:ethnic_group resource:Asian_Americans . ?r property:leader resource:Paul_Ryan . FILTER ( CONTAINS ( LCASE ( ?r ) , 'united' ) ) }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?i ) WHERE { ?r property:ethnic_group resource:Asian_Americans . ?r property:leader resource:Paul_Ryan . FILTER ( CONTAINS ( LCASE ( ?r ) , 'united' ) ) }",
"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",
"comparison",
"string_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v ?h WHERE { ?h property:ethnic_group resource:Asian_Americans . ?h property:leader_title ?v }",
"readable_query": "SELECT DISTINCT ?v ?h WHERE { ?h property:ethnic_group resource:Asian_Americans . ?h property:leader_title ?v }",
"graph_answer": [
"resource:President_of_the_United_States",
"resource:United_States"
],
"readable_answer": [
"President of the United States",
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:United_States property:higher ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:United_States property:higher ?j }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 2 | 4885 | Id120 | [
{
"subject": "Alhambra_(1855)",
"property": "shipBeam",
"object": "\"8.3\"^^xsd:double"
},
{
"subject": "Alhambra_(1855)",
"property": "topSpeed",
"object": "\"18.52\"^^xsd:double"
}
] | [
{
"subject": "Alhambra",
"property": "shipBeam",
"object": "8.3 m"
},
{
"subject": "Alhambra",
"property": "topSpeed",
"object": "18.52"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alhambra has a ship beam of 8.3m and a top speed of 18.52.",
"The Alhambra has an 8.3m ship beam and a top speed of 18.52.",
"The Alhambra ship beam is 8.3m and it has a top speed of 18.52."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alhambra",
"property:ship_beam",
"resource:8_3_m"
],
[
"resource:Alhambra",
"property:top_speed",
"resource:18_52"
]
] | Alhambra | [
{
"modified": "shipBeam",
"readable": "ship beam",
"graph": "property:ship_beam"
},
{
"modified": "topSpeed",
"readable": "top speed",
"graph": "property:top_speed"
},
{
"modified": "18.52",
"readable": "18.52",
"graph": "resource:18_52"
},
{
"modified": "8.3 m",
"readable": "8.3 m",
"graph": "resource:8_3_m"
},
{
"modified": "Alhambra",
"readable": "Alhambra",
"graph": "resource:Alhambra"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?b property:ship_beam resource:32_2 . ?b property:top_speed ?z }",
"readable_query": "ASK WHERE { ?b property:ship_beam resource:32.2 . ?b property:top_speed ?z }",
"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"
]
}
] |
|
WrittenWork | 4 | 10791 | Id10 | [
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "Eric_Flint",
"property": "birthPlace",
"object": "Burbank,_California"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "previousWork",
"object": "Grantville_Gazette_II"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "precededBy",
"object": "The_Grantville_Gazettes"
}
] | [
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "Eric_Flint",
"property": "birthPlace",
"object": "Burbank,_California"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "precededBy",
"object": "Grantville_Gazette_II"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "precededBy",
"object": "The_Grantville_Gazettes"
}
] | (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Eric Flint was born in Burbank California and is the author of 1634: The Bavarian Crisis, The Grantville Gazettes and Grantville Gazette II.",
"Eric Flint was born in Burbank California and he wrote 1634: The Bavarian Crisis which preceded by The Grantville Gazettes and the Grantville Gazette II.",
"Eric Flint, born in Burbank, California, is the author of 1634: The Bavarian Crisis. The Grantville Gazettes and Grantville Gazette III preceded 1634: The Bavarian Crisis."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1634__The_Bavarian_Crisis",
"property:preceded_by",
"resource:Grantville_Gazette_II"
],
[
"resource:1634__The_Bavarian_Crisis",
"property:preceded_by",
"resource:The_Grantville_Gazettes"
],
[
"resource:1634__The_Bavarian_Crisis",
"property:author",
"resource:Eric_Flint"
],
[
"resource:1634__The_Bavarian_Crisis",
"rdf:type",
"ontology:written_work"
],
[
"resource:Eric_Flint",
"property:birth_place",
"resource:Burbank__California"
]
] | 1634:_The_Bavarian_Crisis | [
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "precededBy",
"readable": "preceded by",
"graph": "property:preceded_by"
},
{
"modified": "1634:_The_Bavarian_Crisis",
"readable": "1634: The Bavarian Crisis",
"graph": "resource:1634__The_Bavarian_Crisis"
},
{
"modified": "Burbank,_California",
"readable": "Burbank, California",
"graph": "resource:Burbank__California"
},
{
"modified": "Eric_Flint",
"readable": "Eric Flint",
"graph": "resource:Eric_Flint"
},
{
"modified": "Grantville_Gazette_II",
"readable": "Grantville Gazette II",
"graph": "resource:Grantville_Gazette_II"
},
{
"modified": "The_Grantville_Gazettes",
"readable": "The Grantville Gazettes",
"graph": "resource:The_Grantville_Gazettes"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?k ) WHERE { resource:1634__The_Bavarian_Crisis property:preceded_by ?t }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?k ) WHERE { resource:1634:_The_Bavarian_Crisis property:preceded_by ?t }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Eric_Flint property:birth_place resource:Istanbul__Turkey }",
"readable_query": "ASK WHERE { resource:Eric_Flint property:birth_place resource:Istanbul,_Turkey }",
"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": "ASK WHERE { resource:Eric_Flint property:birth_place resource:Burbank__California }",
"readable_query": "ASK WHERE { resource:Eric_Flint property:birth_place resource:Burbank,_California }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
City | 4 | 9535 | Id134 | [
{
"subject": "Contra_Costa_County,_California",
"property": "isPartOf",
"object": "San_Francisco_Bay_Area"
},
{
"subject": "Antioch,_California",
"property": "settlementType",
"object": "California"
},
{
"subject": "California",
"property": "language",
"object": "English_language"
},
{
"subject": "Antioch,_California",
"property": "subdivisionName",
"object": "Contra_Costa_County,_California"
}
] | [
{
"subject": "Contra_Costa_County,_California",
"property": "isPartOf",
"object": "San_Francisco_Bay_Area"
},
{
"subject": "Antioch,_California",
"property": "isPartOf",
"object": "California"
},
{
"subject": "California",
"property": "language",
"object": "English_language"
},
{
"subject": "Antioch,_California",
"property": "isPartOf",
"object": "Contra_Costa_County,_California"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Antioch and San Francisco Bay area are parts of Contra Costa County in California. The English language is spoken in California.",
"Antioch and the San Francisco Bay area are part of Contra Costa County in California. The English language is spoken in California.",
"Antioch, is part of Contra Costa County, which is turn, is is part of the San Francisco Bay area, in, English Speaking, California."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Contra_Costa_County__California",
"property:is_part_of",
"resource:San_Francisco_Bay_Area"
],
[
"resource:Antioch__California",
"rdf:type",
"ontology:city"
],
[
"resource:Antioch__California",
"property:is_part_of",
"resource:Contra_Costa_County__California"
],
[
"resource:Antioch__California",
"property:is_part_of",
"resource:California"
],
[
"resource:California",
"property:language",
"resource:English_language"
]
] | Antioch,_California | [
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Antioch,_California",
"readable": "Antioch, California",
"graph": "resource:Antioch__California"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Contra_Costa_County,_California",
"readable": "Contra Costa County, California",
"graph": "resource:Contra_Costa_County__California"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "San_Francisco_Bay_Area",
"readable": "San Francisco Bay Area",
"graph": "resource:San_Francisco_Bay_Area"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { { { ?g property:is_part_of resource:San_Francisco_Bay_Area } UNION { ?g property:is_part_of resource:California } } }",
"readable_query": "SELECT DISTINCT ?g WHERE { { { ?g property:is_part_of resource:San_Francisco_Bay_Area } UNION { ?g property:is_part_of resource:California } } }",
"graph_answer": [
"resource:Contra_Costa_County__California",
"resource:Antioch__California"
],
"readable_answer": [
"Contra Costa County, California",
"Antioch, California"
],
"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 ?v WHERE { ?v property:is_part_of resource:California }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:is_part_of resource:California }",
"graph_answer": [
"resource:Antioch__California"
],
"readable_answer": [
"Antioch, California"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:California property:language resource:English_language }",
"readable_query": "ASK WHERE { resource:California property:language resource:English_language }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Airport | 4 | 8478 | Id76 | [
{
"subject": "Al_Asad_Airbase",
"property": "operator",
"object": "United_States_Air_Force"
},
{
"subject": "United_States_Air_Force",
"property": "battles",
"object": "Invasion_of_Grenada"
},
{
"subject": "United_States_Air_Force",
"property": "aircraftAttack",
"object": "Lockheed_AC-130"
},
{
"subject": "United_States_Air_Force",
"property": "battle",
"object": "1986_United_States_bombing_of_Libya"
}
] | [
{
"subject": "Al_Asad_Airbase",
"property": "operatingOrganisation",
"object": "United_States_Air_Force"
},
{
"subject": "United_States_Air_Force",
"property": "battle",
"object": "Invasion_of_Grenada"
},
{
"subject": "United_States_Air_Force",
"property": "attackAircraft",
"object": "Lockheed_AC-130"
},
{
"subject": "United_States_Air_Force",
"property": "battle",
"object": "1986_United_States_bombing_of_Libya"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Lockheed AC-130 is an attack aircraft of the United states Air force that have been in battles during the invasion of Grenada, bombed Libya in 1986 and operates Al Asad airbase.",
"The United States Air Force, who are the operating organisation for Al Asad airbase, were involved in battles at the invasion of Grenada and in the 1986 US bombing of Libya and deploy the Lockheed AC 130 attack aircraft.",
"The United States Air Force who are the operating organisation for Al Asad airbase fought in the bombing of Libya in 1986, and in the noted battles at the invasion of Grenada. They deploy the Lockheed AC-130 attack aircraft."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Al_Asad_Airbase",
"rdf:type",
"ontology:airport"
],
[
"resource:Al_Asad_Airbase",
"property:operating_organisation",
"resource:United_States_Air_Force"
],
[
"resource:United_States_Air_Force",
"property:attack_aircraft",
"resource:Lockheed_AC_130"
],
[
"resource:United_States_Air_Force",
"property:battle",
"resource:1986_United_States_bombing_of_Libya"
],
[
"resource:United_States_Air_Force",
"property:battle",
"resource:Invasion_of_Grenada"
]
] | Al_Asad_Airbase | [
{
"modified": "attackAircraft",
"readable": "attack aircraft",
"graph": "property:attack_aircraft"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "1986_United_States_bombing_of_Libya",
"readable": "1986 United States bombing of Libya",
"graph": "resource:1986_United_States_bombing_of_Libya"
},
{
"modified": "Al_Asad_Airbase",
"readable": "Al Asad Airbase",
"graph": "resource:Al_Asad_Airbase"
},
{
"modified": "Invasion_of_Grenada",
"readable": "Invasion of Grenada",
"graph": "resource:Invasion_of_Grenada"
},
{
"modified": "Lockheed_AC-130",
"readable": "Lockheed AC-130",
"graph": "resource:Lockheed_AC_130"
},
{
"modified": "United_States_Air_Force",
"readable": "United States Air Force",
"graph": "resource:United_States_Air_Force"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?x ) WHERE { resource:United_States_Air_Force property:battle ?z }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?x ) WHERE { resource:United_States_Air_Force property:battle ?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 ?j WHERE { resource:United_States_Air_Force property:battle ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:United_States_Air_Force property:battle ?j }",
"graph_answer": [
"resource:1986_United_States_bombing_of_Libya",
"resource:Invasion_of_Grenada"
],
"readable_answer": [
"1986 United States bombing of Libya",
"Invasion of Grenada"
],
"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:United_States_Air_Force property:spoken_in ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:United_States_Air_Force property:spoken_in ?i }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork | 2 | 5515 | Id50 | [
{
"subject": "AIP_Advances",
"property": "discipline",
"object": "Physics"
},
{
"subject": "AIP_Advances",
"property": "abbreviation",
"object": "\"AIP Adv.\""
}
] | [
{
"subject": "AIP_Advances",
"property": "abbreviation",
"object": "\"AIP Adv.\""
},
{
"subject": "AIP_Advances",
"property": "academicDiscipline",
"object": "Physics"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AIP Advances (abbreviated to \"AIP Adv.\") covers the discipline of physics.",
"AIP Advances (abbreviated to \"AIP Adv.\") is devoted to the study of physics.",
"AIP Advances, abbreviated to AIP Adv., covers the discipline of physics."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:AIP_Advances",
"property:abbreviation",
"resource:AIP_Adv_"
],
[
"resource:AIP_Advances",
"rdf:type",
"ontology:written_work"
],
[
"resource:AIP_Advances",
"property:academic_discipline",
"resource:Physics"
]
] | AIP_Advances | [
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "AIP Adv.",
"readable": "AIP Adv.",
"graph": "resource:AIP_Adv_"
},
{
"modified": "AIP_Advances",
"readable": "AIP Advances",
"graph": "resource:AIP_Advances"
},
{
"modified": "Physics",
"readable": "Physics",
"graph": "resource:Physics"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?t rdf:type ontology:written_work . ?t property:academic_discipline ?e . ?t property:abbreviation 'Abh. Math. Semin. Univ. Hambg.' }",
"readable_query": "ASK WHERE { ?t rdf:type ontology:written_work . ?t property:academic_discipline ?e . ?t property:abbreviation 'Abh. Math. Semin. Univ. Hambg.' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Astronaut | 2 | 3647 | Id33 | [
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "deathDate",
"object": "\"1966-02-28\""
}
] | [
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "deathDate",
"object": "\"1966-02-28\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good",
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4",
"Id5",
"Id6",
"Id7"
],
"text": [
"Elliot See died on February 28, 1966, in St Louis.",
"Elliot See died in St Louis on February 28,1966.",
"Elliot See died in St Louis on February 28, 1966.",
"Elliot See died in St. Louis on February 28th, 1966.",
"Elliot See died in St. Louis on 1966-02-28.",
"Elliot See died in St Louis on 28/02/1966.",
"Elliot See passed away on 1966-02-28 in St. Louis."
],
"lang": [
"",
"",
"",
"",
"",
"",
""
]
} | [] | [] | [
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:death_date",
"1966-02-28"
]
] | Elliot_See | [
{
"modified": "1966-02-28",
"readable": "1966-02-28",
"graph": "1966-02-28"
},
{
"modified": "deathDate",
"readable": "death date",
"graph": "property:death_date"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?i = \"1966-02-28\" ) . ?w rdf:type ontology:astronaut . ?w property:death_date ?i . ?w property:death_place ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( ?i = \"1966-02-28\" ) . ?w rdf:type ontology:astronaut . ?w property:death_date ?i . ?w property:death_place ?x }",
"graph_answer": [
"resource:St__Louis"
],
"readable_answer": [
"St. Louis"
],
"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 ?a WHERE { ?a rdf:type ontology:astronaut . FILTER ( ?g = \"1966-02-28\" ) . ?a property:death_place resource:St__Louis . ?a property:death_date ?g }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:astronaut . FILTER ( ?g = \"1966-02-28\" ) . ?a property:death_place resource:St._Louis . ?a property:death_date ?g }",
"graph_answer": [
"resource:Elliot_See"
],
"readable_answer": [
"Elliot See"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 5 | 11637 | Id101 | [
{
"subject": "Ampara_Hospital",
"property": "country",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "leader",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Ampara_Hospital",
"property": "state",
"object": "Eastern_Province,_Sri_Lanka"
},
{
"subject": "Eastern_Province,_Sri_Lanka",
"property": "leaderName",
"object": "Austin_Fernando"
},
{
"subject": "Sri_Lanka",
"property": "capital",
"object": "Sri_Jayawardenepura_Kotte"
}
] | [
{
"subject": "Ampara_Hospital",
"property": "country",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "leader",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Ampara_Hospital",
"property": "state",
"object": "Eastern_Province,_Sri_Lanka"
},
{
"subject": "Eastern_Province,_Sri_Lanka",
"property": "leader",
"object": "Austin_Fernando"
},
{
"subject": "Sri_Lanka",
"property": "capital",
"object": "Sri_Jayawardenepura_Kotte"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The leader of Sri Lanka is Ranil Wickremesinghe and the capital is Sri Jayawardenepura Kotte. Ampara Hospital is located in the Eastern Province which is led by Austin Fernando.",
"Sri Lanka's leader is called Ranil Wickremesinghe and the capital is Sri Jayawardenepura Kotte. The country is the location of Ampara Hospital in the Eastern Province which is led by Austin Fernando."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Sri_Lanka",
"property:leader",
"resource:Ranil_Wickremesinghe"
],
[
"resource:Sri_Lanka",
"property:capital",
"resource:Sri_Jayawardenepura_Kotte"
],
[
"resource:Eastern_Province__Sri_Lanka",
"property:leader",
"resource:Austin_Fernando"
],
[
"resource:Ampara_Hospital",
"rdf:type",
"ontology:building"
],
[
"resource:Ampara_Hospital",
"property:state",
"resource:Eastern_Province__Sri_Lanka"
],
[
"resource:Ampara_Hospital",
"property:country",
"resource:Sri_Lanka"
]
] | Ampara_Hospital | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "Ampara_Hospital",
"readable": "Ampara Hospital",
"graph": "resource:Ampara_Hospital"
},
{
"modified": "Austin_Fernando",
"readable": "Austin Fernando",
"graph": "resource:Austin_Fernando"
},
{
"modified": "Eastern_Province,_Sri_Lanka",
"readable": "Eastern Province, Sri Lanka",
"graph": "resource:Eastern_Province__Sri_Lanka"
},
{
"modified": "Ranil_Wickremesinghe",
"readable": "Ranil Wickremesinghe",
"graph": "resource:Ranil_Wickremesinghe"
},
{
"modified": "Sri_Jayawardenepura_Kotte",
"readable": "Sri Jayawardenepura Kotte",
"graph": "resource:Sri_Jayawardenepura_Kotte"
},
{
"modified": "Sri_Lanka",
"readable": "Sri Lanka",
"graph": "resource:Sri_Lanka"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { { { resource:Sri_Lanka property:leader ?o } UNION { resource:Eastern_Province__Sri_Lanka property:leader ?o } } }",
"readable_query": "SELECT DISTINCT ?o WHERE { { { resource:Sri_Lanka property:leader ?o } UNION { resource:Eastern_Province,_Sri_Lanka property:leader ?o } } }",
"graph_answer": [
"resource:Ranil_Wickremesinghe",
"resource:Austin_Fernando"
],
"readable_answer": [
"Ranil Wickremesinghe",
"Austin Fernando"
],
"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 ?s WHERE { resource:Sri_Lanka property:leader ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Sri_Lanka property:leader ?s }",
"graph_answer": [
"resource:Ranil_Wickremesinghe"
],
"readable_answer": [
"Ranil Wickremesinghe"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Ampara_Hospital property:country resource:Sri_Lanka . resource:Ampara_Hospital rdf:type ontology:building }",
"readable_query": "ASK WHERE { resource:Ampara_Hospital property:country resource:Sri_Lanka . resource:Ampara_Hospital rdf:type ontology:building }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Sri_Lanka property:apoapsis ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Sri_Lanka property:apoapsis ?c }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 4 | 9845 | Id134 | [
{
"subject": "Bakewell_pudding",
"property": "region",
"object": "Derbyshire_Dales"
},
{
"subject": "Bakewell_pudding",
"property": "hasVariant",
"object": "Bakewell_tart"
},
{
"subject": "Bakewell_pudding",
"property": "ingredientName",
"object": "\"Ground almond, jam, butter, eggs\""
},
{
"subject": "Bakewell_pudding",
"property": "servingTemperature",
"object": "\"Warm (freshly baked) or cold\""
}
] | [
{
"subject": "Bakewell_pudding",
"property": "region",
"object": "Derbyshire_Dales"
},
{
"subject": "Bakewell_pudding",
"property": "dishVariation",
"object": "Bakewell_tart"
},
{
"subject": "Bakewell_pudding",
"property": "mainIngredient",
"object": "\"Ground almond, jam, butter, eggs\""
},
{
"subject": "Bakewell_pudding",
"property": "servingTemperature",
"object": "\"Warm (freshly baked) or cold\""
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Bakewell pudding, which can be served warm or cold, is from the Derbyshire Dales region. Some main ingredients in it are ground almonds, jam, butter and eggs. A variant of bakewell pudding is bakewell tart.",
"Bakewell pudding (or tart) originates from the Derbyshire Dales. Some main ingredients in Bakewell pudding are ground almonds, jam, butter and eggs and it can be served warm or cold."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Bakewell_pudding",
"property:dish_variation",
"resource:Bakewell_tart"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Jam"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Ground_almond"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Eggs"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Butter"
],
[
"resource:Bakewell_pudding",
"rdf:type",
"ontology:food"
],
[
"resource:Bakewell_pudding",
"property:serving_temperature",
"Warm (freshly baked) or cold"
],
[
"resource:Bakewell_pudding",
"property:region",
"resource:Derbyshire_Dales"
]
] | Bakewell_pudding | [
{
"modified": "Warm (freshly baked) or cold",
"readable": "Warm or cold",
"graph": "Warm (freshly baked) or cold"
},
{
"modified": "dishVariation",
"readable": "dish variation",
"graph": "property:dish_variation"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "servingTemperature",
"readable": "serving temperature",
"graph": "property:serving_temperature"
},
{
"modified": "Bakewell_pudding",
"readable": "Bakewell pudding",
"graph": "resource:Bakewell_pudding"
},
{
"modified": "Bakewell_tart",
"readable": "Bakewell tart",
"graph": "resource:Bakewell_tart"
},
{
"modified": "Butter",
"readable": "Butter",
"graph": "resource:Butter"
},
{
"modified": "Derbyshire_Dales",
"readable": "Derbyshire Dales",
"graph": "resource:Derbyshire_Dales"
},
{
"modified": "Eggs",
"readable": "Eggs",
"graph": "resource:Eggs"
},
{
"modified": "Ground almond",
"readable": "Ground almond",
"graph": "resource:Ground_almond"
},
{
"modified": "Jam",
"readable": "Jam",
"graph": "resource:Jam"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?y ) WHERE { resource:Bakewell_pudding property:main_ingredient ?s }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?y ) WHERE { resource:Bakewell_pudding property:main_ingredient ?s }",
"graph_answer": [
"4"
],
"readable_answer": [
"4"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Bakewell_pudding property:main_ingredient ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Bakewell_pudding property:main_ingredient ?h }",
"graph_answer": [
"resource:Jam",
"resource:Ground_almond",
"resource:Eggs",
"resource:Butter"
],
"readable_answer": [
"Jam",
"Ground almond",
"Eggs",
"Butter"
],
"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 ?y WHERE { resource:Bakewell_pudding property:dish_variation ?y . resource:Bakewell_pudding property:serving_temperature ?t }",
"readable_query": "SELECT DISTINCT ?t ?y WHERE { resource:Bakewell_pudding property:dish_variation ?y . resource:Bakewell_pudding property:serving_temperature ?t }",
"graph_answer": [
"Warm (freshly baked) or cold",
"resource:Bakewell_tart"
],
"readable_answer": [
"Warm or cold",
"Bakewell tart"
],
"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 ( ?p ) AS ?i ) WHERE { resource:Bakewell_pudding property:region ?p }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?i ) WHERE { resource:Bakewell_pudding property:region ?p }",
"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 ?n WHERE { resource:Bakewell_pudding property:region ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Bakewell_pudding property:region ?n }",
"graph_answer": [
"resource:Derbyshire_Dales"
],
"readable_answer": [
"Derbyshire Dales"
],
"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 | 6810 | Id98 | [
{
"subject": "Ann_Arbor,_Michigan",
"property": "leaderTitle",
"object": "\"City Administrator\"@en"
},
{
"subject": "Ann_Arbor,_Michigan",
"property": "populationDensity",
"object": "\"1580.66\"^^xsd:double"
},
{
"subject": "Ann_Arbor,_Michigan",
"property": "areaTotal",
"object": "\"74.3326587666432\"^^<http://dbpedia.org/datatype/squareKilometre>"
}
] | [
{
"subject": "Ann_Arbor,_Michigan",
"property": "leaderTitle",
"object": "\"City Administrator\""
},
{
"subject": "Ann_Arbor,_Michigan",
"property": "populationDensity",
"object": "1580.7 (inhabitants per square kilometre)"
},
{
"subject": "Ann_Arbor,_Michigan",
"property": "areaTotal",
"object": "74.33 (square kilometres)"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ann Arbor in Michigan, which is led by the City Administrator, has a population density of 1580.7 inhabitants per sq km and a total area of 74.33 sq km.",
"Led by the City Administrator, Ann Arbor, Michigan, has an area of 74.33 square kilometres and a population density of 1580.7 per square kilometre.",
"Led by a City Administrator, Ann Arbor, Michigan, has a total area of 74.33 square kilometres and a population density of 1580.7 per square kilometer."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ann_Arbor__Michigan",
"property:area_total",
"74.33 (square kilometres)"
],
[
"resource:Ann_Arbor__Michigan",
"property:leader_title",
"resource:City_Administrator"
],
[
"resource:Ann_Arbor__Michigan",
"rdf:type",
"ontology:city"
],
[
"resource:Ann_Arbor__Michigan",
"property:population_density",
"1580.7 (inhabitants per square kilometre)"
]
] | Ann_Arbor,_Michigan | [
{
"modified": "1580.7 (inhabitants per square kilometre)",
"readable": "1580.7",
"graph": "1580.7 (inhabitants per square kilometre)"
},
{
"modified": "74.33 (square kilometres)",
"readable": "74.33",
"graph": "74.33 (square kilometres)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "Ann_Arbor,_Michigan",
"readable": "Ann Arbor, Michigan",
"graph": "resource:Ann_Arbor__Michigan"
},
{
"modified": "City Administrator",
"readable": "City Administrator",
"graph": "resource:City_Administrator"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?m rdf:type ontology:city . ?m property:population_density resource:23_8 . ?m property:area_total ?p }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:city . ?m property:population_density resource:23.8 . ?m property:area_total ?p }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 2 | 4912 | Id147 | [
{
"subject": "Argentina",
"property": "capital",
"object": "Buenos_Aires"
},
{
"subject": "ARA_Veinticinco_de_Mayo_(V-2)",
"property": "country",
"object": "Argentina"
}
] | [
{
"subject": "Argentina",
"property": "capital",
"object": "Buenos_Aires"
},
{
"subject": "ARA_Veinticinco_de_Mayo_(V-2)",
"property": "country",
"object": "Argentina"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"ARA Veinticinco de Mayo (V-2) derives from Argentina, whose capital is Buenos Aires.",
"Buenos Aires is the capital of Argentina where the ARA Veinticinco De Mayo (V-2) comes from.",
"ARA Veinticinco de Mayo (V-2) derives from Argentina, the capital of which, is Buenos Aires."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Argentina",
"property:capital",
"resource:Buenos_Aires"
],
[
"resource:ARA_Veinticinco_de_Mayo__V_2_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:ARA_Veinticinco_de_Mayo__V_2_",
"property:country",
"resource:Argentina"
]
] | ARA_Veinticinco_de_Mayo_(V-2) | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ARA_Veinticinco_de_Mayo_(V-2)",
"readable": "ARA Veinticinco de Mayo",
"graph": "resource:ARA_Veinticinco_de_Mayo__V_2_"
},
{
"modified": "Argentina",
"readable": "Argentina",
"graph": "resource:Argentina"
},
{
"modified": "Buenos_Aires",
"readable": "Buenos Aires",
"graph": "resource:Buenos_Aires"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?o WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:country ?o . ?o property:capital resource:Buenos_Aires }",
"readable_query": "SELECT DISTINCT ?k ?o WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:country ?o . ?o property:capital resource:Buenos_Aires }",
"graph_answer": [
"resource:ARA_Veinticinco_de_Mayo__V_2_",
"resource:Argentina"
],
"readable_answer": [
"ARA Veinticinco de Mayo",
"Argentina"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 5 | 11754 | Id62 | [
{
"subject": "1097_Vicia",
"property": "mass",
"object": "\"9800.0\"^^xsd:double"
},
{
"subject": "1097_Vicia",
"property": "orbitalPeriod",
"object": "1.35589e+08"
},
{
"subject": "1097_Vicia",
"property": "periapsis",
"object": "2.79142e+11"
},
{
"subject": "1097_Vicia",
"property": "epoch",
"object": "\"2006-12-31\"^^xsd:date"
},
{
"subject": "1097_Vicia",
"property": "Planet/apoapsis",
"object": "\"5.11592E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "1097_Vicia",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "1097_Vicia",
"property": "mass",
"object": "9.8 (kilograms)"
},
{
"subject": "1097_Vicia",
"property": "orbitalPeriod",
"object": "135589000.0"
},
{
"subject": "1097_Vicia",
"property": "periapsis",
"object": "279142000000.0"
},
{
"subject": "1097_Vicia",
"property": "apoapsis",
"object": "511592000.0 (kilometres)"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"1097 Vicia has a mass of 9.8 kgs, orbital period of 135589000, periapsis of 279142000000, apoapsis of 511592000, and its epoch is on the 31st of December, 2016."
],
"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:mass",
"9.8 (kilograms)"
],
[
"resource:1097_Vicia",
"property:periapsis",
"resource:279142000000_0"
],
[
"resource:1097_Vicia",
"property:orbital_period",
"resource:135589000_0"
]
] | 1097_Vicia | [
{
"modified": "511592000.0 (kilometres)",
"readable": "511592000.0",
"graph": "511592000.0 (kilometres)"
},
{
"modified": "9.8 (kilograms)",
"readable": "9.8",
"graph": "9.8 (kilograms)"
},
{
"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": "1097_Vicia",
"readable": "1097 Vicia",
"graph": "resource:1097_Vicia"
},
{
"modified": "135589000.0",
"readable": "135589000.0",
"graph": "resource:135589000_0"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
},
{
"modified": "279142000000.0",
"readable": "279142000000.0",
"graph": "resource:279142000000_0"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?b property:orbital_period ?q . ?b rdf:type ontology:celestial_body . ?b property:epoch ?c . FILTER ( ?c = \"2006_12_31\" ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?b property:orbital_period ?q . ?b rdf:type ontology:celestial_body . ?b property:epoch ?c . FILTER ( ?c = \"2006-12-31\" ) }",
"graph_answer": [
"resource:135589000_0"
],
"readable_answer": [
"135589000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?i rdf:type ontology:celestial_body . ?i property:periapsis ?n . ?i property:orbital_period resource:135589000_0 }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?i rdf:type ontology:celestial_body . ?i property:periapsis ?n . ?i property:orbital_period resource:135589000.0 }",
"graph_answer": [
"resource:279142000000_0"
],
"readable_answer": [
"279142000000.0"
],
"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 ?x WHERE { ?f property:apoapsis ?x . ?f property:orbital_period resource:135589000_0 . ?f rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?f property:apoapsis ?x . ?f property:orbital_period resource:135589000.0 . ?f rdf:type ontology:celestial_body }",
"graph_answer": [
"511592000.0 (kilometres)"
],
"readable_answer": [
"511592000.0"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:celestial_body . ?e property:orbital_period resource:135589000_0 . ?e property:apoapsis '511592000.0 (kilometres)' }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:celestial_body . ?e property:orbital_period resource:135589000.0 . ?e property:apoapsis '511592000.0 (kilometres)' }",
"graph_answer": [
"resource:1097_Vicia"
],
"readable_answer": [
"1097 Vicia"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:1097_Vicia property:mass ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:1097_Vicia property:mass ?c }",
"graph_answer": [
"9.8 (kilograms)"
],
"readable_answer": [
"9.8"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 4 | 8716 | Id108 | [
{
"subject": "Alex_Day",
"property": "genre",
"object": "Synthpop"
},
{
"subject": "Alex_Day",
"property": "associatedBand",
"object": "Chameleon_Circuit_(band)"
},
{
"subject": "Alex_Day",
"property": "associatedActs",
"object": "Charlie_McDonnell"
},
{
"subject": "Alex_Day",
"property": "activeYearsStartYear",
"object": "\"2006\"^^xsd:gYear"
}
] | [
{
"subject": "Alex_Day",
"property": "genre",
"object": "Synthpop"
},
{
"subject": "Alex_Day",
"property": "associatedBand/associatedMusicalArtist",
"object": "Chameleon_Circuit_(band)"
},
{
"subject": "Alex_Day",
"property": "associatedBand/associatedMusicalArtist",
"object": "Charlie_McDonnell"
},
{
"subject": "Alex_Day",
"property": "activeYearsStartYear",
"object": "2006"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alex Day started performing in 2006 and plays with the band Chameleon Circuit. His musical genre is Synthpop and he is associated with the musical artist Charlie McDonnell.",
"Chameleon Circuit member and Synthpop musician Alex Day began performing in 2006 and is associated with artist Charlie McDonnell.",
"Alex Day, whose music career began in 2006, performs Synthpop music and plays with the band Chameleon Circuit. He has previously worked with the musical artist Charlie McDonnell."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alex_Day",
"rdf:type",
"ontology:artist"
],
[
"resource:Alex_Day",
"property:associated_band_associated_musical_artist",
"resource:Chameleon_Circuit__band_"
],
[
"resource:Alex_Day",
"property:associated_band_associated_musical_artist",
"resource:Charlie_McDonnell"
],
[
"resource:Alex_Day",
"property:active_years_start_year",
"resource:2006"
],
[
"resource:Alex_Day",
"property:genre",
"resource:Synthpop"
]
] | Alex_Day | [
{
"modified": "activeYearsStartYear",
"readable": "active years start year",
"graph": "property:active_years_start_year"
},
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "2006",
"readable": "2006",
"graph": "resource:2006"
},
{
"modified": "Alex_Day",
"readable": "Alex Day",
"graph": "resource:Alex_Day"
},
{
"modified": "Chameleon_Circuit_(band)",
"readable": "Chameleon Circuit",
"graph": "resource:Chameleon_Circuit__band_"
},
{
"modified": "Charlie_McDonnell",
"readable": "Charlie McDonnell",
"graph": "resource:Charlie_McDonnell"
},
{
"modified": "Synthpop",
"readable": "Synthpop",
"graph": "resource:Synthpop"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( STRSTARTS ( LCASE ( ?q ) , 's' ) ) . ?m property:genre ?q . ?m property:associated_band_associated_musical_artist resource:Chameleon_Circuit__band_ . ?m rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( STRSTARTS ( LCASE ( ?q ) , 's' ) ) . ?m property:genre ?q . ?m property:associated_band_associated_musical_artist resource:Chameleon_Circuit_(band) . ?m rdf:type ontology:artist }",
"graph_answer": [
"resource:Synthpop"
],
"readable_answer": [
"Synthpop"
],
"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 ?q ?m WHERE { ?m property:active_years_start_year ?q . ?m property:genre resource:Synthpop . ?m rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?q ?m WHERE { ?m property:active_years_start_year ?q . ?m property:genre resource:Synthpop . ?m rdf:type ontology:artist }",
"graph_answer": [
"resource:2006",
"resource:Alex_Day"
],
"readable_answer": [
"2006",
"Alex Day"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?p ) WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?d }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?p ) WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?d }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?r != resource:Chameleon_Circuit__band_ ) . resource:Alex_Day property:associated_band_associated_musical_artist ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?r != resource:Chameleon_Circuit_(band) ) . resource:Alex_Day property:associated_band_associated_musical_artist ?r }",
"graph_answer": [
"resource:Charlie_McDonnell"
],
"readable_answer": [
"Charlie McDonnell"
],
"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"
]
}
] |
|
CelestialBody | 3 | 6648 | Id65 | [
{
"subject": "103_Hera",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "stateOfOrigin",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathCause",
"object": "Peritonitis"
}
] | [
{
"subject": "103_Hera",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "stateOfOrigin",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathCause",
"object": "Peritonitis"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Canadian, James Craig Watson (103 Hera discoverer), died from peritonitis.",
"The Canadian James Craig Watson discovered 103 Hera and died from peritonitis."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:103_Hera",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:103_Hera",
"property:discoverer",
"resource:James_Craig_Watson"
],
[
"resource:James_Craig_Watson",
"property:death_cause",
"resource:Peritonitis"
],
[
"resource:James_Craig_Watson",
"property:state_of_origin",
"resource:Canada"
]
] | 103_Hera | [
{
"modified": "deathCause",
"readable": "death cause",
"graph": "property:death_cause"
},
{
"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": "Peritonitis",
"readable": "Peritonitis",
"graph": "resource:Peritonitis"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a ?v WHERE { resource:James_Craig_Watson property:death_cause ?a . resource:James_Craig_Watson property:state_of_origin ?v }",
"readable_query": "SELECT DISTINCT ?a ?v WHERE { resource:James_Craig_Watson property:death_cause ?a . resource:James_Craig_Watson property:state_of_origin ?v }",
"graph_answer": [
"resource:Peritonitis",
"resource:Canada"
],
"readable_answer": [
"Peritonitis",
"Canada"
],
"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"
]
}
] |
|
Astronaut | 3 | 6111 | Id11 | [
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Apollo_12",
"property": "operator",
"object": "NASA"
},
{
"subject": "Alan_Bean",
"property": "timeInSpace",
"object": "\"100305.0\"^^<http://dbpedia.org/datatype/minute>"
}
] | [
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Apollo_12",
"property": "operator",
"object": "NASA"
},
{
"subject": "Alan_Bean",
"property": "timeInSpace",
"object": "\"100305.0\"(minutes)"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alan Bean was a crew member on the Apollo 12 flight mission operated by NASA and spent 100305.0 minutes in Space.",
"Alan Bean was on the crew of the NASA operated Apollo 12 and spent 100305 minutes in space."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Apollo_12",
"property:operator",
"resource:NASA"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:mission",
"resource:Apollo_12"
],
[
"resource:Alan_Bean",
"property:time_in_space",
"100305.0"
]
] | Alan_Bean | [
{
"modified": "100305.0",
"readable": "100305.0",
"graph": "100305.0"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "timeInSpace",
"readable": "time in space",
"graph": "property:time_in_space"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Apollo_12",
"readable": "Apollo 12",
"graph": "resource:Apollo_12"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?t property:mission ?r . ?t rdf:type ontology:astronaut . ?r property:operator resource:Sovcomflot }",
"readable_query": "ASK WHERE { ?t property:mission ?r . ?t rdf:type ontology:astronaut . ?r property:operator resource:Sovcomflot }",
"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"
]
}
] |
|
University | 7 | 13186 | Id29 | [
{
"subject": "Denmark",
"property": "leaderName",
"object": "Lars_Løkke_Rasmussen"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "city",
"object": "Aarhus"
},
{
"subject": "European_University_Association",
"property": "headquarters",
"object": "Brussels"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "country",
"object": "Denmark"
},
{
"subject": "Aarhus",
"property": "northeast",
"object": "Mols"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "affiliations",
"object": "European_University_Association"
},
{
"subject": "Denmark",
"property": "religion",
"object": "Church_of_Denmark"
}
] | [
{
"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": "European_University_Association",
"property": "headquarter",
"object": "Brussels"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "country",
"object": "Denmark"
},
{
"subject": "Aarhus",
"property": "hasToItsNortheast",
"object": "Mols"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "affiliation",
"object": "European_University_Association"
},
{
"subject": "Denmark",
"property": "religion",
"object": "Church_of_Denmark"
}
] | (X (X (X)) (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The religion of Denmark is the Church of Denmark and the country is led by Lars Lokke Rasmussen. The city of Aarhus which is located southwest of Mols is the location of the School of Business and Social Sciences at the Aarhus University. The School is affiliated with the European University Association headquartered in Brussels.",
"The School of Business and Social Sciences at the Aarhus University in Aarhus, Denmark is affiliated to the European University Association with its headquarters in Brussels. The leader of Denmark is Lars Lokke Rasmussen and the religion is the Church of Denmark. Aarhus has Mols to its northeast.",
"Mols is a city that sits northeast of Aarhus, Denmark, where the School of Business and Social Sciences is located, at the Aarhus University. It is associated with the European University Association, headquartered in Brussels. The leader of the country is Lars Lokke Rasmussen and the religion, the Church of Denmark."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:European_University_Association",
"property:headquarter",
"resource:Brussels"
],
[
"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:Aarhus",
"property:has_to_its_northeast",
"resource:Mols"
],
[
"resource:Denmark",
"property:leader",
"resource:Lars_L_kke_Rasmussen"
],
[
"resource:Denmark",
"property:religion",
"resource:Church_of_Denmark"
]
] | School_of_Business_and_Social_Sciences_at_the_Aarhus_University | [
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "hasToItsNortheast",
"readable": "has to its northeast",
"graph": "property:has_to_its_northeast"
},
{
"modified": "headquarter",
"readable": "headquarter",
"graph": "property:headquarter"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "religion",
"readable": "religion",
"graph": "property:religion"
},
{
"modified": "Aarhus",
"readable": "Aarhus",
"graph": "resource:Aarhus"
},
{
"modified": "Brussels",
"readable": "Brussels",
"graph": "resource:Brussels"
},
{
"modified": "Church_of_Denmark",
"readable": "Church of Denmark",
"graph": "resource:Church_of_Denmark"
},
{
"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": "Mols",
"readable": "Mols",
"graph": "resource:Mols"
},
{
"modified": "School of Business and Social Sciences at the Aarhus University",
"readable": "School of Business and Social Sciences at the Aarhus University",
"graph": "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?x property:city ?z . ?z property:has_to_its_northeast resource:Mols . ?x property:affiliation resource:European_University_Association . ?x rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?x property:city ?z . ?z property:has_to_its_northeast resource:Mols . ?x property:affiliation resource:European_University_Association . ?x rdf:type ontology:university }",
"graph_answer": [
"resource:Aarhus"
],
"readable_answer": [
"Aarhus"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?y ) WHERE { ?y property:leader resource:Lars_L_kke_Rasmussen . ?y property:religion ?k }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?y ) WHERE { ?y property:leader resource:Lars_Løkke_Rasmussen . ?y property:religion ?k }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?s property:religion ?v . ?s property:leader resource:Lars_L_kke_Rasmussen }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?s property:religion ?v . ?s property:leader resource:Lars_Løkke_Rasmussen }",
"graph_answer": [
"resource:Church_of_Denmark"
],
"readable_answer": [
"Church of Denmark"
],
"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 ?o WHERE { FILTER ( STRSTARTS ( LCASE ( ?o ) , 'd' ) ) . ?o property:leader resource:Lars_L_kke_Rasmussen }",
"readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( STRSTARTS ( LCASE ( ?o ) , 'd' ) ) . ?o property:leader resource:Lars_Løkke_Rasmussen }",
"graph_answer": [
"resource:Denmark"
],
"readable_answer": [
"Denmark"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:university . ?j property:country resource:Denmark }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:university . ?j property:country resource:Denmark }",
"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",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam | 2 | 5305 | Id49 | [
{
"subject": "A.E_Dimitra_Efxeinoupolis",
"property": "location",
"object": "Greece"
},
{
"subject": "Greece",
"property": "capital",
"object": "Athens"
}
] | [
{
"subject": "A.E_Dimitra_Efxeinoupolis",
"property": "location",
"object": "Greece"
},
{
"subject": "Greece",
"property": "capital",
"object": "Athens"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"A.E Dimitra Efxeinoupolis is located in Greece, the capital of which is Athens.",
"The A.E Dimitra Efxeinoupolis club is located in Greece where the capital city is Athens."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:A_E_Dimitra_Efxeinoupolis",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_E_Dimitra_Efxeinoupolis",
"property:location",
"resource:Greece"
],
[
"resource:Greece",
"property:capital",
"resource:Athens"
]
] | A.E_Dimitra_Efxeinoupolis | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "A.E_Dimitra_Efxeinoupolis",
"readable": "A.E Dimitra Efxeinoupolis",
"graph": "resource:A_E_Dimitra_Efxeinoupolis"
},
{
"modified": "Athens",
"readable": "Athens",
"graph": "resource:Athens"
},
{
"modified": "Greece",
"readable": "Greece",
"graph": "resource:Greece"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u ?a WHERE { ?u property:location ?a . ?a property:capital resource:Athens . ?u rdf:type ontology:sports_team }",
"readable_query": "SELECT DISTINCT ?u ?a WHERE { ?u property:location ?a . ?a property:capital resource:Athens . ?u rdf:type ontology:sports_team }",
"graph_answer": [
"resource:A_E_Dimitra_Efxeinoupolis",
"resource:Greece"
],
"readable_answer": [
"A.E Dimitra Efxeinoupolis",
"Greece"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Greece property:subsidiary ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Greece property:subsidiary ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10213 | Id187 | [
{
"subject": "Caterpillar_Inc.",
"property": "keyPerson",
"object": "Douglas_R._Oberhelman"
},
{
"subject": "Caterpillar_Inc.",
"property": "foundation",
"object": "California"
},
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "United_States"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
] | [
{
"subject": "Caterpillar_Inc.",
"property": "keyPerson",
"object": "Douglas_R._Oberhelman"
},
{
"subject": "Caterpillar_Inc.",
"property": "foundationPlace",
"object": "California"
},
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "United_States"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AIDAluna is powered by U.S located Caterpillar Inc. The company Caterpillar, Inc. was founded in California and its key person is Douglas R. Oberhelman.",
"Douglas R Oberhelman is a key person at Caterpillar Inc. which was founded in California in the U.S. The AIDAluna incorporates their engine.",
"AIDAluna is powered by United States based Caterpillar Inc. It was founded in California and Douglas R Oberhelman is a key person there."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Caterpillar_Inc_",
"property:key_person",
"resource:Douglas_R__Oberhelman"
],
[
"resource:Caterpillar_Inc_",
"property:location",
"resource:United_States"
],
[
"resource:Caterpillar_Inc_",
"property:foundation_place",
"resource:California"
],
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:power_type",
"resource:Caterpillar_Inc_"
]
] | AIDAluna | [
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "keyPerson",
"readable": "key person",
"graph": "property:key_person"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Caterpillar_Inc.",
"readable": "Caterpillar Inc.",
"graph": "resource:Caterpillar_Inc_"
},
{
"modified": "Douglas_R._Oberhelman",
"readable": "Douglas R. Oberhelman",
"graph": "resource:Douglas_R__Oberhelman"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?g ?r WHERE { resource:Caterpillar_Inc_ property:key_person ?r . resource:Caterpillar_Inc_ property:foundation_place ?g }",
"readable_query": "SELECT DISTINCT ?g ?r WHERE { resource:Caterpillar_Inc. property:key_person ?r . resource:Caterpillar_Inc. property:foundation_place ?g }",
"graph_answer": [
"resource:California",
"resource:Douglas_R__Oberhelman"
],
"readable_answer": [
"California",
"Douglas R. Oberhelman"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Caterpillar_Inc_ property:l_c_c_n_number ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Caterpillar_Inc. property:l_c_c_n_number ?t }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 4 | 9847 | Id136 | [
{
"subject": "Bakewell_pudding",
"property": "region",
"object": "Derbyshire_Dales"
},
{
"subject": "Bakewell_pudding",
"property": "ingredientName",
"object": "\"Ground almond, jam, butter, eggs\""
},
{
"subject": "Bakewell_pudding",
"property": "course",
"object": "\"Dessert\"@en"
},
{
"subject": "Bakewell_pudding",
"property": "served",
"object": "\"Warm or cold\"@en"
}
] | [
{
"subject": "Bakewell_pudding",
"property": "region",
"object": "Derbyshire_Dales"
},
{
"subject": "Bakewell_pudding",
"property": "mainIngredient",
"object": "\"Ground almond, jam, butter, eggs\""
},
{
"subject": "Bakewell_pudding",
"property": "course",
"object": "\"Dessert\""
},
{
"subject": "Bakewell_pudding",
"property": "served",
"object": "\"Warm or cold\""
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bakewell pudding is a dessert that originates from the Derbyshire Dales that can be served warm or cold. It has the main ingredients of almond, jam, butter and eggs.",
"The dessert Bakewell pudding is from the Derbyshire Dales region. It includes the ingredients ground almonds, jam, butter and eggs and can be served warm or cold.",
"Bakewell pudding is a dessert that can be served warm or cold. It comes from the Derbyshire Dales region and the main ingredients are ground almonds, jam, butter and eggs."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Jam"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Ground_almond"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Eggs"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Butter"
],
[
"resource:Bakewell_pudding",
"rdf:type",
"ontology:food"
],
[
"resource:Bakewell_pudding",
"property:served",
"resource:Warm__or_cold"
],
[
"resource:Bakewell_pudding",
"property:course",
"resource:Dessert"
],
[
"resource:Bakewell_pudding",
"property:region",
"resource:Derbyshire_Dales"
]
] | Bakewell_pudding | [
{
"modified": "course",
"readable": "course",
"graph": "property:course"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "served",
"readable": "served",
"graph": "property:served"
},
{
"modified": "Bakewell_pudding",
"readable": "Bakewell pudding",
"graph": "resource:Bakewell_pudding"
},
{
"modified": "Butter",
"readable": "Butter",
"graph": "resource:Butter"
},
{
"modified": "Derbyshire_Dales",
"readable": "Derbyshire Dales",
"graph": "resource:Derbyshire_Dales"
},
{
"modified": "Dessert",
"readable": "Dessert",
"graph": "resource:Dessert"
},
{
"modified": "Eggs",
"readable": "Eggs",
"graph": "resource:Eggs"
},
{
"modified": "Ground almond",
"readable": "Ground almond",
"graph": "resource:Ground_almond"
},
{
"modified": "Jam",
"readable": "Jam",
"graph": "resource:Jam"
},
{
"modified": "Warm or cold",
"readable": "Warm or cold",
"graph": "resource:Warm__or_cold"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'e' ) ) . resource:Bakewell_pudding property:main_ingredient ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'e' ) ) . resource:Bakewell_pudding property:main_ingredient ?f }",
"graph_answer": [
"resource:Eggs"
],
"readable_answer": [
"Eggs"
],
"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 { ?u property:region ?p . ?u property:main_ingredient resource:Jam . ?u rdf:type ontology:food }",
"readable_query": "ASK WHERE { ?u property:region ?p . ?u property:main_ingredient resource:Jam . ?u rdf:type ontology:food }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?f WHERE { ?b property:main_ingredient resource:Jam . ?b property:region ?f . ?b rdf:type ontology:food }",
"readable_query": "SELECT ?f WHERE { ?b property:main_ingredient resource:Jam . ?b property:region ?f . ?b rdf:type ontology:food }",
"graph_answer": [
"resource:Derbyshire_Dales"
],
"readable_answer": [
"Derbyshire Dales"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT ?g WHERE { ?g property:region resource:Derbyshire_Dales . ?g property:main_ingredient resource:Jam . ?g rdf:type ontology:food }",
"readable_query": "SELECT ?g WHERE { ?g property:region resource:Derbyshire_Dales . ?g property:main_ingredient resource:Jam . ?g rdf:type ontology:food }",
"graph_answer": [
"resource:Bakewell_pudding"
],
"readable_answer": [
"Bakewell pudding"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?d ) WHERE { resource:Bakewell_pudding property:main_ingredient ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?d ) WHERE { resource:Bakewell_pudding property:main_ingredient ?y }",
"graph_answer": [
"4"
],
"readable_answer": [
"4"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?t != resource:Eggs ) . FILTER ( ?t != resource:Jam ) . resource:Bakewell_pudding property:main_ingredient ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?t != resource:Eggs ) . FILTER ( ?t != resource:Jam ) . resource:Bakewell_pudding property:main_ingredient ?t }",
"graph_answer": [
"resource:Ground_almond",
"resource:Butter"
],
"readable_answer": [
"Ground almond",
"Butter"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Bakewell_pudding property:bird ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Bakewell_pudding property:bird ?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"
]
}
] |
|
WrittenWork | 4 | 10840 | Id59 | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "A_Loyal_Character_Dancer",
"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": [
"A Loyal Character Dancer was published in English by Soho Press. It originates from the United States where the Native Americans are an ethnic group.",
"Soho Press published A Loyal Character Dancer in the United States. The book is written in English, and one of the ethnic groups in the US are the Native Americans.",
"A Loyal Character Dancer was published in English by Soho Press. The company published the book in the United States where the Native Americans are an ethnic group."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:A_Loyal_Character_Dancer",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Loyal_Character_Dancer",
"property:language",
"resource:English_language"
],
[
"resource:A_Loyal_Character_Dancer",
"property:publisher",
"resource:Soho_Press"
],
[
"resource:A_Loyal_Character_Dancer",
"property:country",
"resource:United_States"
]
] | A_Loyal_Character_Dancer | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "A_Loyal_Character_Dancer",
"readable": "A Loyal Character Dancer",
"graph": "resource:A_Loyal_Character_Dancer"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "Soho_Press",
"readable": "Soho Press",
"graph": "resource:Soho_Press"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:ethnic_group resource:Native_Americans_in_the_United_States }",
"readable_query": "ASK WHERE { resource:United_States property:ethnic_group resource:Native_Americans_in_the_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 ( COUNT ( ?v ) AS ?a ) WHERE { resource:A_Loyal_Character_Dancer property:year ?v }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?a ) WHERE { resource:A_Loyal_Character_Dancer property:year ?v }",
"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 | 3916 | Id68 | [
{
"subject": "3Arena",
"property": "owner",
"object": "Live_Nation_Entertainment"
},
{
"subject": "3Arena",
"property": "location",
"object": "\"North Wall Quay\"@en"
}
] | [
{
"subject": "3Arena",
"property": "owner",
"object": "Live_Nation_Entertainment"
},
{
"subject": "3Arena",
"property": "location",
"object": "\"North Wall Quay\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"3Arena at the North Wall Quay is owned by Live Nation Entertainment.",
"3Arena at North Wall Quay is owned by Live Nation Entertainment.",
"3Arena is located in North Wall Quay and its owner is Live Nation Entertainment."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:3Arena",
"rdf:type",
"ontology:building"
],
[
"resource:3Arena",
"property:location",
"resource:North_Wall_Quay"
],
[
"resource:3Arena",
"property:owner",
"resource:Live_Nation_Entertainment"
]
] | 3Arena | [
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "Live_Nation_Entertainment",
"readable": "Live Nation Entertainment",
"graph": "resource:Live_Nation_Entertainment"
},
{
"modified": "North Wall Quay",
"readable": "North Wall Quay",
"graph": "resource:North_Wall_Quay"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?x WHERE { resource:3Arena property:location ?x . resource:3Arena property:owner ?c }",
"readable_query": "SELECT DISTINCT ?c ?x WHERE { resource:3Arena property:location ?x . resource:3Arena property:owner ?c }",
"graph_answer": [
"resource:Live_Nation_Entertainment",
"resource:North_Wall_Quay"
],
"readable_answer": [
"Live Nation Entertainment",
"North Wall Quay"
],
"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"
]
}
] |
|
Building | 5 | 11613 | Id77 | [
{
"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": "Brazilians_in_Japan"
},
{
"subject": "Japan",
"property": "leader",
"object": "Tarō_Asō"
}
] | [
{
"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": "Brazilians_in_Japan"
},
{
"subject": "Japan",
"property": "leader",
"object": "Tarō_Asō"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akita Museum of Art is an art museum in the city of Akita which is part of Akita Prefecture, Japan. One of the ethnic groups in Japan is the Brazilians and the leader of the country is Tarō Asō.",
"One of the ethnic groups of Japan are the Brazilians and the country is led by Taro Aso. The Akita Museum of Art is located in the country at Akita, Akita Prefecture.",
"The Brazilians are one of the ethnic groups in Japan which is led by Taro Aso. The Akita Museum of Art is located in Akita, Akita Prefecture."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Japan",
"property:leader",
"resource:Tar__As_"
],
[
"resource:Japan",
"property:ethnic_group",
"resource:Brazilians_in_Japan"
],
[
"resource:Akita__Akita",
"property:is_part_of",
"resource:Akita_Prefecture"
],
[
"resource:Akita_Museum_of_Art",
"rdf:type",
"ontology:building"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita__Akita"
],
[
"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": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"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": "Brazilians_in_Japan",
"readable": "Brazilians in Japan",
"graph": "resource:Brazilians_in_Japan"
},
{
"modified": "Japan",
"readable": "Japan",
"graph": "resource:Japan"
},
{
"modified": "Tarō_Asō",
"readable": "Tarō Asō",
"graph": "resource:Tar__As_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?f property:country resource:Japan . ?d property:is_part_of resource:Akita_Prefecture . ?f rdf:type ontology:building . ?f property:location ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?f property:country resource:Japan . ?d property:is_part_of resource:Akita_Prefecture . ?f rdf:type ontology:building . ?f property:location ?d }",
"graph_answer": [
"resource:Akita__Akita"
],
"readable_answer": [
"Akita, Akita"
],
"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 { ?r property:country resource:Japan . ?r property:location resource:Akita__Akita . ?r rdf:type ontology:building . resource:Akita__Akita property:is_part_of resource:Akita_Prefecture }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:country resource:Japan . ?r property:location resource:Akita,_Akita . ?r rdf:type ontology:building . resource:Akita,_Akita property:is_part_of resource:Akita_Prefecture }",
"graph_answer": [
"resource:Akita_Museum_of_Art"
],
"readable_answer": [
"Akita Museum of Art"
],
"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 ?o ?u WHERE { resource:Japan property:leader ?o . resource:Japan property:ethnic_group ?u }",
"readable_query": "SELECT DISTINCT ?o ?u WHERE { resource:Japan property:leader ?o . resource:Japan property:ethnic_group ?u }",
"graph_answer": [
"resource:Tar__As_",
"resource:Brazilians_in_Japan"
],
"readable_answer": [
"Tarō Asō",
"Brazilians in Japan"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist | 2 | 3410 | Id22 | [
{
"subject": "Aaron_Turner",
"property": "associatedBand",
"object": "Old_Man_Gloom"
},
{
"subject": "Aaron_Turner",
"property": "associatedMusicalArtist",
"object": "Greymachine"
}
] | [
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "Old_Man_Gloom"
},
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "Greymachine"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Turner has played for Old Man Gloom and Greymachine band.",
"Aaron Turner played for the bands Greymachine and Old Man Gloom.",
"Aaron Turner played for Old Man Gloom and is associated with the group Greymachine."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aaron_Turner",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:Old_Man_Gloom"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:Greymachine"
]
] | Aaron_Turner | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "Aaron_Turner",
"readable": "Aaron Turner",
"graph": "resource:Aaron_Turner"
},
{
"modified": "Greymachine",
"readable": "Greymachine",
"graph": "resource:Greymachine"
},
{
"modified": "Old_Man_Gloom",
"readable": "Old Man Gloom",
"graph": "resource:Old_Man_Gloom"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?c . FILTER ( CONTAINS ( LCASE ( ?c ) , 'gloom' ) ) }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?c . FILTER ( CONTAINS ( LCASE ( ?c ) , 'gloom' ) ) }",
"graph_answer": [
"resource:Old_Man_Gloom"
],
"readable_answer": [
"Old Man Gloom"
],
"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 ( ?l ) AS ?j ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?l }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?j ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?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 ?s WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?s . FILTER ( ?s != resource:Old_Man_Gloom ) }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?s . FILTER ( ?s != resource:Old_Man_Gloom ) }",
"graph_answer": [
"resource:Greymachine"
],
"readable_answer": [
"Greymachine"
],
"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"
]
}
] |
|
Astronaut | 2 | 3623 | Id9 | [
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "awards",
"object": "Distinguished_Service_Medal_(United_States_Navy)"
}
] | [
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "award",
"object": "Distinguished_Service_Medal_(United_States_Navy)"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4",
"Id5"
],
"text": [
"Born in New Hampshire, Alan Shepard got a distinguished Service Medal by the US Navy.",
"Alan Shepard, who was born in New Hampshire, was awarded the United States Navy Distinguished Service Medal.",
"Alan Shepard, who was born in New Hampshire, was awarded the Distinguished Service Medal by the U.S. Navy.",
"Alan Shepard born in New Hampshire, was awarded the \" Distinguished Service Medal\".",
"Alan Shepard (born in New Hampshire) was awarded the Distinguished Service Medal of United States Navy."
],
"lang": [
"",
"",
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_Shepard",
"property:award",
"resource:Distinguished_Service_Medal__United_States_Navy_"
],
[
"resource:Alan_Shepard",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Shepard",
"property:birth_place",
"resource:New_Hampshire"
]
] | Alan_Shepard | [
{
"modified": "award",
"readable": "award",
"graph": "property:award"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "Alan_Shepard",
"readable": "Alan Shepard",
"graph": "resource:Alan_Shepard"
},
{
"modified": "Distinguished_Service_Medal_(United_States_Navy)",
"readable": "Distinguished Service Medal",
"graph": "resource:Distinguished_Service_Medal__United_States_Navy_"
},
{
"modified": "New_Hampshire",
"readable": "New Hampshire",
"graph": "resource:New_Hampshire"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?x rdf:type ontology:astronaut . ?x property:birth_place resource:Cleveland }",
"readable_query": "ASK WHERE { ?x rdf:type ontology:astronaut . ?x property:birth_place resource:Cleveland }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?r rdf:type ontology:astronaut . ?r property:birth_place resource:New_Hampshire }",
"readable_query": "ASK WHERE { ?r rdf:type ontology:astronaut . ?r property:birth_place resource:New_Hampshire }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?k WHERE { ?k rdf:type ontology:astronaut . ?k property:birth_place resource:New_Hampshire }",
"readable_query": "SELECT ?k WHERE { ?k rdf:type ontology:astronaut . ?k property:birth_place resource:New_Hampshire }",
"graph_answer": [
"resource:Alan_Shepard"
],
"readable_answer": [
"Alan Shepard"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Alan_Shepard property:award ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Alan_Shepard property:award ?c }",
"graph_answer": [
"resource:Distinguished_Service_Medal__United_States_Navy_"
],
"readable_answer": [
"Distinguished Service Medal"
],
"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 | 2 | 3373 | Id178 | [
{
"subject": "ENAIRE",
"property": "locationCity",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operator",
"object": "ENAIRE"
}
] | [
{
"subject": "ENAIRE",
"property": "city",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operatingOrganisation",
"object": "ENAIRE"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"ENAIRE is the operating organisation for Adolfo Suarez Madrid-Barajas airport in Madrid.",
"Adolfo Suarez Madrid-Barajas Airport is operated by ENAIRE, Madrid.",
"The Adolfo Suárez Madrid–Barajas Airport is operated by ENAIRE in Madrid."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:operating_organisation",
"resource:ENAIRE"
],
[
"resource:ENAIRE",
"property:city",
"resource:Madrid"
]
] | Adolfo_Suárez_Madrid–Barajas_Airport | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Adolfo_Suárez_Madrid–Barajas_Airport",
"readable": "Adolfo Suárez Madrid–Barajas Airport",
"graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
},
{
"modified": "ENAIRE",
"readable": "ENAIRE",
"graph": "resource:ENAIRE"
},
{
"modified": "Madrid",
"readable": "Madrid",
"graph": "resource:Madrid"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t ?v WHERE { ?v property:city resource:Madrid . ?t rdf:type ontology:airport . ?t property:operating_organisation ?v }",
"readable_query": "SELECT DISTINCT ?t ?v WHERE { ?v property:city resource:Madrid . ?t rdf:type ontology:airport . ?t property:operating_organisation ?v }",
"graph_answer": [
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"resource:ENAIRE"
],
"readable_answer": [
"Adolfo Suárez Madrid–Barajas Airport",
"ENAIRE"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 5 | 12345 | Id62 | [
{
"subject": "Antares_(rocket)",
"property": "launchSite",
"object": "Mid-Atlantic_Regional_Spaceport"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Antares_(rocket)",
"property": "manufacturer",
"object": "\"Yuzhnoye Design Bureau\"@en"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Antares_(rocket)",
"property": "sites",
"object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] | [
{
"subject": "Antares_(rocket)",
"property": "launchSite",
"object": "Mid-Atlantic_Regional_Spaceport"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Antares_(rocket)",
"property": "manufacturer",
"object": "Yuzhnoye_Design_Office"
},
{
"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",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4"
],
"text": [
"The Antares rocket was launched at the Mid-Atlantic Regional Spaceport Launch Pad 0.",
"The Antares rocket is manufactured at the Yuzhnoye Design Office, and is comparable to the Delta II, from the United States. The Antares rocket is launched from the Mid-Atlantic Regional Spaceport Launch Pad 0.",
"The Antares rocket, which looks like the U.S. Delta II rocket, was flown from the Mid-Atlantic Regional Spaceport Launch Pad 0. Yuzhnoye Design Office created the Antares rocket.",
"The Antares rocket is manufactured by the Yuzhnoye Design Office and was launched from the Mid-Atlantic Regional Spaceport Launch Pad 0. It is comparable to the Delta II from the United States."
],
"lang": [
"",
"",
"",
""
]
} | [] | [] | [
[
"resource:Delta_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Antares__rocket_",
"property:launch_site",
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
],
[
"resource:Antares__rocket_",
"property:launch_site",
"resource:Mid_Atlantic_Regional_Spaceport"
],
[
"resource:Antares__rocket_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Antares__rocket_",
"property:comparable",
"resource:Delta_II"
],
[
"resource:Antares__rocket_",
"property:manufacturer",
"resource:Yuzhnoye_Design_Office"
]
] | Antares_(rocket) | [
{
"modified": "comparable",
"readable": "comparable",
"graph": "property:comparable"
},
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "Antares_(rocket)",
"readable": "Antares",
"graph": "resource:Antares__rocket_"
},
{
"modified": "Delta_II",
"readable": "Delta II",
"graph": "resource:Delta_II"
},
{
"modified": "Mid-Atlantic_Regional_Spaceport",
"readable": "Mid-Atlantic Regional Spaceport",
"graph": "resource:Mid_Atlantic_Regional_Spaceport"
},
{
"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": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Yuzhnoye_Design_Office",
"readable": "Yuzhnoye Design Office",
"graph": "resource:Yuzhnoye_Design_Office"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?j property:manufacturer resource:Yuzhnoye_Design_Office . ?j property:comparable ?c . ?c property:country_origin resource:United_States . ?j rdf:type ontology:mean_of_transportation . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?j property:manufacturer resource:Yuzhnoye_Design_Office . ?j property:comparable ?c . ?c property:country_origin resource:United_States . ?j rdf:type ontology:mean_of_transportation . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) }",
"graph_answer": [
"resource:Delta_II"
],
"readable_answer": [
"Delta II"
],
"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 ?b WHERE { ?b property:manufacturer resource:Yuzhnoye_Design_Office . ?b rdf:type ontology:mean_of_transportation . resource:Delta_II property:country_origin resource:United_States . ?b property:comparable resource:Delta_II }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b property:manufacturer resource:Yuzhnoye_Design_Office . ?b rdf:type ontology:mean_of_transportation . resource:Delta_II property:country_origin resource:United_States . ?b property:comparable resource:Delta_II }",
"graph_answer": [
"resource:Antares__rocket_"
],
"readable_answer": [
"Antares"
],
"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 ( COUNT ( ?i ) AS ?i ) WHERE { resource:Antares__rocket_ property:launch_site ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?i ) WHERE { resource:Antares_(rocket) property:launch_site ?i }",
"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 ?g WHERE { resource:Antares__rocket_ property:launch_site ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Antares_(rocket) property:launch_site ?g }",
"graph_answer": [
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0",
"resource:Mid_Atlantic_Regional_Spaceport"
],
"readable_answer": [
"Mid-Atlantic Regional Spaceport Launch Pad 0",
"Mid-Atlantic Regional Spaceport"
],
"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 | 5 | 11369 | Id220 | [
{
"subject": "Trance_music",
"property": "stylisticOrigin",
"object": "House_music"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand",
"object": "Jwaydan_Moyine"
},
{
"subject": "Andrew_Rayel",
"property": "associatedMusicalArtist",
"object": "Mark_Sixma"
},
{
"subject": "Andrew_Rayel",
"property": "associatedActs",
"object": "\"Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin, Alexandra Badoi\"@en"
},
{
"subject": "Andrew_Rayel",
"property": "genre",
"object": "Trance_music"
}
] | [
{
"subject": "Trance_music",
"property": "stylisticOrigin",
"object": "House_music"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Jwaydan_Moyine"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Mark_Sixma"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "\"Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin, Alexandra Badoi\""
},
{
"subject": "Andrew_Rayel",
"property": "genre",
"object": "Trance_music"
}
] | (X (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Andrew Rayel has performed the genre of Trance music, which has its origins in House music. He has been associated with the following musical artists: Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan Moyine, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin and Alexandra Badoi.",
"Andrew Rayel is a Trance musician, which originated from House music. He is associate with many artists including Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan Moyine, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin, and Alexandra Badoi.",
"Trance musician Andrew Rayel is associates with artists: Armin van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan Moyine, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin and Alexandra Badoi and Mark Sima. House music is the origin of trance."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Trance_music",
"property:stylistic_origin",
"resource:House_music"
],
[
"resource:Andrew_Rayel",
"rdf:type",
"ontology:artist"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jonny_Rose"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Alexander_Popov"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jwaydan_Moyine"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Alexandra_Badoi"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Mark_Sixma"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Christian_Burns"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jonathan_Mendelsohn"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jwaydan"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Armin_Van_Buuren"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Lira_Yin"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Bobina"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jano"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Sylvia_Tosun"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Alexandre_Bergheau"
],
[
"resource:Andrew_Rayel",
"property:genre",
"resource:Trance_music"
]
] | Andrew_Rayel | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Alexander Popov",
"readable": "Alexander Popov",
"graph": "resource:Alexander_Popov"
},
{
"modified": "Alexandra Badoi",
"readable": "Alexandra Badoi",
"graph": "resource:Alexandra_Badoi"
},
{
"modified": "Alexandre Bergheau",
"readable": "Alexandre Bergheau",
"graph": "resource:Alexandre_Bergheau"
},
{
"modified": "Andrew_Rayel",
"readable": "Andrew Rayel",
"graph": "resource:Andrew_Rayel"
},
{
"modified": "Armin Van Buuren",
"readable": "Armin Van Buuren",
"graph": "resource:Armin_Van_Buuren"
},
{
"modified": "Bobina",
"readable": "Bobina",
"graph": "resource:Bobina"
},
{
"modified": "Christian Burns",
"readable": "Christian Burns",
"graph": "resource:Christian_Burns"
},
{
"modified": "House_music",
"readable": "House music",
"graph": "resource:House_music"
},
{
"modified": "Jano",
"readable": "Jano",
"graph": "resource:Jano"
},
{
"modified": "Jonathan Mendelsohn",
"readable": "Jonathan Mendelsohn",
"graph": "resource:Jonathan_Mendelsohn"
},
{
"modified": "Jonny Rose",
"readable": "Jonny Rose",
"graph": "resource:Jonny_Rose"
},
{
"modified": "Jwaydan",
"readable": "Jwaydan",
"graph": "resource:Jwaydan"
},
{
"modified": "Jwaydan_Moyine",
"readable": "Jwaydan Moyine",
"graph": "resource:Jwaydan_Moyine"
},
{
"modified": "Lira Yin",
"readable": "Lira Yin",
"graph": "resource:Lira_Yin"
},
{
"modified": "Mark Sixma",
"readable": "Mark Sixma",
"graph": "resource:Mark_Sixma"
},
{
"modified": "Sylvia Tosun",
"readable": "Sylvia Tosun",
"graph": "resource:Sylvia_Tosun"
},
{
"modified": "Trance_music",
"readable": "Trance music",
"graph": "resource:Trance_music"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'j' ) ) . resource:Andrew_Rayel property:associated_band_associated_musical_artist ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'j' ) ) . resource:Andrew_Rayel property:associated_band_associated_musical_artist ?x }",
"graph_answer": [
"resource:Jonny_Rose"
],
"readable_answer": [
"Jonny Rose"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?r property:stylistic_origin resource:Pop_music }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:stylistic_origin resource:Pop_music }",
"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 ?y WHERE { ?y property:stylistic_origin resource:House_music }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:stylistic_origin resource:House_music }",
"graph_answer": [
"resource:Trance_music"
],
"readable_answer": [
"Trance music"
],
"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"
]
}
] |
|
Building | 5 | 11635 | Id99 | [
{
"subject": "Ampara_Hospital",
"property": "country",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "leader",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Ampara_Hospital",
"property": "location",
"object": "Ampara"
},
{
"subject": "Ampara_Hospital",
"property": "state",
"object": "Eastern_Province,_Sri_Lanka"
},
{
"subject": "Eastern_Province,_Sri_Lanka",
"property": "leaderName",
"object": "Austin_Fernando"
}
] | [
{
"subject": "Ampara_Hospital",
"property": "country",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "leader",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Ampara_Hospital",
"property": "location",
"object": "Ampara"
},
{
"subject": "Ampara_Hospital",
"property": "state",
"object": "Eastern_Province,_Sri_Lanka"
},
{
"subject": "Eastern_Province,_Sri_Lanka",
"property": "leader",
"object": "Austin_Fernando"
}
] | (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The leader of Sri Lanka is Ranil Wickremesinghe and the country is the location of the Ampara Hospital. It is located in Ampara, Eastern Province which is led by Austin Fernando.",
"The Ampara Hospital is in Ampara, in the Eastern Province, of Sri Lanka. Austin Fernando is one of the leaders of that region. One of Sri Lanka's leaders is Ranil Wickremesinghe.",
"Ampara Hospital is situated in Ampara in the Eastern Province of Sri Lanka where Austin Fernando is the leader. The leader of the country is Ranil Wickremesinghe."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Sri_Lanka",
"property:leader",
"resource:Ranil_Wickremesinghe"
],
[
"resource:Eastern_Province__Sri_Lanka",
"property:leader",
"resource:Austin_Fernando"
],
[
"resource:Ampara_Hospital",
"rdf:type",
"ontology:building"
],
[
"resource:Ampara_Hospital",
"property:state",
"resource:Eastern_Province__Sri_Lanka"
],
[
"resource:Ampara_Hospital",
"property:location",
"resource:Ampara"
],
[
"resource:Ampara_Hospital",
"property:country",
"resource:Sri_Lanka"
]
] | Ampara_Hospital | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "Ampara",
"readable": "Ampara",
"graph": "resource:Ampara"
},
{
"modified": "Ampara_Hospital",
"readable": "Ampara Hospital",
"graph": "resource:Ampara_Hospital"
},
{
"modified": "Austin_Fernando",
"readable": "Austin Fernando",
"graph": "resource:Austin_Fernando"
},
{
"modified": "Eastern_Province,_Sri_Lanka",
"readable": "Eastern Province, Sri Lanka",
"graph": "resource:Eastern_Province__Sri_Lanka"
},
{
"modified": "Ranil_Wickremesinghe",
"readable": "Ranil Wickremesinghe",
"graph": "resource:Ranil_Wickremesinghe"
},
{
"modified": "Sri_Lanka",
"readable": "Sri Lanka",
"graph": "resource:Sri_Lanka"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Ampara_Hospital rdf:type ontology:building . resource:Ampara_Hospital property:location resource:Ampara }",
"readable_query": "ASK WHERE { resource:Ampara_Hospital rdf:type ontology:building . resource:Ampara_Hospital property:location resource:Ampara }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?v property:leader resource:Ranil_Wickremesinghe }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:leader resource:Ranil_Wickremesinghe }",
"graph_answer": [
"resource:Sri_Lanka"
],
"readable_answer": [
"Sri Lanka"
],
"type": [
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { { { ?b property:leader resource:Ranil_Wickremesinghe } UNION { ?b property:leader resource:Austin_Fernando } } }",
"readable_query": "SELECT DISTINCT ?b WHERE { { { ?b property:leader resource:Ranil_Wickremesinghe } UNION { ?b property:leader resource:Austin_Fernando } } }",
"graph_answer": [
"resource:Sri_Lanka",
"resource:Eastern_Province__Sri_Lanka"
],
"readable_answer": [
"Sri Lanka",
"Eastern Province, Sri Lanka"
],
"type": [
"ellipsis",
"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"
]
}
] |
|
Airport | 5 | 11054 | Id103 | [
{
"subject": "Alpena_County_Regional_Airport",
"property": "location",
"object": "Wilson_Township,_Alpena_County,_Michigan"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "elevation",
"object": "\"210.312\"^^xsd:double"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "runwayLength",
"object": "\"2744.0\"^^xsd:double"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "city",
"object": "Alpena,_Michigan"
},
{
"subject": "Alpena,_Michigan",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Alpena_County_Regional_Airport",
"property": "location",
"object": "Wilson_Township,_Alpena_County,_Michigan"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "210"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "runwayLength",
"object": "2744.0"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "cityServed",
"object": "Alpena,_Michigan"
},
{
"subject": "Alpena,_Michigan",
"property": "country",
"object": "United_States"
}
] | (X (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alpena County Regional Airport is located in the Wilson Township, Alpena County, Michigan (United States). It has a runway length of 2744 meters and an elevation of 210 metres above sea level.",
"Alpena County Regional airport is located at 210 metres above sea level in Wilson Township, Alpena County, Michigan. It serves the city of Alpena in the United States and is 2744 meters long.",
"Alpena County Regional Airport, which serves the city of Alpena, is located in Wilson Township, Alpena County, Michigan in the U.S.A. Its runway is 2,744 metres long and the facility is 210 metres above sea level."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alpena__Michigan",
"property:country",
"resource:United_States"
],
[
"resource:Alpena_County_Regional_Airport",
"property:runway_length",
"resource:2744_0"
],
[
"resource:Alpena_County_Regional_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Alpena_County_Regional_Airport",
"property:location",
"resource:Wilson_Township__Alpena_County__Michigan"
],
[
"resource:Alpena_County_Regional_Airport",
"property:city_served",
"resource:Alpena__Michigan"
],
[
"resource:Alpena_County_Regional_Airport",
"property:elevation_above_the_sea_level",
"210"
]
] | Alpena_County_Regional_Airport | [
{
"modified": "210",
"readable": "210",
"graph": "210"
},
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "2744.0",
"readable": "2744.0",
"graph": "resource:2744_0"
},
{
"modified": "Alpena_County_Regional_Airport",
"readable": "Alpena County Regional Airport",
"graph": "resource:Alpena_County_Regional_Airport"
},
{
"modified": "Alpena,_Michigan",
"readable": "Alpena, Michigan",
"graph": "resource:Alpena__Michigan"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Wilson_Township,_Alpena_County,_Michigan",
"readable": "Wilson Township, Alpena County, Michigan",
"graph": "resource:Wilson_Township__Alpena_County__Michigan"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:city_served ?r . ?r property:country resource:United_States . ?d rdf:type ontology:airport . FILTER ( ?t = '210' ) . ?d property:elevation_above_the_sea_level ?t }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:city_served ?r . ?r property:country resource:United_States . ?d rdf:type ontology:airport . FILTER ( ?t = '210' ) . ?d property:elevation_above_the_sea_level ?t }",
"graph_answer": [
"resource:Alpena_County_Regional_Airport"
],
"readable_answer": [
"Alpena County Regional Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?h property:city_served ?l . ?l property:country resource:United_States . ?h rdf:type ontology:airport . ?h property:runway_length resource:2744_0 }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?h property:city_served ?l . ?l property:country resource:United_States . ?h rdf:type ontology:airport . ?h property:runway_length resource:2744.0 }",
"graph_answer": [
"resource:Alpena__Michigan"
],
"readable_answer": [
"Alpena, Michigan"
],
"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"
]
}
] |
|
Company | 5 | 12029 | Id10 | [
{
"subject": "Chinabank",
"property": "location",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "motto",
"object": "\"Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa\""
},
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
},
{
"subject": "Chinabank",
"property": "foundationPlace",
"object": "Manila"
},
{
"subject": "Chinabank",
"property": "foundationPlace",
"object": "Insular_Government_of_the_Philippine_Islands"
}
] | [
{
"subject": "Chinabank",
"property": "location",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "motto",
"object": "\"Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa\""
},
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
},
{
"subject": "Chinabank",
"property": "foundationPlace",
"object": "Manila"
},
{
"subject": "Chinabank",
"property": "foundationPlace",
"object": "Insular_Government_of_the_Philippine_Islands"
}
] | (X (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Chinabank was founded in the Insular Government of the Philippine Islands, in Manila on August 16, 1920. It is located in the Philippines where the country's motto is Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa.",
"Chinabank is located in the Philippines and was founded in the Insular Government of the Philippine Islands in Manila on the 16th of August, 1920. Philippine's motto is \"Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa\".",
"Chinabank was founded on 1920-08-16 in Manila, at the Insular Government of the Philippine Islands. Chinabank is located in the Philippines, where they have the motto \"Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa\"."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Chinabank",
"property:founding_date",
"resource:1920_08_16"
],
[
"resource:Chinabank",
"rdf:type",
"ontology:company"
],
[
"resource:Chinabank",
"property:location",
"resource:Philippines"
],
[
"resource:Chinabank",
"property:foundation_place",
"resource:Insular_Government_of_the_Philippine_Islands"
],
[
"resource:Chinabank",
"property:foundation_place",
"resource:Manila"
],
[
"resource:Philippines",
"property:motto",
"Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa"
]
] | Chinabank | [
{
"modified": "Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa",
"readable": "Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa",
"graph": "Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa"
},
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "motto",
"readable": "motto",
"graph": "property:motto"
},
{
"modified": "1920-08-16",
"readable": "1920-08-16",
"graph": "resource:1920_08_16"
},
{
"modified": "Chinabank",
"readable": "Chinabank",
"graph": "resource:Chinabank"
},
{
"modified": "Insular_Government_of_the_Philippine_Islands",
"readable": "Insular Government of the Philippine Islands",
"graph": "resource:Insular_Government_of_the_Philippine_Islands"
},
{
"modified": "Manila",
"readable": "Manila",
"graph": "resource:Manila"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?b rdf:type ontology:company . ?b property:founding_date ?n . ?b property:location ?m . ?m property:motto 'Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa' . FILTER ( CONTAINS ( YEAR ( ?n ) , '1920' ) ) }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?b rdf:type ontology:company . ?b property:founding_date ?n . ?b property:location ?m . ?m property:motto 'Maka-Diyos, Maka-Tao, Makakalikasan at Makabansa' . FILTER ( CONTAINS ( YEAR ( ?n ) , '1920' ) ) }",
"graph_answer": [
"resource:Philippines"
],
"readable_answer": [
"Philippines"
],
"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 ( COUNT ( ?n ) AS ?q ) WHERE { ?n property:location resource:Philippines . ?n rdf:type ontology:company }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?q ) WHERE { ?n property:location resource:Philippines . ?n rdf:type ontology:company }",
"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 ?b WHERE { ?b rdf:type ontology:company . ?b property:location resource:Philippines }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:company . ?b property:location resource:Philippines }",
"graph_answer": [
"resource:Chinabank"
],
"readable_answer": [
"Chinabank"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Chinabank property:foundation_place ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'm' ) ) }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Chinabank property:foundation_place ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'm' ) ) }",
"graph_answer": [
"resource:Manila"
],
"readable_answer": [
"Manila"
],
"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 ?o WHERE { resource:Chinabank property:foundation_place resource:Manila }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Chinabank property:foundation_place resource:Manila }",
"graph_answer": [
"resource:Insular_Government_of_the_Philippine_Islands"
],
"readable_answer": [
"Insular Government of the Philippine Islands"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Chinabank property:death_cause ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Chinabank property:death_cause ?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"
]
}
] |
|
ComicsCharacter | 2 | 4363 | Id28 | [
{
"subject": "Bananaman",
"property": "network",
"object": "BBC"
},
{
"subject": "Bananaman",
"property": "starring",
"object": "Bill_Oddie"
}
] | [
{
"subject": "Bananaman",
"property": "broadcastedBy",
"object": "BBC"
},
{
"subject": "Bananaman",
"property": "starring",
"object": "Bill_Oddie"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The BBC broadcasted Bananaman which starred Bill Oddie.",
"Bill Oddies stars in Bananaman, broadcasted by the BBC."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Bananaman",
"property:broadcasted_by",
"resource:BBC"
],
[
"resource:Bananaman",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Bananaman",
"property:starring",
"resource:Bill_Oddie"
]
] | Bananaman | [
{
"modified": "broadcastedBy",
"readable": "broadcasted by",
"graph": "property:broadcasted_by"
},
{
"modified": "starring",
"readable": "starring",
"graph": "property:starring"
},
{
"modified": "BBC",
"readable": "BBC",
"graph": "resource:BBC"
},
{
"modified": "Bananaman",
"readable": "Bananaman",
"graph": "resource:Bananaman"
},
{
"modified": "Bill_Oddie",
"readable": "Bill Oddie",
"graph": "resource:Bill_Oddie"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Bananaman property:starring ?z . FILTER ( CONTAINS ( LCASE ( ?z ) , 'oddie' ) ) }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Bananaman property:starring ?z . FILTER ( CONTAINS ( LCASE ( ?z ) , 'oddie' ) ) }",
"graph_answer": [
"resource:Bill_Oddie"
],
"readable_answer": [
"Bill Oddie"
],
"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:Bananaman property:broadcasted_by resource:BBC }",
"readable_query": "ASK WHERE { resource:Bananaman property:broadcasted_by resource:BBC }",
"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 ?i WHERE { resource:Bananaman property:final_flight ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Bananaman property:final_flight ?i }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 3 | 7274 | Id187 | [
{
"subject": "Batagor",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Batagor",
"property": "ingredient",
"object": "Peanut_sauce"
},
{
"subject": "Batagor",
"property": "ingredientName",
"object": "\"fried fish dumpling with tofu and vegetables inpeanut sauce\""
}
] | [
{
"subject": "Batagor",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Batagor",
"property": "ingredient",
"object": "Peanut_sauce"
},
{
"subject": "Batagor",
"property": "mainIngredient",
"object": "\"fried fish dumpling with tofu and vegetables in peanut sauce\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Found in Indonesiam a batagor consists of a fried fish dumpling with tofu and vegetables in peanut sauce.",
"Batagor is an Indonesian dish that has the main ingredients of fried fish dumplings, tofu, vegetables and peanut sauce.",
"The main ingredient of the Indonesian dish of Batagor are fried fish dumplings, tofu and vegetables in peanut sauce."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Batagor",
"property:ingredient",
"resource:Peanut_sauce"
],
[
"resource:Batagor",
"property:main_ingredient",
"fried fish dumpling with tofu and vegetables in peanut sauce"
],
[
"resource:Batagor",
"rdf:type",
"ontology:food"
],
[
"resource:Batagor",
"property:country",
"resource:Indonesia"
]
] | Batagor | [
{
"modified": "fried fish dumpling with tofu and vegetables in peanut sauce",
"readable": "fried fish dumpling with tofu and vegetables in peanut sauce",
"graph": "fried fish dumpling with tofu and vegetables in peanut sauce"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "Batagor",
"readable": "Batagor",
"graph": "resource:Batagor"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Peanut_sauce",
"readable": "Peanut sauce",
"graph": "resource:Peanut_sauce"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'b' ) ) . ?j rdf:type ontology:food . ?j property:country resource:Indonesia }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'b' ) ) . ?j rdf:type ontology:food . ?j property:country resource:Indonesia }",
"graph_answer": [
"resource:Batagor"
],
"readable_answer": [
"Batagor"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f ?h WHERE { resource:Batagor property:main_ingredient ?f . resource:Batagor property:ingredient ?h }",
"readable_query": "SELECT DISTINCT ?f ?h WHERE { resource:Batagor property:main_ingredient ?f . resource:Batagor property:ingredient ?h }",
"graph_answer": [
"fried fish dumpling with tofu and vegetables in peanut sauce",
"resource:Peanut_sauce"
],
"readable_answer": [
"fried fish dumpling with tofu and vegetables in peanut sauce",
"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"
]
}
] |
|
Artist | 5 | 11258 | Id109 | [
{
"subject": "Alfred_Garth_Jones",
"property": "deathPlace",
"object": "Sidcup"
},
{
"subject": "Alfred_Garth_Jones",
"property": "placeOfDeath",
"object": "London"
},
{
"subject": "Alfred_Garth_Jones",
"property": "birthPlace",
"object": "England"
},
{
"subject": "London",
"property": "leaderTitle",
"object": "European_Parliament"
},
{
"subject": "London",
"property": "leaderName",
"object": "Boris_Johnson"
}
] | [
{
"subject": "Alfred_Garth_Jones",
"property": "deathPlace",
"object": "Sidcup"
},
{
"subject": "Alfred_Garth_Jones",
"property": "deathPlace",
"object": "London"
},
{
"subject": "Alfred_Garth_Jones",
"property": "birthPlace",
"object": "England"
},
{
"subject": "London",
"property": "leaderTitle",
"object": "European_Parliament"
},
{
"subject": "London",
"property": "leader",
"object": "Boris_Johnson"
}
] | (X (X) (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Born in England, Alfred Garth Jones died in Sidcup, London. Boris Johnson and the European Parliament are the leaders of London.",
"Alfred Garth Jones was born in England and died in Sidcup, London. The Mayor of London is Boris Johnson and the European Parliament is the leader of the city.",
"Alfred Garth Jones died in Sidcup, London, England. London is led by Boris Johnson and the European Parliament."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:London",
"property:leader",
"resource:Boris_Johnson"
],
[
"resource:London",
"property:leader_title",
"resource:European_Parliament"
],
[
"resource:Alfred_Garth_Jones",
"rdf:type",
"ontology:artist"
],
[
"resource:Alfred_Garth_Jones",
"property:death_place",
"resource:London"
],
[
"resource:Alfred_Garth_Jones",
"property:death_place",
"resource:Sidcup"
],
[
"resource:Alfred_Garth_Jones",
"property:birth_place",
"resource:England"
]
] | Alfred_Garth_Jones | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Alfred_Garth_Jones",
"readable": "Alfred Garth Jones",
"graph": "resource:Alfred_Garth_Jones"
},
{
"modified": "Boris_Johnson",
"readable": "Boris Johnson",
"graph": "resource:Boris_Johnson"
},
{
"modified": "England",
"readable": "England",
"graph": "resource:England"
},
{
"modified": "European_Parliament",
"readable": "European Parliament",
"graph": "resource:European_Parliament"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "Sidcup",
"readable": "Sidcup",
"graph": "resource:Sidcup"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h ?s WHERE { resource:London property:leader_title ?h . resource:London property:leader ?s }",
"readable_query": "SELECT DISTINCT ?h ?s WHERE { resource:London property:leader_title ?h . resource:London property:leader ?s }",
"graph_answer": [
"resource:European_Parliament",
"resource:Boris_Johnson"
],
"readable_answer": [
"European Parliament",
"Boris Johnson"
],
"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 ( ?o ) AS ?b ) WHERE { ?c property:leader resource:Boris_Johnson . ?o property:birth_place resource:England . ?o rdf:type ontology:artist . ?o property:death_place ?c }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?b ) WHERE { ?c property:leader resource:Boris_Johnson . ?o property:birth_place resource:England . ?o rdf:type ontology:artist . ?o property:death_place ?c }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:artist . ?s property:death_place ?t . ?t property:leader resource:Boris_Johnson . ?s property:birth_place resource:England }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:artist . ?s property:death_place ?t . ?t property:leader resource:Boris_Johnson . ?s property:birth_place resource:England }",
"graph_answer": [
"resource:Alfred_Garth_Jones"
],
"readable_answer": [
"Alfred Garth Jones"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?h property:death_place resource:Paraguay . ?h rdf:type ontology:artist . ?h property:birth_place ?w }",
"readable_query": "ASK WHERE { ?h property:death_place resource:Paraguay . ?h rdf:type ontology:artist . ?h property:birth_place ?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"
]
}
] |
|
Airport | 2 | 3372 | Id177 | [
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "\"1873.0\"^^xsd:double"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "operator",
"object": "\"Port Authority of New York and New Jersey & SJTA\"@en"
}
] | [
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "1873.0"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "operatingOrganisation",
"object": "Port_Authority_of_New_York_and_New_Jersey"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Atlantic City International Airport is operated by the Port Authority of New York and New Jersey, its runway length is 1,873.",
"The Port Authority of New York and New Jersey is the operating organisation of Atlantic City International airport, where the runway length is 1873.",
"Atlantic City International Airport, run by the Port Authority of New York and New Jersey, has a runway length of 1,873."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Atlantic_City_International_Airport",
"property:runway_length",
"resource:1873_0"
],
[
"resource:Atlantic_City_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Atlantic_City_International_Airport",
"property:operating_organisation",
"resource:Port_Authority_of_New_York_and_New_Jersey"
]
] | Atlantic_City_International_Airport | [
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "1873.0",
"readable": "1873.0",
"graph": "resource:1873_0"
},
{
"modified": "Atlantic_City_International_Airport",
"readable": "Atlantic City International Airport",
"graph": "resource:Atlantic_City_International_Airport"
},
{
"modified": "Port_Authority_of_New_York_and_New_Jersey",
"readable": "Port Authority of New York and New Jersey",
"graph": "resource:Port_Authority_of_New_York_and_New_Jersey"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?x ) WHERE { ?k property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?k rdf:type ontology:airport . ?k property:runway_length resource:1873_0 }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?x ) WHERE { ?k property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?k rdf:type ontology:airport . ?k property:runway_length resource:1873.0 }",
"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 ?s WHERE { ?s property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?s rdf:type ontology:airport . ?s property:runway_length resource:1873_0 }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?s rdf:type ontology:airport . ?s property:runway_length resource:1873.0 }",
"graph_answer": [
"resource:Atlantic_City_International_Airport"
],
"readable_answer": [
"Atlantic City 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"
]
}
] |
|
Building | 3 | 6539 | Id159 | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "significantBuilding",
"object": "Riverside_Art_Museum"
},
{
"subject": "Julia_Morgan",
"property": "birthPlace",
"object": "California"
}
] | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "significantBuilding",
"object": "Riverside_Art_Museum"
},
{
"subject": "Julia_Morgan",
"property": "birthPlace",
"object": "California"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Asilomar Conference Grounds was designed by Julia Morgan at the Riverside Art Museum in California.",
"Californian born Julia Morgan designed Asilomar Conference Grounds and also the significant building of the Riverside Art Museum.",
"Julia Morgan, who is from California, was the architect of the grounds of Asilomar Conference and The Riverside Art Museum."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Asilomar_Conference_Grounds",
"property:architect",
"resource:Julia_Morgan"
],
[
"resource:Asilomar_Conference_Grounds",
"rdf:type",
"ontology:building"
],
[
"resource:Julia_Morgan",
"property:significant_building",
"resource:Riverside_Art_Museum"
],
[
"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": "significantBuilding",
"readable": "significant building",
"graph": "property:significant_building"
},
{
"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"
},
{
"modified": "Riverside_Art_Museum",
"readable": "Riverside Art Museum",
"graph": "resource:Riverside_Art_Museum"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?x property:architect ?p . ?x rdf:type ontology:building . ?p property:birth_place resource:Austria }",
"readable_query": "ASK WHERE { ?x property:architect ?p . ?x rdf:type ontology:building . ?p property:birth_place resource:Austria }",
"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 | 7751 | Id82 | [
{
"subject": "Abraham_A._Ribicoff",
"property": "successor",
"object": "Anthony_J._Celebrezze"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "office",
"object": "\"Governor of Connecticut\"@en"
}
] | [
{
"subject": "Abraham_A._Ribicoff",
"property": "successor",
"object": "Anthony_J._Celebrezze"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "office",
"object": "\"Governor of Connecticut\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abraham A Ribicoff was born in the United States and was the Governor of Connecticut before being succeeded by Anthony J Celebrezze.",
"Anthony J. Celebrezze succeeded US born Abraham A. Ribicoff as Governor of Connecticut.",
"Abraham A Ribicoff was born in the United States and before being succeeded by Anthony J Celebrezze worked as Governor of Connecticut."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"resource:Abraham_A__Ribicoff",
"property:successor",
"resource:Anthony_J__Celebrezze"
],
[
"resource:Abraham_A__Ribicoff",
"property:office",
"resource:Governor_of_Connecticut"
],
[
"resource:Abraham_A__Ribicoff",
"property:birth_place",
"resource:United_States"
]
] | Abraham_A._Ribicoff | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "Anthony_J._Celebrezze",
"readable": "Anthony J. Celebrezze",
"graph": "resource:Anthony_J__Celebrezze"
},
{
"modified": "Governor of Connecticut",
"readable": "Governor of Connecticut",
"graph": "resource:Governor_of_Connecticut"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?i property:successor ?j . ?i property:birth_place resource:Yugoslavia . ?i rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?i property:successor ?j . ?i property:birth_place resource:Yugoslavia . ?i rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Food | 3 | 7259 | Id172 | [
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
},
{
"subject": "Bandeja_paisa",
"property": "country",
"object": "Colombian_cuisine"
},
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Pork_belly"
}
] | [
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
},
{
"subject": "Bandeja_paisa",
"property": "country",
"object": "Colombian_cuisine"
},
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Pork_belly"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Part of Colombian cuisine and found in the Antioquia Department, Bandeja paisa's main ingredients is Pork belly.",
"Bandeja paisa, a typical Colombian cuisine from the Antioquia Department, contains pork belly.",
"Pork belly is an ingredient of bandeja paisa which is a Colombian dish from the Antioquia department."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bandeja_paisa",
"property:ingredient",
"resource:Pork_belly"
],
[
"resource:Bandeja_paisa",
"rdf:type",
"ontology:food"
],
[
"resource:Bandeja_paisa",
"property:country",
"resource:Colombian_cuisine"
],
[
"resource:Bandeja_paisa",
"property:region",
"resource:Antioquia_Department"
]
] | Bandeja_paisa | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Antioquia_Department",
"readable": "Antioquia Department",
"graph": "resource:Antioquia_Department"
},
{
"modified": "Bandeja_paisa",
"readable": "Bandeja paisa",
"graph": "resource:Bandeja_paisa"
},
{
"modified": "Colombian_cuisine",
"readable": "Colombian cuisine",
"graph": "resource:Colombian_cuisine"
},
{
"modified": "Pork_belly",
"readable": "Pork belly",
"graph": "resource:Pork_belly"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?d rdf:type ontology:food . ?d property:ingredient resource:Pork_belly . ?d property:region resource:Antioquia_Department }",
"readable_query": "ASK WHERE { ?d rdf:type ontology:food . ?d property:ingredient resource:Pork_belly . ?d property:region resource:Antioquia_Department }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?y WHERE { ?y property:region resource:Antioquia_Department . ?y rdf:type ontology:food . ?y property:ingredient resource:Pork_belly }",
"readable_query": "SELECT ?y WHERE { ?y property:region resource:Antioquia_Department . ?y rdf:type ontology:food . ?y property:ingredient resource:Pork_belly }",
"graph_answer": [
"resource:Bandeja_paisa"
],
"readable_answer": [
"Bandeja paisa"
],
"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 ?d WHERE { resource:Bandeja_paisa property:final_flight ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Bandeja_paisa property:final_flight ?d }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Bandeja_paisa property:leader_party ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Bandeja_paisa property:leader_party ?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"
]
}
] |
|
Airport | 3 | 5831 | Id164 | [
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
},
{
"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": "New_Jersey"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "location",
"object": "Egg_Harbor_Township,_New_Jersey"
},
{
"subject": "Egg_Harbor_Township,_New_Jersey",
"property": "country",
"object": "United_States"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Atlantic City International Airport is located in Egg Harbor Township which is part of New Jersey in the United States.",
"Atlantic City International Airport is located at Egg Harbor Township which is part of New Jersey, in the United States.",
"Atlantic City International Airport can be found in Egg Harbor Township, New Jersey in the U.S.A."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"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"
]
] | 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": "Atlantic_City_International_Airport",
"readable": "Atlantic City International Airport",
"graph": "resource:Atlantic_City_International_Airport"
},
{
"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 ?e ?u WHERE { ?u property:is_part_of resource:New_Jersey . ?e property:location ?u . ?e rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?e ?u WHERE { ?u property:is_part_of resource:New_Jersey . ?e property:location ?u . ?e rdf:type ontology:airport }",
"graph_answer": [
"resource:Atlantic_City_International_Airport",
"resource:Egg_Harbor_Township__New_Jersey"
],
"readable_answer": [
"Atlantic City International Airport",
"Egg Harbor Township, New Jersey"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Egg_Harbor_Township__New_Jersey property:country ?q }",
"readable_query": "ASK WHERE { resource:Egg_Harbor_Township,_New_Jersey property:country ?q }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?d WHERE { resource:Egg_Harbor_Township__New_Jersey property:country ?d }",
"readable_query": "SELECT ?d WHERE { resource:Egg_Harbor_Township,_New_Jersey property:country ?d }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10087 | Id61 | [
{
"subject": "AMC_Matador",
"property": "aka",
"object": "\"VAM Classic\"@en"
},
{
"subject": "AMC_Matador",
"property": "assembly",
"object": "Port_Melbourne,_Victoria"
},
{
"subject": "AMC_Matador",
"property": "bodyStyle",
"object": "Station_wagon"
},
{
"subject": "AMC_Matador",
"property": "engine",
"object": "\"I6\"@en"
}
] | [
{
"subject": "AMC_Matador",
"property": "alternativeName",
"object": "\"VAM Classic\""
},
{
"subject": "AMC_Matador",
"property": "assembly",
"object": "Port_Melbourne,_Victoria"
},
{
"subject": "AMC_Matador",
"property": "bodyStyle",
"object": "Station_wagon"
},
{
"subject": "AMC_Matador",
"property": "engine",
"object": "AMC_straight-6_engine"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AMC Matador is assembled at Port Melboune, Victoria and its alternative name is VAM Classic. The AMC Matador's body style is station wagon. and it has an AMC straight-6 engine.",
"The AMC Matador station wagon, or VAM Classic, has a straight-6 engine and is assembled in Port Melbourne, Victoria.",
"The alternative name for AMC Matador is VAM Classic and it's assembled in Port Melbourne, Victoria. It is a station wagon that has an AMC straight-6 engine."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:AMC_Matador",
"property:engine",
"resource:AMC_straight_6_engine"
],
[
"resource:AMC_Matador",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AMC_Matador",
"property:body_style",
"resource:Station_wagon"
],
[
"resource:AMC_Matador",
"property:alternative_name",
"resource:VAM_Classic"
],
[
"resource:AMC_Matador",
"property:assembly",
"resource:Port_Melbourne__Victoria"
]
] | AMC_Matador | [
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "assembly",
"readable": "assembly",
"graph": "property:assembly"
},
{
"modified": "bodyStyle",
"readable": "body style",
"graph": "property:body_style"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "AMC_Matador",
"readable": "AMC Matador",
"graph": "resource:AMC_Matador"
},
{
"modified": "AMC_straight-6_engine",
"readable": "AMC straight-6 engine",
"graph": "resource:AMC_straight_6_engine"
},
{
"modified": "Port_Melbourne,_Victoria",
"readable": "Port Melbourne, Victoria",
"graph": "resource:Port_Melbourne__Victoria"
},
{
"modified": "Station_wagon",
"readable": "Station wagon",
"graph": "resource:Station_wagon"
},
{
"modified": "VAM Classic",
"readable": "VAM Classic",
"graph": "resource:VAM_Classic"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( LCASE ( ?k ) , 'amc' ) ) . ?k property:engine resource:AMC_straight_6_engine . ?k rdf:type ontology:mean_of_transportation . ?k property:assembly resource:Port_Melbourne__Victoria }",
"readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( LCASE ( ?k ) , 'amc' ) ) . ?k property:engine resource:AMC_straight-6_engine . ?k rdf:type ontology:mean_of_transportation . ?k property:assembly resource:Port_Melbourne,_Victoria }",
"graph_answer": [
"resource:AMC_Matador"
],
"readable_answer": [
"AMC Matador"
],
"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 ?o ?w WHERE { resource:AMC_Matador property:alternative_name ?o . resource:AMC_Matador property:body_style ?w }",
"readable_query": "SELECT DISTINCT ?o ?w WHERE { resource:AMC_Matador property:alternative_name ?o . resource:AMC_Matador property:body_style ?w }",
"graph_answer": [
"resource:VAM_Classic",
"resource:Station_wagon"
],
"readable_answer": [
"VAM Classic",
"Station wagon"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:AMC_Matador property:dedicated_to ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:AMC_Matador property:dedicated_to ?c }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 5 | 11663 | Id127 | [
{
"subject": "Birmingham",
"property": "postalCode",
"object": "B_postcode_area"
},
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "hometown",
"object": "Birmingham"
},
{
"subject": "Birmingham",
"property": "governingBody",
"object": "Birmingham_City_Council"
},
{
"subject": "Birmingham",
"property": "leaderName",
"object": "Labour_Party_(UK)"
}
] | [
{
"subject": "Birmingham",
"property": "postalCode",
"object": "B_postcode_area"
},
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "origin",
"object": "Birmingham"
},
{
"subject": "Birmingham",
"property": "governingBody",
"object": "Birmingham_City_Council"
},
{
"subject": "Birmingham",
"property": "leader",
"object": "Labour_Party_(UK)"
}
] | (X (X (X (X) (X) (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Birmingham is led by the City Council and the Labour Party and has the B postcode. It is the hometown of the architect John Madin who designed 103 Colmore Row.",
"The B postcode area is the postal code of Birmingham, which is led by the UK Labour Party and governed by Birmingham City Council. It is also the hometown of John Madin, the architect who designed 103 Colmore Row.",
"The governing body of Birmingham (which has the B postcode) is the City Council led by the UK Labour Party. The city is the home town of John Madin, the architect who designed 103 Colmore Row."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:John_Madin",
"property:origin",
"resource:Birmingham"
],
[
"resource:Birmingham",
"property:leader",
"resource:Labour_Party__UK_"
],
[
"resource:Birmingham",
"property:postal_code",
"resource:B_postcode_area"
],
[
"resource:Birmingham",
"property:governing_body",
"resource:Birmingham_City_Council"
],
[
"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": "governingBody",
"readable": "governing body",
"graph": "property:governing_body"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "origin",
"readable": "origin",
"graph": "property:origin"
},
{
"modified": "postalCode",
"readable": "postal code",
"graph": "property:postal_code"
},
{
"modified": "103_Colmore_Row",
"readable": "103 Colmore Row",
"graph": "resource:103_Colmore_Row"
},
{
"modified": "B_postcode_area",
"readable": "B postcode area",
"graph": "resource:B_postcode_area"
},
{
"modified": "Birmingham",
"readable": "Birmingham",
"graph": "resource:Birmingham"
},
{
"modified": "Birmingham_City_Council",
"readable": "Birmingham City Council",
"graph": "resource:Birmingham_City_Council"
},
{
"modified": "John_Madin",
"readable": "John Madin",
"graph": "resource:John_Madin"
},
{
"modified": "Labour_Party_(UK)",
"readable": "Labour Party",
"graph": "resource:Labour_Party__UK_"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?i property:origin ?e . ?e property:governing_body resource:Greater_London_Authority }",
"readable_query": "ASK WHERE { ?i property:origin ?e . ?e property:governing_body resource:Greater_London_Authority }",
"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"
]
}
] |
|
Building | 2 | 3989 | Id141 | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "location",
"object": "\"Asilomar Blvd., Pacific Grove, California\"@en"
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "added",
"object": "\"1987-02-27\"^^xsd:date"
}
] | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "location",
"object": "\"Asilomar Blvd., Pacific Grove, California\""
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "addedToTheNationalRegisterOfHistoricPlaces",
"object": "\"1987-02-27\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Asilomar Conference Grounds, which is located at Asilomar Blvd., Pacific Grove, California, was added to the National Register of Historic Places on February the 27nd 1987.",
"Asilomar Conference Grounds is located at Asilomar Blvd., Pacific Grove, California and was added to the National Register of Historic Places on February the 27nd 1987.",
"Asilomar Conference Grounds is located on Asilomar Blvd, Pacific Grove, California and was added to the National Register of Historic Places on February the 27nd 1987."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Asilomar_Conference_Grounds",
"rdf:type",
"ontology:building"
],
[
"resource:Asilomar_Conference_Grounds",
"property:location",
"Asilomar Blvd., Pacific Grove, California"
],
[
"resource:Asilomar_Conference_Grounds",
"property:added_to_the_national_register_of_historic_places",
"1987-02-27"
]
] | Asilomar_Conference_Grounds | [
{
"modified": "1987-02-27",
"readable": "1987-02-27",
"graph": "1987-02-27"
},
{
"modified": "Asilomar Blvd., Pacific Grove, California",
"readable": "Asilomar Blvd., Pacific Grove, California",
"graph": "Asilomar Blvd., Pacific Grove, California"
},
{
"modified": "addedToTheNationalRegisterOfHistoricPlaces",
"readable": "added to the national register of historic places",
"graph": "property:added_to_the_national_register_of_historic_places"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Asilomar_Conference_Grounds",
"readable": "Asilomar Conference Grounds",
"graph": "resource:Asilomar_Conference_Grounds"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?e rdf:type ontology:building . ?e property:added_to_the_national_register_of_historic_places ?r . FILTER ( ?r = \"1987-02-27\" ) . ?e property:location ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?e rdf:type ontology:building . ?e property:added_to_the_national_register_of_historic_places ?r . FILTER ( ?r = \"1987-02-27\" ) . ?e property:location ?x }",
"graph_answer": [
"Asilomar Blvd., Pacific Grove, California"
],
"readable_answer": [
"Asilomar Blvd., Pacific Grove, California"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"multiple_answers",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Asilomar_Conference_Grounds rdf:type ontology:building . resource:Asilomar_Conference_Grounds property:location 'Asilomar Blvd., Pacific Grove, California' }",
"readable_query": "ASK WHERE { resource:Asilomar_Conference_Grounds rdf:type ontology:building . resource:Asilomar_Conference_Grounds property:location 'Asilomar Blvd., Pacific Grove, California' }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Food | 3 | 7197 | Id110 | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Paul_Ryan"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
}
] | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Paul_Ryan"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Bacon Explosion originates from the United States where the capital city is Washington DC and the leader is Paul Ryan."
],
"lang": [
""
]
} | [] | [] | [
[
"resource:United_States",
"property:leader",
"resource:Paul_Ryan"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
]
] | Bacon_Explosion | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Paul_Ryan",
"readable": "Paul Ryan",
"graph": "resource:Paul_Ryan"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m ?u WHERE { resource:United_States property:capital ?m . resource:United_States property:leader ?u }",
"readable_query": "SELECT DISTINCT ?m ?u WHERE { resource:United_States property:capital ?m . resource:United_States property:leader ?u }",
"graph_answer": [
"resource:Washington__D_C_",
"resource:Paul_Ryan"
],
"readable_answer": [
"Washington, D.C.",
"Paul Ryan"
],
"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:Bacon_Explosion rdf:type ontology:food . resource:Bacon_Explosion property:country resource:United_States }",
"readable_query": "ASK WHERE { resource:Bacon_Explosion rdf:type ontology:food . resource:Bacon_Explosion property:country resource:United_States }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
City | 3 | 6783 | Id71 | [
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Assembly"
},
{
"subject": "California_State_Assembly",
"property": "isPartOf",
"object": "California_State_Legislature"
},
{
"subject": "Anaheim,_California",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Assembly"
},
{
"subject": "California_State_Assembly",
"property": "isPartOf",
"object": "California_State_Legislature"
},
{
"subject": "Anaheim,_California",
"property": "country",
"object": "United_States"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Anaheim, located in California, USA, is led by the California State Assembly which is part of the California State Legislature.",
"Anaheim, California, US is led by the California State Assembly, which is part of the California State Legislature.",
"The California State Assembly (part of the California State Legislature), leads Anaheim, California, in the United States."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Anaheim__California",
"property:leader_title",
"resource:California_State_Assembly"
],
[
"resource:Anaheim__California",
"rdf:type",
"ontology:city"
],
[
"resource:Anaheim__California",
"property:country",
"resource:United_States"
],
[
"resource:California_State_Assembly",
"property:is_part_of",
"resource:California_State_Legislature"
]
] | Anaheim,_California | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "California_State_Assembly",
"readable": "California State Assembly",
"graph": "resource:California_State_Assembly"
},
{
"modified": "California_State_Legislature",
"readable": "California State Legislature",
"graph": "resource:California_State_Legislature"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:is_part_of resource:California_State_Legislature . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'c' ) ) }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:is_part_of resource:California_State_Legislature . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'c' ) ) }",
"graph_answer": [
"resource:California_State_Assembly"
],
"readable_answer": [
"California State Assembly"
],
"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 ?g WHERE { resource:Anaheim__California property:has_deputy ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Anaheim,_California property:has_deputy ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 4 | 9283 | Id206 | [
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "United_States",
"property": "leaderName",
"object": "Paul_Ryan"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
}
] | [
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Paul_Ryan"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The leader of the United States is Paul Ryan. The leader of the United States is President Barack Obama. 250 Delaware Avenue is an address in the United States.",
"The United States is led by President Barack Obama along with Paul Ryan, and is the location of 250 Delaware Avenue."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:leader",
"resource:Paul_Ryan"
],
[
"resource:United_States",
"property:leader",
"resource:Barack_Obama"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:250_Delaware_Avenue",
"rdf:type",
"ontology:building"
],
[
"resource:250_Delaware_Avenue",
"property:location",
"resource:United_States"
]
] | 250_Delaware_Avenue | [
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "250_Delaware_Avenue",
"readable": "250 Delaware Avenue",
"graph": "resource:250_Delaware_Avenue"
},
{
"modified": "Barack_Obama",
"readable": "Barack Obama",
"graph": "resource:Barack_Obama"
},
{
"modified": "Paul_Ryan",
"readable": "Paul Ryan",
"graph": "resource:Paul_Ryan"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?r ) WHERE { resource:United_States property:leader ?n }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?r ) WHERE { resource:United_States property:leader ?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 ?s WHERE { resource:United_States property:leader ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:United_States property:leader ?s }",
"graph_answer": [
"resource:Paul_Ryan",
"resource:Barack_Obama"
],
"readable_answer": [
"Paul Ryan",
"Barack Obama"
],
"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:United_States property:leader_title resource:President_of_the_United_States }",
"readable_query": "ASK WHERE { resource:United_States property:leader_title resource:President_of_the_United_States }",
"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 ?x WHERE { ?x rdf:type ontology:building . ?x property:location resource:United_States }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:building . ?x property:location resource:United_States }",
"graph_answer": [
"resource:250_Delaware_Avenue"
],
"readable_answer": [
"250 Delaware Avenue"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 4 | 10367 | Id51 | [
{
"subject": "Abel_Caballero",
"property": "birthPlace",
"object": "Ponteareas"
},
{
"subject": "Abel_Caballero",
"property": "nationality",
"object": "Spain"
},
{
"subject": "Spain",
"property": "leaderName",
"object": "Felipe_VI_of_Spain"
},
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
}
] | [
{
"subject": "Abel_Caballero",
"property": "birthPlace",
"object": "Ponteareas"
},
{
"subject": "Abel_Caballero",
"property": "nationality",
"object": "Spain"
},
{
"subject": "Spain",
"property": "leader",
"object": "Felipe_VI_of_Spain"
},
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Born in Ponteareas, Abel Caballero is Spanish, the main language used in Spain, the leader of which, is Felipe VI of Spain.",
"The main language used in Spain is Spanish and its leader is Felipe VI. Abel Caballero is a national of Spain and was born in Ponteareas.",
"Abel Caballero was born in Ponteareas, which is located in Spain. Felipe VI of Spain is the leader of the country and Spanish is the language spoken there."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Spain",
"property:leader",
"resource:Felipe_VI_of_Spain"
],
[
"resource:Spain",
"property:language",
"resource:Spanish_language"
],
[
"resource:Abel_Caballero",
"rdf:type",
"ontology:politician"
],
[
"resource:Abel_Caballero",
"property:nationality",
"resource:Spain"
],
[
"resource:Abel_Caballero",
"property:birth_place",
"resource:Ponteareas"
]
] | Abel_Caballero | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Abel_Caballero",
"readable": "Abel Caballero",
"graph": "resource:Abel_Caballero"
},
{
"modified": "Felipe_VI_of_Spain",
"readable": "Felipe VI of Spain",
"graph": "resource:Felipe_VI_of_Spain"
},
{
"modified": "Ponteareas",
"readable": "Ponteareas",
"graph": "resource:Ponteareas"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
},
{
"modified": "Spanish_language",
"readable": "Spanish language",
"graph": "resource:Spanish_language"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w ?a WHERE { resource:Spain property:language ?w . resource:Spain property:leader ?a }",
"readable_query": "SELECT DISTINCT ?w ?a WHERE { resource:Spain property:language ?w . resource:Spain property:leader ?a }",
"graph_answer": [
"resource:Spanish_language",
"resource:Felipe_VI_of_Spain"
],
"readable_answer": [
"Spanish language",
"Felipe VI of Spain"
],
"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 { ?w rdf:type ontology:politician . ?w property:birth_place resource:Canada }",
"readable_query": "ASK WHERE { ?w rdf:type ontology:politician . ?w property:birth_place resource:Canada }",
"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 { ?h property:birth_place resource:Ponteareas . ?h rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?h property:birth_place resource:Ponteareas . ?h rdf:type ontology:politician }",
"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 ?n WHERE { ?n property:birth_place resource:Ponteareas . ?n rdf:type ontology:politician }",
"readable_query": "SELECT ?n WHERE { ?n property:birth_place resource:Ponteareas . ?n rdf:type ontology:politician }",
"graph_answer": [
"resource:Abel_Caballero"
],
"readable_answer": [
"Abel Caballero"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 3 | 5786 | Id119 | [
{
"subject": "Antwerp_International_Airport",
"property": "city",
"object": "Antwerp"
},
{
"subject": "Antwerp",
"property": "country",
"object": "Belgium"
},
{
"subject": "Belgium",
"property": "language",
"object": "Dutch_language"
}
] | [
{
"subject": "Antwerp_International_Airport",
"property": "cityServed",
"object": "Antwerp"
},
{
"subject": "Antwerp",
"property": "country",
"object": "Belgium"
},
{
"subject": "Belgium",
"property": "language",
"object": "Dutch_language"
}
] | (X (X (X (X)))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Dutch language is spoken in Antwerp, Belgium in which Antwerp International Airport is located.",
"Antwerp International Airport serves the city of Antwerp, a popular tourist destination in Dutch speaking Belgium."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Antwerp_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Antwerp_International_Airport",
"property:city_served",
"resource:Antwerp"
],
[
"resource:Belgium",
"property:language",
"resource:Dutch_language"
],
[
"resource:Antwerp",
"property:country",
"resource:Belgium"
]
] | Antwerp_International_Airport | [
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Antwerp",
"readable": "Antwerp",
"graph": "resource:Antwerp"
},
{
"modified": "Antwerp_International_Airport",
"readable": "Antwerp International Airport",
"graph": "resource:Antwerp_International_Airport"
},
{
"modified": "Belgium",
"readable": "Belgium",
"graph": "resource:Belgium"
},
{
"modified": "Dutch_language",
"readable": "Dutch language",
"graph": "resource:Dutch_language"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?k WHERE { ?z property:country ?k . ?k property:language resource:Dutch_language }",
"readable_query": "SELECT DISTINCT ?z ?k WHERE { ?z property:country ?k . ?k property:language resource:Dutch_language }",
"graph_answer": [
"resource:Antwerp",
"resource:Belgium"
],
"readable_answer": [
"Antwerp",
"Belgium"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Antwerp_International_Airport rdf:type ontology:airport . resource:Antwerp_International_Airport property:city_served resource:Antwerp }",
"readable_query": "ASK WHERE { resource:Antwerp_International_Airport rdf:type ontology:airport . resource:Antwerp_International_Airport property:city_served resource:Antwerp }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?f property:leader resource:Charles_Michel . ?g property:country ?f }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?f property:leader resource:Charles_Michel . ?g property:country ?f }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"meaningful",
"no_answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam | 4 | 10625 | Id66 | [
{
"subject": "A.F.C._Fylde",
"property": "season",
"object": "2014"
},
{
"subject": "A.F.C._Fylde",
"property": "ground",
"object": "The_Fylde"
},
{
"subject": "A.F.C._Fylde",
"property": "capacity",
"object": "\"3180\"^^xsd:nonNegativeInteger"
},
{
"subject": "A.F.C._Fylde",
"property": "fullname",
"object": "\"Association Football Club Fylde\"@en"
}
] | [
{
"subject": "A.F.C._Fylde",
"property": "season",
"object": "2014"
},
{
"subject": "A.F.C._Fylde",
"property": "ground",
"object": "The_Fylde"
},
{
"subject": "A.F.C._Fylde",
"property": "numberOfMembers",
"object": "3180"
},
{
"subject": "A.F.C._Fylde",
"property": "fullName",
"object": "\"Association Football Club Fylde\""
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"With 3180 members, and a home ground called The Fylde, A.F.C. Fylde played in 2014. The full name of which, is Association Football Club Fylde.",
"The full name of the A.F.C. Fylde is \"Association Football Club Fylde.\" and they competed in the 2014 season. Their home ground is known as \"The Fylde\" and the club has 3180 members."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:A_F_C__Fylde",
"property:season",
"resource:2014"
],
[
"resource:A_F_C__Fylde",
"property:full_name",
"Association Football Club Fylde"
],
[
"resource:A_F_C__Fylde",
"property:number_of_members",
"resource:3180"
],
[
"resource:A_F_C__Fylde",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_F_C__Fylde",
"property:ground",
"resource:The_Fylde"
]
] | A.F.C._Fylde | [
{
"modified": "Association Football Club Fylde",
"readable": "Association Football Club Fylde",
"graph": "Association Football Club Fylde"
},
{
"modified": "fullName",
"readable": "full name",
"graph": "property:full_name"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "season",
"readable": "season",
"graph": "property:season"
},
{
"modified": "2014",
"readable": "2014",
"graph": "resource:2014"
},
{
"modified": "3180",
"readable": "3180",
"graph": "resource:3180"
},
{
"modified": "A.F.C._Fylde",
"readable": "A.F.C. Fylde",
"graph": "resource:A_F_C__Fylde"
},
{
"modified": "The_Fylde",
"readable": "The Fylde",
"graph": "resource:The_Fylde"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w ?g WHERE { resource:A_F_C__Fylde property:ground ?w . resource:A_F_C__Fylde property:season ?g }",
"readable_query": "SELECT DISTINCT ?w ?g WHERE { resource:A.F.C._Fylde property:ground ?w . resource:A.F.C._Fylde property:season ?g }",
"graph_answer": [
"resource:The_Fylde",
"resource:2014"
],
"readable_answer": [
"The Fylde",
"2014"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:A_F_C__Fylde property:order ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:A.F.C._Fylde property:order ?s }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam | 2 | 5406 | Id150 | [
{
"subject": "Akron_Summit_Assault",
"property": "ground",
"object": "St._Vincent–St._Mary_High_School"
},
{
"subject": "St._Vincent–St._Mary_High_School",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Akron_Summit_Assault",
"property": "ground",
"object": "St._Vincent–St._Mary_High_School"
},
{
"subject": "St._Vincent–St._Mary_High_School",
"property": "country",
"object": "United_States"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akron Summit Assault's ground is St. Vincent-St. Mary High School in the United States.",
"St Vincent-St Mary High School is the ground of Akron Summit Assault and is located in United States.",
"St. Vincent-St. Mary High School in the United States is the ground of Akron Summit Assault."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:St__Vincent_St__Mary_High_School",
"property:country",
"resource:United_States"
],
[
"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": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "Akron_Summit_Assault",
"readable": "Akron Summit Assault",
"graph": "resource:Akron_Summit_Assault"
},
{
"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": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:sports_team . ?d property:ground ?v . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . ?v property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:sports_team . ?d property:ground ?v . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . ?v property:country resource:United_States }",
"graph_answer": [
"resource:Akron_Summit_Assault"
],
"readable_answer": [
"Akron Summit Assault"
],
"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 ?d WHERE { resource:Akron_Summit_Assault rdf:type ontology:sports_team . resource:Akron_Summit_Assault property:ground ?d . ?d property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Akron_Summit_Assault rdf:type ontology:sports_team . resource:Akron_Summit_Assault property:ground ?d . ?d property:country resource:United_States }",
"graph_answer": [
"resource:St__Vincent_St__Mary_High_School"
],
"readable_answer": [
"St. Vincent–St. Mary High School"
],
"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"
]
}
] |
|
Food | 2 | 4678 | Id190 | [
{
"subject": "Batchoy",
"property": "ingredient",
"object": "Chicken"
},
{
"subject": "Chicken",
"property": "class",
"object": "Bird"
}
] | [
{
"subject": "Batchoy",
"property": "ingredient",
"object": "Chicken"
},
{
"subject": "Chicken",
"property": "class",
"object": "Bird"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Batchoy includes chicken which is a class of bird.",
"Batchoy includes poultry (bird); chicken.",
"Chicken (a bird), is an ingredient found in Batchoy."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Batchoy",
"property:ingredient",
"resource:Chicken"
],
[
"resource:Batchoy",
"rdf:type",
"ontology:food"
],
[
"resource:Chicken",
"property:class",
"resource:Bird"
]
] | Batchoy | [
{
"modified": "class",
"readable": "class",
"graph": "property:class"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Batchoy",
"readable": "Batchoy",
"graph": "resource:Batchoy"
},
{
"modified": "Bird",
"readable": "Bird",
"graph": "resource:Bird"
},
{
"modified": "Chicken",
"readable": "Chicken",
"graph": "resource:Chicken"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?v property:class resource:Bird . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'c' ) ) . ?p rdf:type ontology:food . ?p property:ingredient ?v }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?v property:class resource:Bird . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'c' ) ) . ?p rdf:type ontology:food . ?p property:ingredient ?v }",
"graph_answer": [
"resource:Batchoy"
],
"readable_answer": [
"Batchoy"
],
"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 ?a WHERE { ?a property:class resource:Bird . resource:Batchoy rdf:type ontology:food . resource:Batchoy property:ingredient ?a . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'c' ) ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a property:class resource:Bird . resource:Batchoy rdf:type ontology:food . resource:Batchoy property:ingredient ?a . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'c' ) ) }",
"graph_answer": [
"resource:Chicken"
],
"readable_answer": [
"Chicken"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 2 | 3587 | Id199 | [
{
"subject": "Andrew_Rayel",
"property": "associatedBand",
"object": "Jonathan_Mendelsohn"
},
{
"subject": "Andrew_Rayel",
"property": "associatedMusicalArtist",
"object": "Bobina"
}
] | [
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Jonathan_Mendelsohn"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Bobina"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Andrew Rayel is associated with both the musical artist Jonathan Mendelsohn and with Bobina.",
"Andrew Rayel is musically connected to Bobina and Jonathan Mendelsohn.",
"Andrew Rayel is associated with the musical artists Jonathan Mendelsohn and Bobina."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Andrew_Rayel",
"rdf:type",
"ontology:artist"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jonathan_Mendelsohn"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Bobina"
]
] | Andrew_Rayel | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "Andrew_Rayel",
"readable": "Andrew Rayel",
"graph": "resource:Andrew_Rayel"
},
{
"modified": "Bobina",
"readable": "Bobina",
"graph": "resource:Bobina"
},
{
"modified": "Jonathan_Mendelsohn",
"readable": "Jonathan Mendelsohn",
"graph": "resource:Jonathan_Mendelsohn"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?o ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?w }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?o ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?w }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?o }",
"graph_answer": [
"resource:Jonathan_Mendelsohn",
"resource:Bobina"
],
"readable_answer": [
"Jonathan Mendelsohn",
"Bobina"
],
"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"
]
}
] |
|
Food | 3 | 7251 | Id164 | [
{
"subject": "Bandeja_paisa",
"property": "country",
"object": "Colombian_cuisine"
},
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Cooking_plantain"
},
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
}
] | [
{
"subject": "Bandeja_paisa",
"property": "country",
"object": "Colombian_cuisine"
},
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Cooking_plantain"
},
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Part of Colombian cuisine, Bandeja paisa is a dish from the Antioquia Department region. One of the ingredients in this dish is Cooking plantain.",
"Cooking plantain is an ingredient in bandeja paisa, which is part of Colombian cuisine and is found in the Antioquia Department.",
"Plantain is one of the ingredients in the dish Bandeja paisa, which comes from the Antioquia Department of Colombia."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bandeja_paisa",
"property:ingredient",
"resource:Cooking_plantain"
],
[
"resource:Bandeja_paisa",
"rdf:type",
"ontology:food"
],
[
"resource:Bandeja_paisa",
"property:country",
"resource:Colombian_cuisine"
],
[
"resource:Bandeja_paisa",
"property:region",
"resource:Antioquia_Department"
]
] | Bandeja_paisa | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Antioquia_Department",
"readable": "Antioquia Department",
"graph": "resource:Antioquia_Department"
},
{
"modified": "Bandeja_paisa",
"readable": "Bandeja paisa",
"graph": "resource:Bandeja_paisa"
},
{
"modified": "Colombian_cuisine",
"readable": "Colombian cuisine",
"graph": "resource:Colombian_cuisine"
},
{
"modified": "Cooking_plantain",
"readable": "Cooking plantain",
"graph": "resource:Cooking_plantain"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . resource:Bandeja_paisa property:region ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . resource:Bandeja_paisa property:region ?j }",
"graph_answer": [
"resource:Antioquia_Department"
],
"readable_answer": [
"Antioquia Department"
],
"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 ?g WHERE { resource:Bandeja_paisa property:similar_dish ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Bandeja_paisa property:similar_dish ?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"
]
}
] |
|
Athlete | 3 | 6217 | Id53 | [
{
"subject": "Akeem_Adams",
"property": "clubs",
"object": "Ferencvárosi_TC"
},
{
"subject": "Akeem_Adams",
"property": "team",
"object": "Trinidad_and_Tobago_national_under-17_football_team"
},
{
"subject": "Akeem_Adams",
"property": "placeOfBirth",
"object": "\"Point Fortin, Trinidad and Tobago\"@en"
}
] | [
{
"subject": "Akeem_Adams",
"property": "club",
"object": "Ferencvárosi_TC"
},
{
"subject": "Akeem_Adams",
"property": "club",
"object": "Trinidad_and_Tobago_national_under-17_football_team"
},
{
"subject": "Akeem_Adams",
"property": "birthPlace",
"object": "\"Point Fortin, Trinidad and Tobago\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Akeem Adams was born in Point Fortin, Trinidad and Tobago and his clubs are the Ferencvarosi TC and the Trinidad and Tobago national under 17 football team.",
"Akeem Adams, who was born in Point Fortin, Trinidad and Tobago, played for his country's national under 17 football team and currently for Ferencvarosi TC."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Adams",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Adams",
"property:club",
"resource:Trinidad_and_Tobago_national_under_17_football_team"
],
[
"resource:Akeem_Adams",
"property:club",
"resource:Ferencv_rosi_TC"
],
[
"resource:Akeem_Adams",
"property:birth_place",
"resource:Trinidad"
],
[
"resource:Akeem_Adams",
"property:birth_place",
"resource:Point_Fortin"
],
[
"resource:Akeem_Adams",
"property:birth_place",
"resource:Tobago"
]
] | Akeem_Adams | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"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": "Point Fortin",
"readable": "Point Fortin",
"graph": "resource:Point_Fortin"
},
{
"modified": "Tobago",
"readable": "Tobago",
"graph": "resource:Tobago"
},
{
"modified": "Trinidad",
"readable": "Trinidad",
"graph": "resource:Trinidad"
},
{
"modified": "Trinidad_and_Tobago_national_under-17_football_team",
"readable": "Trinidad and Tobago national under-17 football team",
"graph": "resource:Trinidad_and_Tobago_national_under_17_football_team"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?r rdf:type ontology:athlete . ?r property:birth_place resource:England }",
"readable_query": "ASK WHERE { ?r rdf:type ontology:athlete . ?r property:birth_place resource:England }",
"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:athlete . ?l property:birth_place resource:Trinidad }",
"readable_query": "ASK WHERE { ?l rdf:type ontology:athlete . ?l property:birth_place resource:Trinidad }",
"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 ?t WHERE { ?t rdf:type ontology:athlete . ?t property:birth_place resource:Trinidad }",
"readable_query": "SELECT ?t WHERE { ?t rdf:type ontology:athlete . ?t property:birth_place resource:Trinidad }",
"graph_answer": [
"resource:Akeem_Adams"
],
"readable_answer": [
"Akeem Adams"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?l ) WHERE { resource:Akeem_Adams property:club ?v }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?l ) WHERE { resource:Akeem_Adams property:club ?v }",
"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 ?f WHERE { resource:Akeem_Adams property:club ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Akeem_Adams property:club ?f }",
"graph_answer": [
"resource:Trinidad_and_Tobago_national_under_17_football_team",
"resource:Ferencv_rosi_TC"
],
"readable_answer": [
"Trinidad and Tobago national under-17 football team",
"Ferencvárosi TC"
],
"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"
]
}
] |
|
University | 3 | 8140 | Id44 | [
{
"subject": "Romania",
"property": "ethnicGroups",
"object": "Germans_of_Romania"
},
{
"subject": "Romania",
"property": "capital",
"object": "Bucharest"
},
{
"subject": "1_Decembrie_1918_University,_Alba_Iulia",
"property": "country",
"object": "Romania"
}
] | [
{
"subject": "Romania",
"property": "ethnicGroup",
"object": "Germans_of_Romania"
},
{
"subject": "Romania",
"property": "capital",
"object": "Bucharest"
},
{
"subject": "1_Decembrie_1918_University",
"property": "country",
"object": "Romania"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The capital of Romania is Bucharest. The country is the location of the 1 Decembrie 1918 University and the home of one of the ethnic groups of Romania who are the Germans of Romania.",
"The 1 Decembrie 1918 University is in Romania. Two facts about Romania are its capital is Bucharest, and one of its ethnic groups are known as the Germans of Romania."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:1_Decembrie_1918_University",
"rdf:type",
"ontology:university"
],
[
"resource:1_Decembrie_1918_University",
"property:country",
"resource:Romania"
],
[
"resource:Romania",
"property:capital",
"resource:Bucharest"
],
[
"resource:Romania",
"property:ethnic_group",
"resource:Germans_of_Romania"
]
] | 1_Decembrie_1918_University | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "1_Decembrie_1918_University",
"readable": "1 Decembrie 1918 University",
"graph": "resource:1_Decembrie_1918_University"
},
{
"modified": "Bucharest",
"readable": "Bucharest",
"graph": "resource:Bucharest"
},
{
"modified": "Germans_of_Romania",
"readable": "Germans of Romania",
"graph": "resource:Germans_of_Romania"
},
{
"modified": "Romania",
"readable": "Romania",
"graph": "resource:Romania"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m ?n WHERE { resource:Romania property:capital ?n . resource:Romania property:ethnic_group ?m }",
"readable_query": "SELECT DISTINCT ?m ?n WHERE { resource:Romania property:capital ?n . resource:Romania property:ethnic_group ?m }",
"graph_answer": [
"resource:Germans_of_Romania",
"resource:Bucharest"
],
"readable_answer": [
"Germans of Romania",
"Bucharest"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?v rdf:type ontology:university . ?v property:country resource:Romania }",
"readable_query": "ASK WHERE { ?v rdf:type ontology:university . ?v property:country resource:Romania }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?t WHERE { ?t property:country resource:Romania . ?t rdf:type ontology:university }",
"readable_query": "SELECT ?t WHERE { ?t property:country resource:Romania . ?t rdf:type ontology:university }",
"graph_answer": [
"resource:1_Decembrie_1918_University"
],
"readable_answer": [
"1 Decembrie 1918 University"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 4 | 8677 | Id69 | [
{
"subject": "Al_Anderson_(NRBQ)",
"property": "associatedBand",
"object": "NRBQ"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "associatedMusicalArtist",
"object": "The_Wildweeds"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "dateOfBirth",
"object": "\"1947-03-13\"^^xsd:date"
}
] | [
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "associatedBand/associatedMusicalArtist",
"object": "NRBQ"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "associatedBand/associatedMusicalArtist",
"object": "The_Wildweeds"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "birthDate",
"object": "1947-03-13"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Al Anderson plays with the band NRBQ which was born on March 13, 1947. His genre is rock music and he played once with The Wildweeds.",
"NRBQ rock musician Al Anderson was born 03/13/1947 and is a former member of The Wildweeds.",
"Al Anderson who was born on the 13/03/1947, is a member of the band NRBQ, that performs rock music. He also played once with The Wildweeds."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Al_Anderson__NRBQ_band_",
"rdf:type",
"ontology:artist"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:associated_band_associated_musical_artist",
"resource:NRBQ"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:associated_band_associated_musical_artist",
"resource:The_Wildweeds"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:genre",
"resource:Rock_music"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:birth_date",
"resource:1947_03_13"
]
] | Al_Anderson_(NRBQ_band) | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "1947-03-13",
"readable": "1947-03-13",
"graph": "resource:1947_03_13"
},
{
"modified": "Al_Anderson_(NRBQ band)",
"readable": "Al Anderson",
"graph": "resource:Al_Anderson__NRBQ_band_"
},
{
"modified": "NRBQ",
"readable": "NRBQ",
"graph": "resource:NRBQ"
},
{
"modified": "Rock_music",
"readable": "Rock music",
"graph": "resource:Rock_music"
},
{
"modified": "The_Wildweeds",
"readable": "The Wildweeds",
"graph": "resource:The_Wildweeds"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { ?d rdf:type ontology:artist . FILTER ( CONTAINS ( YEAR ( ?g ) , '1947' ) ) . ?d property:genre ?f . ?d property:birth_date ?g }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?d rdf:type ontology:artist . FILTER ( CONTAINS ( YEAR ( ?g ) , '1947' ) ) . ?d property:genre ?f . ?d property:birth_date ?g }",
"graph_answer": [
"resource:Rock_music"
],
"readable_answer": [
"Rock music"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m ?d WHERE { ?d property:genre resource:Rock_music . ?d property:birth_date ?m . ?d rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?m ?d WHERE { ?d property:genre resource:Rock_music . ?d property:birth_date ?m . ?d rdf:type ontology:artist }",
"graph_answer": [
"resource:1947_03_13",
"resource:Al_Anderson__NRBQ_band_"
],
"readable_answer": [
"1947-03-13",
"Al Anderson"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?f ) WHERE { resource:Al_Anderson__NRBQ_band_ property:associated_band_associated_musical_artist ?x }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?f ) WHERE { resource:Al_Anderson_(NRBQ_band) property:associated_band_associated_musical_artist ?x }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Al_Anderson__NRBQ_band_ property:associated_band_associated_musical_artist ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Al_Anderson_(NRBQ_band) property:associated_band_associated_musical_artist ?h }",
"graph_answer": [
"resource:NRBQ",
"resource:The_Wildweeds"
],
"readable_answer": [
"NRBQ",
"The Wildweeds"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 3 | 6611 | Id28 | [
{
"subject": "(66391)_1999_KW4",
"property": "density",
"object": "\"2.0\"^^<http://dbpedia.org/datatype/gramPerCubicCentimetre>"
},
{
"subject": "(66391)_1999_KW4",
"property": "escapeVelocity",
"object": "0"
},
{
"subject": "(66391)_1999_KW4",
"property": "Planet/apoapsis",
"object": "\"1.621640918388E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "(66391)_1999_KW4",
"property": "escapeVelocity",
"object": "0"
},
{
"subject": "(66391)_1999_KW4",
"property": "apoapsis",
"object": "162164091.8388 (kilometres)"
},
{
"subject": "(66391)_1999_KW4",
"property": "density",
"object": "2.0 (gramPerCubicCentimetres)"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"With an escape velocity of 0, (66391) 1999 KW4, has a density of 2.0 gm per cu cm and an apoapsis measurement of 162164091.8388 (kilometres)."
],
"lang": [
""
]
} | [] | [] | [
[
"resource:_66391__1999_KW4",
"property:density",
"2.0 (gramPerCubicCentimetres)"
],
[
"resource:_66391__1999_KW4",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:_66391__1999_KW4",
"property:apoapsis",
"162164091.8388 (kilometres)"
],
[
"resource:_66391__1999_KW4",
"property:escape_velocity",
"0"
]
] | (66391)_1999_KW4 | [
{
"modified": "0",
"readable": "0",
"graph": "0"
},
{
"modified": "162164091.8388 (kilometres)",
"readable": "162164091.8388",
"graph": "162164091.8388 (kilometres)"
},
{
"modified": "2.0 (gramPerCubicCentimetres)",
"readable": "2.0",
"graph": "2.0 (gramPerCubicCentimetres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "density",
"readable": "density",
"graph": "property:density"
},
{
"modified": "escapeVelocity",
"readable": "escape velocity",
"graph": "property:escape_velocity"
},
{
"modified": "(66391)_1999_KW4",
"readable": "1999 KW4",
"graph": "resource:_66391__1999_KW4"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?g = '0' ) . ?f property:apoapsis ?k . ?f property:escape_velocity ?g . ?f rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?g = '0' ) . ?f property:apoapsis ?k . ?f property:escape_velocity ?g . ?f rdf:type ontology:celestial_body }",
"graph_answer": [
"162164091.8388 (kilometres)"
],
"readable_answer": [
"162164091.8388"
],
"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 { ?h property:density ?q . ?h property:apoapsis '520906000.0 (kilometres)' . ?h rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { ?h property:density ?q . ?h property:apoapsis '520906000.0 (kilometres)' . ?h rdf:type ontology:celestial_body }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 5 | 12327 | Id44 | [
{
"subject": "Alfa_Romeo_164",
"property": "bodyStyle",
"object": "Sedan_(automobile)"
},
{
"subject": "Alfa_Romeo_164",
"property": "class",
"object": "Executive_car"
},
{
"subject": "Alfa_Romeo_164",
"property": "engine",
"object": "Alfa_Romeo_164__1"
},
{
"subject": "Alfa_Romeo_164",
"property": "transmission",
"object": "\"4-speedautomatic(ZF 4HP18Q)\""
},
{
"subject": "Alfa_Romeo_164",
"property": "aka",
"object": "\"Alfa Romeo 168\"@en"
}
] | [
{
"subject": "Alfa_Romeo_164",
"property": "bodyStyle",
"object": "Sedan_(automobile)"
},
{
"subject": "Alfa_Romeo_164",
"property": "class",
"object": "Executive_car"
},
{
"subject": "Alfa_Romeo_164",
"property": "engine",
"object": "Straight-four_engine"
},
{
"subject": "Alfa_Romeo_164",
"property": "transmission",
"object": "\"4-speed automatic (ZF 4HP18Q)\""
},
{
"subject": "Alfa_Romeo_164",
"property": "alternativeName",
"object": "\"Alfa Romeo 168\""
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alfa Romeo 164 sedan executive vehicle is also called the Alfa Romeo 168. It has a straight-four engine and an automatic (ZF 4HP18Q) transmission.",
"The Alfa Romeo 164, also known as the \"Alfa Romeo 168\", is a sedan with a 4-speed automatic (ZF 4HP18Q) transmission. It is an executive car and its engine is also known as a straight-four engine.",
"The executive class Alfa Romeo 164 Sedan, known as the \"Alfa Romeo 168\", has a straight-four, ZF 4HP18Q transmission."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alfa_Romeo_164",
"property:engine",
"resource:Straight_four_engine"
],
[
"resource:Alfa_Romeo_164",
"property:transmission",
"4-speed automatic (ZF 4HP18Q)"
],
[
"resource:Alfa_Romeo_164",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Alfa_Romeo_164",
"property:body_style",
"resource:Sedan__automobile_"
],
[
"resource:Alfa_Romeo_164",
"property:class",
"resource:Executive_car"
],
[
"resource:Alfa_Romeo_164",
"property:alternative_name",
"resource:Alfa_Romeo_168"
]
] | Alfa_Romeo_164 | [
{
"modified": "4-speed automatic (ZF 4HP18Q)",
"readable": "4-speed automatic",
"graph": "4-speed automatic (ZF 4HP18Q)"
},
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "bodyStyle",
"readable": "body style",
"graph": "property:body_style"
},
{
"modified": "class",
"readable": "class",
"graph": "property:class"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "transmission",
"readable": "transmission",
"graph": "property:transmission"
},
{
"modified": "Alfa_Romeo_164",
"readable": "Alfa Romeo 164",
"graph": "resource:Alfa_Romeo_164"
},
{
"modified": "Alfa Romeo 168",
"readable": "Alfa Romeo 168",
"graph": "resource:Alfa_Romeo_168"
},
{
"modified": "Executive_car",
"readable": "Executive car",
"graph": "resource:Executive_car"
},
{
"modified": "Sedan_(automobile)",
"readable": "Sedan",
"graph": "resource:Sedan__automobile_"
},
{
"modified": "Straight-four_engine",
"readable": "Straight-four engine",
"graph": "resource:Straight_four_engine"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?d ) WHERE { ?j property:engine resource:Straight_four_engine . ?j property:alternative_name resource:Alfa_Romeo_168 . ?j rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?d ) WHERE { ?j property:engine resource:Straight-four_engine . ?j property:alternative_name resource:Alfa_Romeo_168 . ?j rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p property:alternative_name resource:Alfa_Romeo_168 . ?p property:engine resource:Straight_four_engine . ?p rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:alternative_name resource:Alfa_Romeo_168 . ?p property:engine resource:Straight-four_engine . ?p rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:Alfa_Romeo_164"
],
"readable_answer": [
"Alfa Romeo 164"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Alfa_Romeo_164 property:abbreviation ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Alfa_Romeo_164 property:abbreviation ?h }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 4 | 8645 | Id37 | [
{
"subject": "Abradab",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Jazz"
},
{
"subject": "Hip_hop_music",
"property": "musicSubgenre",
"object": "Gangsta_rap"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
}
] | [
{
"subject": "Abradab",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Jazz"
},
{
"subject": "Hip_hop_music",
"property": "musicSubgenre",
"object": "Gangsta_rap"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abradab performs hip hop music which originated from jazz. Drum and bass derive their sounds from hip hop which also has a sub genre called Gangsta rap.",
"The musical genre of Abradab is hip hop music which has its stylistic origins in Jazz. Drum and bass is a derivative of Hip hop music which has the sub genre Gangsta rap.",
"Abradab performs hip hop music which originated from jazz music and Gangsta rap is a sub genre. Drum and bass derives its sounds from hip hop music."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Abradab",
"rdf:type",
"ontology:artist"
],
[
"resource:Abradab",
"property:genre",
"resource:Hip_hop_music"
],
[
"resource:Hip_hop_music",
"property:derivative",
"resource:Drum_and_bass"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Jazz"
],
[
"resource:Hip_hop_music",
"property:music_subgenre",
"resource:Gangsta_rap"
]
] | Abradab | [
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "musicSubgenre",
"readable": "music subgenre",
"graph": "property:music_subgenre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Abradab",
"readable": "Abradab",
"graph": "resource:Abradab"
},
{
"modified": "Drum_and_bass",
"readable": "Drum and bass",
"graph": "resource:Drum_and_bass"
},
{
"modified": "Gangsta_rap",
"readable": "Gangsta rap",
"graph": "resource:Gangsta_rap"
},
{
"modified": "Hip_hop_music",
"readable": "Hip hop music",
"graph": "resource:Hip_hop_music"
},
{
"modified": "Jazz",
"readable": "Jazz",
"graph": "resource:Jazz"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y ?b WHERE { resource:Hip_hop_music property:stylistic_origin ?b . resource:Hip_hop_music property:music_subgenre ?y }",
"readable_query": "SELECT DISTINCT ?y ?b WHERE { resource:Hip_hop_music property:stylistic_origin ?b . resource:Hip_hop_music property:music_subgenre ?y }",
"graph_answer": [
"resource:Gangsta_rap",
"resource:Jazz"
],
"readable_answer": [
"Gangsta rap",
"Jazz"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?r property:genre resource:Hip_hop_music . ?r rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:genre resource:Hip_hop_music . ?r rdf:type ontology:artist }",
"graph_answer": [
"resource:Abradab"
],
"readable_answer": [
"Abradab"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { resource:Hip_hop_music property:derivative ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Hip_hop_music property:derivative ?b }",
"graph_answer": [
"resource:Drum_and_bass"
],
"readable_answer": [
"Drum and bass"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10028 | Id2 | [
{
"subject": "1955_Dodge",
"property": "engine",
"object": "1955_Dodge__5"
},
{
"subject": "1955_Dodge",
"property": "manufacturer",
"object": "Dodge"
},
{
"subject": "1955_Dodge",
"property": "wheelbase",
"object": "\"120.0\"^^<http://dbpedia.org/datatype/inch>"
},
{
"subject": "1955_Dodge",
"property": "bodyStyle",
"object": "Station_wagon"
}
] | [
{
"subject": "1955_Dodge",
"property": "engine",
"object": "V8_engine"
},
{
"subject": "1955_Dodge",
"property": "manufacturer",
"object": "Dodge"
},
{
"subject": "1955_Dodge",
"property": "wheelbase",
"object": "120.0 (inches)"
},
{
"subject": "1955_Dodge",
"property": "bodyStyle",
"object": "Station_wagon"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The 1955 Dodge, manufactured by Dodge, is a station wagon. It has a V8 engine and a wheelbase of 120 inches.",
"Dodge is the manufacturer of the 1955 Dodge; which has a station wagon style body, V8 engine and a wheelbase of 120 inches.",
"The manufacturer of the 1955 Dodge, which has a station wagon style body, is the company Dodge. It has a wheelbase of 120 inches and has a V8 engine."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:1955_Dodge",
"property:wheelbase",
"120.0 (inches)"
],
[
"resource:1955_Dodge",
"property:engine",
"resource:V8_engine"
],
[
"resource:1955_Dodge",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:1955_Dodge",
"property:body_style",
"resource:Station_wagon"
],
[
"resource:1955_Dodge",
"property:manufacturer",
"resource:Dodge"
]
] | 1955_Dodge | [
{
"modified": "120.0 (inches)",
"readable": "120.0",
"graph": "120.0 (inches)"
},
{
"modified": "bodyStyle",
"readable": "body style",
"graph": "property:body_style"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "wheelbase",
"readable": "wheelbase",
"graph": "property:wheelbase"
},
{
"modified": "1955_Dodge",
"readable": "1955 Dodge",
"graph": "resource:1955_Dodge"
},
{
"modified": "Dodge",
"readable": "Dodge",
"graph": "resource:Dodge"
},
{
"modified": "Station_wagon",
"readable": "Station wagon",
"graph": "resource:Station_wagon"
},
{
"modified": "V8_engine",
"readable": "V8 engine",
"graph": "resource:V8_engine"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?e property:wheelbase ?i . ?e property:manufacturer resource:Dodge . ?e rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( LCASE ( ?e ) , 'dodge' ) ) }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?e property:wheelbase ?i . ?e property:manufacturer resource:Dodge . ?e rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( LCASE ( ?e ) , 'dodge' ) ) }",
"graph_answer": [
"120.0 (inches)"
],
"readable_answer": [
"120.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?g property:wheelbase '120.0 (inches)' . ?g rdf:type ontology:mean_of_transportation . ?g property:manufacturer resource:Dodge . FILTER ( CONTAINS ( LCASE ( ?g ) , 'dodge' ) ) }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:wheelbase '120.0 (inches)' . ?g rdf:type ontology:mean_of_transportation . ?g property:manufacturer resource:Dodge . FILTER ( CONTAINS ( LCASE ( ?g ) , 'dodge' ) ) }",
"graph_answer": [
"resource:1955_Dodge"
],
"readable_answer": [
"1955 Dodge"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"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 ?v ?q WHERE { resource:1955_Dodge property:engine ?q . resource:1955_Dodge property:body_style ?v }",
"readable_query": "SELECT DISTINCT ?v ?q WHERE { resource:1955_Dodge property:engine ?q . resource:1955_Dodge property:body_style ?v }",
"graph_answer": [
"resource:Station_wagon",
"resource:V8_engine"
],
"readable_answer": [
"Station wagon",
"V8 engine"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:1955_Dodge property:abbreviation ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:1955_Dodge property:abbreviation ?k }",
"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"
]
}
] |
|
City | 4 | 9439 | Id38 | [
{
"subject": "Amarillo,_Texas",
"property": "areaTotal",
"object": "2.33876e+08"
},
{
"subject": "Amarillo,_Texas",
"property": "elevation",
"object": "\"1099.0\"^^xsd:double"
},
{
"subject": "Amarillo,_Texas",
"property": "populationDensity",
"object": "\"746.0\"^^xsd:double"
},
{
"subject": "Amarillo,_Texas",
"property": "subdivisionName",
"object": "Potter_County,_Texas"
}
] | [
{
"subject": "Amarillo,_Texas",
"property": "elevationAboveTheSeaLevel",
"object": "1099.0"
},
{
"subject": "Amarillo,_Texas",
"property": "populationDensity",
"object": "746.0 (inhabitants per square kilometre)"
},
{
"subject": "Amarillo,_Texas",
"property": "isPartOf",
"object": "Potter_County,_Texas"
},
{
"subject": "Amarillo,_Texas",
"property": "areaTotal",
"object": "233.9 (square kilometres)"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Amarillo is part of Potter County in Texas and is located 1099 metres above sea level. The total area is 233.9 sq km and it has a population density of 746 people per sq km.",
"Amarillo, which is in Potter County, Texas, is 1099 above sea level, is 233.9 square kilometres large and has a population density of 746 people per square kilometre.",
"Amarillo is 1099 m. above sea level, has an area of 233.9 sq. kms., 746 people per sq. km and is located within Potter County, Texas."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Amarillo__Texas",
"property:area_total",
"233.9 (square kilometres)"
],
[
"resource:Amarillo__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Amarillo__Texas",
"property:population_density",
"746.0 (inhabitants per square kilometre)"
],
[
"resource:Amarillo__Texas",
"property:elevation_above_the_sea_level",
"resource:1099_0"
],
[
"resource:Amarillo__Texas",
"property:is_part_of",
"resource:Potter_County__Texas"
]
] | Amarillo,_Texas | [
{
"modified": "233.9 (square kilometres)",
"readable": "233.9",
"graph": "233.9 (square kilometres)"
},
{
"modified": "746.0 (inhabitants per square kilometre)",
"readable": "746.0",
"graph": "746.0 (inhabitants per square kilometre)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "1099.0",
"readable": "1099.0",
"graph": "resource:1099_0"
},
{
"modified": "Amarillo,_Texas",
"readable": "Amarillo, Texas",
"graph": "resource:Amarillo__Texas"
},
{
"modified": "Potter_County,_Texas",
"readable": "Potter County, Texas",
"graph": "resource:Potter_County__Texas"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?w rdf:type ontology:city . ?w property:area_total '55.4 (square kilometres)' . ?w property:is_part_of resource:Potter_County__Texas }",
"readable_query": "ASK WHERE { ?w rdf:type ontology:city . ?w property:area_total '55.4 (square kilometres)' . ?w property:is_part_of resource:Potter_County,_Texas }",
"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 { ?e property:is_part_of resource:Potter_County__Texas . ?e rdf:type ontology:city . ?e property:area_total '233.9 (square kilometres)' }",
"readable_query": "ASK WHERE { ?e property:is_part_of resource:Potter_County,_Texas . ?e rdf:type ontology:city . ?e property:area_total '233.9 (square kilometres)' }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?x WHERE { ?x property:area_total '233.9 (square kilometres)' . ?x property:is_part_of resource:Potter_County__Texas . ?x rdf:type ontology:city }",
"readable_query": "SELECT ?x WHERE { ?x property:area_total '233.9 (square kilometres)' . ?x property:is_part_of resource:Potter_County,_Texas . ?x rdf:type ontology:city }",
"graph_answer": [
"resource:Amarillo__Texas"
],
"readable_answer": [
"Amarillo, Texas"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?n WHERE { resource:Amarillo__Texas property:area_total ?o . resource:Amarillo__Texas property:population_density ?n }",
"readable_query": "SELECT DISTINCT ?o ?n WHERE { resource:Amarillo,_Texas property:area_total ?o . resource:Amarillo,_Texas property:population_density ?n }",
"graph_answer": [
"233.9 (square kilometres)",
"746.0 (inhabitants per square kilometre)"
],
"readable_answer": [
"233.9",
"746.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 ?i WHERE { resource:Amarillo__Texas property:elevation_above_the_sea_level ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Amarillo,_Texas property:elevation_above_the_sea_level ?i }",
"graph_answer": [
"resource:1099_0"
],
"readable_answer": [
"1099.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 3 | 7820 | Id151 | [
{
"subject": "Albert_Jennings_Fountain",
"property": "battles",
"object": "American_Civil_War"
},
{
"subject": "American_Civil_War",
"property": "commander",
"object": "Jefferson_Davis"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "United_States"
}
] | [
{
"subject": "Albert_Jennings_Fountain",
"property": "battle",
"object": "American_Civil_War"
},
{
"subject": "American_Civil_War",
"property": "commander",
"object": "Jefferson_Davis"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "United_States"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Born in the United States, Albert Jennings Fountain, fought in the American Civil War. Jefferson Davis was a commander in the American Civil War.",
"United States born Albert Jennings Fountain fought in the American Civil War where Jefferson Davis was a commander.",
"The United States was the birthplace of Albert Jennings Fountain, who fought in the American Civil War. A commander in the American Civil War was Jefferson Davis."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albert_Jennings_Fountain",
"rdf:type",
"ontology:politician"
],
[
"resource:Albert_Jennings_Fountain",
"property:battle",
"resource:American_Civil_War"
],
[
"resource:Albert_Jennings_Fountain",
"property:birth_place",
"resource:United_States"
],
[
"resource:American_Civil_War",
"property:commander",
"resource:Jefferson_Davis"
]
] | Albert_Jennings_Fountain | [
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "Albert_Jennings_Fountain",
"readable": "Albert Jennings Fountain",
"graph": "resource:Albert_Jennings_Fountain"
},
{
"modified": "American_Civil_War",
"readable": "American Civil War",
"graph": "resource:American_Civil_War"
},
{
"modified": "Jefferson_Davis",
"readable": "Jefferson Davis",
"graph": "resource:Jefferson_Davis"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?e rdf:type ontology:politician . ?e property:battle resource:American_Civil_War . ?e property:birth_place resource:Istanbul__Turkey }",
"readable_query": "ASK WHERE { ?e rdf:type ontology:politician . ?e property:battle resource:American_Civil_War . ?e property:birth_place resource:Istanbul,_Turkey }",
"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 { ?h rdf:type ontology:politician . ?h property:birth_place resource:United_States . ?h property:battle resource:American_Civil_War }",
"readable_query": "ASK WHERE { ?h rdf:type ontology:politician . ?h property:birth_place resource:United_States . ?h property:battle resource:American_Civil_War }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?l WHERE { ?l property:battle resource:American_Civil_War . ?l property:birth_place resource:United_States . ?l rdf:type ontology:politician }",
"readable_query": "SELECT ?l WHERE { ?l property:battle resource:American_Civil_War . ?l property:birth_place resource:United_States . ?l rdf:type ontology:politician }",
"graph_answer": [
"resource:Albert_Jennings_Fountain"
],
"readable_answer": [
"Albert Jennings Fountain"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:American_Civil_War property:commander ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:American_Civil_War property:commander ?m }",
"graph_answer": [
"resource:Jefferson_Davis"
],
"readable_answer": [
"Jefferson Davis"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut | 6 | 12880 | Id50 | [
{
"subject": "Buzz_Aldrin",
"property": "mission",
"object": "Apollo_11"
},
{
"subject": "Buzz_Aldrin",
"property": "status",
"object": "\"Retired\"@en"
},
{
"subject": "Buzz_Aldrin",
"property": "birthDate",
"object": "\"1930-01-20\"^^xsd:date"
},
{
"subject": "Buzz_Aldrin",
"property": "occupation",
"object": "Fighter_pilot"
},
{
"subject": "Apollo_11",
"property": "crew2Up",
"object": "William_Anders"
},
{
"subject": "Apollo_11",
"property": "operator",
"object": "NASA"
}
] | [
{
"subject": "Buzz_Aldrin",
"property": "mission",
"object": "Apollo_11"
},
{
"subject": "Buzz_Aldrin",
"property": "status",
"object": "\"Retired\""
},
{
"subject": "Buzz_Aldrin",
"property": "birthDate",
"object": "\"1930-01-20\""
},
{
"subject": "Buzz_Aldrin",
"property": "occupation",
"object": "Fighter_pilot"
},
{
"subject": "Apollo_11",
"property": "backupPilot",
"object": "William_Anders"
},
{
"subject": "Apollo_11",
"property": "operator",
"object": "NASA"
}
] | (X (X) (X) (X) (X (X) (X))) | mixed | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Buzz Aldrin was born Jan 20, 1930. He was a member of Apollo 11 operated by NASA, where William Anders was a backup pilot. Aldren served as a fighter pilot and is now retired."
],
"lang": [
""
]
} | [] | [] | [
[
"resource:Apollo_11",
"property:backup_pilot",
"resource:William_Anders"
],
[
"resource:Apollo_11",
"property:operator",
"resource:NASA"
],
[
"resource:Buzz_Aldrin",
"property:status",
"resource:Retired"
],
[
"resource:Buzz_Aldrin",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Buzz_Aldrin",
"property:mission",
"resource:Apollo_11"
],
[
"resource:Buzz_Aldrin",
"property:occupation",
"resource:Fighter_pilot"
],
[
"resource:Buzz_Aldrin",
"property:birth_date",
"1930-01-20"
]
] | Buzz_Aldrin | [
{
"modified": "1930-01-20",
"readable": "1930-01-20",
"graph": "1930-01-20"
},
{
"modified": "backupPilot",
"readable": "backup pilot",
"graph": "property:backup_pilot"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"modified": "Apollo_11",
"readable": "Apollo 11",
"graph": "resource:Apollo_11"
},
{
"modified": "Buzz_Aldrin",
"readable": "Buzz Aldrin",
"graph": "resource:Buzz_Aldrin"
},
{
"modified": "Fighter_pilot",
"readable": "Fighter pilot",
"graph": "resource:Fighter_pilot"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
},
{
"modified": "Retired",
"readable": "Retired",
"graph": "resource:Retired"
},
{
"modified": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?t property:backup_pilot resource:William_Anders . ?u property:mission ?t . ?u property:birth_date ?k . ?u rdf:type ontology:astronaut . FILTER ( ?k = \"1930-01-20\" ) }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t property:backup_pilot resource:William_Anders . ?u property:mission ?t . ?u property:birth_date ?k . ?u rdf:type ontology:astronaut . FILTER ( ?k = \"1930-01-20\" ) }",
"graph_answer": [
"resource:Apollo_11"
],
"readable_answer": [
"Apollo 11"
],
"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": "ASK WHERE { ?o property:occupation ?b . ?o rdf:type ontology:astronaut . ?o property:mission resource:Apollo_14 }",
"readable_query": "ASK WHERE { ?o property:occupation ?b . ?o rdf:type ontology:astronaut . ?o property:mission resource:Apollo_14 }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Airport | 4 | 8512 | Id110 | [
{
"subject": "Andrews_County_Airport",
"property": "location",
"object": "Texas"
},
{
"subject": "Texas",
"property": "capital",
"object": "Austin,_Texas"
},
{
"subject": "Texas",
"property": "language",
"object": "English_language"
},
{
"subject": "Texas",
"property": "demonym",
"object": "Texan"
}
] | [
{
"subject": "Andrews_County_Airport",
"property": "location",
"object": "Texas"
},
{
"subject": "Texas",
"property": "capital",
"object": "Austin,_Texas"
},
{
"subject": "Texas",
"property": "language",
"object": "English_language"
},
{
"subject": "Texas",
"property": "demonym",
"object": "Texan"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Texas is the location of Andrews County Airport and has the capital of Austin. The local inhabitants are Texans and the language spoken is English.",
"The people of Texas speak the English language and are called Texans. Their capital is Austin. Andrews County Airport is located in Texas.",
"Andrews County Airport is located in Texas whose capital city is Austin. English is one of the spoken languages in Texas and the state's inhabitants are called Texans."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Texas",
"property:capital",
"resource:Austin__Texas"
],
[
"resource:Texas",
"property:language",
"resource:English_language"
],
[
"resource:Texas",
"property:demonym",
"resource:Texan"
],
[
"resource:Andrews_County_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Andrews_County_Airport",
"property:location",
"resource:Texas"
]
] | Andrews_County_Airport | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "demonym",
"readable": "demonym",
"graph": "property:demonym"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Andrews_County_Airport",
"readable": "Andrews County Airport",
"graph": "resource:Andrews_County_Airport"
},
{
"modified": "Austin,_Texas",
"readable": "Austin, Texas",
"graph": "resource:Austin__Texas"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Texan",
"readable": "Texan",
"graph": "resource:Texan"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j property:location resource:Texas . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . ?j rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:location resource:Texas . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . ?j rdf:type ontology:airport }",
"graph_answer": [
"resource:Andrews_County_Airport"
],
"readable_answer": [
"Andrews County 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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Texas property:nearest_city ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Texas property:nearest_city ?k }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:airport . ?j property:location ?h . ?h property:demonym resource:Tejano }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:airport . ?j property:location ?h . ?h property:demonym resource:Tejano }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"meaningful",
"no_answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 4 | 8537 | Id135 | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Grand_Chute,_Wisconsin"
},
{
"subject": "Appleton,_Wisconsin",
"property": "subdivisionName",
"object": "Kimberly,_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": "Grand_Chute,_Wisconsin"
},
{
"subject": "Appleton,_Wisconsin",
"property": "isPartOf",
"object": "Kimberly,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
}
] | (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Appleton International Airport is in Greenville, Wisconsin, which is part of Grand Chute. Appleton (Kimberly) is a Wisconsin city that houses the Appleton International Airport.",
"Greenville is in Grand Chute Wisconsin and is the location of Appleton International Airport. The airport serves the city of Appleton which is part of Kimberly, Wisconsin."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Appleton__Wisconsin",
"property:is_part_of",
"resource:Kimberly__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:Grand_Chute__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": "Grand_Chute,_Wisconsin",
"readable": "Grand Chute, Wisconsin",
"graph": "resource:Grand_Chute__Wisconsin"
},
{
"modified": "Greenville,_Wisconsin",
"readable": "Greenville, Wisconsin",
"graph": "resource:Greenville__Wisconsin"
},
{
"modified": "Kimberly,_Wisconsin",
"readable": "Kimberly, Wisconsin",
"graph": "resource:Kimberly__Wisconsin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { { { resource:Greenville__Wisconsin property:is_part_of ?q } UNION { resource:Appleton__Wisconsin property:is_part_of ?q } } }",
"readable_query": "SELECT DISTINCT ?q WHERE { { { resource:Greenville,_Wisconsin property:is_part_of ?q } UNION { resource:Appleton,_Wisconsin property:is_part_of ?q } } }",
"graph_answer": [
"resource:Grand_Chute__Wisconsin",
"resource:Kimberly__Wisconsin"
],
"readable_answer": [
"Grand Chute, Wisconsin",
"Kimberly, 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 ?f WHERE { resource:Greenville__Wisconsin property:is_part_of ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Greenville,_Wisconsin property:is_part_of ?f }",
"graph_answer": [
"resource:Grand_Chute__Wisconsin"
],
"readable_answer": [
"Grand 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 { resource:Appleton_International_Airport property:location resource:Greenville__Wisconsin . resource:Appleton_International_Airport rdf:type ontology:airport }",
"readable_query": "ASK WHERE { resource:Appleton_International_Airport property:location resource:Greenville,_Wisconsin . resource:Appleton_International_Airport rdf:type ontology:airport }",
"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 | 2 | 3910 | Id62 | [
{
"subject": "3Arena",
"property": "architect",
"object": "Populous_(company)"
},
{
"subject": "3Arena",
"property": "location",
"object": "North_Wall,_Dublin"
}
] | [
{
"subject": "3Arena",
"property": "architect",
"object": "Populous_(company)"
},
{
"subject": "3Arena",
"property": "location",
"object": "North_Wall,_Dublin"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The 3Arena is located at North Wall, Dublin and the architect was the company Populous.",
"Populous were architects that designed the 3Arena that is in North Wall, Dublin.",
"Populous is the architect of 3Arena located at North Wall, Dublin."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:3Arena",
"property:architect",
"resource:Populous__company_"
],
[
"resource:3Arena",
"rdf:type",
"ontology:building"
],
[
"resource:3Arena",
"property:location",
"resource:North_Wall__Dublin"
]
] | 3Arena | [
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "North_Wall,_Dublin",
"readable": "North Wall, Dublin",
"graph": "resource:North_Wall__Dublin"
},
{
"modified": "Populous_(company)",
"readable": "Populous",
"graph": "resource:Populous__company_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?e WHERE { resource:3Arena property:location ?e . resource:3Arena property:architect ?b }",
"readable_query": "SELECT DISTINCT ?b ?e WHERE { resource:3Arena property:location ?e . resource:3Arena property:architect ?b }",
"graph_answer": [
"resource:Populous__company_",
"resource:North_Wall__Dublin"
],
"readable_answer": [
"Populous",
"North Wall, Dublin"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { resource:3Arena property:stylistic_origin ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:3Arena property:stylistic_origin ?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"
]
}
] |
|
City | 2 | 4175 | Id25 | [
{
"subject": "Albuquerque,_New_Mexico",
"property": "isPartOf",
"object": "Bernalillo_County,_New_Mexico"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Albuquerque,_New_Mexico",
"property": "isPartOf",
"object": "Bernalillo_County,_New_Mexico"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "country",
"object": "United_States"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albuquerque, New Mexico, is part of Bernalillo County, United States.",
"Albuquerque is located in Bernalillo County, New Mexico, United States.",
"Albuquerque, New Mexico is part of Bernalillo County, New Mexico, in the United States."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albuquerque__New_Mexico",
"rdf:type",
"ontology:city"
],
[
"resource:Albuquerque__New_Mexico",
"property:country",
"resource:United_States"
],
[
"resource:Albuquerque__New_Mexico",
"property:is_part_of",
"resource:Bernalillo_County__New_Mexico"
]
] | Albuquerque,_New_Mexico | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Albuquerque,_New_Mexico",
"readable": "Albuquerque, New Mexico",
"graph": "resource:Albuquerque__New_Mexico"
},
{
"modified": "Bernalillo_County,_New_Mexico",
"readable": "Bernalillo County, New Mexico",
"graph": "resource:Bernalillo_County__New_Mexico"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?q ) WHERE { ?r property:is_part_of resource:Bernalillo_County__New_Mexico . ?r rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?q ) WHERE { ?r property:is_part_of resource:Bernalillo_County,_New_Mexico . ?r rdf:type ontology:city }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u rdf:type ontology:city . ?u property:is_part_of resource:Bernalillo_County__New_Mexico }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u rdf:type ontology:city . ?u property:is_part_of resource:Bernalillo_County,_New_Mexico }",
"graph_answer": [
"resource:Albuquerque__New_Mexico"
],
"readable_answer": [
"Albuquerque, New Mexico"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Albuquerque__New_Mexico property:is_part_of_military_conflict ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Albuquerque,_New_Mexico property:is_part_of_military_conflict ?t }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 2 | 4883 | Id118 | [
{
"subject": "Alhambra_(1855)",
"property": "powerType",
"object": "Humphrys,_Tennant_and_Dykes"
},
{
"subject": "Humphrys,_Tennant_and_Dykes",
"property": "location",
"object": "London"
}
] | [
{
"subject": "Alhambra",
"property": "powerType",
"object": "Humphrys,_Tennant_and_Dykes"
},
{
"subject": "Humphrys,_Tennant_and_Dykes",
"property": "location",
"object": "London"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alhambra has a (London located) Humphrys, Tennant and Dykes power type.",
"The Alhambra, found in London, has a Humphrys, Tennant and Dykes power type.",
"The Alhambra is powered by a Humphrys, Tennant and Dykes engine, they are located in London."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Humphrys__Tennant_and_Dykes",
"property:location",
"resource:London"
],
[
"resource:Alhambra",
"property:power_type",
"resource:Humphrys__Tennant_and_Dykes"
]
] | Humphrys,_Tennant_and_Dykes | [
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "Alhambra",
"readable": "Alhambra",
"graph": "resource:Alhambra"
},
{
"modified": "Humphrys,_Tennant_and_Dykes",
"readable": "Humphrys, Tennant and Dykes",
"graph": "resource:Humphrys__Tennant_and_Dykes"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Humphrys__Tennant_and_Dykes property:location resource:London }",
"readable_query": "ASK WHERE { resource:Humphrys,_Tennant_and_Dykes property:location resource:London }",
"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 { resource:Alhambra property:chairperson ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Alhambra property:chairperson ?l }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 4 | 8797 | Id189 | [
{
"subject": "Andrew_Rayel",
"property": "associatedMusicalArtist",
"object": "Jwaydan_Moyine"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand",
"object": "Jonathan_Mendelsohn"
},
{
"subject": "Andrew_Rayel",
"property": "genre",
"object": "Trance_music"
},
{
"subject": "Andrew_Rayel",
"property": "activeYearsStartYear",
"object": "\"2009\"^^xsd:gYear"
}
] | [
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Jwaydan_Moyine"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Jonathan_Mendelsohn"
},
{
"subject": "Andrew_Rayel",
"property": "genre",
"object": "Trance_music"
},
{
"subject": "Andrew_Rayel",
"property": "activeYearsStartYear",
"object": "2009"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Trance musician Andrew Rayel began in 2009 and is associated with artists Jonathan Mendelsohn and Jwaydan Moyine.",
"The musical genre of Andrew Rayel is trance music and he started his career in 2009.Andrew Rayel is associated with the musicians Jwaydan Moyine and Jonathan Mendelsohn.",
"Trance musician Andrew Rayel, who began his career in 2009, has worked with Jwaydan Moyine and Jonathan Mendelsohn."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Andrew_Rayel",
"rdf:type",
"ontology:artist"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jwaydan_Moyine"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jonathan_Mendelsohn"
],
[
"resource:Andrew_Rayel",
"property:active_years_start_year",
"resource:2009"
],
[
"resource:Andrew_Rayel",
"property:genre",
"resource:Trance_music"
]
] | Andrew_Rayel | [
{
"modified": "activeYearsStartYear",
"readable": "active years start year",
"graph": "property:active_years_start_year"
},
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "2009",
"readable": "2009",
"graph": "resource:2009"
},
{
"modified": "Andrew_Rayel",
"readable": "Andrew Rayel",
"graph": "resource:Andrew_Rayel"
},
{
"modified": "Jonathan_Mendelsohn",
"readable": "Jonathan Mendelsohn",
"graph": "resource:Jonathan_Mendelsohn"
},
{
"modified": "Jwaydan_Moyine",
"readable": "Jwaydan Moyine",
"graph": "resource:Jwaydan_Moyine"
},
{
"modified": "Trance_music",
"readable": "Trance music",
"graph": "resource:Trance_music"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?b ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?b ) WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?y }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist ?m }",
"graph_answer": [
"resource:Jwaydan_Moyine",
"resource:Jonathan_Mendelsohn"
],
"readable_answer": [
"Jwaydan Moyine",
"Jonathan Mendelsohn"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Andrew_Rayel property:first_aired ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Andrew_Rayel property:first_aired ?s }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 5 | 11646 | Id110 | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "location",
"object": "\"Asilomar Blvd., Pacific Grove, California\"@en"
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "added",
"object": "\"1987-02-27\"^^xsd:date"
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "architecturalStyle",
"object": "American_Craftsman"
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "nrhpReferenceNumber",
"object": "\"87000823\""
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "yearOfConstruction",
"object": "\"1913\"^^xsd:gYear"
}
] | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "location",
"object": "\"Asilomar Blvd., Pacific Grove, California\""
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "addedToTheNationalRegisterOfHistoricPlaces",
"object": "\"1987-02-27\""
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "architecturalStyle",
"object": "American_Craftsman"
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "NationalRegisterOfHistoricPlacesReferenceNumber",
"object": "\"87000823\""
},
{
"subject": "Asilomar_Conference_Grounds",
"property": "yearOfConstruction",
"object": "1913"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Asilomar Conference Grounds was constructed in 1913 and is located on Asilomar Blvd, Pacific Grove, California. It was added to the National Register of Historic Places on February the 27nd 1987 with the reference number 87000823. The Grounds have the architectural style of American Craftsman.",
"Asilomar Conference Grounds, is located on Asilomar Blvd, in Pacific Grove, California. They were constructed in the American Craftsman style in 1913, and has been added to the National Register of Historic Places on 27 February, 1987 (reference number 87000823).",
"Asilomar Conference Grounds which was constructed in 1913 in the architectural style of American Craftsman is located at Asilomar Blvd., Pacific Grove, California. It was added to the National Register of Historic Places on 27 February 1987 with the reference number 87000823."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Asilomar_Conference_Grounds",
"property:national_register_of_historic_places_reference_number",
"87000823"
],
[
"resource:Asilomar_Conference_Grounds",
"rdf:type",
"ontology:building"
],
[
"resource:Asilomar_Conference_Grounds",
"property:location",
"Asilomar Blvd., Pacific Grove, California"
],
[
"resource:Asilomar_Conference_Grounds",
"property:architectural_style",
"resource:American_Craftsman"
],
[
"resource:Asilomar_Conference_Grounds",
"property:added_to_the_national_register_of_historic_places",
"1987-02-27"
],
[
"resource:Asilomar_Conference_Grounds",
"property:year_of_construction",
"resource:1913"
]
] | Asilomar_Conference_Grounds | [
{
"modified": "1987-02-27",
"readable": "1987-02-27",
"graph": "1987-02-27"
},
{
"modified": "87000823",
"readable": "87000823",
"graph": "87000823"
},
{
"modified": "Asilomar Blvd., Pacific Grove, California",
"readable": "Asilomar Blvd., Pacific Grove, California",
"graph": "Asilomar Blvd., Pacific Grove, California"
},
{
"modified": "addedToTheNationalRegisterOfHistoricPlaces",
"readable": "added to the national register of historic places",
"graph": "property:added_to_the_national_register_of_historic_places"
},
{
"modified": "architecturalStyle",
"readable": "architectural style",
"graph": "property:architectural_style"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "NationalRegisterOfHistoricPlacesReferenceNumber",
"readable": "national register of historic places reference number",
"graph": "property:national_register_of_historic_places_reference_number"
},
{
"modified": "yearOfConstruction",
"readable": "year of construction",
"graph": "property:year_of_construction"
},
{
"modified": "1913",
"readable": "1913",
"graph": "resource:1913"
},
{
"modified": "American_Craftsman",
"readable": "American Craftsman",
"graph": "resource:American_Craftsman"
},
{
"modified": "Asilomar_Conference_Grounds",
"readable": "Asilomar Conference Grounds",
"graph": "resource:Asilomar_Conference_Grounds"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?a property:year_of_construction ?p . FILTER ( CONTAINS ( YEAR ( ?y ) , '1987' ) ) . ?a rdf:type ontology:building . ?a property:added_to_the_national_register_of_historic_places ?y }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?a property:year_of_construction ?p . FILTER ( CONTAINS ( YEAR ( ?y ) , '1987' ) ) . ?a rdf:type ontology:building . ?a property:added_to_the_national_register_of_historic_places ?y }",
"graph_answer": [
"resource:1913"
],
"readable_answer": [
"1913"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?r WHERE { ?r rdf:type ontology:building . ?r property:year_of_construction resource:1913 . ?r property:added_to_the_national_register_of_historic_places ?k }",
"readable_query": "SELECT DISTINCT ?k ?r WHERE { ?r rdf:type ontology:building . ?r property:year_of_construction resource:1913 . ?r property:added_to_the_national_register_of_historic_places ?k }",
"graph_answer": [
"1987-02-27",
"resource:Asilomar_Conference_Grounds"
],
"readable_answer": [
"1987-02-27",
"Asilomar Conference Grounds"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( LCASE ( ?f ) , 'american' ) ) . resource:Asilomar_Conference_Grounds property:architectural_style ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( LCASE ( ?f ) , 'american' ) ) . resource:Asilomar_Conference_Grounds property:architectural_style ?f }",
"graph_answer": [
"resource:American_Craftsman"
],
"readable_answer": [
"American Craftsman"
],
"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 ?d WHERE { resource:Asilomar_Conference_Grounds property:absolute_magnitude ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Asilomar_Conference_Grounds property:absolute_magnitude ?d }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 4 | 10249 | Id223 | [
{
"subject": "Honda",
"property": "division",
"object": "Acura"
},
{
"subject": "Acura_TLX",
"property": "engine",
"object": "Honda_K_engine"
},
{
"subject": "Honda_K_engine",
"property": "manufacturer",
"object": "Honda"
},
{
"subject": "Acura_TLX",
"property": "relatedMeanOfTransportation",
"object": "Honda_Accord"
}
] | [
{
"subject": "Honda",
"property": "division",
"object": "Acura"
},
{
"subject": "Acura_TLX",
"property": "engine",
"object": "Honda_K_engine"
},
{
"subject": "Honda_K_engine",
"property": "manufacturer",
"object": "Honda"
},
{
"subject": "Acura_TLX",
"property": "relatedMeanOfTransportation",
"object": "Honda_Accord"
}
] | (X (X) (X (X (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Acura TLX is related to the Honda Accord and has a Honda K engine, manufactured by Honda. Acura is a division of the Honda Co.",
"The Honda K engine was manufactured by Honda, a division of which, is Acura. The Acura TLX, has a Honda K engine, and is related to the Honda Accord.",
"Acura is a division of Honda and therefore the Acura TLX actually has a Honda K engine."
],
"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:Honda",
"property:division",
"resource:Acura"
],
[
"resource:Honda_K_engine",
"property:manufacturer",
"resource:Honda"
]
] | 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": "ASK WHERE { resource:Acura_TLX rdf:type ontology:mean_of_transportation . resource:Acura_TLX property:related_mean_of_transportation resource:Honda_Accord }",
"readable_query": "ASK WHERE { resource:Acura_TLX rdf:type ontology:mean_of_transportation . resource:Acura_TLX property:related_mean_of_transportation resource:Honda_Accord }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'h' ) ) . ?v rdf:type ontology:mean_of_transportation . ?v property:related_mean_of_transportation resource:Honda_Accord . ?x property:manufacturer resource:Honda . ?v property:engine ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'h' ) ) . ?v rdf:type ontology:mean_of_transportation . ?v property:related_mean_of_transportation resource:Honda_Accord . ?x property:manufacturer resource:Honda . ?v property:engine ?x }",
"graph_answer": [
"resource:Honda_K_engine"
],
"readable_answer": [
"Honda K engine"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:Honda property:in_office_while_monarch ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:Honda property:in_office_while_monarch ?j }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?f property:manufacturer ?x . ?x property:division resource:Flowering_plant }",
"readable_query": "ASK WHERE { ?f property:manufacturer ?x . ?x property:division resource:Flowering_plant }",
"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"
]
}
] |
|
Athlete | 3 | 6257 | Id93 | [
{
"subject": "Alaa_Abdul-Zahra",
"property": "placeOfBirth",
"object": "Iraq"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "team",
"object": "Al_Kharaitiyat_SC"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "clubs",
"object": "Sanat_Mes_Kerman_F.C."
}
] | [
{
"subject": "Alaa_Abdul-Zahra",
"property": "birthPlace",
"object": "Iraq"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "club",
"object": "Al_Kharaitiyat_SC"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "club",
"object": "Sanat_Mes_Kerman_F.C."
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Iraqi born, Alaa Abdul Zahra, is a member of the clubs, AL Kharaitiyat SC and Sanat Mes Kerman F.C.",
"Iraqi born, Alaa Abdul Zahra, belongs to the clubs, AL Kharaitiyat SC and Sanat Mes Kerman F.C."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Alaa_Abdul_Zahra",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alaa_Abdul_Zahra",
"property:club",
"resource:Sanat_Mes_Kerman_F_C_"
],
[
"resource:Alaa_Abdul_Zahra",
"property:club",
"resource:Al_Kharaitiyat_SC"
],
[
"resource:Alaa_Abdul_Zahra",
"property:birth_place",
"resource:Iraq"
]
] | Alaa_Abdul-Zahra | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Al_Kharaitiyat_SC",
"readable": "Al Kharaitiyat SC",
"graph": "resource:Al_Kharaitiyat_SC"
},
{
"modified": "Alaa_Abdul-Zahra",
"readable": "Alaa Abdul-Zahra",
"graph": "resource:Alaa_Abdul_Zahra"
},
{
"modified": "Iraq",
"readable": "Iraq",
"graph": "resource:Iraq"
},
{
"modified": "Sanat_Mes_Kerman_F.C.",
"readable": "Sanat Mes Kerman F.C.",
"graph": "resource:Sanat_Mes_Kerman_F_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?e ) WHERE { resource:Alaa_Abdul_Zahra property:club ?q }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?e ) WHERE { resource:Alaa_Abdul-Zahra property:club ?q }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Alaa_Abdul_Zahra property:club ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Alaa_Abdul-Zahra property:club ?t }",
"graph_answer": [
"resource:Sanat_Mes_Kerman_F_C_",
"resource:Al_Kharaitiyat_SC"
],
"readable_answer": [
"Sanat Mes Kerman F.C.",
"Al Kharaitiyat SC"
],
"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:Alaa_Abdul_Zahra property:birth_place resource:Iraq }",
"readable_query": "ASK WHERE { resource:Alaa_Abdul-Zahra property:birth_place resource:Iraq }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
CelestialBody | 2 | 4040 | Id21 | [
{
"subject": "(410777)_2009_FD",
"property": "Planet/meanTemperature",
"object": "\"258.0\"^^<http://dbpedia.org/datatype/kelvin>"
},
{
"subject": "(410777)_2009_FD",
"property": "Planet/apoapsis",
"object": "\"2.5977670247055E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "(410777)_2009_FD",
"property": "meanTemperature",
"object": "258.0 (kelvins)"
},
{
"subject": "(410777)_2009_FD",
"property": "apoapsis",
"object": "259776702.47055 (kilometres)"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"(410777) 2009 FD has an apoapsis of 259776702.47055 kilometres and a mean temperature of 258.0 kelvins.",
"(410777) 2009 FD has a mean temperature of 258 Kelvins and an apoapsis of 259776702.47055 kilometers.",
"The apoapsis of (410777) 2009 FD is 259776702.47055 kilometers and it has a mean temperature of 258.0 kelvins."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:_410777__2009_FD",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:_410777__2009_FD",
"property:apoapsis",
"259776702.47055 (kilometres)"
],
[
"resource:_410777__2009_FD",
"property:mean_temperature",
"258.0 (kelvins)"
]
] | (410777)_2009_FD | [
{
"modified": "258.0 (kelvins)",
"readable": "258.0",
"graph": "258.0 (kelvins)"
},
{
"modified": "259776702.47055 (kilometres)",
"readable": "259776702.47055",
"graph": "259776702.47055 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "meanTemperature",
"readable": "mean temperature",
"graph": "property:mean_temperature"
},
{
"modified": "(410777)_2009_FD",
"readable": "2009 FD",
"graph": "resource:_410777__2009_FD"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?s property:mean_temperature ?y . ?s property:apoapsis '560937000.0 (kilometres)' . ?s rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { ?s property:mean_temperature ?y . ?s property:apoapsis '560937000.0 (kilometres)' . ?s rdf:type ontology:celestial_body }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
City | 3 | 6772 | Id60 | [
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "California"
},
{
"subject": "United_States_House_of_Representatives",
"property": "location",
"object": "United_States_Capitol"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "United_States_House_of_Representatives"
}
] | [
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "California"
},
{
"subject": "United_States_House_of_Representatives",
"property": "location",
"object": "United_States_Capitol"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "United_States_House_of_Representatives"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Anaheim, part of California, is led by the United States House of Representatives in the US Capitol.",
"The United States House of representatives, is located in the United States Capitol, and leads Anaheim, California.",
"The United States House of Representatives (located at the United States Capitol), leads Anaheim, California."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States_House_of_Representatives",
"property:location",
"resource:United_States_Capitol"
],
[
"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:California"
]
] | Anaheim,_California | [
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "United_States_Capitol",
"readable": "United States Capitol",
"graph": "resource:United_States_Capitol"
},
{
"modified": "United_States_House_of_Representatives",
"readable": "United States House of Representatives",
"graph": "resource:United_States_House_of_Representatives"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?y ) WHERE { ?e property:is_part_of resource:California . ?e rdf:type ontology:city . ?r property:location resource:United_States_Capitol . ?e property:leader_title ?r }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?y ) WHERE { ?e property:is_part_of resource:California . ?e rdf:type ontology:city . ?r property:location resource:United_States_Capitol . ?e property:leader_title ?r }",
"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 ?n WHERE { ?n property:location resource:United_States_Capitol . ?l rdf:type ontology:city . ?l property:is_part_of resource:California . ?l property:leader_title ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:location resource:United_States_Capitol . ?l rdf:type ontology:city . ?l property:is_part_of resource:California . ?l property:leader_title ?n }",
"graph_answer": [
"resource:United_States_House_of_Representatives"
],
"readable_answer": [
"United States House of Representatives"
],
"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 ?d WHERE { ?d property:is_part_of resource:California . ?d property:leader_title resource:United_States_House_of_Representatives . resource:United_States_House_of_Representatives property:location resource:United_States_Capitol . ?d rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:is_part_of resource:California . ?d property:leader_title resource:United_States_House_of_Representatives . resource:United_States_House_of_Representatives property:location resource:United_States_Capitol . ?d rdf:type ontology:city }",
"graph_answer": [
"resource:Anaheim__California"
],
"readable_answer": [
"Anaheim, California"
],
"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"
]
}
] |
|
City | 5 | 11871 | Id92 | [
{
"subject": "Antioch,_California",
"property": "utcOffset",
"object": "\"−8\""
},
{
"subject": "Antioch,_California",
"property": "areaCode",
"object": "925"
},
{
"subject": "Antioch,_California",
"property": "populationTotal",
"object": "102372"
},
{
"subject": "Antioch,_California",
"property": "postalCode",
"object": "\"9450994531\"^^xsd:decimal"
},
{
"subject": "Antioch,_California",
"property": "areaTotal",
"object": "\"75.324\"^^<http://dbpedia.org/datatype/squareKilometre>"
}
] | [
{
"subject": "Antioch,_California",
"property": "populationTotal",
"object": "102372"
},
{
"subject": "Antioch,_California",
"property": "postalCode",
"object": "94509, 94531"
},
{
"subject": "Antioch,_California",
"property": "utcOffset",
"object": "\"-8\""
},
{
"subject": "Antioch,_California",
"property": "areaCode",
"object": "925"
},
{
"subject": "Antioch,_California",
"property": "areaTotal",
"object": "75.324 (square kilometres)"
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Antioch in California has a total area of 75.324 square kilometres and a population of 102,372. The postal codes for Antioch are 94509 and 94531, the UTC offset is -8 and the area code is 925.",
"Antioch in California has a UTC offset of -8, and the area code 925. With a total area of 75.324 square km, Antioach has a population of 102372, and the postal codes 94509 and 94531.",
"Antioch, California has postal codes 94509 and 94531, a population of 102372, an area code of 925 and a total area of 75.324 square km. The UTC offset for Antioch, California is -8."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Antioch__California",
"property:area_total",
"75.324 (square kilometres)"
],
[
"resource:Antioch__California",
"property:area_code",
"925"
],
[
"resource:Antioch__California",
"property:population_total",
"102372"
],
[
"resource:Antioch__California",
"rdf:type",
"ontology:city"
],
[
"resource:Antioch__California",
"property:postal_code",
"resource:94509__94531"
],
[
"resource:Antioch__California",
"property:utc_offset",
"resource:_8"
]
] | Antioch,_California | [
{
"modified": "102372",
"readable": "102372",
"graph": "102372"
},
{
"modified": "75.324 (square kilometres)",
"readable": "75.324",
"graph": "75.324 (square kilometres)"
},
{
"modified": "925",
"readable": "925",
"graph": "925"
},
{
"modified": "areaCode",
"readable": "area code",
"graph": "property:area_code"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "populationTotal",
"readable": "population total",
"graph": "property:population_total"
},
{
"modified": "postalCode",
"readable": "postal code",
"graph": "property:postal_code"
},
{
"modified": "utcOffset",
"readable": "utc offset",
"graph": "property:utc_offset"
},
{
"modified": "94509, 94531",
"readable": "94509, 94531",
"graph": "resource:94509__94531"
},
{
"modified": "Antioch,_California",
"readable": "Antioch, California",
"graph": "resource:Antioch__California"
},
{
"modified": "-8",
"readable": "-8",
"graph": "resource:_8"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?y rdf:type ontology:city . ?y property:area_total ?u . ?y property:population_total ?j . FILTER ( ?j = '102372' ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?y rdf:type ontology:city . ?y property:area_total ?u . ?y property:population_total ?j . FILTER ( ?j = '102372' ) }",
"graph_answer": [
"75.324 (square kilometres)"
],
"readable_answer": [
"75.324"
],
"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 ?n WHERE { ?n property:population_total ?h . ?n property:area_total '75.324 (square kilometres)' . ?n rdf:type ontology:city . FILTER ( ?h = '102372' ) }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:population_total ?h . ?n property:area_total '75.324 (square kilometres)' . ?n rdf:type ontology:city . FILTER ( ?h = '102372' ) }",
"graph_answer": [
"resource:Antioch__California"
],
"readable_answer": [
"Antioch, California"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?m WHERE { resource:Antioch__California property:postal_code ?k . resource:Antioch__California property:utc_offset ?m }",
"readable_query": "SELECT DISTINCT ?k ?m WHERE { resource:Antioch,_California property:postal_code ?k . resource:Antioch,_California property:utc_offset ?m }",
"graph_answer": [
"resource:94509__94531",
"resource:_8"
],
"readable_answer": [
"94509, 94531",
"-8"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:Antioch__California property:bird ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:Antioch,_California property:bird ?j }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation | 2 | 4900 | Id135 | [
{
"subject": "Antares_(rocket)",
"property": "finalFlight",
"object": "\"2014-07-13\"^^xsd:date"
},
{
"subject": "Antares_(rocket)",
"property": "sites",
"object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] | [
{
"subject": "Antares_(rocket)",
"property": "finalFlight",
"object": "2014-07-13"
},
{
"subject": "Antares_(rocket)",
"property": "launchSite",
"object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The rocket, Antares, which made its final flight on 13th of July, 2014, was launched from the Mid-Atlantic Regional Spaceport Launch Pad 0.",
"The Antares rocket has its final flight on 13th July 2014 and was launched from the Mid-Atlantic Regional Spaceport Launch Pad 0.",
"The Antares rocket was launched at the Mid-Atlantic Regional Spaceport Launch Pad 0 and has its final flight on July 13 2014."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Antares__rocket_",
"property:launch_site",
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
],
[
"resource:Antares__rocket_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Antares__rocket_",
"property:final_flight",
"resource:2014_07_13"
]
] | Antares_(rocket) | [
{
"modified": "finalFlight",
"readable": "final flight",
"graph": "property:final_flight"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "2014-07-13",
"readable": "2014-07-13",
"graph": "resource:2014_07_13"
},
{
"modified": "Antares_(rocket)",
"readable": "Antares",
"graph": "resource:Antares__rocket_"
},
{
"modified": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0",
"readable": "Mid-Atlantic Regional Spaceport Launch Pad 0",
"graph": "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( YEAR ( ?l ) , '2014' ) ) . ?v rdf:type ontology:mean_of_transportation . ?v property:final_flight ?l . ?v property:launch_site ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( YEAR ( ?l ) , '2014' ) ) . ?v rdf:type ontology:mean_of_transportation . ?v property:final_flight ?l . ?v property:launch_site ?f }",
"graph_answer": [
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
],
"readable_answer": [
"Mid-Atlantic Regional Spaceport Launch Pad 0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v ?f WHERE { ?f rdf:type ontology:mean_of_transportation . ?f property:final_flight ?v . ?f property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 }",
"readable_query": "SELECT DISTINCT ?v ?f WHERE { ?f rdf:type ontology:mean_of_transportation . ?f property:final_flight ?v . ?f property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 }",
"graph_answer": [
"resource:2014_07_13",
"resource:Antares__rocket_"
],
"readable_answer": [
"2014-07-13",
"Antares"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
ComicsCharacter | 2 | 4358 | Id23 | [
{
"subject": "Balder_(comics)",
"property": "creators",
"object": "Jack_Kirby"
},
{
"subject": "Jack_Kirby",
"property": "nationality",
"object": "Americans"
}
] | [
{
"subject": "Balder_(comicsCharacter)",
"property": "creator",
"object": "Jack_Kirby"
},
{
"subject": "Jack_Kirby",
"property": "nationality",
"object": "Americans"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The comic character, Balder, was created by Jack Kirby, an American.",
"The American Jack Kirby created the comic character Balder."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Balder__comicsCharacter_",
"property:creator",
"resource:Jack_Kirby"
],
[
"resource:Balder__comicsCharacter_",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Jack_Kirby",
"property:nationality",
"resource:Americans"
]
] | Balder_(comicsCharacter) | [
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Americans",
"readable": "Americans",
"graph": "resource:Americans"
},
{
"modified": "Balder_(comicsCharacter)",
"readable": "Balder",
"graph": "resource:Balder__comicsCharacter_"
},
{
"modified": "Jack_Kirby",
"readable": "Jack Kirby",
"graph": "resource:Jack_Kirby"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e ?q WHERE { ?e property:creator ?q . ?e rdf:type ontology:comics_character . ?q property:nationality resource:Americans }",
"readable_query": "SELECT DISTINCT ?e ?q WHERE { ?e property:creator ?q . ?e rdf:type ontology:comics_character . ?q property:nationality resource:Americans }",
"graph_answer": [
"resource:Balder__comicsCharacter_",
"resource:Jack_Kirby"
],
"readable_answer": [
"Balder",
"Jack Kirby"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
University | 4 | 10767 | Id59 | [
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "faculty",
"object": "737"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "numberOfStudents",
"object": "\"16000\"^^xsd:nonNegativeInteger"
},
{
"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": "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": "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)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The School of Business and Social Sciences at the Aarhus University (established 1928) has 16000 students, 737 academic staff and is affiliated with the European University Association.",
"The School of Business and Social Sciences at the Aarhus University has 16,000 students and 737 staff members. It was established in 1928 and is affiliated with the European University Association.",
"School of Business and Social Sciences at the Aarhus University was established in 1928 and is affiliated with the European University Association. The school has 16,000 students and an academic staff of 737."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"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: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"
]
] | 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": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "numberOfStudents",
"readable": "number of students",
"graph": "property:number_of_students"
},
{
"modified": "1928",
"readable": "1928",
"graph": "resource:1928"
},
{
"modified": "European_University_Association",
"readable": "European University Association",
"graph": "resource:European_University_Association"
},
{
"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 ?e WHERE { ?h property:affiliation ?e . ?h rdf:type ontology:university . FILTER ( ?q = '737' ) . ?h property:academic_staff_size ?q }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?h property:affiliation ?e . ?h rdf:type ontology:university . FILTER ( ?q = '737' ) . ?h property:academic_staff_size ?q }",
"graph_answer": [
"resource:European_University_Association"
],
"readable_answer": [
"European University Association"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:academic_staff_size ?g . ?u property:affiliation resource:European_University_Association . ?u rdf:type ontology:university . FILTER ( ?g = '737' ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:academic_staff_size ?g . ?u property:affiliation resource:European_University_Association . ?u rdf:type ontology:university . FILTER ( ?g = '737' ) }",
"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",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:author ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:author ?s }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Monument | 4 | 10300 | Id32 | [
{
"subject": "Dead_Man's_Plack",
"property": "location",
"object": "England"
},
{
"subject": "England",
"property": "capital",
"object": "London"
},
{
"subject": "England",
"property": "languages",
"object": "Cornish_language"
},
{
"subject": "Dead_Man's_Plack",
"property": "material",
"object": "Rock_(geology)"
}
] | [
{
"subject": "Dead_Man's_Plack",
"property": "location",
"object": "England"
},
{
"subject": "England",
"property": "capital",
"object": "London"
},
{
"subject": "England",
"property": "language",
"object": "Cornish_language"
},
{
"subject": "Dead_Man's_Plack",
"property": "material",
"object": "Rock_(geology)"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Dead Man's plack is made of rock and found in England (the capital of which is London) where Cornish is spoken.",
"The Dead Man's Plack is a monument made of rock situated in England. The capital of England is London, and Cornish is one of languages spoken in England."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:England",
"property:capital",
"resource:London"
],
[
"resource:England",
"property:language",
"resource:Cornish_language"
],
[
"resource:Dead_Man_s_Plack",
"rdf:type",
"ontology:monument"
],
[
"resource:Dead_Man_s_Plack",
"property:location",
"resource:England"
],
[
"resource:Dead_Man_s_Plack",
"property:material",
"resource:Rock__geology_"
]
] | Dead_Man's_Plack | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "material",
"readable": "material",
"graph": "property:material"
},
{
"modified": "Cornish_language",
"readable": "Cornish language",
"graph": "resource:Cornish_language"
},
{
"modified": "Dead_Man's_Plack",
"readable": "Dead Man's Plack",
"graph": "resource:Dead_Man_s_Plack"
},
{
"modified": "England",
"readable": "England",
"graph": "resource:England"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "Rock_(geology)",
"readable": "Rock",
"graph": "resource:Rock__geology_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?n property:language resource:Cornish_language . ?d rdf:type ontology:monument . ?d property:location ?n . FILTER ( CONTAINS ( LCASE ( ?d ) , 'plack' ) ) . ?d property:material resource:Rock__geology_ }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?n property:language resource:Cornish_language . ?d rdf:type ontology:monument . ?d property:location ?n . FILTER ( CONTAINS ( LCASE ( ?d ) , 'plack' ) ) . ?d property:material resource:Rock_(geology) }",
"graph_answer": [
"resource:Dead_Man_s_Plack"
],
"readable_answer": [
"Dead Man's Plack"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Dead_Man_s_Plack rdf:type ontology:monument . resource:Dead_Man_s_Plack property:location ?y . resource:Dead_Man_s_Plack property:material resource:Rock__geology_ . ?y property:language resource:Cornish_language }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Dead_Man's_Plack rdf:type ontology:monument . resource:Dead_Man's_Plack property:location ?y . resource:Dead_Man's_Plack property:material resource:Rock_(geology) . ?y property:language resource:Cornish_language }",
"graph_answer": [
"resource:England"
],
"readable_answer": [
"England"
],
"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 ?r WHERE { resource:England property:capital ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:England property:capital ?r }",
"graph_answer": [
"resource:London"
],
"readable_answer": [
"London"
],
"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 | 2 | 3225 | Id30 | [
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "Paracuellos_de_Jarama"
},
{
"subject": "Paracuellos_de_Jarama",
"property": "isPartOf",
"object": "Community_of_Madrid"
}
] | [
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "Paracuellos_de_Jarama"
},
{
"subject": "Paracuellos_de_Jarama",
"property": "isPartOf",
"object": "Community_of_Madrid"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Adolfo Suarez Madrid-Barajas Airport is in Paracuellos de Jarama, Madrid.",
"The Adolfo Suarez Madrid-Barajas airport is located in Paracuellos de Jarama in Madrid."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Paracuellos_de_Jarama",
"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:Paracuellos_de_Jarama"
]
] | Adolfo_Suárez_Madrid–Barajas_Airport | [
{
"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": "Paracuellos_de_Jarama",
"readable": "Paracuellos de Jarama",
"graph": "resource:Paracuellos_de_Jarama"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:location ?l . ?l property:is_part_of resource:Community_of_Madrid . resource:Adolfo_Su_rez_Madrid_Barajas_Airport rdf:type ontology:airport }",
"readable_query": "ASK WHERE { resource:Adolfo_Suárez_Madrid–Barajas_Airport property:location ?l . ?l property:is_part_of resource:Community_of_Madrid . resource:Adolfo_Suárez_Madrid–Barajas_Airport rdf:type ontology:airport }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?q WHERE { ?q property:is_part_of resource:Community_of_Madrid . resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:location ?q . resource:Adolfo_Su_rez_Madrid_Barajas_Airport rdf:type ontology:airport }",
"readable_query": "SELECT ?q WHERE { ?q property:is_part_of resource:Community_of_Madrid . resource:Adolfo_Suárez_Madrid–Barajas_Airport property:location ?q . resource:Adolfo_Suárez_Madrid–Barajas_Airport rdf:type ontology:airport }",
"graph_answer": [
"resource:Paracuellos_de_Jarama"
],
"readable_answer": [
"Paracuellos de Jarama"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building | 3 | 6487 | Id107 | [
{
"subject": "Sri_Lanka",
"property": "leader",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Adisham_Hall",
"property": "country",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "capital",
"object": "Sri_Jayawardenepura_Kotte"
}
] | [
{
"subject": "Adisham_Hall",
"property": "country",
"object": "Sri_Lanka"
},
{
"subject": "Sri_Lanka",
"property": "leader",
"object": "Ranil_Wickremesinghe"
},
{
"subject": "Sri_Lanka",
"property": "capital",
"object": "Sri_Jayawardenepura_Kotte"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Adisham Hall is located in the country of Sri Lanka which is led by Ranil Wickremesinghe. The capital of Sri Lanka is Sri Jayawardenepura Kotte.",
"Adisham Hall is located in the country of Sri Lanka whose capital is Sri Jayawardenepura Kotte and whose leader is Ranil Wickremesinghe."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Sri_Lanka",
"property:leader",
"resource:Ranil_Wickremesinghe"
],
[
"resource:Sri_Lanka",
"property:capital",
"resource:Sri_Jayawardenepura_Kotte"
],
[
"resource:Adisham_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Adisham_Hall",
"property:country",
"resource:Sri_Lanka"
]
] | Adisham_Hall | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "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_Jayawardenepura_Kotte",
"readable": "Sri Jayawardenepura Kotte",
"graph": "resource:Sri_Jayawardenepura_Kotte"
},
{
"modified": "Sri_Lanka",
"readable": "Sri Lanka",
"graph": "resource:Sri_Lanka"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?r ) WHERE { ?d property:leader resource:Ranil_Wickremesinghe . ?d property:capital resource:Sri_Jayawardenepura_Kotte }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?r ) WHERE { ?d property:leader resource:Ranil_Wickremesinghe . ?d property:capital resource:Sri_Jayawardenepura_Kotte }",
"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 ?s WHERE { ?s property:capital resource:Sri_Jayawardenepura_Kotte . ?s property:leader resource:Ranil_Wickremesinghe }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s property:capital resource:Sri_Jayawardenepura_Kotte . ?s 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 ?g WHERE { ?g property:address resource:Sri_Lanka . ?g rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:address resource:Sri_Lanka . ?g rdf:type ontology:building }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"meaningful",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody | 4 | 9348 | Id65 | [
{
"subject": "103_Hera",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "stateOfOrigin",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
},
{
"subject": "James_Craig_Watson",
"property": "deathCause",
"object": "Peritonitis"
}
] | [
{
"subject": "103_Hera",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "stateOfOrigin",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
},
{
"subject": "James_Craig_Watson",
"property": "deathCause",
"object": "Peritonitis"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"103 Hera was discovered by the Canadian James Craig Watson. He died in Madison, Wisconsin of peritonitis.",
"103 Hera was discovered by James Craig Watson who originated from Canada and died in Madison, Wisconsin from peritonitis.",
"James Craig Watson, who discovered 103 Hera, originated from Canada and died from peritonitis in Madison, Wisconsin."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:103_Hera",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:103_Hera",
"property:discoverer",
"resource:James_Craig_Watson"
],
[
"resource:James_Craig_Watson",
"property:death_cause",
"resource:Peritonitis"
],
[
"resource:James_Craig_Watson",
"property:death_place",
"resource:Madison__Wisconsin"
],
[
"resource:James_Craig_Watson",
"property:state_of_origin",
"resource:Canada"
]
] | 103_Hera | [
{
"modified": "deathCause",
"readable": "death cause",
"graph": "property:death_cause"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "stateOfOrigin",
"readable": "state of origin",
"graph": "property:state_of_origin"
},
{
"modified": "103_Hera",
"readable": "103 Hera",
"graph": "resource:103_Hera"
},
{
"modified": "Canada",
"readable": "Canada",
"graph": "resource:Canada"
},
{
"modified": "James_Craig_Watson",
"readable": "James Craig Watson",
"graph": "resource:James_Craig_Watson"
},
{
"modified": "Madison,_Wisconsin",
"readable": "Madison, Wisconsin",
"graph": "resource:Madison__Wisconsin"
},
{
"modified": "Peritonitis",
"readable": "Peritonitis",
"graph": "resource:Peritonitis"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a ?r WHERE { resource:James_Craig_Watson property:death_place ?r . resource:James_Craig_Watson property:death_cause ?a }",
"readable_query": "SELECT DISTINCT ?a ?r WHERE { resource:James_Craig_Watson property:death_place ?r . resource:James_Craig_Watson property:death_cause ?a }",
"graph_answer": [
"resource:Peritonitis",
"resource:Madison__Wisconsin"
],
"readable_answer": [
"Peritonitis",
"Madison, Wisconsin"
],
"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:James_Craig_Watson property:absolute_magnitude ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:James_Craig_Watson property:absolute_magnitude ?d }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 2 | 5190 | Id182 | [
{
"subject": "Alfons_Gorbach",
"property": "president",
"object": "Adolf_Schärf"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "County_of_Tyrol"
}
] | [
{
"subject": "Alfons_Gorbach",
"property": "inOfficeWhilePresident",
"object": "Adolf_Schärf"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "County_of_Tyrol"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfons Gorbach, who was born in the county of Tyrol was in office while Adolf Scharf was President.",
"Alfons Gorbach's birthplace in the County of Tyrol. He was in office while President Adolf Schärf was there.",
"Alfons Gorbach, who was born in the County of Tyrol, was in office during President Adolf Schärf's reign."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alfons_Gorbach",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfons_Gorbach",
"property:in_office_while_president",
"resource:Adolf_Sch_rf"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:County_of_Tyrol"
]
] | Alfons_Gorbach | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "inOfficeWhilePresident",
"readable": "in office while president",
"graph": "property:in_office_while_president"
},
{
"modified": "Adolf_Schärf",
"readable": "Adolf Schärf",
"graph": "resource:Adolf_Sch_rf"
},
{
"modified": "Alfons_Gorbach",
"readable": "Alfons Gorbach",
"graph": "resource:Alfons_Gorbach"
},
{
"modified": "County_of_Tyrol",
"readable": "County of Tyrol",
"graph": "resource:County_of_Tyrol"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?o rdf:type ontology:politician . ?o property:birth_place resource:Goslar }",
"readable_query": "ASK WHERE { ?o rdf:type ontology:politician . ?o property:birth_place resource:Goslar }",
"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 { ?t rdf:type ontology:politician . ?t property:birth_place resource:County_of_Tyrol }",
"readable_query": "ASK WHERE { ?t rdf:type ontology:politician . ?t property:birth_place resource:County_of_Tyrol }",
"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 ?p WHERE { ?p rdf:type ontology:politician . ?p property:birth_place resource:County_of_Tyrol }",
"readable_query": "SELECT ?p WHERE { ?p rdf:type ontology:politician . ?p property:birth_place resource:County_of_Tyrol }",
"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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Alfons_Gorbach property:in_office_while_president ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Alfons_Gorbach property:in_office_while_president ?l }",
"graph_answer": [
"resource:Adolf_Sch_rf"
],
"readable_answer": [
"Adolf Schärf"
],
"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 | 3 | 5984 | Id130 | [
{
"subject": "Alfred_Garth_Jones",
"property": "deathPlace",
"object": "London"
},
{
"subject": "Alfred_Garth_Jones",
"property": "birthPlace",
"object": "Manchester"
},
{
"subject": "London",
"property": "leaderName",
"object": "Boris_Johnson"
}
] | [
{
"subject": "Alfred_Garth_Jones",
"property": "deathPlace",
"object": "London"
},
{
"subject": "Alfred_Garth_Jones",
"property": "birthPlace",
"object": "Manchester"
},
{
"subject": "London",
"property": "leader",
"object": "Boris_Johnson"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Manchester born, Alfred Garth Jones, died in London which is led by Boris Johnson.",
"Alfred Garth Jones, born in Manchester, died in, Boris Johnson led, London.",
"Alfred Garth Jones was born in Manchester and died in London, the leader of which, is Boris Johnson."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:London",
"property:leader",
"resource:Boris_Johnson"
],
[
"resource:Alfred_Garth_Jones",
"rdf:type",
"ontology:artist"
],
[
"resource:Alfred_Garth_Jones",
"property:death_place",
"resource:London"
],
[
"resource:Alfred_Garth_Jones",
"property:birth_place",
"resource:Manchester"
]
] | Alfred_Garth_Jones | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alfred_Garth_Jones",
"readable": "Alfred Garth Jones",
"graph": "resource:Alfred_Garth_Jones"
},
{
"modified": "Boris_Johnson",
"readable": "Boris Johnson",
"graph": "resource:Boris_Johnson"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "Manchester",
"readable": "Manchester",
"graph": "resource:Manchester"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( STRSTARTS ( LCASE ( ?b ) , 'b' ) ) . resource:London property:leader ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( STRSTARTS ( LCASE ( ?b ) , 'b' ) ) . resource:London property:leader ?b }",
"graph_answer": [
"resource:Boris_Johnson"
],
"readable_answer": [
"Boris Johnson"
],
"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 ?c WHERE { ?c property:birth_place resource:Manchester . ?c rdf:type ontology:artist . ?c property:death_place ?e . ?e property:leader resource:Boris_Johnson }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:birth_place resource:Manchester . ?c rdf:type ontology:artist . ?c property:death_place ?e . ?e property:leader resource:Boris_Johnson }",
"graph_answer": [
"resource:Alfred_Garth_Jones"
],
"readable_answer": [
"Alfred Garth Jones"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?y rdf:type ontology:artist . ?y property:birth_place resource:New_York }",
"readable_query": "ASK WHERE { ?y rdf:type ontology:artist . ?y property:birth_place resource:New_York }",
"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"
]
}
] |
|
WrittenWork | 4 | 10926 | Id145 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] | (X (X (X) (X (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Wizard of Mars was Published in the United States where African Americans are one of the ethnic groups and like in Great Britain, English is the spoken language.",
"A Wizard of Mars was published in the United States, where English is the main language, as in Great Britain. African Americans are one of the ethnic groups in the U.S.",
"A Wizard of Mars originates from the United States where African American is an ethnic group and where English is the language of the United States which is also spoken in Great Britain."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_Wizard_of_Mars",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Wizard_of_Mars",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:English_language",
"property:spoken_in",
"resource:Great_Britain"
]
] | A_Wizard_of_Mars | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "spokenIn",
"readable": "spoken in",
"graph": "property:spoken_in"
},
{
"modified": "A_Wizard_of_Mars",
"readable": "A Wizard of Mars",
"graph": "resource:A_Wizard_of_Mars"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Great_Britain",
"readable": "Great Britain",
"graph": "resource:Great_Britain"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?p property:language ?c . ?p property:ethnic_group resource:African_Americans . ?c property:spoken_in resource:Great_Britain }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?p property:language ?c . ?p property:ethnic_group resource:African_Americans . ?c property:spoken_in resource:Great_Britain }",
"graph_answer": [
"resource:English_language"
],
"readable_answer": [
"English language"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:English_language property:spoken_in resource:Great_Britain . ?c property:ethnic_group resource:African_Americans . ?c property:language resource:English_language }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:English_language property:spoken_in resource:Great_Britain . ?c property:ethnic_group resource:African_Americans . ?c property:language resource:English_language }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:written_work . ?p property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:written_work . ?p property:country resource:United_States }",
"graph_answer": [
"resource:A_Wizard_of_Mars"
],
"readable_answer": [
"A Wizard of Mars"
],
"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"
]
}
] |
|
Astronaut | 4 | 8849 | Id1 | [
{
"subject": "Alan_Bean",
"property": "almaMater",
"object": "\"UT Austin, B.S. 1955\"@en"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selection",
"object": "1963"
}
] | [
{
"subject": "Alan_Bean",
"property": "almaMater",
"object": "\"UT Austin, B.S. 1955\""
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selectedByNasa",
"object": "1963"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan Bean, who was born in Wheeler, Texas, graduated from the University of Texas with a B.S. in 1955 and in 1963 NASA picked him as part of the Apollo 12 space program.",
"Alan Bean was born in Wheeler, Texas. He attended the University of Texas in Austin and obtained a B.S. in 1955. He was selected by NASA in 1963 and was a crew member on Apollo 12.",
"Alan Bean who was born in 1963 in Wheeler, Texas, graduated in 1955 from the University of Texas with a B.S. and went on to become a crew member of Apollo 12."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alan_Bean",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:mission",
"resource:Apollo_12"
],
[
"resource:Alan_Bean",
"property:alma_mater",
"UT Austin, B.S. 1955"
],
[
"resource:Alan_Bean",
"property:birth_place",
"resource:Wheeler__Texas"
]
] | Alan_Bean | [
{
"modified": "UT Austin, B.S. 1955",
"readable": "UT Austin, B.S. 1955",
"graph": "UT Austin, B.S. 1955"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Apollo_12",
"readable": "Apollo 12",
"graph": "resource:Apollo_12"
},
{
"modified": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?k rdf:type ontology:astronaut . ?k property:selected_by_nasa ?y . ?k property:birth_place resource:Austria }",
"readable_query": "ASK WHERE { ?k rdf:type ontology:astronaut . ?k property:selected_by_nasa ?y . ?k property:birth_place resource:Austria }",
"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"
]
}
] |
|
University | 7 | 13210 | Id53 | [
{
"subject": "Visvesvaraya_Technological_University",
"property": "city",
"object": "Belgaum"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "director",
"object": "\"Dr. G. P. Prabhukumar\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "established",
"object": "2000"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "country",
"object": "\"India\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "numberOfPostgraduateStudents",
"object": "\"700\"^^xsd:nonNegativeInteger"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "campus",
"object": "\"Urban, ,\\nIn Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliations",
"object": "Visvesvaraya_Technological_University"
}
] | [
{
"subject": "Visvesvaraya_Technological_University",
"property": "city",
"object": "Belgaum"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "director",
"object": "\"Dr. G. P. Prabhukumar\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "established",
"object": "2000"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "country",
"object": "\"India\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "numberOfPostgraduateStudents",
"object": "700"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "campus",
"object": "\"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliation",
"object": "Visvesvaraya_Technological_University"
}
] | (X (X) (X) (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The campus address of the Acharya Institute of Technology in India is \"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\" The Director of the Institute which was established in 2000 is Dr G P Prabhukumar and there are 700 postgraduate students. The Institute is affiliated with the Visvesvaraya Technological University in the city of Belgaum.",
"The Acharya Institute of Technology's campus is located in Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore, India, 560090. It was established in 2000 and its director is Dr G.P. Prabhukumar. It is affiliated to the Visvesvaraya Technological UNiversity in Belgaum and has 700 postgraduate students.",
"Acharya Institute of Technology in India is affiliated with Visvesvaraya Technological University in Belgaum. The institute was created in 2000, has 700 post graduate students and its dean is Dr. G. P. Prabhukumar. The full address of the school is In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 56009."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Visvesvaraya_Technological_University",
"property:city",
"resource:Belgaum"
],
[
"resource:Acharya_Institute_of_Technology",
"rdf:type",
"ontology:university"
],
[
"resource:Acharya_Institute_of_Technology",
"property:affiliation",
"resource:Visvesvaraya_Technological_University"
],
[
"resource:Acharya_Institute_of_Technology",
"property:country",
"resource:India"
],
[
"resource:Acharya_Institute_of_Technology",
"property:campus",
"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090."
],
[
"resource:Acharya_Institute_of_Technology",
"property:number_of_postgraduate_students",
"700"
],
[
"resource:Acharya_Institute_of_Technology",
"property:established",
"resource:2000"
],
[
"resource:Acharya_Institute_of_Technology",
"property:director",
"Dr. G. P. Prabhukumar"
]
] | Acharya_Institute_of_Technology | [
{
"modified": "700",
"readable": "700",
"graph": "700"
},
{
"modified": "Dr. G. P. Prabhukumar",
"readable": "Dr. G. P. Prabhukumar",
"graph": "Dr. G. P. Prabhukumar"
},
{
"modified": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.",
"readable": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.",
"graph": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090."
},
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "campus",
"readable": "campus",
"graph": "property:campus"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "director",
"readable": "director",
"graph": "property:director"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "numberOfPostgraduateStudents",
"readable": "number of postgraduate students",
"graph": "property:number_of_postgraduate_students"
},
{
"modified": "2000",
"readable": "2000",
"graph": "resource:2000"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "Belgaum",
"readable": "Belgaum",
"graph": "resource:Belgaum"
},
{
"modified": "India",
"readable": "India",
"graph": "resource:India"
},
{
"modified": "Visvesvaraya_Technological_University",
"readable": "Visvesvaraya Technological University",
"graph": "resource:Visvesvaraya_Technological_University"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( ?y = '700' ) . ?h rdf:type ontology:university . ?h property:number_of_postgraduate_students ?y . ?a property:city resource:Belgaum . ?h property:affiliation ?a }",
"readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( ?y = '700' ) . ?h rdf:type ontology:university . ?h property:number_of_postgraduate_students ?y . ?a property:city resource:Belgaum . ?h property:affiliation ?a }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?u . FILTER ( ?m = '700' ) . resource:Acharya_Institute_of_Technology rdf:type ontology:university . resource:Acharya_Institute_of_Technology property:number_of_postgraduate_students ?m . ?u property:city resource:Belgaum }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?u . FILTER ( ?m = '700' ) . resource:Acharya_Institute_of_Technology rdf:type ontology:university . resource:Acharya_Institute_of_Technology property:number_of_postgraduate_students ?m . ?u property:city resource:Belgaum }",
"graph_answer": [
"resource:Visvesvaraya_Technological_University"
],
"readable_answer": [
"Visvesvaraya Technological University"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?e WHERE { resource:Acharya_Institute_of_Technology property:country ?o . resource:Acharya_Institute_of_Technology property:established ?e }",
"readable_query": "SELECT DISTINCT ?o ?e WHERE { resource:Acharya_Institute_of_Technology property:country ?o . resource:Acharya_Institute_of_Technology property:established ?e }",
"graph_answer": [
"resource:India",
"resource:2000"
],
"readable_answer": [
"India",
"2000"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h ?z WHERE { resource:Acharya_Institute_of_Technology property:campus ?h . resource:Acharya_Institute_of_Technology property:director ?z }",
"readable_query": "SELECT DISTINCT ?h ?z WHERE { resource:Acharya_Institute_of_Technology property:campus ?h . resource:Acharya_Institute_of_Technology property:director ?z }",
"graph_answer": [
"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.",
"Dr. G. P. Prabhukumar"
],
"readable_answer": [
"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.",
"Dr. G. P. Prabhukumar"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food | 5 | 12145 | Id92 | [
{
"subject": "Baked_Alaska",
"property": "country",
"object": "France"
},
{
"subject": "France",
"property": "leader",
"object": "Manuel_Valls"
},
{
"subject": "France",
"property": "leaderName",
"object": "Gérard_Larcher"
},
{
"subject": "Hong_Kong",
"property": "language",
"object": "Chinese_language"
},
{
"subject": "Baked_Alaska",
"property": "region",
"object": "Hong_Kong"
}
] | [
{
"subject": "Baked_Alaska",
"property": "country",
"object": "France"
},
{
"subject": "France",
"property": "leader",
"object": "Manuel_Valls"
},
{
"subject": "France",
"property": "leader",
"object": "Gérard_Larcher"
},
{
"subject": "Hong_Kong",
"property": "language",
"object": "Chinese_language"
},
{
"subject": "Baked_Alaska",
"property": "region",
"object": "Hong_Kong"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"French dish Baked Alaska is also enjoyed in Chinese speaking Hong Kong. The dish originated in France, now led by Manuel Valls and Gerard Larcher.",
"Baked Alaska comes from France where leaders include Manuel Valls and Gérard Larcher. It is also served in Hong Kong where they speak Chinese.",
"Baked Alaska is from the country of France but it is also well known in Hong Kong where Chinese is spoken. Manuel Valls is a leader in France along with Gérard Larcher."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Hong_Kong",
"property:language",
"resource:Chinese_language"
],
[
"resource:France",
"property:leader",
"resource:Manuel_Valls"
],
[
"resource:France",
"property:leader",
"resource:G_rard_Larcher"
],
[
"resource:Baked_Alaska",
"rdf:type",
"ontology:food"
],
[
"resource:Baked_Alaska",
"property:country",
"resource:France"
],
[
"resource:Baked_Alaska",
"property:region",
"resource:Hong_Kong"
]
] | Baked_Alaska | [
{
"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": "Baked_Alaska",
"readable": "Baked Alaska",
"graph": "resource:Baked_Alaska"
},
{
"modified": "Chinese_language",
"readable": "Chinese language",
"graph": "resource:Chinese_language"
},
{
"modified": "France",
"readable": "France",
"graph": "resource:France"
},
{
"modified": "Gérard_Larcher",
"readable": "Gérard Larcher",
"graph": "resource:G_rard_Larcher"
},
{
"modified": "Hong_Kong",
"readable": "Hong Kong",
"graph": "resource:Hong_Kong"
},
{
"modified": "Manuel_Valls",
"readable": "Manuel Valls",
"graph": "resource:Manuel_Valls"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?t ) WHERE { resource:France property:leader ?o }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?t ) WHERE { resource:France property:leader ?o }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:food . ?x property:region resource:Hong_Kong . FILTER ( CONTAINS ( LCASE ( ?x ) , 'baked' ) ) }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:food . ?x property:region resource:Hong_Kong . FILTER ( CONTAINS ( LCASE ( ?x ) , 'baked' ) ) }",
"graph_answer": [
"resource:Baked_Alaska"
],
"readable_answer": [
"Baked Alaska"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Hong_Kong property:spoken_in ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Hong_Kong property:spoken_in ?q }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Monument | 4 | 10286 | Id18 | [
{
"subject": "Adams_County,_Pennsylvania",
"property": "west",
"object": "Franklin_County,_Pennsylvania"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "southeast",
"object": "Carroll_County,_Maryland"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "north",
"object": "Cumberland_County,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "region",
"object": "Adams_County,_Pennsylvania"
}
] | [
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsWest",
"object": "Franklin_County,_Pennsylvania"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsSoutheast",
"object": "Carroll_County,_Maryland"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsNorth",
"object": "Cumberland_County,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "location",
"object": "Adams_County,_Pennsylvania"
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The 11th Mississippi Infantry Monument is located in Adams County, Pennsylvania, which has Franklin County to its west, Cumberland County to its north, and Carroll County Maryland to its southeast.",
"The 11th Mississippi Infantry Monument is located in Adams County, Pennsylvania, which has Franklin County to its west, Carroll County Maryland to its southeast, and Cumberland County Pennsylvania to its north.",
"Adams County, Pennsylvania is the location of the 11th Mississippi Infantry monument. This county is east of Franklin County and south of Cumberland County. Carrrol County, Maryland can be found to the south east."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:11th_Mississippi_Infantry_Monument",
"rdf:type",
"ontology:monument"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:location",
"resource:Adams_County__Pennsylvania"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_north",
"resource:Cumberland_County__Pennsylvania"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_southeast",
"resource:Carroll_County__Maryland"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_west",
"resource:Franklin_County__Pennsylvania"
]
] | 11th_Mississippi_Infantry_Monument | [
{
"modified": "hasToItsNorth",
"readable": "has to its north",
"graph": "property:has_to_its_north"
},
{
"modified": "hasToItsSoutheast",
"readable": "has to its southeast",
"graph": "property:has_to_its_southeast"
},
{
"modified": "hasToItsWest",
"readable": "has to its west",
"graph": "property:has_to_its_west"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "11th_Mississippi_Infantry_Monument",
"readable": "11th Mississippi Infantry Monument",
"graph": "resource:11th_Mississippi_Infantry_Monument"
},
{
"modified": "Adams_County,_Pennsylvania",
"readable": "Adams County, Pennsylvania",
"graph": "resource:Adams_County__Pennsylvania"
},
{
"modified": "Carroll_County,_Maryland",
"readable": "Carroll County, Maryland",
"graph": "resource:Carroll_County__Maryland"
},
{
"modified": "Cumberland_County,_Pennsylvania",
"readable": "Cumberland County, Pennsylvania",
"graph": "resource:Cumberland_County__Pennsylvania"
},
{
"modified": "Franklin_County,_Pennsylvania",
"readable": "Franklin County, Pennsylvania",
"graph": "resource:Franklin_County__Pennsylvania"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?d ) WHERE { ?s property:location ?x . ?x property:has_to_its_west resource:Franklin_County__Pennsylvania . ?s rdf:type ontology:monument }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?d ) WHERE { ?s property:location ?x . ?x property:has_to_its_west resource:Franklin_County,_Pennsylvania . ?s rdf:type ontology:monument }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?y property:location ?u . ?y rdf:type ontology:monument . ?u property:has_to_its_west resource:Franklin_County__Pennsylvania }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:location ?u . ?y rdf:type ontology:monument . ?u property:has_to_its_west resource:Franklin_County,_Pennsylvania }",
"graph_answer": [
"resource:11th_Mississippi_Infantry_Monument"
],
"readable_answer": [
"11th Mississippi Infantry Monument"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s property:has_to_its_west resource:Franklin_County__Pennsylvania . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument . resource:11th_Mississippi_Infantry_Monument property:location ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s property:has_to_its_west resource:Franklin_County,_Pennsylvania . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument . resource:11th_Mississippi_Infantry_Monument property:location ?s }",
"graph_answer": [
"resource:Adams_County__Pennsylvania"
],
"readable_answer": [
"Adams County, Pennsylvania"
],
"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 ?y ?n WHERE { resource:Adams_County__Pennsylvania property:has_to_its_southeast ?y . resource:Adams_County__Pennsylvania property:has_to_its_north ?n }",
"readable_query": "SELECT DISTINCT ?y ?n WHERE { resource:Adams_County,_Pennsylvania property:has_to_its_southeast ?y . resource:Adams_County,_Pennsylvania property:has_to_its_north ?n }",
"graph_answer": [
"resource:Carroll_County__Maryland",
"resource:Cumberland_County__Pennsylvania"
],
"readable_answer": [
"Carroll County, Maryland",
"Cumberland County, Pennsylvania"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam | 3 | 7971 | Id44 | [
{
"subject": "A.D._Isidro_Metapán",
"property": "fullname",
"object": "\"Isidro Metapán\"@en"
},
{
"subject": "A.D._Isidro_Metapán",
"property": "ground",
"object": "\"Metapán, El Salvador\"@en"
},
{
"subject": "A.D._Isidro_Metapán",
"property": "capacity",
"object": "\"10000\"^^xsd:nonNegativeInteger"
}
] | [
{
"subject": "A.D._Isidro_Metapán",
"property": "fullName",
"object": "\"Isidro Metapán\""
},
{
"subject": "A.D._Isidro_Metapán",
"property": "ground",
"object": "\"Metapán, El Salvador\""
},
{
"subject": "A.D._Isidro_Metapán",
"property": "numberOfMembers",
"object": "10000"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A.D. Isidro Metapán is located in Metapán, El Salvador. It has 10000 members.",
"A.D. Isidro Metapán has 10000 members and their ground is in Metapan, El Salvador. Their full name is Isidro Metapan.",
"The full name of A.D. Isidro Metapan is Isidro Metapan. Their ground is located in Metapán, El Salvador and they have 10000 members."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_D__Isidro_Metap_n",
"property:full_name",
"resource:Isidro_Metap_n"
],
[
"resource:A_D__Isidro_Metap_n",
"property:number_of_members",
"10000"
],
[
"resource:A_D__Isidro_Metap_n",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_D__Isidro_Metap_n",
"property:ground",
"resource:Metap_n__El_Salvador"
]
] | A.D._Isidro_Metapán | [
{
"modified": "10000",
"readable": "10000",
"graph": "10000"
},
{
"modified": "fullName",
"readable": "full name",
"graph": "property:full_name"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "A.D._Isidro_Metapán",
"readable": "A.D. Isidro Metapán",
"graph": "resource:A_D__Isidro_Metap_n"
},
{
"modified": "Isidro Metapán",
"readable": "Isidro Metapán",
"graph": "resource:Isidro_Metap_n"
},
{
"modified": "Metapán, El Salvador",
"readable": "Metapán, El Salvador",
"graph": "resource:Metap_n__El_Salvador"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?s = '10000' ) . ?q property:number_of_members ?s . ?q rdf:type ontology:sports_team . ?q property:ground ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?s = '10000' ) . ?q property:number_of_members ?s . ?q rdf:type ontology:sports_team . ?q property:ground ?e }",
"graph_answer": [
"resource:Metap_n__El_Salvador"
],
"readable_answer": [
"Metapán, El Salvador"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { FILTER ( ?o = '10000' ) . ?u rdf:type ontology:sports_team . ?u property:number_of_members ?o . ?u property:ground resource:Metap_n__El_Salvador }",
"readable_query": "SELECT DISTINCT ?u WHERE { FILTER ( ?o = '10000' ) . ?u rdf:type ontology:sports_team . ?u property:number_of_members ?o . ?u property:ground resource:Metapán,_El_Salvador }",
"graph_answer": [
"resource:A_D__Isidro_Metap_n"
],
"readable_answer": [
"A.D. Isidro Metapán"
],
"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"
]
}
] |
|
City | 2 | 4193 | Id43 | [
{
"subject": "Amarillo,_Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | [
{
"subject": "Amarillo,_Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Amarillo, Texas is located within the United States where African Americans are one of the ethnic groups.",
"African Americans are an ethnic group in the United States, where Amarillo, Texas is located.",
"The United States include the ethnic group of African Americans and is the location of Amarillo, Texas."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Amarillo__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Amarillo__Texas",
"property:country",
"resource:United_States"
]
] | Amarillo,_Texas | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Amarillo,_Texas",
"readable": "Amarillo, Texas",
"graph": "resource:Amarillo__Texas"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?i ?r WHERE { ?i rdf:type ontology:city . ?i property:country ?r . ?r property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ?i ?r WHERE { ?i rdf:type ontology:city . ?i property:country ?r . ?r property:ethnic_group resource:African_Americans }",
"graph_answer": [
"resource:Amarillo__Texas",
"resource:United_States"
],
"readable_answer": [
"Amarillo, Texas",
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut | 7 | 13098 | Id65 | [
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "Elliot_See",
"property": "status",
"object": "\"Deceased\"@en"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Elliot_See",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Elliot_See",
"property": "selection",
"object": "1962"
}
] | [
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "Elliot_See",
"property": "status",
"object": "\"Deceased\""
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Elliot_See",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Elliot_See",
"property": "selectedByNasa",
"object": "1962"
}
] | (X (X) (X) (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Elliot See was an American born in Dallas. He was a student at the U of Texas in Austin. He worked as a test pilot and joined NASA in 1962. See died in St. Louis.",
"Elliot See was a US national, who was born in Dallas. He attended the UT at Austin and performed as a test pilot. He was selected by NASA in 1962 and he died in St. Louis."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Elliot_See",
"property:selected_by_nasa",
"resource:1962"
],
[
"resource:Elliot_See",
"property:status",
"resource:Deceased"
],
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:nationality",
"resource:United_States"
],
[
"resource:Elliot_See",
"property:occupation",
"resource:Test_pilot"
],
[
"resource:Elliot_See",
"property:alma_mater",
"resource:University_of_Texas_at_Austin"
],
[
"resource:Elliot_See",
"property:birth_place",
"resource:Dallas"
]
] | Elliot_See | [
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"modified": "1962",
"readable": "1962",
"graph": "resource:1962"
},
{
"modified": "Dallas",
"readable": "Dallas",
"graph": "resource:Dallas"
},
{
"modified": "Deceased",
"readable": "Deceased",
"graph": "resource:Deceased"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "University_of_Texas_at_Austin",
"readable": "University of Texas at Austin",
"graph": "resource:University_of_Texas_at_Austin"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?o property:selected_by_nasa ?n . ?o rdf:type ontology:astronaut . ?o property:birth_place resource:Austria_Hungary }",
"readable_query": "ASK WHERE { ?o property:selected_by_nasa ?n . ?o rdf:type ontology:astronaut . ?o property:birth_place resource:Austria-Hungary }",
"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 | 9594 | Id193 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Angola,_Indiana",
"property": "subdivisionName",
"object": "Pleasant_Township,_Steuben_County,_Indiana"
},
{
"subject": "Angola,_Indiana",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Angola,_Indiana",
"property": "isPartOf",
"object": "Pleasant_Township,_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 is in Pleasant Township, part of Steuben County, Indiana, in the United States, which is where English is spoken and African Americans are one of the ethnic groups.",
"In the United States the spoken language is English and the African Americans are one of the ethnic groups. The state of Indiana can be found in the country and is the location of Angola in Pleasant Township, part of Steuben County.",
"Angola is part of Pleasant Township, in Steuben County, Indiana, in the United States, where African Americans are one of the ethnic groups. They speak English in the U.S."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Angola__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Angola__Indiana",
"property:country",
"resource:United_States"
],
[
"resource:Angola__Indiana",
"property:is_part_of",
"resource:Pleasant_Township__Steuben_County__Indiana"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property: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": "Pleasant_Township,_Steuben_County,_Indiana",
"readable": "Pleasant Township, Steuben County, Indiana",
"graph": "resource:Pleasant_Township__Steuben_County__Indiana"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?o ) WHERE { ?w property:country ?l . ?w rdf:type ontology:city . ?l property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?o ) WHERE { ?w property:country ?l . ?w rdf:type ontology:city . ?l property:ethnic_group resource:African_Americans }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:city . ?c property:ethnic_group resource:African_Americans . ?p property:country ?c }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:city . ?c property:ethnic_group resource:African_Americans . ?p property:country ?c }",
"graph_answer": [
"resource:Angola__Indiana"
],
"readable_answer": [
"Angola, Indiana"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?k property:ethnic_group resource:African_Americans . resource:Angola__Indiana rdf:type ontology:city . resource:Angola__Indiana property:country ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:ethnic_group resource:African_Americans . resource:Angola,_Indiana rdf:type ontology:city . resource:Angola,_Indiana property:country ?k }",
"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 ?z WHERE { resource:United_States property:coach ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:United_States property:coach ?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 | 4 | 9570 | Id169 | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Akron,_Ohio",
"property": "subdivisionName",
"object": "Summit_County,_Ohio"
}
] | [
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Akron,_Ohio",
"property": "isPartOf",
"object": "Summit_County,_Ohio"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The United States has the capital city of Washington and includes the ethnic group of African Americans among its population. The country is the location of Akron in Summit County, Ohio.",
"African Americans are an ethnic group in the United States, where Washington, D.C. is the capital. Located in the U.S., is Akron, in Summit County, Ohio.",
"Akron is in Summit County, Ohio, United States. The capital of the U.S. is Washington, D.C, and African Americans are one of the ethnic groups."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Akron__Ohio",
"rdf:type",
"ontology:city"
],
[
"resource:Akron__Ohio",
"property:country",
"resource:United_States"
],
[
"resource:Akron__Ohio",
"property:is_part_of",
"resource:Summit_County__Ohio"
]
] | Akron,_Ohio | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"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": "ASK WHERE { ?b property:ethnic_group resource:African_Americans . ?b property:capital resource:Washington__D_C_ }",
"readable_query": "ASK WHERE { ?b property:ethnic_group resource:African_Americans . ?b property:capital resource:Washington,_D.C. }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?j WHERE { ?j property:capital resource:Washington__D_C_ . ?j property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT ?j WHERE { ?j property:capital resource:Washington,_D.C. . ?j property:ethnic_group resource:African_Americans }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( LCASE ( ?h ) , 'akron' ) ) . ?h property:is_part_of resource:Summit_County__Ohio . ?h rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( LCASE ( ?h ) , 'akron' ) ) . ?h property:is_part_of resource:Summit_County,_Ohio . ?h rdf:type ontology:city }",
"graph_answer": [
"resource:Akron__Ohio"
],
"readable_answer": [
"Akron, Ohio"
],
"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"
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.