category
string | size
int32 | id
string | eid
string | original_triple_sets
list | modified_triple_sets
list | shape
string | shape_type
string | lex
dict | test_category
string | dbpedia_links
list | links
list | graph
list | main_entity
string | mappings
list | dialogue
list |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CelestialBody | 4 | 9380 | Id97 | [
{
"subject": "109_Felicitas",
"property": "epoch",
"object": "\"December 31, 2006 (JD2454100.5)\""
},
{
"subject": "109_Felicitas",
"property": "mass",
"object": "\"7500.0\"^^xsd:double"
},
{
"subject": "109_Felicitas",
"property": "orbitalPeriod",
"object": "1.39705e+08"
},
{
"subject": "109_Felicitas",
"property": "periapsis",
"object": "2.83326e+11"
}
]
| [
{
"subject": "109_Felicitas",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "109_Felicitas",
"property": "mass",
"object": "7.5 (kilograms)"
},
{
"subject": "109_Felicitas",
"property": "orbitalPeriod",
"object": "139705000.0"
},
{
"subject": "109_Felicitas",
"property": "periapsis",
"object": "283326000000.0"
}
]
| (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The epoch date of 109 Felicitas is December 31st, 2006. Its mass is 7.5 kilograms while its orbital period is 139,705,000 and its periapsis is 283,326,000,000.",
"109 Felicitas has an epoch date of 31 December 2006 and a mass of 7.5 kg. The periapsis measurement is 283326000000.0. and it has an orbital period of 139705000.0.",
"109 Felicitas, which has a mass of 7.5kgs has the epoch date of 31 December 2006. It has an orbital period of 139705000.0 and a periapsis of 283326000000.0."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:109_Felicitas",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:109_Felicitas",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:109_Felicitas",
"property:mass",
"7.5 (kilograms)"
],
[
"resource:109_Felicitas",
"property:periapsis",
"resource:283326000000_0"
],
[
"resource:109_Felicitas",
"property:orbital_period",
"resource:139705000_0"
]
]
| 109_Felicitas | [
{
"modified": "7.5 (kilograms)",
"readable": "7.5",
"graph": "7.5 (kilograms)"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "mass",
"readable": "mass",
"graph": "property:mass"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "periapsis",
"readable": "periapsis",
"graph": "property:periapsis"
},
{
"modified": "109_Felicitas",
"readable": "109 Felicitas",
"graph": "resource:109_Felicitas"
},
{
"modified": "139705000.0",
"readable": "139705000.0",
"graph": "resource:139705000_0"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
},
{
"modified": "283326000000.0",
"readable": "283326000000.0",
"graph": "resource:283326000000_0"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?b property:epoch ?p . ?b rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?p ) , '2006' ) ) . ?b property:orbital_period ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?b property:epoch ?p . ?b rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?p ) , '2006' ) ) . ?b property:orbital_period ?r }",
"graph_answer": [
"resource:139705000_0"
],
"readable_answer": [
"139705000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?k property:epoch ?x . ?k rdf:type ontology:celestial_body . ?k property:orbital_period resource:139705000_0 }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?k property:epoch ?x . ?k rdf:type ontology:celestial_body . ?k property:orbital_period resource:139705000.0 }",
"graph_answer": [
"resource:2006_12_31"
],
"readable_answer": [
"2006-12-31"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?w property:periapsis ?c . ?w property:epoch ?i . ?w rdf:type ontology:celestial_body . FILTER ( ?i = \"2006_12_31\" ) }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?w property:periapsis ?c . ?w property:epoch ?i . ?w rdf:type ontology:celestial_body . FILTER ( ?i = \"2006-12-31\" ) }",
"graph_answer": [
"resource:283326000000_0"
],
"readable_answer": [
"283326000000.0"
],
"type": [
"coreference",
"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 ?j WHERE { ?j property:periapsis resource:283326000000_0 . FILTER ( ?v = \"2006_12_31\" ) . ?j property:epoch ?v . ?j rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:periapsis resource:283326000000.0 . FILTER ( ?v = \"2006-12-31\" ) . ?j property:epoch ?v . ?j rdf:type ontology:celestial_body }",
"graph_answer": [
"resource:109_Felicitas"
],
"readable_answer": [
"109 Felicitas"
],
"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 ?o WHERE { resource:109_Felicitas property:number_of_locations ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:109_Felicitas property:number_of_locations ?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"
]
}
]
|
|
Athlete | 3 | 6191 | Id27 | [
{
"subject": "Abner_(footballer)",
"property": "clubs",
"object": "Coritiba_Foot_Ball_Club"
},
{
"subject": "Abner_(footballer)",
"property": "team",
"object": "C.D._FAS"
},
{
"subject": "Abner_(footballer)",
"property": "dateOfBirth",
"object": "\"1996-05-30\"^^xsd:date"
}
]
| [
{
"subject": "Abner_(footballer)",
"property": "club",
"object": "Coritiba_Foot_Ball_Club"
},
{
"subject": "Abner_(footballer)",
"property": "club",
"object": "C.D._FAS"
},
{
"subject": "Abner_(footballer)",
"property": "birthDate",
"object": "1996-05-30"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abner is a footballer who was born on 30 May 1996 . He belongs to the CD FAS club and plays for Coritiba FC.",
"The footballer Abner was born on 30 May 1996 and plays for CD FAS and Coritiba Football Club.",
"Abner was born on 30 May 1996, belongs to the club CD FAS and plays for Coritiba Football club."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Abner__footballer_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Abner__footballer_",
"property:club",
"resource:C_D__FAS"
],
[
"resource:Abner__footballer_",
"property:club",
"resource:Coritiba_Foot_Ball_Club"
],
[
"resource:Abner__footballer_",
"property:birth_date",
"resource:1996_05_30"
]
]
| Abner_(footballer) | [
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "1996-05-30",
"readable": "1996-05-30",
"graph": "resource:1996_05_30"
},
{
"modified": "Abner_(footballer)",
"readable": "Abner",
"graph": "resource:Abner__footballer_"
},
{
"modified": "C.D._FAS",
"readable": "C.D. FAS",
"graph": "resource:C_D__FAS"
},
{
"modified": "Coritiba_Foot_Ball_Club",
"readable": "Coritiba Foot Ball Club",
"graph": "resource:Coritiba_Foot_Ball_Club"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:athlete . ?q property:birth_date ?b . FILTER ( CONTAINS ( YEAR ( ?b ) , '1996' ) ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:athlete . ?q property:birth_date ?b . FILTER ( CONTAINS ( YEAR ( ?b ) , '1996' ) ) }",
"graph_answer": [
"resource:Abner__footballer_"
],
"readable_answer": [
"Abner"
],
"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 ?g WHERE { resource:Abner__footballer_ property:birth_date ?g . resource:Abner__footballer_ rdf:type ontology:athlete }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Abner_(footballer) property:birth_date ?g . resource:Abner_(footballer) rdf:type ontology:athlete }",
"graph_answer": [
"resource:1996_05_30"
],
"readable_answer": [
"1996-05-30"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"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 ?z WHERE { resource:Abner__footballer_ property:club ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Abner_(footballer) property:club ?z }",
"graph_answer": [
"resource:C_D__FAS",
"resource:Coritiba_Foot_Ball_Club"
],
"readable_answer": [
"C.D. FAS",
"Coritiba Foot Ball Club"
],
"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 | 4 | 10887 | Id106 | [
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "language",
"object": "English_language"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
]
| [
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "language",
"object": "English_language"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
]
| (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The book Alcatraz Versus the Evil Librarians comes from the U.S., where there is an ethnic group of Native Americans. The book is written in English, that is spoken in Great Britain.",
"Alcatraz Versus the Evil Librarians was written in English which is spoken in Great Britain. The book originates from the United States where one of the ethnic groups are the Native Americans.",
"The book Alcatraz Versus the Evil Librarians, from the United States, is written in English, also spoken in Great Britain. Native Americans are one of the ethnic groups of the United States."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:English_language",
"property:spoken_in",
"resource:Great_Britain"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"rdf:type",
"ontology:written_work"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:language",
"resource:English_language"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:country",
"resource:United_States"
]
]
| Alcatraz_Versus_the_Evil_Librarians | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "spokenIn",
"readable": "spoken in",
"graph": "property:spoken_in"
},
{
"modified": "Alcatraz_Versus_the_Evil_Librarians",
"readable": "Alcatraz Versus the Evil Librarians",
"graph": "resource:Alcatraz_Versus_the_Evil_Librarians"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Great_Britain",
"readable": "Great Britain",
"graph": "resource:Great_Britain"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?m rdf:type ontology:written_work . ?m property:language ?y . ?m property:country resource:United_States . ?y property:spoken_in resource:Great_Britain }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?m rdf:type ontology:written_work . ?m property:language ?y . ?m property:country resource:United_States . ?y property:spoken_in resource:Great_Britain }",
"graph_answer": [
"resource:English_language"
],
"readable_answer": [
"English language"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:language resource:English_language . ?u rdf:type ontology:written_work . ?u property:country ?k . ?k property:ethnic_group resource:Native_Americans_in_the_United_States }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:language resource:English_language . ?u rdf:type ontology:written_work . ?u property:country ?k . ?k property:ethnic_group resource:Native_Americans_in_the_United_States }",
"graph_answer": [
"resource:Alcatraz_Versus_the_Evil_Librarians"
],
"readable_answer": [
"Alcatraz Versus the Evil Librarians"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Politician | 5 | 12531 | Id50 | [
{
"subject": "Adam_Holloway",
"property": "battles",
"object": "Gulf_War"
},
{
"subject": "Gulf_War",
"property": "commander",
"object": "Colin_Powell"
},
{
"subject": "United_Kingdom",
"property": "capital",
"object": "London"
},
{
"subject": "Adam_Holloway",
"property": "branch",
"object": "Grenadier_Guards"
},
{
"subject": "Adam_Holloway",
"property": "nationality",
"object": "United_Kingdom"
}
]
| [
{
"subject": "Adam_Holloway",
"property": "battle",
"object": "Gulf_War"
},
{
"subject": "Gulf_War",
"property": "commander",
"object": "Colin_Powell"
},
{
"subject": "United_Kingdom",
"property": "capital",
"object": "London"
},
{
"subject": "Adam_Holloway",
"property": "militaryBranch",
"object": "Grenadier_Guards"
},
{
"subject": "Adam_Holloway",
"property": "nationality",
"object": "United_Kingdom"
}
]
| (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Colin Powell was a commander in the Gulf War, a conflict that Adam Holloway was involved in. Adam Holloway, served in the Grenadier Guards and is a national of the United Kingdom, the capital of which, is London.",
"Adam Holloway is from London. the capital of U.K., and was involved in Gulf War battles with his commander Colin Powell. He served in the Grenadier Guards.",
"Colin Powell was the commander in the Gulf War, a war Adam Holloway fought in. Adam Holloway served in the Grenadier Guards and is a national of the United Kingdom, where the capital is London."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:United_Kingdom",
"property:capital",
"resource:London"
],
[
"resource:Adam_Holloway",
"rdf:type",
"ontology:politician"
],
[
"resource:Adam_Holloway",
"property:nationality",
"resource:United_Kingdom"
],
[
"resource:Adam_Holloway",
"property:military_branch",
"resource:Grenadier_Guards"
],
[
"resource:Adam_Holloway",
"property:battle",
"resource:Gulf_War"
],
[
"resource:Gulf_War",
"property:commander",
"resource:Colin_Powell"
]
]
| Adam_Holloway | [
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "militaryBranch",
"readable": "military branch",
"graph": "property:military_branch"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Adam_Holloway",
"readable": "Adam Holloway",
"graph": "resource:Adam_Holloway"
},
{
"modified": "Colin_Powell",
"readable": "Colin Powell",
"graph": "resource:Colin_Powell"
},
{
"modified": "Grenadier_Guards",
"readable": "Grenadier Guards",
"graph": "resource:Grenadier_Guards"
},
{
"modified": "Gulf_War",
"readable": "Gulf War",
"graph": "resource:Gulf_War"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "United_Kingdom",
"readable": "United Kingdom",
"graph": "resource:United_Kingdom"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?y rdf:type ontology:politician . FILTER ( CONTAINS ( LCASE ( ?c ) , 'gulf' ) ) . ?y property:nationality resource:United_Kingdom . ?c property:commander resource:Colin_Powell . ?y property:battle ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?y rdf:type ontology:politician . FILTER ( CONTAINS ( LCASE ( ?c ) , 'gulf' ) ) . ?y property:nationality resource:United_Kingdom . ?c property:commander resource:Colin_Powell . ?y property:battle ?c }",
"graph_answer": [
"resource:Gulf_War"
],
"readable_answer": [
"Gulf War"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?o property:capital resource:London . ?d property:battle resource:Gulf_War . ?d rdf:type ontology:politician . ?d property:nationality ?o }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?o property:capital resource:London . ?d property:battle resource:Gulf_War . ?d rdf:type ontology:politician . ?d property:nationality ?o }",
"graph_answer": [
"resource:Adam_Holloway"
],
"readable_answer": [
"Adam Holloway"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { resource:Adam_Holloway property:military_branch ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Adam_Holloway property:military_branch ?b }",
"graph_answer": [
"resource:Grenadier_Guards"
],
"readable_answer": [
"Grenadier Guards"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Artist | 3 | 5973 | Id119 | [
{
"subject": "Alex_Day",
"property": "associatedBand",
"object": "Chameleon_Circuit_(band)"
},
{
"subject": "Alex_Day",
"property": "genre",
"object": "Folk_music"
},
{
"subject": "Alex_Day",
"property": "associatedMusicalArtist",
"object": "Charlie_McDonnell"
}
]
| [
{
"subject": "Alex_Day",
"property": "associatedBand/associatedMusicalArtist",
"object": "Chameleon_Circuit_(band)"
},
{
"subject": "Alex_Day",
"property": "genre",
"object": "Folk_music"
},
{
"subject": "Alex_Day",
"property": "associatedBand/associatedMusicalArtist",
"object": "Charlie_McDonnell"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alex Day plays Folk music with the band Chameleon Circuit. Alex is associated with Charlie McDonnell, musician.",
"Folk musician Alex Day is a member of Chameleon Circuit and associated with musician Charlie McDonnell.",
"Folk music is the genre of Alex Day, who plays with the band Chameleon Circuit and is associated with the musical artist, Charlie McDonnell."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alex_Day",
"rdf:type",
"ontology:artist"
],
[
"resource:Alex_Day",
"property:associated_band_associated_musical_artist",
"resource:Chameleon_Circuit__band_"
],
[
"resource:Alex_Day",
"property:associated_band_associated_musical_artist",
"resource:Charlie_McDonnell"
],
[
"resource:Alex_Day",
"property:genre",
"resource:Folk_music"
]
]
| Alex_Day | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Alex_Day",
"readable": "Alex Day",
"graph": "resource:Alex_Day"
},
{
"modified": "Chameleon_Circuit_(band)",
"readable": "Chameleon Circuit",
"graph": "resource:Chameleon_Circuit__band_"
},
{
"modified": "Charlie_McDonnell",
"readable": "Charlie McDonnell",
"graph": "resource:Charlie_McDonnell"
},
{
"modified": "Folk_music",
"readable": "Folk music",
"graph": "resource:Folk_music"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?i ) WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?s }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?i ) WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?s }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Alex_Day property:associated_band_associated_musical_artist ?m }",
"graph_answer": [
"resource:Chameleon_Circuit__band_",
"resource:Charlie_McDonnell"
],
"readable_answer": [
"Chameleon Circuit",
"Charlie McDonnell"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Alex_Day property:genre resource:Folk_music }",
"readable_query": "ASK WHERE { resource:Alex_Day property:genre resource:Folk_music }",
"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"
]
}
]
|
|
Artist | 5 | 11279 | Id130 | [
{
"subject": "Alison_O'Donnell",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Jazz",
"property": "derivative",
"object": "Funk"
},
{
"subject": "Jazz",
"property": "musicFusionGenre",
"object": "Afrobeat"
},
{
"subject": "Alison_O'Donnell",
"property": "instrument",
"object": "Bodhrán"
},
{
"subject": "Jazz",
"property": "stylisticOrigin",
"object": "Folk_music"
}
]
| [
{
"subject": "Alison_O'Donnell",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Jazz",
"property": "derivative",
"object": "Funk"
},
{
"subject": "Jazz",
"property": "musicFusionGenre",
"object": "Afrobeat"
},
{
"subject": "Alison_O'Donnell",
"property": "instrument",
"object": "Bodhrán"
},
{
"subject": "Jazz",
"property": "stylisticOrigin",
"object": "Folk_music"
}
]
| (X (X) (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alison O'Donnell plays the bodhran and is a jazz musician. Jazz music originates from folk music, is derived into funk, and is an element of the fusion genre Afrobeat.",
"Funk music is derived from Jazz which has its stylistic origins in folk music. The musical genre Afrobeat is a fusion of other genres such as Jazz as played by Alison O'Donnell on the bodhran.",
"Alison O'Donnell is a Bodhrán player and jazz musician. Jazz derives from folk music and is the major influence on funk and Afrobeat."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alison_O_Donnell",
"rdf:type",
"ontology:artist"
],
[
"resource:Alison_O_Donnell",
"property:genre",
"resource:Jazz"
],
[
"resource:Alison_O_Donnell",
"property:instrument",
"resource:Bodhr_n"
],
[
"resource:Jazz",
"property:derivative",
"resource:Funk"
],
[
"resource:Jazz",
"property:stylistic_origin",
"resource:Folk_music"
],
[
"resource:Jazz",
"property:music_fusion_genre",
"resource:Afrobeat"
]
]
| Alison_O'Donnell | [
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "instrument",
"readable": "instrument",
"graph": "property:instrument"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Afrobeat",
"readable": "Afrobeat",
"graph": "resource:Afrobeat"
},
{
"modified": "Alison_O'Donnell",
"readable": "Alison O'Donnell",
"graph": "resource:Alison_O_Donnell"
},
{
"modified": "Bodhrán",
"readable": "Bodhrán",
"graph": "resource:Bodhr_n"
},
{
"modified": "Folk_music",
"readable": "Folk music",
"graph": "resource:Folk_music"
},
{
"modified": "Funk",
"readable": "Funk",
"graph": "resource:Funk"
},
{
"modified": "Jazz",
"readable": "Jazz",
"graph": "resource:Jazz"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?d property:music_fusion_genre resource:Nu_metal . ?g rdf:type ontology:artist . ?g property:genre ?d }",
"readable_query": "ASK WHERE { ?d property:music_fusion_genre resource:Nu_metal . ?g rdf:type ontology:artist . ?g property:genre ?d }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Food | 5 | 12120 | Id67 | [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "White_Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
]
| [
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "White_Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
]
| (X (X (X) (X) (X) (X))) | mixed | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"The Bacon Explosion comes from the United States where the capital is Washington D.C. and the leader was once President Barack Obama. White Americans are one ethnic group of the country."
],
"lang": [
""
]
} | []
| []
| [
[
"resource:United_States",
"property:leader",
"resource:Barack_Obama"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:White_Americans"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
]
]
| Bacon_Explosion | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Barack_Obama",
"readable": "Barack Obama",
"graph": "resource:Barack_Obama"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
},
{
"modified": "White_Americans",
"readable": "White Americans",
"graph": "resource:White_Americans"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?h ) WHERE { resource:Bacon_Explosion property:country ?v }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?h ) WHERE { resource:Bacon_Explosion property:country ?v }",
"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 ?c WHERE { resource:Bacon_Explosion property:country ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Bacon_Explosion property:country ?c }",
"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": "SELECT DISTINCT ?u ?l WHERE { resource:United_States property:leader_title ?u . resource:United_States property:capital ?l }",
"readable_query": "SELECT DISTINCT ?u ?l WHERE { resource:United_States property:leader_title ?u . resource:United_States property:capital ?l }",
"graph_answer": [
"resource:President_of_the_United_States",
"resource:Washington__D_C_"
],
"readable_answer": [
"President of the United States",
"Washington, D.C."
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g ?q WHERE { resource:United_States property:ethnic_group ?g . resource:United_States property:leader ?q }",
"readable_query": "SELECT DISTINCT ?g ?q WHERE { resource:United_States property:ethnic_group ?g . resource:United_States property:leader ?q }",
"graph_answer": [
"resource:White_Americans",
"resource:Barack_Obama"
],
"readable_answer": [
"White Americans",
"Barack Obama"
],
"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"
]
}
]
|
|
Athlete | 3 | 6253 | Id89 | [
{
"subject": "Al_Kharaitiyat_SC",
"property": "ground",
"object": "Al_Khor"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "clubs",
"object": "Al-Zawra'a_SC"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "team",
"object": "Al_Kharaitiyat_SC"
}
]
| [
{
"subject": "Al_Kharaitiyat_SC",
"property": "ground",
"object": "Al_Khor"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "club",
"object": "Al-Zawra'a_SC"
},
{
"subject": "Alaa_Abdul-Zahra",
"property": "club",
"object": "Al_Kharaitiyat_SC"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alaa Abdul Zahra plays for Al Kharaitiyat SC, which is located in Al Khor. He also played for Al-Zawra'a SC.",
"Alaa Abdul Zahra plays for Al Kharaitiyat SC which is in Al Khor. His club is also Al-Zawra'a SC.",
"Al-Zawra'a SC member, Alaa Abdul Zahra is also a member of Al Khor located, AL Kharaitiyat SC."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alaa_Abdul_Zahra",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alaa_Abdul_Zahra",
"property:club",
"resource:Al_Zawra_a_SC"
],
[
"resource:Alaa_Abdul_Zahra",
"property:club",
"resource:Al_Kharaitiyat_SC"
],
[
"resource:Al_Kharaitiyat_SC",
"property:ground",
"resource:Al_Khor"
]
]
| Alaa_Abdul-Zahra | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "Al_Kharaitiyat_SC",
"readable": "Al Kharaitiyat SC",
"graph": "resource:Al_Kharaitiyat_SC"
},
{
"modified": "Al_Khor",
"readable": "Al Khor",
"graph": "resource:Al_Khor"
},
{
"modified": "Al-Zawra'a_SC",
"readable": "Al-Zawra'a SC",
"graph": "resource:Al_Zawra_a_SC"
},
{
"modified": "Alaa_Abdul-Zahra",
"readable": "Alaa Abdul-Zahra",
"graph": "resource:Alaa_Abdul_Zahra"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { { resource:Alaa_Abdul_Zahra property:club ?n } MINUS { ?n property:ground resource:Al_Khor } }",
"readable_query": "SELECT DISTINCT ?n WHERE { { resource:Alaa_Abdul-Zahra property:club ?n } MINUS { ?n property:ground resource:Al_Khor } }",
"graph_answer": [
"resource:Al_Zawra_a_SC"
],
"readable_answer": [
"Al-Zawra'a SC"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?d != resource:Al_Zawra_a_SC ) . resource:Alaa_Abdul_Zahra property:club ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?d != resource:Al-Zawra'a_SC ) . resource:Alaa_Abdul-Zahra property:club ?d }",
"graph_answer": [
"resource:Al_Kharaitiyat_SC"
],
"readable_answer": [
"Al Kharaitiyat SC"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Building | 3 | 6422 | Id42 | [
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "United_Kingdom"
},
{
"subject": "United_Kingdom",
"property": "leaderName",
"object": "Elizabeth_II"
},
{
"subject": "United_Kingdom",
"property": "currency",
"object": "Pound_sterling"
}
]
| [
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "United_Kingdom"
},
{
"subject": "United_Kingdom",
"property": "leader",
"object": "Elizabeth_II"
},
{
"subject": "United_Kingdom",
"property": "currency",
"object": "Pound_sterling"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Elizabeth II is a leader of the United Kingdom which uses the pound sterling as currency. The UK is also the location of 20 Fenchurch Street."
],
"lang": [
""
]
} | []
| []
| [
[
"resource:United_Kingdom",
"property:leader",
"resource:Elizabeth_II"
],
[
"resource:United_Kingdom",
"property:currency",
"resource:Pound_sterling"
],
[
"resource:20_Fenchurch_Street",
"rdf:type",
"ontology:building"
],
[
"resource:20_Fenchurch_Street",
"property:location",
"resource:United_Kingdom"
]
]
| 20_Fenchurch_Street | [
{
"modified": "currency",
"readable": "currency",
"graph": "property:currency"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "20_Fenchurch_Street",
"readable": "20 Fenchurch Street",
"graph": "resource:20_Fenchurch_Street"
},
{
"modified": "Elizabeth_II",
"readable": "Elizabeth II",
"graph": "resource:Elizabeth_II"
},
{
"modified": "Pound_sterling",
"readable": "Pound sterling",
"graph": "resource:Pound_sterling"
},
{
"modified": "United_Kingdom",
"readable": "United Kingdom",
"graph": "resource:United_Kingdom"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?g property:currency resource:Iraqi_dinar . ?d rdf:type ontology:building . ?d property:location ?g }",
"readable_query": "ASK WHERE { ?g property:currency resource:Iraqi_dinar . ?d rdf:type ontology:building . ?d property:location ?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"
]
}
]
|
|
Building | 2 | 3988 | Id140 | [
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "significantBuilding",
"object": "Riverside_Art_Museum"
}
]
| [
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "significantBuilding",
"object": "Riverside_Art_Museum"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Julia Morgan was the architect of the Asilomar Conference Grounds and the Riverside Art Museum.",
"Julia Morgan was the architect of the grounds of Asilomar Conference and the Riverside Art Museum."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Asilomar_Conference_Grounds",
"property:architect",
"resource:Julia_Morgan"
],
[
"resource:Asilomar_Conference_Grounds",
"rdf:type",
"ontology:building"
],
[
"resource:Julia_Morgan",
"property:significant_building",
"resource:Riverside_Art_Museum"
]
]
| Asilomar_Conference_Grounds | [
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "significantBuilding",
"readable": "significant building",
"graph": "property:significant_building"
},
{
"modified": "Asilomar_Conference_Grounds",
"readable": "Asilomar Conference Grounds",
"graph": "resource:Asilomar_Conference_Grounds"
},
{
"modified": "Julia_Morgan",
"readable": "Julia Morgan",
"graph": "resource:Julia_Morgan"
},
{
"modified": "Riverside_Art_Museum",
"readable": "Riverside Art Museum",
"graph": "resource:Riverside_Art_Museum"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?t ) WHERE { ?e property:significant_building resource:Riverside_Art_Museum . ?q rdf:type ontology:building . ?q property:architect ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?t ) WHERE { ?e property:significant_building resource:Riverside_Art_Museum . ?q rdf:type ontology:building . ?q property:architect ?e }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:architect ?n . ?n property:significant_building resource:Riverside_Art_Museum . ?u rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:architect ?n . ?n property:significant_building resource:Riverside_Art_Museum . ?u rdf:type ontology:building }",
"graph_answer": [
"resource:Asilomar_Conference_Grounds"
],
"readable_answer": [
"Asilomar Conference Grounds"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { resource:Asilomar_Conference_Grounds property:family ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Asilomar_Conference_Grounds property:family ?f }",
"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 | 5 | 11183 | Id34 | [
{
"subject": "Abradab",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Funk"
},
{
"subject": "Abradab",
"property": "background",
"object": "\"solo_singer\"@en"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigins",
"object": "Disco"
}
]
| [
{
"subject": "Abradab",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Funk"
},
{
"subject": "Abradab",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Disco"
}
]
| (X (X) (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abradab performs hip hop music and has a background as a solo singer. Hip Hop music has origins in Funk and Disco, and Drum and bass derives its sounds from hip hop music.",
"Abradab is a hip hop musician with a background as a solo singer. Hip hop originates from funk and disco and was derived into drum and bass music.",
"Abradab is a Hip hop singer. Hip hop gives itself to Drum and Bass with its own origins in Funk and disco."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Abradab",
"rdf:type",
"ontology:artist"
],
[
"resource:Abradab",
"property:background",
"resource:solo_singer"
],
[
"resource:Abradab",
"property:genre",
"resource:Hip_hop_music"
],
[
"resource:Hip_hop_music",
"property:derivative",
"resource:Drum_and_bass"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Disco"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Funk"
]
]
| Abradab | [
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Abradab",
"readable": "Abradab",
"graph": "resource:Abradab"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "Drum_and_bass",
"readable": "Drum and bass",
"graph": "resource:Drum_and_bass"
},
{
"modified": "Funk",
"readable": "Funk",
"graph": "resource:Funk"
},
{
"modified": "Hip_hop_music",
"readable": "Hip hop music",
"graph": "resource:Hip_hop_music"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?q ) WHERE { resource:Hip_hop_music property:stylistic_origin ?v }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?q ) WHERE { resource:Hip_hop_music property:stylistic_origin ?v }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { resource:Hip_hop_music property:stylistic_origin ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Hip_hop_music property:stylistic_origin ?f }",
"graph_answer": [
"resource:Disco",
"resource:Funk"
],
"readable_answer": [
"Disco",
"Funk"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Abradab property:background resource:solo_singer . resource:Abradab rdf:type ontology:artist }",
"readable_query": "ASK WHERE { resource:Abradab property:background resource:solo_singer . resource:Abradab rdf:type ontology:artist }",
"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"
]
}
]
|
|
City | 2 | 4250 | Id100 | [
{
"subject": "Atlanta",
"property": "populationDensity",
"object": "\"1299.0\"^^<http://dbpedia.org/datatype/inhabitantsPerSquareKilometre>"
},
{
"subject": "Atlanta",
"property": "areaTotal",
"object": "\"347.1\"^^<http://dbpedia.org/datatype/squareKilometre>"
}
]
| [
{
"subject": "Atlanta",
"property": "populationDensity",
"object": "1299.0 (inhabitants per square kilometre)"
},
{
"subject": "Atlanta",
"property": "areaTotal",
"object": "347.1 (square kilometres)"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The total area of Atlanta is 347.1 (square kilometres) and the population density is 1299.0 inhabitants per square kilometre.",
"Atlanta has a population density of 1299 inhabitants per sq km and a total area of 347.1 sq km.",
"Atlanta covers an area of 347.1 sq km and has a population density of 1299 inhabitants per sq kilometre."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Atlanta",
"property:area_total",
"347.1 (square kilometres)"
],
[
"resource:Atlanta",
"rdf:type",
"ontology:city"
],
[
"resource:Atlanta",
"property:population_density",
"1299.0 (inhabitants per square kilometre)"
]
]
| Atlanta | [
{
"modified": "1299.0 (inhabitants per square kilometre)",
"readable": "1299.0",
"graph": "1299.0 (inhabitants per square kilometre)"
},
{
"modified": "347.1 (square kilometres)",
"readable": "347.1",
"graph": "347.1 (square kilometres)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "Atlanta",
"readable": "Atlanta",
"graph": "resource:Atlanta"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?z rdf:type ontology:city . ?z property:population_density ?u . ?z property:area_total '16.55 (square kilometres)' }",
"readable_query": "ASK WHERE { ?z rdf:type ontology:city . ?z property:population_density ?u . ?z property:area_total '16.55 (square kilometres)' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
City | 2 | 4169 | Id19 | [
{
"subject": "Albany,_Oregon",
"property": "areaTotal",
"object": "4.597e+07"
},
{
"subject": "Albany,_Oregon",
"property": "populationDensity",
"object": "\"1104.1\"^^xsd:double"
}
]
| [
{
"subject": "Albany,_Oregon",
"property": "areaTotal",
"object": "45.97 (square kilometres)"
},
{
"subject": "Albany,_Oregon",
"property": "populationDensity",
"object": "1104.1 (inhabitants per square kilometre)"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albany, Oregon has a population density of 1104.1 inhabitants per square kilometre and covers an area of 45.97 sq km.",
"Albany, in Oregon has a population density of 1104.1 inhabitants per sq km and a total area of 45.97 sq km.",
"The total area of Albany, Oregon is 45.97 sq km and the population density is 1104.1 inhabitants per sq km."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Albany__Oregon",
"property:area_total",
"45.97 (square kilometres)"
],
[
"resource:Albany__Oregon",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Oregon",
"property:population_density",
"1104.1 (inhabitants per square kilometre)"
]
]
| Albany,_Oregon | [
{
"modified": "1104.1 (inhabitants per square kilometre)",
"readable": "1104.1",
"graph": "1104.1 (inhabitants per square kilometre)"
},
{
"modified": "45.97 (square kilometres)",
"readable": "45.97",
"graph": "45.97 (square kilometres)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "Albany,_Oregon",
"readable": "Albany, Oregon",
"graph": "resource:Albany__Oregon"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?y property:area_total '44.125 (square kilometres)' . ?y property:population_density ?l . ?y rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?y property:area_total '44.125 (square kilometres)' . ?y property:population_density ?l . ?y rdf:type ontology:city }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
WrittenWork | 3 | 8201 | Id47 | [
{
"subject": "AIP_Advances",
"property": "coden",
"object": "\"AAIDBI\"@en"
},
{
"subject": "AIP_Advances",
"property": "editor",
"object": "\"Vincent H. Crespi, Bernard S. Gerstman, A.T. Charlie Johnson, Masaaki Tanaka, Enge G. Wang\"@en"
},
{
"subject": "AIP_Advances",
"property": "abbreviation",
"object": "\"AIP Adv.\""
}
]
| [
{
"subject": "AIP_Advances",
"property": "abbreviation",
"object": "\"AIP Adv.\""
},
{
"subject": "AIP_Advances",
"property": "codenCode",
"object": "\"AAIDBI\""
},
{
"subject": "AIP_Advances",
"property": "editor",
"object": "\"Vincent H. Crespi, Bernard S. Gerstman, A.T. Charlie Johnson, Masaaki Tanaka, Enge G. Wang\""
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AIP Advances (abbreviated to AIP Adv.) was edited by Vincent H. Crespi, Bernard S. Gerstman, A.T. Charlie Johnson, Masaaki Tanaka, Enge G. Wang and has the CODEN code of AAIDBI.",
"The editors of AIP Advances (abbreviated to AIP Adv) are Vincent H. Crespi, Bernard S. Gerstman, A.T. Charlie Johnson, Masaaki Tanaka and Enge G. Wang. The coden code for AIP Advances is AAIDBI.",
"AIP Advances editors include Vincent H. Crespi, Bernard S. Gerstman, A.T. Charlie Johnson, Masaaki Tanaka, and Enge G. Wang. It has the CODEN code of \"AAIDBI\" and is abbreviated to AIP Adv."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:AIP_Advances",
"property:coden_code",
"resource:AAIDBI"
],
[
"resource:AIP_Advances",
"property:editor",
"resource:Masaaki_Tanaka"
],
[
"resource:AIP_Advances",
"property:editor",
"resource:Enge_G__Wang"
],
[
"resource:AIP_Advances",
"property:editor",
"resource:A_T__Charlie_Johnson"
],
[
"resource:AIP_Advances",
"property:editor",
"resource:Bernard_S__Gerstman"
],
[
"resource:AIP_Advances",
"property:editor",
"resource:Vincent_H__Crespi"
],
[
"resource:AIP_Advances",
"property:abbreviation",
"resource:AIP_Adv_"
],
[
"resource:AIP_Advances",
"rdf:type",
"ontology:written_work"
]
]
| AIP_Advances | [
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "codenCode",
"readable": "coden code",
"graph": "property:coden_code"
},
{
"modified": "editor",
"readable": "editor",
"graph": "property:editor"
},
{
"modified": "AAIDBI",
"readable": "AAIDBI",
"graph": "resource:AAIDBI"
},
{
"modified": "AIP Adv.",
"readable": "AIP Adv.",
"graph": "resource:AIP_Adv_"
},
{
"modified": "AIP_Advances",
"readable": "AIP Advances",
"graph": "resource:AIP_Advances"
},
{
"modified": "A.T. Charlie Johnson",
"readable": "A.T. Charlie Johnson",
"graph": "resource:A_T__Charlie_Johnson"
},
{
"modified": "Bernard S. Gerstman",
"readable": "Bernard S. Gerstman",
"graph": "resource:Bernard_S__Gerstman"
},
{
"modified": "Enge G. Wang",
"readable": "Enge G. Wang",
"graph": "resource:Enge_G__Wang"
},
{
"modified": "Masaaki Tanaka",
"readable": "Masaaki Tanaka",
"graph": "resource:Masaaki_Tanaka"
},
{
"modified": "Vincent H. Crespi",
"readable": "Vincent H. Crespi",
"graph": "resource:Vincent_H__Crespi"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?y rdf:type ontology:written_work . ?y property:coden_code resource:ATISET . ?y property:editor resource:Vincent_H__Crespi }",
"readable_query": "ASK WHERE { ?y rdf:type ontology:written_work . ?y property:coden_code resource:ATISET . ?y property:editor resource:Vincent_H._Crespi }",
"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 { ?x property:coden_code resource:AAIDBI . ?x property:editor resource:Vincent_H__Crespi . ?x rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?x property:coden_code resource:AAIDBI . ?x property:editor resource:Vincent_H._Crespi . ?x rdf:type ontology:written_work }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?l WHERE { ?l rdf:type ontology:written_work . ?l property:coden_code resource:AAIDBI . ?l property:editor resource:Vincent_H__Crespi }",
"readable_query": "SELECT ?l WHERE { ?l rdf:type ontology:written_work . ?l property:coden_code resource:AAIDBI . ?l property:editor resource:Vincent_H._Crespi }",
"graph_answer": [
"resource:AIP_Advances"
],
"readable_answer": [
"AIP Advances"
],
"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 ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . resource:AIP_Advances property:editor ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . resource:AIP_Advances property:editor ?e }",
"graph_answer": [
"resource:A_T__Charlie_Johnson"
],
"readable_answer": [
"A.T. Charlie Johnson"
],
"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 ?e WHERE { resource:AIP_Advances property:editor resource:A_T__Charlie_Johnson . FILTER ( STRSTARTS ( LCASE ( resource:A_T__Charlie_Johnson ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:AIP_Advances property:editor resource:A.T._Charlie_Johnson . FILTER ( STRSTARTS ( LCASE ( resource:A.T._Charlie_Johnson ) , 'a' ) ) }",
"graph_answer": [
"resource:Masaaki_Tanaka"
],
"readable_answer": [
"Masaaki Tanaka"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?o ) WHERE { resource:AIP_Advances property:editor ?z }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?o ) WHERE { resource:AIP_Advances property:editor ?z }",
"graph_answer": [
"5"
],
"readable_answer": [
"5"
],
"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"
]
}
]
|
|
Astronaut | 5 | 11408 | Id25 | [
{
"subject": "Alan_Shepard",
"property": "status",
"object": "\"Deceased\"@en"
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "selection",
"object": "1959"
},
{
"subject": "Alan_Shepard",
"property": "birthDate",
"object": "\"1923-11-18\"^^xsd:date"
}
]
| [
{
"subject": "Alan_Shepard",
"property": "status",
"object": "\"Deceased\""
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "selectedByNasa",
"object": "1959"
},
{
"subject": "Alan_Shepard",
"property": "birthDate",
"object": "\"1923-11-18\""
}
]
| (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan Shepard was born on 18 November 1923 in New Hampshire. He was selected to serve with NASA in 1959 and died in California.",
"Alan Shepard was born in New Hampshire on 18 November 1923. He was selected to serve with NASA in 1959, and died in California.",
"Alan Shepard, who was born on November 18th 1923 in New Hampshire has died in California. One of his great achievements in life was being chosen by NASA in 1959."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alan_Shepard",
"property:selected_by_nasa",
"resource:1959"
],
[
"resource:Alan_Shepard",
"property:status",
"resource:Deceased"
],
[
"resource:Alan_Shepard",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Shepard",
"property:death_place",
"resource:California"
],
[
"resource:Alan_Shepard",
"property:birth_date",
"1923-11-18"
],
[
"resource:Alan_Shepard",
"property:birth_place",
"resource:New_Hampshire"
]
]
| Alan_Shepard | [
{
"modified": "1923-11-18",
"readable": "1923-11-18",
"graph": "1923-11-18"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"modified": "1959",
"readable": "1959",
"graph": "resource:1959"
},
{
"modified": "Alan_Shepard",
"readable": "Alan Shepard",
"graph": "resource:Alan_Shepard"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Deceased",
"readable": "Deceased",
"graph": "resource:Deceased"
},
{
"modified": "New_Hampshire",
"readable": "New Hampshire",
"graph": "resource:New_Hampshire"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?a rdf:type ontology:astronaut . ?a property:birth_date ?i . ?a property:birth_place ?q . FILTER ( ?i = \"1923-11-18\" ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?a rdf:type ontology:astronaut . ?a property:birth_date ?i . ?a property:birth_place ?q . FILTER ( ?i = \"1923-11-18\" ) }",
"graph_answer": [
"resource:New_Hampshire"
],
"readable_answer": [
"New Hampshire"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p property:birth_place resource:New_Hampshire . FILTER ( ?s = \"1923-11-18\" ) . ?p rdf:type ontology:astronaut . ?p property:birth_date ?s }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:birth_place resource:New_Hampshire . FILTER ( ?s = \"1923-11-18\" ) . ?p rdf:type ontology:astronaut . ?p property:birth_date ?s }",
"graph_answer": [
"resource:Alan_Shepard"
],
"readable_answer": [
"Alan Shepard"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Alan_Shepard property:discovered ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Alan_Shepard property:discovered ?e }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
City | 5 | 11915 | Id136 | [
{
"subject": "Contra_Costa_County,_California",
"property": "isPartOf",
"object": "San_Francisco_Bay_Area"
},
{
"subject": "Antioch,_California",
"property": "settlementType",
"object": "California"
},
{
"subject": "Antioch,_California",
"property": "subdivisionName",
"object": "Contra_Costa_County,_California"
},
{
"subject": "Antioch,_California",
"property": "leaderTitle",
"object": "United_States_House_of_Representatives"
},
{
"subject": "California",
"property": "language",
"object": "Spanish_language"
}
]
| [
{
"subject": "Contra_Costa_County,_California",
"property": "isPartOf",
"object": "San_Francisco_Bay_Area"
},
{
"subject": "Antioch,_California",
"property": "isPartOf",
"object": "California"
},
{
"subject": "Antioch,_California",
"property": "isPartOf",
"object": "Contra_Costa_County,_California"
},
{
"subject": "Antioch,_California",
"property": "leaderTitle",
"object": "United_States_House_of_Representatives"
},
{
"subject": "California",
"property": "language",
"object": "Spanish_language"
}
]
| (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The city of Antioch is part of Contra Costa County in the San Francisco Bay Area in California. Spanish is spoken in that state. Antioch is led by the United States House of Representatives.",
"Antioch is located in California where the Spanish language is spoken. It is part of Contra Costa County in the San Francisco Bay area and is led by the United States House of Representatives.",
"Antioch, is part of Contra Costa County, which in turn, is part of the San Francisco Bay Area, in California, where Spanish is spoken. the United States House of Representatives, is the leader title of Antioch."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Contra_Costa_County__California",
"property:is_part_of",
"resource:San_Francisco_Bay_Area"
],
[
"resource:Antioch__California",
"property:leader_title",
"resource:United_States_House_of_Representatives"
],
[
"resource:Antioch__California",
"rdf:type",
"ontology:city"
],
[
"resource:Antioch__California",
"property:is_part_of",
"resource:Contra_Costa_County__California"
],
[
"resource:Antioch__California",
"property:is_part_of",
"resource:California"
],
[
"resource:California",
"property:language",
"resource:Spanish_language"
]
]
| Antioch,_California | [
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Antioch,_California",
"readable": "Antioch, California",
"graph": "resource:Antioch__California"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Contra_Costa_County,_California",
"readable": "Contra Costa County, California",
"graph": "resource:Contra_Costa_County__California"
},
{
"modified": "San_Francisco_Bay_Area",
"readable": "San Francisco Bay Area",
"graph": "resource:San_Francisco_Bay_Area"
},
{
"modified": "Spanish_language",
"readable": "Spanish language",
"graph": "resource:Spanish_language"
},
{
"modified": "United_States_House_of_Representatives",
"readable": "United States House of Representatives",
"graph": "resource:United_States_House_of_Representatives"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { { { resource:Contra_Costa_County__California property:is_part_of ?o } UNION { resource:Antioch__California property:is_part_of ?o } } }",
"readable_query": "SELECT DISTINCT ?o WHERE { { { resource:Contra_Costa_County,_California property:is_part_of ?o } UNION { resource:Antioch,_California property:is_part_of ?o } } }",
"graph_answer": [
"resource:San_Francisco_Bay_Area",
"resource:California"
],
"readable_answer": [
"San Francisco Bay Area",
"California"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:California property:aircraft_fighter ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:California property:aircraft_fighter ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Artist | 5 | 11298 | Id149 | [
{
"subject": "Anders_Osborne",
"property": "associatedMusicalArtist",
"object": "Billy_Iuso"
},
{
"subject": "Anders_Osborne",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Anders_Osborne",
"property": "associatedActs",
"object": "Voice_of_the_Wetlands_All-Stars"
},
{
"subject": "Anders_Osborne",
"property": "activeYearsStartYear",
"object": "\"1989\"^^xsd:gYear"
},
{
"subject": "Anders_Osborne",
"property": "associatedBand",
"object": "Tab_Benoit"
}
]
| [
{
"subject": "Anders_Osborne",
"property": "associatedBand/associatedMusicalArtist",
"object": "Billy_Iuso"
},
{
"subject": "Anders_Osborne",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Anders_Osborne",
"property": "associatedBand/associatedMusicalArtist",
"object": "Voice_of_the_Wetlands_All-Stars"
},
{
"subject": "Anders_Osborne",
"property": "activeYearsStartYear",
"object": "1989"
},
{
"subject": "Anders_Osborne",
"property": "associatedBand/associatedMusicalArtist",
"object": "Tab_Benoit"
}
]
| (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Rock musician Anders Osborne started performing in 1989. He has worked with Tab Benoit and is associated with Billy Iuso and the Voice of the Wetlands All-Stars.",
"Rock musician Anders Osborne, who began performing in 1989, was with the band Voice of the Wetlands All-Stars. He has worked with Tab Benoit and the musical artist Billy Iuso.",
"Rock musician Anders Osborne, who began his career in 1989 is associated with the artists: Voice of the Wetlands All-Stars, Tab Benoit and Billy Iuso."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Anders_Osborne",
"rdf:type",
"ontology:artist"
],
[
"resource:Anders_Osborne",
"property:associated_band_associated_musical_artist",
"resource:Voice_of_the_Wetlands_All_Stars"
],
[
"resource:Anders_Osborne",
"property:associated_band_associated_musical_artist",
"resource:Billy_Iuso"
],
[
"resource:Anders_Osborne",
"property:associated_band_associated_musical_artist",
"resource:Tab_Benoit"
],
[
"resource:Anders_Osborne",
"property:active_years_start_year",
"resource:1989"
],
[
"resource:Anders_Osborne",
"property:genre",
"resource:Rock_music"
]
]
| Anders_Osborne | [
{
"modified": "activeYearsStartYear",
"readable": "active years start year",
"graph": "property:active_years_start_year"
},
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "1989",
"readable": "1989",
"graph": "resource:1989"
},
{
"modified": "Anders_Osborne",
"readable": "Anders Osborne",
"graph": "resource:Anders_Osborne"
},
{
"modified": "Billy_Iuso",
"readable": "Billy Iuso",
"graph": "resource:Billy_Iuso"
},
{
"modified": "Rock_music",
"readable": "Rock music",
"graph": "resource:Rock_music"
},
{
"modified": "Tab_Benoit",
"readable": "Tab Benoit",
"graph": "resource:Tab_Benoit"
},
{
"modified": "Voice_of_the_Wetlands_All-Stars",
"readable": "Voice of the Wetlands All-Stars",
"graph": "resource:Voice_of_the_Wetlands_All_Stars"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'v' ) ) }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'v' ) ) }",
"graph_answer": [
"resource:Voice_of_the_Wetlands_All_Stars"
],
"readable_answer": [
"Voice of the Wetlands All-Stars"
],
"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 ( ?u ) AS ?y ) WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?u }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?y ) WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?u }",
"graph_answer": [
"3"
],
"readable_answer": [
"3"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?a . FILTER ( ?a != resource:Voice_of_the_Wetlands_All_Stars ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Anders_Osborne property:associated_band_associated_musical_artist ?a . FILTER ( ?a != resource:Voice_of_the_Wetlands_All-Stars ) }",
"graph_answer": [
"resource:Billy_Iuso",
"resource:Tab_Benoit"
],
"readable_answer": [
"Billy Iuso",
"Tab Benoit"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i ?f WHERE { resource:Anders_Osborne property:active_years_start_year ?i . resource:Anders_Osborne property:genre ?f }",
"readable_query": "SELECT DISTINCT ?i ?f WHERE { resource:Anders_Osborne property:active_years_start_year ?i . resource:Anders_Osborne property:genre ?f }",
"graph_answer": [
"resource:1989",
"resource:Rock_music"
],
"readable_answer": [
"1989",
"Rock music"
],
"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 | 4 | 9956 | Id245 | [
{
"subject": "Binignit",
"property": "region",
"object": "Visayas"
},
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Sago"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Coconut_milk"
}
]
| [
{
"subject": "Binignit",
"property": "region",
"object": "Visayas"
},
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Sago"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Coconut_milk"
}
]
| (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Binignit is a dish from the region of Visayas, Philippines. It includes coconut milk and sago.",
"The binignit dish can be found in the Visayas region, Philippines. It includes sago and coconut milk."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Binignit",
"property:ingredient",
"resource:Coconut_milk"
],
[
"resource:Binignit",
"property:main_ingredient",
"resource:Sago"
],
[
"resource:Binignit",
"rdf:type",
"ontology:food"
],
[
"resource:Binignit",
"property:country",
"resource:Philippines"
],
[
"resource:Binignit",
"property:region",
"resource:Visayas"
]
]
| Binignit | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Binignit",
"readable": "Binignit",
"graph": "resource:Binignit"
},
{
"modified": "Coconut_milk",
"readable": "Coconut milk",
"graph": "resource:Coconut_milk"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
},
{
"modified": "Sago",
"readable": "Sago",
"graph": "resource:Sago"
},
{
"modified": "Visayas",
"readable": "Visayas",
"graph": "resource:Visayas"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'v' ) ) . resource:Binignit property:region ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( STRSTARTS ( LCASE ( ?e ) , 'v' ) ) . resource:Binignit property:region ?e }",
"graph_answer": [
"resource:Visayas"
],
"readable_answer": [
"Visayas"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i ?s WHERE { resource:Binignit property:country ?s . resource:Binignit property:main_ingredient ?i }",
"readable_query": "SELECT DISTINCT ?i ?s WHERE { resource:Binignit property:country ?s . resource:Binignit property:main_ingredient ?i }",
"graph_answer": [
"resource:Sago",
"resource:Philippines"
],
"readable_answer": [
"Sago",
"Philippines"
],
"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 ?a WHERE { resource:Binignit property:ingredient ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Binignit property:ingredient ?a }",
"graph_answer": [
"resource:Coconut_milk"
],
"readable_answer": [
"Coconut milk"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
WrittenWork | 2 | 5487 | Id22 | [
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "mediaType",
"object": "\"Print\"@en"
}
]
| [
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "mediaType",
"object": "\"Print\""
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1634: The Ram Rebellion was written by Eric Flint and published in print.",
"Eric Flint is the author of 1634: The Ram Rebellion, currently in print.",
"Eric Flint wrote the printed book \"1634: The Ram Rebellion\"."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:1634__The_Ram_Rebellion",
"property:media_type",
"resource:Print"
],
[
"resource:1634__The_Ram_Rebellion",
"property:author",
"resource:Eric_Flint"
],
[
"resource:1634__The_Ram_Rebellion",
"rdf:type",
"ontology:written_work"
]
]
| 1634:_The_Ram_Rebellion | [
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "1634:_The_Ram_Rebellion",
"readable": "1634: The Ram Rebellion",
"graph": "resource:1634__The_Ram_Rebellion"
},
{
"modified": "Eric_Flint",
"readable": "Eric Flint",
"graph": "resource:Eric_Flint"
},
{
"modified": "Print",
"readable": "Print",
"graph": "resource:Print"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?x ) WHERE { ?n property:author ?m . ?n rdf:type ontology:written_work . ?n property:media_type resource:Print }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?x ) WHERE { ?n property:author ?m . ?n rdf:type ontology:written_work . ?n property:media_type resource:Print }",
"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 ?u WHERE { ?v property:media_type resource:Print . ?v property:author ?u . ?v rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?v property:media_type resource:Print . ?v property:author ?u . ?v rdf:type ontology:written_work }",
"graph_answer": [
"resource:Eric_Flint"
],
"readable_answer": [
"Eric Flint"
],
"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 ?a WHERE { ?a rdf:type ontology:written_work . ?a property:author resource:Eric_Flint . ?a property:media_type resource:Print . FILTER ( CONTAINS ( LCASE ( ?a ) , 'ram' ) ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:written_work . ?a property:author resource:Eric_Flint . ?a property:media_type resource:Print . FILTER ( CONTAINS ( LCASE ( ?a ) , 'ram' ) ) }",
"graph_answer": [
"resource:1634__The_Ram_Rebellion"
],
"readable_answer": [
"1634: The Ram Rebellion"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Politician | 3 | 7700 | Id31 | [
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Adenan_Satem"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Kingdom_of_Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\"@en"
}
]
| [
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Adenan_Satem"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Kingdom_of_Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\""
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Abdul Taib Mahmud was born in the Kingdom of Sarawak, resides in Demak Jaya, Jalan Bako, Kuching, Sarawak, and was succeeded by Adenan Satem.",
"Adenan Satem succeeded, Abdul Taib Mahmud, who was born in the Kingdom of Sarawak, and resides in, Demak Jaya, Jalan Bako, Kuching, Sarawak."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Abdul_Taib_Mahmud",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdul_Taib_Mahmud",
"property:successor",
"resource:Adenan_Satem"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Sarawak"
],
[
"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:birth_place",
"resource:Kingdom_of_Sarawak"
]
]
| Abdul_Taib_Mahmud | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"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": "Demak Jaya",
"readable": "Demak Jaya",
"graph": "resource:Demak_Jaya"
},
{
"modified": "Jalan Bako",
"readable": "Jalan Bako",
"graph": "resource:Jalan_Bako"
},
{
"modified": "Kingdom_of_Sarawak",
"readable": "Kingdom of Sarawak",
"graph": "resource:Kingdom_of_Sarawak"
},
{
"modified": "Kuching",
"readable": "Kuching",
"graph": "resource:Kuching"
},
{
"modified": "Sarawak",
"readable": "Sarawak",
"graph": "resource:Sarawak"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?b ) WHERE { resource:Abdul_Taib_Mahmud property:residence ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?b ) WHERE { resource:Abdul_Taib_Mahmud property:residence ?i }",
"graph_answer": [
"4"
],
"readable_answer": [
"4"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Abdul_Taib_Mahmud property:residence ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Abdul_Taib_Mahmud property:residence ?o }",
"graph_answer": [
"resource:Sarawak",
"resource:Demak_Jaya",
"resource:Jalan_Bako",
"resource:Kuching"
],
"readable_answer": [
"Sarawak",
"Demak Jaya",
"Jalan Bako",
"Kuching"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?j WHERE { resource:Abdul_Taib_Mahmud property:birth_place ?j . resource:Abdul_Taib_Mahmud property:successor ?l }",
"readable_query": "SELECT DISTINCT ?l ?j WHERE { resource:Abdul_Taib_Mahmud property:birth_place ?j . resource:Abdul_Taib_Mahmud property:successor ?l }",
"graph_answer": [
"resource:Adenan_Satem",
"resource:Kingdom_of_Sarawak"
],
"readable_answer": [
"Adenan Satem",
"Kingdom of Sarawak"
],
"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 | 4 | 9457 | Id56 | [
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "Orange_County,_California"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Assembly"
},
{
"subject": "Anaheim,_California",
"property": "areaTotal",
"object": "1.316e+08"
},
{
"subject": "Anaheim,_California",
"property": "country",
"object": "United_States"
}
]
| [
{
"subject": "Anaheim,_California",
"property": "isPartOf",
"object": "Orange_County,_California"
},
{
"subject": "Anaheim,_California",
"property": "leaderTitle",
"object": "California_State_Assembly"
},
{
"subject": "Anaheim,_California",
"property": "areaTotal",
"object": "131.6 (square kilometres)"
},
{
"subject": "Anaheim,_California",
"property": "country",
"object": "United_States"
}
]
| (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"With a total area of 131.6 square kilometres, Anaheim is a city in Orange County (California, USA), and is led by the California State Assembly.",
"Anaheim, California in Orange County is led by the California State Assembly in the U.S. and is 131.6 square kilometres large.",
"Anaheim, California is part of Orange County, California in the United States. Its total area is 131.6 square kilometres and is led by the California State Assembly."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Anaheim__California",
"property:area_total",
"131.6 (square kilometres)"
],
[
"resource:Anaheim__California",
"property:leader_title",
"resource:California_State_Assembly"
],
[
"resource:Anaheim__California",
"rdf:type",
"ontology:city"
],
[
"resource:Anaheim__California",
"property:country",
"resource:United_States"
],
[
"resource:Anaheim__California",
"property:is_part_of",
"resource:Orange_County__California"
]
]
| Anaheim,_California | [
{
"modified": "131.6 (square kilometres)",
"readable": "131.6",
"graph": "131.6 (square kilometres)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "California_State_Assembly",
"readable": "California State Assembly",
"graph": "resource:California_State_Assembly"
},
{
"modified": "Orange_County,_California",
"readable": "Orange County, California",
"graph": "resource:Orange_County__California"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?s property:is_part_of resource:Orange_County__California . ?s property:area_total '144.7 (square kilometres)' . ?s rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?s property:is_part_of resource:Orange_County,_California . ?s property:area_total '144.7 (square kilometres)' . ?s rdf:type ontology:city }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?l property:area_total '131.6 (square kilometres)' . ?l rdf:type ontology:city . ?l property:is_part_of resource:Orange_County__California }",
"readable_query": "ASK WHERE { ?l property:area_total '131.6 (square kilometres)' . ?l rdf:type ontology:city . ?l property:is_part_of resource:Orange_County,_California }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?f WHERE { ?f rdf:type ontology:city . ?f property:area_total '131.6 (square kilometres)' . ?f property:is_part_of resource:Orange_County__California }",
"readable_query": "SELECT ?f WHERE { ?f rdf:type ontology:city . ?f property:area_total '131.6 (square kilometres)' . ?f property:is_part_of resource:Orange_County,_California }",
"graph_answer": [
"resource:Anaheim__California"
],
"readable_answer": [
"Anaheim, California"
],
"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 ?n ?k WHERE { resource:Anaheim__California property:leader_title ?n . resource:Anaheim__California property:country ?k }",
"readable_query": "SELECT DISTINCT ?n ?k WHERE { resource:Anaheim,_California property:leader_title ?n . resource:Anaheim,_California property:country ?k }",
"graph_answer": [
"resource:California_State_Assembly",
"resource:United_States"
],
"readable_answer": [
"California State Assembly",
"United States"
],
"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 ?x WHERE { resource:Anaheim__California property:area_total ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Anaheim,_California property:area_total ?x }",
"graph_answer": [
"131.6 (square kilometres)"
],
"readable_answer": [
"131.6"
],
"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 | 3 | 6885 | Id173 | [
{
"subject": "New_Jersey",
"property": "capital",
"object": "Trenton,_New_Jersey"
},
{
"subject": "New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "Atlantic_City,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
}
]
| [
{
"subject": "New_Jersey",
"property": "capital",
"object": "Trenton,_New_Jersey"
},
{
"subject": "New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "Atlantic_City,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Atlantic City is part of New Jersey in the U.S. The capital of New Jersey is Trenton.",
"The capital of the state of New Jersey in the U.S. is Trenton. Atlantic City is also part of that state.",
"Atlantic City is in the state of New Jersey, United States, where the Trenton is the capital."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Atlantic_City__New_Jersey",
"rdf:type",
"ontology:city"
],
[
"resource:Atlantic_City__New_Jersey",
"property:is_part_of",
"resource:New_Jersey"
],
[
"resource:New_Jersey",
"property:capital",
"resource:Trenton__New_Jersey"
],
[
"resource:New_Jersey",
"property:country",
"resource:United_States"
]
]
| Atlantic_City,_New_Jersey | [
{
"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": "Atlantic_City,_New_Jersey",
"readable": "Atlantic City, New Jersey",
"graph": "resource:Atlantic_City__New_Jersey"
},
{
"modified": "New_Jersey",
"readable": "New Jersey",
"graph": "resource:New_Jersey"
},
{
"modified": "Trenton,_New_Jersey",
"readable": "Trenton, New Jersey",
"graph": "resource:Trenton__New_Jersey"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?r WHERE { resource:New_Jersey property:capital ?r . resource:New_Jersey property:country ?b }",
"readable_query": "SELECT DISTINCT ?b ?r WHERE { resource:New_Jersey property:capital ?r . resource:New_Jersey property:country ?b }",
"graph_answer": [
"resource:United_States",
"resource:Trenton__New_Jersey"
],
"readable_answer": [
"United States",
"Trenton, New Jersey"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Atlantic_City__New_Jersey property:is_part_of resource:New_Jersey . resource:Atlantic_City__New_Jersey rdf:type ontology:city }",
"readable_query": "ASK WHERE { resource:Atlantic_City,_New_Jersey property:is_part_of resource:New_Jersey . resource:Atlantic_City,_New_Jersey rdf:type ontology:city }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
]
|
|
Food | 3 | 7326 | Id239 | [
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Banana"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Taro"
}
]
| [
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Banana"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
},
{
"subject": "Binignit",
"property": "ingredient",
"object": "Taro"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Banana is one of the main ingredients in the dish binignit which is an ingredient in taro, the dish is from the Philippines.",
"Binignit has the main ingredient of banana but also includes taro. It originates in the Philippines.",
"One of the main ingredients in binignit is banana, originating from the philippines and has taro as an ingredient."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Binignit",
"property:ingredient",
"resource:Taro"
],
[
"resource:Binignit",
"property:main_ingredient",
"resource:Banana"
],
[
"resource:Binignit",
"rdf:type",
"ontology:food"
],
[
"resource:Binignit",
"property:country",
"resource:Philippines"
]
]
| Binignit | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "Banana",
"readable": "Banana",
"graph": "resource:Banana"
},
{
"modified": "Binignit",
"readable": "Binignit",
"graph": "resource:Binignit"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
},
{
"modified": "Taro",
"readable": "Taro",
"graph": "resource:Taro"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?e property:country resource:Philippines . ?e rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'b' ) ) . ?e property:ingredient ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?e property:country resource:Philippines . ?e rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'b' ) ) . ?e property:ingredient ?x }",
"graph_answer": [
"resource:Taro"
],
"readable_answer": [
"Taro"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . ?i property:country resource:Philippines . FILTER ( STRSTARTS ( LCASE ( ?i ) , 'b' ) ) . ?i property:ingredient resource:Taro }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . ?i property:country resource:Philippines . FILTER ( STRSTARTS ( LCASE ( ?i ) , 'b' ) ) . ?i property:ingredient resource:Taro }",
"graph_answer": [
"resource:Binignit"
],
"readable_answer": [
"Binignit"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Binignit property:derivative ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Binignit property:derivative ?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"
]
}
]
|
|
WrittenWork | 5 | 12798 | Id66 | [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
]
| [
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
]
| (X (X (X) (X) (X (X)))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Wizard of Mars was published in the United States, where English is spoken (as in Great Britain). The US includes many African Americans, and its capital city is Washington D.C.",
"A Wizard of Mars originates from the United States, where English is spoken (as in Great Britain). The capital city of the United States is Washington D.C., and African Americans are one of the nation's ethnic groups.",
"A Wizard of Mars is a book from the United States. The capital of that country is Washington D.C. and English is spoken there (as in Great Britain). One of the ethnic groups there is African American."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:A_Wizard_of_Mars",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Wizard_of_Mars",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:English_language",
"property:spoken_in",
"resource:Great_Britain"
]
]
| A_Wizard_of_Mars | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "spokenIn",
"readable": "spoken in",
"graph": "property:spoken_in"
},
{
"modified": "A_Wizard_of_Mars",
"readable": "A Wizard of Mars",
"graph": "resource:A_Wizard_of_Mars"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Great_Britain",
"readable": "Great Britain",
"graph": "resource:Great_Britain"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { ?n property:ethnic_group resource:African_Americans . ?n property:language ?w . ?w property:spoken_in resource:Great_Britain }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?n property:ethnic_group resource:African_Americans . ?n property:language ?w . ?w property:spoken_in resource:Great_Britain }",
"graph_answer": [
"resource:English_language"
],
"readable_answer": [
"English language"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j property:ethnic_group resource:African_Americans . ?j property:language ?t . ?t property:spoken_in resource:Great_Britain }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:ethnic_group resource:African_Americans . ?j property:language ?t . ?t property:spoken_in resource:Great_Britain }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"coreference",
"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 { resource:A_Wizard_of_Mars property:country resource:United_States . resource:A_Wizard_of_Mars rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { resource:A_Wizard_of_Mars property:country resource:United_States . resource:A_Wizard_of_Mars rdf:type ontology:written_work }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:United_States property:music_subgenre ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:United_States property:music_subgenre ?q }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Athlete | 2 | 3798 | Id138 | [
{
"subject": "Alessio_Romagnoli",
"property": "team",
"object": "Italy_national_under-19_football_team"
},
{
"subject": "Alessio_Romagnoli",
"property": "clubs",
"object": "\"→ Sampdoria\"@en"
}
]
| [
{
"subject": "Alessio_Romagnoli",
"property": "club",
"object": "Italy_national_under-19_football_team"
},
{
"subject": "Alessio_Romagnoli",
"property": "club",
"object": "U.C._Sampdoria"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alessio Romagnoli's club is the Italy national under 19 football team and he is also connected to UC Sampdoria.",
"Alessio Romagnoli is with the club U.C. Sampdoria. He is part of the club which is Italy's national under 19 football team.",
"Alessio Romagnoli used to play for the Italian national under-19 football team and U.C. Sampdoria."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alessio_Romagnoli",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alessio_Romagnoli",
"property:club",
"resource:Italy_national_under_19_football_team"
],
[
"resource:Alessio_Romagnoli",
"property:club",
"resource:U_C__Sampdoria"
]
]
| Alessio_Romagnoli | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Alessio_Romagnoli",
"readable": "Alessio Romagnoli",
"graph": "resource:Alessio_Romagnoli"
},
{
"modified": "Italy_national_under-19_football_team",
"readable": "Italy national under-19 football team",
"graph": "resource:Italy_national_under_19_football_team"
},
{
"modified": "U.C._Sampdoria",
"readable": "U.C. Sampdoria",
"graph": "resource:U_C__Sampdoria"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?j ) WHERE { ?e rdf:type ontology:athlete . ?e property:club resource:Italy_national_under_17_football_team }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?j ) WHERE { ?e rdf:type ontology:athlete . ?e property:club resource:Italy_national_under-17_football_team }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?o ) WHERE { resource:Alessio_Romagnoli property:club ?u }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?o ) WHERE { resource:Alessio_Romagnoli property:club ?u }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Alessio_Romagnoli property:club ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Alessio_Romagnoli property:club ?q }",
"graph_answer": [
"resource:Italy_national_under_19_football_team",
"resource:U_C__Sampdoria"
],
"readable_answer": [
"Italy national under-19 football team",
"U.C. Sampdoria"
],
"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"
]
}
]
|
|
WrittenWork | 2 | 5560 | Id95 | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
]
| [
{
"subject": "A_Loyal_Character_Dancer",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Loyal Character Dancer is published in the United States where the leader is known as the President.",
"A Loyal Character Dancer is published in the United States which is, unrelatedly, led by a president.",
"A Loyal Character Dancer is published in the United States, where the leader is known as the President."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"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": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "A_Loyal_Character_Dancer",
"readable": "A Loyal Character Dancer",
"graph": "resource:A_Loyal_Character_Dancer"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a ?r WHERE { ?r property:leader_title resource:President_of_the_United_States . ?a rdf:type ontology:written_work . ?a property:country ?r }",
"readable_query": "SELECT DISTINCT ?a ?r WHERE { ?r property:leader_title resource:President_of_the_United_States . ?a rdf:type ontology:written_work . ?a property:country ?r }",
"graph_answer": [
"resource:A_Loyal_Character_Dancer",
"resource:United_States"
],
"readable_answer": [
"A Loyal Character Dancer",
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Politician | 3 | 7728 | Id59 | [
{
"subject": "Abner_W._Sibal",
"property": "office",
"object": "\"Member of theConnecticut Senatefrom the26th District\""
},
{
"subject": "Abner_W._Sibal",
"property": "deathPlace",
"object": "Alexandria,_Virginia"
},
{
"subject": "Abner_W._Sibal",
"property": "birthPlace",
"object": "Ridgewood,_Queens"
}
]
| [
{
"subject": "Abner_W._Sibal",
"property": "office",
"object": "\"Member of the Connecticut Senate from the 26th District\""
},
{
"subject": "Abner_W._Sibal",
"property": "deathPlace",
"object": "Alexandria,_Virginia"
},
{
"subject": "Abner_W._Sibal",
"property": "birthPlace",
"object": "Ridgewood,_Queens"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abner W. Sibal was born in Ridgewood, Queens and died in Alexandria, Virginia after being a member of the Connecticut Senate from the 26th District.",
"Abner W. Sibal; was born in Ridgewood, Queens, was a member of the Connecticut Senate from the 26th District, and died in Alexandria, Virginia.",
"Born in Ridgewood, Queens, Abner W. Sibal, worked as a member of the Connecticut Senate from the 26th District and died in Alexandria, Virginia."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Abner_W__Sibal",
"rdf:type",
"ontology:politician"
],
[
"resource:Abner_W__Sibal",
"property:death_place",
"resource:Alexandria__Virginia"
],
[
"resource:Abner_W__Sibal",
"property:office",
"Member of the Connecticut Senate from the 26th District"
],
[
"resource:Abner_W__Sibal",
"property:birth_place",
"resource:Ridgewood__Queens"
]
]
| Abner_W._Sibal | [
{
"modified": "Member of the Connecticut Senate from the 26th District",
"readable": "Member of the Connecticut Senate from the 26th District",
"graph": "Member of the Connecticut Senate from the 26th District"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "Abner_W._Sibal",
"readable": "Abner W. Sibal",
"graph": "resource:Abner_W__Sibal"
},
{
"modified": "Alexandria,_Virginia",
"readable": "Alexandria, Virginia",
"graph": "resource:Alexandria__Virginia"
},
{
"modified": "Ridgewood,_Queens",
"readable": "Ridgewood, Queens",
"graph": "resource:Ridgewood__Queens"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?q property:death_place ?z . ?q rdf:type ontology:politician . ?q property:birth_place resource:Lancashire }",
"readable_query": "ASK WHERE { ?q property:death_place ?z . ?q rdf:type ontology:politician . ?q property:birth_place resource:Lancashire }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Athlete | 3 | 6165 | Id1 | [
{
"subject": "Aaron_Boogaard",
"property": "birthYear",
"object": "\"1986\"^^xsd:gYear"
},
{
"subject": "Aaron_Boogaard",
"property": "placeOfBirth",
"object": "Regina,_Saskatchewan"
},
{
"subject": "Aaron_Boogaard",
"property": "team",
"object": "Wichita_Thunder"
}
]
| [
{
"subject": "Aaron_Boogaard",
"property": "birthYear",
"object": "1986"
},
{
"subject": "Aaron_Boogaard",
"property": "birthPlace",
"object": "Regina,_Saskatchewan"
},
{
"subject": "Aaron_Boogaard",
"property": "club",
"object": "Wichita_Thunder"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Boogaard, who played for Wichita Thunder club, was born in 1986 in Regina, Saskatchewan.",
"Wichita Thunder player, Aaron Boogaard, was born in Regina, Saskatchewan, in 1986.",
"Wichita Thunder member, Aaron Boogaard, was born in 1986, in Regina, Saskatchewan."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Aaron_Boogaard",
"property:birth_year",
"resource:1986"
],
[
"resource:Aaron_Boogaard",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aaron_Boogaard",
"property:club",
"resource:Wichita_Thunder"
],
[
"resource:Aaron_Boogaard",
"property:birth_place",
"resource:Regina__Saskatchewan"
]
]
| Aaron_Boogaard | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "birthYear",
"readable": "birth year",
"graph": "property:birth_year"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "1986",
"readable": "1986",
"graph": "resource:1986"
},
{
"modified": "Aaron_Boogaard",
"readable": "Aaron Boogaard",
"graph": "resource:Aaron_Boogaard"
},
{
"modified": "Regina,_Saskatchewan",
"readable": "Regina, Saskatchewan",
"graph": "resource:Regina__Saskatchewan"
},
{
"modified": "Wichita_Thunder",
"readable": "Wichita Thunder",
"graph": "resource:Wichita_Thunder"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?z rdf:type ontology:athlete . ?z property:birth_year ?p . ?z property:birth_place resource:Bloomsbury }",
"readable_query": "ASK WHERE { ?z rdf:type ontology:athlete . ?z property:birth_year ?p . ?z property:birth_place resource:Bloomsbury }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
MeanOfTransportation | 2 | 4790 | Id25 | [
{
"subject": "AIDAluna",
"property": "MeanOfTransportation/length",
"object": "\"252000.0\"^^<http://dbpedia.org/datatype/millimetre>"
},
{
"subject": "AIDAluna",
"property": "activeYearsStartDate",
"object": "\"2009-03-22\"^^xsd:date"
}
]
| [
{
"subject": "AIDAluna",
"property": "length",
"object": "252000.0 (millimetres)"
},
{
"subject": "AIDAluna",
"property": "activeYearsStartDate",
"object": "2009-03-22"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AIDAluna which has a length of 252000.0 millimetres started its service on the 22nd of March, 2009.",
"The AIDAluna is 252 metres long, and its service was started on the 22nd of March, 2009.",
"The AIDAluna began its service on 22 March, 2009 and it is 252000.0 mms in length."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:AIDAluna",
"property:length",
"252000.0 (millimetres)"
],
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:active_years_start_date",
"resource:2009_03_22"
]
]
| AIDAluna | [
{
"modified": "252000.0 (millimetres)",
"readable": "252000.0",
"graph": "252000.0 (millimetres)"
},
{
"modified": "activeYearsStartDate",
"readable": "active years start date",
"graph": "property:active_years_start_date"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "2009-03-22",
"readable": "2009-03-22",
"graph": "resource:2009_03_22"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?y = \"2009_03_22\" ) . ?t property:length ?j . ?t rdf:type ontology:mean_of_transportation . ?t property:active_years_start_date ?y }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?y = \"2009-03-22\" ) . ?t property:length ?j . ?t rdf:type ontology:mean_of_transportation . ?t property:active_years_start_date ?y }",
"graph_answer": [
"252000.0 (millimetres)"
],
"readable_answer": [
"252000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?w = \"2009_03_22\" ) . ?b property:active_years_start_date ?w . ?b rdf:type ontology:mean_of_transportation . ?b property:length '252000.0 (millimetres)' }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?w = \"2009-03-22\" ) . ?b property:active_years_start_date ?w . ?b rdf:type ontology:mean_of_transportation . ?b property:length '252000.0 (millimetres)' }",
"graph_answer": [
"resource:AIDAluna"
],
"readable_answer": [
"AIDAluna"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Politician | 3 | 7798 | Id129 | [
{
"subject": "Agnes_Kant",
"property": "almaMater",
"object": "Radboud_University_Nijmegen"
},
{
"subject": "Agnes_Kant",
"property": "office",
"object": "\"Member of the House of Representatives\""
},
{
"subject": "Agnes_Kant",
"property": "birthPlace",
"object": "West_Germany"
}
]
| [
{
"subject": "Agnes_Kant",
"property": "office",
"object": "\"Member of the House of Representatives\""
},
{
"subject": "Agnes_Kant",
"property": "birthPlace",
"object": "West_Germany"
},
{
"subject": "Agnes_Kant",
"property": "almaMater",
"object": "Radboud_University_Nijmegen"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Agnes Kant was born in West Germany and was a member of the House of Representatives. He attended the Radboud University Nijmegen.",
"Agnes Kant was born in West Germany. She was a Member of the House of Representatives and her Alma mater was Radboud University in Nijmegen.",
"Agnes Kant, born in West Germany, graduated from Radboud University Nijmegen and worked as a member of the House of Representatives."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Agnes_Kant",
"rdf:type",
"ontology:politician"
],
[
"resource:Agnes_Kant",
"property:office",
"Member of the House of Representatives"
],
[
"resource:Agnes_Kant",
"property:alma_mater",
"resource:Radboud_University_Nijmegen"
],
[
"resource:Agnes_Kant",
"property:birth_place",
"resource:West_Germany"
]
]
| Agnes_Kant | [
{
"modified": "Member of the House of Representatives",
"readable": "Member of the House of Representatives",
"graph": "Member of the House of Representatives"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "Agnes_Kant",
"readable": "Agnes Kant",
"graph": "resource:Agnes_Kant"
},
{
"modified": "Radboud_University_Nijmegen",
"readable": "Radboud University Nijmegen",
"graph": "resource:Radboud_University_Nijmegen"
},
{
"modified": "West_Germany",
"readable": "West Germany",
"graph": "resource:West_Germany"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?z property:office ?w . ?z property:birth_place resource:Dothan__Alabama . ?z rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?z property:office ?w . ?z property:birth_place resource:Dothan,_Alabama . ?z rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Politician | 3 | 7867 | Id198 | [
{
"subject": "Allan_Shivers",
"property": "battles",
"object": "World_War_II"
},
{
"subject": "World_War_II",
"property": "commander",
"object": "Joseph_Stalin"
},
{
"subject": "Allan_Shivers",
"property": "branch",
"object": "United_States_Army"
}
]
| [
{
"subject": "Allan_Shivers",
"property": "battle",
"object": "World_War_II"
},
{
"subject": "World_War_II",
"property": "commander",
"object": "Joseph_Stalin"
},
{
"subject": "Allan_Shivers",
"property": "militaryBranch",
"object": "United_States_Army"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Joseph Stalin was a commander in World War II, the war Allan Shivers, serving in the United States Army, fought in.",
"Allan Shivers, served in the United States Army, and fought battles in World War II. One of the commanders in World War II, was Joseph Stalin.",
"Allan Shivers served in the United States Army and fought in World War II, when Joseph Stalin was a commander."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Allan_Shivers",
"rdf:type",
"ontology:politician"
],
[
"resource:Allan_Shivers",
"property:military_branch",
"resource:United_States_Army"
],
[
"resource:Allan_Shivers",
"property:battle",
"resource:World_War_II"
],
[
"resource:World_War_II",
"property:commander",
"resource:Joseph_Stalin"
]
]
| Allan_Shivers | [
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "militaryBranch",
"readable": "military branch",
"graph": "property:military_branch"
},
{
"modified": "Allan_Shivers",
"readable": "Allan Shivers",
"graph": "resource:Allan_Shivers"
},
{
"modified": "Joseph_Stalin",
"readable": "Joseph Stalin",
"graph": "resource:Joseph_Stalin"
},
{
"modified": "United_States_Army",
"readable": "United States Army",
"graph": "resource:United_States_Army"
},
{
"modified": "World_War_II",
"readable": "World War II",
"graph": "resource:World_War_II"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x property:battle ?q . ?x rdf:type ontology:politician . ?x property:military_branch resource:United_States_Army . ?q property:commander resource:Joseph_Stalin }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x property:battle ?q . ?x rdf:type ontology:politician . ?x property:military_branch resource:United_States_Army . ?q property:commander resource:Joseph_Stalin }",
"graph_answer": [
"resource:Allan_Shivers"
],
"readable_answer": [
"Allan Shivers"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Allan_Shivers rdf:type ontology:politician . resource:Allan_Shivers property:battle ?z . ?z property:commander resource:Joseph_Stalin . resource:Allan_Shivers property:military_branch resource:United_States_Army }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Allan_Shivers rdf:type ontology:politician . resource:Allan_Shivers property:battle ?z . ?z property:commander resource:Joseph_Stalin . resource:Allan_Shivers property:military_branch resource:United_States_Army }",
"graph_answer": [
"resource:World_War_II"
],
"readable_answer": [
"World War II"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Astronaut | 2 | 3615 | Id1 | [
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\""
},
{
"subject": "Alan_Bean",
"property": "almaMater",
"object": "\"UT Austin, B.S. 1955\""
}
]
| [
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\""
},
{
"subject": "Alan_Bean",
"property": "almaMater",
"object": "\"UT Austin, B.S. 1955\""
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4",
"Id5",
"Id6"
],
"text": [
"Alan Bean was born on March 15, 1932 and received a Bachelor of Science degree at the University of Texas at Austin in 1955.",
"Alan Bean was born on the 15th of March 1932 and graduated from UT Austin in 1955 with a B.S.",
"Alan Bean was born on the 15th of March 1932 and his Alma Mater is UT Austin, B.S. 1955.",
"Alan Bean (born 1932-03-15)'s alma mater was UT Austin B.S. 1955.",
"Alan Bean (born on 1932-03-15) graduated from UT Austin in 1955 with a B.Sc. degree.",
"Alan Bean was born on March 15, 1932 and his alma mater was UT Austin BS, in 1955."
],
"lang": [
"",
"",
"",
"",
"",
""
]
} | []
| []
| [
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:birth_date",
"1932-03-15"
],
[
"resource:Alan_Bean",
"property:alma_mater",
"UT Austin, B.S. 1955"
]
]
| Alan_Bean | [
{
"modified": "1932-03-15",
"readable": "1932-03-15",
"graph": "1932-03-15"
},
{
"modified": "UT Austin, B.S. 1955",
"readable": "UT Austin, B.S. 1955",
"graph": "UT Austin, B.S. 1955"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { FILTER ( ?e = \"1932-03-15\" ) . ?h property:alma_mater ?w . ?h rdf:type ontology:astronaut . ?h property:birth_date ?e }",
"readable_query": "SELECT DISTINCT ?w WHERE { FILTER ( ?e = \"1932-03-15\" ) . ?h property:alma_mater ?w . ?h rdf:type ontology:astronaut . ?h property:birth_date ?e }",
"graph_answer": [
"UT Austin, B.S. 1955"
],
"readable_answer": [
"UT Austin, B.S. 1955"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"multiple_answers",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:astronaut . FILTER ( ?g = \"1932-03-15\" ) . ?i property:birth_date ?g . ?i property:alma_mater 'UT Austin, B.S. 1955' }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:astronaut . FILTER ( ?g = \"1932-03-15\" ) . ?i property:birth_date ?g . ?i property:alma_mater 'UT Austin, B.S. 1955' }",
"graph_answer": [
"resource:Alan_Bean"
],
"readable_answer": [
"Alan Bean"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Building | 3 | 6477 | Id97 | [
{
"subject": "Addis_Ababa",
"property": "isPartOf",
"object": "Addis_Ababa_Stadium"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "location",
"object": "Addis_Ababa"
},
{
"subject": "Addis_Ababa",
"property": "country",
"object": "Ethiopia"
}
]
| [
{
"subject": "Addis_Ababa",
"property": "isPartOf",
"object": "Addis_Ababa_Stadium"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "location",
"object": "Addis_Ababa"
},
{
"subject": "Addis_Ababa",
"property": "country",
"object": "Ethiopia"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Addis Ababa in Ethiopia is the location of the Addis Ababa Stadium and the Addis Ababa City Hall.",
"Addis Ababa Stadium and Addis Ababa City Hall are located in Addis Ababa, Ethiopia.",
"The Addis Ababa Stadium and the Addis Ababa City Hall can both be found in Ethiopia."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Addis_Ababa_City_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Addis_Ababa_City_Hall",
"property:location",
"resource:Addis_Ababa"
],
[
"resource:Addis_Ababa",
"property:country",
"resource:Ethiopia"
],
[
"resource:Addis_Ababa",
"property:is_part_of",
"resource:Addis_Ababa_Stadium"
]
]
| Addis_Ababa_City_Hall | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Addis_Ababa",
"readable": "Addis Ababa",
"graph": "resource:Addis_Ababa"
},
{
"modified": "Addis_Ababa_City_Hall",
"readable": "Addis Ababa City Hall",
"graph": "resource:Addis_Ababa_City_Hall"
},
{
"modified": "Addis_Ababa_Stadium",
"readable": "Addis Ababa Stadium",
"graph": "resource:Addis_Ababa_Stadium"
},
{
"modified": "Ethiopia",
"readable": "Ethiopia",
"graph": "resource:Ethiopia"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'e' ) ) . resource:Addis_Ababa property:country ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'e' ) ) . resource:Addis_Ababa property:country ?z }",
"graph_answer": [
"resource:Ethiopia"
],
"readable_answer": [
"Ethiopia"
],
"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 ?o WHERE { ?h property:is_part_of resource:Addis_Ababa_Stadium . ?o rdf:type ontology:building . FILTER ( CONTAINS ( LCASE ( ?h ) , 'addis' ) ) . ?o property:location ?h }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?h property:is_part_of resource:Addis_Ababa_Stadium . ?o rdf:type ontology:building . FILTER ( CONTAINS ( LCASE ( ?h ) , 'addis' ) ) . ?o property:location ?h }",
"graph_answer": [
"resource:Addis_Ababa_City_Hall"
],
"readable_answer": [
"Addis Ababa City Hall"
],
"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"
]
}
]
|
|
Artist | 2 | 3566 | Id178 | [
{
"subject": "Anders_Osborne",
"property": "genre",
"object": "Blues"
},
{
"subject": "Anders_Osborne",
"property": "recordLabel",
"object": "Okeh_Records"
}
]
| [
{
"subject": "Anders_Osborne",
"property": "genre",
"object": "Blues"
},
{
"subject": "Anders_Osborne",
"property": "recordLabel",
"object": "Okeh_Records"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Blues artist Anders Osborne record label is Okeh Records.",
"Anders Osborne, a Blues artist, is signed to the record label Okeh Records."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Anders_Osborne",
"rdf:type",
"ontology:artist"
],
[
"resource:Anders_Osborne",
"property:genre",
"resource:Blues"
],
[
"resource:Anders_Osborne",
"property:record_label",
"resource:Okeh_Records"
]
]
| Anders_Osborne | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "recordLabel",
"readable": "record label",
"graph": "property:record_label"
},
{
"modified": "Anders_Osborne",
"readable": "Anders Osborne",
"graph": "resource:Anders_Osborne"
},
{
"modified": "Blues",
"readable": "Blues",
"graph": "resource:Blues"
},
{
"modified": "Okeh_Records",
"readable": "Okeh Records",
"graph": "resource:Okeh_Records"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?r WHERE { resource:Anders_Osborne property:record_label ?p . resource:Anders_Osborne property:genre ?r }",
"readable_query": "SELECT DISTINCT ?p ?r WHERE { resource:Anders_Osborne property:record_label ?p . resource:Anders_Osborne property:genre ?r }",
"graph_answer": [
"resource:Okeh_Records",
"resource:Blues"
],
"readable_answer": [
"Okeh Records",
"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"
]
}
]
|
|
Athlete | 3 | 6193 | Id29 | [
{
"subject": "Abner_(footballer)",
"property": "clubs",
"object": "Real_Madrid_Castilla"
},
{
"subject": "Abner_(footballer)",
"property": "team",
"object": "Coritiba_Foot_Ball_Club"
},
{
"subject": "Abner_(footballer)",
"property": "dateOfBirth",
"object": "\"1996-05-30\"^^xsd:date"
}
]
| [
{
"subject": "Abner_(footballer)",
"property": "club",
"object": "Real_Madrid_Castilla"
},
{
"subject": "Abner_(footballer)",
"property": "club",
"object": "Coritiba_Foot_Ball_Club"
},
{
"subject": "Abner_(footballer)",
"property": "birthDate",
"object": "1996-05-30"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The footballer Abner was born on 30/05/1996 and plays for Real Madrid Castilla and the Coritiba football club.",
"Abner, who was born on 30 May 1996, formerly played for Real Madrid Castilla, and now for Coritiba FC.",
"Born, 30th May 1996, the footballer, Abner, plays for Coritiba Football Club and for Real Madrid Castilla."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Abner__footballer_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Abner__footballer_",
"property:club",
"resource:Real_Madrid_Castilla"
],
[
"resource:Abner__footballer_",
"property:club",
"resource:Coritiba_Foot_Ball_Club"
],
[
"resource:Abner__footballer_",
"property:birth_date",
"resource:1996_05_30"
]
]
| Abner_(footballer) | [
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "1996-05-30",
"readable": "1996-05-30",
"graph": "resource:1996_05_30"
},
{
"modified": "Abner_(footballer)",
"readable": "Abner",
"graph": "resource:Abner__footballer_"
},
{
"modified": "Coritiba_Foot_Ball_Club",
"readable": "Coritiba Foot Ball Club",
"graph": "resource:Coritiba_Foot_Ball_Club"
},
{
"modified": "Real_Madrid_Castilla",
"readable": "Real Madrid Castilla",
"graph": "resource:Real_Madrid_Castilla"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?c property:birth_date ?u . ?c rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?u ) , '1996' ) ) }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:birth_date ?u . ?c rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?u ) , '1996' ) ) }",
"graph_answer": [
"resource:Abner__footballer_"
],
"readable_answer": [
"Abner"
],
"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 ?g WHERE { resource:Abner__footballer_ property:birth_date ?g . resource:Abner__footballer_ rdf:type ontology:athlete }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Abner_(footballer) property:birth_date ?g . resource:Abner_(footballer) rdf:type ontology:athlete }",
"graph_answer": [
"resource:1996_05_30"
],
"readable_answer": [
"1996-05-30"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"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 ( COUNT ( ?c ) AS ?x ) WHERE { resource:Abner__footballer_ property:club ?c }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?x ) WHERE { resource:Abner_(footballer) property:club ?c }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Abner__footballer_ property:club ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Abner_(footballer) property:club ?e }",
"graph_answer": [
"resource:Real_Madrid_Castilla",
"resource:Coritiba_Foot_Ball_Club"
],
"readable_answer": [
"Real Madrid Castilla",
"Coritiba Foot Ball Club"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Building | 3 | 6499 | Id119 | [
{
"subject": "Alan_B._Miller_Hall",
"property": "architect",
"object": "Robert_A._M._Stern"
},
{
"subject": "Mason_School_of_Business",
"property": "country",
"object": "United_States"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "currentTenants",
"object": "Mason_School_of_Business"
}
]
| [
{
"subject": "Alan_B._Miller_Hall",
"property": "architect",
"object": "Robert_A._M._Stern"
},
{
"subject": "Mason_School_of_Business",
"property": "country",
"object": "United_States"
},
{
"subject": "Alan_B._Miller_Hall",
"property": "currentTenants",
"object": "Mason_School_of_Business"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The architect of Alan B Miller Hall is Robert A M Stern. The current tenants are the Mason School of Business located in the United States.",
"The Mason School of Business in the US are currently tenants of the Robert A M Stern designed Alan B Miller Hall."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Alan_B__Miller_Hall",
"property:architect",
"resource:Robert_A__M__Stern"
],
[
"resource:Alan_B__Miller_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Alan_B__Miller_Hall",
"property:current_tenants",
"resource:Mason_School_of_Business"
],
[
"resource:Mason_School_of_Business",
"property:country",
"resource:United_States"
]
]
| Alan_B._Miller_Hall | [
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "currentTenants",
"readable": "current tenants",
"graph": "property:current_tenants"
},
{
"modified": "Alan_B._Miller_Hall",
"readable": "Alan B. Miller Hall",
"graph": "resource:Alan_B__Miller_Hall"
},
{
"modified": "Mason_School_of_Business",
"readable": "Mason School of Business",
"graph": "resource:Mason_School_of_Business"
},
{
"modified": "Robert_A._M._Stern",
"readable": "Robert A. M. Stern",
"graph": "resource:Robert_A__M__Stern"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l property:current_tenants ?y . ?l property:architect resource:Robert_A__M__Stern . ?l rdf:type ontology:building . ?y property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l property:current_tenants ?y . ?l property:architect resource:Robert_A._M._Stern . ?l rdf:type ontology:building . ?y property:country resource:United_States }",
"graph_answer": [
"resource:Alan_B__Miller_Hall"
],
"readable_answer": [
"Alan B. Miller Hall"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?x rdf:type ontology:building . ?x property:architect resource:Robert_A__M__Stern . ?u property:country resource:United_States . ?x property:current_tenants ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?x rdf:type ontology:building . ?x property:architect resource:Robert_A._M._Stern . ?u property:country resource:United_States . ?x property:current_tenants ?u }",
"graph_answer": [
"resource:Mason_School_of_Business"
],
"readable_answer": [
"Mason School of Business"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
City | 4 | 9453 | Id52 | [
{
"subject": "Anaheim,_California",
"property": "utcOffset",
"object": "\"−8\""
},
{
"subject": "Anaheim,_California",
"property": "areaCode",
"object": "657"
},
{
"subject": "Anaheim,_California",
"property": "populationTotal",
"object": "336265"
},
{
"subject": "Anaheim,_California",
"property": "areaTotal",
"object": "\"131.5998858742825\"^^<http://dbpedia.org/datatype/squareKilometre>"
}
]
| [
{
"subject": "Anaheim,_California",
"property": "areaCode",
"object": "657"
},
{
"subject": "Anaheim,_California",
"property": "populationTotal",
"object": "336265"
},
{
"subject": "Anaheim,_California",
"property": "utcOffset",
"object": "\"-8\""
},
{
"subject": "Anaheim,_California",
"property": "areaTotal",
"object": "131.6 (square kilometres)"
}
]
| (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Anaheim, California has a population of 336265, and a total area of 131.6 sq km. It also has the area code, 657, and the UTC offset of -8.",
"Anaheim, California has a total population of 336265, the area code of 657, a UTC offset of -8, and a total area of 131.6 square kilometers.",
"The total population of Anaheim California is 336265, its total area is 131.6 sq km and its area code is 657. The UTC offset for Anaheim is -8."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Anaheim__California",
"property:area_total",
"131.6 (square kilometres)"
],
[
"resource:Anaheim__California",
"property:area_code",
"657"
],
[
"resource:Anaheim__California",
"property:population_total",
"336265"
],
[
"resource:Anaheim__California",
"rdf:type",
"ontology:city"
],
[
"resource:Anaheim__California",
"property:utc_offset",
"resource:_8"
]
]
| Anaheim,_California | [
{
"modified": "131.6 (square kilometres)",
"readable": "131.6",
"graph": "131.6 (square kilometres)"
},
{
"modified": "336265",
"readable": "336265",
"graph": "336265"
},
{
"modified": "657",
"readable": "657",
"graph": "657"
},
{
"modified": "areaCode",
"readable": "area code",
"graph": "property:area_code"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "populationTotal",
"readable": "population total",
"graph": "property:population_total"
},
{
"modified": "utcOffset",
"readable": "utc offset",
"graph": "property:utc_offset"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "-8",
"readable": "-8",
"graph": "resource:_8"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?t property:population_total ?x . ?t property:area_total ?v . FILTER ( ?x > '200000' ) . ?t rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?t property:population_total ?x . ?t property:area_total ?v . FILTER ( ?x > '200000' ) . ?t rdf:type ontology:city }",
"graph_answer": [
"131.6 (square kilometres)"
],
"readable_answer": [
"131.6"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:city . FILTER ( ?a > '200000' ) . ?d property:area_total '131.6 (square kilometres)' . ?d property:population_total ?a }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:city . FILTER ( ?a > '200000' ) . ?d property:area_total '131.6 (square kilometres)' . ?d property:population_total ?a }",
"graph_answer": [
"resource:Anaheim__California"
],
"readable_answer": [
"Anaheim, California"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { resource:Anaheim__California rdf:type ontology:city . resource:Anaheim__California property:population_total ?n . resource:Anaheim__California property:area_total '131.6 (square kilometres)' }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Anaheim,_California rdf:type ontology:city . resource:Anaheim,_California property:population_total ?n . resource:Anaheim,_California property:area_total '131.6 (square kilometres)' }",
"graph_answer": [
"336265"
],
"readable_answer": [
"336265"
],
"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 ?b WHERE { resource:Anaheim__California property:band_member ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Anaheim,_California property:band_member ?b }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Athlete | 3 | 6192 | Id28 | [
{
"subject": "Abner_(footballer)",
"property": "clubs",
"object": "Real_Madrid_Castilla"
},
{
"subject": "Abner_(footballer)",
"property": "team",
"object": "C.D._FAS"
},
{
"subject": "Abner_(footballer)",
"property": "dateOfBirth",
"object": "\"1996-05-30\"^^xsd:date"
}
]
| [
{
"subject": "Abner_(footballer)",
"property": "club",
"object": "Real_Madrid_Castilla"
},
{
"subject": "Abner_(footballer)",
"property": "club",
"object": "C.D._FAS"
},
{
"subject": "Abner_(footballer)",
"property": "birthDate",
"object": "1996-05-30"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The footballer, Abner, was born on 30/05/1996. He played for the football club Real Madrid Castilla and is a footballer for the CD FAS club.",
"Abner was born on 30 May 1995 and formerly played football for Real Madrid Castilla. He currently plays for CD FAS.",
"Abner, born on 30 May 1996, plays football for the CD FAS club and also Real Madrid Castilla."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Abner__footballer_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Abner__footballer_",
"property:club",
"resource:Real_Madrid_Castilla"
],
[
"resource:Abner__footballer_",
"property:club",
"resource:C_D__FAS"
],
[
"resource:Abner__footballer_",
"property:birth_date",
"resource:1996_05_30"
]
]
| Abner_(footballer) | [
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "1996-05-30",
"readable": "1996-05-30",
"graph": "resource:1996_05_30"
},
{
"modified": "Abner_(footballer)",
"readable": "Abner",
"graph": "resource:Abner__footballer_"
},
{
"modified": "C.D._FAS",
"readable": "C.D. FAS",
"graph": "resource:C_D__FAS"
},
{
"modified": "Real_Madrid_Castilla",
"readable": "Real Madrid Castilla",
"graph": "resource:Real_Madrid_Castilla"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:athlete . ?l property:birth_date ?x . FILTER ( ?x = \"1996_05_30\" ) }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:athlete . ?l property:birth_date ?x . FILTER ( ?x = \"1996-05-30\" ) }",
"graph_answer": [
"resource:Abner__footballer_"
],
"readable_answer": [
"Abner"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Abner__footballer_ property:club ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Abner_(footballer) property:club ?g }",
"graph_answer": [
"resource:Real_Madrid_Castilla",
"resource:C_D__FAS"
],
"readable_answer": [
"Real Madrid Castilla",
"C.D. FAS"
],
"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"
]
}
]
|
|
Building | 4 | 9155 | Id78 | [
{
"subject": "Adare_Manor",
"property": "locationCountry",
"object": "Republic_of_Ireland"
},
{
"subject": "Republic_of_Ireland",
"property": "leader",
"object": "Enda_Kenny"
},
{
"subject": "Republic_of_Ireland",
"property": "demonym",
"object": "Irish_people"
},
{
"subject": "Republic_of_Ireland",
"property": "language",
"object": "Irish_language"
}
]
| [
{
"subject": "Adare_Manor",
"property": "country",
"object": "Republic_of_Ireland"
},
{
"subject": "Republic_of_Ireland",
"property": "leader",
"object": "Enda_Kenny"
},
{
"subject": "Republic_of_Ireland",
"property": "demonym",
"object": "Irish_people"
},
{
"subject": "Republic_of_Ireland",
"property": "language",
"object": "Irish_language"
}
]
| (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Adare Manor is in the Republic of Ireland, which has Enda Kenny as leader, Irish as the national language, and the demonym of natives who live there is Irish people.",
"Adare Manor is located in the Republic of Ireland where the leader is Enda Kenny. The native people are known as Irish which is also the name of their language."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Adare_Manor",
"rdf:type",
"ontology:building"
],
[
"resource:Adare_Manor",
"property:country",
"resource:Republic_of_Ireland"
],
[
"resource:Republic_of_Ireland",
"property:leader",
"resource:Enda_Kenny"
],
[
"resource:Republic_of_Ireland",
"property:language",
"resource:Irish_language"
],
[
"resource:Republic_of_Ireland",
"property:demonym",
"resource:Irish_people"
]
]
| Adare_Manor | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "demonym",
"readable": "demonym",
"graph": "property:demonym"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Adare_Manor",
"readable": "Adare Manor",
"graph": "resource:Adare_Manor"
},
{
"modified": "Enda_Kenny",
"readable": "Enda Kenny",
"graph": "resource:Enda_Kenny"
},
{
"modified": "Irish_language",
"readable": "Irish language",
"graph": "resource:Irish_language"
},
{
"modified": "Irish_people",
"readable": "Irish people",
"graph": "resource:Irish_people"
},
{
"modified": "Republic_of_Ireland",
"readable": "Republic of Ireland",
"graph": "resource:Republic_of_Ireland"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?z WHERE { resource:Republic_of_Ireland property:language ?o . resource:Republic_of_Ireland property:demonym ?z }",
"readable_query": "SELECT DISTINCT ?o ?z WHERE { resource:Republic_of_Ireland property:language ?o . resource:Republic_of_Ireland property:demonym ?z }",
"graph_answer": [
"resource:Irish_language",
"resource:Irish_people"
],
"readable_answer": [
"Irish language",
"Irish people"
],
"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:Republic_of_Ireland property:leader resource:Enda_Kenny }",
"readable_query": "ASK WHERE { resource:Republic_of_Ireland property:leader resource:Enda_Kenny }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { FILTER ( CONTAINS ( LCASE ( ?o ) , 'manor' ) ) . ?o property:country resource:Republic_of_Ireland . ?o rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?o WHERE { FILTER ( CONTAINS ( LCASE ( ?o ) , 'manor' ) ) . ?o property:country resource:Republic_of_Ireland . ?o rdf:type ontology:building }",
"graph_answer": [
"resource:Adare_Manor"
],
"readable_answer": [
"Adare Manor"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
SportsTeam | 2 | 5362 | Id106 | [
{
"subject": "AEK_Athens_F.C.",
"property": "league",
"object": "Superleague_Greece"
},
{
"subject": "Superleague_Greece",
"property": "champions",
"object": "Olympiacos_F.C."
}
]
| [
{
"subject": "AEK_Athens_F.C.",
"property": "league",
"object": "Superleague_Greece"
},
{
"subject": "Superleague_Greece",
"property": "champions",
"object": "Olympiacos_F.C."
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AEK Athens F.C. is in the Superleague of Greece, in which Olympiacos F.C. were past champions.",
"AEK Athens F.C. play in the Superleague Greece, the champions of which are, Olympiacos F.C.",
"AEK Athens FC compete in the Superleague Greece, Olympiacos FC are previous champions of the team."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:AEK_Athens_F_C_",
"rdf:type",
"ontology:sports_team"
],
[
"resource:AEK_Athens_F_C_",
"property:league",
"resource:Superleague_Greece"
],
[
"resource:Superleague_Greece",
"property:champions",
"resource:Olympiacos_F_C_"
]
]
| AEK_Athens_F.C. | [
{
"modified": "champions",
"readable": "champions",
"graph": "property:champions"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "AEK_Athens_F.C.",
"readable": "AEK Athens F.C.",
"graph": "resource:AEK_Athens_F_C_"
},
{
"modified": "Olympiacos_F.C.",
"readable": "Olympiacos F.C.",
"graph": "resource:Olympiacos_F_C_"
},
{
"modified": "Superleague_Greece",
"readable": "Superleague Greece",
"graph": "resource:Superleague_Greece"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?s property:league ?n . ?n property:champions resource:Juventus_F_C_ . ?s rdf:type ontology:sports_team }",
"readable_query": "ASK WHERE { ?s property:league ?n . ?n property:champions resource:Juventus_F.C. . ?s rdf:type ontology:sports_team }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Politician | 4 | 10425 | Id109 | [
{
"subject": "Adonis_Georgiadis",
"property": "primeMinister",
"object": "Antonis_Samaras"
},
{
"subject": "Antonis_Samaras",
"property": "primeminister",
"object": "Konstantinos_Mitsotakis"
},
{
"subject": "Adonis_Georgiadis",
"property": "birthPlace",
"object": "Athens"
},
{
"subject": "Adonis_Georgiadis",
"property": "successor",
"object": "Makis_Voridis"
}
]
| [
{
"subject": "Adonis_Georgiadis",
"property": "inOfficeWhilePrimeMinister",
"object": "Antonis_Samaras"
},
{
"subject": "Antonis_Samaras",
"property": "inOfficeWhilePrimeMinister",
"object": "Konstantinos_Mitsotakis"
},
{
"subject": "Adonis_Georgiadis",
"property": "birthPlace",
"object": "Athens"
},
{
"subject": "Adonis_Georgiadis",
"property": "successor",
"object": "Makis_Voridis"
}
]
| (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Born in Athens, and succeeded by Makis Voridis, Adonis Georgiadis was in office while Antonis Samaras was Prime Minister. In turn, Antonis Samaras, was in office while Konstantinos Mitsotakis was Prime Minister.",
"Adonis Georgiadis was born in Athens and his successor was Makis Voridis. Adonis Georgiadis served in office while Antonis Samaras was Prime Minister but Antonis Samaras was in office while Konstantinos Mitsotakis was Prime Minister.",
"Adonis Georgiadis was born in Athens. He was in office under Antonis Samaras, Prime Minister and he was in office while Konstantinos Mitsotakis was Prime Minister. Makis Voridis succeeded Adonis Georgiadis."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Antonis_Samaras",
"property:in_office_while_prime_minister",
"resource:Konstantinos_Mitsotakis"
],
[
"resource:Adonis_Georgiadis",
"rdf:type",
"ontology:politician"
],
[
"resource:Adonis_Georgiadis",
"property:in_office_while_prime_minister",
"resource:Antonis_Samaras"
],
[
"resource:Adonis_Georgiadis",
"property:successor",
"resource:Makis_Voridis"
],
[
"resource:Adonis_Georgiadis",
"property:birth_place",
"resource:Athens"
]
]
| Adonis_Georgiadis | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "inOfficeWhilePrimeMinister",
"readable": "in office while prime minister",
"graph": "property:in_office_while_prime_minister"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Adonis_Georgiadis",
"readable": "Adonis Georgiadis",
"graph": "resource:Adonis_Georgiadis"
},
{
"modified": "Antonis_Samaras",
"readable": "Antonis Samaras",
"graph": "resource:Antonis_Samaras"
},
{
"modified": "Athens",
"readable": "Athens",
"graph": "resource:Athens"
},
{
"modified": "Konstantinos_Mitsotakis",
"readable": "Konstantinos Mitsotakis",
"graph": "resource:Konstantinos_Mitsotakis"
},
{
"modified": "Makis_Voridis",
"readable": "Makis Voridis",
"graph": "resource:Makis_Voridis"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { VALUES ( ?z ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } . resource:Adonis_Georgiadis property:in_office_while_prime_minister ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { VALUES ( ?z ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } . resource:Adonis_Georgiadis property:in_office_while_prime_minister ?z }",
"graph_answer": [
"resource:Antonis_Samaras"
],
"readable_answer": [
"Antonis Samaras"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Antonis_Samaras property:in_office_while_prime_minister ?k . VALUES ( ?k ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Antonis_Samaras property:in_office_while_prime_minister ?k . VALUES ( ?k ) { ( resource:Konstantinos_Mitsotakis ) ( resource:Antonis_Samaras ) } }",
"graph_answer": [
"resource:Konstantinos_Mitsotakis"
],
"readable_answer": [
"Konstantinos Mitsotakis"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
}
]
|
|
City | 2 | 4293 | Id143 | [
{
"subject": "Madison_County,_Indiana",
"property": "country",
"object": "United_States"
},
{
"subject": "Alexandria,_Indiana",
"property": "isPartOf",
"object": "Madison_County,_Indiana"
}
]
| [
{
"subject": "Madison_County,_Indiana",
"property": "country",
"object": "United_States"
},
{
"subject": "Alexandria,_Indiana",
"property": "isPartOf",
"object": "Madison_County,_Indiana"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alexandria is part of Madison County, Indiana, United States.",
"Alexandria is part of Madison County, Indiana, which is in the country of the United States."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Alexandria__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Alexandria__Indiana",
"property:is_part_of",
"resource:Madison_County__Indiana"
],
[
"resource:Madison_County__Indiana",
"property:country",
"resource:United_States"
]
]
| Alexandria,_Indiana | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Alexandria,_Indiana",
"readable": "Alexandria, Indiana",
"graph": "resource:Alexandria__Indiana"
},
{
"modified": "Madison_County,_Indiana",
"readable": "Madison County, Indiana",
"graph": "resource:Madison_County__Indiana"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?k WHERE { ?s property:is_part_of ?k . ?k property:country resource:United_States . ?s rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?s ?k WHERE { ?s property:is_part_of ?k . ?k property:country resource:United_States . ?s rdf:type ontology:city }",
"graph_answer": [
"resource:Alexandria__Indiana",
"resource:Madison_County__Indiana"
],
"readable_answer": [
"Alexandria, Indiana",
"Madison County, Indiana"
],
"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"
]
}
]
|
|
City | 3 | 6726 | Id14 | [
{
"subject": "Albany,_Georgia",
"property": "isPartOf",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "Albany,_Georgia",
"property": "subdivisionName",
"object": "\"United States\"@en"
}
]
| [
{
"subject": "Albany,_Georgia",
"property": "isPartOf",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "Albany,_Georgia",
"property": "isPartOf",
"object": "United_States"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albany is part of Dougherty County in Georgia U.S.",
"Albany is part of Dougherty County in Georgia, in the United States.",
"The city of Albany is in Dougherty County, Georgia, USA."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Albany__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Georgia",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Georgia",
"property:is_part_of",
"resource:United_States"
],
[
"resource:Albany__Georgia",
"property:is_part_of",
"resource:Dougherty_County__Georgia"
]
]
| Albany,_Georgia | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Albany,_Georgia",
"readable": "Albany, Georgia",
"graph": "resource:Albany__Georgia"
},
{
"modified": "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 ( ?n ) AS ?h ) WHERE { resource:Albany__Georgia property:is_part_of ?n }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?n ) AS ?h ) WHERE { resource:Albany,_Georgia property:is_part_of ?n }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Albany__Georgia property:is_part_of ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Albany,_Georgia property:is_part_of ?m }",
"graph_answer": [
"resource:United_States",
"resource:Dougherty_County__Georgia"
],
"readable_answer": [
"United States",
"Dougherty County, Georgia"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
CelestialBody | 2 | 4076 | Id57 | [
{
"subject": "1036_Ganymed",
"property": "discoverer",
"object": "Walter_Baade"
},
{
"subject": "Walter_Baade",
"property": "almaMater",
"object": "University_of_Göttingen"
}
]
| [
{
"subject": "1036_Ganymed",
"property": "discoverer",
"object": "Walter_Baade"
},
{
"subject": "Walter_Baade",
"property": "almaMater",
"object": "University_of_Göttingen"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Walter Baade, who graduated from the University of Gottingen, discovered 1036 Ganymed.",
"Walter Baade, who discovered 1036 Ganymed, graduated from the University of Gottingen.",
"1036 Ganymed was discovered by Walter Baade who studied at the University of Gottingen."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:1036_Ganymed",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1036_Ganymed",
"property:discoverer",
"resource:Walter_Baade"
],
[
"resource:Walter_Baade",
"property:alma_mater",
"resource:University_of_G_ttingen"
]
]
| 1036_Ganymed | [
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "1036_Ganymed",
"readable": "1036 Ganymed",
"graph": "resource:1036_Ganymed"
},
{
"modified": "University_of_Göttingen",
"readable": "University of Göttingen",
"graph": "resource:University_of_G_ttingen"
},
{
"modified": "Walter_Baade",
"readable": "Walter Baade",
"graph": "resource:Walter_Baade"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?i ) , 'ganymed' ) ) . ?p property:alma_mater resource:University_of_G_ttingen . ?i property:discoverer ?p }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?i ) , 'ganymed' ) ) . ?p property:alma_mater resource:University_of_Göttingen . ?i property:discoverer ?p }",
"graph_answer": [
"resource:1036_Ganymed"
],
"readable_answer": [
"1036 Ganymed"
],
"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": "ASK WHERE { resource:1036_Ganymed property:discoverer resource:Walter_Baade }",
"readable_query": "ASK WHERE { resource:1036_Ganymed property:discoverer resource:Walter_Baade }",
"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"
]
}
]
|
|
MeanOfTransportation | 4 | 10136 | Id110 | [
{
"subject": "Alfa_Romeo_164",
"property": "engine",
"object": "Alfa_Romeo_164__1"
},
{
"subject": "Alfa_Romeo_164",
"property": "transmission",
"object": "\"4-speedautomatic(ZF 4HP18QE)\""
},
{
"subject": "Alfa_Romeo_164",
"property": "aka",
"object": "\"Alfa Romeo 168\"@en"
},
{
"subject": "Alfa_Romeo_164",
"property": "class",
"object": "\"Mid-size luxury / Executive car\"@en"
}
]
| [
{
"subject": "Alfa_Romeo_164",
"property": "engine",
"object": "Straight-four_engine"
},
{
"subject": "Alfa_Romeo_164",
"property": "transmission",
"object": "\"4-speed automatic (ZF 4HP18QE)\""
},
{
"subject": "Alfa_Romeo_164",
"property": "alternativeName",
"object": "\"Alfa Romeo 168\""
},
{
"subject": "Alfa_Romeo_164",
"property": "class",
"object": "\"Mid-size luxury / Executive car\""
}
]
| (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Alfa Romeo 164, a mid size luxury executive car has a 4-speed auto (ZF 4HP18QE) transmission with a straight-four engine. It is also referred to as the Alfa Romeo 168.",
"Alfa Romeo 164 (alternative name Alfa Romeo 168) is considered a mid-size luxury executive car. It has a straight four engine and has a 4-speed automatic (ZF 4HP18QE) transmission.",
"The Alfa Romeo 164 has a 4 speed automatic, straight-four engine. It is also known as the Alfa Romeo 168 and is classified as a mid-size luxury executive car."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alfa_Romeo_164",
"property:engine",
"resource:Straight_four_engine"
],
[
"resource:Alfa_Romeo_164",
"property:transmission",
"4-speed automatic (ZF 4HP18QE)"
],
[
"resource:Alfa_Romeo_164",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Alfa_Romeo_164",
"property:class",
"Mid-size luxury / Executive car"
],
[
"resource:Alfa_Romeo_164",
"property:alternative_name",
"resource:Alfa_Romeo_168"
]
]
| Alfa_Romeo_164 | [
{
"modified": "4-speed automatic (ZF 4HP18QE)",
"readable": "4-speed automatic",
"graph": "4-speed automatic (ZF 4HP18QE)"
},
{
"modified": "Mid-size luxury / Executive car",
"readable": "Mid-size luxury / Executive car",
"graph": "Mid-size luxury / Executive car"
},
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "class",
"readable": "class",
"graph": "property:class"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "transmission",
"readable": "transmission",
"graph": "property:transmission"
},
{
"modified": "Alfa_Romeo_164",
"readable": "Alfa Romeo 164",
"graph": "resource:Alfa_Romeo_164"
},
{
"modified": "Alfa Romeo 168",
"readable": "Alfa Romeo 168",
"graph": "resource:Alfa_Romeo_168"
},
{
"modified": "Straight-four_engine",
"readable": "Straight-four engine",
"graph": "resource:Straight_four_engine"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m ?a WHERE { resource:Alfa_Romeo_164 property:alternative_name ?m . resource:Alfa_Romeo_164 property:transmission ?a }",
"readable_query": "SELECT DISTINCT ?m ?a WHERE { resource:Alfa_Romeo_164 property:alternative_name ?m . resource:Alfa_Romeo_164 property:transmission ?a }",
"graph_answer": [
"resource:Alfa_Romeo_168",
"4-speed automatic (ZF 4HP18QE)"
],
"readable_answer": [
"Alfa Romeo 168",
"4-speed automatic"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Alfa_Romeo_164 property:ingredient ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Alfa_Romeo_164 property:ingredient ?l }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Airport | 2 | 3262 | Id67 | [
{
"subject": "Al_Asad_Airbase",
"property": "operator",
"object": "United_States_Air_Force"
},
{
"subject": "United_States_Air_Force",
"property": "battle",
"object": "Korean_War"
}
]
| [
{
"subject": "Al_Asad_Airbase",
"property": "operatingOrganisation",
"object": "United_States_Air_Force"
},
{
"subject": "United_States_Air_Force",
"property": "battle",
"object": "Korean_War"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The USAF, which fought in the Korean War, operates Al Asad airbase.",
"The United States Air Force fought battles in the Korean war and operates the Al Asad Airbase."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Al_Asad_Airbase",
"rdf:type",
"ontology:airport"
],
[
"resource:Al_Asad_Airbase",
"property:operating_organisation",
"resource:United_States_Air_Force"
],
[
"resource:United_States_Air_Force",
"property:battle",
"resource:Korean_War"
]
]
| Al_Asad_Airbase | [
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Al_Asad_Airbase",
"readable": "Al Asad Airbase",
"graph": "resource:Al_Asad_Airbase"
},
{
"modified": "Korean_War",
"readable": "Korean War",
"graph": "resource:Korean_War"
},
{
"modified": "United_States_Air_Force",
"readable": "United States Air Force",
"graph": "resource:United_States_Air_Force"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?i WHERE { ?i property:battle resource:Korean_War . ?c property:operating_organisation ?i . ?c rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?c ?i WHERE { ?i property:battle resource:Korean_War . ?c property:operating_organisation ?i . ?c rdf:type ontology:airport }",
"graph_answer": [
"resource:Al_Asad_Airbase",
"resource:United_States_Air_Force"
],
"readable_answer": [
"Al Asad Airbase",
"United States Air Force"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
]
|
|
MeanOfTransportation | 3 | 7592 | Id192 | [
{
"subject": "Caterpillar_Inc.",
"property": "foundation",
"object": "United_States"
},
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "Peoria,_Illinois"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
]
| [
{
"subject": "Caterpillar_Inc.",
"property": "foundationPlace",
"object": "United_States"
},
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "Peoria,_Illinois"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Caterpillar Inc. was founded in the US and is located in Peoria, Illinois and their engine powers the AIDAluna.",
"Caterpillar Inc was founded in the U.S. and is located in Peoria, Illinois. A Caterpillar Inc. engine provides the power type of the AIDAluna.",
"The AIDAluna is powered by a Caterpillar Inc, engine. Caterpillar Inc was founded in the US and is located in Peoria, Illinois."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Caterpillar_Inc_",
"property:location",
"resource:Peoria__Illinois"
],
[
"resource:Caterpillar_Inc_",
"property:foundation_place",
"resource:United_States"
],
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:power_type",
"resource:Caterpillar_Inc_"
]
]
| AIDAluna | [
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
},
{
"modified": "Caterpillar_Inc.",
"readable": "Caterpillar Inc.",
"graph": "resource:Caterpillar_Inc_"
},
{
"modified": "Peoria,_Illinois",
"readable": "Peoria, Illinois",
"graph": "resource:Peoria__Illinois"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:mean_of_transportation . ?g property:foundation_place resource:United_States . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p property:power_type ?g }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:mean_of_transportation . ?g property:foundation_place resource:United_States . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p property:power_type ?g }",
"graph_answer": [
"resource:AIDAluna"
],
"readable_answer": [
"AIDAluna"
],
"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 ?x WHERE { ?x property:foundation_place resource:United_States . resource:AIDAluna rdf:type ontology:mean_of_transportation . resource:AIDAluna property:power_type ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x property:foundation_place resource:United_States . resource:AIDAluna rdf:type ontology:mean_of_transportation . resource:AIDAluna property:power_type ?x }",
"graph_answer": [
"resource:Caterpillar_Inc_"
],
"readable_answer": [
"Caterpillar Inc."
],
"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 ?n WHERE { resource:Caterpillar_Inc_ property:last_aired ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Caterpillar_Inc. property:last_aired ?n }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Astronaut | 7 | 13116 | Id83 | [
{
"subject": "William_Anders",
"property": "dateOfRet",
"object": "\"1969-09-01\"^^xsd:date"
},
{
"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": "dateOfRetirement",
"object": "\"1969-09-01\""
},
{
"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) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"William Anders is from the US. He was born in British Hong Kong on October 17th, 1933. He was selected by NASA in 1963. He was a fighter pilot, who retired on September 1st 1969.",
"American William Anders was born on October 17th, 1933 in British Hong Kong. He joined NASA in 1963 as a Fighter pilot and retired on September 1, 1969.",
"Retired William Anders, a US national, was born in British Hong Kong on 17/10/1933. He was a Fighter pilot and joined NASA in 1963. William Anders retired on the 1st of September 1969."
],
"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:date_of_retirement",
"1969-09-01"
],
[
"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": "1969-09-01",
"readable": "1969-09-01",
"graph": "1969-09-01"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "dateOfRetirement",
"readable": "date of retirement",
"graph": "property:date_of_retirement"
},
{
"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 ?t WHERE { ?y property:birth_date ?e . FILTER ( CONTAINS ( YEAR ( ?e ) , '1933' ) ) . ?y property:selected_by_nasa ?t . ?y rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?y property:birth_date ?e . FILTER ( CONTAINS ( YEAR ( ?e ) , '1933' ) ) . ?y property:selected_by_nasa ?t . ?y rdf:type ontology:astronaut }",
"graph_answer": [
"resource:1963"
],
"readable_answer": [
"1963"
],
"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 { ?p property:selected_by_nasa resource:1963 . ?p rdf:type ontology:astronaut . ?p property:birth_date ?r . FILTER ( CONTAINS ( YEAR ( ?r ) , '1933' ) ) }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?p property:selected_by_nasa resource:1963 . ?p rdf:type ontology:astronaut . ?p property:birth_date ?r . FILTER ( CONTAINS ( YEAR ( ?r ) , '1933' ) ) }",
"graph_answer": [
"1933-10-17"
],
"readable_answer": [
"1933-10-17"
],
"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 ?u WHERE { ?u property:selected_by_nasa resource:1963 . ?u rdf:type ontology:astronaut . ?u property:birth_date '1933-10-17' }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:selected_by_nasa resource:1963 . ?u rdf:type ontology:astronaut . ?u property:birth_date '1933-10-17' }",
"graph_answer": [
"resource:William_Anders"
],
"readable_answer": [
"William Anders"
],
"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 ?m WHERE { resource:William_Anders property:state_of_origin ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:William_Anders property:state_of_origin ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Company | 3 | 7051 | Id40 | [
{
"subject": "GMA_New_Media",
"property": "product",
"object": "Mobile_Applications"
},
{
"subject": "GMA_New_Media",
"property": "industry",
"object": "Mass_Media"
},
{
"subject": "GMA_New_Media",
"property": "keyPerson",
"object": "Felipe_Gozon"
}
]
| [
{
"subject": "GMA_New_Media",
"property": "product",
"object": "Mobile_Applications"
},
{
"subject": "GMA_New_Media",
"property": "industry",
"object": "Mass_Media"
},
{
"subject": "GMA_New_Media",
"property": "keyPerson",
"object": "Felipe_Gozon"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Felipe Gozon is the key person of GMA New Media, a mass media industry, that makes mobile apps.",
"Felipe Gozon is a key person at GMA New Media, a mass media company that makes mobile applications.",
"The key person of GMA New Media, in the industry of mass media, is a company that offers products such as mobile applications, is Felipe Gozon."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:GMA_New_Media",
"property:product",
"resource:Mobile_Applications"
],
[
"resource:GMA_New_Media",
"property:key_person",
"resource:Felipe_Gozon"
],
[
"resource:GMA_New_Media",
"property:industry",
"resource:Mass_Media"
]
]
| GMA_New_Media | [
{
"modified": "industry",
"readable": "industry",
"graph": "property:industry"
},
{
"modified": "keyPerson",
"readable": "key person",
"graph": "property:key_person"
},
{
"modified": "product",
"readable": "product",
"graph": "property:product"
},
{
"modified": "Felipe_Gozon",
"readable": "Felipe Gozon",
"graph": "resource:Felipe_Gozon"
},
{
"modified": "GMA_New_Media",
"readable": "GMA New Media",
"graph": "resource:GMA_New_Media"
},
{
"modified": "Mass_Media",
"readable": "Mass Media",
"graph": "resource:Mass_Media"
},
{
"modified": "Mobile_Applications",
"readable": "Mobile Applications",
"graph": "resource:Mobile_Applications"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?d property:industry resource:Mass_Media . FILTER ( STRSTARTS ( LCASE ( ?m ) , 'm' ) ) . ?d property:product ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?d property:industry resource:Mass_Media . FILTER ( STRSTARTS ( LCASE ( ?m ) , 'm' ) ) . ?d property:product ?m }",
"graph_answer": [
"resource:Mobile_Applications"
],
"readable_answer": [
"Mobile Applications"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?y property:key_person resource:Felipe_Gozon . ?y property:industry resource:Mass_Media }",
"readable_query": "ASK WHERE { ?y property:key_person resource:Felipe_Gozon . ?y property:industry resource:Mass_Media }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?g WHERE { ?g property:key_person resource:Felipe_Gozon . ?g property:industry resource:Mass_Media }",
"readable_query": "SELECT ?g WHERE { ?g property:key_person resource:Felipe_Gozon . ?g property:industry resource:Mass_Media }",
"graph_answer": [
"resource:GMA_New_Media"
],
"readable_answer": [
"GMA New Media"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Artist | 4 | 8705 | Id97 | [
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand",
"object": "Kornelije_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedMusicalArtist",
"object": "Bebi_Dol"
},
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Pop_music"
},
{
"subject": "Pop_music",
"property": "musicFusionGenre",
"object": "Disco"
}
]
| [
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand/associatedMusicalArtist",
"object": "Bebi_Dol"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand/associatedMusicalArtist",
"object": "Kornelije_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Pop_music"
},
{
"subject": "Pop_music",
"property": "musicFusionGenre",
"object": "Disco"
}
]
| (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandra Kovač is a performer of pop music and associated with Bebi Dol and Kornelije Kovac. Disco is a genre of music that contain elements of other genres such as pop music and therefore can be considered a fusion genre.",
"Disco music is a fusion genre of the pop music that is the musical genre of Aleksandra Kovač. He is associated with the musical artists Bebi Dol and Kornelije Kovač.",
"Aleksandra Kovač, a pop musician, is in a band with Kornelije Kovač. He's associated with Bebi Dol, musician. Disco is a fusion of pop music."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Aleksandra_Kova_",
"rdf:type",
"ontology:artist"
],
[
"resource:Aleksandra_Kova_",
"property:associated_band_associated_musical_artist",
"resource:Bebi_Dol"
],
[
"resource:Aleksandra_Kova_",
"property:associated_band_associated_musical_artist",
"resource:Kornelije_Kova_"
],
[
"resource:Aleksandra_Kova_",
"property:genre",
"resource:Pop_music"
],
[
"resource:Pop_music",
"property:music_fusion_genre",
"resource:Disco"
]
]
| Aleksandra_Kovač | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "Aleksandra_Kovač",
"readable": "Aleksandra Kovač",
"graph": "resource:Aleksandra_Kova_"
},
{
"modified": "Bebi_Dol",
"readable": "Bebi Dol",
"graph": "resource:Bebi_Dol"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "Kornelije_Kovač",
"readable": "Kornelije Kovač",
"graph": "resource:Kornelije_Kova_"
},
{
"modified": "Pop_music",
"readable": "Pop music",
"graph": "resource:Pop_music"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?s ) WHERE { ?t rdf:type ontology:artist . ?t property:genre ?c . ?t property:associated_band_associated_musical_artist resource:Kornelije_Kova_ . ?c property:music_fusion_genre resource:Disco }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?s ) WHERE { ?t rdf:type ontology:artist . ?t property:genre ?c . ?t property:associated_band_associated_musical_artist resource:Kornelije_Kovač . ?c property:music_fusion_genre resource:Disco }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q property:genre ?x . ?q property:associated_band_associated_musical_artist resource:Kornelije_Kova_ . ?x property:music_fusion_genre resource:Disco . ?q rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:genre ?x . ?q property:associated_band_associated_musical_artist resource:Kornelije_Kovač . ?x property:music_fusion_genre resource:Disco . ?q rdf:type ontology:artist }",
"graph_answer": [
"resource:Aleksandra_Kova_"
],
"readable_answer": [
"Aleksandra Kovač"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?w property:genre ?s . ?s property:music_fusion_genre resource:Disco . ?w rdf:type ontology:artist . ?w property:associated_band_associated_musical_artist resource:Bebi_Dol }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?w property:genre ?s . ?s property:music_fusion_genre resource:Disco . ?w rdf:type ontology:artist . ?w property:associated_band_associated_musical_artist resource:Bebi_Dol }",
"graph_answer": [
"resource:Pop_music"
],
"readable_answer": [
"Pop music"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Airport | 4 | 8555 | Id153 | [
{
"subject": "Ashgabat_International_Airport",
"property": "operator",
"object": "Turkmenistan_Airlines"
},
{
"subject": "Ashgabat_International_Airport",
"property": "runwayLength",
"object": "\"900.0\"^^xsd:double"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarters",
"object": "Turkmenistan"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarter",
"object": "Ashgabat"
}
]
| [
{
"subject": "Ashgabat_International_Airport",
"property": "operatingOrganisation",
"object": "Turkmenistan_Airlines"
},
{
"subject": "Ashgabat_International_Airport",
"property": "runwayLength",
"object": "900.0"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarter",
"object": "Turkmenistan"
},
{
"subject": "Turkmenistan_Airlines",
"property": "headquarter",
"object": "Ashgabat"
}
]
| (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Turkmenistan airlines have headquarters in Ashgabat, Turkmenistan and are the operating organisation for Ashgabat International airport that has a runway length of 900.0.",
"The headquarters of Turkmenistan Airlines are located in Ashgabat, Turkmenistan. They operate Ashgabat International airport which has a runway length of 900.0."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Turkmenistan_Airlines",
"property:headquarter",
"resource:Turkmenistan"
],
[
"resource:Turkmenistan_Airlines",
"property:headquarter",
"resource:Ashgabat"
],
[
"resource:Ashgabat_International_Airport",
"property:runway_length",
"resource:900_0"
],
[
"resource:Ashgabat_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Ashgabat_International_Airport",
"property:operating_organisation",
"resource:Turkmenistan_Airlines"
]
]
| Ashgabat_International_Airport | [
{
"modified": "headquarter",
"readable": "headquarter",
"graph": "property:headquarter"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "900.0",
"readable": "900.0",
"graph": "resource:900_0"
},
{
"modified": "Ashgabat",
"readable": "Ashgabat",
"graph": "resource:Ashgabat"
},
{
"modified": "Ashgabat_International_Airport",
"readable": "Ashgabat International Airport",
"graph": "resource:Ashgabat_International_Airport"
},
{
"modified": "Turkmenistan",
"readable": "Turkmenistan",
"graph": "resource:Turkmenistan"
},
{
"modified": "Turkmenistan_Airlines",
"readable": "Turkmenistan Airlines",
"graph": "resource:Turkmenistan_Airlines"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?r ) WHERE { resource:Turkmenistan_Airlines property:headquarter ?f }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?r ) WHERE { resource:Turkmenistan_Airlines property:headquarter ?f }",
"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:Turkmenistan_Airlines property:headquarter ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Turkmenistan_Airlines property:headquarter ?g }",
"graph_answer": [
"resource:Turkmenistan",
"resource:Ashgabat"
],
"readable_answer": [
"Turkmenistan",
"Ashgabat"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Ashgabat_International_Airport property:runway_length resource:900_0 . resource:Ashgabat_International_Airport rdf:type ontology:airport }",
"readable_query": "ASK WHERE { resource:Ashgabat_International_Airport property:runway_length resource:900.0 . resource:Ashgabat_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"
]
}
]
|
|
MeanOfTransportation | 4 | 10100 | Id74 | [
{
"subject": "Abarth_1000_GT_Coupé",
"property": "designCompany",
"object": "Gruppo_Bertone"
},
{
"subject": "Gruppo_Bertone",
"property": "foundationPlace",
"object": "Italy"
},
{
"subject": "Gruppo_Bertone",
"property": "foundedBy",
"object": "Giovanni_Bertone"
},
{
"subject": "Abarth_1000_GT_Coupé",
"property": "manufacturer",
"object": "Abarth"
}
]
| [
{
"subject": "Abarth_1000_GT_Coupé",
"property": "designCompany",
"object": "Gruppo_Bertone"
},
{
"subject": "Gruppo_Bertone",
"property": "foundationPlace",
"object": "Italy"
},
{
"subject": "Gruppo_Bertone",
"property": "foundedBy",
"object": "Giovanni_Bertone"
},
{
"subject": "Abarth_1000_GT_Coupé",
"property": "manufacturer",
"object": "Abarth"
}
]
| (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Giovanni Bertone founded Gruppo Bertone in Italy. They are the designers of the Abarth 1000 GT coupe manufactured by Abarth.",
"Gruppo Bertone was the designer of the Abarth manufactured Abarth 1000 GT Coupe. Gruppo Bertone was founded in Italy by Giovanni Bertone.",
"The Abarth 1000 GT Coupe was made by Abarth and designed by Gruppo Bertone who were founded in Italy by Giovanni Bertone."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Gruppo_Bertone",
"property:founded_by",
"resource:Giovanni_Bertone"
],
[
"resource:Gruppo_Bertone",
"property:foundation_place",
"resource:Italy"
],
[
"resource:Abarth_1000_GT_Coup_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Abarth_1000_GT_Coup_",
"property:design_company",
"resource:Gruppo_Bertone"
],
[
"resource:Abarth_1000_GT_Coup_",
"property:manufacturer",
"resource:Abarth"
]
]
| Abarth_1000_GT_Coupé | [
{
"modified": "designCompany",
"readable": "design company",
"graph": "property:design_company"
},
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "foundedBy",
"readable": "founded by",
"graph": "property:founded_by"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "Abarth",
"readable": "Abarth",
"graph": "resource:Abarth"
},
{
"modified": "Abarth_1000_GT_Coupé",
"readable": "Abarth 1000 GT Coupé",
"graph": "resource:Abarth_1000_GT_Coup_"
},
{
"modified": "Giovanni_Bertone",
"readable": "Giovanni Bertone",
"graph": "resource:Giovanni_Bertone"
},
{
"modified": "Gruppo_Bertone",
"readable": "Gruppo Bertone",
"graph": "resource:Gruppo_Bertone"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { FILTER ( STRSTARTS ( LCASE ( ?c ) , 'g' ) ) . resource:Abarth_1000_GT_Coup_ property:design_company ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { FILTER ( STRSTARTS ( LCASE ( ?c ) , 'g' ) ) . resource:Abarth_1000_GT_Coupé property:design_company ?c }",
"graph_answer": [
"resource:Gruppo_Bertone"
],
"readable_answer": [
"Gruppo Bertone"
],
"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 ?s ?e WHERE { resource:Gruppo_Bertone property:foundation_place ?s . resource:Gruppo_Bertone property:founded_by ?e }",
"readable_query": "SELECT DISTINCT ?s ?e WHERE { resource:Gruppo_Bertone property:foundation_place ?s . resource:Gruppo_Bertone property:founded_by ?e }",
"graph_answer": [
"resource:Italy",
"resource:Giovanni_Bertone"
],
"readable_answer": [
"Italy",
"Giovanni Bertone"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
]
|
|
Politician | 4 | 10424 | Id108 | [
{
"subject": "Adonis_Georgiadis",
"property": "primeMinister",
"object": "Antonis_Samaras"
},
{
"subject": "Antonis_Samaras",
"property": "deputy",
"object": "Evangelos_Venizelos"
},
{
"subject": "New_Democracy_(Greece)",
"property": "colour",
"object": "Blue"
},
{
"subject": "Adonis_Georgiadis",
"property": "party",
"object": "New_Democracy_(Greece)"
}
]
| [
{
"subject": "Adonis_Georgiadis",
"property": "inOfficeWhilePrimeMinister",
"object": "Antonis_Samaras"
},
{
"subject": "Antonis_Samaras",
"property": "hasDeputy",
"object": "Evangelos_Venizelos"
},
{
"subject": "New_Democracy_(Greece)",
"property": "colour",
"object": "Blue"
},
{
"subject": "Adonis_Georgiadis",
"property": "party",
"object": "New_Democracy_(Greece)"
}
]
| (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Adonis Georgiadis is a member of the Greek New Democracy Party, the colour of which is blue. He was in office under Antonis Samaras who was Prime Minister and had the deputy Evangelos Venizelos.",
"Greece's New Democracy party (color Blue) member Adonis Georgiadis was in office during Prime Minister Antonis Samaras' leadership. The prime minister's deputy is Evangelos Venizelos."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Antonis_Samaras",
"property:has_deputy",
"resource:Evangelos_Venizelos"
],
[
"resource:Adonis_Georgiadis",
"property:party",
"resource:New_Democracy__Greece_"
],
[
"resource:Adonis_Georgiadis",
"rdf:type",
"ontology:politician"
],
[
"resource:Adonis_Georgiadis",
"property:in_office_while_prime_minister",
"resource:Antonis_Samaras"
],
[
"resource:New_Democracy__Greece_",
"property:colour",
"resource:Blue"
]
]
| Adonis_Georgiadis | [
{
"modified": "colour",
"readable": "colour",
"graph": "property:colour"
},
{
"modified": "hasDeputy",
"readable": "has deputy",
"graph": "property:has_deputy"
},
{
"modified": "inOfficeWhilePrimeMinister",
"readable": "in office while prime minister",
"graph": "property:in_office_while_prime_minister"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "Adonis_Georgiadis",
"readable": "Adonis Georgiadis",
"graph": "resource:Adonis_Georgiadis"
},
{
"modified": "Antonis_Samaras",
"readable": "Antonis Samaras",
"graph": "resource:Antonis_Samaras"
},
{
"modified": "Blue",
"readable": "Blue",
"graph": "resource:Blue"
},
{
"modified": "Evangelos_Venizelos",
"readable": "Evangelos Venizelos",
"graph": "resource:Evangelos_Venizelos"
},
{
"modified": "New_Democracy_(Greece)",
"readable": "New Democracy",
"graph": "resource:New_Democracy__Greece_"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:politician . ?s property:in_office_while_prime_minister resource:Antonis_Samaras . ?o property:colour resource:Blue . ?s property:party ?o }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:politician . ?s property:in_office_while_prime_minister resource:Antonis_Samaras . ?o property:colour resource:Blue . ?s property:party ?o }",
"graph_answer": [
"resource:Adonis_Georgiadis"
],
"readable_answer": [
"Adonis Georgiadis"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?g property:colour resource:Blue . resource:Adonis_Georgiadis property:in_office_while_prime_minister resource:Antonis_Samaras . resource:Adonis_Georgiadis property:party ?g . resource:Adonis_Georgiadis rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:colour resource:Blue . resource:Adonis_Georgiadis property:in_office_while_prime_minister resource:Antonis_Samaras . resource:Adonis_Georgiadis property:party ?g . resource:Adonis_Georgiadis rdf:type ontology:politician }",
"graph_answer": [
"resource:New_Democracy__Greece_"
],
"readable_answer": [
"New Democracy"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Antonis_Samaras property:escape_velocity ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Antonis_Samaras property:escape_velocity ?q }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
SportsTeam | 3 | 8090 | Id163 | [
{
"subject": "Peter_Stöger",
"property": "team",
"object": "SK_Vorwärts_Steyr"
},
{
"subject": "1._FC_Köln",
"property": "manager",
"object": "Peter_Stöger"
},
{
"subject": "Peter_Stöger",
"property": "managerClub",
"object": "SC_Wiener_Neustadt"
}
]
| [
{
"subject": "Peter_Stöger",
"property": "club",
"object": "SK_Vorwärts_Steyr"
},
{
"subject": "1._FC_Köln",
"property": "manager",
"object": "Peter_Stöger"
},
{
"subject": "Peter_Stöger",
"property": "club",
"object": "SC_Wiener_Neustadt"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The manager of 1. FC Koln is Peter Stoger, he has played for SC Wiener Neustadt and is in the SK Vorwärts Steyr club.",
"Peter Stöger is in the SK Vorwärts Steyr club, is manager of 1. FC Köln and is affiliated with the SC Wiener Neustadt club."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:1__FC_K_ln",
"rdf:type",
"ontology:sports_team"
],
[
"resource:1__FC_K_ln",
"property:manager",
"resource:Peter_St_ger"
],
[
"resource:Peter_St_ger",
"property:club",
"resource:SC_Wiener_Neustadt"
],
[
"resource:Peter_St_ger",
"property:club",
"resource:SK_Vorw_rts_Steyr"
]
]
| 1._FC_Köln | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "1._FC_Köln",
"readable": "1. FC Köln",
"graph": "resource:1__FC_K_ln"
},
{
"modified": "Peter_Stöger",
"readable": "Peter Stöger",
"graph": "resource:Peter_St_ger"
},
{
"modified": "SC_Wiener_Neustadt",
"readable": "SC Wiener Neustadt",
"graph": "resource:SC_Wiener_Neustadt"
},
{
"modified": "SK_Vorwärts_Steyr",
"readable": "SK Vorwärts Steyr",
"graph": "resource:SK_Vorw_rts_Steyr"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?u ) WHERE { resource:Peter_St_ger property:club ?x }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?u ) WHERE { resource:Peter_Stöger property:club ?x }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Peter_St_ger property:club ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Peter_Stöger property:club ?l }",
"graph_answer": [
"resource:SC_Wiener_Neustadt",
"resource:SK_Vorw_rts_Steyr"
],
"readable_answer": [
"SC Wiener Neustadt",
"SK Vorwärts Steyr"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?t property:manager resource:Peter_St_ger . ?t rdf:type ontology:sports_team }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t property:manager resource:Peter_Stöger . ?t rdf:type ontology:sports_team }",
"graph_answer": [
"resource:1__FC_K_ln"
],
"readable_answer": [
"1. FC Köln"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Food | 3 | 7250 | Id163 | [
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Noodle"
},
{
"subject": "Bakso",
"property": "country",
"object": "\"Indonesia, derived from Chinese meat ball\"@en"
}
]
| [
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Noodle"
},
{
"subject": "Bakso",
"property": "country",
"object": "Indonesia"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bakso contains noodles and comes from a region in Indonesia.",
"Bakso is a food dish from the country of Indonesia, it contains noodles.",
"Bakso, which contains noodles, comes from the country of Indonesia."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Bakso",
"property:ingredient",
"resource:Noodle"
],
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Indonesia"
],
[
"resource:Bakso",
"property:region",
"resource:Indonesia"
]
]
| Bakso | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Bakso",
"readable": "Bakso",
"graph": "resource:Bakso"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Noodle",
"readable": "Noodle",
"graph": "resource:Noodle"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?a property:ingredient resource:Noodle . ?a property:region resource:Indonesia . ?a rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'b' ) ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a property:ingredient resource:Noodle . ?a property:region resource:Indonesia . ?a rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'b' ) ) }",
"graph_answer": [
"resource:Bakso"
],
"readable_answer": [
"Bakso"
],
"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"
]
}
]
|
|
WrittenWork | 2 | 5500 | Id35 | [
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "discipline",
"object": "Computer_science"
},
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "abbreviation",
"object": "\"ACM Trans. Inf. Syst.\""
}
]
| [
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "abbreviation",
"object": "\"ACM Trans. Inf. Syst.\""
},
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "academicDiscipline",
"object": "Computer_science"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"ACM Transactions on Information Systems has the abbreviation of ACM Trans. Inf. Syst and is part of the academic discipline of computer science.",
"ACM Trans. Inf. Syst. is the abbreviation of ACM Transactions on Information Systems which publishes in the domain of Computer Science.",
"The abbreviation \"ACM Trans. Inf. Syst.\" is for ACM Transactions on Information Systems whose academic discipline is Computer Science."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:ACM_Transactions_on_Information_Systems",
"property:abbreviation",
"ACM Trans. Inf. Syst."
],
[
"resource:ACM_Transactions_on_Information_Systems",
"rdf:type",
"ontology:written_work"
],
[
"resource:ACM_Transactions_on_Information_Systems",
"property:academic_discipline",
"resource:Computer_science"
]
]
| ACM_Transactions_on_Information_Systems | [
{
"modified": "ACM Trans. Inf. Syst.",
"readable": "ACM Trans. Inf. Syst.",
"graph": "ACM Trans. Inf. Syst."
},
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "ACM_Transactions_on_Information_Systems",
"readable": "ACM Transactions on Information Systems",
"graph": "resource:ACM_Transactions_on_Information_Systems"
},
{
"modified": "Computer_science",
"readable": "Computer science",
"graph": "resource:Computer_science"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?b rdf:type ontology:written_work . ?b property:academic_discipline ?r . ?b property:abbreviation resource:Admin__Sci__Q_ }",
"readable_query": "ASK WHERE { ?b rdf:type ontology:written_work . ?b property:academic_discipline ?r . ?b property:abbreviation resource:Admin._Sci._Q. }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Artist | 2 | 3610 | Id222 | [
{
"subject": "United_Kingdom",
"property": "leader",
"object": "Elizabeth_II"
},
{
"subject": "Alfred_Garth_Jones",
"property": "nationality",
"object": "United_Kingdom"
}
]
| [
{
"subject": "United_Kingdom",
"property": "leader",
"object": "Elizabeth_II"
},
{
"subject": "Alfred_Garth_Jones",
"property": "nationality",
"object": "United_Kingdom"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Elizabeth II is the leader of the United Kingdom, the country of Alfred Garth Jones' birth.",
"Elizabeth II is the leader of the United Kingdom, which is where Alfred Garth Jones was born.",
"Alfred Garth Jones comes from the United Kingdom, where Elizabeth II is the leader."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alfred_Garth_Jones",
"rdf:type",
"ontology:artist"
],
[
"resource:Alfred_Garth_Jones",
"property:nationality",
"resource:United_Kingdom"
],
[
"resource:United_Kingdom",
"property:leader",
"resource:Elizabeth_II"
]
]
| Alfred_Garth_Jones | [
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Alfred_Garth_Jones",
"readable": "Alfred Garth Jones",
"graph": "resource:Alfred_Garth_Jones"
},
{
"modified": "Elizabeth_II",
"readable": "Elizabeth II",
"graph": "resource:Elizabeth_II"
},
{
"modified": "United_Kingdom",
"readable": "United Kingdom",
"graph": "resource:United_Kingdom"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?t ) WHERE { resource:United_Kingdom property:leader ?p }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?t ) WHERE { resource:United_Kingdom property:leader ?p }",
"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 ?t WHERE { resource:United_Kingdom property:leader ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:United_Kingdom property:leader ?t }",
"graph_answer": [
"resource:Elizabeth_II"
],
"readable_answer": [
"Elizabeth II"
],
"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 ?k WHERE { ?k property:nationality resource:United_Kingdom . ?k rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:nationality resource:United_Kingdom . ?k rdf:type ontology:artist }",
"graph_answer": [
"resource:Alfred_Garth_Jones"
],
"readable_answer": [
"Alfred Garth Jones"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Artist | 2 | 3594 | Id206 | [
{
"subject": "Andrew_White_(musician)",
"property": "associatedMusicalArtist",
"object": "Kaiser_Chiefs"
},
{
"subject": "Andrew_White_(musician)",
"property": "genre",
"object": "Alternative_rock"
}
]
| [
{
"subject": "Andrew_White_(musician)",
"property": "associatedBand/associatedMusicalArtist",
"object": "Kaiser_Chiefs"
},
{
"subject": "Andrew_White_(musician)",
"property": "genre",
"object": "Alternative_rock"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Andrew White was a member of the alternative rock group, Kaiser Chiefs.",
"Andrew White is an alternative rock musician who plays for the band Kaiser Chiefs.",
"The musician Andrew White's genre is alternative rock and he plays for the band Kaiser Chiefs."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Andrew_White__musician_",
"rdf:type",
"ontology:artist"
],
[
"resource:Andrew_White__musician_",
"property:associated_band_associated_musical_artist",
"resource:Kaiser_Chiefs"
],
[
"resource:Andrew_White__musician_",
"property:genre",
"resource:Alternative_rock"
]
]
| Andrew_White_(musician) | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Alternative_rock",
"readable": "Alternative rock",
"graph": "resource:Alternative_rock"
},
{
"modified": "Andrew_White_(musician)",
"readable": "Andrew White",
"graph": "resource:Andrew_White__musician_"
},
{
"modified": "Kaiser_Chiefs",
"readable": "Kaiser Chiefs",
"graph": "resource:Kaiser_Chiefs"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?h WHERE { resource:Andrew_White__musician_ property:genre ?s . resource:Andrew_White__musician_ property:associated_band_associated_musical_artist ?h }",
"readable_query": "SELECT DISTINCT ?s ?h WHERE { resource:Andrew_White_(musician) property:genre ?s . resource:Andrew_White_(musician) property:associated_band_associated_musical_artist ?h }",
"graph_answer": [
"resource:Alternative_rock",
"resource:Kaiser_Chiefs"
],
"readable_answer": [
"Alternative rock",
"Kaiser Chiefs"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
]
|
|
Artist | 3 | 6086 | Id232 | [
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Rock_music",
"property": "stylisticOrigin",
"object": "Country_music"
}
]
| [
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "genre",
"object": "Rock_music"
},
{
"subject": "Rock_music",
"property": "stylisticOrigin",
"object": "Country_music"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Al Anderson is in NRBQ band who plays Rock music which originated from country music. The music Bhangra is part of the fusion genre, partly coming from Rock music.",
"Rock music, which originated from country music, is the genre of Al Anderson and his band, NRBQ. A musical fusion of rock music is Bhangra.",
"Al Anderson, a member of the band NRBQ, performs rock music which originated from country music. A musical fusion of rock music is bhangra music."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Rock_music",
"property:stylistic_origin",
"resource:Country_music"
],
[
"resource:Rock_music",
"property:music_fusion_genre",
"resource:Bhangra__music_"
],
[
"resource:Al_Anderson__NRBQ_band_",
"rdf:type",
"ontology:artist"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:genre",
"resource:Rock_music"
]
]
| Al_Anderson_(NRBQ_band) | [
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Al_Anderson_(NRBQ band)",
"readable": "Al Anderson",
"graph": "resource:Al_Anderson__NRBQ_band_"
},
{
"modified": "Bhangra_(music)",
"readable": "Bhangra",
"graph": "resource:Bhangra__music_"
},
{
"modified": "Country_music",
"readable": "Country music",
"graph": "resource:Country_music"
},
{
"modified": "Rock_music",
"readable": "Rock music",
"graph": "resource:Rock_music"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?s rdf:type ontology:artist . ?q property:music_fusion_genre resource:Nu_metal . ?s property:genre ?q }",
"readable_query": "ASK WHERE { ?s rdf:type ontology:artist . ?q property:music_fusion_genre resource:Nu_metal . ?s property:genre ?q }",
"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"
]
}
]
|
|
SportsTeam | 3 | 7974 | Id47 | [
{
"subject": "A.D._Isidro_Metapán",
"property": "ground",
"object": "Estadio_Jorge_Calero_Suárez"
},
{
"subject": "A.D._Isidro_Metapán",
"property": "capacity",
"object": "\"10000\"^^xsd:nonNegativeInteger"
},
{
"subject": "A.D._Isidro_Metapán",
"property": "fullname",
"object": "\"Asociación Deportiva\"@en"
}
]
| [
{
"subject": "A.D._Isidro_Metapán",
"property": "ground",
"object": "Estadio_Jorge_Calero_Suárez"
},
{
"subject": "A.D._Isidro_Metapán",
"property": "numberOfMembers",
"object": "10000"
},
{
"subject": "A.D._Isidro_Metapán",
"property": "fullName",
"object": "\"Asociación Deportiva\""
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"A.D. (Asociacion Deportiva) Isidro Metapan play at the Estadio Jorge Calero Suarez and has 10000 members.",
"A.D. Isidro Metapan play at the Estadio Jorge Calero Suarez, they have 10000 members and the full name of the club is \"Asociación Deportiva\"."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:A_D__Isidro_Metap_n",
"property:full_name",
"resource:Asociaci_n_Deportiva"
],
[
"resource:A_D__Isidro_Metap_n",
"property:number_of_members",
"10000"
],
[
"resource:A_D__Isidro_Metap_n",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_D__Isidro_Metap_n",
"property:ground",
"resource:Estadio_Jorge_Calero_Su_rez"
]
]
| A.D._Isidro_Metapán | [
{
"modified": "10000",
"readable": "10000",
"graph": "10000"
},
{
"modified": "fullName",
"readable": "full name",
"graph": "property:full_name"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "A.D._Isidro_Metapán",
"readable": "A.D. Isidro Metapán",
"graph": "resource:A_D__Isidro_Metap_n"
},
{
"modified": "Asociación Deportiva",
"readable": "Asociación Deportiva",
"graph": "resource:Asociaci_n_Deportiva"
},
{
"modified": "Estadio_Jorge_Calero_Suárez",
"readable": "Estadio Jorge Calero Suárez",
"graph": "resource:Estadio_Jorge_Calero_Su_rez"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?s rdf:type ontology:sports_team . ?s property:ground ?l . ?s property:number_of_members ?e . FILTER ( ?e = '10000' ) }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?s rdf:type ontology:sports_team . ?s property:ground ?l . ?s property:number_of_members ?e . FILTER ( ?e = '10000' ) }",
"graph_answer": [
"resource:Estadio_Jorge_Calero_Su_rez"
],
"readable_answer": [
"Estadio Jorge Calero Suárez"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { FILTER ( ?i = '10000' ) . ?m rdf:type ontology:sports_team . ?m property:ground resource:Estadio_Jorge_Calero_Su_rez . ?m property:number_of_members ?i }",
"readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( ?i = '10000' ) . ?m rdf:type ontology:sports_team . ?m property:ground resource:Estadio_Jorge_Calero_Suárez . ?m property:number_of_members ?i }",
"graph_answer": [
"resource:A_D__Isidro_Metap_n"
],
"readable_answer": [
"A.D. Isidro Metapán"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( STRSTARTS ( LCASE ( ?q ) , 'a' ) ) . resource:A_D__Isidro_Metap_n property:full_name ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( STRSTARTS ( LCASE ( ?q ) , 'a' ) ) . resource:A.D._Isidro_Metapán property:full_name ?q }",
"graph_answer": [
"resource:Asociaci_n_Deportiva"
],
"readable_answer": [
"Asociación Deportiva"
],
"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"
]
}
]
|
|
MeanOfTransportation | 2 | 4958 | Id193 | [
{
"subject": "Costa_Crociere",
"property": "location",
"object": "Genoa"
},
{
"subject": "AIDAstella",
"property": "owner",
"object": "Costa_Crociere"
}
]
| [
{
"subject": "Costa_Crociere",
"property": "location",
"object": "Genoa"
},
{
"subject": "AIDAstella",
"property": "owner",
"object": "Costa_Crociere"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AIDAstella is owned by Costa Crociere which is in Genoa.",
"Costa Crociere is the owner of the AIDAstella and are located in Genoa.",
"The AIDAstella is owned by Costa Crociere who are located in Genoa."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Costa_Crociere",
"property:location",
"resource:Genoa"
],
[
"resource:AIDAstella",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAstella",
"property:owner",
"resource:Costa_Crociere"
]
]
| AIDAstella | [
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "AIDAstella",
"readable": "AIDAstella",
"graph": "resource:AIDAstella"
},
{
"modified": "Costa_Crociere",
"readable": "Costa Crociere",
"graph": "resource:Costa_Crociere"
},
{
"modified": "Genoa",
"readable": "Genoa",
"graph": "resource:Genoa"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?d WHERE { ?b rdf:type ontology:mean_of_transportation . ?d property:location resource:Genoa . ?b property:owner ?d }",
"readable_query": "SELECT DISTINCT ?b ?d WHERE { ?b rdf:type ontology:mean_of_transportation . ?d property:location resource:Genoa . ?b property:owner ?d }",
"graph_answer": [
"resource:AIDAstella",
"resource:Costa_Crociere"
],
"readable_answer": [
"AIDAstella",
"Costa Crociere"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
]
|
|
Politician | 2 | 5168 | Id160 | [
{
"subject": "Albert_Jennings_Fountain",
"property": "deathPlace",
"object": "United_States"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "Staten_Island"
}
]
| [
{
"subject": "Albert_Jennings_Fountain",
"property": "deathPlace",
"object": "United_States"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "Staten_Island"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albert Jennings Fountain died in the United States and was born in Staten Island.",
"Albert Jennings Fountain, who was born in Staten Island, died in the U.S.",
"Albert Jennings Fountain was born in Staten Island and died in the U.S."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Albert_Jennings_Fountain",
"rdf:type",
"ontology:politician"
],
[
"resource:Albert_Jennings_Fountain",
"property:death_place",
"resource:United_States"
],
[
"resource:Albert_Jennings_Fountain",
"property:birth_place",
"resource:Staten_Island"
]
]
| Albert_Jennings_Fountain | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "Albert_Jennings_Fountain",
"readable": "Albert Jennings Fountain",
"graph": "resource:Albert_Jennings_Fountain"
},
{
"modified": "Staten_Island",
"readable": "Staten Island",
"graph": "resource:Staten_Island"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?x rdf:type ontology:politician . ?x property:birth_place ?q . ?x property:death_place resource:Blaenau_Ffestiniog }",
"readable_query": "ASK WHERE { ?x rdf:type ontology:politician . ?x property:birth_place ?q . ?x property:death_place resource:Blaenau_Ffestiniog }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Airport | 5 | 11115 | Id164 | [
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "\"1873.0\"^^xsd:double"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "operator",
"object": "\"Port Authority of New York and New Jersey & SJTA\"@en"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "elevation",
"object": "\"22.86\"^^xsd:double"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "icaoLocationIdentifier",
"object": "\"KACY\""
},
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayDesignation",
"object": "\"13/31\""
}
]
| [
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "1873.0"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "operatingOrganisation",
"object": "Port_Authority_of_New_York_and_New_Jersey"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "23.0"
},
{
"subject": "Atlantic_City_International_Airport",
"property": "icaoLocationIdentifier",
"object": "\"KACY\""
},
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayName",
"object": "\"13/31\""
}
]
| (X (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"The Port Authority of New York and New Jersey operate Atlantic City International airport which has the ICAO location identifier of KACY and is 23 metres above sea level. The runway (13/31) has a length of 1,873."
],
"lang": [
""
]
} | []
| []
| [
[
"resource:Atlantic_City_International_Airport",
"property:runway_length",
"resource:1873_0"
],
[
"resource:Atlantic_City_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Atlantic_City_International_Airport",
"property:elevation_above_the_sea_level",
"resource:23_0"
],
[
"resource:Atlantic_City_International_Airport",
"property:icao_location_identifier",
"resource:KACY"
],
[
"resource:Atlantic_City_International_Airport",
"property:runway_name",
"resource:13_31"
],
[
"resource:Atlantic_City_International_Airport",
"property:operating_organisation",
"resource:Port_Authority_of_New_York_and_New_Jersey"
]
]
| Atlantic_City_International_Airport | [
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "icaoLocationIdentifier",
"readable": "icao location identifier",
"graph": "property:icao_location_identifier"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "13/31",
"readable": "13/31",
"graph": "resource:13_31"
},
{
"modified": "1873.0",
"readable": "1873.0",
"graph": "resource:1873_0"
},
{
"modified": "23.0",
"readable": "23.0",
"graph": "resource:23_0"
},
{
"modified": "Atlantic_City_International_Airport",
"readable": "Atlantic City International Airport",
"graph": "resource:Atlantic_City_International_Airport"
},
{
"modified": "KACY",
"readable": "KACY",
"graph": "resource:KACY"
},
{
"modified": "Port_Authority_of_New_York_and_New_Jersey",
"readable": "Port Authority of New York and New Jersey",
"graph": "resource:Port_Authority_of_New_York_and_New_Jersey"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { resource:Atlantic_City_International_Airport property:garrison ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:Atlantic_City_International_Airport property:garrison ?p }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?c rdf:type ontology:airport . ?c property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?c property:runway_length ?o }",
"readable_query": "ASK WHERE { ?c rdf:type ontology:airport . ?c property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?c property:runway_length ?o }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?x WHERE { ?d rdf:type ontology:airport . ?d property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?d property:runway_length ?x }",
"readable_query": "SELECT ?x WHERE { ?d rdf:type ontology:airport . ?d property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?d property:runway_length ?x }",
"graph_answer": [
"resource:1873_0"
],
"readable_answer": [
"1873.0"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) . ?r property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?r rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) . ?r property:operating_organisation resource:Port_Authority_of_New_York_and_New_Jersey . ?r rdf:type ontology:airport }",
"graph_answer": [
"resource:Atlantic_City_International_Airport"
],
"readable_answer": [
"Atlantic City International Airport"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?g WHERE { resource:Atlantic_City_International_Airport property:elevation_above_the_sea_level ?g . resource:Atlantic_City_International_Airport property:runway_name ?r }",
"readable_query": "SELECT DISTINCT ?r ?g WHERE { resource:Atlantic_City_International_Airport property:elevation_above_the_sea_level ?g . resource:Atlantic_City_International_Airport property:runway_name ?r }",
"graph_answer": [
"resource:13_31",
"resource:23_0"
],
"readable_answer": [
"13/31",
"23.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Atlantic_City_International_Airport property:service ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Atlantic_City_International_Airport property:service ?t }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
City | 3 | 6941 | Id229 | [
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
}
]
| [
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akron, Ohio is located in the United States where English is the spoken language and Native Americans are an ethnic group.",
"English is the language of the United States, where you will find the town of Akron, Ohio and where Native Americans are an ethnic group.",
"English is spoken in the United States, where the Native Americans are an ethnic group and where Akron, Ohio is located."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:Akron__Ohio",
"rdf:type",
"ontology:city"
],
[
"resource:Akron__Ohio",
"property:country",
"resource:United_States"
]
]
| Akron,_Ohio | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Akron,_Ohio",
"readable": "Akron, Ohio",
"graph": "resource:Akron__Ohio"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?u property:country ?x . ?u rdf:type ontology:city . ?x property:ethnic_group resource:Native_Americans_in_the_United_States }",
"readable_query": "ASK WHERE { ?u property:country ?x . ?u rdf:type ontology:city . ?x property:ethnic_group resource:Native_Americans_in_the_United_States }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?q WHERE { ?e property:ethnic_group resource:Native_Americans_in_the_United_States . ?q property:country ?e . ?q rdf:type ontology:city }",
"readable_query": "SELECT ?q WHERE { ?e property:ethnic_group resource:Native_Americans_in_the_United_States . ?q property:country ?e . ?q rdf:type ontology:city }",
"graph_answer": [
"resource:Akron__Ohio"
],
"readable_answer": [
"Akron, Ohio"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Food | 3 | 7336 | Id249 | [
{
"subject": "Bionico",
"property": "country",
"object": "Mexico"
},
{
"subject": "Bionico",
"property": "region",
"object": "Guadalajara"
},
{
"subject": "Bionico",
"property": "ingredient",
"object": "Condensed_milk"
}
]
| [
{
"subject": "Bionico",
"property": "country",
"object": "Mexico"
},
{
"subject": "Bionico",
"property": "region",
"object": "Guadalajara"
},
{
"subject": "Bionico",
"property": "ingredient",
"object": "Condensed_milk"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bionico is from the Guadalajara region of Mexico, and it contains condensed milk.",
"Bionico (contains condensed milk) is found in Mexico and Guadalajara.",
"Bionico, a food product from the Guadalajara region of Mexico, contains condensed milk."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Bionico",
"property:ingredient",
"resource:Condensed_milk"
],
[
"resource:Bionico",
"rdf:type",
"ontology:food"
],
[
"resource:Bionico",
"property:country",
"resource:Mexico"
],
[
"resource:Bionico",
"property:region",
"resource:Guadalajara"
]
]
| Bionico | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Bionico",
"readable": "Bionico",
"graph": "resource:Bionico"
},
{
"modified": "Condensed_milk",
"readable": "Condensed milk",
"graph": "resource:Condensed_milk"
},
{
"modified": "Guadalajara",
"readable": "Guadalajara",
"graph": "resource:Guadalajara"
},
{
"modified": "Mexico",
"readable": "Mexico",
"graph": "resource:Mexico"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?p WHERE { resource:Bionico property:region ?p . resource:Bionico property:country ?o }",
"readable_query": "SELECT DISTINCT ?o ?p WHERE { resource:Bionico property:region ?p . resource:Bionico property:country ?o }",
"graph_answer": [
"resource:Mexico",
"resource:Guadalajara"
],
"readable_answer": [
"Mexico",
"Guadalajara"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { resource:Bionico property:bed_count ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:Bionico property:bed_count ?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"
]
}
]
|
|
Building | 3 | 6417 | Id37 | [
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "London"
},
{
"subject": "London",
"property": "leaderTitle",
"object": "European_Parliament"
},
{
"subject": "London",
"property": "leaderName",
"object": "Boris_Johnson"
}
]
| [
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "London"
},
{
"subject": "London",
"property": "leaderTitle",
"object": "European_Parliament"
},
{
"subject": "London",
"property": "leader",
"object": "Boris_Johnson"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"20 Fenchurch Street is located in London, which is led by Boris Johnson. London is led by the European Parliament.",
"20 Fenchurch Street is located in London. London is led via the European Parliament and Boris Johnson is its leader."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:London",
"property:leader",
"resource:Boris_Johnson"
],
[
"resource:London",
"property:leader_title",
"resource:European_Parliament"
],
[
"resource:20_Fenchurch_Street",
"rdf:type",
"ontology:building"
],
[
"resource:20_Fenchurch_Street",
"property:location",
"resource:London"
]
]
| 20_Fenchurch_Street | [
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "20_Fenchurch_Street",
"readable": "20 Fenchurch Street",
"graph": "resource:20_Fenchurch_Street"
},
{
"modified": "Boris_Johnson",
"readable": "Boris Johnson",
"graph": "resource:Boris_Johnson"
},
{
"modified": "European_Parliament",
"readable": "European Parliament",
"graph": "resource:European_Parliament"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?e ) WHERE { ?t property:leader resource:Boris_Johnson . ?t property:leader_title resource:European_Parliament }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?e ) WHERE { ?t property:leader resource:Boris_Johnson . ?t property:leader_title resource:European_Parliament }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n property:leader_title resource:European_Parliament . ?n property:leader resource:Boris_Johnson }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:leader_title resource:European_Parliament . ?n property:leader resource:Boris_Johnson }",
"graph_answer": [
"resource:London"
],
"readable_answer": [
"London"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?c rdf:type ontology:building . ?c property:location resource:London }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c rdf:type ontology:building . ?c property:location resource:London }",
"graph_answer": [
"resource:20_Fenchurch_Street"
],
"readable_answer": [
"20 Fenchurch Street"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
WrittenWork | 4 | 10939 | Id158 | [
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
]
| [
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
]
| (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"In the United States the leader is Barack Obama, the capital city is Washington D.C., African Americans are an ethnic group and is where 1634 The Ram Rebellion was written.",
"1634 The Ram Rebellion was written in the United States. The previous president there was Barack Obama and the capital is Washington, D.C. One ethnic group there is African American.",
"The African Americans are an ethnic group in the United States where 1634 The Ram Rebellion was written. The President in the US is Barack Obama and the capital city is Washington DC."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:1634__The_Ram_Rebellion",
"rdf:type",
"ontology:written_work"
],
[
"resource:1634__The_Ram_Rebellion",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:leader",
"resource:Barack_Obama"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
]
| 1634:_The_Ram_Rebellion | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "1634:_The_Ram_Rebellion",
"readable": "1634: The Ram Rebellion",
"graph": "resource:1634__The_Ram_Rebellion"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Barack_Obama",
"readable": "Barack Obama",
"graph": "resource:Barack_Obama"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'united' ) ) . ?z property:ethnic_group resource:African_Americans . ?z property:leader resource:Barack_Obama }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'united' ) ) . ?z property:ethnic_group resource:African_Americans . ?z property:leader resource:Barack_Obama }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:capital resource:Washington__D_C_ }",
"readable_query": "ASK WHERE { resource:United_States property:capital resource:Washington,_D.C. }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:written_work . ?f property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:written_work . ?f property:country resource:United_States }",
"graph_answer": [
"resource:1634__The_Ram_Rebellion"
],
"readable_answer": [
"1634: The Ram Rebellion"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Building | 2 | 3933 | Id85 | [
{
"subject": "Adare_Manor",
"property": "locationCountry",
"object": "Republic_of_Ireland"
},
{
"subject": "Republic_of_Ireland",
"property": "leader",
"object": "Enda_Kenny"
}
]
| [
{
"subject": "Adare_Manor",
"property": "country",
"object": "Republic_of_Ireland"
},
{
"subject": "Republic_of_Ireland",
"property": "leader",
"object": "Enda_Kenny"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Enda Kenny is the leader of the Republic of Ireland where Adare Manor is located.",
"Enda Kenny is the leader of the Republic of Ireland where Adare Manor can be found.",
"Adare Manor is located in the Republic of Ireland, which is led by Enda Kenny."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Adare_Manor",
"rdf:type",
"ontology:building"
],
[
"resource:Adare_Manor",
"property:country",
"resource:Republic_of_Ireland"
],
[
"resource:Republic_of_Ireland",
"property:leader",
"resource:Enda_Kenny"
]
]
| Adare_Manor | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Adare_Manor",
"readable": "Adare Manor",
"graph": "resource:Adare_Manor"
},
{
"modified": "Enda_Kenny",
"readable": "Enda Kenny",
"graph": "resource:Enda_Kenny"
},
{
"modified": "Republic_of_Ireland",
"readable": "Republic of Ireland",
"graph": "resource:Republic_of_Ireland"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y ?r WHERE { ?y property:country ?r . ?y rdf:type ontology:building . ?r property:leader resource:Enda_Kenny }",
"readable_query": "SELECT DISTINCT ?y ?r WHERE { ?y property:country ?r . ?y rdf:type ontology:building . ?r property:leader resource:Enda_Kenny }",
"graph_answer": [
"resource:Adare_Manor",
"resource:Republic_of_Ireland"
],
"readable_answer": [
"Adare Manor",
"Republic of Ireland"
],
"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"
]
}
]
|
|
Airport | 2 | 3385 | Id190 | [
{
"subject": "Poaceae",
"property": "order",
"object": "Commelinids"
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "r2Surface",
"object": "Poaceae"
}
]
| [
{
"subject": "Poaceae",
"property": "order",
"object": "Commelinids"
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "2ndRunwaySurfaceType",
"object": "Poaceae"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Poaceae is the order of Commelinids, it is also the surface type of the second runway of Ardmore Airport, New Zealand.",
"The 2nd runway at Ardmore Airport (New Zealand) is made of Poaceae which belongs to the order of Commelinids."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Poaceae",
"property:order",
"resource:Commelinids"
],
[
"resource:Ardmore_Airport__New_Zealand_",
"property:2nd_runway_surface_type",
"resource:Poaceae"
],
[
"resource:Ardmore_Airport__New_Zealand_",
"rdf:type",
"ontology:airport"
]
]
| Ardmore_Airport_(New_Zealand) | [
{
"modified": "2ndRunwaySurfaceType",
"readable": "2nd runway surface type",
"graph": "property:2nd_runway_surface_type"
},
{
"modified": "order",
"readable": "order",
"graph": "property:order"
},
{
"modified": "Ardmore_Airport_(New_Zealand)",
"readable": "Ardmore Airport",
"graph": "resource:Ardmore_Airport__New_Zealand_"
},
{
"modified": "Commelinids",
"readable": "Commelinids",
"graph": "resource:Commelinids"
},
{
"modified": "Poaceae",
"readable": "Poaceae",
"graph": "resource:Poaceae"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?t ?m WHERE { ?t property:2nd_runway_surface_type ?m . ?m property:order resource:Commelinids . ?t rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?t ?m WHERE { ?t property:2nd_runway_surface_type ?m . ?m property:order resource:Commelinids . ?t rdf:type ontology:airport }",
"graph_answer": [
"resource:Ardmore_Airport__New_Zealand_",
"resource:Poaceae"
],
"readable_answer": [
"Ardmore Airport",
"Poaceae"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
]
|
|
Food | 3 | 7270 | Id183 | [
{
"subject": "Barny_Cakes",
"property": "country",
"object": "France"
},
{
"subject": "France",
"property": "leaderName",
"object": "Gérard_Larcher"
},
{
"subject": "France",
"property": "leader",
"object": "François_Hollande"
}
]
| [
{
"subject": "Barny_Cakes",
"property": "country",
"object": "France"
},
{
"subject": "France",
"property": "leader",
"object": "Gérard_Larcher"
},
{
"subject": "France",
"property": "leader",
"object": "François_Hollande"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"François Hollande and Gérard Larcher are leaders in France, where Barny Cakes come from.",
"Barny cakes can be found in France, whose leaders include Gérard Larcher and Francois Hollande.",
"Francois Hollande and Gerard Larcher are leaders of France where Barny Cakes originate."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Barny_Cakes",
"rdf:type",
"ontology:food"
],
[
"resource:Barny_Cakes",
"property:country",
"resource:France"
],
[
"resource:France",
"property:leader",
"resource:Fran_ois_Hollande"
],
[
"resource:France",
"property:leader",
"resource:G_rard_Larcher"
]
]
| Barny_Cakes | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Barny_Cakes",
"readable": "Barny Cakes",
"graph": "resource:Barny_Cakes"
},
{
"modified": "François_Hollande",
"readable": "François Hollande",
"graph": "resource:Fran_ois_Hollande"
},
{
"modified": "France",
"readable": "France",
"graph": "resource:France"
},
{
"modified": "Gérard_Larcher",
"readable": "Gérard Larcher",
"graph": "resource:G_rard_Larcher"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?b ) WHERE { resource:France property:maiden_voyage ?v }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?b ) WHERE { resource:France property:maiden_voyage ?v }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?p ) WHERE { resource:France property:leader ?a }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?p ) WHERE { resource:France property:leader ?a }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:France property:leader ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:France property:leader ?q }",
"graph_answer": [
"resource:Fran_ois_Hollande",
"resource:G_rard_Larcher"
],
"readable_answer": [
"François Hollande",
"Gérard Larcher"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Barny_Cakes property:country resource:France . resource:Barny_Cakes rdf:type ontology:food }",
"readable_query": "ASK WHERE { resource:Barny_Cakes property:country resource:France . resource:Barny_Cakes rdf:type ontology:food }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
]
|
|
CelestialBody | 5 | 11720 | Id28 | [
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "education",
"object": "University_of_Michigan"
},
{
"subject": "101_Helena",
"property": "apoapsis",
"object": "4.41092e+11"
},
{
"subject": "James_Craig_Watson",
"property": "nationality",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
}
]
| [
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "James_Craig_Watson",
"property": "almaMater",
"object": "University_of_Michigan"
},
{
"subject": "James_Craig_Watson",
"property": "nationality",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
},
{
"subject": "101_Helena",
"property": "apoapsis",
"object": "441092000.0 (kilometres)"
}
]
| (X (X) (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The discoverer of 101 Helena is the Canadian James Craig Watson, who studied at the University of Michigan and died in Madison, Wisconsin. The apoapsis of 101 Helena is 441092000.0 kilometres.",
"101 Helena, which has an apoapsis of 441092000.0 kms was discovered by the Canadian National, James Craig Watson. His alma mater was the University of Michigan and he died in Madison, Wisconsin.",
"101 Helena has an apoapsis of 441092000.0 kilometres and was discovered by James Craig Watson. Watson is a Canadian National and studied at the University of Michigan and died in Madison, Wisconsin."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:101_Helena",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:101_Helena",
"property:apoapsis",
"441092000.0 (kilometres)"
],
[
"resource:101_Helena",
"property:discoverer",
"resource:James_Craig_Watson"
],
[
"resource:James_Craig_Watson",
"property:death_place",
"resource:Madison__Wisconsin"
],
[
"resource:James_Craig_Watson",
"property:nationality",
"resource:Canada"
],
[
"resource:James_Craig_Watson",
"property:alma_mater",
"resource:University_of_Michigan"
]
]
| 101_Helena | [
{
"modified": "441092000.0 (kilometres)",
"readable": "441092000.0",
"graph": "441092000.0 (kilometres)"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "101_Helena",
"readable": "101 Helena",
"graph": "resource:101_Helena"
},
{
"modified": "Canada",
"readable": "Canada",
"graph": "resource:Canada"
},
{
"modified": "James_Craig_Watson",
"readable": "James Craig Watson",
"graph": "resource:James_Craig_Watson"
},
{
"modified": "Madison,_Wisconsin",
"readable": "Madison, Wisconsin",
"graph": "resource:Madison__Wisconsin"
},
{
"modified": "University_of_Michigan",
"readable": "University of Michigan",
"graph": "resource:University_of_Michigan"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { resource:101_Helena property:apoapsis '441092000.0 (kilometres)' }",
"readable_query": "ASK WHERE { resource:101_Helena property:apoapsis '441092000.0 (kilometres)' }",
"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": "ASK WHERE { ?v property:alma_mater resource:University_of_Michigan . ?v property:death_place resource:Budapest }",
"readable_query": "ASK WHERE { ?v property:alma_mater resource:University_of_Michigan . ?v property:death_place resource:Budapest }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?x property:alma_mater resource:University_of_Michigan . ?x property:death_place resource:Madison__Wisconsin }",
"readable_query": "ASK WHERE { ?x property:alma_mater resource:University_of_Michigan . ?x property:death_place resource:Madison,_Wisconsin }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?b WHERE { ?b property:death_place resource:Madison__Wisconsin . ?b property:alma_mater resource:University_of_Michigan }",
"readable_query": "SELECT ?b WHERE { ?b property:death_place resource:Madison,_Wisconsin . ?b property:alma_mater resource:University_of_Michigan }",
"graph_answer": [
"resource:James_Craig_Watson"
],
"readable_answer": [
"James Craig Watson"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Politician | 4 | 10397 | Id81 | [
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "Casey_Ribicoff"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "\",\"@en"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "nationality",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
]
| [
{
"subject": "Abraham_A._Ribicoff",
"property": "spouse",
"object": "Casey_Ribicoff"
},
{
"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": "African_Americans"
}
]
| (X (X) (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abraham A. Ribicoff (spouse Casey Ribicoff) is a national of the United States, the country where one of the ethnic groups is African Americans. New Britain, CT, is his birth place.",
"Casey Ribicoff is Abraham A. Ribcoff's wife. Abraham A Ribicoff was born in New Britain, Connecticut, the United States, the country where one of the ethnic groups is, African Americans.",
"Abraham A Ribicoff was married to Casey Ribicoff and was born in New Britain, Connecticut, USA. African Americans are one of the ethnic groups in the US."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Abraham_A__Ribicoff",
"property:spouse",
"resource:Casey_Ribicoff"
],
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"resource:Abraham_A__Ribicoff",
"property: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": "spouse",
"readable": "spouse",
"graph": "property:spouse"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Casey_Ribicoff",
"readable": "Casey Ribicoff",
"graph": "resource:Casey_Ribicoff"
},
{
"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": "ASK WHERE { resource:United_States property:ethnic_group resource:African_Americans }",
"readable_query": "ASK WHERE { resource:United_States property:ethnic_group resource:African_Americans }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x property:spouse resource:Casey_Ribicoff . ?x property:nationality ?l . ?x rdf:type ontology:politician . ?l property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x property:spouse resource:Casey_Ribicoff . ?x property:nationality ?l . ?x rdf:type ontology:politician . ?l property:ethnic_group resource:African_Americans }",
"graph_answer": [
"resource:Abraham_A__Ribicoff"
],
"readable_answer": [
"Abraham A. Ribicoff"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Abraham_A__Ribicoff property:stylistic_origin ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Abraham_A._Ribicoff property:stylistic_origin ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?p property:spouse ?a . ?p property:birth_place resource:Batumi . ?p rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?p property:spouse ?a . ?p property:birth_place resource:Batumi . ?p rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Food | 3 | 7281 | Id194 | [
{
"subject": "Batagor",
"property": "hasVariant",
"object": "Siomay"
},
{
"subject": "Siomay",
"property": "ingredient",
"object": "Peanut_sauce"
},
{
"subject": "Batagor",
"property": "variations",
"object": "Shumai"
}
]
| [
{
"subject": "Batagor",
"property": "dishVariation",
"object": "Siomay"
},
{
"subject": "Siomay",
"property": "ingredient",
"object": "Peanut_sauce"
},
{
"subject": "Batagor",
"property": "dishVariation",
"object": "Shumai"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Batagor (and its alternative of Shumai) and Siomay (made with peanut sauce) are both variations of the same dish.",
"Variations of Siomay, which includes peanut sauce, are: Batagor and shumai."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Siomay",
"property:ingredient",
"resource:Peanut_sauce"
],
[
"resource:Batagor",
"property:dish_variation",
"resource:Siomay"
],
[
"resource:Batagor",
"property:dish_variation",
"resource:Shumai"
],
[
"resource:Batagor",
"rdf:type",
"ontology:food"
]
]
| Batagor | [
{
"modified": "dishVariation",
"readable": "dish variation",
"graph": "property:dish_variation"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Batagor",
"readable": "Batagor",
"graph": "resource:Batagor"
},
{
"modified": "Peanut_sauce",
"readable": "Peanut sauce",
"graph": "resource:Peanut_sauce"
},
{
"modified": "Shumai",
"readable": "Shumai",
"graph": "resource:Shumai"
},
{
"modified": "Siomay",
"readable": "Siomay",
"graph": "resource:Siomay"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?e ) WHERE { resource:Batagor property:dish_variation ?f }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?e ) WHERE { resource:Batagor property:dish_variation ?f }",
"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:Batagor property:dish_variation ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Batagor property:dish_variation ?g }",
"graph_answer": [
"resource:Siomay",
"resource:Shumai"
],
"readable_answer": [
"Siomay",
"Shumai"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Siomay property:death_year ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Siomay property:death_year ?a }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
MeanOfTransportation | 5 | 12394 | Id111 | [
{
"subject": "Costa_Crociere",
"property": "parentCompany",
"object": "Carnival_Corporation_&_plc"
},
{
"subject": "AIDAstella",
"property": "shipOperator",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAstella",
"property": "shipBuilder",
"object": "Meyer_Werft"
},
{
"subject": "Meyer_Werft",
"property": "location",
"object": "Papenburg"
},
{
"subject": "AIDAstella",
"property": "shipOwner",
"object": "Costa_Crociere"
}
]
| [
{
"subject": "Costa_Crociere",
"property": "parentCompany",
"object": "Carnival_Corporation_&_plc"
},
{
"subject": "AIDAstella",
"property": "operator",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAstella",
"property": "builder",
"object": "Meyer_Werft"
},
{
"subject": "Meyer_Werft",
"property": "location",
"object": "Papenburg"
},
{
"subject": "AIDAstella",
"property": "owner",
"object": "Costa_Crociere"
}
]
| (X (X) (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AIDAstella, built by Meyer Werft in Papenburg, is operated by AIDA Cruises and owned by Costa Crociere. Carnival Corporation is the parent company of Costa Crociere.",
"Carnival Corporation & plc is the parent company of Costa Crocier who owns the ship AIDAstella. AIDAstella was built by Meyer Werft, located in Papenburg, and is operated by AIDA Cruises.",
"The parent company of Costa Crociere, the owner of the AIDAstella, is Carnival Corporation & plc. The AIDAstella is operated by AIDA Cruise Line and was built by Meyer Werft who are located in Papenburg."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Costa_Crociere",
"property:parent_company",
"resource:Carnival_Corporation___plc"
],
[
"resource:AIDAstella",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAstella",
"property:owner",
"resource:Costa_Crociere"
],
[
"resource:AIDAstella",
"property:operator",
"resource:AIDA_Cruises"
],
[
"resource:AIDAstella",
"property:builder",
"resource:Meyer_Werft"
],
[
"resource:Meyer_Werft",
"property:location",
"resource:Papenburg"
]
]
| AIDAstella | [
{
"modified": "builder",
"readable": "builder",
"graph": "property:builder"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "parentCompany",
"readable": "parent company",
"graph": "property:parent_company"
},
{
"modified": "AIDA_Cruises",
"readable": "AIDA Cruises",
"graph": "resource:AIDA_Cruises"
},
{
"modified": "AIDAstella",
"readable": "AIDAstella",
"graph": "resource:AIDAstella"
},
{
"modified": "Carnival_Corporation_&_plc",
"readable": "Carnival Corporation & plc",
"graph": "resource:Carnival_Corporation___plc"
},
{
"modified": "Costa_Crociere",
"readable": "Costa Crociere",
"graph": "resource:Costa_Crociere"
},
{
"modified": "Meyer_Werft",
"readable": "Meyer Werft",
"graph": "resource:Meyer_Werft"
},
{
"modified": "Papenburg",
"readable": "Papenburg",
"graph": "resource:Papenburg"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?i property:owner ?c . ?i rdf:type ontology:mean_of_transportation . ?c property:parent_company resource:Carnival_Corporation___plc . ?i property:builder resource:Meyer_Werft }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?i property:owner ?c . ?i rdf:type ontology:mean_of_transportation . ?c property:parent_company resource:Carnival_Corporation_&_plc . ?i property:builder resource:Meyer_Werft }",
"graph_answer": [
"resource:Costa_Crociere"
],
"readable_answer": [
"Costa Crociere"
],
"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 ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:builder resource:Meyer_Werft . ?m property:owner resource:Costa_Crociere . resource:Costa_Crociere property:parent_company resource:Carnival_Corporation___plc }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:mean_of_transportation . ?m property:builder resource:Meyer_Werft . ?m property:owner resource:Costa_Crociere . resource:Costa_Crociere property:parent_company resource:Carnival_Corporation_&_plc }",
"graph_answer": [
"resource:AIDAstella"
],
"readable_answer": [
"AIDAstella"
],
"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 ?w WHERE { resource:Meyer_Werft property:main_ingredient ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Meyer_Werft property:main_ingredient ?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"
]
}
]
|
|
MeanOfTransportation | 3 | 7412 | Id12 | [
{
"subject": "1955_Dodge",
"property": "related",
"object": "Plymouth_Plaza"
},
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "DeSoto_Custom"
},
{
"subject": "Plymouth_Plaza",
"property": "manufacturer",
"object": "Plymouth_(automobile)"
}
]
| [
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "Plymouth_Plaza"
},
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "DeSoto_Custom"
},
{
"subject": "Plymouth_Plaza",
"property": "manufacturer",
"object": "Plymouth_(automobile)"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The 1955 Dodge and the Plymouth Plaza and the DeSoto Custom are related means of transport in that they are all cars. Plymouth are the manufacturers of the Plymouth Plaza.",
"Plymouth made the Plymouth Plaza which is related to the 1955 Dodge and the DeSoto Custom."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Plymouth_Plaza",
"property:manufacturer",
"resource:Plymouth__automobile_"
],
[
"resource:1955_Dodge",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:1955_Dodge",
"property:related_mean_of_transportation",
"resource:Plymouth_Plaza"
],
[
"resource:1955_Dodge",
"property:related_mean_of_transportation",
"resource:DeSoto_Custom"
]
]
| 1955_Dodge | [
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "relatedMeanOfTransportation",
"readable": "related mean of transportation",
"graph": "property:related_mean_of_transportation"
},
{
"modified": "1955_Dodge",
"readable": "1955 Dodge",
"graph": "resource:1955_Dodge"
},
{
"modified": "DeSoto_Custom",
"readable": "DeSoto Custom",
"graph": "resource:DeSoto_Custom"
},
{
"modified": "Plymouth_Plaza",
"readable": "Plymouth Plaza",
"graph": "resource:Plymouth_Plaza"
},
{
"modified": "Plymouth_(automobile)",
"readable": "Plymouth",
"graph": "resource:Plymouth__automobile_"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:1955_Dodge property:related_mean_of_transportation ?q . FILTER NOT EXISTS { ?q property:manufacturer resource:Plymouth__automobile_ } }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:1955_Dodge property:related_mean_of_transportation ?q . FILTER NOT EXISTS { ?q property:manufacturer resource:Plymouth_(automobile) } }",
"graph_answer": [
"resource:DeSoto_Custom"
],
"readable_answer": [
"DeSoto Custom"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { resource:1955_Dodge property:related_mean_of_transportation ?b . FILTER ( ?b != resource:DeSoto_Custom ) }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:1955_Dodge property:related_mean_of_transportation ?b . FILTER ( ?b != resource:DeSoto_Custom ) }",
"graph_answer": [
"resource:Plymouth_Plaza"
],
"readable_answer": [
"Plymouth Plaza"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Artist | 5 | 11354 | Id205 | [
{
"subject": "Paraguay",
"property": "ethnicGroup",
"object": "Mestizo"
},
{
"subject": "Asunción",
"property": "isPartOf",
"object": "Gran_Asunción"
},
{
"subject": "Agustín_Barboza",
"property": "birthPlace",
"object": "Asunción"
},
{
"subject": "Paraguay",
"property": "leaderName",
"object": "Juan_Afara"
},
{
"subject": "Agustín_Barboza",
"property": "deathPlace",
"object": "Paraguay"
}
]
| [
{
"subject": "Paraguay",
"property": "ethnicGroup",
"object": "Mestizo"
},
{
"subject": "Asunción",
"property": "isPartOf",
"object": "Gran_Asunción"
},
{
"subject": "Agustín_Barboza",
"property": "birthPlace",
"object": "Asunción"
},
{
"subject": "Paraguay",
"property": "leader",
"object": "Juan_Afara"
},
{
"subject": "Agustín_Barboza",
"property": "deathPlace",
"object": "Paraguay"
}
]
| (X (X (X)) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The birth place of Agustin Barboza was Asuncion (part of Gran Asuncion), Paraguay. Juan Afara is a leader in Paraguay and Mestizo is an ethnic group in that country.",
"Agustin Barboza was born in Asuncion, which is part of Gran Asuncion in Paraguay. The leader of Paraguay is Juan Afara and an ethnic group of the country is called Mestizo.",
"Agustin Barboza was born in Asuncion which is part of Gran Asunción in Paraguay. The country is led by Juan Afara and its ethnic Group is called Mestizo."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Asunci_n",
"property:is_part_of",
"resource:Gran_Asunci_n"
],
[
"resource:Paraguay",
"property:leader",
"resource:Juan_Afara"
],
[
"resource:Paraguay",
"property:ethnic_group",
"resource:Mestizo"
],
[
"resource:Agust_n_Barboza",
"rdf:type",
"ontology:artist"
],
[
"resource:Agust_n_Barboza",
"property:death_place",
"resource:Paraguay"
],
[
"resource:Agust_n_Barboza",
"property:birth_place",
"resource:Asunci_n"
]
]
| Agustín_Barboza | [
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Agustín_Barboza",
"readable": "Agustín Barboza",
"graph": "resource:Agust_n_Barboza"
},
{
"modified": "Asunción",
"readable": "Asunción",
"graph": "resource:Asunci_n"
},
{
"modified": "Gran_Asunción",
"readable": "Gran Asunción",
"graph": "resource:Gran_Asunci_n"
},
{
"modified": "Juan_Afara",
"readable": "Juan Afara",
"graph": "resource:Juan_Afara"
},
{
"modified": "Mestizo",
"readable": "Mestizo",
"graph": "resource:Mestizo"
},
{
"modified": "Paraguay",
"readable": "Paraguay",
"graph": "resource:Paraguay"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?h property:ethnic_group resource:Mestizo . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'p' ) ) }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?h property:ethnic_group resource:Mestizo . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'p' ) ) }",
"graph_answer": [
"resource:Paraguay"
],
"readable_answer": [
"Paraguay"
],
"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 ?b WHERE { resource:Paraguay property:leader ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Paraguay property:leader ?b }",
"graph_answer": [
"resource:Juan_Afara"
],
"readable_answer": [
"Juan Afara"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?m property:death_place resource:Paraguay . ?m rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m property:death_place resource:Paraguay . ?m rdf:type ontology:artist }",
"graph_answer": [
"resource:Agust_n_Barboza"
],
"readable_answer": [
"Agustín Barboza"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?x property:birth_place resource:Asunci_n . ?x rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?x property:birth_place resource:Asunción . ?x rdf:type ontology:artist }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?v rdf:type ontology:artist . ?v property:birth_place resource:Aberdeen }",
"readable_query": "ASK WHERE { ?v rdf:type ontology:artist . ?v property:birth_place resource:Aberdeen }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"ellipsis",
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
}
]
|
|
Food | 3 | 7277 | Id190 | [
{
"subject": "Batagor",
"property": "hasVariant",
"object": "Siomay"
},
{
"subject": "Shumai",
"property": "ingredient",
"object": "Shiitake"
},
{
"subject": "Batagor",
"property": "variations",
"object": "Shumai"
}
]
| [
{
"subject": "Batagor",
"property": "dishVariation",
"object": "Siomay"
},
{
"subject": "Shumai",
"property": "ingredient",
"object": "Shiitake"
},
{
"subject": "Batagor",
"property": "dishVariation",
"object": "Shumai"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Shiitake is a key ingredient of Shumai which is a variation of Batagor and Siomay.",
"Shumai (which contains shiitake) is a variation of batagor, which itself is a variation of the Siomay dish.",
"Batagor is a variation of the Siomay dish and also a variation of Shumai, a dish which contains shiitake mushrooms."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Batagor",
"property:dish_variation",
"resource:Siomay"
],
[
"resource:Batagor",
"property:dish_variation",
"resource:Shumai"
],
[
"resource:Batagor",
"rdf:type",
"ontology:food"
],
[
"resource:Shumai",
"property:ingredient",
"resource:Shiitake"
]
]
| Batagor | [
{
"modified": "dishVariation",
"readable": "dish variation",
"graph": "property:dish_variation"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Batagor",
"readable": "Batagor",
"graph": "resource:Batagor"
},
{
"modified": "Shiitake",
"readable": "Shiitake",
"graph": "resource:Shiitake"
},
{
"modified": "Shumai",
"readable": "Shumai",
"graph": "resource:Shumai"
},
{
"modified": "Siomay",
"readable": "Siomay",
"graph": "resource:Siomay"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?b ) WHERE { ?y property:dish_variation resource:Siomay . ?w property:dish_variation ?y . ?w rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?b ) WHERE { ?y property:dish_variation resource:Siomay . ?w property:dish_variation ?y . ?w rdf:type ontology:food }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?r ) WHERE { resource:Batagor property:dish_variation ?m }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?r ) WHERE { resource:Batagor property:dish_variation ?m }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Batagor property:dish_variation ?z . FILTER ( ?z != resource:Siomay ) }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Batagor property:dish_variation ?z . FILTER ( ?z != resource:Siomay ) }",
"graph_answer": [
"resource:Shumai"
],
"readable_answer": [
"Shumai"
],
"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 ?q WHERE { resource:Shumai property:final_flight ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Shumai property:final_flight ?q }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Food | 2 | 4501 | Id13 | [
{
"subject": "Ajoblanco",
"property": "region",
"object": "Andalusia"
},
{
"subject": "Ajoblanco",
"property": "ingredient",
"object": "Olive_oil"
}
]
| [
{
"subject": "Ajoblanco",
"property": "region",
"object": "Andalusia"
},
{
"subject": "Ajoblanco",
"property": "ingredient",
"object": "Olive_oil"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ajoblanco, which contains olive oil, is a food found in Andalusia.",
"Ajoblanco is from Andalusia and includes olive oil.",
"Olive oil is an ingredient in Ajoblanco which comes from the Andalusia region."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Ajoblanco",
"property:ingredient",
"resource:Olive_oil"
],
[
"resource:Ajoblanco",
"rdf:type",
"ontology:food"
],
[
"resource:Ajoblanco",
"property:region",
"resource:Andalusia"
]
]
| Ajoblanco | [
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Ajoblanco",
"readable": "Ajoblanco",
"graph": "resource:Ajoblanco"
},
{
"modified": "Andalusia",
"readable": "Andalusia",
"graph": "resource:Andalusia"
},
{
"modified": "Olive_oil",
"readable": "Olive oil",
"graph": "resource:Olive_oil"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?p rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'a' ) ) . ?p property:ingredient resource:Olive_oil . ?p property:region ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?p rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'a' ) ) . ?p property:ingredient resource:Olive_oil . ?p property:region ?o }",
"graph_answer": [
"resource:Andalusia"
],
"readable_answer": [
"Andalusia"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i property:region resource:Andalusia . ?i property:ingredient resource:Olive_oil . ?i rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:region resource:Andalusia . ?i property:ingredient resource:Olive_oil . ?i rdf:type ontology:food }",
"graph_answer": [
"resource:Ajoblanco"
],
"readable_answer": [
"Ajoblanco"
],
"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"
]
}
]
|
|
City | 4 | 9447 | Id46 | [
{
"subject": "Amarillo,_Texas",
"property": "isPartOf",
"object": "Potter_County,_Texas"
},
{
"subject": "Potter_County,_Texas",
"property": "state",
"object": "Texas"
},
{
"subject": "Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
}
]
| [
{
"subject": "Amarillo,_Texas",
"property": "isPartOf",
"object": "Potter_County,_Texas"
},
{
"subject": "Potter_County,_Texas",
"property": "state",
"object": "Texas"
},
{
"subject": "Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
}
]
| (X (X (X (X (X))))) | chain | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Amarillo is part of Potter County, Texas, in the United States, where Washington, D.C. is the capital.",
"Amarillo is part of Potter County, Texas, in the United States, where Washington D.C. is the capital.",
"Amarillo is part of Potter County, Texas in the United States. Washington, D.C. is the capital of the U.S."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Texas",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:Amarillo__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Amarillo__Texas",
"property:is_part_of",
"resource:Potter_County__Texas"
],
[
"resource:Potter_County__Texas",
"property:state",
"resource:Texas"
]
]
| Amarillo,_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": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "Amarillo,_Texas",
"readable": "Amarillo, Texas",
"graph": "resource:Amarillo__Texas"
},
{
"modified": "Potter_County,_Texas",
"readable": "Potter County, Texas",
"graph": "resource:Potter_County__Texas"
},
{
"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 ?v ?p WHERE { ?v property:state ?p . ?p property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?v ?p WHERE { ?v property:state ?p . ?p property:country resource:United_States }",
"graph_answer": [
"resource:Potter_County__Texas",
"resource:Texas"
],
"readable_answer": [
"Potter County, Texas",
"Texas"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?v rdf:type ontology:city . ?v property:is_part_of resource:Potter_County__Texas }",
"readable_query": "ASK WHERE { ?v rdf:type ontology:city . ?v property:is_part_of resource:Potter_County,_Texas }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?x WHERE { ?x rdf:type ontology:city . ?x property:is_part_of resource:Potter_County__Texas }",
"readable_query": "SELECT ?x WHERE { ?x rdf:type ontology:city . ?x property:is_part_of resource:Potter_County,_Texas }",
"graph_answer": [
"resource:Amarillo__Texas"
],
"readable_answer": [
"Amarillo, 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 | 2 | 4751 | Id263 | [
{
"subject": "Philippines",
"property": "language",
"object": "Philippine_English"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
}
]
| [
{
"subject": "Philippines",
"property": "language",
"object": "Philippine_English"
},
{
"subject": "Binignit",
"property": "country",
"object": "Philippines"
}
]
| (X (X (X))) | chain | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Binignit is a dish from the Philippines, where English is spoken.",
"The binignit dish can be found in the Philippines where the language is Philippine English."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Philippines",
"property:language",
"resource:Philippine_English"
],
[
"resource:Binignit",
"rdf:type",
"ontology:food"
],
[
"resource:Binignit",
"property:country",
"resource:Philippines"
]
]
| Binignit | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Binignit",
"readable": "Binignit",
"graph": "resource:Binignit"
},
{
"modified": "Philippine_English",
"readable": "Philippine English",
"graph": "resource:Philippine_English"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a ?x WHERE { ?x property:language resource:Philippine_English . ?a rdf:type ontology:food . ?a property:country ?x }",
"readable_query": "SELECT DISTINCT ?a ?x WHERE { ?x property:language resource:Philippine_English . ?a rdf:type ontology:food . ?a property:country ?x }",
"graph_answer": [
"resource:Binignit",
"resource:Philippines"
],
"readable_answer": [
"Binignit",
"Philippines"
],
"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"
]
}
]
|
|
Airport | 3 | 5757 | Id90 | [
{
"subject": "Alpena_County_Regional_Airport",
"property": "runwayLength",
"object": "\"1532.53\"^^xsd:double"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "location",
"object": "Maple_Ridge_Township,_Alpena_County,_Michigan"
},
{
"subject": "Maple_Ridge_Township,_Alpena_County,_Michigan",
"property": "country",
"object": "United_States"
}
]
| [
{
"subject": "Alpena_County_Regional_Airport",
"property": "location",
"object": "Maple_Ridge_Township,_Alpena_County,_Michigan"
},
{
"subject": "Alpena_County_Regional_Airport",
"property": "runwayLength",
"object": "1533.0"
},
{
"subject": "Maple_Ridge_Township,_Alpena_County,_Michigan",
"property": "country",
"object": "United_States"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The runway length of Alpena County Regional Airport is 1,533 and it is located at Maple Ridge Township, Alpena County, Michigan, United States.",
"Alpena County Regional Airport has a runway length of 1,533 and is found in Maple Ridge Township, Alpena County, Michigan in the U.S.A.",
"The location of Alpena County Regional Airport is Maple Ridge Township, Alpena County, Michigan, United States and it has a 1533 meters runway."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Maple_Ridge_Township__Alpena_County__Michigan",
"property:country",
"resource:United_States"
],
[
"resource:Alpena_County_Regional_Airport",
"property:runway_length",
"resource:1533_0"
],
[
"resource:Alpena_County_Regional_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Alpena_County_Regional_Airport",
"property:location",
"resource:Maple_Ridge_Township__Alpena_County__Michigan"
]
]
| Alpena_County_Regional_Airport | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "1533.0",
"readable": "1533.0",
"graph": "resource:1533_0"
},
{
"modified": "Alpena_County_Regional_Airport",
"readable": "Alpena County Regional Airport",
"graph": "resource:Alpena_County_Regional_Airport"
},
{
"modified": "Maple_Ridge_Township,_Alpena_County,_Michigan",
"readable": "Maple Ridge Township, Alpena County, Michigan",
"graph": "resource:Maple_Ridge_Township__Alpena_County__Michigan"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:airport . ?l property:location resource:Maple_Ridge_Township__Alpena_County__Michigan . ?l property:runway_length resource:1533_0 . FILTER ( CONTAINS ( LCASE ( ?l ) , 'airport' ) ) }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:airport . ?l property:location resource:Maple_Ridge_Township,_Alpena_County,_Michigan . ?l property:runway_length resource:1533.0 . FILTER ( CONTAINS ( LCASE ( ?l ) , 'airport' ) ) }",
"graph_answer": [
"resource:Alpena_County_Regional_Airport"
],
"readable_answer": [
"Alpena County Regional Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { resource:Maple_Ridge_Township__Alpena_County__Michigan property:death_date ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Maple_Ridge_Township,_Alpena_County,_Michigan property:death_date ?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"
]
}
]
|
|
Building | 4 | 9103 | Id26 | [
{
"subject": "11_Diagonal_Street",
"property": "location",
"object": "South_Africa"
},
{
"subject": "South_Africa",
"property": "leader",
"object": "Cyril_Ramaphosa"
},
{
"subject": "South_Africa",
"property": "leaderName",
"object": "Jacob_Zuma"
},
{
"subject": "South_Africa",
"property": "ethnicGroup",
"object": "White_South_African"
}
]
| [
{
"subject": "11_Diagonal_Street",
"property": "location",
"object": "South_Africa"
},
{
"subject": "South_Africa",
"property": "leader",
"object": "Cyril_Ramaphosa"
},
{
"subject": "South_Africa",
"property": "leader",
"object": "Jacob_Zuma"
},
{
"subject": "South_Africa",
"property": "ethnicGroup",
"object": "White_South_African"
}
]
| (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"11 Diagonal Street is located in South Africa, a country with an ethnic group White South Africans, led by either Cyril Ramaphosa or Jacob Zuma.",
"11 Diagonal Street is located in South Africa, the country which has Cyril Ramaphosa and Jacob Zuma as leaders and where one of the ethnic groups is White South Africans.",
"Cyril Ramaphosa and Jacob Zuma are leaders in South Africa where 11 Diagonal Street is located and the white South Africans are one of the ethnic groups."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:South_Africa",
"property:leader",
"resource:Jacob_Zuma"
],
[
"resource:South_Africa",
"property:leader",
"resource:Cyril_Ramaphosa"
],
[
"resource:South_Africa",
"property:ethnic_group",
"resource:White_South_African"
],
[
"resource:11_Diagonal_Street",
"rdf:type",
"ontology:building"
],
[
"resource:11_Diagonal_Street",
"property:location",
"resource:South_Africa"
]
]
| 11_Diagonal_Street | [
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "11_Diagonal_Street",
"readable": "11 Diagonal Street",
"graph": "resource:11_Diagonal_Street"
},
{
"modified": "Cyril_Ramaphosa",
"readable": "Cyril Ramaphosa",
"graph": "resource:Cyril_Ramaphosa"
},
{
"modified": "Jacob_Zuma",
"readable": "Jacob Zuma",
"graph": "resource:Jacob_Zuma"
},
{
"modified": "South_Africa",
"readable": "South Africa",
"graph": "resource:South_Africa"
},
{
"modified": "White_South_African",
"readable": "White South African",
"graph": "resource:White_South_African"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?u ) WHERE { resource:South_Africa property:leader ?j }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?u ) WHERE { resource:South_Africa property:leader ?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 ?z WHERE { resource:South_Africa property:leader ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:South_Africa property:leader ?z }",
"graph_answer": [
"resource:Jacob_Zuma",
"resource:Cyril_Ramaphosa"
],
"readable_answer": [
"Jacob Zuma",
"Cyril Ramaphosa"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:South_Africa property:ethnic_group resource:White_South_African }",
"readable_query": "ASK WHERE { resource:South_Africa property:ethnic_group resource:White_South_African }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:building . ?o property:location resource:South_Africa }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:building . ?o property:location resource:South_Africa }",
"graph_answer": [
"resource:11_Diagonal_Street"
],
"readable_answer": [
"11 Diagonal Street"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
SportsTeam | 3 | 7928 | Id1 | [
{
"subject": "1._FC_Köln",
"property": "manager",
"object": "Peter_Stöger"
},
{
"subject": "1._FC_Köln",
"property": "season",
"object": "2014"
},
{
"subject": "1._FC_Köln",
"property": "capacity",
"object": "\"50000\"^^xsd:nonNegativeInteger"
}
]
| [
{
"subject": "1._FC_Köln",
"property": "manager",
"object": "Peter_Stöger"
},
{
"subject": "1._FC_Köln",
"property": "season",
"object": "2014"
},
{
"subject": "1._FC_Köln",
"property": "numberOfMembers",
"object": "50000"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Peter Stöger is manager of 1. FC Köln which has 50000 members and participated in the 2014 season.",
"The manager of 1. FC Koln is Peter Stoger. The team has 50000 members and played in the 2014 season.",
"1. FC Koln, whose manage is peter Stoger, participated in 2014 and now have 50000 members."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:1__FC_K_ln",
"property:season",
"resource:2014"
],
[
"resource:1__FC_K_ln",
"property:number_of_members",
"50000"
],
[
"resource:1__FC_K_ln",
"rdf:type",
"ontology:sports_team"
],
[
"resource:1__FC_K_ln",
"property:manager",
"resource:Peter_St_ger"
]
]
| 1._FC_Köln | [
{
"modified": "50000",
"readable": "50000",
"graph": "50000"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "season",
"readable": "season",
"graph": "property:season"
},
{
"modified": "1._FC_Köln",
"readable": "1. FC Köln",
"graph": "resource:1__FC_K_ln"
},
{
"modified": "2014",
"readable": "2014",
"graph": "resource:2014"
},
{
"modified": "Peter_Stöger",
"readable": "Peter Stöger",
"graph": "resource:Peter_St_ger"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?n property:number_of_members ?w . ?n rdf:type ontology:sports_team . FILTER ( ?w < '80000' ) . ?n property:manager ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?n property:number_of_members ?w . ?n rdf:type ontology:sports_team . FILTER ( ?w < '80000' ) . ?n property:manager ?j }",
"graph_answer": [
"resource:Peter_St_ger"
],
"readable_answer": [
"Peter Stöger"
],
"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 { ?k rdf:type ontology:sports_team . ?k property:manager resource:Paulo_Sousa . ?k property:number_of_members ?y }",
"readable_query": "ASK WHERE { ?k rdf:type ontology:sports_team . ?k property:manager resource:Paulo_Sousa . ?k property:number_of_members ?y }",
"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"
]
}
]
|
|
WrittenWork | 4 | 10845 | Id64 | [
{
"subject": "A_Loyal_Character_Dancer",
"property": "language",
"object": "English_language"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "Soho_Press",
"property": "country",
"object": "United_States"
}
]
| [
{
"subject": "A_Loyal_Character_Dancer",
"property": "language",
"object": "English_language"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "Soho_Press",
"property": "country",
"object": "United_States"
}
]
| (X (X (X)) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Loyal Character Dancer is published by Soho Press, located in the U.S. It is written in English, which is also spoken in Great Britain.",
"Soho Press is based in the United States and published A Loyal Character Dancer. It is written in English which is the language spoken in Great Britain.",
"English is spoken in Great Britain and is the language A Loyal Character Dancer was written in. It was published by Soho Press who are based in the United States."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:English_language",
"property:spoken_in",
"resource:Great_Britain"
],
[
"resource:A_Loyal_Character_Dancer",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Loyal_Character_Dancer",
"property:language",
"resource:English_language"
],
[
"resource:A_Loyal_Character_Dancer",
"property:publisher",
"resource:Soho_Press"
],
[
"resource:Soho_Press",
"property:country",
"resource:United_States"
]
]
| A_Loyal_Character_Dancer | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "spokenIn",
"readable": "spoken in",
"graph": "property:spoken_in"
},
{
"modified": "A_Loyal_Character_Dancer",
"readable": "A Loyal Character Dancer",
"graph": "resource:A_Loyal_Character_Dancer"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Great_Britain",
"readable": "Great Britain",
"graph": "resource:Great_Britain"
},
{
"modified": "Soho_Press",
"readable": "Soho Press",
"graph": "resource:Soho_Press"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?y property:spoken_in resource:Great_Britain . ?k rdf:type ontology:written_work . ?k property:language ?y . ?k property:publisher resource:Soho_Press }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?y property:spoken_in resource:Great_Britain . ?k rdf:type ontology:written_work . ?k property:language ?y . ?k property:publisher resource:Soho_Press }",
"graph_answer": [
"resource:A_Loyal_Character_Dancer"
],
"readable_answer": [
"A Loyal Character Dancer"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( CONTAINS ( LCASE ( ?p ) , 'english' ) ) . ?p property:spoken_in resource:Great_Britain }",
"readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( CONTAINS ( LCASE ( ?p ) , 'english' ) ) . ?p property:spoken_in resource:Great_Britain }",
"graph_answer": [
"resource:English_language"
],
"readable_answer": [
"English language"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Artist | 3 | 5878 | Id24 | [
{
"subject": "Aaron_Turner",
"property": "associatedMusicalArtist",
"object": "Lotus_Eaters_(band)"
},
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Black_metal"
},
{
"subject": "Black_metal",
"property": "musicFusionGenre",
"object": "Death_metal"
}
]
| [
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "Lotus_Eaters_(band)"
},
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Black_metal"
},
{
"subject": "Black_metal",
"property": "musicFusionGenre",
"object": "Death_metal"
}
]
| (X (X) (X (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Turner is a Black metal musician, and he is a member of the Lotus Eaters band. Death metal is a fusion of black metal.",
"Aaron Turner, a musician in the Lotus Eaters band, performs black metal music. Death metal is a musical fusion of black metal.",
"Aaron Turner is in the Lotus Eaters band that plays Black Metal music. A fusion of black metal is called Death metal."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Aaron_Turner",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:Lotus_Eaters__band_"
],
[
"resource:Aaron_Turner",
"property:genre",
"resource:Black_metal"
],
[
"resource:Black_metal",
"property:music_fusion_genre",
"resource:Death_metal"
]
]
| Aaron_Turner | [
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "Aaron_Turner",
"readable": "Aaron Turner",
"graph": "resource:Aaron_Turner"
},
{
"modified": "Black_metal",
"readable": "Black metal",
"graph": "resource:Black_metal"
},
{
"modified": "Death_metal",
"readable": "Death metal",
"graph": "resource:Death_metal"
},
{
"modified": "Lotus_Eaters_(band)",
"readable": "Lotus Eaters",
"graph": "resource:Lotus_Eaters__band_"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?a rdf:type ontology:artist . ?a property:genre ?q . ?q property:music_fusion_genre resource:Afrobeat }",
"readable_query": "ASK WHERE { ?a rdf:type ontology:artist . ?a property:genre ?q . ?q property:music_fusion_genre resource:Afrobeat }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
Food | 4 | 9860 | Id149 | [
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "ingredientName",
"object": "\"Ground beef,tapioca,noodle, ricevermicelli, beefbroth, kailan,celery, salted vegetables, fried shallots\""
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
}
]
| [
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "mainIngredient",
"object": "\"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, fried shallots\""
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
}
]
| (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Bakso is food found in Indonesia and China. The main ingredients of Bakso are ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables and fried shallots.",
"Chinese and Indonesian dish Bakso contains: ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables and fried shallots."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Bakso",
"property:ingredient",
"resource:Tapioca"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Ground_beef"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Salted_vegetables"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Noodle"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Kailan"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Beef_broth"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Celery"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Fried_shallots"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Rice_vermicelli"
],
[
"resource:Bakso",
"property:main_ingredient",
"resource:Tapioca"
],
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Chinese_cuisine"
],
[
"resource:Bakso",
"property:region",
"resource:Indonesia"
]
]
| Bakso | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Bakso",
"readable": "Bakso",
"graph": "resource:Bakso"
},
{
"modified": "Beef broth",
"readable": "Beef broth",
"graph": "resource:Beef_broth"
},
{
"modified": "Celery",
"readable": "Celery",
"graph": "resource:Celery"
},
{
"modified": "Chinese_cuisine",
"readable": "Chinese cuisine",
"graph": "resource:Chinese_cuisine"
},
{
"modified": "Fried shallots",
"readable": "Fried shallots",
"graph": "resource:Fried_shallots"
},
{
"modified": "Ground beef",
"readable": "Ground beef",
"graph": "resource:Ground_beef"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Kailan",
"readable": "Kailan",
"graph": "resource:Kailan"
},
{
"modified": "Noodle",
"readable": "Noodle",
"graph": "resource:Noodle"
},
{
"modified": "Rice vermicelli",
"readable": "Rice vermicelli",
"graph": "resource:Rice_vermicelli"
},
{
"modified": "Salted vegetables",
"readable": "Salted vegetables",
"graph": "resource:Salted_vegetables"
},
{
"modified": "Tapioca",
"readable": "Tapioca",
"graph": "resource:Tapioca"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?p ) WHERE { resource:Bakso property:main_ingredient ?x }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?p ) WHERE { resource:Bakso property:main_ingredient ?x }",
"graph_answer": [
"9"
],
"readable_answer": [
"9"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Bakso property:main_ingredient ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Bakso property:main_ingredient ?k }",
"graph_answer": [
"resource:Ground_beef",
"resource:Salted_vegetables",
"resource:Noodle",
"resource:Kailan",
"resource:Beef_broth",
"resource:Celery",
"resource:Fried_shallots",
"resource:Rice_vermicelli",
"resource:Tapioca"
],
"readable_answer": [
"Ground beef",
"Salted vegetables",
"Noodle",
"Kailan",
"Beef broth",
"Celery",
"Fried shallots",
"Rice vermicelli",
"Tapioca"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u ?j WHERE { resource:Bakso property:country ?u . resource:Bakso property:region ?j }",
"readable_query": "SELECT DISTINCT ?u ?j WHERE { resource:Bakso property:country ?u . resource:Bakso property:region ?j }",
"graph_answer": [
"resource:Chinese_cuisine",
"resource:Indonesia"
],
"readable_answer": [
"Chinese cuisine",
"Indonesia"
],
"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"
]
}
]
|
|
Food | 2 | 4504 | Id16 | [
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
},
{
"subject": "Amatriciana_sauce",
"property": "ingredient",
"object": "Guanciale"
}
]
| [
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
},
{
"subject": "Amatriciana_sauce",
"property": "ingredient",
"object": "Guanciale"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Guanciale is an ingredient in the traditional Italian Amatriciana sauce.",
"Guanciale is an ingredient of Amatriciana sauce, from Italy.",
"Guanciale is an ingredient used in the preparation of Amatriciana sauce which can be found in Italy."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Amatriciana_sauce",
"property:ingredient",
"resource:Guanciale"
],
[
"resource:Amatriciana_sauce",
"rdf:type",
"ontology:food"
],
[
"resource:Amatriciana_sauce",
"property:country",
"resource:Italy"
]
]
| Amatriciana_sauce | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Amatriciana_sauce",
"readable": "Amatriciana sauce",
"graph": "resource:Amatriciana_sauce"
},
{
"modified": "Guanciale",
"readable": "Guanciale",
"graph": "resource:Guanciale"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?r property:ingredient resource:Guanciale . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'i' ) ) . ?r rdf:type ontology:food . ?r property:country ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?r property:ingredient resource:Guanciale . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'i' ) ) . ?r rdf:type ontology:food . ?r property:country ?a }",
"graph_answer": [
"resource:Italy"
],
"readable_answer": [
"Italy"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?h property:country resource:Italy . ?h property:ingredient resource:Guanciale . ?h rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?h property:country resource:Italy . ?h property:ingredient resource:Guanciale . ?h rdf:type ontology:food }",
"graph_answer": [
"resource:Amatriciana_sauce"
],
"readable_answer": [
"Amatriciana sauce"
],
"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"
]
}
]
|
|
Building | 5 | 11676 | Id140 | [
{
"subject": "London",
"property": "leaderTitle",
"object": "Parliament_of_the_United_Kingdom"
},
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "United_Kingdom"
},
{
"subject": "United_Kingdom",
"property": "capital",
"object": "London"
},
{
"subject": "London",
"property": "leaderName",
"object": "Boris_Johnson"
},
{
"subject": "United_Kingdom",
"property": "leader",
"object": "Elizabeth_II"
}
]
| [
{
"subject": "London",
"property": "leaderTitle",
"object": "Parliament_of_the_United_Kingdom"
},
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "United_Kingdom"
},
{
"subject": "United_Kingdom",
"property": "capital",
"object": "London"
},
{
"subject": "London",
"property": "leader",
"object": "Boris_Johnson"
},
{
"subject": "United_Kingdom",
"property": "leader",
"object": "Elizabeth_II"
}
]
| (X (X (X) (X (X) (X)))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Elizabeth II is a leader of the United Kingdom and Boris Johnson is a leader in the capital city of London along with the Parliament of the United Kingdom. The country is the location of 20 Fenchurch Street.",
"London, the capital of the UK, is led by the Parliament of the United Kingdom along with Boris Johnson. Elizabeth II is leader of the United Kingdom which is the location of 20 Fenchurch Street."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:London",
"property:leader",
"resource:Boris_Johnson"
],
[
"resource:London",
"property:leader_title",
"resource:Parliament_of_the_United_Kingdom"
],
[
"resource:United_Kingdom",
"property:leader",
"resource:Elizabeth_II"
],
[
"resource:United_Kingdom",
"property:capital",
"resource:London"
],
[
"resource:20_Fenchurch_Street",
"rdf:type",
"ontology:building"
],
[
"resource:20_Fenchurch_Street",
"property:location",
"resource:United_Kingdom"
]
]
| 20_Fenchurch_Street | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "20_Fenchurch_Street",
"readable": "20 Fenchurch Street",
"graph": "resource:20_Fenchurch_Street"
},
{
"modified": "Boris_Johnson",
"readable": "Boris Johnson",
"graph": "resource:Boris_Johnson"
},
{
"modified": "Elizabeth_II",
"readable": "Elizabeth II",
"graph": "resource:Elizabeth_II"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "Parliament_of_the_United_Kingdom",
"readable": "Parliament of the United Kingdom",
"graph": "resource:Parliament_of_the_United_Kingdom"
},
{
"modified": "United_Kingdom",
"readable": "United Kingdom",
"graph": "resource:United_Kingdom"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { { { resource:United_Kingdom property:leader ?y } UNION { resource:London property:leader ?y } } }",
"readable_query": "SELECT DISTINCT ?y WHERE { { { resource:United_Kingdom property:leader ?y } UNION { resource:London property:leader ?y } } }",
"graph_answer": [
"resource:Elizabeth_II",
"resource:Boris_Johnson"
],
"readable_answer": [
"Elizabeth II",
"Boris Johnson"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:London property:leader ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:London property:leader ?q }",
"graph_answer": [
"resource:Boris_Johnson"
],
"readable_answer": [
"Boris Johnson"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:London property:garrison ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:London property:garrison ?c }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
Astronaut | 5 | 11456 | Id73 | [
{
"subject": "William_Anders",
"property": "birthDate",
"object": "\"1933-10-17\"^^xsd:date"
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "Apollo_8",
"property": "crewMembers",
"object": "Frank_Borman"
},
{
"subject": "Apollo_8",
"property": "operator",
"object": "NASA"
},
{
"subject": "William_Anders",
"property": "selection",
"object": "1963"
}
]
| [
{
"subject": "William_Anders",
"property": "birthDate",
"object": "\"1933-10-17\""
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "Apollo_8",
"property": "crewMembers",
"object": "Frank_Borman"
},
{
"subject": "Apollo_8",
"property": "operator",
"object": "NASA"
},
{
"subject": "William_Anders",
"property": "selectedByNasa",
"object": "1963"
}
]
| (X (X) (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"William Anders, born on October 17, 1933, was selected by NASA in 1963. He served as a crew member on the NASA Apollo 8 mission along with Frank Borman.",
"William Anders, born October 17th 1933, was selected by NASA in 1963 and served on their Apollo 8 mission alongside Frank Borman.",
"William Anders, was a member of the NASA operated Apollo 8's crew alongside Frank Borman. Anders was born October 17th 1933 and selected for NASA service in 1963."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:William_Anders",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"resource:William_Anders",
"property:mission",
"resource:Apollo_8"
],
[
"resource:William_Anders",
"property:birth_date",
"1933-10-17"
],
[
"resource:Apollo_8",
"property:operator",
"resource:NASA"
],
[
"resource:Apollo_8",
"property:crew_members",
"resource:Frank_Borman"
]
]
| William_Anders | [
{
"modified": "1933-10-17",
"readable": "1933-10-17",
"graph": "1933-10-17"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "crewMembers",
"readable": "crew members",
"graph": "property:crew_members"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"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_8",
"readable": "Apollo 8",
"graph": "resource:Apollo_8"
},
{
"modified": "Frank_Borman",
"readable": "Frank Borman",
"graph": "resource:Frank_Borman"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
},
{
"modified": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?c property:mission ?j . ?c rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?v ) , '1933' ) ) . ?c property:birth_date ?v . ?j property:crew_members resource:Frank_Borman }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:mission ?j . ?c rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?v ) , '1933' ) ) . ?c property:birth_date ?v . ?j property:crew_members resource:Frank_Borman }",
"graph_answer": [
"resource:William_Anders"
],
"readable_answer": [
"William Anders"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:William_Anders property:birth_date ?a . ?n property:crew_members resource:Frank_Borman . resource:William_Anders rdf:type ontology:astronaut . resource:William_Anders property:mission ?n }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:William_Anders property:birth_date ?a . ?n property:crew_members resource:Frank_Borman . resource:William_Anders rdf:type ontology:astronaut . resource:William_Anders property:mission ?n }",
"graph_answer": [
"1933-10-17"
],
"readable_answer": [
"1933-10-17"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?l property:birth_date '1933-10-17' . ?l rdf:type ontology:astronaut . ?h property:crew_members resource:Frank_Borman . ?l property:mission ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?l property:birth_date '1933-10-17' . ?l rdf:type ontology:astronaut . ?h property:crew_members resource:Frank_Borman . ?l property:mission ?h }",
"graph_answer": [
"resource:Apollo_8"
],
"readable_answer": [
"Apollo 8"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Apollo_8 property:operator ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Apollo_8 property:operator ?g }",
"graph_answer": [
"resource:NASA"
],
"readable_answer": [
"NASA"
],
"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"
]
}
]
|
|
Monument | 6 | 12958 | Id22 | [
{
"subject": "Dead_Man's_Plack",
"property": "location",
"object": "England"
},
{
"subject": "England",
"property": "capital",
"object": "London"
},
{
"subject": "Dead_Man's_Plack",
"property": "dedicatedTo",
"object": "Æthelwald,_Ealdorman_of_East_Anglia"
},
{
"subject": "England",
"property": "languages",
"object": "Cornish_language"
},
{
"subject": "England",
"property": "religion",
"object": "Church_of_England"
},
{
"subject": "Dead_Man's_Plack",
"property": "material",
"object": "Rock_(geology)"
}
]
| [
{
"subject": "Dead_Man's_Plack",
"property": "location",
"object": "England"
},
{
"subject": "England",
"property": "capital",
"object": "London"
},
{
"subject": "Dead_Man's_Plack",
"property": "dedicatedTo",
"object": "Æthelwald,_Ealdorman_of_East_Anglia"
},
{
"subject": "England",
"property": "language",
"object": "Cornish_language"
},
{
"subject": "England",
"property": "religion",
"object": "Church_of_England"
},
{
"subject": "Dead_Man's_Plack",
"property": "material",
"object": "Rock_(geology)"
}
]
| (X (X) (X) (X (X) (X) (X))) | mixed | {
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"The Dead Man's Plack is located in England's capital - London. It is dedicated to AEthelwald, Ealdorman of East Anglia and it is made of rock. England's main religion is the Church of England. One of the languages spoken in England is the Cornish language."
],
"lang": [
""
]
} | []
| []
| [
[
"resource:England",
"property:religion",
"resource:Church_of_England"
],
[
"resource:England",
"property:capital",
"resource:London"
],
[
"resource:England",
"property:language",
"resource:Cornish_language"
],
[
"resource:Dead_Man_s_Plack",
"property:dedicated_to",
"resource:_thelwald__Ealdorman_of_East_Anglia"
],
[
"resource:Dead_Man_s_Plack",
"rdf:type",
"ontology:monument"
],
[
"resource:Dead_Man_s_Plack",
"property:location",
"resource:England"
],
[
"resource:Dead_Man_s_Plack",
"property:material",
"resource:Rock__geology_"
]
]
| Dead_Man's_Plack | [
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "dedicatedTo",
"readable": "dedicated to",
"graph": "property:dedicated_to"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "material",
"readable": "material",
"graph": "property:material"
},
{
"modified": "religion",
"readable": "religion",
"graph": "property:religion"
},
{
"modified": "Church_of_England",
"readable": "Church of England",
"graph": "resource:Church_of_England"
},
{
"modified": "Cornish_language",
"readable": "Cornish language",
"graph": "resource:Cornish_language"
},
{
"modified": "Dead_Man's_Plack",
"readable": "Dead Man's Plack",
"graph": "resource:Dead_Man_s_Plack"
},
{
"modified": "England",
"readable": "England",
"graph": "resource:England"
},
{
"modified": "London",
"readable": "London",
"graph": "resource:London"
},
{
"modified": "Rock_(geology)",
"readable": "Rock",
"graph": "resource:Rock__geology_"
},
{
"modified": "Æthelwald,_Ealdorman_of_East_Anglia",
"readable": "Æthelwald, Ealdorman of East Anglia",
"graph": "resource:_thelwald__Ealdorman_of_East_Anglia"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?w ) WHERE { ?a property:material resource:Rock__geology_ . ?a property:dedicated_to resource:_thelwald__Ealdorman_of_East_Anglia . ?a rdf:type ontology:monument }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?w ) WHERE { ?a property:material resource:Rock_(geology) . ?a property:dedicated_to resource:Æthelwald,_Ealdorman_of_East_Anglia . ?a rdf:type ontology:monument }",
"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 ?g WHERE { ?g property:dedicated_to resource:_thelwald__Ealdorman_of_East_Anglia . ?g property:material resource:Rock__geology_ . ?g rdf:type ontology:monument }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:dedicated_to resource:Æthelwald,_Ealdorman_of_East_Anglia . ?g property:material resource:Rock_(geology) . ?g rdf:type ontology:monument }",
"graph_answer": [
"resource:Dead_Man_s_Plack"
],
"readable_answer": [
"Dead Man's Plack"
],
"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 ?l ?p WHERE { resource:England property:language ?p . resource:England property:capital ?l }",
"readable_query": "SELECT DISTINCT ?l ?p WHERE { resource:England property:language ?p . resource:England property:capital ?l }",
"graph_answer": [
"resource:London",
"resource:Cornish_language"
],
"readable_answer": [
"London",
"Cornish language"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { resource:England property:colour ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:England property:colour ?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"
]
}
]
|
|
Politician | 2 | 5229 | Id221 | [
{
"subject": "Alvah_Sabin",
"property": "region",
"object": "Vermont's_3rd_congressional_district"
},
{
"subject": "Alvah_Sabin",
"property": "placeOfDeath",
"object": "Sycamore,_Illinois"
}
]
| [
{
"subject": "Alvah_Sabin",
"property": "region",
"object": "Vermont's_3rd_congressional_district"
},
{
"subject": "Alvah_Sabin",
"property": "deathPlace",
"object": "Sycamore,_Illinois"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alvah Sabin represented Vermont's 3rd Congressional District and later died in Sycamore, Illinois.",
"Alvah Sabin who, represented Vermont's 3rd Congressional District, died in Sycamore, Illinois.",
"Alvah Sabin who represented Vermont's 3rd Congressional District, died in Sycamore, Illinois."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Alvah_Sabin",
"rdf:type",
"ontology:politician"
],
[
"resource:Alvah_Sabin",
"property:death_place",
"resource:Sycamore__Illinois"
],
[
"resource:Alvah_Sabin",
"property:region",
"resource:Vermont_s_3rd_congressional_district"
]
]
| Alvah_Sabin | [
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Alvah_Sabin",
"readable": "Alvah Sabin",
"graph": "resource:Alvah_Sabin"
},
{
"modified": "Sycamore,_Illinois",
"readable": "Sycamore, Illinois",
"graph": "resource:Sycamore__Illinois"
},
{
"modified": "Vermont's_3rd_congressional_district",
"readable": "Vermont's 3rd congressional district",
"graph": "resource:Vermont_s_3rd_congressional_district"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?r property:region ?j . ?r property:death_place resource:Austria . ?r rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?r property:region ?j . ?r property:death_place resource:Austria . ?r rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
MeanOfTransportation | 4 | 10046 | Id20 | [
{
"subject": "AIDAluna",
"property": "maidenVoyage",
"object": "\"2009-03-22\"^^xsd:date"
},
{
"subject": "AIDAluna",
"property": "shipBeam",
"object": "\"32.2\"^^xsd:double"
},
{
"subject": "AIDAluna",
"property": "MeanOfTransportation/length",
"object": "\"252000.0\"^^<http://dbpedia.org/datatype/millimetre>"
},
{
"subject": "AIDAluna",
"property": "christeningDate",
"object": "\"2009-04-04\"^^xsd:date"
}
]
| [
{
"subject": "AIDAluna",
"property": "maidenVoyage",
"object": "2009-03-22"
},
{
"subject": "AIDAluna",
"property": "shipBeam",
"object": "32.2"
},
{
"subject": "AIDAluna",
"property": "length",
"object": "252000.0 (millimetres)"
},
{
"subject": "AIDAluna",
"property": "christeningDate",
"object": "2009-04-04"
}
]
| (X (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AIDAluna, with a beam of 32.2 and a length of 252 metres, has the christening date of 4th April 2004 and had her maiden voyage on March 22 2009.",
"AIDAluna was christened April 4, 2004 and made her first trip on March 22, 2009. The ship has a 32.2 beam and is 252000.0 millimetres in length.",
"The christening date of the AIDAluna is 2009-04-04 and her maiden voyage was on March 22nd 2009. The AIDAluna has a length of 252000.0 millimetres and a ship beam of 32.2."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:AIDAluna",
"property:length",
"252000.0 (millimetres)"
],
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:maiden_voyage",
"resource:2009_03_22"
],
[
"resource:AIDAluna",
"property:christening_date",
"resource:2009_04_04"
],
[
"resource:AIDAluna",
"property:ship_beam",
"resource:32_2"
]
]
| AIDAluna | [
{
"modified": "252000.0 (millimetres)",
"readable": "252000.0",
"graph": "252000.0 (millimetres)"
},
{
"modified": "christeningDate",
"readable": "christening date",
"graph": "property:christening_date"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "maidenVoyage",
"readable": "maiden voyage",
"graph": "property:maiden_voyage"
},
{
"modified": "shipBeam",
"readable": "ship beam",
"graph": "property:ship_beam"
},
{
"modified": "2009-03-22",
"readable": "2009-03-22",
"graph": "resource:2009_03_22"
},
{
"modified": "2009-04-04",
"readable": "2009-04-04",
"graph": "resource:2009_04_04"
},
{
"modified": "32.2",
"readable": "32.2",
"graph": "resource:32_2"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?f property:christening_date ?k . ?f rdf:type ontology:mean_of_transportation . FILTER ( ?k = \"2009_04_04\" ) . ?f property:length ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?f property:christening_date ?k . ?f rdf:type ontology:mean_of_transportation . FILTER ( ?k = \"2009-04-04\" ) . ?f property:length ?z }",
"graph_answer": [
"252000.0 (millimetres)"
],
"readable_answer": [
"252000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:length '252000.0 (millimetres)' . ?d rdf:type ontology:mean_of_transportation . FILTER ( ?p = \"2009_04_04\" ) . ?d property:christening_date ?p }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:length '252000.0 (millimetres)' . ?d rdf:type ontology:mean_of_transportation . FILTER ( ?p = \"2009-04-04\" ) . ?d property:christening_date ?p }",
"graph_answer": [
"resource:AIDAluna"
],
"readable_answer": [
"AIDAluna"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j ?p WHERE { resource:AIDAluna property:maiden_voyage ?j . resource:AIDAluna property:ship_beam ?p }",
"readable_query": "SELECT DISTINCT ?j ?p WHERE { resource:AIDAluna property:maiden_voyage ?j . resource:AIDAluna property:ship_beam ?p }",
"graph_answer": [
"resource:2009_03_22",
"resource:32_2"
],
"readable_answer": [
"2009-03-22",
"32.2"
],
"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 | 4 | 9489 | Id88 | [
{
"subject": "Atlanta",
"property": "subdivisionName",
"object": "DeKalb_County,_Georgia"
},
{
"subject": "DeKalb_County,_Georgia",
"property": "largestCity",
"object": "Dunwoody,_Georgia"
},
{
"subject": "DeKalb_County,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "Atlanta",
"property": "isPartOf",
"object": "Georgia_(U.S._state)"
}
]
| [
{
"subject": "Atlanta",
"property": "isPartOf",
"object": "DeKalb_County,_Georgia"
},
{
"subject": "DeKalb_County,_Georgia",
"property": "largestCity",
"object": "Dunwoody,_Georgia"
},
{
"subject": "DeKalb_County,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "Atlanta",
"property": "isPartOf",
"object": "Georgia_(U.S._state)"
}
]
| (X (X) (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Most of Atlanta is part of DeKalb County in Georgia, United States. Dunwoody is the largest city in DeKalb County, Georgia.",
"In DeKalb County Georgia in the U.S. you will find Atlanta and Dunwoody which is the largest city in the county.",
"Most of Atlanta is part of DeKalb County, in Georgia, in the United States. Dunwoody is the largest city in DeKalb County."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Atlanta",
"rdf:type",
"ontology:city"
],
[
"resource:Atlanta",
"property:is_part_of",
"resource:DeKalb_County__Georgia"
],
[
"resource:Atlanta",
"property:is_part_of",
"resource:Georgia__U_S__state_"
],
[
"resource:DeKalb_County__Georgia",
"property:largest_city",
"resource:Dunwoody__Georgia"
],
[
"resource:DeKalb_County__Georgia",
"property:country",
"resource:United_States"
]
]
| Atlanta | [
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Atlanta",
"readable": "Atlanta",
"graph": "resource:Atlanta"
},
{
"modified": "DeKalb_County,_Georgia",
"readable": "DeKalb County, Georgia",
"graph": "resource:DeKalb_County__Georgia"
},
{
"modified": "Dunwoody,_Georgia",
"readable": "Dunwoody, Georgia",
"graph": "resource:Dunwoody__Georgia"
},
{
"modified": "Georgia_(U.S._state)",
"readable": "Georgia",
"graph": "resource:Georgia__U_S__state_"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Atlanta property:is_part_of ?z . FILTER NOT EXISTS { ?z property:country resource:United_States } }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Atlanta property:is_part_of ?z . FILTER NOT EXISTS { ?z property:country resource:United_States } }",
"graph_answer": [
"resource:Georgia__U_S__state_"
],
"readable_answer": [
"Georgia"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:DeKalb_County__Georgia property:largest_city resource:Dunwoody__Georgia }",
"readable_query": "ASK WHERE { resource:DeKalb_County,_Georgia property:largest_city resource:Dunwoody,_Georgia }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:DeKalb_County__Georgia property:largest_city resource:Anderson__Indiana }",
"readable_query": "ASK WHERE { resource:DeKalb_County,_Georgia property:largest_city resource:Anderson,_Indiana }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"ellipsis",
"coreference",
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
]
|
|
SportsTeam | 3 | 7950 | Id23 | [
{
"subject": "A.C._Cesena",
"property": "manager",
"object": "Massimo_Drago"
},
{
"subject": "Massimo_Drago",
"property": "clubs",
"object": "Vigor_Lamezia"
},
{
"subject": "Massimo_Drago",
"property": "team",
"object": "Calcio_Catania"
}
]
| [
{
"subject": "A.C._Cesena",
"property": "manager",
"object": "Massimo_Drago"
},
{
"subject": "Massimo_Drago",
"property": "club",
"object": "Vigor_Lamezia"
},
{
"subject": "Massimo_Drago",
"property": "club",
"object": "Calcio_Catania"
}
]
| (X (X (X) (X))) | mixed | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Massimo Drago manages A.C. Cesena and is attached to the club Vigor Lamezia although he plays for Calcio Catania.",
"Massimo Drago has been the manager of A C Cesena, is attached to the club Vigor Lamezia and his club was Calcio Catania.",
"Massimo Drago, manager of A.C. Cesena, is part of clubs Vigor Lamezia and Calcio Catania."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:A_C__Cesena",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_C__Cesena",
"property:manager",
"resource:Massimo_Drago"
],
[
"resource:Massimo_Drago",
"property:club",
"resource:Vigor_Lamezia"
],
[
"resource:Massimo_Drago",
"property:club",
"resource:Calcio_Catania"
]
]
| A.C._Cesena | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "A.C._Cesena",
"readable": "A.C. Cesena",
"graph": "resource:A_C__Cesena"
},
{
"modified": "Calcio_Catania",
"readable": "Calcio Catania",
"graph": "resource:Calcio_Catania"
},
{
"modified": "Massimo_Drago",
"readable": "Massimo Drago",
"graph": "resource:Massimo_Drago"
},
{
"modified": "Vigor_Lamezia",
"readable": "Vigor Lamezia",
"graph": "resource:Vigor_Lamezia"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?v ) WHERE { resource:Massimo_Drago property:club ?h }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?v ) WHERE { resource:Massimo_Drago property:club ?h }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Massimo_Drago property:club ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Massimo_Drago property:club ?s }",
"graph_answer": [
"resource:Vigor_Lamezia",
"resource:Calcio_Catania"
],
"readable_answer": [
"Vigor Lamezia",
"Calcio Catania"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:A_C__Cesena property:manager resource:Massimo_Drago . resource:A_C__Cesena rdf:type ontology:sports_team }",
"readable_query": "ASK WHERE { resource:A.C._Cesena property:manager resource:Massimo_Drago . resource:A.C._Cesena rdf:type ontology:sports_team }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
]
|
|
CelestialBody | 2 | 4025 | Id6 | [
{
"subject": "(19255)_1994_VK8",
"property": "Planet/apoapsis",
"object": "\"6.603633E9\"^^<http://dbpedia.org/datatype/kilometre>"
},
{
"subject": "(19255)_1994_VK8",
"property": "Planet/temperature",
"object": "\"43.0\"^^<http://dbpedia.org/datatype/kelvin>"
}
]
| [
{
"subject": "(19255)_1994_VK8",
"property": "apoapsis",
"object": "6603633000.0 (kilometres)"
},
{
"subject": "(19255)_1994_VK8",
"property": "temperature",
"object": "43.0 (kelvins)"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"(19255) 1994 VK8 has an apoapsis of 6603633000.0 km and the temperature is 43 kelvins.",
"(19255) 1994 VK8 has an apoapsis of 6603633000.0 km and a temperature of 43 kelvins.",
"(19255) 1994 VK8 has an apoapsis of 6603633000.0 km and a temperature of 43.0 kelvins."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:_19255__1994_VK8",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:_19255__1994_VK8",
"property:temperature",
"43.0 (kelvins)"
],
[
"resource:_19255__1994_VK8",
"property:apoapsis",
"6603633000.0 (kilometres)"
]
]
| (19255)_1994_VK8 | [
{
"modified": "43.0 (kelvins)",
"readable": "43.0",
"graph": "43.0 (kelvins)"
},
{
"modified": "6603633000.0 (kilometres)",
"readable": "6603633000.0",
"graph": "6603633000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "temperature",
"readable": "temperature",
"graph": "property:temperature"
},
{
"modified": "(19255)_1994_VK8",
"readable": "1994 VK8",
"graph": "resource:_19255__1994_VK8"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?v property:temperature '155.0 (kelvins)' . ?v rdf:type ontology:celestial_body . ?v property:apoapsis ?k }",
"readable_query": "ASK WHERE { ?v property:temperature '155.0 (kelvins)' . ?v rdf:type ontology:celestial_body . ?v property:apoapsis ?k }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
MeanOfTransportation | 2 | 4782 | Id17 | [
{
"subject": "A-Rosa_Luna",
"property": "MeanOfTransportation/length",
"object": "\"125800.0\"^^<http://dbpedia.org/datatype/millimetre>"
},
{
"subject": "A-Rosa_Luna",
"property": "powerType",
"object": "MTU_Friedrichshafen"
}
]
| [
{
"subject": "A-Rosa_Luna",
"property": "length",
"object": "125800.0 (millimetres)"
},
{
"subject": "A-Rosa_Luna",
"property": "powerType",
"object": "MTU_Friedrichshafen"
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The A-Rosa Luna is 125800.0 millimetres in length and is powered by a MTU Friedrichshafen engine.",
"The A-Rosa Luna is 125.8m long and is powered by MTU Friedrichshafen engines.",
"The A-Rosa Luna is powered by a MTU Friedrichshafen engine and is 125.8 metres in length."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:A_Rosa_Luna",
"property:length",
"125800.0 (millimetres)"
],
[
"resource:A_Rosa_Luna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:A_Rosa_Luna",
"property:power_type",
"resource:MTU_Friedrichshafen"
]
]
| A-Rosa_Luna | [
{
"modified": "125800.0 (millimetres)",
"readable": "125800.0",
"graph": "125800.0 (millimetres)"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "A-Rosa_Luna",
"readable": "A-Rosa Luna",
"graph": "resource:A_Rosa_Luna"
},
{
"modified": "MTU_Friedrichshafen",
"readable": "MTU Friedrichshafen",
"graph": "resource:MTU_Friedrichshafen"
}
]
| [
{
"question": [],
"graph_query": "ASK WHERE { ?t property:length resource:99_83 . ?t rdf:type ontology:mean_of_transportation . ?t property:power_type ?j }",
"readable_query": "ASK WHERE { ?t property:length resource:99.83 . ?t rdf:type ontology:mean_of_transportation . ?t property:power_type ?j }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
WrittenWork | 2 | 5504 | Id39 | [
{
"subject": "AIDS_(journal)",
"property": "academicDiscipline",
"object": "HIV/AIDS"
},
{
"subject": "AIDS_(journal)",
"property": "issn",
"object": "\"1473-5571\""
}
]
| [
{
"subject": "AIDS_(journal)",
"property": "academicDiscipline",
"object": "HIV/AIDS"
},
{
"subject": "AIDS_(journal)",
"property": "issnNumber",
"object": "\"1473-5571\""
}
]
| (X (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The AIDS Journal, with ISSN number 1473-5571, belongs to the academic discipline HIV/AIDS.",
"The AIDS journal belongs to the academic discipline, HIV/AIDS and has the ISSN number 1473-5571.",
"The AIDS journal studies HIV/AIDS and The ISSN number is 1473-5571."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:AIDS__journal_",
"rdf:type",
"ontology:written_work"
],
[
"resource:AIDS__journal_",
"property:issn_number",
"1473-5571"
],
[
"resource:AIDS__journal_",
"property:academic_discipline",
"resource:HIV_AIDS"
]
]
| AIDS_(journal) | [
{
"modified": "1473-5571",
"readable": "1473-5571",
"graph": "1473-5571"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "issnNumber",
"readable": "issn number",
"graph": "property:issn_number"
},
{
"modified": "AIDS_(journal)",
"readable": "AIDS",
"graph": "resource:AIDS__journal_"
},
{
"modified": "HIV/AIDS",
"readable": "HIV/AIDS",
"graph": "resource:HIV_AIDS"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p property:academic_discipline resource:HIV_AIDS . FILTER ( CONTAINS ( LCASE ( ?p ) , 'aids' ) ) . ?p rdf:type ontology:written_work . ?p property:issn_number '1473-5571' }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:academic_discipline resource:HIV/AIDS . FILTER ( CONTAINS ( LCASE ( ?p ) , 'aids' ) ) . ?p rdf:type ontology:written_work . ?p property:issn_number '1473-5571' }",
"graph_answer": [
"resource:AIDS__journal_"
],
"readable_answer": [
"AIDS"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:AIDS__journal_ property:crew_members ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:AIDS_(journal) property:crew_members ?e }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
]
|
|
University | 6 | 13026 | Id55 | [
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "city",
"object": "Aarhus"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "faculty",
"object": "737"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "country",
"object": "Denmark"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "latinName",
"object": "\"Universitas Aarhusiensis\"@en"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "affiliations",
"object": "European_University_Association"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "established",
"object": "1928"
}
]
| [
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "city",
"object": "Aarhus"
},
{
"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": "country",
"object": "Denmark"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "latinName",
"object": "\"Universitas Aarhusiensis\""
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "affiliation",
"object": "European_University_Association"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "established",
"object": "1928"
}
]
| (X (X) (X) (X) (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The School of Business and Social Sciences at the Aarhus University in Aarhus, Denmark was established in 1928. It has 737 academic staff. It is affiliated to the European University Association and its Latin name is \"Universitas Aarhusiensis\".",
"The School of Business and Social Sciences at the Aarhus University in the city of Aarhus, Denmark has 737 academic staff and was established in 1928. It is affiliated with the European University Association and has the latin name \"Universitas Aarhusiensis\".",
"Established in 1928 and with a staff of 737, the School of Business and Social Sciences at the Aarhus University in Aarus, Denmark has a latin name of Universitas Aarhusiensis and is affiliated with the European University Association."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:city",
"resource:Aarhus"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"rdf:type",
"ontology:university"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:affiliation",
"resource:European_University_Association"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:latin_name",
"resource:Universitas_Aarhusiensis"
],
[
"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:established",
"resource:1928"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:academic_staff_size",
"737"
]
]
| School_of_Business_and_Social_Sciences_at_the_Aarhus_University | [
{
"modified": "737",
"readable": "737",
"graph": "737"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "latinName",
"readable": "latin name",
"graph": "property:latin_name"
},
{
"modified": "1928",
"readable": "1928",
"graph": "resource:1928"
},
{
"modified": "Aarhus",
"readable": "Aarhus",
"graph": "resource:Aarhus"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"modified": "European_University_Association",
"readable": "European University Association",
"graph": "resource:European_University_Association"
},
{
"modified": "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"
},
{
"modified": "Universitas Aarhusiensis",
"readable": "Universitas Aarhusiensis",
"graph": "resource:Universitas_Aarhusiensis"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?z property:academic_staff_size ?o . ?z rdf:type ontology:university . ?z property:established ?d . FILTER ( ?o = '737' ) }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?z property:academic_staff_size ?o . ?z rdf:type ontology:university . ?z property:established ?d . FILTER ( ?o = '737' ) }",
"graph_answer": [
"resource:1928"
],
"readable_answer": [
"1928"
],
"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 rdf:type ontology:university . ?l property:country ?k . ?l property:established resource:2001 }",
"readable_query": "ASK WHERE { ?l rdf:type ontology:university . ?l property:country ?k . ?l property:established resource:2001 }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
]
|
|
SportsTeam | 4 | 10562 | Id3 | [
{
"subject": "1._FC_Magdeburg",
"property": "manager",
"object": "Jens_Härtel"
},
{
"subject": "Jens_Härtel",
"property": "team",
"object": "1._FC_Lokomotive_Leipzig"
},
{
"subject": "Jens_Härtel",
"property": "managerClub",
"object": "RB_Leipzig"
},
{
"subject": "Jens_Härtel",
"property": "clubs",
"object": "SV_Germania_Schöneiche"
}
]
| [
{
"subject": "1._FC_Magdeburg",
"property": "manager",
"object": "Jens_Härtel"
},
{
"subject": "Jens_Härtel",
"property": "club",
"object": "1._FC_Lokomotive_Leipzig"
},
{
"subject": "Jens_Härtel",
"property": "club",
"object": "RB_Leipzig"
},
{
"subject": "Jens_Härtel",
"property": "club",
"object": "SV_Germania_Schöneiche"
}
]
| (X (X (X) (X) (X))) | mixed | {
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Jens Hartel is in the RB Leipzig club and plays for both SV Germania Schoneiche and 1 FC Lokomotive Leipzig. He has also been the manager of 1FC Magdeburg.",
"Jens Härtel started his career playing for FC Lokomotive Leipzig. Since then he has been the manager of 1 FC Magdeburg and is currently in the RB Leipzig club and playing for SV Germania Schoneiche."
],
"lang": [
"",
""
]
} | []
| []
| [
[
"resource:Jens_H_rtel",
"property:club",
"resource:RB_Leipzig"
],
[
"resource:Jens_H_rtel",
"property:club",
"resource:1__FC_Lokomotive_Leipzig"
],
[
"resource:Jens_H_rtel",
"property:club",
"resource:SV_Germania_Sch_neiche"
],
[
"resource:1__FC_Magdeburg",
"rdf:type",
"ontology:sports_team"
],
[
"resource:1__FC_Magdeburg",
"property:manager",
"resource:Jens_H_rtel"
]
]
| 1._FC_Magdeburg | [
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "1._FC_Lokomotive_Leipzig",
"readable": "1. FC Lokomotive Leipzig",
"graph": "resource:1__FC_Lokomotive_Leipzig"
},
{
"modified": "1._FC_Magdeburg",
"readable": "1. FC Magdeburg",
"graph": "resource:1__FC_Magdeburg"
},
{
"modified": "Jens_Härtel",
"readable": "Jens Härtel",
"graph": "resource:Jens_H_rtel"
},
{
"modified": "RB_Leipzig",
"readable": "RB Leipzig",
"graph": "resource:RB_Leipzig"
},
{
"modified": "SV_Germania_Schöneiche",
"readable": "SV Germania Schöneiche",
"graph": "resource:SV_Germania_Sch_neiche"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?a ) WHERE { resource:Jens_H_rtel property:club ?x }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?a ) WHERE { resource:Jens_Härtel property:club ?x }",
"graph_answer": [
"3"
],
"readable_answer": [
"3"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Jens_H_rtel property:club ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Jens_Härtel property:club ?m }",
"graph_answer": [
"resource:RB_Leipzig",
"resource:1__FC_Lokomotive_Leipzig",
"resource:SV_Germania_Sch_neiche"
],
"readable_answer": [
"RB Leipzig",
"1. FC Lokomotive Leipzig",
"SV Germania Schöneiche"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:1__FC_Magdeburg property:manager resource:Jens_H_rtel . resource:1__FC_Magdeburg rdf:type ontology:sports_team }",
"readable_query": "ASK WHERE { resource:1._FC_Magdeburg property:manager resource:Jens_Härtel . resource:1._FC_Magdeburg rdf:type ontology:sports_team }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
]
|
|
MeanOfTransportation | 3 | 7578 | Id178 | [
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Atlas_II",
"property": "manufacturer",
"object": "Lockheed_Martin"
},
{
"subject": "Atlas_II",
"property": "sites",
"object": "Spaceport_Florida_Launch_Complex_36"
}
]
| [
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Atlas_II",
"property": "manufacturer",
"object": "Lockheed_Martin"
},
{
"subject": "Atlas_II",
"property": "launchSite",
"object": "Spaceport_Florida_Launch_Complex_36"
}
]
| (X (X) (X) (X)) | sibling | {
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Atlas II, from the U.S., was made by Lockheed Martin and launched from the Spaceport Florida Launch Complex 36.",
"Lockheed Martin is the manufacturer of the Atlas II, which originates from the United States. The Atlas II was launched from the Spaceport Florida Launch Complex 36.",
"The manufacturer of the Atlas II is Lockheed Martin from the US and it was launched from the Spaceport Florida Launch Complex 36."
],
"lang": [
"",
"",
""
]
} | []
| []
| [
[
"resource:Atlas_II",
"property:launch_site",
"resource:Spaceport_Florida_Launch_Complex_36"
],
[
"resource:Atlas_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Atlas_II",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Atlas_II",
"property:manufacturer",
"resource:Lockheed_Martin"
]
]
| Atlas_II | [
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "Atlas_II",
"readable": "Atlas II",
"graph": "resource:Atlas_II"
},
{
"modified": "Lockheed_Martin",
"readable": "Lockheed Martin",
"graph": "resource:Lockheed_Martin"
},
{
"modified": "Spaceport_Florida_Launch_Complex_36",
"readable": "Spaceport Florida Launch Complex 36",
"graph": "resource:Spaceport_Florida_Launch_Complex_36"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
]
| [
{
"question": [],
"graph_query": "SELECT DISTINCT ?e ?s WHERE { resource:Atlas_II property:country_origin ?s . resource:Atlas_II property:manufacturer ?e }",
"readable_query": "SELECT DISTINCT ?e ?s WHERE { resource:Atlas_II property:country_origin ?s . resource:Atlas_II property:manufacturer ?e }",
"graph_answer": [
"resource:Lockheed_Martin",
"resource:United_States"
],
"readable_answer": [
"Lockheed Martin",
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Atlas_II property:launch_site ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 's' ) ) }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Atlas_II property:launch_site ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 's' ) ) }",
"graph_answer": [
"resource:Spaceport_Florida_Launch_Complex_36"
],
"readable_answer": [
"Spaceport Florida Launch Complex 36"
],
"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"
]
}
]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.