Datasets:
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Food | 3 | 7367 | Id280 | [
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Italy",
"property": "leader",
"object": "Matteo_Renzi"
},
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
}
] | [
{
"subject": "Italy",
"property": "capital",
"object": "Rome"
},
{
"subject": "Italy",
"property": "leader",
"object": "Matteo_Renzi"
},
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Rome is the capital of Italy, where Matteo Renzi is a leader, and where Amatriciana sauce can be found.",
"Amatriciana sauce comes from Italy, a country led by Matteo Renzi and whose capital is Rome."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Amatriciana_sauce",
"rdf:type",
"ontology:food"
],
[
"resource:Amatriciana_sauce",
"property:country",
"resource:Italy"
],
[
"resource:Italy",
"property:leader",
"resource:Matteo_Renzi"
],
[
"resource:Italy",
"property:capital",
"resource:Rome"
]
] | Amatriciana_sauce | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Amatriciana_sauce",
"readable": "Amatriciana sauce",
"graph": "resource:Amatriciana_sauce"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Matteo_Renzi",
"readable": "Matteo Renzi",
"graph": "resource:Matteo_Renzi"
},
{
"modified": "Rome",
"readable": "Rome",
"graph": "resource:Rome"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:food . ?o property:capital resource:Rome . ?s property:country ?o }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:food . ?o property:capital resource:Rome . ?s property:country ?o }",
"graph_answer": [
"resource:Amatriciana_sauce"
],
"readable_answer": [
"Amatriciana sauce"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?m property:capital resource:Rome . resource:Amatriciana_sauce property:country ?m . resource:Amatriciana_sauce rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m property:capital resource:Rome . resource:Amatriciana_sauce property:country ?m . resource:Amatriciana_sauce rdf:type ontology:food }",
"graph_answer": [
"resource:Italy"
],
"readable_answer": [
"Italy"
],
"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 ?f WHERE { resource:Italy property:leader ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Italy property:leader ?f }",
"graph_answer": [
"resource:Matteo_Renzi"
],
"readable_answer": [
"Matteo Renzi"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 4 | 8404 | Id2 | [
{
"subject": "Aarhus_Airport",
"property": "location",
"object": "Tirstrup"
},
{
"subject": "Tirstrup",
"property": "country",
"object": "Denmark"
},
{
"subject": "Denmark",
"property": "demonym",
"object": "Danes"
},
{
"subject": "Tirstrup",
"property": "subdivisionName",
"object": "Central_Denmark_Region"
}
] | [
{
"subject": "Aarhus_Airport",
"property": "location",
"object": "Tirstrup"
},
{
"subject": "Tirstrup",
"property": "country",
"object": "Denmark"
},
{
"subject": "Denmark",
"property": "demonym",
"object": "Danes"
},
{
"subject": "Tirstrup",
"property": "isPartOf",
"object": "Central_Denmark_Region"
}
] | (X (X (X) (X (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aarhus airport is located in Tirstrup which is part of the Central Denmark region. The demonym for the people of Denmark is Danes.",
"The location of Aarhus Airport is Tirstrup in Denmark. Tirstrup is part of Central Denmark. The people of that country are Danes.",
"Aarhus Airport is located in Tirstrup, which is part of the Central Denmark region. Danes is the name given to the people who live in Denmark."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Tirstrup",
"property:country",
"resource:Denmark"
],
[
"resource:Tirstrup",
"property:is_part_of",
"resource:Central_Denmark_Region"
],
[
"resource:Denmark",
"property:demonym",
"resource:Danes"
],
[
"resource:Aarhus_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Aarhus_Airport",
"property:location",
"resource:Tirstrup"
]
] | Aarhus_Airport | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "demonym",
"readable": "demonym",
"graph": "property:demonym"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Aarhus_Airport",
"readable": "Aarhus Airport",
"graph": "resource:Aarhus_Airport"
},
{
"modified": "Central_Denmark_Region",
"readable": "Central Denmark Region",
"graph": "resource:Central_Denmark_Region"
},
{
"modified": "Danes",
"readable": "Danes",
"graph": "resource:Danes"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"modified": "Tirstrup",
"readable": "Tirstrup",
"graph": "resource:Tirstrup"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?u WHERE { ?u property:is_part_of resource:Central_Denmark_Region . ?b property:location ?u . ?b rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?b ?u WHERE { ?u property:is_part_of resource:Central_Denmark_Region . ?b property:location ?u . ?b rdf:type ontology:airport }",
"graph_answer": [
"resource:Aarhus_Airport",
"resource:Tirstrup"
],
"readable_answer": [
"Aarhus Airport",
"Tirstrup"
],
"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 ?h WHERE { ?z property:religion resource:Church_of_Denmark . ?h property:country ?z . ?h property:is_part_of resource:Denmark }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?z property:religion resource:Church_of_Denmark . ?h property:country ?z . ?h property:is_part_of resource:Denmark }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"meaningful",
"no_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"
]
}
] |
|
Food | 4 | 9953 | Id242 | [
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Sweet_potato"
},
{
"subject": "Sweet_potato",
"property": "division",
"object": "Flowering_plant"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Taro"
},
{
"subject": "Sweet_potato",
"property": "order",
"object": "Solanales"
}
] | [
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Sweet_potato"
},
{
"subject": "Sweet_potato",
"property": "division",
"object": "Flowering_plant"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Taro"
},
{
"subject": "Sweet_potato",
"property": "order",
"object": "Solanales"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Binignit includes the ingredients sweet potato (a flowering plant of the order Solanales) and taro.",
"Binignit's main ingredients are sweet potatoes which belongs to flowering plants and the Solanales order. The dish also contains Taro."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Sweet_potato",
"property:division",
"resource:Flowering_plant"
],
[
"resource:Sweet_potato",
"property:order",
"resource:Solanales"
],
[
"resource:Binignit",
"property:ingredient",
"resource:Taro"
],
[
"resource:Binignit",
"property:main_ingredient",
"resource:Sweet_potato"
],
[
"resource:Binignit",
"rdf:type",
"ontology:food"
]
] | Binignit | [
{
"modified": "division",
"readable": "division",
"graph": "property:division"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "order",
"readable": "order",
"graph": "property:order"
},
{
"modified": "Binignit",
"readable": "Binignit",
"graph": "resource:Binignit"
},
{
"modified": "Flowering_plant",
"readable": "Flowering plant",
"graph": "resource:Flowering_plant"
},
{
"modified": "Solanales",
"readable": "Solanales",
"graph": "resource:Solanales"
},
{
"modified": "Sweet_potato",
"readable": "Sweet potato",
"graph": "resource:Sweet_potato"
},
{
"modified": "Taro",
"readable": "Taro",
"graph": "resource:Taro"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Binignit property:main_ingredient resource:Sweet_potato }",
"readable_query": "ASK WHERE { resource:Binignit property:main_ingredient resource:Sweet_potato }",
"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 ?w WHERE { resource:Binignit property:distributor ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Binignit property:distributor ?w }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 2 | 3557 | Id169 | [
{
"subject": "Allen_Forrest",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigins",
"object": "Blues"
}
] | [
{
"subject": "Allen_Forrest",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigin",
"object": "Blues"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Allen Forrest performs rhythm and blues music, a genre that originated from blues music.",
"Allen Forrest lays Rhythm and Blues which originated from blues music.",
"Allen Forrest plays Rhythm and Blues, which originated from the blues."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Rhythm_and_blues",
"property:stylistic_origin",
"resource:Blues"
],
[
"resource:Allen_Forrest",
"rdf:type",
"ontology:artist"
],
[
"resource:Allen_Forrest",
"property:genre",
"resource:Rhythm_and_blues"
]
] | Allen_Forrest | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Allen_Forrest",
"readable": "Allen Forrest",
"graph": "resource:Allen_Forrest"
},
{
"modified": "Blues",
"readable": "Blues",
"graph": "resource:Blues"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { resource:Allen_Forrest property:genre ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Allen_Forrest property:genre ?b }",
"graph_answer": [
"resource:Rhythm_and_blues"
],
"readable_answer": [
"Rhythm and blues"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { resource:Rhythm_and_blues property:ship_displacement ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Rhythm_and_blues property:ship_displacement ?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 | 5 | 12501 | Id20 | [
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Adenan_Satem"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "Parti_Pesaka_Bumiputera_Bersatu"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "Kuching"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Miri,_Malaysia"
},
{
"subject": "Adenan_Satem",
"property": "almaMater",
"object": "University_of_Adelaide"
}
] | [
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Adenan_Satem"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "Parti_Pesaka_Bumiputera_Bersatu"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "Kuching"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Miri,_Malaysia"
},
{
"subject": "Adenan_Satem",
"property": "almaMater",
"object": "University_of_Adelaide"
}
] | (X (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Succeeded by Adenan Satem, Abdul Taib Mahmud, was born in Miri, Malaysia and resides in Kuching. His alma mater is the University of Adelaide and his party is the Parti Pesaka Bumiputera Bersatu.",
"Abdul Taib Mahmud ws born in Miri, Malaysia and resides in Kuching. His party was the Parti Pesaka Bumiputera Bersatu and he was succeeded by Adenan Satem who attended the University of Adelaide.",
"Adenan Satem, who succeeded Abdul Taib Mahmud, attended the University of Adelaide. He succeeded Abdul Taib Mahmud who was born in Miri, Malaysia, lives in Kuching and is a member of the Parti Pesaka Bumiputera Bersatu."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Adenan_Satem",
"property:alma_mater",
"resource:University_of_Adelaide"
],
[
"resource:Abdul_Taib_Mahmud",
"property:party",
"resource:Parti_Pesaka_Bumiputera_Bersatu"
],
[
"resource:Abdul_Taib_Mahmud",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdul_Taib_Mahmud",
"property:successor",
"resource:Adenan_Satem"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Kuching"
],
[
"resource:Abdul_Taib_Mahmud",
"property:birth_place",
"resource:Miri__Malaysia"
]
] | Abdul_Taib_Mahmud | [
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "residence",
"readable": "residence",
"graph": "property:residence"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abdul_Taib_Mahmud",
"readable": "Abdul Taib Mahmud",
"graph": "resource:Abdul_Taib_Mahmud"
},
{
"modified": "Adenan_Satem",
"readable": "Adenan Satem",
"graph": "resource:Adenan_Satem"
},
{
"modified": "Kuching",
"readable": "Kuching",
"graph": "resource:Kuching"
},
{
"modified": "Miri,_Malaysia",
"readable": "Miri, Malaysia",
"graph": "resource:Miri__Malaysia"
},
{
"modified": "Parti_Pesaka_Bumiputera_Bersatu",
"readable": "Parti Pesaka Bumiputera Bersatu",
"graph": "resource:Parti_Pesaka_Bumiputera_Bersatu"
},
{
"modified": "University_of_Adelaide",
"readable": "University of Adelaide",
"graph": "resource:University_of_Adelaide"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Adenan_Satem property:alma_mater ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Adenan_Satem property:alma_mater ?l }",
"graph_answer": [
"resource:University_of_Adelaide"
],
"readable_answer": [
"University of Adelaide"
],
"type": [
"complete",
"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 { ?d property:birth_place resource:Athens . ?d rdf:type ontology:politician . ?d property:party resource:Parti_Pesaka_Bumiputera_Bersatu }",
"readable_query": "ASK WHERE { ?d property:birth_place resource:Athens . ?d rdf:type ontology:politician . ?d property:party resource:Parti_Pesaka_Bumiputera_Bersatu }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?v rdf:type ontology:politician . ?v property:birth_place resource:Miri__Malaysia . ?v property:party resource:Parti_Pesaka_Bumiputera_Bersatu }",
"readable_query": "ASK WHERE { ?v rdf:type ontology:politician . ?v property:birth_place resource:Miri,_Malaysia . ?v property:party resource:Parti_Pesaka_Bumiputera_Bersatu }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?r WHERE { ?r rdf:type ontology:politician . ?r property:party resource:Parti_Pesaka_Bumiputera_Bersatu . ?r property:birth_place resource:Miri__Malaysia }",
"readable_query": "SELECT ?r WHERE { ?r rdf:type ontology:politician . ?r property:party resource:Parti_Pesaka_Bumiputera_Bersatu . ?r property:birth_place resource:Miri,_Malaysia }",
"graph_answer": [
"resource:Abdul_Taib_Mahmud"
],
"readable_answer": [
"Abdul Taib Mahmud"
],
"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"
]
}
] |
|
Food | 2 | 4691 | Id203 | [
{
"subject": "Bhajji",
"property": "alias",
"object": "\"Bhaji, bajji\"@en"
},
{
"subject": "Bhajji",
"property": "ingredient",
"object": "Gram_flour"
}
] | [
{
"subject": "Bhajji",
"property": "alternativeName",
"object": "\"Bhaji, bajji\""
},
{
"subject": "Bhajji",
"property": "ingredient",
"object": "Gram_flour"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bhajji is also known as Bhaji or bajji and contains gram flour.",
"Bhaji or bajji is made with gram flour. Bhajji is another name of that dish.",
"Bhaji and bajji are alternative names for Bhajji which uses gram flour."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bhajji",
"property:ingredient",
"resource:Gram_flour"
],
[
"resource:Bhajji",
"rdf:type",
"ontology:food"
],
[
"resource:Bhajji",
"property:alternative_name",
"resource:Bhaji__bajji"
]
] | Bhajji | [
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Bhaji, bajji",
"readable": "Bhaji, bajji",
"graph": "resource:Bhaji__bajji"
},
{
"modified": "Bhajji",
"readable": "Bhajji",
"graph": "resource:Bhajji"
},
{
"modified": "Gram_flour",
"readable": "Gram flour",
"graph": "resource:Gram_flour"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:food . ?x property:alternative_name resource:Bhaji__bajji . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'b' ) ) . ?x property:ingredient resource:Gram_flour }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:food . ?x property:alternative_name resource:Bhaji,_bajji . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'b' ) ) . ?x property:ingredient resource:Gram_flour }",
"graph_answer": [
"resource:Bhajji"
],
"readable_answer": [
"Bhajji"
],
"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"
]
}
] |
|
City | 4 | 9589 | Id188 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "leaderTitle",
"object": "New_Mexico_Senate"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "leaderTitle",
"object": "New_Mexico_Senate"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "country",
"object": "United_States"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Led by the New Mexico Senate, Albuquerque, New Mexico, is in the United States. The country where Barack Obama is the leader and African Americans are one of the ethnic groups.",
"The New Mexico Senate leads Albuquerque in New Mexico, United States. Barack Obama is the leader of the United States, some other black people live there too.",
"Albuquerque, New Mexico, United States, is led by the New Mexico Senate. Barack Obama is a leader of the United States, where African Americans constitute one of the ethnic groups."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Albuquerque__New_Mexico",
"property:leader_title",
"resource:New_Mexico_Senate"
],
[
"resource:Albuquerque__New_Mexico",
"rdf:type",
"ontology:city"
],
[
"resource:Albuquerque__New_Mexico",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:leader",
"resource:Barack_Obama"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] | Albuquerque,_New_Mexico | [
{
"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": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Albuquerque,_New_Mexico",
"readable": "Albuquerque, New Mexico",
"graph": "resource:Albuquerque__New_Mexico"
},
{
"modified": "Barack_Obama",
"readable": "Barack Obama",
"graph": "resource:Barack_Obama"
},
{
"modified": "New_Mexico_Senate",
"readable": "New Mexico Senate",
"graph": "resource:New_Mexico_Senate"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?n ) WHERE { ?x rdf:type ontology:city . ?x property:country ?w . ?x property:leader_title resource:New_Mexico_Senate . ?w property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?n ) WHERE { ?x rdf:type ontology:city . ?x property:country ?w . ?x property:leader_title resource:New_Mexico_Senate . ?w property:ethnic_group resource:African_Americans }",
"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 ?z WHERE { ?i property:country ?z . ?i property:leader_title resource:New_Mexico_Senate . ?i rdf:type ontology:city . ?z property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?i property:country ?z . ?i property:leader_title resource:New_Mexico_Senate . ?i rdf:type ontology:city . ?z property:ethnic_group resource:African_Americans }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"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 ?z WHERE { ?z rdf:type ontology:city . ?z property:country resource:United_States . ?z property:leader_title resource:New_Mexico_Senate }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:city . ?z property:country resource:United_States . ?z property:leader_title resource:New_Mexico_Senate }",
"graph_answer": [
"resource:Albuquerque__New_Mexico"
],
"readable_answer": [
"Albuquerque, New Mexico"
],
"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 ?y WHERE { resource:United_States property:music_fusion_genre ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:United_States property:music_fusion_genre ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Company | 4 | 9670 | Id16 | [
{
"subject": "Chinabank",
"property": "location",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "leader",
"object": "Leni_Robredo"
},
{
"subject": "Philippines",
"property": "leader",
"object": "Maria_Lourdes_Sereno"
},
{
"subject": "Chinabank",
"property": "foundingYear",
"object": "1920-01-01"
}
] | [
{
"subject": "Chinabank",
"property": "location",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "leader",
"object": "Leni_Robredo"
},
{
"subject": "Philippines",
"property": "leader",
"object": "Maria_Lourdes_Sereno"
},
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Chinabank is located in the Philippines and was founded on the 16th of August, 1920, the leaders are Leni Robredo and Maria Lourdes Sereno.",
"Chinabank was founded on 1920-08-16 in the Philippines, where Leni Robredo is a Filipino leader with Filipina leader Maria Lourdes Sereno.",
"The Philippines' Chinabank was founded 08-16-1920. The leaders of the Philippines are Leni Robredo and Maria Lourdes Sereno."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Chinabank",
"property:founding_date",
"resource:1920_08_16"
],
[
"resource:Chinabank",
"rdf:type",
"ontology:company"
],
[
"resource:Chinabank",
"property:location",
"resource:Philippines"
],
[
"resource:Philippines",
"property:leader",
"resource:Maria_Lourdes_Sereno"
],
[
"resource:Philippines",
"property:leader",
"resource:Leni_Robredo"
]
] | Chinabank | [
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "1920-08-16",
"readable": "1920-08-16",
"graph": "resource:1920_08_16"
},
{
"modified": "Chinabank",
"readable": "Chinabank",
"graph": "resource:Chinabank"
},
{
"modified": "Leni_Robredo",
"readable": "Leni Robredo",
"graph": "resource:Leni_Robredo"
},
{
"modified": "Maria_Lourdes_Sereno",
"readable": "Maria Lourdes Sereno",
"graph": "resource:Maria_Lourdes_Sereno"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?u = \"1920_08_16\" ) . ?a property:founding_date ?u . ?a rdf:type ontology:company . ?a property:location ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( ?u = \"1920-08-16\" ) . ?a property:founding_date ?u . ?a rdf:type ontology:company . ?a property:location ?e }",
"graph_answer": [
"resource:Philippines"
],
"readable_answer": [
"Philippines"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?f = \"1920_08_16\" ) . ?t property:location resource:Philippines . ?t rdf:type ontology:company . ?t property:founding_date ?f }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?f = \"1920-08-16\" ) . ?t property:location resource:Philippines . ?t rdf:type ontology:company . ?t property:founding_date ?f }",
"graph_answer": [
"resource:Chinabank"
],
"readable_answer": [
"Chinabank"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Philippines property:leader ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Philippines property:leader ?y }",
"graph_answer": [
"resource:Maria_Lourdes_Sereno",
"resource:Leni_Robredo"
],
"readable_answer": [
"Maria Lourdes Sereno",
"Leni Robredo"
],
"type": [
"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"
]
}
] |
|
WrittenWork | 3 | 8275 | Id121 | [
{
"subject": "Above_the_Veil",
"property": "author",
"object": "Garth_Nix"
},
{
"subject": "Above_the_Veil",
"property": "isbn",
"object": "\"0-439-17685-9\""
},
{
"subject": "Above_the_Veil",
"property": "mediaType",
"object": "Hardcover"
}
] | [
{
"subject": "Above_the_Veil",
"property": "author",
"object": "Garth_Nix"
},
{
"subject": "Above_the_Veil",
"property": "isbnNumber",
"object": "\"0-439-17685-9\""
},
{
"subject": "Above_the_Veil",
"property": "mediaType",
"object": "Hardcover"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Above the Veil (ISBN number 0-439-17685-9) is written by Garth Nix and is available in hardcover.",
"Above the Veil, written by Garth Nix is available in hardcover and has the ISBN number 0-439-17685-9.",
"The ISBN number of Above the Veil is 0-439-17685-9 and it is available in hardcover with the book being written by Garth Nix."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Above_the_Veil",
"property:media_type",
"resource:Hardcover"
],
[
"resource:Above_the_Veil",
"property:author",
"resource:Garth_Nix"
],
[
"resource:Above_the_Veil",
"rdf:type",
"ontology:written_work"
],
[
"resource:Above_the_Veil",
"property:isbn_number",
"resource:0_439_17685_9"
]
] | Above_the_Veil | [
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "0-439-17685-9",
"readable": "0-439-17685-9",
"graph": "resource:0_439_17685_9"
},
{
"modified": "Above_the_Veil",
"readable": "Above the Veil",
"graph": "resource:Above_the_Veil"
},
{
"modified": "Garth_Nix",
"readable": "Garth Nix",
"graph": "resource:Garth_Nix"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?t property:isbn_number resource:0_439_92550_9 . ?t rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?t property:isbn_number resource:0-439-92550-9 . ?t rdf:type ontology:written_work }",
"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 { ?g property:isbn_number resource:0_439_17685_9 . ?g rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?g property:isbn_number resource:0-439-17685-9 . ?g rdf:type ontology:written_work }",
"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 ?s WHERE { ?s property:isbn_number resource:0_439_17685_9 . ?s rdf:type ontology:written_work }",
"readable_query": "SELECT ?s WHERE { ?s property:isbn_number resource:0-439-17685-9 . ?s rdf:type ontology:written_work }",
"graph_answer": [
"resource:Above_the_Veil"
],
"readable_answer": [
"Above the Veil"
],
"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 ?j WHERE { resource:Above_the_Veil property:author ?o . resource:Above_the_Veil property:media_type ?j }",
"readable_query": "SELECT DISTINCT ?o ?j WHERE { resource:Above_the_Veil property:author ?o . resource:Above_the_Veil property:media_type ?j }",
"graph_answer": [
"resource:Garth_Nix",
"resource:Hardcover"
],
"readable_answer": [
"Garth Nix",
"Hardcover"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food | 3 | 7160 | Id73 | [
{
"subject": "Asam_pedas",
"property": "mainIngredient",
"object": "\"Fish cooked in sour and hot sauce\"@en"
},
{
"subject": "Asam_pedas",
"property": "region",
"object": "Sumatra"
},
{
"subject": "Asam_pedas",
"property": "country",
"object": "\"Indonesia and Malaysia\"@en"
}
] | [
{
"subject": "Asam_pedas",
"property": "region",
"object": "Sumatra"
},
{
"subject": "Asam_pedas",
"property": "mainIngredient",
"object": "\"Fish cooked in sour and hot sauce\""
},
{
"subject": "Asam_pedas",
"property": "country",
"object": "\"Indonesia and Malaysia\""
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A dish from Sumatra, Malaysia and Indonesia called asam pedas is fish cooked in a sour and hot sauce.",
"Asam pedas is from Indonesia, Malaysia and Sumatra and mainly consists of fish cooked in a sour and hot sauce.",
"Asam pedas is a dish from Sumatra, Indonesia and Malaysia. Its main ingredient is fish cooked in sour and hot sauce."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Asam_pedas",
"property:main_ingredient",
"Fish cooked in sour and hot sauce"
],
[
"resource:Asam_pedas",
"rdf:type",
"ontology:food"
],
[
"resource:Asam_pedas",
"property:country",
"resource:Indonesia_and_Malaysia"
],
[
"resource:Asam_pedas",
"property:region",
"resource:Sumatra"
]
] | Asam_pedas | [
{
"modified": "Fish cooked in sour and hot sauce",
"readable": "Fish cooked in sour and hot sauce",
"graph": "Fish cooked in sour and hot sauce"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Asam_pedas",
"readable": "Asam pedas",
"graph": "resource:Asam_pedas"
},
{
"modified": "Indonesia and Malaysia",
"readable": "Indonesia and Malaysia",
"graph": "resource:Indonesia_and_Malaysia"
},
{
"modified": "Sumatra",
"readable": "Sumatra",
"graph": "resource:Sumatra"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Asam_pedas property:region ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Asam_pedas property:region ?s }",
"graph_answer": [
"resource:Sumatra"
],
"readable_answer": [
"Sumatra"
],
"type": [
"complete",
"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 ?e WHERE { FILTER ( CONTAINS ( LCASE ( ?e ) , 'indonesia' ) ) . resource:Asam_pedas property:country ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( CONTAINS ( LCASE ( ?e ) , 'indonesia' ) ) . resource:Asam_pedas property:country ?e }",
"graph_answer": [
"resource:Indonesia_and_Malaysia"
],
"readable_answer": [
"Indonesia and Malaysia"
],
"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 ?x WHERE { resource:Asam_pedas property:latin_name ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Asam_pedas property:latin_name ?x }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician | 5 | 12490 | Id9 | [
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "Parti_Pesaka_Bumiputera_Bersatu"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "region",
"object": "Asajaya"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Miri,_Malaysia"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthDate",
"object": "\"1936-05-21\"^^xsd:date"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\"@en"
}
] | [
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "Parti_Pesaka_Bumiputera_Bersatu"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "region",
"object": "Asajaya"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Miri,_Malaysia"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthDate",
"object": "1936-05-21"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\""
}
] | (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Miri, Malaysia, is the birthplace of Abdul Taib Mahmud, whose date of birth is 1936-05-21. Abdul Taib Mahmud represented Asajaya and resides in Demak Jaya, Jalan Bako, Kuching, Sarawak. Abdul Taib Mahmud's party is the Parti Pesaka Bumiputera Bersatu.",
"Abdul Taib Mahmud was born on 1936-05-21, in Miri, Malaysia. His party is the Parti Pesaka Bumiputera Bersatu and he represented the Asajaya region. Abdul Taib Mahmud resides in Demak Jaya, Jalan Bako, Kuching, Sarawak.",
"Abdul Taib Mahmud was born in Miri, Malaysia on May 21st, 1936. His party is the Parti Pesaka Bumiputera Bersatu and he represented the Asajaya region. His current residence is Demak Jaya, Jalan Bako, Kuching, Sarawak."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Abdul_Taib_Mahmud",
"property:party",
"resource:Parti_Pesaka_Bumiputera_Bersatu"
],
[
"resource:Abdul_Taib_Mahmud",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdul_Taib_Mahmud",
"property:birth_date",
"resource:1936_05_21"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Sarawak"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Demak_Jaya"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Jalan_Bako"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Kuching"
],
[
"resource:Abdul_Taib_Mahmud",
"property:region",
"resource:Asajaya"
],
[
"resource:Abdul_Taib_Mahmud",
"property:birth_place",
"resource:Miri__Malaysia"
]
] | Abdul_Taib_Mahmud | [
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "residence",
"readable": "residence",
"graph": "property:residence"
},
{
"modified": "1936-05-21",
"readable": "1936-05-21",
"graph": "resource:1936_05_21"
},
{
"modified": "Abdul_Taib_Mahmud",
"readable": "Abdul Taib Mahmud",
"graph": "resource:Abdul_Taib_Mahmud"
},
{
"modified": "Asajaya",
"readable": "Asajaya",
"graph": "resource:Asajaya"
},
{
"modified": "Demak Jaya",
"readable": "Demak Jaya",
"graph": "resource:Demak_Jaya"
},
{
"modified": "Jalan Bako",
"readable": "Jalan Bako",
"graph": "resource:Jalan_Bako"
},
{
"modified": "Kuching",
"readable": "Kuching",
"graph": "resource:Kuching"
},
{
"modified": "Miri,_Malaysia",
"readable": "Miri, Malaysia",
"graph": "resource:Miri__Malaysia"
},
{
"modified": "Parti_Pesaka_Bumiputera_Bersatu",
"readable": "Parti Pesaka Bumiputera Bersatu",
"graph": "resource:Parti_Pesaka_Bumiputera_Bersatu"
},
{
"modified": "Sarawak",
"readable": "Sarawak",
"graph": "resource:Sarawak"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?v property:birth_date ?n . ?v rdf:type ontology:politician . ?v property:birth_place ?c . FILTER ( ?n = \"1936_05_21\" ) }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?v property:birth_date ?n . ?v rdf:type ontology:politician . ?v property:birth_place ?c . FILTER ( ?n = \"1936-05-21\" ) }",
"graph_answer": [
"resource:Miri__Malaysia"
],
"readable_answer": [
"Miri, Malaysia"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?s property:region ?n . ?s rdf:type ontology:politician . ?s property:birth_place resource:Dallas }",
"readable_query": "ASK WHERE { ?s property:region ?n . ?s rdf:type ontology:politician . ?s property:birth_place resource:Dallas }",
"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"
]
}
] |
|
University | 3 | 8118 | Id22 | [
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "students",
"object": "600"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "dean",
"object": "Mario_Botta"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
}
] | [
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "numberOfStudents",
"object": "600"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "dean",
"object": "Mario_Botta"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Accademia di Architettura di Mendrisio is located in Mendrisio. Its dean is called Mario Botta and it has 600 students.",
"There are 600 students at the Accademia di Architettura di Mendrisio which has Mario Botta as Dean and is situated in the city of Mendrisio.",
"The dean of Accademia di Architettura di Mendrisio is Mario Botta and it has 600 students."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:dean",
"resource:Mario_Botta"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:city",
"resource:Mendrisio"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"rdf:type",
"ontology:university"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:number_of_students",
"600"
]
] | Accademia_di_Architettura_di_Mendrisio | [
{
"modified": "600",
"readable": "600",
"graph": "600"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "dean",
"readable": "dean",
"graph": "property:dean"
},
{
"modified": "numberOfStudents",
"readable": "number of students",
"graph": "property:number_of_students"
},
{
"modified": "Accademia_di_Architettura_di_Mendrisio",
"readable": "Accademia di Architettura di Mendrisio",
"graph": "resource:Accademia_di_Architettura_di_Mendrisio"
},
{
"modified": "Mario_Botta",
"readable": "Mario Botta",
"graph": "resource:Mario_Botta"
},
{
"modified": "Mendrisio",
"readable": "Mendrisio",
"graph": "resource:Mendrisio"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:university . ?y property:number_of_students ?l . FILTER ( ?l >= '400' ) }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:university . ?y property:number_of_students ?l . FILTER ( ?l >= '400' ) }",
"graph_answer": [
"resource:Accademia_di_Architettura_di_Mendrisio"
],
"readable_answer": [
"Accademia di Architettura di Mendrisio"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:number_of_students ?s . FILTER ( ?s >= '400' ) . resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:number_of_students ?s . FILTER ( ?s >= '400' ) . resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university }",
"graph_answer": [
"600"
],
"readable_answer": [
"600"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:dean resource:Mario_Botta }",
"readable_query": "ASK WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:dean resource:Mario_Botta }",
"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"
]
}
] |
|
Politician | 5 | 12587 | Id106 | [
{
"subject": "Alvah_Sabin",
"property": "activeYearsEndDate",
"object": "\"1857-03-03\"^^xsd:date"
},
{
"subject": "Vermont",
"property": "largestCity",
"object": "Burlington,_Vermont"
},
{
"subject": "Alvah_Sabin",
"property": "state",
"object": "Vermont"
},
{
"subject": "Alvah_Sabin",
"property": "deathPlace",
"object": "Sycamore,_Illinois"
},
{
"subject": "Sycamore,_Illinois",
"property": "region",
"object": "DeKalb_County,_Illinois"
}
] | [
{
"subject": "Alvah_Sabin",
"property": "activeYearsEndDate",
"object": "1857-03-03"
},
{
"subject": "Vermont",
"property": "largestCity",
"object": "Burlington,_Vermont"
},
{
"subject": "Alvah_Sabin",
"property": "state",
"object": "Vermont"
},
{
"subject": "Alvah_Sabin",
"property": "deathPlace",
"object": "Sycamore,_Illinois"
},
{
"subject": "Sycamore,_Illinois",
"property": "region",
"object": "DeKalb_County,_Illinois"
}
] | (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Vermont's Alvah Sabin died in Sycamore, DeKalb County, Illinois. He retired 03/03/1857. The largest city in Vermont is Burlington.",
"Alvah Sabin was from Vermont, the largest city of which is Burlington. Alvah Sabin ended his career on 1857-03-03 and died in Sycamore, part of Dekalb County, Illinois."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Sycamore__Illinois",
"property:region",
"resource:DeKalb_County__Illinois"
],
[
"resource:Alvah_Sabin",
"rdf:type",
"ontology:politician"
],
[
"resource:Alvah_Sabin",
"property:death_place",
"resource:Sycamore__Illinois"
],
[
"resource:Alvah_Sabin",
"property:state",
"resource:Vermont"
],
[
"resource:Alvah_Sabin",
"property:active_years_end_date",
"resource:1857_03_03"
],
[
"resource:Vermont",
"property:largest_city",
"resource:Burlington__Vermont"
]
] | Alvah_Sabin | [
{
"modified": "activeYearsEndDate",
"readable": "active years end date",
"graph": "property:active_years_end_date"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "1857-03-03",
"readable": "1857-03-03",
"graph": "resource:1857_03_03"
},
{
"modified": "Alvah_Sabin",
"readable": "Alvah Sabin",
"graph": "resource:Alvah_Sabin"
},
{
"modified": "Burlington,_Vermont",
"readable": "Burlington, Vermont",
"graph": "resource:Burlington__Vermont"
},
{
"modified": "DeKalb_County,_Illinois",
"readable": "DeKalb County, Illinois",
"graph": "resource:DeKalb_County__Illinois"
},
{
"modified": "Sycamore,_Illinois",
"readable": "Sycamore, Illinois",
"graph": "resource:Sycamore__Illinois"
},
{
"modified": "Vermont",
"readable": "Vermont",
"graph": "resource:Vermont"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?h property:active_years_end_date ?m . ?h rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?m ) , '1857' ) ) . ?h property:state ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?h property:active_years_end_date ?m . ?h rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?m ) , '1857' ) ) . ?h property:state ?t }",
"graph_answer": [
"resource:Vermont"
],
"readable_answer": [
"Vermont"
],
"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 ?r WHERE { resource:Sycamore__Illinois property:higher ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:Sycamore,_Illinois property:higher ?r }",
"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"
]
}
] |
|
Politician | 3 | 7922 | Id253 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "New_Britain,_Connecticut"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "nationality",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "New_Britain,_Connecticut"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "nationality",
"object": "United_States"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Native Americans are an ethnic group in the US where Abraham A Ribicoff has nationality, having been born in New Britain, Connecticut.",
"Abraham A. Ribicoff was born in New Britain, Connecticut, the United States (also home to Native Americans).",
"Native Americans are an ethnic group in the United States, where Abraham A Ribicoff was born in New Britain, Connecticut."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"resource:Abraham_A__Ribicoff",
"property:nationality",
"resource:United_States"
],
[
"resource:Abraham_A__Ribicoff",
"property:birth_place",
"resource:New_Britain__Connecticut"
]
] | Abraham_A._Ribicoff | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "New_Britain,_Connecticut",
"readable": "New Britain, Connecticut",
"graph": "resource:New_Britain__Connecticut"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?i ?f WHERE { resource:Abraham_A__Ribicoff property:nationality ?i . resource:Abraham_A__Ribicoff property:birth_place ?f }",
"readable_query": "SELECT DISTINCT ?i ?f WHERE { resource:Abraham_A._Ribicoff property:nationality ?i . resource:Abraham_A._Ribicoff property:birth_place ?f }",
"graph_answer": [
"resource:United_States",
"resource:New_Britain__Connecticut"
],
"readable_answer": [
"United States",
"New Britain, Connecticut"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:ethnic_group 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": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Airport | 3 | 5724 | Id57 | [
{
"subject": "Al_Asad_Airbase",
"property": "location",
"object": "Iraq"
},
{
"subject": "Al_Asad_Airbase",
"property": "runwayLength",
"object": "\"3990.0\"^^xsd:double"
},
{
"subject": "Al_Asad_Airbase",
"property": "operator",
"object": "\"United States Air Force\"@en"
}
] | [
{
"subject": "Al_Asad_Airbase",
"property": "operatingOrganisation",
"object": "United_States_Air_Force"
},
{
"subject": "Al_Asad_Airbase",
"property": "location",
"object": "Iraq"
},
{
"subject": "Al_Asad_Airbase",
"property": "runwayLength",
"object": "3990.0"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Al Asad Airbase in Iraq with a runway length of 3,990 is operated by the United States Air Force.",
"Al Asad Airbase, operated by the USAF, is found in Iraq and has a runway length of 3990.0.",
"The USAF operates the Al Asad Airbase, which is in Iraq and has a runway length of 3990.0."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Al_Asad_Airbase",
"property:runway_length",
"resource:3990_0"
],
[
"resource:Al_Asad_Airbase",
"rdf:type",
"ontology:airport"
],
[
"resource:Al_Asad_Airbase",
"property:location",
"resource:Iraq"
],
[
"resource:Al_Asad_Airbase",
"property:operating_organisation",
"resource:United_States_Air_Force"
]
] | Al_Asad_Airbase | [
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "3990.0",
"readable": "3990.0",
"graph": "resource:3990_0"
},
{
"modified": "Al_Asad_Airbase",
"readable": "Al Asad Airbase",
"graph": "resource:Al_Asad_Airbase"
},
{
"modified": "Iraq",
"readable": "Iraq",
"graph": "resource:Iraq"
},
{
"modified": "United_States_Air_Force",
"readable": "United States Air Force",
"graph": "resource:United_States_Air_Force"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h ?d WHERE { resource:Al_Asad_Airbase property:location ?d . resource:Al_Asad_Airbase property:operating_organisation ?h }",
"readable_query": "SELECT DISTINCT ?h ?d WHERE { resource:Al_Asad_Airbase property:location ?d . resource:Al_Asad_Airbase property:operating_organisation ?h }",
"graph_answer": [
"resource:United_States_Air_Force",
"resource:Iraq"
],
"readable_answer": [
"United States Air Force",
"Iraq"
],
"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:Al_Asad_Airbase property:influenced_by ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Al_Asad_Airbase property:influenced_by ?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"
]
}
] |
|
ComicsCharacter | 2 | 4338 | Id3 | [
{
"subject": "Airman_(comics)",
"property": "creator",
"object": "George_Kapitan"
},
{
"subject": "Airman_(comics)",
"property": "creators",
"object": "Harry_Sahle"
}
] | [
{
"subject": "Airman_(comicsCharacter)",
"property": "creator",
"object": "Harry_Sahle"
},
{
"subject": "Airman_(comicsCharacter)",
"property": "creator",
"object": "George_Kapitan"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The creators of the comic character Airman were Harry Sahle and George Kapitan.",
"The comic book character Airman was created by both Harry Sahle and George Kapitan.",
"The creators of the comic book character Airman were Harry Sahle and George Kapitan."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Airman__comicsCharacter_",
"property:creator",
"resource:George_Kapitan"
],
[
"resource:Airman__comicsCharacter_",
"property:creator",
"resource:Harry_Sahle"
],
[
"resource:Airman__comicsCharacter_",
"rdf:type",
"ontology:comics_character"
]
] | Airman_(comicsCharacter) | [
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "Airman_(comicsCharacter)",
"readable": "Airman",
"graph": "resource:Airman__comicsCharacter_"
},
{
"modified": "George_Kapitan",
"readable": "George Kapitan",
"graph": "resource:George_Kapitan"
},
{
"modified": "Harry_Sahle",
"readable": "Harry Sahle",
"graph": "resource:Harry_Sahle"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?i ) WHERE { resource:Airman__comicsCharacter_ property:creator ?b }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?i ) WHERE { resource:Airman_(comicsCharacter) property:creator ?b }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Airman__comicsCharacter_ property:creator ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Airman_(comicsCharacter) property:creator ?g }",
"graph_answer": [
"resource:George_Kapitan",
"resource:Harry_Sahle"
],
"readable_answer": [
"George Kapitan",
"Harry Sahle"
],
"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"
]
}
] |
|
MeanOfTransportation | 5 | 12331 | Id48 | [
{
"subject": "Alhambra_(1855)",
"property": "shipOwner",
"object": "P&O_(company)"
},
{
"subject": "P&O_(company)",
"property": "location",
"object": "London"
},
{
"subject": "Alhambra_(1855)",
"property": "powerType",
"object": "Humphrys,_Tennant_and_Dykes"
},
{
"subject": "Alhambra_(1855)",
"property": "builder",
"object": "Samuda_Brothers"
},
{
"subject": "Alhambra_(1855)",
"property": "MeanOfTransportation/length",
"object": "\"63800.0\"^^<http://dbpedia.org/datatype/millimetre>"
}
] | [
{
"subject": "Alhambra",
"property": "owner",
"object": "P&O_(company)"
},
{
"subject": "P&O_(company)",
"property": "location",
"object": "London"
},
{
"subject": "Alhambra",
"property": "powerType",
"object": "Humphrys,_Tennant_and_Dykes"
},
{
"subject": "Alhambra",
"property": "builder",
"object": "Samuda_Brothers"
},
{
"subject": "Alhambra",
"property": "length",
"object": "63800.0 (millimetres)"
}
] | (X (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alhambra (built by the Samuda Brothers) is owned by the P & O company, located in London. It is powered by a Humphrys, Tennant and Dykes engine, and is 63800.0 millimetres long.",
"The Alhambra was built by the Samuda Brothers, is powered by a Humphrys, Tennant and Dykes engine and is 63800.0 mms in length. It is owned by the London based company P&O.",
"The Alhambra was built by the Samuda Brothers, had a length of 63800.0 mms and was powered by a Humphrys, Tennant and Dykes engine. It is owned by the London based company of P&O."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:P_O__company_",
"property:location",
"resource:London"
],
[
"resource:Alhambra",
"property:length",
"63800.0 (millimetres)"
],
[
"resource:Alhambra",
"property:power_type",
"resource:Humphrys__Tennant_and_Dykes"
],
[
"resource:Alhambra",
"property:owner",
"resource:P_O__company_"
],
[
"resource:Alhambra",
"property:builder",
"resource:Samuda_Brothers"
]
] | Alhambra | [
{
"modified": "63800.0 (millimetres)",
"readable": "63800.0",
"graph": "63800.0 (millimetres)"
},
{
"modified": "builder",
"readable": "builder",
"graph": "property:builder"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"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"
},
{
"modified": "P&O_(company)",
"readable": "P&O",
"graph": "resource:P_O__company_"
},
{
"modified": "Samuda_Brothers",
"readable": "Samuda Brothers",
"graph": "resource:Samuda_Brothers"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?d property:length '192000.0 (millimetres)' . ?d property:builder resource:Samuda_Brothers }",
"readable_query": "ASK WHERE { ?d property:length '192000.0 (millimetres)' . ?d property:builder resource:Samuda_Brothers }",
"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": "SELECT DISTINCT ( COUNT ( ?u ) AS ?j ) WHERE { ?u property:location resource:London }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?j ) WHERE { ?u property:location resource:London }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?g property:location resource:London }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:location resource:London }",
"graph_answer": [
"resource:P_O__company_"
],
"readable_answer": [
"P&O"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?t property:owner resource:P_O__company_ . ?t property:power_type ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?t property:owner resource:P&O_(company) . ?t property:power_type ?q }",
"graph_answer": [
"resource:Humphrys__Tennant_and_Dykes"
],
"readable_answer": [
"Humphrys, Tennant and Dykes"
],
"type": [
"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 ?l WHERE { ?l property:length '63800.0 (millimetres)' . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?l property:owner resource:P_O__company_ }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l property:length '63800.0 (millimetres)' . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?l property:owner resource:P&O_(company) }",
"graph_answer": [
"resource:Alhambra"
],
"readable_answer": [
"Alhambra"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Alhambra property:garrison ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Alhambra property:garrison ?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"
]
}
] |
|
WrittenWork | 2 | 5558 | Id93 | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Loyal Character Dancer is published in the United States where English is the language.",
"A Loyal Character Dancer is published in the United States, a country whose official language is English.",
"A Loyal Character Dancer is published in the United States, where the language is English."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:A_Loyal_Character_Dancer",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Loyal_Character_Dancer",
"property:country",
"resource:United_States"
]
] | A_Loyal_Character_Dancer | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"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": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( LCASE ( ?i ) , 'states' ) ) . ?h rdf:type ontology:written_work . ?h property:country ?i . ?i property:language resource:English_language }",
"readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( LCASE ( ?i ) , 'states' ) ) . ?h rdf:type ontology:written_work . ?h property:country ?i . ?i property:language resource:English_language }",
"graph_answer": [
"resource:A_Loyal_Character_Dancer"
],
"readable_answer": [
"A Loyal Character Dancer"
],
"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 ?u WHERE { resource:A_Loyal_Character_Dancer property:country ?u . resource:A_Loyal_Character_Dancer rdf:type ontology:written_work . ?u property:language resource:English_language }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:A_Loyal_Character_Dancer property:country ?u . resource:A_Loyal_Character_Dancer rdf:type ontology:written_work . ?u property:language resource:English_language }",
"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"
]
}
] |
|
CelestialBody | 2 | 4067 | Id48 | [
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "education",
"object": "University_of_Michigan"
}
] | [
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "almaMater",
"object": "University_of_Michigan"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"James Craig Watson's Alma mater is the University of Michigan and he discovered 101 Helena.",
"James Craig Watson, who discovered 101 Helena, studied at the University of Michigan.",
"James Craig Watson studied at the University of Michigan and was the discoverer of 101 Helena."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:101_Helena",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:101_Helena",
"property:discoverer",
"resource:James_Craig_Watson"
],
[
"resource:James_Craig_Watson",
"property:alma_mater",
"resource:University_of_Michigan"
]
] | 101_Helena | [
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "101_Helena",
"readable": "101 Helena",
"graph": "resource:101_Helena"
},
{
"modified": "James_Craig_Watson",
"readable": "James Craig Watson",
"graph": "resource:James_Craig_Watson"
},
{
"modified": "University_of_Michigan",
"readable": "University of Michigan",
"graph": "resource:University_of_Michigan"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n property:discoverer ?r . ?r property:alma_mater resource:University_of_Michigan . ?n rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?n ) , 'helena' ) ) }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:discoverer ?r . ?r property:alma_mater resource:University_of_Michigan . ?n rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?n ) , 'helena' ) ) }",
"graph_answer": [
"resource:101_Helena"
],
"readable_answer": [
"101 Helena"
],
"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 ?b WHERE { resource:101_Helena property:discoverer ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:101_Helena property:discoverer ?b }",
"graph_answer": [
"resource:James_Craig_Watson"
],
"readable_answer": [
"James Craig Watson"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City | 4 | 9583 | Id182 | [
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "Albany,_Georgia",
"property": "subdivisionName",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "Albany,_Georgia",
"property": "isPartOf",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
}
] | (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Albany is part of Dougherty County in Georgia, United States. The inhabitants of the United States are known as Americans and some of them are Asian Americans.",
"Albany, Georgia, in Dougherty County, is in the United States where the people are known as Americans and among the ethnic groups are Asian Americans."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Albany__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Georgia",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Georgia",
"property:is_part_of",
"resource:Dougherty_County__Georgia"
],
[
"resource:United_States",
"property:demonym",
"resource:Americans"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
]
] | Albany,_Georgia | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "demonym",
"readable": "demonym",
"graph": "property:demonym"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Albany,_Georgia",
"readable": "Albany, Georgia",
"graph": "resource:Albany__Georgia"
},
{
"modified": "Americans",
"readable": "Americans",
"graph": "resource:Americans"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"modified": "Dougherty_County,_Georgia",
"readable": "Dougherty County, Georgia",
"graph": "resource:Dougherty_County__Georgia"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?t ) WHERE { ?w property:ethnic_group resource:Asian_Americans }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?t ) WHERE { ?w property:ethnic_group resource:Asian_Americans }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?e property:ethnic_group resource:Asian_Americans }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e property:ethnic_group resource:Asian_Americans }",
"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"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Albany__Georgia property:is_part_of resource:Dougherty_County__Georgia }",
"readable_query": "ASK WHERE { resource:Albany,_Georgia property:is_part_of resource:Dougherty_County,_Georgia }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation | 3 | 7557 | Id157 | [
{
"subject": "Ariane_5",
"property": "sites",
"object": "ELA-3"
},
{
"subject": "Ariane_5",
"property": "manufacturer",
"object": "European_Space_Agency"
},
{
"subject": "Ariane_5",
"property": "finalFlight",
"object": "\"2004-12-18\"^^xsd:date"
}
] | [
{
"subject": "Ariane_5",
"property": "launchSite",
"object": "ELA-3"
},
{
"subject": "Ariane_5",
"property": "manufacturer",
"object": "European_Space_Agency"
},
{
"subject": "Ariane_5",
"property": "finalFlight",
"object": "2004-12-18"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ariane 5 is manufactured by the European Space Agency, the launch sitte was ELA-3 launchpad. The final flight of Ariane 5 was on the 18th December 2004.",
"The Ariane 5 was launched at ELA-3 and its final flight was on December 18, 2004. It was manufactured by The European Space Agency.",
"The European Space Agency manufactured the Ariane 5 which was launched from ELA-3 and had its final flight on 18 December 2004."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Ariane_5",
"property:launch_site",
"resource:ELA_3"
],
[
"resource:Ariane_5",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Ariane_5",
"property:manufacturer",
"resource:European_Space_Agency"
],
[
"resource:Ariane_5",
"property:final_flight",
"resource:2004_12_18"
]
] | Ariane_5 | [
{
"modified": "finalFlight",
"readable": "final flight",
"graph": "property:final_flight"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "2004-12-18",
"readable": "2004-12-18",
"graph": "resource:2004_12_18"
},
{
"modified": "Ariane_5",
"readable": "Ariane 5",
"graph": "resource:Ariane_5"
},
{
"modified": "ELA-3",
"readable": "ELA-3",
"graph": "resource:ELA_3"
},
{
"modified": "European_Space_Agency",
"readable": "European Space Agency",
"graph": "resource:European_Space_Agency"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { ?b property:final_flight ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2004' ) ) . ?b rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b property:final_flight ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '2004' ) ) . ?b rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:Ariane_5"
],
"readable_answer": [
"Ariane 5"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v ?n WHERE { resource:Ariane_5 property:manufacturer ?n . resource:Ariane_5 property:final_flight ?v }",
"readable_query": "SELECT DISTINCT ?v ?n WHERE { resource:Ariane_5 property:manufacturer ?n . resource:Ariane_5 property:final_flight ?v }",
"graph_answer": [
"resource:2004_12_18",
"resource:European_Space_Agency"
],
"readable_answer": [
"2004-12-18",
"European Space Agency"
],
"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:Ariane_5 property:launch_site resource:ELA_3 }",
"readable_query": "ASK WHERE { resource:Ariane_5 property:launch_site resource:ELA-3 }",
"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"
]
}
] |
|
Politician | 4 | 10321 | Id5 | [
{
"subject": "Aaron_S._Daggett",
"property": "battles",
"object": "Battle_of_the_Wilderness"
},
{
"subject": "Aaron_S._Daggett",
"property": "award",
"object": "Purple_Heart"
},
{
"subject": "Aaron_S._Daggett",
"property": "deathPlace",
"object": "Massachusetts"
},
{
"subject": "Aaron_S._Daggett",
"property": "birthPlace",
"object": "Maine"
}
] | [
{
"subject": "Aaron_S._Daggett",
"property": "battle",
"object": "Battle_of_the_Wilderness"
},
{
"subject": "Aaron_S._Daggett",
"property": "award",
"object": "Purple_Heart"
},
{
"subject": "Aaron_S._Daggett",
"property": "deathPlace",
"object": "Massachusetts"
},
{
"subject": "Aaron_S._Daggett",
"property": "birthPlace",
"object": "Maine"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Aaron S. Daggett was born in Maine and he died in Massachusetts. He fought in the Battle of the Wilderness and was awarded the Purple Heart.",
"Aaron S. Daggett, who was born in Maine and died in Massachusetts, has fought in the Battle of the Wilderness and was awarded the Purple Heart."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Aaron_S__Daggett",
"property:award",
"resource:Purple_Heart"
],
[
"resource:Aaron_S__Daggett",
"rdf:type",
"ontology:politician"
],
[
"resource:Aaron_S__Daggett",
"property:death_place",
"resource:Massachusetts"
],
[
"resource:Aaron_S__Daggett",
"property:battle",
"resource:Battle_of_the_Wilderness"
],
[
"resource:Aaron_S__Daggett",
"property:birth_place",
"resource:Maine"
]
] | Aaron_S._Daggett | [
{
"modified": "award",
"readable": "award",
"graph": "property:award"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "Aaron_S._Daggett",
"readable": "Aaron S. Daggett",
"graph": "resource:Aaron_S__Daggett"
},
{
"modified": "Battle_of_the_Wilderness",
"readable": "Battle of the Wilderness",
"graph": "resource:Battle_of_the_Wilderness"
},
{
"modified": "Maine",
"readable": "Maine",
"graph": "resource:Maine"
},
{
"modified": "Massachusetts",
"readable": "Massachusetts",
"graph": "resource:Massachusetts"
},
{
"modified": "Purple_Heart",
"readable": "Purple Heart",
"graph": "resource:Purple_Heart"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?q rdf:type ontology:politician . ?q property:birth_place resource:Dallas . ?q property:award resource:Purple_Heart }",
"readable_query": "ASK WHERE { ?q rdf:type ontology:politician . ?q property:birth_place resource:Dallas . ?q property:award resource:Purple_Heart }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?y property:birth_place resource:Maine . ?y property:award resource:Purple_Heart . ?y rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?y property:birth_place resource:Maine . ?y property:award resource:Purple_Heart . ?y rdf:type ontology:politician }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?s WHERE { ?s property:birth_place resource:Maine . ?s rdf:type ontology:politician . ?s property:award resource:Purple_Heart }",
"readable_query": "SELECT ?s WHERE { ?s property:birth_place resource:Maine . ?s rdf:type ontology:politician . ?s property:award resource:Purple_Heart }",
"graph_answer": [
"resource:Aaron_S__Daggett"
],
"readable_answer": [
"Aaron S. Daggett"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?d WHERE { resource:Aaron_S__Daggett property:death_place ?d . resource:Aaron_S__Daggett property:battle ?b }",
"readable_query": "SELECT DISTINCT ?b ?d WHERE { resource:Aaron_S._Daggett property:death_place ?d . resource:Aaron_S._Daggett property:battle ?b }",
"graph_answer": [
"resource:Battle_of_the_Wilderness",
"resource:Massachusetts"
],
"readable_answer": [
"Battle of the Wilderness",
"Massachusetts"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
University | 6 | 12974 | Id3 | [
{
"subject": "AWH_Engineering_College",
"property": "country",
"object": "India"
},
{
"subject": "AWH_Engineering_College",
"property": "established",
"object": "2001"
},
{
"subject": "AWH_Engineering_College",
"property": "facultySize",
"object": "\"250\"^^xsd:nonNegativeInteger"
},
{
"subject": "AWH_Engineering_College",
"property": "state",
"object": "Kerala"
},
{
"subject": "Kerala",
"property": "northwest",
"object": "MahΓ©,_India"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\"@en"
}
] | [
{
"subject": "AWH_Engineering_College",
"property": "country",
"object": "India"
},
{
"subject": "AWH_Engineering_College",
"property": "established",
"object": "2001"
},
{
"subject": "AWH_Engineering_College",
"property": "academicStaffSize",
"object": "250"
},
{
"subject": "AWH_Engineering_College",
"property": "state",
"object": "Kerala"
},
{
"subject": "Kerala",
"property": "hasToItsNorthwest",
"object": "MahΓ©,_India"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\""
}
] | (X (X) (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AWH Engineering College in Kuttikkattoor, India is in the state of Kerala which has Mahe to its northwest. The school was established in 2001 and employs 250 people in its academic department.",
"Established in 2001, the AWH Engineering College in Kuttikkattoor, Kerala, southeast of Mahe, India. It currently has 250 staff.",
"Kerala is a state in India which is positioned with Mahe to its northwest. It is also home to the AWH Engineering College which is located in the city of Kuttikkattoor, India. The college was founded in 2001 and has 250 members of staff."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:AWH_Engineering_College",
"property:city",
"resource:Kuttikkattoor"
],
[
"resource:AWH_Engineering_College",
"rdf:type",
"ontology:university"
],
[
"resource:AWH_Engineering_College",
"property:state",
"resource:Kerala"
],
[
"resource:AWH_Engineering_College",
"property:country",
"resource:India"
],
[
"resource:AWH_Engineering_College",
"property:established",
"resource:2001"
],
[
"resource:AWH_Engineering_College",
"property:academic_staff_size",
"250"
],
[
"resource:Kerala",
"property:has_to_its_northwest",
"resource:Mah___India"
]
] | AWH_Engineering_College | [
{
"modified": "250",
"readable": "250",
"graph": "250"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "hasToItsNorthwest",
"readable": "has to its northwest",
"graph": "property:has_to_its_northwest"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "2001",
"readable": "2001",
"graph": "resource:2001"
},
{
"modified": "AWH_Engineering_College",
"readable": "AWH Engineering College",
"graph": "resource:AWH_Engineering_College"
},
{
"modified": "India",
"readable": "India",
"graph": "resource:India"
},
{
"modified": "Kerala",
"readable": "Kerala",
"graph": "resource:Kerala"
},
{
"modified": "Kuttikkattoor",
"readable": "Kuttikkattoor",
"graph": "resource:Kuttikkattoor"
},
{
"modified": "MahΓ©,_India",
"readable": "MahΓ©, India",
"graph": "resource:Mah___India"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { ?i property:has_to_its_northwest resource:Mah___India . ?w rdf:type ontology:university . ?w property:state ?i . ?w property:academic_staff_size ?z . FILTER ( ?z = '250' ) }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?i property:has_to_its_northwest resource:MahΓ©,_India . ?w rdf:type ontology:university . ?w property:state ?i . ?w property:academic_staff_size ?z . FILTER ( ?z = '250' ) }",
"graph_answer": [
"resource:AWH_Engineering_College"
],
"readable_answer": [
"AWH Engineering College"
],
"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 { FILTER ( ?y = '250' ) . resource:AWH_Engineering_College property:academic_staff_size ?y . resource:AWH_Engineering_College rdf:type ontology:university . ?l property:has_to_its_northwest resource:Mah___India . resource:AWH_Engineering_College property:state ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?y = '250' ) . resource:AWH_Engineering_College property:academic_staff_size ?y . resource:AWH_Engineering_College rdf:type ontology:university . ?l property:has_to_its_northwest resource:MahΓ©,_India . resource:AWH_Engineering_College property:state ?l }",
"graph_answer": [
"resource:Kerala"
],
"readable_answer": [
"Kerala"
],
"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 ?b ?c WHERE { resource:AWH_Engineering_College property:country ?c . resource:AWH_Engineering_College property:established ?b }",
"readable_query": "SELECT DISTINCT ?b ?c WHERE { resource:AWH_Engineering_College property:country ?c . resource:AWH_Engineering_College property:established ?b }",
"graph_answer": [
"resource:2001",
"resource:India"
],
"readable_answer": [
"2001",
"India"
],
"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 ( COUNT ( ?f ) AS ?i ) WHERE { resource:AWH_Engineering_College property:city ?f }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?i ) WHERE { resource:AWH_Engineering_College property:city ?f }",
"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 ?q WHERE { resource:AWH_Engineering_College property:city ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:AWH_Engineering_College property:city ?q }",
"graph_answer": [
"resource:Kuttikkattoor"
],
"readable_answer": [
"Kuttikkattoor"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist | 3 | 6027 | Id173 | [
{
"subject": "Allen_Forrest",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Rhythm_and_blues",
"property": "derivative",
"object": "Funk"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigin",
"object": "Blues"
}
] | [
{
"subject": "Allen_Forrest",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Rhythm_and_blues",
"property": "derivative",
"object": "Funk"
},
{
"subject": "Rhythm_and_blues",
"property": "stylisticOrigin",
"object": "Blues"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Allen Forrest performs rhythm and blues music, a style that originated from blues and was derived into funk.",
"Allen Forrest performs rhythm and blues music, which originated from the blues. Funk is a derivative of rhythm and blues.",
"Allen Forrest's genre of music is Rhythm and Blues; which originated from the blues and has the derivative, Funk."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Rhythm_and_blues",
"property:derivative",
"resource:Funk"
],
[
"resource:Rhythm_and_blues",
"property:stylistic_origin",
"resource:Blues"
],
[
"resource:Allen_Forrest",
"rdf:type",
"ontology:artist"
],
[
"resource:Allen_Forrest",
"property:genre",
"resource:Rhythm_and_blues"
]
] | Allen_Forrest | [
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Allen_Forrest",
"readable": "Allen Forrest",
"graph": "resource:Allen_Forrest"
},
{
"modified": "Blues",
"readable": "Blues",
"graph": "resource:Blues"
},
{
"modified": "Funk",
"readable": "Funk",
"graph": "resource:Funk"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?n ?m WHERE { resource:Rhythm_and_blues property:derivative ?n . resource:Rhythm_and_blues property:stylistic_origin ?m }",
"readable_query": "SELECT DISTINCT ?n ?m WHERE { resource:Rhythm_and_blues property:derivative ?n . resource:Rhythm_and_blues property:stylistic_origin ?m }",
"graph_answer": [
"resource:Funk",
"resource:Blues"
],
"readable_answer": [
"Funk",
"Blues"
],
"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:Allen_Forrest property:genre resource:Rhythm_and_blues . resource:Allen_Forrest rdf:type ontology:artist }",
"readable_query": "ASK WHERE { resource:Allen_Forrest property:genre resource:Rhythm_and_blues . resource:Allen_Forrest rdf:type ontology:artist }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Airport | 4 | 8426 | Id24 | [
{
"subject": "Adolfo_SuΓ‘rez_MadridβBarajas_Airport",
"property": "location",
"object": "Paracuellos_de_Jarama"
},
{
"subject": "ENAIRE",
"property": "locationCity",
"object": "Madrid"
},
{
"subject": "Madrid",
"property": "country",
"object": "Spain"
},
{
"subject": "Adolfo_SuΓ‘rez_MadridβBarajas_Airport",
"property": "operator",
"object": "ENAIRE"
}
] | [
{
"subject": "Adolfo_SuΓ‘rez_MadridβBarajas_Airport",
"property": "location",
"object": "Paracuellos_de_Jarama"
},
{
"subject": "ENAIRE",
"property": "city",
"object": "Madrid"
},
{
"subject": "Madrid",
"property": "country",
"object": "Spain"
},
{
"subject": "Adolfo_SuΓ‘rez_MadridβBarajas_Airport",
"property": "operatingOrganisation",
"object": "ENAIRE"
}
] | (X (X) (X (X (X)))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Located at Paracuellos de Jarama, Adolfo Suarez Madrid-Barajas airport is operated by ENAIRE which is in the city of Madrid, in Spain.",
"Adolfo Suarez Madrid-Barajas airport is located at Paracuellos de Jarama in the city of Madrid, Spain, the airport is operated by ENAIRE."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:location",
"resource:Paracuellos_de_Jarama"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:operating_organisation",
"resource:ENAIRE"
],
[
"resource:ENAIRE",
"property:city",
"resource:Madrid"
],
[
"resource:Madrid",
"property:country",
"resource:Spain"
]
] | Adolfo_SuΓ‘rez_MadridβBarajas_Airport | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Adolfo_SuΓ‘rez_MadridβBarajas_Airport",
"readable": "Adolfo SuΓ‘rez MadridβBarajas Airport",
"graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
},
{
"modified": "ENAIRE",
"readable": "ENAIRE",
"graph": "resource:ENAIRE"
},
{
"modified": "Madrid",
"readable": "Madrid",
"graph": "resource:Madrid"
},
{
"modified": "Paracuellos_de_Jarama",
"readable": "Paracuellos de Jarama",
"graph": "resource:Paracuellos_de_Jarama"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:Madrid property:country resource:Spain }",
"readable_query": "ASK WHERE { resource:Madrid property:country resource:Spain }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n property:leader_party resource:Ahora_Madrid }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:leader_party resource:Ahora_Madrid }",
"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 ( COUNT ( ?h ) AS ?c ) WHERE { ?h property:location resource:Paracuellos_de_Jarama . ?h property:operating_organisation resource:ENAIRE . ?h rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?c ) WHERE { ?h property:location resource:Paracuellos_de_Jarama . ?h property:operating_organisation resource:ENAIRE . ?h rdf:type ontology:airport }",
"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 ?q WHERE { ?q property:location resource:Paracuellos_de_Jarama . ?q property:operating_organisation resource:ENAIRE . ?q rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:location resource:Paracuellos_de_Jarama . ?q property:operating_organisation resource:ENAIRE . ?q rdf:type ontology:airport }",
"graph_answer": [
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
],
"readable_answer": [
"Adolfo SuΓ‘rez MadridβBarajas 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"
]
}
] |
|
Company | 6 | 12935 | Id15 | [
{
"subject": "Trane",
"property": "product",
"object": "Building_Management_System"
},
{
"subject": "Trane",
"property": "revenue",
"object": "1.0264E10"
},
{
"subject": "Trane",
"property": "netIncome",
"object": "5.563E8"
},
{
"subject": "Trane",
"property": "location",
"object": "Swords,_Dublin"
},
{
"subject": "Trane",
"property": "type",
"object": "Subsidiary"
},
{
"subject": "Trane",
"property": "foundingYear",
"object": "1913-01-01"
}
] | [
{
"subject": "Trane",
"property": "product",
"object": "Building_Management_System"
},
{
"subject": "Trane",
"property": "revenue",
"object": "10264000000"
},
{
"subject": "Trane",
"property": "netIncome",
"object": "556300000"
},
{
"subject": "Trane",
"property": "location",
"object": "Swords,_Dublin"
},
{
"subject": "Trane",
"property": "type",
"object": "Subsidiary"
},
{
"subject": "Trane",
"property": "foundingDate",
"object": "1913-01-01"
}
] | (X (X) (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Trane is a subsidiary founded on 1913-01-01 in Swords, Dublin, that produces building management systems. Trane has a revenue of $10,264,000,000, and a net income of about $556 million.",
"Trane is a subsidiary company founded in Swords, Dublin that makes building management systems with revenue of 10264000000. Trane was founded on 01-01-1913 has a net income of $536,300,000.",
"Trane, a manufacturer of building management systems in Swords, Dublin, was founded on January 1 1919. They are a subsidiary whose net income is $556,300,000. Their net revenue is $10,264,000,000."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Trane",
"property:net_income",
"556300000"
],
[
"resource:Trane",
"property:founding_date",
"resource:1913_01_01"
],
[
"resource:Trane",
"property:revenue",
"10264000000"
],
[
"resource:Trane",
"property:product",
"resource:Building_Management_System"
],
[
"resource:Trane",
"rdf:type",
"ontology:subsidiary"
],
[
"resource:Trane",
"rdf:type",
"ontology:company"
],
[
"resource:Trane",
"property:location",
"resource:Swords__Dublin"
]
] | Trane | [
{
"modified": "10264000000",
"readable": "10264000000",
"graph": "10264000000"
},
{
"modified": "556300000",
"readable": "556300000",
"graph": "556300000"
},
{
"modified": "Subsidiary",
"readable": "subsidiary",
"graph": "ontology:subsidiary"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "netIncome",
"readable": "net income",
"graph": "property:net_income"
},
{
"modified": "product",
"readable": "product",
"graph": "property:product"
},
{
"modified": "revenue",
"readable": "revenue",
"graph": "property:revenue"
},
{
"modified": "1913-01-01",
"readable": "1913-01-01",
"graph": "resource:1913_01_01"
},
{
"modified": "Building_Management_System",
"readable": "Building Management System",
"graph": "resource:Building_Management_System"
},
{
"modified": "Swords,_Dublin",
"readable": "Swords, Dublin",
"graph": "resource:Swords__Dublin"
},
{
"modified": "Trane",
"readable": "Trane",
"graph": "resource:Trane"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?f rdf:type ontology:company . ?f property:founding_date ?e . FILTER ( ?e = \"1913_01_01\" ) . ?f property:location ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?f rdf:type ontology:company . ?f property:founding_date ?e . FILTER ( ?e = \"1913-01-01\" ) . ?f property:location ?h }",
"graph_answer": [
"resource:Swords__Dublin"
],
"readable_answer": [
"Swords, Dublin"
],
"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 ?d WHERE { ?u property:location resource:Swords__Dublin . ?u rdf:type ontology:subsidiary . ?u property:product ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?u property:location resource:Swords,_Dublin . ?u rdf:type ontology:subsidiary . ?u property:product ?d }",
"graph_answer": [
"resource:Building_Management_System"
],
"readable_answer": [
"Building Management System"
],
"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 ?z WHERE { ?z property:location resource:Swords__Dublin . ?z rdf:type ontology:subsidiary . ?z property:product resource:Building_Management_System }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z property:location resource:Swords,_Dublin . ?z rdf:type ontology:subsidiary . ?z property:product resource:Building_Management_System }",
"graph_answer": [
"resource:Trane"
],
"readable_answer": [
"Trane"
],
"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 ?q ?a WHERE { resource:Trane property:net_income ?q . resource:Trane property:revenue ?a }",
"readable_query": "SELECT DISTINCT ?q ?a WHERE { resource:Trane property:net_income ?q . resource:Trane property:revenue ?a }",
"graph_answer": [
"556300000",
"10264000000"
],
"readable_answer": [
"556300000",
"10264000000"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Astronaut | 6 | 12920 | Id90 | [
{
"subject": "William_Anders",
"property": "selection",
"object": "1963"
},
{
"subject": "William_Anders",
"property": "nationality",
"object": "United_States"
},
{
"subject": "William_Anders",
"property": "status",
"object": "\"Retired\"@en"
},
{
"subject": "William_Anders",
"property": "birthDate",
"object": "\"1933-10-17\"^^xsd:date"
},
{
"subject": "William_Anders",
"property": "occupation",
"object": "Fighter_pilot"
},
{
"subject": "William_Anders",
"property": "birthPlace",
"object": "British_Hong_Kong"
}
] | [
{
"subject": "William_Anders",
"property": "selectedByNasa",
"object": "1963"
},
{
"subject": "William_Anders",
"property": "nationality",
"object": "United_States"
},
{
"subject": "William_Anders",
"property": "status",
"object": "\"Retired\""
},
{
"subject": "William_Anders",
"property": "birthDate",
"object": "\"1933-10-17\""
},
{
"subject": "William_Anders",
"property": "occupation",
"object": "Fighter_pilot"
},
{
"subject": "William_Anders",
"property": "birthPlace",
"object": "British_Hong_Kong"
}
] | (X (X) (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"American William Anders was born on October 17th 1933 in British Hong Kong. He joined NASA in 1963 where he worked as a fighter pilot before he retired."
],
"lang": [
""
]
} | [] | [] | [
[
"resource:William_Anders",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:William_Anders",
"property:status",
"resource:Retired"
],
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"resource:William_Anders",
"property:nationality",
"resource:United_States"
],
[
"resource:William_Anders",
"property:occupation",
"resource:Fighter_pilot"
],
[
"resource:William_Anders",
"property:birth_date",
"1933-10-17"
],
[
"resource:William_Anders",
"property:birth_place",
"resource:British_Hong_Kong"
]
] | William_Anders | [
{
"modified": "1933-10-17",
"readable": "1933-10-17",
"graph": "1933-10-17"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_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": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "British_Hong_Kong",
"readable": "British Hong Kong",
"graph": "resource:British_Hong_Kong"
},
{
"modified": "Fighter_pilot",
"readable": "Fighter pilot",
"graph": "resource:Fighter_pilot"
},
{
"modified": "Retired",
"readable": "Retired",
"graph": "resource:Retired"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?h ) , '1933' ) ) . ?b property:birth_date ?h }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?h ) , '1933' ) ) . ?b property:birth_date ?h }",
"graph_answer": [
"resource:William_Anders"
],
"readable_answer": [
"William Anders"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { resource:William_Anders property:maximum_temperature ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:William_Anders property:maximum_temperature ?i }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City | 5 | 11786 | Id7 | [
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Abilene,_Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "largestCity",
"object": "New_York_City"
},
{
"subject": "Texas",
"property": "language",
"object": "Spanish_language"
}
] | [
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Abilene,_Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "largestCity",
"object": "New_York_City"
},
{
"subject": "Texas",
"property": "language",
"object": "Spanish_language"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"New York City is the largest city in the United States which has its capital as Washington Dc and hails Spanish as a spoken language. Abilene, Texas is located within the U.S.",
"One of the languages spoken in Texas is Spanish. Abilene, Texas, is in the United States. The country's capital is Washington, D.C., and the biggest city is New York City."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Texas",
"property:language",
"resource:Spanish_language"
],
[
"resource:United_States",
"property:largest_city",
"resource:New_York_City"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:Abilene__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Abilene__Texas",
"property:country",
"resource:United_States"
],
[
"resource:Abilene__Texas",
"property:is_part_of",
"resource:Texas"
]
] | Abilene,_Texas | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Abilene,_Texas",
"readable": "Abilene, Texas",
"graph": "resource:Abilene__Texas"
},
{
"modified": "New_York_City",
"readable": "New York City",
"graph": "resource:New_York_City"
},
{
"modified": "Spanish_language",
"readable": "Spanish language",
"graph": "resource:Spanish_language"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:city . ?y property:country ?t . ?t property:capital resource:Washington__D_C_ . FILTER ( CONTAINS ( LCASE ( ?t ) , 'united' ) ) . ?y property:is_part_of resource:Texas }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:city . ?y property:country ?t . ?t property:capital resource:Washington,_D.C. . FILTER ( CONTAINS ( LCASE ( ?t ) , 'united' ) ) . ?y property:is_part_of resource:Texas }",
"graph_answer": [
"resource:Abilene__Texas"
],
"readable_answer": [
"Abilene, Texas"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { resource:Abilene__Texas rdf:type ontology:city . resource:Abilene__Texas property:country ?d . ?d property:capital resource:Washington__D_C_ . resource:Abilene__Texas property:is_part_of resource:Texas . FILTER ( CONTAINS ( LCASE ( ?d ) , 'united' ) ) }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Abilene,_Texas rdf:type ontology:city . resource:Abilene,_Texas property:country ?d . ?d property:capital resource:Washington,_D.C. . resource:Abilene,_Texas property:is_part_of resource:Texas . FILTER ( CONTAINS ( LCASE ( ?d ) , 'united' ) ) }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:stadium ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:stadium ?p }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City | 4 | 9404 | Id3 | [
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "capital",
"object": "Austin,_Texas"
},
{
"subject": "Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | [
{
"subject": "Abilene,_Texas",
"property": "isPartOf",
"object": "Texas"
},
{
"subject": "Texas",
"property": "capital",
"object": "Austin,_Texas"
},
{
"subject": "Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] | (X (X (X) (X (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abilene, is in Texas (capital of which is Austin), in the United States, where English is spoken.",
"Abilene is in Texas in the U.S. and English is spoken in that country. Austin is the capital of Texas.",
"Abilene is a part of Texas, United States. Austin is the capital city of Texas and the people speak English."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Texas",
"property:capital",
"resource:Austin__Texas"
],
[
"resource:Texas",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:Abilene__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Abilene__Texas",
"property:is_part_of",
"resource:Texas"
]
] | Abilene,_Texas | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Abilene,_Texas",
"readable": "Abilene, Texas",
"graph": "resource:Abilene__Texas"
},
{
"modified": "Austin,_Texas",
"readable": "Austin, Texas",
"graph": "resource:Austin__Texas"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?n property:capital resource:Austin__Texas . ?v property:language resource:English_language . ?n property:country ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?n property:capital resource:Austin,_Texas . ?v property:language resource:English_language . ?n property:country ?v }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?j property:is_part_of resource:Texas . ?j rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?j property:is_part_of resource:Texas . ?j rdf:type ontology:city }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"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 ?s WHERE { ?s rdf:type ontology:city . ?s property:is_part_of resource:Texas }",
"readable_query": "SELECT ?s WHERE { ?s rdf:type ontology:city . ?s property:is_part_of resource:Texas }",
"graph_answer": [
"resource:Abilene__Texas"
],
"readable_answer": [
"Abilene, Texas"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food | 4 | 9805 | Id94 | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Paul_Ryan"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"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": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
}
] | (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Paul Ryan is a leader in the US, where Washington DC is the capital. Native Americans are one of the ethnic groups. Bacon Explosion also comes from the US.",
"One leader in the U.S. is Paul Ryan where its capital is Washington, D.C. An ethnic group there are Native Americans. The Bacon Explosion sandwich comes from the U.S.",
"The Bacon Explosion comes from is the United States where Paul Ryan is a politician and Native Americans are one ethnic group. The capital of the country is Washington D.C."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:United_States",
"property:leader",
"resource:Paul_Ryan"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
]
] | Bacon_Explosion | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"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 ?i ?j WHERE { resource:United_States property:ethnic_group ?i . resource:United_States property:leader ?j }",
"readable_query": "SELECT DISTINCT ?i ?j WHERE { resource:United_States property:ethnic_group ?i . resource:United_States property:leader ?j }",
"graph_answer": [
"resource:Native_Americans_in_the_United_States",
"resource:Paul_Ryan"
],
"readable_answer": [
"Native Americans in the United States",
"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": "SELECT DISTINCT ?o WHERE { resource:United_States property:has_to_its_southwest ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:United_States property:has_to_its_southwest ?o }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut | 5 | 11449 | Id66 | [
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "affiliations",
"object": "University_of_Texas_System"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "athletics",
"object": "Big_12_Conference"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "St._Louis",
"property": "isPartOf",
"object": "Kingdom_of_France"
}
] | [
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "affiliation",
"object": "University_of_Texas_System"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "competeIn",
"object": "Big_12_Conference"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "St._Louis",
"property": "isPartOf",
"object": "Kingdom_of_France"
}
] | (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Elliot See attended the University of Texas at Austin who were affiliated to the university of Texas system which competed in the Big 12 Conference, died in St. Louis, Kingdom of France.",
"The University of Texas at Austin, which is competing in the Big 12 Conference is affiliated to the university of texas system. It is from this university that Elliot See graduated. He later died in St. Louis, a city which had been part of the Kingdom of France."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:St__Louis",
"property:is_part_of",
"resource:Kingdom_of_France"
],
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:alma_mater",
"resource:University_of_Texas_at_Austin"
],
[
"resource:University_of_Texas_at_Austin",
"property:compete_in",
"resource:Big_12_Conference"
],
[
"resource:University_of_Texas_at_Austin",
"property:affiliation",
"resource:University_of_Texas_System"
]
] | Elliot_See | [
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "competeIn",
"readable": "compete in",
"graph": "property:compete_in"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Big_12_Conference",
"readable": "Big 12 Conference",
"graph": "resource:Big_12_Conference"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "Kingdom_of_France",
"readable": "Kingdom of France",
"graph": "resource:Kingdom_of_France"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "University_of_Texas_System",
"readable": "University of Texas System",
"graph": "resource:University_of_Texas_System"
},
{
"modified": "University_of_Texas_at_Austin",
"readable": "University of Texas at Austin",
"graph": "resource:University_of_Texas_at_Austin"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?t rdf:type ontology:astronaut . ?t property:alma_mater ?d . ?t property:death_place resource:St__Louis . ?d property:compete_in resource:Big_12_Conference }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?t rdf:type ontology:astronaut . ?t property:alma_mater ?d . ?t property:death_place resource:St._Louis . ?d property:compete_in resource:Big_12_Conference }",
"graph_answer": [
"resource:University_of_Texas_at_Austin"
],
"readable_answer": [
"University of Texas at Austin"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:astronaut . resource:University_of_Texas_at_Austin property:compete_in resource:Big_12_Conference . ?a property:alma_mater resource:University_of_Texas_at_Austin . ?a property:death_place resource:St__Louis }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:astronaut . resource:University_of_Texas_at_Austin property:compete_in resource:Big_12_Conference . ?a property:alma_mater resource:University_of_Texas_at_Austin . ?a property:death_place resource:St._Louis }",
"graph_answer": [
"resource:Elliot_See"
],
"readable_answer": [
"Elliot See"
],
"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 ?h WHERE { resource:University_of_Texas_at_Austin property:most_champions ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:University_of_Texas_at_Austin property:most_champions ?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"
]
}
] |
|
WrittenWork | 2 | 5620 | Id155 | [
{
"subject": "Aenir",
"property": "mediaType",
"object": "\"Print\"@en"
},
{
"subject": "Aenir",
"property": "isbn",
"object": "\"0-439-17684-0\""
}
] | [
{
"subject": "Aenir",
"property": "mediaType",
"object": "\"Print\""
},
{
"subject": "Aenir",
"property": "isbnNumber",
"object": "\"0-439-17684-0\""
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aenir is available in print and has the ISBN number of \"0-439-17684-0\".",
"Aenir with ISBN\"0-439-17684-0\" was produced in print.",
"Aenir with the ISBN number 0-439-17684-0 is a print production."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aenir",
"property:media_type",
"resource:Print"
],
[
"resource:Aenir",
"rdf:type",
"ontology:written_work"
],
[
"resource:Aenir",
"property:isbn_number",
"resource:0_439_17684_0"
]
] | Aenir | [
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "0-439-17684-0",
"readable": "0-439-17684-0",
"graph": "resource:0_439_17684_0"
},
{
"modified": "Aenir",
"readable": "Aenir",
"graph": "resource:Aenir"
},
{
"modified": "Print",
"readable": "Print",
"graph": "resource:Print"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?o rdf:type ontology:written_work . ?o property:isbn_number '978-1-4165-4253-7' }",
"readable_query": "ASK WHERE { ?o rdf:type ontology:written_work . ?o property:isbn_number '978-1-4165-4253-7' }",
"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 { ?z property:isbn_number resource:0_439_17684_0 . ?z rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?z property:isbn_number resource:0-439-17684-0 . ?z rdf:type ontology:written_work }",
"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:written_work . ?p property:isbn_number resource:0_439_17684_0 }",
"readable_query": "SELECT ?p WHERE { ?p rdf:type ontology:written_work . ?p property:isbn_number resource:0-439-17684-0 }",
"graph_answer": [
"resource:Aenir"
],
"readable_answer": [
"Aenir"
],
"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 ?q WHERE { resource:Aenir property:media_type ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'p' ) ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Aenir property:media_type ?q . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'p' ) ) }",
"graph_answer": [
"resource:Print"
],
"readable_answer": [
"Print"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 3 | 6226 | Id62 | [
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "New_England_Patriots"
},
{
"subject": "Akeem_Ayers",
"property": "dateOfBirth",
"object": "\"1989-07-10\"^^xsd:date"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | [
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "New_England_Patriots"
},
{
"subject": "Akeem_Ayers",
"property": "birthDate",
"object": "1989-07-10"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Born on 10th July 1989, Akeem Ayers made his debut for the Tennessee Titans and later played for the New England Patriots.",
"Akeem Ayers was born July 10th, 1989 and his debut team was the Tennessee Titans but his former team is the New England Patriots.",
"Akeem Ayers was born on July 10th, 1989 and he made his debut for the Tennessee Titans but his former team is the New England Patriots."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Ayers",
"property:former_team",
"resource:New_England_Patriots"
],
[
"resource:Akeem_Ayers",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Ayers",
"property:birth_date",
"resource:1989_07_10"
],
[
"resource:Akeem_Ayers",
"property:debut_team",
"resource:Tennessee_Titans"
]
] | Akeem_Ayers | [
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "debutTeam",
"readable": "debut team",
"graph": "property:debut_team"
},
{
"modified": "formerTeam",
"readable": "former team",
"graph": "property:former_team"
},
{
"modified": "1989-07-10",
"readable": "1989-07-10",
"graph": "resource:1989_07_10"
},
{
"modified": "Akeem_Ayers",
"readable": "Akeem Ayers",
"graph": "resource:Akeem_Ayers"
},
{
"modified": "New_England_Patriots",
"readable": "New England Patriots",
"graph": "resource:New_England_Patriots"
},
{
"modified": "Tennessee_Titans",
"readable": "Tennessee Titans",
"graph": "resource:Tennessee_Titans"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?z property:debut_team ?p . ?z rdf:type ontology:athlete . ?z property:birth_date ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '1989' ) ) }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?z property:debut_team ?p . ?z rdf:type ontology:athlete . ?z property:birth_date ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '1989' ) ) }",
"graph_answer": [
"resource:Tennessee_Titans"
],
"readable_answer": [
"Tennessee Titans"
],
"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 ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '1989' ) ) . ?k property:debut_team resource:Tennessee_Titans . ?k property:birth_date ?h . ?k rdf:type ontology:athlete }",
"readable_query": "SELECT DISTINCT ?h WHERE { FILTER ( CONTAINS ( YEAR ( ?h ) , '1989' ) ) . ?k property:debut_team resource:Tennessee_Titans . ?k property:birth_date ?h . ?k rdf:type ontology:athlete }",
"graph_answer": [
"resource:1989_07_10"
],
"readable_answer": [
"1989-07-10"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:athlete . ?b property:birth_date resource:1989_07_10 . ?b property:debut_team resource:Tennessee_Titans }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:athlete . ?b property:birth_date resource:1989-07-10 . ?b property:debut_team resource:Tennessee_Titans }",
"graph_answer": [
"resource:Akeem_Ayers"
],
"readable_answer": [
"Akeem Ayers"
],
"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 ( ?i ) AS ?l ) WHERE { resource:Akeem_Ayers property:former_team ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?l ) WHERE { resource:Akeem_Ayers property:former_team ?i }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { resource:Akeem_Ayers property:former_team ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Akeem_Ayers property:former_team ?f }",
"graph_answer": [
"resource:New_England_Patriots"
],
"readable_answer": [
"New England Patriots"
],
"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"
]
}
] |
|
WrittenWork | 3 | 8319 | Id165 | [
{
"subject": "Aenir",
"property": "country",
"object": "Australians"
},
{
"subject": "Above_the_Veil",
"property": "precededBy",
"object": "Aenir"
},
{
"subject": "Aenir",
"property": "previousWork",
"object": "Castle_(novel)"
}
] | [
{
"subject": "Aenir",
"property": "country",
"object": "Australians"
},
{
"subject": "Above_the_Veil",
"property": "precededBy",
"object": "Aenir"
},
{
"subject": "Aenir",
"property": "precededBy",
"object": "Castle_(novel)"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Above the Veil was preceded By Australian novel Aenir, which was preceded by the novel Castle.",
"Aenir was written by Australians. It was preceded by the novel Castle and followed by Above the Veil.",
"Aenir, an Australian novel, is a sequel to Castle and a prequel to Above the Veil."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aenir",
"property:preceded_by",
"resource:Castle__novel_"
],
[
"resource:Aenir",
"rdf:type",
"ontology:written_work"
],
[
"resource:Aenir",
"property:country",
"resource:Australians"
],
[
"resource:Above_the_Veil",
"property:preceded_by",
"resource:Aenir"
]
] | Aenir | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "precededBy",
"readable": "preceded by",
"graph": "property:preceded_by"
},
{
"modified": "Above_the_Veil",
"readable": "Above the Veil",
"graph": "resource:Above_the_Veil"
},
{
"modified": "Aenir",
"readable": "Aenir",
"graph": "resource:Aenir"
},
{
"modified": "Australians",
"readable": "Australians",
"graph": "resource:Australians"
},
{
"modified": "Castle_(novel)",
"readable": "Castle",
"graph": "resource:Castle__novel_"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:written_work . VALUES ( ?l ) { ( resource:Castle__novel_ ) ( resource:Aenir ) } . resource:Above_the_Veil property:preceded_by ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:written_work . VALUES ( ?l ) { ( resource:Castle_(novel) ) ( resource:Aenir ) } . resource:Above_the_Veil property:preceded_by ?l }",
"graph_answer": [
"resource:Aenir"
],
"readable_answer": [
"Aenir"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?n WHERE { resource:Aenir property:preceded_by ?n . resource:Aenir property:country ?s }",
"readable_query": "SELECT DISTINCT ?s ?n WHERE { resource:Aenir property:preceded_by ?n . resource:Aenir property:country ?s }",
"graph_answer": [
"resource:Australians",
"resource:Castle__novel_"
],
"readable_answer": [
"Australians",
"Castle"
],
"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"
]
}
] |
|
Airport | 2 | 3339 | Id144 | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "country",
"object": "United_States"
}
] | [
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "country",
"object": "United_States"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Appleton International airport is located in Greenville, Wisconsin, in the United States.",
"Appleton International Airport can be found in Greenville, Wisconsin, United States.",
"The Appleton International Airport is in Greenville, Wisconsin, United States."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Appleton_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Appleton_International_Airport",
"property:location",
"resource:Greenville__Wisconsin"
],
[
"resource:Greenville__Wisconsin",
"property:country",
"resource:United_States"
]
] | Appleton_International_Airport | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Appleton_International_Airport",
"readable": "Appleton International Airport",
"graph": "resource:Appleton_International_Airport"
},
{
"modified": "Greenville,_Wisconsin",
"readable": "Greenville, Wisconsin",
"graph": "resource:Greenville__Wisconsin"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e ?t WHERE { ?t property:country resource:United_States . ?e rdf:type ontology:airport . ?e property:location ?t }",
"readable_query": "SELECT DISTINCT ?e ?t WHERE { ?t property:country resource:United_States . ?e rdf:type ontology:airport . ?e property:location ?t }",
"graph_answer": [
"resource:Appleton_International_Airport",
"resource:Greenville__Wisconsin"
],
"readable_answer": [
"Appleton International Airport",
"Greenville, Wisconsin"
],
"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"
]
}
] |
|
University | 4 | 10768 | Id60 | [
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "faculty",
"object": "737"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "students",
"object": "16000"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "country",
"object": "Denmark"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "affiliations",
"object": "European_University_Association"
}
] | [
{
"subject": "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": "country",
"object": "Denmark"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "affiliation",
"object": "European_University_Association"
}
] | (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, Denmark, 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 in Denmark has 16,000 students and 737 employees among its academic staff. It's affiliated with the European University Association.",
"An affiliate of the European University Association, the School of Business and Social Sciences at the Aarhus University in Denmark currently provides educational services to 16000 students with 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:country",
"resource:Denmark"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:number_of_students",
"16000"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property: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": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "numberOfStudents",
"readable": "number of students",
"graph": "property:number_of_students"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"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 ?x WHERE { ?s property:affiliation ?x . FILTER ( ?r > '500' ) . ?s rdf:type ontology:university . ?s property:academic_staff_size ?r }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?s property:affiliation ?x . FILTER ( ?r > '500' ) . ?s rdf:type ontology:university . ?s property:academic_staff_size ?r }",
"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": "ASK WHERE { ?l property:affiliation resource:European_University_Association . ?l rdf:type ontology:university . ?l property:academic_staff_size '100' }",
"readable_query": "ASK WHERE { ?l property:affiliation resource:European_University_Association . ?l rdf:type ontology:university . ?l property:academic_staff_size '100' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?j property:affiliation resource:European_University_Association . ?j rdf:type ontology:university . ?j property:academic_staff_size '737' }",
"readable_query": "ASK WHERE { ?j property:affiliation resource:European_University_Association . ?j rdf:type ontology:university . ?j property:academic_staff_size '737' }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?g WHERE { ?g property:affiliation resource:European_University_Association . ?g rdf:type ontology:university . ?g property:academic_staff_size '737' }",
"readable_query": "SELECT ?g WHERE { ?g property:affiliation resource:European_University_Association . ?g rdf:type ontology:university . ?g property:academic_staff_size '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": [
"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 ?i ?j WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:country ?i . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:number_of_students ?j }",
"readable_query": "SELECT DISTINCT ?i ?j WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:country ?i . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:number_of_students ?j }",
"graph_answer": [
"resource:Denmark",
"16000"
],
"readable_answer": [
"Denmark",
"16000"
],
"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 ?e WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:academic_staff_size ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:academic_staff_size ?e }",
"graph_answer": [
"737"
],
"readable_answer": [
"737"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete | 2 | 3712 | Id52 | [
{
"subject": "Akeem_Adams",
"property": "clubs",
"object": "FerencvΓ‘rosi_TC"
},
{
"subject": "Akeem_Adams",
"property": "team",
"object": "Trinidad_and_Tobago_national_football_team"
}
] | [
{
"subject": "Akeem_Adams",
"property": "club",
"object": "FerencvΓ‘rosi_TC"
},
{
"subject": "Akeem_Adams",
"property": "club",
"object": "Trinidad_and_Tobago_national_football_team"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Adams plays for Ferencvarosi TC and the Trinidad and Tobago national football team.",
"Akeem Adams is in Ferencvarosi TC. Plays for Trinidad and Tobago national football team.",
"Akeem Adams club is Ferencvarosi TC and he plays for the Trinidad and Tobago national football team."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Akeem_Adams",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Adams",
"property:club",
"resource:Ferencv_rosi_TC"
],
[
"resource:Akeem_Adams",
"property:club",
"resource:Trinidad_and_Tobago_national_football_team"
]
] | Akeem_Adams | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Akeem_Adams",
"readable": "Akeem Adams",
"graph": "resource:Akeem_Adams"
},
{
"modified": "FerencvΓ‘rosi_TC",
"readable": "FerencvΓ‘rosi TC",
"graph": "resource:Ferencv_rosi_TC"
},
{
"modified": "Trinidad_and_Tobago_national_football_team",
"readable": "Trinidad and Tobago national football team",
"graph": "resource:Trinidad_and_Tobago_national_football_team"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?r ) WHERE { resource:Akeem_Adams property:club ?j }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?r ) WHERE { resource:Akeem_Adams property:club ?j }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { resource:Akeem_Adams property:club ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Akeem_Adams property:club ?v }",
"graph_answer": [
"resource:Ferencv_rosi_TC",
"resource:Trinidad_and_Tobago_national_football_team"
],
"readable_answer": [
"FerencvΓ‘rosi TC",
"Trinidad and Tobago national football team"
],
"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"
]
}
] |
|
Athlete | 2 | 3673 | Id13 | [
{
"subject": "Aaron_Hunt",
"property": "team",
"object": "Hamburger_SV"
},
{
"subject": "Aaron_Hunt",
"property": "clubs",
"object": "SV_Werder_Bremen_II"
}
] | [
{
"subject": "Aaron_Hunt",
"property": "club",
"object": "Hamburger_SV"
},
{
"subject": "Aaron_Hunt",
"property": "club",
"object": "SV_Werder_Bremen_II"
}
] | (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Hunt, former player for SV Werder Bremen II, now plays for Hamburger SV.",
"Aaron Hunt plays for the clubs Hamburger SV and SV Werder Bremen II.",
"Aaron Hunt plays for SV Werder Bremen II and used to play for Hamburger SV."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Aaron_Hunt",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aaron_Hunt",
"property:club",
"resource:SV_Werder_Bremen_II"
],
[
"resource:Aaron_Hunt",
"property:club",
"resource:Hamburger_SV"
]
] | Aaron_Hunt | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Aaron_Hunt",
"readable": "Aaron Hunt",
"graph": "resource:Aaron_Hunt"
},
{
"modified": "Hamburger_SV",
"readable": "Hamburger SV",
"graph": "resource:Hamburger_SV"
},
{
"modified": "SV_Werder_Bremen_II",
"readable": "SV Werder Bremen II",
"graph": "resource:SV_Werder_Bremen_II"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?y ) WHERE { resource:Aaron_Hunt property:club ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?y ) WHERE { resource:Aaron_Hunt property:club ?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 ?h WHERE { resource:Aaron_Hunt property:club ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Aaron_Hunt property:club ?h }",
"graph_answer": [
"resource:SV_Werder_Bremen_II",
"resource:Hamburger_SV"
],
"readable_answer": [
"SV Werder Bremen II",
"Hamburger SV"
],
"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"
]
}
] |
|
Astronaut | 6 | 12873 | Id43 | [
{
"subject": "Buzz_Aldrin",
"property": "birthPlace",
"object": "Glen_Ridge,_New_Jersey"
},
{
"subject": "Buzz_Aldrin",
"property": "mission",
"object": "Apollo_11"
},
{
"subject": "Buzz_Aldrin",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Buzz_Aldrin",
"property": "selection",
"object": "1963"
},
{
"subject": "Buzz_Aldrin",
"property": "almaMater",
"object": "\"Massachusetts Institute of Technology, Sc.D. 1963\"@en"
},
{
"subject": "Apollo_11",
"property": "operator",
"object": "NASA"
}
] | [
{
"subject": "Buzz_Aldrin",
"property": "birthPlace",
"object": "Glen_Ridge,_New_Jersey"
},
{
"subject": "Buzz_Aldrin",
"property": "mission",
"object": "Apollo_11"
},
{
"subject": "Buzz_Aldrin",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Buzz_Aldrin",
"property": "selectedByNasa",
"object": "1963"
},
{
"subject": "Buzz_Aldrin",
"property": "almaMater",
"object": "\"Massachusetts Institute of Technology, Sc.D. 1963\""
},
{
"subject": "Apollo_11",
"property": "operator",
"object": "NASA"
}
] | (X (X) (X) (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Buzz Aldrin was born in Glen Ridge, New Jersey in the United States. He went to work for NASA in 1963. He graduated from MIT in 1963 with a doctorate in Science. He was a member of Apollo 11 which was organized by NASA.",
"Buzz Aldrin is originally from Glen Ridge, New Jersey, U.S.A., and graduated from Massachusetts Institute of Technology in 1963 with a doctorate in Science. Buzz Aldrin went on to work for NASA in 1963 where he became a member of the Apollo 11's crew.",
"Buzz Aldrin is originally from Glen Ridge, New Jersey, United States and graduated from MIT with a Sc.D in 1963. Buzz then went on to join NASA in 1963 and became a crew member of Apollo 11."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Apollo_11",
"property:operator",
"resource:NASA"
],
[
"resource:Buzz_Aldrin",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Buzz_Aldrin",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Buzz_Aldrin",
"property:mission",
"resource:Apollo_11"
],
[
"resource:Buzz_Aldrin",
"property:nationality",
"resource:United_States"
],
[
"resource:Buzz_Aldrin",
"property:alma_mater",
"Massachusetts Institute of Technology, Sc.D. 1963"
],
[
"resource:Buzz_Aldrin",
"property:birth_place",
"resource:Glen_Ridge__New_Jersey"
]
] | Buzz_Aldrin | [
{
"modified": "Massachusetts Institute of Technology, Sc.D. 1963",
"readable": "Massachusetts Institute of Technology, Sc.D. 1963",
"graph": "Massachusetts Institute of Technology, Sc.D. 1963"
},
{
"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": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "Apollo_11",
"readable": "Apollo 11",
"graph": "resource:Apollo_11"
},
{
"modified": "Buzz_Aldrin",
"readable": "Buzz Aldrin",
"graph": "resource:Buzz_Aldrin"
},
{
"modified": "Glen_Ridge,_New_Jersey",
"readable": "Glen Ridge, New Jersey",
"graph": "resource:Glen_Ridge__New_Jersey"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?d rdf:type ontology:astronaut . ?d property:mission ?t . ?d property:birth_place resource:San_Francisco }",
"readable_query": "ASK WHERE { ?d rdf:type ontology:astronaut . ?d property:mission ?t . ?d property:birth_place resource:San_Francisco }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Politician | 2 | 5196 | Id188 | [
{
"subject": "Alfred_Moore_Scales",
"property": "battles",
"object": "Battle_of_Fredericksburg"
},
{
"subject": "Battle_of_Fredericksburg",
"property": "isPartOfMilitaryConflict",
"object": "American_Civil_War"
}
] | [
{
"subject": "Alfred_Moore_Scales",
"property": "battle",
"object": "Battle_of_Fredericksburg"
},
{
"subject": "Battle_of_Fredericksburg",
"property": "isPartOfMilitaryConflict",
"object": "American_Civil_War"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfred Moore Scales fought in battles such as the Battle of Fredericksburg in the American Civil War military conflict.",
"Alfred Moore Scales fought in battles such as the Battle of Fredericksburg, part of the American Civil war.",
"Alfred Moore Scales fought in the Battle of Fredericksburg which was part of the American Civil War."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Alfred_Moore_Scales",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfred_Moore_Scales",
"property:battle",
"resource:Battle_of_Fredericksburg"
],
[
"resource:Battle_of_Fredericksburg",
"property:is_part_of_military_conflict",
"resource:American_Civil_War"
]
] | Alfred_Moore_Scales | [
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "isPartOfMilitaryConflict",
"readable": "is part of military conflict",
"graph": "property:is_part_of_military_conflict"
},
{
"modified": "Alfred_Moore_Scales",
"readable": "Alfred Moore Scales",
"graph": "resource:Alfred_Moore_Scales"
},
{
"modified": "American_Civil_War",
"readable": "American Civil War",
"graph": "resource:American_Civil_War"
},
{
"modified": "Battle_of_Fredericksburg",
"readable": "Battle of Fredericksburg",
"graph": "resource:Battle_of_Fredericksburg"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { ?e rdf:type ontology:politician . ?g property:is_part_of_military_conflict resource:Russian_Civil_War . ?e property:battle ?g }",
"readable_query": "ASK WHERE { ?e rdf:type ontology:politician . ?g property:is_part_of_military_conflict resource:Russian_Civil_War . ?e property:battle ?g }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
ComicsCharacter | 4 | 9627 | Id8 | [
{
"subject": "Bananaman",
"property": "network",
"object": "BBC"
},
{
"subject": "Bananaman",
"property": "creator",
"object": "\"Steve Bright\"@en"
},
{
"subject": "Bananaman",
"property": "starring",
"object": "Graeme_Garden"
},
{
"subject": "Bananaman",
"property": "firstAired",
"object": "\"1983-10-03\"^^xsd:date"
}
] | [
{
"subject": "Bananaman",
"property": "broadcastedBy",
"object": "BBC"
},
{
"subject": "Bananaman",
"property": "creator",
"object": "Steve_Bright"
},
{
"subject": "Bananaman",
"property": "starring",
"object": "Graeme_Garden"
},
{
"subject": "Bananaman",
"property": "firstAired",
"object": "\"1983-10-03\""
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bananaman, which was first broadcast by the BBC on 3rd October 1983, was created by Steve Bright and starred Graeme Garden.",
"Steve Bright created Bananaman which was first aired by the BBC on 3 October 1983 and starred Graeme Garden.",
"Bananaman was first aired on 3 October 1983 by the BBC. It was created by Steve Bright and starred Graeme Garden."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Bananaman",
"property:creator",
"resource:Steve_Bright"
],
[
"resource:Bananaman",
"property:broadcasted_by",
"resource:BBC"
],
[
"resource:Bananaman",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Bananaman",
"property:first_aired",
"1983-10-03"
],
[
"resource:Bananaman",
"property:starring",
"resource:Graeme_Garden"
]
] | Bananaman | [
{
"modified": "1983-10-03",
"readable": "1983-10-03",
"graph": "1983-10-03"
},
{
"modified": "broadcastedBy",
"readable": "broadcasted by",
"graph": "property:broadcasted_by"
},
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "firstAired",
"readable": "first aired",
"graph": "property:first_aired"
},
{
"modified": "starring",
"readable": "starring",
"graph": "property:starring"
},
{
"modified": "BBC",
"readable": "BBC",
"graph": "resource:BBC"
},
{
"modified": "Bananaman",
"readable": "Bananaman",
"graph": "resource:Bananaman"
},
{
"modified": "Graeme_Garden",
"readable": "Graeme Garden",
"graph": "resource:Graeme_Garden"
},
{
"modified": "Steve_Bright",
"readable": "Steve Bright",
"graph": "resource:Steve_Bright"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?o property:starring ?u . FILTER ( CONTAINS ( YEAR ( ?q ) , '1983' ) ) . ?o rdf:type ontology:comics_character . ?o property:first_aired ?q }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?o property:starring ?u . FILTER ( CONTAINS ( YEAR ( ?q ) , '1983' ) ) . ?o rdf:type ontology:comics_character . ?o property:first_aired ?q }",
"graph_answer": [
"resource:Graeme_Garden"
],
"readable_answer": [
"Graeme Garden"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?v property:starring resource:Graeme_Garden . ?v property:first_aired ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '1983' ) ) . ?v rdf:type ontology:comics_character }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:starring resource:Graeme_Garden . ?v property:first_aired ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '1983' ) ) . ?v rdf:type ontology:comics_character }",
"graph_answer": [
"resource:Bananaman"
],
"readable_answer": [
"Bananaman"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Bananaman rdf:type ontology:comics_character . resource:Bananaman property:starring resource:Graeme_Garden . resource:Bananaman property:first_aired ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Bananaman rdf:type ontology:comics_character . resource:Bananaman property:starring resource:Graeme_Garden . resource:Bananaman property:first_aired ?q }",
"graph_answer": [
"1983-10-03"
],
"readable_answer": [
"1983-10-03"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i ?o WHERE { resource:Bananaman property:creator ?o . resource:Bananaman property:broadcasted_by ?i }",
"readable_query": "SELECT DISTINCT ?i ?o WHERE { resource:Bananaman property:creator ?o . resource:Bananaman property:broadcasted_by ?i }",
"graph_answer": [
"resource:BBC",
"resource:Steve_Bright"
],
"readable_answer": [
"BBC",
"Steve Bright"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
City | 3 | 6864 | Id152 | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Hays_County,_Texas"
},
{
"subject": "Hays_County,_Texas",
"property": "largestCity",
"object": "San_Marcos,_Texas"
},
{
"subject": "Austin,_Texas",
"property": "subdivisionName",
"object": "Travis_County,_Texas"
}
] | [
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Hays_County,_Texas"
},
{
"subject": "Hays_County,_Texas",
"property": "largestCity",
"object": "San_Marcos,_Texas"
},
{
"subject": "Austin,_Texas",
"property": "isPartOf",
"object": "Travis_County,_Texas"
}
] | (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Austin in Texas is part of Travis County and Hays County, the latter of which has San Marcos as its largest city.",
"Austin, Texas is part of Travis County and also Hays County, where the largest city is San Marcos.",
"The city of Austin, (Travis County),Texas is part of Hays County whose largest city is San Marcos."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Hays_County__Texas",
"property:largest_city",
"resource:San_Marcos__Texas"
],
[
"resource:Austin__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Hays_County__Texas"
],
[
"resource:Austin__Texas",
"property:is_part_of",
"resource:Travis_County__Texas"
]
] | Austin,_Texas | [
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Austin,_Texas",
"readable": "Austin, Texas",
"graph": "resource:Austin__Texas"
},
{
"modified": "Hays_County,_Texas",
"readable": "Hays County, Texas",
"graph": "resource:Hays_County__Texas"
},
{
"modified": "San_Marcos,_Texas",
"readable": "San Marcos, Texas",
"graph": "resource:San_Marcos__Texas"
},
{
"modified": "Travis_County,_Texas",
"readable": "Travis County, Texas",
"graph": "resource:Travis_County__Texas"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'h' ) ) . resource:Austin__Texas property:is_part_of ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'h' ) ) . resource:Austin,_Texas property:is_part_of ?e }",
"graph_answer": [
"resource:Hays_County__Texas"
],
"readable_answer": [
"Hays County, Texas"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?i ) WHERE { resource:Austin__Texas property:is_part_of ?c }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?i ) WHERE { resource:Austin,_Texas property:is_part_of ?c }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Austin__Texas property:is_part_of ?a . FILTER ( ?a != resource:Hays_County__Texas ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Austin,_Texas property:is_part_of ?a . FILTER ( ?a != resource:Hays_County,_Texas ) }",
"graph_answer": [
"resource:Travis_County__Texas"
],
"readable_answer": [
"Travis County, Texas"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Hays_County__Texas property:crew_members ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Hays_County,_Texas property:crew_members ?w }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport | 5 | 10989 | Id38 | [
{
"subject": "Afonso_Pena_International_Airport",
"property": "cityServed",
"object": "Curitiba"
},
{
"subject": "Curitiba",
"property": "subdivisionName",
"object": "ParanΓ‘_(state)"
},
{
"subject": "Afonso_Pena_International_Airport",
"property": "operator",
"object": "Infraero"
},
{
"subject": "Afonso_Pena_International_Airport",
"property": "location",
"object": "SΓ£o_JosΓ©_dos_Pinhais"
},
{
"subject": "SΓ£o_JosΓ©_dos_Pinhais",
"property": "isPartOf",
"object": "South_Region,_Brazil"
}
] | [
{
"subject": "Afonso_Pena_International_Airport",
"property": "cityServed",
"object": "Curitiba"
},
{
"subject": "Curitiba",
"property": "isPartOf",
"object": "ParanΓ‘_(state)"
},
{
"subject": "Afonso_Pena_International_Airport",
"property": "operatingOrganisation",
"object": "Infraero"
},
{
"subject": "Afonso_Pena_International_Airport",
"property": "location",
"object": "SΓ£o_JosΓ©_dos_Pinhais"
},
{
"subject": "SΓ£o_JosΓ©_dos_Pinhais",
"property": "isPartOf",
"object": "South_Region,_Brazil"
}
] | (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Curitiba, part of Parana state, is served by Afonso Pena International airport. The airport is operated by Infraero and is located in Sao Jose dos Pinhais, part of the south region of Brazil.",
"Afonso Pena International Airport in SΓ£o JosΓ© dos Pinhais serves Curitiba, which is part of Parana state. SΓ£o JosΓ© dos Pinhais is part of the South Region, Brazil. Infraero is the organisation operating the airport.",
"Afonso Pena International Airport is located in Sao Jose dos Pinhais, in the south region of Brazil. It is operated by Infraero and serves Curitiba in the State of ParanΓ‘."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:S_o_Jos__dos_Pinhais",
"property:is_part_of",
"resource:South_Region__Brazil"
],
[
"resource:Curitiba",
"property:is_part_of",
"resource:Paran___state_"
],
[
"resource:Afonso_Pena_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Afonso_Pena_International_Airport",
"property:location",
"resource:S_o_Jos__dos_Pinhais"
],
[
"resource:Afonso_Pena_International_Airport",
"property:city_served",
"resource:Curitiba"
],
[
"resource:Afonso_Pena_International_Airport",
"property:operating_organisation",
"resource:Infraero"
]
] | Afonso_Pena_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": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Afonso_Pena_International_Airport",
"readable": "Afonso Pena International Airport",
"graph": "resource:Afonso_Pena_International_Airport"
},
{
"modified": "Curitiba",
"readable": "Curitiba",
"graph": "resource:Curitiba"
},
{
"modified": "Infraero",
"readable": "Infraero",
"graph": "resource:Infraero"
},
{
"modified": "ParanΓ‘_(state)",
"readable": "ParanΓ‘",
"graph": "resource:Paran___state_"
},
{
"modified": "SΓ£o_JosΓ©_dos_Pinhais",
"readable": "SΓ£o JosΓ© dos Pinhais",
"graph": "resource:S_o_Jos__dos_Pinhais"
},
{
"modified": "South_Region,_Brazil",
"readable": "South Region, Brazil",
"graph": "resource:South_Region__Brazil"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Curitiba property:is_part_of ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Curitiba property:is_part_of ?c }",
"graph_answer": [
"resource:Paran___state_"
],
"readable_answer": [
"ParanΓ‘"
],
"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 ?t WHERE { { { resource:S_o_Jos__dos_Pinhais property:is_part_of ?t } UNION { resource:Curitiba property:is_part_of ?t } } }",
"readable_query": "SELECT DISTINCT ?t WHERE { { { resource:SΓ£o_JosΓ©_dos_Pinhais property:is_part_of ?t } UNION { resource:Curitiba property:is_part_of ?t } } }",
"graph_answer": [
"resource:South_Region__Brazil",
"resource:Paran___state_"
],
"readable_answer": [
"South Region, Brazil",
"ParanΓ‘"
],
"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"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Afonso_Pena_International_Airport property:operating_organisation resource:Infraero . resource:Afonso_Pena_International_Airport rdf:type ontology:airport }",
"readable_query": "ASK WHERE { resource:Afonso_Pena_International_Airport property:operating_organisation resource:Infraero . resource:Afonso_Pena_International_Airport rdf:type ontology:airport }",
"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"
]
}
] |
|
CelestialBody | 4 | 9353 | Id70 | [
{
"subject": "107_Camilla",
"property": "discoverer",
"object": "B._Zellner"
},
{
"subject": "107_Camilla",
"property": "periapsis",
"object": "4.79343e+11"
},
{
"subject": "107_Camilla",
"property": "epoch",
"object": "\"2006-12-31\"^^xsd:date"
},
{
"subject": "107_Camilla",
"property": "Planet/apoapsis",
"object": "\"5.60937E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] | [
{
"subject": "107_Camilla",
"property": "discoverer",
"object": "B._Zellner"
},
{
"subject": "107_Camilla",
"property": "periapsis",
"object": "479343000.0 (kilometres)"
},
{
"subject": "107_Camilla",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "107_Camilla",
"property": "apoapsis",
"object": "560937000.0 (kilometres)"
}
] | (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"B.Zellner discovered 107 Camilla whose epoch date was on December 31st 2006.Its periapsis is 479343000.0 and its apoapsis is 560937000.0 kilometres.",
"Discovered by B. Zellner, 107 Camilla has the epoch 31 December 2006. this asteroid has an apoapsis of 560937000.0 kilometres and a periapsis of 479343000.0 kilometres.",
"B. Zellner discovered 107 Camilla, which has an epoch date of December 31st 2006. This asteroid's periapsis is, 479343000.0 kilometres and its apoapsis is, 560937000.0 km."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:107_Camilla",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:107_Camilla",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:107_Camilla",
"property:apoapsis",
"560937000.0 (kilometres)"
],
[
"resource:107_Camilla",
"property:periapsis",
"479343000.0 (kilometres)"
],
[
"resource:107_Camilla",
"property:discoverer",
"resource:B__Zellner"
]
] | 107_Camilla | [
{
"modified": "479343000.0 (kilometres)",
"readable": "479343000.0",
"graph": "479343000.0 (kilometres)"
},
{
"modified": "560937000.0 (kilometres)",
"readable": "560937000.0",
"graph": "560937000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "periapsis",
"readable": "periapsis",
"graph": "property:periapsis"
},
{
"modified": "107_Camilla",
"readable": "107 Camilla",
"graph": "resource:107_Camilla"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
},
{
"modified": "B._Zellner",
"readable": "B. Zellner",
"graph": "resource:B__Zellner"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?o property:epoch ?b . ?o rdf:type ontology:celestial_body . ?o property:discoverer ?h . FILTER ( ?b = \"2006_12_31\" ) }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?o property:epoch ?b . ?o rdf:type ontology:celestial_body . ?o property:discoverer ?h . FILTER ( ?b = \"2006-12-31\" ) }",
"graph_answer": [
"resource:B__Zellner"
],
"readable_answer": [
"B. Zellner"
],
"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 ?o WHERE { ?j property:discoverer resource:B__Zellner . ?j property:periapsis ?o . ?j rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?j property:discoverer resource:B._Zellner . ?j property:periapsis ?o . ?j rdf:type ontology:celestial_body }",
"graph_answer": [
"479343000.0 (kilometres)"
],
"readable_answer": [
"479343000.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 ?g WHERE { ?g property:periapsis '479343000.0 (kilometres)' . ?g property:discoverer resource:B__Zellner . ?g rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:periapsis '479343000.0 (kilometres)' . ?g property:discoverer resource:B._Zellner . ?g rdf:type ontology:celestial_body }",
"graph_answer": [
"resource:107_Camilla"
],
"readable_answer": [
"107 Camilla"
],
"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 ?f WHERE { resource:107_Camilla property:apoapsis ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:107_Camilla property:apoapsis ?f }",
"graph_answer": [
"560937000.0 (kilometres)"
],
"readable_answer": [
"560937000.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"
]
}
] |
|
Food | 3 | 7128 | Id41 | [
{
"subject": "ArrΓ²s_negre",
"property": "country",
"object": "Spain"
},
{
"subject": "ArrΓ²s_negre",
"property": "region",
"object": "Catalonia"
},
{
"subject": "ArrΓ²s_negre",
"property": "ingredient",
"object": "Cephalopod_ink"
}
] | [
{
"subject": "ArrΓ²s_negre",
"property": "country",
"object": "Spain"
},
{
"subject": "ArrΓ²s_negre",
"property": "region",
"object": "Catalonia"
},
{
"subject": "ArrΓ²s_negre",
"property": "ingredient",
"object": "Cephalopod_ink"
}
] | (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Cephalopod ink is an ingredient in ArrΓ²s negre. A dish which is from the Catalonia region, in Spain.",
"ArrΓ²s negre is from the Catalonia region of spain, it includes Cephalopod ink.",
"Arros negre is from the region of Catalonia, Spain, and one of its ingredients is Cephalopod ink."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:Arr_s_negre",
"property:ingredient",
"resource:Cephalopod_ink"
],
[
"resource:Arr_s_negre",
"rdf:type",
"ontology:food"
],
[
"resource:Arr_s_negre",
"property:country",
"resource:Spain"
],
[
"resource:Arr_s_negre",
"property:region",
"resource:Catalonia"
]
] | ArrΓ²s_negre | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "ArrΓ²s_negre",
"readable": "ArrΓ²s negre",
"graph": "resource:Arr_s_negre"
},
{
"modified": "Catalonia",
"readable": "Catalonia",
"graph": "resource:Catalonia"
},
{
"modified": "Cephalopod_ink",
"readable": "Cephalopod ink",
"graph": "resource:Cephalopod_ink"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?l ) WHERE { ?o property:ingredient ?h . ?o property:region resource:Catalonia . ?o rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?l ) WHERE { ?o property:ingredient ?h . ?o property:region resource:Catalonia . ?o rdf:type ontology:food }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?r property:ingredient ?j . ?r property:region resource:Catalonia . ?r rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?r property:ingredient ?j . ?r property:region resource:Catalonia . ?r rdf:type ontology:food }",
"graph_answer": [
"resource:Cephalopod_ink"
],
"readable_answer": [
"Cephalopod ink"
],
"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 ?p WHERE { ?p rdf:type ontology:food . ?p property:region resource:Catalonia . ?p property:ingredient resource:Cephalopod_ink }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:food . ?p property:region resource:Catalonia . ?p property:ingredient resource:Cephalopod_ink }",
"graph_answer": [
"resource:Arr_s_negre"
],
"readable_answer": [
"ArrΓ²s negre"
],
"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 ?u WHERE { resource:Arr_s_negre property:governing_body ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:ArrΓ²s_negre property:governing_body ?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"
]
}
] |
|
ComicsCharacter | 3 | 6967 | Id20 | [
{
"subject": "Bananaman",
"property": "network",
"object": "BBC"
},
{
"subject": "BBC",
"property": "locationCity",
"object": "Broadcasting_House"
},
{
"subject": "BBC",
"property": "foundedBy",
"object": "John_Reith,_1st_Baron_Reith"
}
] | [
{
"subject": "Bananaman",
"property": "broadcastedBy",
"object": "BBC"
},
{
"subject": "BBC",
"property": "city",
"object": "Broadcasting_House"
},
{
"subject": "BBC",
"property": "foundedBy",
"object": "John_Reith,_1st_Baron_Reith"
}
] | (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Bananaman the TV series was shown on the BBC which was founded by John Reith, 1st Baron Reith and is located in the Broadcasting House in London.",
"1st Baron, John Reith was the founder of BBC whose location is the Broadcasting House in London, and Bananaman was shown on the channel."
],
"lang": [
"",
""
]
} | [] | [] | [
[
"resource:Bananaman",
"property:broadcasted_by",
"resource:BBC"
],
[
"resource:Bananaman",
"rdf:type",
"ontology:comics_character"
],
[
"resource:BBC",
"property:city",
"resource:Broadcasting_House"
],
[
"resource:BBC",
"property:founded_by",
"resource:John_Reith__1st_Baron_Reith"
]
] | Bananaman | [
{
"modified": "broadcastedBy",
"readable": "broadcasted by",
"graph": "property:broadcasted_by"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "foundedBy",
"readable": "founded by",
"graph": "property:founded_by"
},
{
"modified": "BBC",
"readable": "BBC",
"graph": "resource:BBC"
},
{
"modified": "Bananaman",
"readable": "Bananaman",
"graph": "resource:Bananaman"
},
{
"modified": "Broadcasting_House",
"readable": "Broadcasting House",
"graph": "resource:Broadcasting_House"
},
{
"modified": "John_Reith,_1st_Baron_Reith",
"readable": "John Reith, 1st Baron Reith",
"graph": "resource:John_Reith__1st_Baron_Reith"
}
] | [
{
"question": [],
"graph_query": "ASK WHERE { resource:BBC property:founded_by resource:Giovanni_Bertone }",
"readable_query": "ASK WHERE { resource:BBC property:founded_by resource:Giovanni_Bertone }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?w WHERE { resource:BBC property:founded_by ?o . resource:BBC property:city ?w }",
"readable_query": "SELECT DISTINCT ?o ?w WHERE { resource:BBC property:founded_by ?o . resource:BBC property:city ?w }",
"graph_answer": [
"resource:John_Reith__1st_Baron_Reith",
"resource:Broadcasting_House"
],
"readable_answer": [
"John Reith, 1st Baron Reith",
"Broadcasting House"
],
"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:Bananaman property:broadcasted_by resource:BBC . resource:Bananaman rdf:type ontology:comics_character }",
"readable_query": "ASK WHERE { resource:Bananaman property:broadcasted_by resource:BBC . resource:Bananaman rdf:type ontology:comics_character }",
"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 | 2 | 4966 | Id201 | [
{
"subject": "MTU_Friedrichshafen",
"property": "locationCity",
"object": "Friedrichshafen"
},
{
"subject": "A-Rosa_Luna",
"property": "powerType",
"object": "MTU_Friedrichshafen"
}
] | [
{
"subject": "MTU_Friedrichshafen",
"property": "city",
"object": "Friedrichshafen"
},
{
"subject": "A-Rosa_Luna",
"property": "powerType",
"object": "MTU_Friedrichshafen"
}
] | (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The A-Rosa Luna is powered by a MTU Friedrichshafen engine in Friedrichshafen.",
"The A-Rosa Luna is powered by MTU Friedrichshafen made engines, located in Friedrichshafen.",
"The A-Rosa Luna is powered by a MTU Friedrichshafen engine which was created in the city of Friedrichshafen."
],
"lang": [
"",
"",
""
]
} | [] | [] | [
[
"resource:A_Rosa_Luna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:A_Rosa_Luna",
"property:power_type",
"resource:MTU_Friedrichshafen"
],
[
"resource:MTU_Friedrichshafen",
"property:city",
"resource:Friedrichshafen"
]
] | A-Rosa_Luna | [
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "A-Rosa_Luna",
"readable": "A-Rosa Luna",
"graph": "resource:A_Rosa_Luna"
},
{
"modified": "Friedrichshafen",
"readable": "Friedrichshafen",
"graph": "resource:Friedrichshafen"
},
{
"modified": "MTU_Friedrichshafen",
"readable": "MTU Friedrichshafen",
"graph": "resource:MTU_Friedrichshafen"
}
] | [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a ?q WHERE { ?a rdf:type ontology:mean_of_transportation . ?q property:city resource:Friedrichshafen . ?a property:power_type ?q }",
"readable_query": "SELECT DISTINCT ?a ?q WHERE { ?a rdf:type ontology:mean_of_transportation . ?q property:city resource:Friedrichshafen . ?a property:power_type ?q }",
"graph_answer": [
"resource:A_Rosa_Luna",
"resource:MTU_Friedrichshafen"
],
"readable_answer": [
"A-Rosa Luna",
"MTU Friedrichshafen"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
Dataset Card for WEBNLG-QA
Dataset Summary
WEBNLG-QA is a conversational question answering dataset grounded on WEBNLG. It consists in a set of question-answering dialogues (follow-up question-answer pairs) based on short paragraphs of text. Each paragraph is associated a knowledge graph (from WEBNLG). The questions are associated with SPARQL queries.
Supported tasks
- Knowledge-based question-answering
- SPARQL-to-Text conversion
Knowledge based question-answering
Below is an example of dialogue:
- Q1: What is used as an instrument is Sludge Metal or in Post-metal?
- A1: Singing, Synthesizer
- Q2: And what about Sludge Metal in particular?
- A2: Singing
- Q3: Does the Year of No Light album Nord belong to this genre?
- A3: Yes.
SPARQL-to-Text Question Generation
SPARQL-to-Text question generation refers to the task of converting a SPARQL query into a natural language question, eg:
SELECT (COUNT(?country) as ?answer)
WHERE { ?country property:member_of resource:Europe .
?country property:population ?n .
FILTER ( ?n > 10000000 )
}
could be converted into:
How many European countries have more than 10 million inhabitants?
Dataset Structure
Types of questions
Comparison of question types compared to related datasets:
SimpleQuestions | ParaQA | LC-QuAD 2.0 | CSQA | WebNLQ-QA | ||
---|---|---|---|---|---|---|
Number of triplets in query | 1 | β | β | β | β | β |
2 | β | β | β | β | ||
More | β | β | β | |||
Logical connector between triplets | Conjunction | β | β | β | β | β |
Disjunction | β | β | ||||
Exclusion | β | β | ||||
Topology of the query graph | Direct | β | β | β | β | β |
Sibling | β | β | β | β | ||
Chain | β | β | β | β | ||
Mixed | β | β | ||||
Other | β | β | β | β | ||
Variable typing in the query | None | β | β | β | β | β |
Target variable | β | β | β | β | ||
Internal variable | β | β | β | β | ||
Comparisons clauses | None | β | β | β | β | β |
String | β | β | ||||
Number | β | β | β | |||
Date | β | β | ||||
Superlative clauses | No | β | β | β | β | β |
Yes | β | |||||
Answer type | Entity (open) | β | β | β | β | β |
Entity (closed) | β | β | ||||
Number | β | β | β | |||
Boolean | β | β | β | β | ||
Answer cardinality | 0 (unanswerable) | β | β | |||
1 | β | β | β | β | β | |
More | β | β | β | β | ||
Number of target variables | 0 (β ASK verb) | β | β | β | β | |
1 | β | β | β | β | β | |
2 | β | β | ||||
Dialogue context | Self-sufficient | β | β | β | β | β |
Coreference | β | β | ||||
Ellipsis | β | β | ||||
Meaning | Meaningful | β | β | β | β | β |
Non-sense | β |
Data splits
Text verbalization is only available for a subset of the test set, referred to as challenge set. Other sample only contain dialogues in the form of follow-up sparql queries.
Train | Validation | Test | Challenge | |
---|---|---|---|---|
Questions | 27727 | 3485 | 4179 | 332 |
Dialogues | 1001 | 1264 | 1417 | 100 |
NL question per query | 0 | 0 | 0 | 2 |
Characters per query | 129 (Β± 43) | 131 (Β± 45) | 122 (Β± 45) | 113 (Β± 38) |
Tokens per question | - | - | - | 8.4 (Β± 4.5) |
Additional information
Related datasets
This corpus is part of a set of 5 datasets released for SPARQL-to-Text generation, namely:
- Non conversational datasets
- Conversational datasets
Licencing information
- Content from original dataset: CC-BY-SA 4.0
- New content: CC BY-SA 4.0
Citation information
This dataset
@inproceedings{lecorve2022sparql2text,
title={SPARQL-to-Text Question Generation for Knowledge-Based Conversational Applications},
author={Lecorv\'e, Gw\'enol\'e and Veyret, Morgan and Brabant, Quentin and Rojas-Barahona, Lina M.},
journal={Proceedings of the Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the International Joint Conference on Natural Language Processing (AACL-IJCNLP)},
year={2022}
}
The underlying corpus WEBNLG 3.0
@inproceedings{castro-ferreira-etal-2020-2020,
title = "The 2020 Bilingual, Bi-Directional {W}eb{NLG}+ Shared Task: Overview and Evaluation Results ({W}eb{NLG}+ 2020)",
author = "Castro Ferreira, Thiago and Gardent, Claire and Ilinykh, Nikolai and van der Lee, Chris and Mille, Simon and Moussallem, Diego and Shimorina, Anastasia",
booktitle = "Proceedings of the 3rd International Workshop on Natural Language Generation from the Semantic Web (WebNLG+)",
year = "2020",
pages = "55--76"
}
- Downloads last month
- 56