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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MeanOfTransportation
| 2 |
4775
|
Id10
|
[
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "DeSoto_Custom"
},
{
"subject": "1955_Dodge",
"property": "manufacturer",
"object": "Dodge"
}
] |
[
{
"subject": "1955_Dodge",
"property": "relatedMeanOfTransportation",
"object": "DeSoto_Custom"
},
{
"subject": "1955_Dodge",
"property": "manufacturer",
"object": "Dodge"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Dodge manufactured, 1955 Dodge and the DeSoto Custom are related means of transportation.",
"The 1955 Dodge, manufactured by Dodge, is a related means of transport to the DeSoto Custom.",
"The Dodge 1955 is made by Dodge and is related to the Desoto Custom."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1955_Dodge",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:1955_Dodge",
"property:related_mean_of_transportation",
"resource:DeSoto_Custom"
],
[
"resource:1955_Dodge",
"property:manufacturer",
"resource:Dodge"
]
] |
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": "Dodge",
"readable": "Dodge",
"graph": "resource:Dodge"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?u ) WHERE { ?k property:manufacturer resource:Dodge . ?k property:related_mean_of_transportation resource:DeSoto_Custom . FILTER ( CONTAINS ( LCASE ( ?k ) , 'dodge' ) ) . ?k rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?u ) WHERE { ?k property:manufacturer resource:Dodge . ?k property:related_mean_of_transportation resource:DeSoto_Custom . FILTER ( CONTAINS ( LCASE ( ?k ) , 'dodge' ) ) . ?k rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?a property:related_mean_of_transportation resource:DeSoto_Custom . ?a property:manufacturer resource:Dodge . ?a rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a property:related_mean_of_transportation resource:DeSoto_Custom . ?a property:manufacturer resource:Dodge . ?a rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:1955_Dodge"
],
"readable_answer": [
"1955 Dodge"
],
"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"
]
}
] |
|
University
| 2 |
5431
|
Id5
|
[
{
"subject": "AWH_Engineering_College",
"property": "facultySize",
"object": "\"250\"^^xsd:nonNegativeInteger"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\"@en"
}
] |
[
{
"subject": "AWH_Engineering_College",
"property": "academicStaffSize",
"object": "250"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\""
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"There are 250 academic staff at the AWH Engineering College in the city of Kuttikkattoor.",
"AWH Engineering College in Kuttikkattoor has an academic staff size of 250 people.",
"AWH Engineering College has a staff size of 250 and is in the city of Kuttikkattoor."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:AWH_Engineering_College",
"property:city",
"resource:Kuttikkattoor"
],
[
"resource:AWH_Engineering_College",
"rdf:type",
"ontology:university"
],
[
"resource:AWH_Engineering_College",
"property:academic_staff_size",
"250"
]
] |
AWH_Engineering_College
|
[
{
"modified": "250",
"readable": "250",
"graph": "250"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "AWH_Engineering_College",
"readable": "AWH Engineering College",
"graph": "resource:AWH_Engineering_College"
},
{
"modified": "Kuttikkattoor",
"readable": "Kuttikkattoor",
"graph": "resource:Kuttikkattoor"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( ?t = '250' ) . ?q rdf:type ontology:university . ?q property:city ?p . ?q property:academic_staff_size ?t }",
"readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( ?t = '250' ) . ?q rdf:type ontology:university . ?q property:city ?p . ?q property:academic_staff_size ?t }",
"graph_answer": [
"resource:Kuttikkattoor"
],
"readable_answer": [
"Kuttikkattoor"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:AWH_Engineering_College property:city resource:Kuttikkattoor . resource:AWH_Engineering_College rdf:type ontology:university }",
"readable_query": "ASK WHERE { resource:AWH_Engineering_College property:city resource:Kuttikkattoor . resource:AWH_Engineering_College rdf:type ontology:university }",
"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"
]
}
] |
|
Company
| 3 |
7030
|
Id19
|
[
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
},
{
"subject": "Chinabank",
"property": "numberOfEmployees",
"object": "5594"
},
{
"subject": "Chinabank",
"property": "netIncome",
"object": "1.51E10"
}
] |
[
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
},
{
"subject": "Chinabank",
"property": "numberOfEmployees",
"object": "5594"
},
{
"subject": "Chinabank",
"property": "netIncome",
"object": "15100000000"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Chinabank, a company that was founded on the August 16th,1920, has 5594 workers and a net income of 15,100,000,000.",
"Founded on August 16th, 1920, Chinabank, which has 5594 employees, currently has a net income of 15100000000.",
"Founded on 08-16-1920, Chinabank has 5594 employees which generate $15,100,000,000. net income for the company."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Chinabank",
"property:net_income",
"15100000000"
],
[
"resource:Chinabank",
"property:founding_date",
"resource:1920_08_16"
],
[
"resource:Chinabank",
"property:number_of_employees",
"resource:5594"
],
[
"resource:Chinabank",
"rdf:type",
"ontology:company"
]
] |
Chinabank
|
[
{
"modified": "15100000000",
"readable": "15100000000",
"graph": "15100000000"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "netIncome",
"readable": "net income",
"graph": "property:net_income"
},
{
"modified": "numberOfEmployees",
"readable": "number of employees",
"graph": "property:number_of_employees"
},
{
"modified": "1920-08-16",
"readable": "1920-08-16",
"graph": "resource:1920_08_16"
},
{
"modified": "5594",
"readable": "5594",
"graph": "resource:5594"
},
{
"modified": "Chinabank",
"readable": "Chinabank",
"graph": "resource:Chinabank"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?i property:number_of_employees ?u . ?i rdf:type ontology:company . ?i property:founding_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1920' ) ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?i property:number_of_employees ?u . ?i rdf:type ontology:company . ?i property:founding_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1920' ) ) }",
"graph_answer": [
"resource:5594"
],
"readable_answer": [
"5594"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?q property:number_of_employees resource:5594 . ?q property:founding_date ?z . ?q rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?z ) , '1920' ) ) }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?q property:number_of_employees resource:5594 . ?q property:founding_date ?z . ?q rdf:type ontology:company . FILTER ( CONTAINS ( YEAR ( ?z ) , '1920' ) ) }",
"graph_answer": [
"resource:1920_08_16"
],
"readable_answer": [
"1920-08-16"
],
"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 ?f WHERE { ?f property:founding_date resource:1920_08_16 . ?f property:number_of_employees resource:5594 . ?f rdf:type ontology:company }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?f property:founding_date resource:1920-08-16 . ?f property:number_of_employees resource:5594 . ?f rdf:type ontology:company }",
"graph_answer": [
"resource:Chinabank"
],
"readable_answer": [
"Chinabank"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Chinabank property:profession ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Chinabank property:profession ?u }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist
| 5 |
11318
|
Id169
|
[
{
"subject": "Andrew_Rayel",
"property": "associatedMusicalArtist",
"object": "Armin_van_Buuren"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand",
"object": "Jwaydan_Moyine"
},
{
"subject": "Andrew_Rayel",
"property": "associatedActs",
"object": "\"Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin, Alexandra Badoi\"@en"
},
{
"subject": "Andrew_Rayel",
"property": "genre",
"object": "Trance_music"
},
{
"subject": "Trance_music",
"property": "stylisticOrigin",
"object": "Pop_music"
}
] |
[
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Armin_van_Buuren"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "Jwaydan_Moyine"
},
{
"subject": "Andrew_Rayel",
"property": "associatedBand/associatedMusicalArtist",
"object": "\"Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin, Alexandra Badoi\""
},
{
"subject": "Andrew_Rayel",
"property": "genre",
"object": "Trance_music"
},
{
"subject": "Trance_music",
"property": "stylisticOrigin",
"object": "Pop_music"
}
] |
(X (X) (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Andrew Rayel a Trance performer, whose stylistic origins are pop music, is associated with a number of musical artists, these include: Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin, and Alexandra Badoi.",
"Andrew Rayel is a trance musician, which has its stylistic origins in pop music. He is associated with the following musicians: Armin van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan, Alexander Popov, Jano, Alexandre Bergheau, Johnny Rose, Sylvia Tosun, Lira Yin and Alexandra Badoi.",
"Trance musician Andrew Rayel is associated with the following artists: Armin Van Buuren, Bobina, Mark Sixma, Jonathan Mendelsohn, Christian Burns, Jwaydan Motine, Alexander Popov, Jano, Alexandre Bergheau, Jonny Rose, Sylvia Tosun, Lira Yin, and Alexandra Badoi. Trance originates from pop."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Trance_music",
"property:stylistic_origin",
"resource:Pop_music"
],
[
"resource:Andrew_Rayel",
"rdf:type",
"ontology:artist"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jonny_Rose"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Alexander_Popov"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jwaydan_Moyine"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Alexandra_Badoi"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Mark_Sixma"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Christian_Burns"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jonathan_Mendelsohn"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jwaydan"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Armin_Van_Buuren"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Lira_Yin"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Bobina"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Armin_van_Buuren"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Jano"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Sylvia_Tosun"
],
[
"resource:Andrew_Rayel",
"property:associated_band_associated_musical_artist",
"resource:Alexandre_Bergheau"
],
[
"resource:Andrew_Rayel",
"property:genre",
"resource:Trance_music"
]
] |
Andrew_Rayel
|
[
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Alexander Popov",
"readable": "Alexander Popov",
"graph": "resource:Alexander_Popov"
},
{
"modified": "Alexandra Badoi",
"readable": "Alexandra Badoi",
"graph": "resource:Alexandra_Badoi"
},
{
"modified": "Alexandre Bergheau",
"readable": "Alexandre Bergheau",
"graph": "resource:Alexandre_Bergheau"
},
{
"modified": "Andrew_Rayel",
"readable": "Andrew Rayel",
"graph": "resource:Andrew_Rayel"
},
{
"modified": "Armin Van Buuren",
"readable": "Armin Van Buuren",
"graph": "resource:Armin_Van_Buuren"
},
{
"modified": "Armin_van_Buuren",
"readable": "Armin van Buuren",
"graph": "resource:Armin_van_Buuren"
},
{
"modified": "Bobina",
"readable": "Bobina",
"graph": "resource:Bobina"
},
{
"modified": "Christian Burns",
"readable": "Christian Burns",
"graph": "resource:Christian_Burns"
},
{
"modified": "Jano",
"readable": "Jano",
"graph": "resource:Jano"
},
{
"modified": "Jonathan Mendelsohn",
"readable": "Jonathan Mendelsohn",
"graph": "resource:Jonathan_Mendelsohn"
},
{
"modified": "Jonny Rose",
"readable": "Jonny Rose",
"graph": "resource:Jonny_Rose"
},
{
"modified": "Jwaydan",
"readable": "Jwaydan",
"graph": "resource:Jwaydan"
},
{
"modified": "Jwaydan_Moyine",
"readable": "Jwaydan Moyine",
"graph": "resource:Jwaydan_Moyine"
},
{
"modified": "Lira Yin",
"readable": "Lira Yin",
"graph": "resource:Lira_Yin"
},
{
"modified": "Mark Sixma",
"readable": "Mark Sixma",
"graph": "resource:Mark_Sixma"
},
{
"modified": "Pop_music",
"readable": "Pop music",
"graph": "resource:Pop_music"
},
{
"modified": "Sylvia Tosun",
"readable": "Sylvia Tosun",
"graph": "resource:Sylvia_Tosun"
},
{
"modified": "Trance_music",
"readable": "Trance music",
"graph": "resource:Trance_music"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?j ) WHERE { ?g property:associated_band_associated_musical_artist resource:Jano . ?m property:stylistic_origin resource:Pop_music . ?g rdf:type ontology:artist . ?g property:genre ?m }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?j ) WHERE { ?g property:associated_band_associated_musical_artist resource:Jano . ?m property:stylistic_origin resource:Pop_music . ?g rdf:type ontology:artist . ?g property:genre ?m }",
"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 ?c WHERE { ?c property:associated_band_associated_musical_artist resource:Jano . ?c rdf:type ontology:artist . ?c property:genre ?x . ?x property:stylistic_origin resource:Pop_music }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:associated_band_associated_musical_artist resource:Jano . ?c rdf:type ontology:artist . ?c property:genre ?x . ?x property:stylistic_origin resource:Pop_music }",
"graph_answer": [
"resource:Andrew_Rayel"
],
"readable_answer": [
"Andrew Rayel"
],
"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 ?m WHERE { FILTER ( STRSTARTS ( LCASE ( ?m ) , 'a' ) ) . resource:Andrew_Rayel property:associated_band_associated_musical_artist ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( STRSTARTS ( LCASE ( ?m ) , 'a' ) ) . resource:Andrew_Rayel property:associated_band_associated_musical_artist ?m }",
"graph_answer": [
"resource:Alexandre_Bergheau"
],
"readable_answer": [
"Alexandre Bergheau"
],
"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"
]
}
] |
|
Politician
| 5 |
12489
|
Id8
|
[
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "Parti_Pesaka_Bumiputera_Bersatu"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "region",
"object": "Asajaya"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Kingdom_of_Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthDate",
"object": "\"1936-05-21\"^^xsd:date"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\"@en"
}
] |
[
{
"subject": "Abdul_Taib_Mahmud",
"property": "party",
"object": "Parti_Pesaka_Bumiputera_Bersatu"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "region",
"object": "Asajaya"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Kingdom_of_Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthDate",
"object": "1936-05-21"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "residence",
"object": "\"Demak Jaya, Jalan Bako, Kuching, Sarawak\""
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abdul Taib Mahmud was born on 21 May 1936 in the Kingdom of Sarawak and now resides at Demak Jaya, Jalan Bako, Kuching, Sarawak. His party was the Parti Pesaka Bumiputera Bersatu and he represented the Asajaya region.",
"Abdul Taib Mahmud was born on 1936-05-21 in the Kingdom of Sarawak. His party is the Parti Pesaka Bumiputera Bersatu and he represented the Asajaya region. The residence of Abdul Taib Mahmud is Demak Jaya, Jalan Bako, Kuching, Sarawak.",
"Parti Pesaka Bumiputera Bersatu member and Asajaya representative Abdul Taib Mahmud resides in Demak Jaya, Jalan Bako, Kuching, Sarawak. He was born 05/21/1936 in the Kingdom of Sarawak."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abdul_Taib_Mahmud",
"property:party",
"resource:Parti_Pesaka_Bumiputera_Bersatu"
],
[
"resource:Abdul_Taib_Mahmud",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdul_Taib_Mahmud",
"property:birth_date",
"resource:1936_05_21"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Sarawak"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Demak_Jaya"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Jalan_Bako"
],
[
"resource:Abdul_Taib_Mahmud",
"property:residence",
"resource:Kuching"
],
[
"resource:Abdul_Taib_Mahmud",
"property:region",
"resource:Asajaya"
],
[
"resource:Abdul_Taib_Mahmud",
"property:birth_place",
"resource:Kingdom_of_Sarawak"
]
] |
Abdul_Taib_Mahmud
|
[
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "residence",
"readable": "residence",
"graph": "property:residence"
},
{
"modified": "1936-05-21",
"readable": "1936-05-21",
"graph": "resource:1936_05_21"
},
{
"modified": "Abdul_Taib_Mahmud",
"readable": "Abdul Taib Mahmud",
"graph": "resource:Abdul_Taib_Mahmud"
},
{
"modified": "Asajaya",
"readable": "Asajaya",
"graph": "resource:Asajaya"
},
{
"modified": "Demak Jaya",
"readable": "Demak Jaya",
"graph": "resource:Demak_Jaya"
},
{
"modified": "Jalan Bako",
"readable": "Jalan Bako",
"graph": "resource:Jalan_Bako"
},
{
"modified": "Kingdom_of_Sarawak",
"readable": "Kingdom of Sarawak",
"graph": "resource:Kingdom_of_Sarawak"
},
{
"modified": "Kuching",
"readable": "Kuching",
"graph": "resource:Kuching"
},
{
"modified": "Parti_Pesaka_Bumiputera_Bersatu",
"readable": "Parti Pesaka Bumiputera Bersatu",
"graph": "resource:Parti_Pesaka_Bumiputera_Bersatu"
},
{
"modified": "Sarawak",
"readable": "Sarawak",
"graph": "resource:Sarawak"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?s rdf:type ontology:politician . ?s property:birth_place ?z . ?s property:birth_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1936' ) ) }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?s rdf:type ontology:politician . ?s property:birth_place ?z . ?s property:birth_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1936' ) ) }",
"graph_answer": [
"resource:Kingdom_of_Sarawak"
],
"readable_answer": [
"Kingdom of Sarawak"
],
"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 ?g WHERE { ?l property:birth_date ?g . ?l property:birth_place resource:Kingdom_of_Sarawak . ?l rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?l property:birth_date ?g . ?l property:birth_place resource:Kingdom_of_Sarawak . ?l rdf:type ontology:politician }",
"graph_answer": [
"resource:1936_05_21"
],
"readable_answer": [
"1936-05-21"
],
"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 ?j WHERE { ?x property:region ?j . FILTER ( CONTAINS ( YEAR ( ?t ) , '1936' ) ) . ?x property:birth_date ?t . ?x rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?x property:region ?j . FILTER ( CONTAINS ( YEAR ( ?t ) , '1936' ) ) . ?x property:birth_date ?t . ?x rdf:type ontology:politician }",
"graph_answer": [
"resource:Asajaya"
],
"readable_answer": [
"Asajaya"
],
"type": [
"coreference",
"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 { ?r property:birth_date ?s . ?r rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?s ) , '1936' ) ) . ?r property:region resource:Asajaya }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:birth_date ?s . ?r rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?s ) , '1936' ) ) . ?r property:region resource:Asajaya }",
"graph_answer": [
"resource:Abdul_Taib_Mahmud"
],
"readable_answer": [
"Abdul Taib Mahmud"
],
"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 ( COUNT ( ?p ) AS ?z ) WHERE { resource:Abdul_Taib_Mahmud property:residence ?p }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?z ) WHERE { resource:Abdul_Taib_Mahmud property:residence ?p }",
"graph_answer": [
"4"
],
"readable_answer": [
"4"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Abdul_Taib_Mahmud property:residence ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Abdul_Taib_Mahmud property:residence ?l }",
"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 ?c WHERE { FILTER ( CONTAINS ( LCASE ( ?c ) , 'parti' ) ) . resource:Abdul_Taib_Mahmud property:party ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { FILTER ( CONTAINS ( LCASE ( ?c ) , 'parti' ) ) . resource:Abdul_Taib_Mahmud property:party ?c }",
"graph_answer": [
"resource:Parti_Pesaka_Bumiputera_Bersatu"
],
"readable_answer": [
"Parti Pesaka Bumiputera Bersatu"
],
"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"
]
}
] |
|
City
| 5 |
11970
|
Id191
|
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "Albany,_Oregon",
"property": "subdivisionName",
"object": "Linn_County,_Oregon"
}
] |
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "Albany,_Oregon",
"property": "isPartOf",
"object": "Linn_County,_Oregon"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The United States uses the english language, includes the Asian Americans among its ethnic groups and has the capital city of Washington DC. The country is also the location of Albany which falls under Linn County in Oregon.",
"Albany, Linn County, Oregon is located in English speaking United States. The U.S capital is Washington, DC and is home to Asian Americans.",
"Albany is part of Linn County, Oregon, United States, the capital of which is Washington, D.C. One of the ethnic groups in the United States, is Asian Americans and English is the language spoken."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albany__Oregon",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Oregon",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Oregon",
"property:is_part_of",
"resource:Linn_County__Oregon"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
]
] |
Albany,_Oregon
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Albany,_Oregon",
"readable": "Albany, Oregon",
"graph": "resource:Albany__Oregon"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Linn_County,_Oregon",
"readable": "Linn County, Oregon",
"graph": "resource:Linn_County__Oregon"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l property:is_part_of resource:Linn_County__Oregon . ?l property:country ?b . ?b property:ethnic_group resource:Asian_Americans . ?l rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l property:is_part_of resource:Linn_County,_Oregon . ?l property:country ?b . ?b property:ethnic_group resource:Asian_Americans . ?l rdf:type ontology:city }",
"graph_answer": [
"resource:Albany__Oregon"
],
"readable_answer": [
"Albany, Oregon"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Albany__Oregon rdf:type ontology:city . resource:Albany__Oregon property:country ?o . resource:Albany__Oregon property:is_part_of resource:Linn_County__Oregon . ?o property:ethnic_group resource:Asian_Americans }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Albany,_Oregon rdf:type ontology:city . resource:Albany,_Oregon property:country ?o . resource:Albany,_Oregon property:is_part_of resource:Linn_County,_Oregon . ?o property:ethnic_group resource:Asian_Americans }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?d WHERE { resource:United_States property:language ?p . resource:United_States property:capital ?d }",
"readable_query": "SELECT DISTINCT ?p ?d WHERE { resource:United_States property:language ?p . resource:United_States property:capital ?d }",
"graph_answer": [
"resource:English_language",
"resource:Washington__D_C_"
],
"readable_answer": [
"English language",
"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"
]
}
] |
|
WrittenWork
| 4 |
10884
|
Id103
|
[
{
"subject": "Administrative_Science_Quarterly",
"property": "publisher",
"object": "Cornell_University"
},
{
"subject": "Cornell_University",
"property": "nickname",
"object": "Cornell_Big_Red"
},
{
"subject": "Cornell_University",
"property": "affiliation",
"object": "Association_of_Public_and_Land-grant_Universities"
},
{
"subject": "Cornell_University",
"property": "city",
"object": "Ithaca,_New_York"
}
] |
[
{
"subject": "Administrative_Science_Quarterly",
"property": "publisher",
"object": "Cornell_University"
},
{
"subject": "Cornell_University",
"property": "nickname",
"object": "Cornell_Big_Red"
},
{
"subject": "Cornell_University",
"property": "affiliation",
"object": "Association_of_Public_and_Land-grant_Universities"
},
{
"subject": "Cornell_University",
"property": "city",
"object": "Ithaca,_New_York"
}
] |
(X (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Cornell University, nickname Cornell Big Red, is the publisher of the Administrative Science Quarterly. The University is located in the city of Ithaca, New York and is affiliated with the Association of Public and Land-grant Universities.",
"The Administrative Science Quarterly is published by Cornell University, Ithaca, New York. Cornell University (nicknamed 'Cornell Big Red') is affiliated with the Association of Public and Land-grant Universities.",
"The Administrative Science Quarterly is published by Cornell University (Ithaca, New York). Cornell (also known as Cornell Big Red), is an affiliate of the Association of Public and Land-grant Universities."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Cornell_University",
"property:city",
"resource:Ithaca__New_York"
],
[
"resource:Cornell_University",
"property:affiliation",
"resource:Association_of_Public_and_Land_grant_Universities"
],
[
"resource:Cornell_University",
"property:nickname",
"resource:Cornell_Big_Red"
],
[
"resource:Administrative_Science_Quarterly",
"rdf:type",
"ontology:written_work"
],
[
"resource:Administrative_Science_Quarterly",
"property:publisher",
"resource:Cornell_University"
]
] |
Administrative_Science_Quarterly
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "nickname",
"readable": "nickname",
"graph": "property:nickname"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "Administrative_Science_Quarterly",
"readable": "Administrative Science Quarterly",
"graph": "resource:Administrative_Science_Quarterly"
},
{
"modified": "Association_of_Public_and_Land-grant_Universities",
"readable": "Association of Public and Land-grant Universities",
"graph": "resource:Association_of_Public_and_Land_grant_Universities"
},
{
"modified": "Cornell_Big_Red",
"readable": "Cornell Big Red",
"graph": "resource:Cornell_Big_Red"
},
{
"modified": "Cornell_University",
"readable": "Cornell University",
"graph": "resource:Cornell_University"
},
{
"modified": "Ithaca,_New_York",
"readable": "Ithaca, New York",
"graph": "resource:Ithaca__New_York"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?y WHERE { resource:Cornell_University property:city ?k . resource:Cornell_University property:affiliation ?y }",
"readable_query": "SELECT DISTINCT ?k ?y WHERE { resource:Cornell_University property:city ?k . resource:Cornell_University property:affiliation ?y }",
"graph_answer": [
"resource:Ithaca__New_York",
"resource:Association_of_Public_and_Land_grant_Universities"
],
"readable_answer": [
"Ithaca, New York",
"Association of Public and Land-grant Universities"
],
"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:Cornell_University property:nickname ?x }",
"readable_query": "ASK WHERE { resource:Cornell_University property:nickname ?x }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?f WHERE { resource:Cornell_University property:nickname ?f }",
"readable_query": "SELECT ?f WHERE { resource:Cornell_University property:nickname ?f }",
"graph_answer": [
"resource:Cornell_Big_Red"
],
"readable_answer": [
"Cornell Big Red"
],
"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:publisher resource:Cornell_University . ?k rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:publisher resource:Cornell_University . ?k rdf:type ontology:written_work }",
"graph_answer": [
"resource:Administrative_Science_Quarterly"
],
"readable_answer": [
"Administrative Science Quarterly"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician
| 4 |
10480
|
Id164
|
[
{
"subject": "Albert_Jennings_Fountain",
"property": "placeOfDeath",
"object": "New_Mexico_Territory"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "New_York_City"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "deathPlace",
"object": "United_States"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "placeOfBirth",
"object": "Staten_Island"
}
] |
[
{
"subject": "Albert_Jennings_Fountain",
"property": "deathPlace",
"object": "New_Mexico_Territory"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "New_York_City"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "deathPlace",
"object": "United_States"
},
{
"subject": "Albert_Jennings_Fountain",
"property": "birthPlace",
"object": "Staten_Island"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Albert Jennings Fountain was born in Staten Island, New York City. He died in New Mexico Territory, United states.",
"Albert Jennings Fountain was born in Staten Island in New York City and he died in the New Mexico Territory of 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:death_place",
"resource:New_Mexico_Territory"
],
[
"resource:Albert_Jennings_Fountain",
"property:birth_place",
"resource:Staten_Island"
],
[
"resource:Albert_Jennings_Fountain",
"property:birth_place",
"resource:New_York_City"
]
] |
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": "New_Mexico_Territory",
"readable": "New Mexico Territory",
"graph": "resource:New_Mexico_Territory"
},
{
"modified": "New_York_City",
"readable": "New York City",
"graph": "resource:New_York_City"
},
{
"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 { ?p rdf:type ontology:politician . ?p property:birth_place resource:Asunci_n }",
"readable_query": "ASK WHERE { ?p rdf:type ontology:politician . ?p property:birth_place resource:Asunción }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?r property:birth_place resource:Staten_Island . ?r rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?r property:birth_place resource:Staten_Island . ?r rdf:type ontology:politician }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?m WHERE { ?m property:birth_place resource:Staten_Island . ?m rdf:type ontology:politician }",
"readable_query": "SELECT ?m WHERE { ?m property:birth_place resource:Staten_Island . ?m rdf:type ontology:politician }",
"graph_answer": [
"resource:Albert_Jennings_Fountain"
],
"readable_answer": [
"Albert Jennings Fountain"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?t WHERE { resource:Albert_Jennings_Fountain property:death_place ?t . resource:Albert_Jennings_Fountain property:birth_place ?s }",
"readable_query": "SELECT DISTINCT ?s ?t WHERE { resource:Albert_Jennings_Fountain property:death_place ?t . resource:Albert_Jennings_Fountain property:birth_place ?s }",
"graph_answer": [
"resource:New_York_City",
"resource:United_States"
],
"readable_answer": [
"New York City",
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food
| 3 |
7242
|
Id155
|
[
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "region",
"object": "\"Nationwide in Indonesia, also popular in neighboring Southeast Asian countries\"@en"
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
}
] |
[
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "region",
"object": "\"Nationwide in Indonesia, also popular in neighboring Southeast Asian countries\""
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Tapioca is an ingredient in bakso which is made in China and is popular in the Indonesian region and also in the neighbouring Southeast Asian countries.",
"Bakso, made from Tapioca, is a dish found all over China, Indonesia and Southeastern Asian countries.",
"Bakso is from the Chinese cuisine, is is a traditional dish throughout the whole of Indonesia and is popular in neighbouring Southeast Asian countries too and one of its ingredients is Tapioca."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bakso",
"property:ingredient",
"resource:Tapioca"
],
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Chinese_cuisine"
],
[
"resource:Bakso",
"property:region",
"Nationwide in Indonesia, also popular in neighboring Southeast Asian countries"
]
] |
Bakso
|
[
{
"modified": "Nationwide in Indonesia, also popular in neighboring Southeast Asian countries",
"readable": "Nationwide in Indonesia, also popular in neighboring Southeast Asian countries",
"graph": "Nationwide in Indonesia, also popular in neighboring Southeast Asian countries"
},
{
"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": "Chinese_cuisine",
"readable": "Chinese cuisine",
"graph": "resource:Chinese_cuisine"
},
{
"modified": "Tapioca",
"readable": "Tapioca",
"graph": "resource:Tapioca"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( STRSTARTS ( LCASE ( ?q ) , 'b' ) ) . ?q property:region 'Nationwide in Indonesia, also popular in neighboring Southeast Asian countries' . ?q property:ingredient resource:Tapioca . ?q rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( STRSTARTS ( LCASE ( ?q ) , 'b' ) ) . ?q property:region 'Nationwide in Indonesia, also popular in neighboring Southeast Asian countries' . ?q property:ingredient resource:Tapioca . ?q rdf:type ontology:food }",
"graph_answer": [
"resource:Bakso"
],
"readable_answer": [
"Bakso"
],
"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 ?t ?d WHERE { resource:Bakso property:country ?t . resource:Bakso property:region ?d }",
"readable_query": "SELECT DISTINCT ?t ?d WHERE { resource:Bakso property:country ?t . resource:Bakso property:region ?d }",
"graph_answer": [
"resource:Chinese_cuisine",
"Nationwide in Indonesia, also popular in neighboring Southeast Asian countries"
],
"readable_answer": [
"Chinese cuisine",
"Nationwide in Indonesia, also popular in neighboring Southeast Asian countries"
],
"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
| 5 |
12110
|
Id57
|
[
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "Bacon_Explosion",
"property": "ingredientName",
"object": "\"Bacon,sausage\""
},
{
"subject": "Bacon_Explosion",
"property": "ingredient",
"object": "Sausage"
},
{
"subject": "Bacon_Explosion",
"property": "course",
"object": "\"Main course\"@en"
},
{
"subject": "Bacon_Explosion",
"property": "mainIngredient",
"object": "Bacon"
}
] |
[
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "Bacon_Explosion",
"property": "mainIngredient",
"object": "\"Bacon,sausage\""
},
{
"subject": "Bacon_Explosion",
"property": "ingredient",
"object": "Sausage"
},
{
"subject": "Bacon_Explosion",
"property": "course",
"object": "\"Main course\""
},
{
"subject": "Bacon_Explosion",
"property": "mainIngredient",
"object": "Bacon"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bacon Explosion is a main course dish from the United States which contains the main ingredients of bacon and sausage.",
"The Bacon Explosion is a 'main course' from the United States. It includes bacon, obviously, as well as sausage.",
"The Bacon Explosion, which includes sausage and the titular bacon, is a main course that comes from the United States."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bacon_Explosion",
"property:ingredient",
"resource:Sausage"
],
[
"resource:Bacon_Explosion",
"property:main_ingredient",
"resource:Bacon"
],
[
"resource:Bacon_Explosion",
"property:main_ingredient",
"resource:Bacon_sausage"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
],
[
"resource:Bacon_Explosion",
"property:course",
"resource:Main_course"
]
] |
Bacon_Explosion
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "course",
"readable": "course",
"graph": "property:course"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "Bacon",
"readable": "Bacon",
"graph": "resource:Bacon"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Bacon,sausage",
"readable": "Bacon,sausage",
"graph": "resource:Bacon_sausage"
},
{
"modified": "Main course",
"readable": "Main course",
"graph": "resource:Main_course"
},
{
"modified": "Sausage",
"readable": "Sausage",
"graph": "resource:Sausage"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?b ) WHERE { resource:Bacon_Explosion property:main_ingredient ?v }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?b ) WHERE { resource:Bacon_Explosion property:main_ingredient ?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 ?n WHERE { resource:Bacon_Explosion property:main_ingredient ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Bacon_Explosion property:main_ingredient ?n }",
"graph_answer": [
"resource:Bacon",
"resource:Bacon_sausage"
],
"readable_answer": [
"Bacon",
"Bacon,sausage"
],
"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 ?g ?u WHERE { resource:Bacon_Explosion property:ingredient ?g . resource:Bacon_Explosion property:country ?u }",
"readable_query": "SELECT DISTINCT ?g ?u WHERE { resource:Bacon_Explosion property:ingredient ?g . resource:Bacon_Explosion property:country ?u }",
"graph_answer": [
"resource:Sausage",
"resource:United_States"
],
"readable_answer": [
"Sausage",
"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 ?b WHERE { FILTER ( STRSTARTS ( LCASE ( ?b ) , 'm' ) ) . resource:Bacon_Explosion property:course ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( STRSTARTS ( LCASE ( ?b ) , 'm' ) ) . resource:Bacon_Explosion property:course ?b }",
"graph_answer": [
"resource:Main_course"
],
"readable_answer": [
"Main course"
],
"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"
]
}
] |
|
Monument
| 3 |
7646
|
Id18
|
[
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "designer",
"object": "Pietro_Canonica"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
[
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "designer",
"object": "Pietro_Canonica"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Atatürk Monument (İzmir) was designed by Pietro Canonica, and can be found in Turkey, where the capital is Ankara.",
"Pietro Canonica is the designer of the Ataturk Monument (Izmir) in Turkey, where the capital is Ankara."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Turkey",
"property:capital",
"resource:Ankara"
],
[
"resource:Atat_rk_Monument___zmir_",
"rdf:type",
"ontology:monument"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:location",
"resource:Turkey"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:designer",
"resource:Pietro_Canonica"
]
] |
Atatürk_Monument_(İzmir)
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "designer",
"readable": "designer",
"graph": "property:designer"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Ankara",
"readable": "Ankara",
"graph": "resource:Ankara"
},
{
"modified": "Atatürk_Monument_(İzmir)",
"readable": "Atatürk Monument",
"graph": "resource:Atat_rk_Monument___zmir_"
},
{
"modified": "Pietro_Canonica",
"readable": "Pietro Canonica",
"graph": "resource:Pietro_Canonica"
},
{
"modified": "Turkey",
"readable": "Turkey",
"graph": "resource:Turkey"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:monument . FILTER ( CONTAINS ( LCASE ( ?m ) , 'monument' ) ) . ?m property:location ?y . ?y property:capital resource:Ankara }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:monument . FILTER ( CONTAINS ( LCASE ( ?m ) , 'monument' ) ) . ?m property:location ?y . ?y property:capital resource:Ankara }",
"graph_answer": [
"resource:Atat_rk_Monument___zmir_"
],
"readable_answer": [
"Atatürk Monument"
],
"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 ?i WHERE { ?f property:location ?i . ?f property:designer resource:Pietro_Canonica . ?i property:capital resource:Ankara . ?f rdf:type ontology:monument }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?f property:location ?i . ?f property:designer resource:Pietro_Canonica . ?i property:capital resource:Ankara . ?f rdf:type ontology:monument }",
"graph_answer": [
"resource:Turkey"
],
"readable_answer": [
"Turkey"
],
"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 |
8449
|
Id47
|
[
{
"subject": "Agra_Airport",
"property": "elevation",
"object": "\"167.94\"^^xsd:double"
},
{
"subject": "Agra_Airport",
"property": "location",
"object": "Uttar_Pradesh"
},
{
"subject": "Uttar_Pradesh",
"property": "isPartOf",
"object": "Awadh"
},
{
"subject": "Uttar_Pradesh",
"property": "leaderName",
"object": "Ram_Naik"
}
] |
[
{
"subject": "Agra_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "167.94"
},
{
"subject": "Agra_Airport",
"property": "location",
"object": "Uttar_Pradesh"
},
{
"subject": "Uttar_Pradesh",
"property": "isPartOf",
"object": "Awadh"
},
{
"subject": "Uttar_Pradesh",
"property": "leader",
"object": "Ram_Naik"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"At 167.94 metres above sea level, Agra Airport is in Uttar Pradesh (part of Awadh) where Ram Naik is the leader.",
"Ram Naik is the leader of Uttar Pradesh, part of Awadh, which is the location of Agra airport at an elevation of 167.94 metres above sea level.",
"Uttar Pradesh is part of Awadh and is led by Ram Naik. It is the location of Agra airport situated at 167.94 metres above sea level."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Uttar_Pradesh",
"property:leader",
"resource:Ram_Naik"
],
[
"resource:Uttar_Pradesh",
"property:is_part_of",
"resource:Awadh"
],
[
"resource:Agra_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Agra_Airport",
"property:location",
"resource:Uttar_Pradesh"
],
[
"resource:Agra_Airport",
"property:elevation_above_the_sea_level",
"resource:167_94"
]
] |
Agra_Airport
|
[
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "167.94",
"readable": "167.94",
"graph": "resource:167_94"
},
{
"modified": "Agra_Airport",
"readable": "Agra Airport",
"graph": "resource:Agra_Airport"
},
{
"modified": "Awadh",
"readable": "Awadh",
"graph": "resource:Awadh"
},
{
"modified": "Ram_Naik",
"readable": "Ram Naik",
"graph": "resource:Ram_Naik"
},
{
"modified": "Uttar_Pradesh",
"readable": "Uttar Pradesh",
"graph": "resource:Uttar_Pradesh"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?d property:location resource:Uttar_Pradesh . ?d rdf:type ontology:airport . ?d property:elevation_above_the_sea_level resource:_3_3528 }",
"readable_query": "ASK WHERE { ?d property:location resource:Uttar_Pradesh . ?d rdf:type ontology:airport . ?d property:elevation_above_the_sea_level resource:-3.3528 }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?k property:elevation_above_the_sea_level resource:167_94 . ?k property:location resource:Uttar_Pradesh . ?k rdf:type ontology:airport }",
"readable_query": "ASK WHERE { ?k property:elevation_above_the_sea_level resource:167.94 . ?k property:location resource:Uttar_Pradesh . ?k rdf:type ontology:airport }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?r WHERE { ?r property:elevation_above_the_sea_level resource:167_94 . ?r rdf:type ontology:airport . ?r property:location resource:Uttar_Pradesh }",
"readable_query": "SELECT ?r WHERE { ?r property:elevation_above_the_sea_level resource:167.94 . ?r rdf:type ontology:airport . ?r property:location resource:Uttar_Pradesh }",
"graph_answer": [
"resource:Agra_Airport"
],
"readable_answer": [
"Agra Airport"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?d WHERE { resource:Uttar_Pradesh property:is_part_of ?d . resource:Uttar_Pradesh property:leader ?r }",
"readable_query": "SELECT DISTINCT ?r ?d WHERE { resource:Uttar_Pradesh property:is_part_of ?d . resource:Uttar_Pradesh property:leader ?r }",
"graph_answer": [
"resource:Ram_Naik",
"resource:Awadh"
],
"readable_answer": [
"Ram Naik",
"Awadh"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
City
| 3 |
6918
|
Id206
|
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
},
{
"subject": "Akron,_Ohio",
"property": "subdivisionName",
"object": "Summit_County,_Ohio"
}
] |
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "Akron,_Ohio",
"property": "country",
"object": "United_States"
},
{
"subject": "Akron,_Ohio",
"property": "isPartOf",
"object": "Summit_County,_Ohio"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akron is in Summit County, Ohio in the U.S. Asian Americans are an ethnic group in the U.S.",
"The United States, which includes the ethnic group of Asian Americans, is the location of Akron, Summit County, Ohio.",
"Akron is a part of Summit County, Ohio, in the United States, where Asian Americans are an ethnic group."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
],
[
"resource:Akron__Ohio",
"rdf:type",
"ontology:city"
],
[
"resource:Akron__Ohio",
"property:country",
"resource:United_States"
],
[
"resource:Akron__Ohio",
"property:is_part_of",
"resource:Summit_County__Ohio"
]
] |
Akron,_Ohio
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Akron,_Ohio",
"readable": "Akron, Ohio",
"graph": "resource:Akron__Ohio"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"modified": "Summit_County,_Ohio",
"readable": "Summit County, Ohio",
"graph": "resource:Summit_County__Ohio"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s property:ethnic_group resource:Asian_Americans . ?v property:is_part_of resource:Summit_County__Ohio . ?v rdf:type ontology:city . ?v property:country ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s property:ethnic_group resource:Asian_Americans . ?v property:is_part_of resource:Summit_County,_Ohio . ?v rdf:type ontology:city . ?v property:country ?s }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x property:is_part_of resource:Summit_County__Ohio . ?x property:country resource:United_States . ?x rdf:type ontology:city . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x property:is_part_of resource:Summit_County,_Ohio . ?x property:country resource:United_States . ?x rdf:type ontology:city . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'a' ) ) }",
"graph_answer": [
"resource:Akron__Ohio"
],
"readable_answer": [
"Akron, Ohio"
],
"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"
]
}
] |
|
WrittenWork
| 2 |
5527
|
Id62
|
[
{
"subject": "A_Fortress_of_Grey_Ice",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "A_Fortress_of_Grey_Ice",
"property": "author",
"object": "J._V._Jones"
}
] |
[
{
"subject": "A_Fortress_of_Grey_Ice",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "A_Fortress_of_Grey_Ice",
"property": "author",
"object": "J._V._Jones"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"J.V, Jones is the author of the hardcovered book, A Fortress of Grey Ice.",
"A Fortress of Grey Ice was written by J. V. Jones and was produced in Hardcover.",
"A Fortress of Grey Ice released in Hardcover was written by J.V. Jones."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Fortress_of_Grey_Ice",
"property:media_type",
"resource:Hardcover"
],
[
"resource:A_Fortress_of_Grey_Ice",
"property:author",
"resource:J__V__Jones"
],
[
"resource:A_Fortress_of_Grey_Ice",
"rdf:type",
"ontology:written_work"
]
] |
A_Fortress_of_Grey_Ice
|
[
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "A_Fortress_of_Grey_Ice",
"readable": "A Fortress of Grey Ice",
"graph": "resource:A_Fortress_of_Grey_Ice"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
},
{
"modified": "J._V._Jones",
"readable": "J. V. Jones",
"graph": "resource:J__V__Jones"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'j' ) ) . resource:A_Fortress_of_Grey_Ice property:author ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { FILTER ( STRSTARTS ( LCASE ( ?y ) , 'j' ) ) . resource:A_Fortress_of_Grey_Ice property:author ?y }",
"graph_answer": [
"resource:J__V__Jones"
],
"readable_answer": [
"J. V. Jones"
],
"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 ?n WHERE { resource:A_Fortress_of_Grey_Ice property:last_aired ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:A_Fortress_of_Grey_Ice 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"
]
}
] |
|
Artist
| 3 |
5940
|
Id86
|
[
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "associatedBand",
"object": "NRBQ"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "genre",
"object": "Rock_music"
}
] |
[
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "associatedBand/associatedMusicalArtist",
"object": "NRBQ"
},
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "genre",
"object": "Rock_music"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The band NRBQ includes the member Al Anderson and they play rock music. Bhangra is a musical fusion of rock.",
"Al Anderson, a member of the band NRBQ, performs rock music, which is where the music Bhangra of the fusion genre comes from.",
"Al Anderson plays with the band NRBQ, in the rock music genre, a musical fusion of which is bhangra music."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Rock_music",
"property:music_fusion_genre",
"resource:Bhangra__music_"
],
[
"resource:Al_Anderson__NRBQ_band_",
"rdf:type",
"ontology:artist"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:associated_band_associated_musical_artist",
"resource:NRBQ"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:genre",
"resource:Rock_music"
]
] |
Al_Anderson_(NRBQ_band)
|
[
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "Al_Anderson_(NRBQ band)",
"readable": "Al Anderson",
"graph": "resource:Al_Anderson__NRBQ_band_"
},
{
"modified": "Bhangra_(music)",
"readable": "Bhangra",
"graph": "resource:Bhangra__music_"
},
{
"modified": "NRBQ",
"readable": "NRBQ",
"graph": "resource:NRBQ"
},
{
"modified": "Rock_music",
"readable": "Rock music",
"graph": "resource:Rock_music"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?u rdf:type ontology:artist . ?u property:genre ?i . ?i property:music_fusion_genre resource:Death_metal }",
"readable_query": "ASK WHERE { ?u rdf:type ontology:artist . ?u property:genre ?i . ?i property:music_fusion_genre resource:Death_metal }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
WrittenWork
| 4 |
10801
|
Id20
|
[
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "numberOfPages",
"object": "\"512\"^^xsd:positiveInteger"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "isbn",
"object": "\"1-4165-2060-0\""
}
] |
[
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "numberOfPages",
"object": "\"512\""
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "isbnNumber",
"object": "\"1-4165-2060-0\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Eric Flint wrote the book \"1634: The Ram Rebellion\" and is 512 pages long. It can be found in hardcover and has the ISBN number 1-4165-2060-0.",
"The book titled 1634: The Ram Rebellion by Eric Flint is a hardcover, has 512 pages and an ISBN number of 1-4165-2060-0.",
"Eric Flint is the author of 1634: The Ram Rebellion which is a hardcover book. It has 512 pages and the ISBN number is 1-4165-2060-0."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1634__The_Ram_Rebellion",
"property:media_type",
"resource:Hardcover"
],
[
"resource:1634__The_Ram_Rebellion",
"property:author",
"resource:Eric_Flint"
],
[
"resource:1634__The_Ram_Rebellion",
"rdf:type",
"ontology:written_work"
],
[
"resource:1634__The_Ram_Rebellion",
"property:number_of_pages",
"512"
],
[
"resource:1634__The_Ram_Rebellion",
"property:isbn_number",
"resource:1_4165_2060_0"
]
] |
1634:_The_Ram_Rebellion
|
[
{
"modified": "512",
"readable": "512",
"graph": "512"
},
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "1634:_The_Ram_Rebellion",
"readable": "1634: The Ram Rebellion",
"graph": "resource:1634__The_Ram_Rebellion"
},
{
"modified": "1-4165-2060-0",
"readable": "1-4165-2060-0",
"graph": "resource:1_4165_2060_0"
},
{
"modified": "Eric_Flint",
"readable": "Eric Flint",
"graph": "resource:Eric_Flint"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( ?z <= '800' ) . ?r property:isbn_number ?v . ?r property:number_of_pages ?z . ?r rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( ?z <= '800' ) . ?r property:isbn_number ?v . ?r property:number_of_pages ?z . ?r rdf:type ontology:written_work }",
"graph_answer": [
"resource:1_4165_2060_0"
],
"readable_answer": [
"1-4165-2060-0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?q property:number_of_pages ?h . ?q property:isbn_number resource:1_4165_2060_0 . ?q rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?q property:number_of_pages ?h . ?q property:isbn_number resource:1-4165-2060-0 . ?q rdf:type ontology:written_work }",
"graph_answer": [
"512"
],
"readable_answer": [
"512"
],
"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 ?i WHERE { ?i rdf:type ontology:written_work . ?i property:number_of_pages 512 . ?i property:isbn_number resource:1_4165_2060_0 }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:written_work . ?i property:number_of_pages 512 . ?i property:isbn_number resource:1-4165-2060-0 }",
"graph_answer": [
"resource:1634__The_Ram_Rebellion"
],
"readable_answer": [
"1634: The Ram Rebellion"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g ?o WHERE { resource:1634__The_Ram_Rebellion property:media_type ?g . resource:1634__The_Ram_Rebellion property:author ?o }",
"readable_query": "SELECT DISTINCT ?g ?o WHERE { resource:1634:_The_Ram_Rebellion property:media_type ?g . resource:1634:_The_Ram_Rebellion property:author ?o }",
"graph_answer": [
"resource:Hardcover",
"resource:Eric_Flint"
],
"readable_answer": [
"Hardcover",
"Eric Flint"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
CelestialBody
| 2 |
4075
|
Id56
|
[
{
"subject": "1036_Ganymed",
"property": "Planet/apoapsis",
"object": "\"6.11961E8\"^^<http://dbpedia.org/datatype/kilometre>"
},
{
"subject": "1036_Ganymed",
"property": "Planet/temperature",
"object": "\"160.0\"^^<http://dbpedia.org/datatype/kelvin>"
}
] |
[
{
"subject": "1036_Ganymed",
"property": "apoapsis",
"object": "611961000.0 (kilometres)"
},
{
"subject": "1036_Ganymed",
"property": "temperature",
"object": "160.0 (kelvins)"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1036 Ganymed, which has a temperature of 160.0 kelvins, has an apoapsis of 611961000.0 (kilometres).",
"1036 Ganymed has an apoapsis of 611961000.0 km and a temperature of 160 kelvins.",
"1036 Ganymed, has a temperature of, 160 kelvins, and its apoapsis measurement is 611961000.0 kilometres."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1036_Ganymed",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1036_Ganymed",
"property:temperature",
"160.0 (kelvins)"
],
[
"resource:1036_Ganymed",
"property:apoapsis",
"611961000.0 (kilometres)"
]
] |
1036_Ganymed
|
[
{
"modified": "160.0 (kelvins)",
"readable": "160.0",
"graph": "160.0 (kelvins)"
},
{
"modified": "611961000.0 (kilometres)",
"readable": "611961000.0",
"graph": "611961000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "temperature",
"readable": "temperature",
"graph": "property:temperature"
},
{
"modified": "1036_Ganymed",
"readable": "1036 Ganymed",
"graph": "resource:1036_Ganymed"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?y property:temperature '156.0 (kelvins)' . ?y rdf:type ontology:celestial_body . ?y property:apoapsis ?r }",
"readable_query": "ASK WHERE { ?y property:temperature '156.0 (kelvins)' . ?y rdf:type ontology:celestial_body . ?y property:apoapsis ?r }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
University
| 3 |
8133
|
Id37
|
[
{
"subject": "Alba_Iulia",
"property": "isPartOf",
"object": "Alba_County"
},
{
"subject": "1_Decembrie_1918_University,_Alba_Iulia",
"property": "city",
"object": "Alba_Iulia"
},
{
"subject": "1_Decembrie_1918_University,_Alba_Iulia",
"property": "country",
"object": "Romania"
}
] |
[
{
"subject": "Alba_Iulia",
"property": "isPartOf",
"object": "Alba_County"
},
{
"subject": "1_Decembrie_1918_University",
"property": "city",
"object": "Alba_Iulia"
},
{
"subject": "1_Decembrie_1918_University",
"property": "country",
"object": "Romania"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The 1 Decembrie 1918 University is in Alba Iulia, Alba County, Romania.",
"The 1 Decembrie 1918 University is located in the city of Alba Iulia, Alba County, Romania."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alba_Iulia",
"property:is_part_of",
"resource:Alba_County"
],
[
"resource:1_Decembrie_1918_University",
"property:city",
"resource:Alba_Iulia"
],
[
"resource:1_Decembrie_1918_University",
"rdf:type",
"ontology:university"
],
[
"resource:1_Decembrie_1918_University",
"property:country",
"resource:Romania"
]
] |
1_Decembrie_1918_University
|
[
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "1_Decembrie_1918_University",
"readable": "1 Decembrie 1918 University",
"graph": "resource:1_Decembrie_1918_University"
},
{
"modified": "Alba_County",
"readable": "Alba County",
"graph": "resource:Alba_County"
},
{
"modified": "Alba_Iulia",
"readable": "Alba Iulia",
"graph": "resource:Alba_Iulia"
},
{
"modified": "Romania",
"readable": "Romania",
"graph": "resource:Romania"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?r property:is_part_of resource:Alba_County . ?m property:country resource:Romania . ?m property:city ?r . ?m rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:is_part_of resource:Alba_County . ?m property:country resource:Romania . ?m property:city ?r . ?m rdf:type ontology:university }",
"graph_answer": [
"resource:Alba_Iulia"
],
"readable_answer": [
"Alba Iulia"
],
"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 ?q WHERE { ?q property:city resource:Alba_Iulia . ?q rdf:type ontology:university . ?q property:country resource:Romania . resource:Alba_Iulia property:is_part_of resource:Alba_County }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:city resource:Alba_Iulia . ?q rdf:type ontology:university . ?q property:country resource:Romania . resource:Alba_Iulia property:is_part_of resource:Alba_County }",
"graph_answer": [
"resource:1_Decembrie_1918_University"
],
"readable_answer": [
"1 Decembrie 1918 University"
],
"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"
]
}
] |
|
Politician
| 3 |
7848
|
Id179
|
[
{
"subject": "Alberto_Teisaire",
"property": "profession",
"object": "Rear_admiral"
},
{
"subject": "Alberto_Teisaire",
"property": "successor",
"object": "Isaac_Rojas"
},
{
"subject": "Alberto_Teisaire",
"property": "birthPlace",
"object": "Mendoza,_Argentina"
}
] |
[
{
"subject": "Alberto_Teisaire",
"property": "profession",
"object": "Rear_admiral"
},
{
"subject": "Alberto_Teisaire",
"property": "successor",
"object": "Isaac_Rojas"
},
{
"subject": "Alberto_Teisaire",
"property": "birthPlace",
"object": "Mendoza,_Argentina"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Rear Admiral, Alberto Teisaire, was born in Mendoza in Argentina, and succeeded by, Isaac Rojas.",
"Alberto Teisaire was born in Mendoza in Argentina and was a Rear Admiral who was succeeded by Isaac Rojas."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alberto_Teisaire",
"rdf:type",
"ontology:politician"
],
[
"resource:Alberto_Teisaire",
"property:successor",
"resource:Isaac_Rojas"
],
[
"resource:Alberto_Teisaire",
"property:birth_place",
"resource:Mendoza__Argentina"
],
[
"resource:Alberto_Teisaire",
"property:profession",
"resource:Rear_admiral"
]
] |
Alberto_Teisaire
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "profession",
"readable": "profession",
"graph": "property:profession"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Alberto_Teisaire",
"readable": "Alberto Teisaire",
"graph": "resource:Alberto_Teisaire"
},
{
"modified": "Isaac_Rojas",
"readable": "Isaac Rojas",
"graph": "resource:Isaac_Rojas"
},
{
"modified": "Mendoza,_Argentina",
"readable": "Mendoza, Argentina",
"graph": "resource:Mendoza__Argentina"
},
{
"modified": "Rear_admiral",
"readable": "Rear admiral",
"graph": "resource:Rear_admiral"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?l WHERE { resource:Alberto_Teisaire property:profession ?b . resource:Alberto_Teisaire property:birth_place ?l }",
"readable_query": "SELECT DISTINCT ?b ?l WHERE { resource:Alberto_Teisaire property:profession ?b . resource:Alberto_Teisaire property:birth_place ?l }",
"graph_answer": [
"resource:Rear_admiral",
"resource:Mendoza__Argentina"
],
"readable_answer": [
"Rear admiral",
"Mendoza, Argentina"
],
"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 ?g WHERE { resource:Alberto_Teisaire property:saint ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Alberto_Teisaire property:saint ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation
| 5 |
12433
|
Id150
|
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "ALV_X-1",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "anthem",
"object": "The_Star-Spangled_Banner"
}
] |
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "ALV_X-1",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "anthem",
"object": "The_Star-Spangled_Banner"
}
] |
(X (X (X) (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The United States, led by the President of the United States, is the origin of the ALV X-1. The United States capital is Washington, D.C., and the national anthem is the Star-Spangled Banner. Native Americans is one of the ethnic groups in the US.",
"ALV X-1 originated in the United States wher the leader is the President, the capital is Washington D.C. and the Star Spangled Banner is the national anthem. Native Americans are an ethnic group in the U.S.",
"The country of origin of the ALV X-1 is the United States, where the leader is the President and Native Americans are an ethnic group. The capital of the United States is Washington, D.C, and the national anthem is the Star Spangled Banner."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:anthem",
"resource:The_Star_Spangled_Banner"
],
[
"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:Native_Americans_in_the_United_States"
],
[
"resource:ALV_X_1",
"property:country_origin",
"resource:United_States"
],
[
"resource:ALV_X_1",
"rdf:type",
"ontology:mean_of_transportation"
]
] |
ALV_X-1
|
[
{
"modified": "anthem",
"readable": "anthem",
"graph": "property:anthem"
},
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "ALV_X-1",
"readable": "ALV X-1",
"graph": "resource:ALV_X_1"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "The_Star-Spangled_Banner",
"readable": "The Star-Spangled Banner",
"graph": "resource:The_Star_Spangled_Banner"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?v ) WHERE { ?x rdf:type ontology:mean_of_transportation . ?m property:leader resource:Paul_Ryan . ?x property:country_origin ?m }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?v ) WHERE { ?x rdf:type ontology:mean_of_transportation . ?m property:leader resource:Paul_Ryan . ?x property:country_origin ?m }",
"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 ?t WHERE { ?t property:country_origin resource:United_States . ?t rdf:type ontology:mean_of_transportation . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t property:country_origin resource:United_States . ?t rdf:type ontology:mean_of_transportation . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) }",
"graph_answer": [
"resource:ALV_X_1"
],
"readable_answer": [
"ALV X-1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:United_States property:music_fusion_genre ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:United_States property:music_fusion_genre ?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"
]
}
] |
|
Airport
| 2 |
3271
|
Id76
|
[
{
"subject": "Alderney_Airport",
"property": "r1Surface",
"object": "Poaceae"
},
{
"subject": "Poaceae",
"property": "order",
"object": "Commelinids"
}
] |
[
{
"subject": "Alderney_Airport",
"property": "1stRunwaySurfaceType",
"object": "Poaceae"
},
{
"subject": "Poaceae",
"property": "order",
"object": "Commelinids"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The surface of the 1st runway at Alderney airport is made from poaceae, which belongs to the order of Commelinids.",
"The 1st runway at Alderney Airport is made from Poaceae which belongs to the order of Commelinids.",
"The surface of the 1st runway at Alderney airport is made from poaceae, Poaceae is the order of Commelinids."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alderney_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Alderney_Airport",
"property:1st_runway_surface_type",
"resource:Poaceae"
],
[
"resource:Poaceae",
"property:order",
"resource:Commelinids"
]
] |
Alderney_Airport
|
[
{
"modified": "1stRunwaySurfaceType",
"readable": "1st runway surface type",
"graph": "property:1st_runway_surface_type"
},
{
"modified": "order",
"readable": "order",
"graph": "property:order"
},
{
"modified": "Alderney_Airport",
"readable": "Alderney Airport",
"graph": "resource:Alderney_Airport"
},
{
"modified": "Commelinids",
"readable": "Commelinids",
"graph": "resource:Commelinids"
},
{
"modified": "Poaceae",
"readable": "Poaceae",
"graph": "resource:Poaceae"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y ?d WHERE { ?y rdf:type ontology:airport . ?d property:order resource:Commelinids . ?y property:1st_runway_surface_type ?d }",
"readable_query": "SELECT DISTINCT ?y ?d WHERE { ?y rdf:type ontology:airport . ?d property:order resource:Commelinids . ?y property:1st_runway_surface_type ?d }",
"graph_answer": [
"resource:Alderney_Airport",
"resource:Poaceae"
],
"readable_answer": [
"Alderney Airport",
"Poaceae"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist
| 2 |
3502
|
Id114
|
[
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Soul_music"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\"@en"
}
] |
[
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Soul_music"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\""
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandra Kovac is a solo singer with the genre soul music.",
"Aleksandra Kovac, a solo singer, performs soul music.",
"Aleksandra Kovač, who was once a solo singer, performs soul music."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aleksandra_Kova_",
"rdf:type",
"ontology:artist"
],
[
"resource:Aleksandra_Kova_",
"property:background",
"resource:solo_singer"
],
[
"resource:Aleksandra_Kova_",
"property:genre",
"resource:Soul_music"
]
] |
Aleksandra_Kovač
|
[
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Aleksandra_Kovač",
"readable": "Aleksandra Kovač",
"graph": "resource:Aleksandra_Kova_"
},
{
"modified": "Soul_music",
"readable": "Soul music",
"graph": "resource:Soul_music"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?p property:background resource:non_vocal_instrumentalist . ?p rdf:type ontology:artist . ?p property:genre ?g }",
"readable_query": "ASK WHERE { ?p property:background resource:non_vocal_instrumentalist . ?p rdf:type ontology:artist . ?p property:genre ?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"
]
}
] |
|
Politician
| 4 |
10378
|
Id62
|
[
{
"subject": "Abner_W._Sibal",
"property": "militaryBranch",
"object": "United_States_Army"
},
{
"subject": "Abner_W._Sibal",
"property": "battles",
"object": "World_War_II"
},
{
"subject": "Abner_W._Sibal",
"property": "activeYearsEndDate",
"object": "\"1965-01-03\"^^xsd:date"
},
{
"subject": "World_War_II",
"property": "commander",
"object": "Joseph_Stalin"
}
] |
[
{
"subject": "Abner_W._Sibal",
"property": "militaryBranch",
"object": "United_States_Army"
},
{
"subject": "Abner_W._Sibal",
"property": "battle",
"object": "World_War_II"
},
{
"subject": "Abner_W._Sibal",
"property": "activeYearsEndDate",
"object": "1965-01-03"
},
{
"subject": "World_War_II",
"property": "commander",
"object": "Joseph_Stalin"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"During World War II, in which Joseph Stalin was a commander, Abner W Sibal served and fought with the United States Army, ending his military career on 3 January 1965.",
"Abner W. Sibal served in the United States military and fought in World War II at the same time Joseph Stalin was a commander and ended his career on January 3, 1965.",
"Abner W Sibal served in the US Army and ended his military career on January 3rd 1965. He fought in World War II and Joseph Stalin was a commander in the same conflict."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:World_War_II",
"property:commander",
"resource:Joseph_Stalin"
],
[
"resource:Abner_W__Sibal",
"rdf:type",
"ontology:politician"
],
[
"resource:Abner_W__Sibal",
"property:military_branch",
"resource:United_States_Army"
],
[
"resource:Abner_W__Sibal",
"property:active_years_end_date",
"resource:1965_01_03"
],
[
"resource:Abner_W__Sibal",
"property:battle",
"resource:World_War_II"
]
] |
Abner_W._Sibal
|
[
{
"modified": "activeYearsEndDate",
"readable": "active years end date",
"graph": "property:active_years_end_date"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "militaryBranch",
"readable": "military branch",
"graph": "property:military_branch"
},
{
"modified": "1965-01-03",
"readable": "1965-01-03",
"graph": "resource:1965_01_03"
},
{
"modified": "Abner_W._Sibal",
"readable": "Abner W. Sibal",
"graph": "resource:Abner_W__Sibal"
},
{
"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 ?v WHERE { ?v rdf:type ontology:politician . ?v property:active_years_end_date ?f . ?x property:commander resource:Joseph_Stalin . ?v property:battle ?x . FILTER ( CONTAINS ( YEAR ( ?f ) , '1965' ) ) }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v rdf:type ontology:politician . ?v property:active_years_end_date ?f . ?x property:commander resource:Joseph_Stalin . ?v property:battle ?x . FILTER ( CONTAINS ( YEAR ( ?f ) , '1965' ) ) }",
"graph_answer": [
"resource:Abner_W__Sibal"
],
"readable_answer": [
"Abner W. Sibal"
],
"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 ?u WHERE { resource:Abner_W__Sibal rdf:type ontology:politician . ?u property:commander resource:Joseph_Stalin . FILTER ( CONTAINS ( YEAR ( ?b ) , '1965' ) ) . resource:Abner_W__Sibal property:active_years_end_date ?b . resource:Abner_W__Sibal property:battle ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Abner_W._Sibal rdf:type ontology:politician . ?u property:commander resource:Joseph_Stalin . FILTER ( CONTAINS ( YEAR ( ?b ) , '1965' ) ) . resource:Abner_W._Sibal property:active_years_end_date ?b . resource:Abner_W._Sibal property:battle ?u }",
"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",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?s WHERE { resource:Abner_W__Sibal property:military_branch ?s . resource:Abner_W__Sibal property:active_years_end_date ?l }",
"readable_query": "SELECT DISTINCT ?l ?s WHERE { resource:Abner_W._Sibal property:military_branch ?s . resource:Abner_W._Sibal property:active_years_end_date ?l }",
"graph_answer": [
"resource:1965_01_03",
"resource:United_States_Army"
],
"readable_answer": [
"1965-01-03",
"United States Army"
],
"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"
]
}
] |
|
WrittenWork
| 2 |
5567
|
Id102
|
[
{
"subject": "A_Severed_Wasp",
"property": "author",
"object": "Madeleine_L'Engle"
},
{
"subject": "Madeleine_L'Engle",
"property": "influencedBy",
"object": "George_MacDonald"
}
] |
[
{
"subject": "A_Severed_Wasp",
"property": "author",
"object": "Madeleine_L'Engle"
},
{
"subject": "Madeleine_L'Engle",
"property": "influencedBy",
"object": "George_MacDonald"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Madeleine L'Engle is an author, influenced by George MacDonald, who wrote A Severed Wasp.",
"Madeleine L'Engle, author of A Severed Wasp, was influenced by George MacDonald.",
"Madeleine L'Engle who is influenced by George Macdonald wrote \"A Severed Wasp\"."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Madeleine_L_Engle",
"property:influenced_by",
"resource:George_MacDonald"
],
[
"resource:A_Severed_Wasp",
"property:author",
"resource:Madeleine_L_Engle"
],
[
"resource:A_Severed_Wasp",
"rdf:type",
"ontology:written_work"
]
] |
A_Severed_Wasp
|
[
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "influencedBy",
"readable": "influenced by",
"graph": "property:influenced_by"
},
{
"modified": "A_Severed_Wasp",
"readable": "A Severed Wasp",
"graph": "resource:A_Severed_Wasp"
},
{
"modified": "George_MacDonald",
"readable": "George MacDonald",
"graph": "resource:George_MacDonald"
},
{
"modified": "Madeleine_L'Engle",
"readable": "Madeleine L'Engle",
"graph": "resource:Madeleine_L_Engle"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( CONTAINS ( LCASE ( ?t ) , 'madeleine' ) ) . resource:A_Severed_Wasp property:author ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( CONTAINS ( LCASE ( ?t ) , 'madeleine' ) ) . resource:A_Severed_Wasp property:author ?t }",
"graph_answer": [
"resource:Madeleine_L_Engle"
],
"readable_answer": [
"Madeleine L'Engle"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { resource:Madeleine_L_Engle property:influenced_by ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'g' ) ) }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Madeleine_L'Engle property:influenced_by ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'g' ) ) }",
"graph_answer": [
"resource:George_MacDonald"
],
"readable_answer": [
"George MacDonald"
],
"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"
]
}
] |
|
WrittenWork
| 4 |
10782
|
Id1
|
[
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "isbn",
"object": "\"978-1-4165-4253-7\""
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "numberOfPages",
"object": "\"448\"^^xsd:positiveInteger"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "author",
"object": "\"Virginia DeMarce and\"@en"
}
] |
[
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "isbnNumber",
"object": "\"978-1-4165-4253-7\""
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "numberOfPages",
"object": "\"448\""
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "author",
"object": "\"Virginia DeMarce and Eric Flint\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The authors of 1634: The Bavarian Crisis are Virginia DeMarce and Eric Flint. It has 448 pages, an ISBN number of 978-1-4165-4253-7 and is available in hardcover.",
"1634: The Bavarian Crisis, ISBN number 978-1-4165-4253-7, was written by Virginia DeMarce and Eric Flint. It is available in hardcover and is 448 pages long.",
"1634: The Bavarian Crisis, that can be located by its ISBN number \"978-1-4165-4253-7\", comes in hardcover and has 448 pages. The authors of the book are Virginia DeMarce and Eric Flint."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1634__The_Bavarian_Crisis",
"property:media_type",
"resource:Hardcover"
],
[
"resource:1634__The_Bavarian_Crisis",
"property:author",
"Virginia DeMarce and Eric Flint"
],
[
"resource:1634__The_Bavarian_Crisis",
"rdf:type",
"ontology:written_work"
],
[
"resource:1634__The_Bavarian_Crisis",
"property:number_of_pages",
"448"
],
[
"resource:1634__The_Bavarian_Crisis",
"property:isbn_number",
"978-1-4165-4253-7"
]
] |
1634:_The_Bavarian_Crisis
|
[
{
"modified": "448",
"readable": "448",
"graph": "448"
},
{
"modified": "978-1-4165-4253-7",
"readable": "978-1-4165-4253-7",
"graph": "978-1-4165-4253-7"
},
{
"modified": "Virginia DeMarce and Eric Flint",
"readable": "Virginia DeMarce and Eric Flint",
"graph": "Virginia DeMarce and Eric Flint"
},
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "1634:_The_Bavarian_Crisis",
"readable": "1634: The Bavarian Crisis",
"graph": "resource:1634__The_Bavarian_Crisis"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?b property:number_of_pages ?a . ?b property:isbn_number '978-1-4165-4253-7' . ?b rdf:type ontology:written_work . FILTER ( ?l = \"978-1-4165\" ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?b property:number_of_pages ?a . ?b property:isbn_number '978-1-4165-4253-7' . ?b rdf:type ontology:written_work . FILTER ( ?l = \"978-1-4165\" ) }",
"graph_answer": [
"448"
],
"readable_answer": [
"448"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"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 ?e WHERE { ?e property:number_of_pages 448 . FILTER ( ?u = \"978-1-4165\" ) . ?e rdf:type ontology:written_work . ?e property:isbn_number '978-1-4165-4253-7' }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e property:number_of_pages 448 . FILTER ( ?u = \"978-1-4165\" ) . ?e rdf:type ontology:written_work . ?e property:isbn_number '978-1-4165-4253-7' }",
"graph_answer": [
"resource:1634__The_Bavarian_Crisis"
],
"readable_answer": [
"1634: The Bavarian Crisis"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"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": "ASK WHERE { resource:1634__The_Bavarian_Crisis property:isbn_number '978-1-4165-4253-7' }",
"readable_query": "ASK WHERE { resource:1634:_The_Bavarian_Crisis property:isbn_number '978-1-4165-4253-7' }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { resource:1634__The_Bavarian_Crisis property:dedicated_to ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:1634:_The_Bavarian_Crisis property:dedicated_to ?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"
]
}
] |
|
Politician
| 4 |
10341
|
Id25
|
[
{
"subject": "Abdul_Rahman_Ya'kub",
"property": "governor",
"object": "Tuanku_Bujang_Tuanku_Othman"
},
{
"subject": "Abdul_Rahman_Ya'kub",
"property": "deputy",
"object": "Stephen_Yong_Kuet_Tze"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Kingdom_of_Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Abdul_Rahman_Ya'kub"
}
] |
[
{
"subject": "Abdul_Rahman_Ya'kub",
"property": "inOfficeWhileVicePresident",
"object": "Tuanku_Bujang_Tuanku_Othman"
},
{
"subject": "Abdul_Rahman_Ya'kub",
"property": "hasDeputy",
"object": "Stephen_Yong_Kuet_Tze"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "birthPlace",
"object": "Kingdom_of_Sarawak"
},
{
"subject": "Abdul_Taib_Mahmud",
"property": "successor",
"object": "Abdul_Rahman_Ya'kub"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abdul Taib Mahmud was born in the Kingdom of Sarawak and was in office while Tuanku Bujang Tuanku Othman was Vice President. Stephen Yong Kuet Tze was the deputy to Abdul Rahman Ya'kub. Abdul Rahman Ya'kub succeeded Mr. Mahmud.",
"Abdul Taib Mahmud's birthplace was Kingdom of Sarawak. The successor of Abdul Taib Mahmud was Abdul Rahman Ya'kub and he was in office while Tuanku Bujang Tuanku Othman was Vice President. Stephen Yong Kuet Tze is the deputy to Abdul Rahman Ya'kub.",
"Abdul Taib Mahmud, born in the Kingdom of Sarawak, was succeeded by Abdul Rahman Ya'kub (in office during Vice President Tuanku Bujang Tuanku Othman's rule). Ya'Kub's deputy was Stephen Yong Kuet Tzewas."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abdul_Rahman_Ya_kub",
"property:has_deputy",
"resource:Stephen_Yong_Kuet_Tze"
],
[
"resource:Abdul_Rahman_Ya_kub",
"property:in_office_while_vice_president",
"resource:Tuanku_Bujang_Tuanku_Othman"
],
[
"resource:Abdul_Taib_Mahmud",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdul_Taib_Mahmud",
"property:successor",
"resource:Abdul_Rahman_Ya_kub"
],
[
"resource:Abdul_Taib_Mahmud",
"property:birth_place",
"resource:Kingdom_of_Sarawak"
]
] |
Abdul_Taib_Mahmud
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "hasDeputy",
"readable": "has deputy",
"graph": "property:has_deputy"
},
{
"modified": "inOfficeWhileVicePresident",
"readable": "in office while vice president",
"graph": "property:in_office_while_vice_president"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abdul_Rahman_Ya'kub",
"readable": "Abdul Rahman Ya'kub",
"graph": "resource:Abdul_Rahman_Ya_kub"
},
{
"modified": "Abdul_Taib_Mahmud",
"readable": "Abdul Taib Mahmud",
"graph": "resource:Abdul_Taib_Mahmud"
},
{
"modified": "Kingdom_of_Sarawak",
"readable": "Kingdom of Sarawak",
"graph": "resource:Kingdom_of_Sarawak"
},
{
"modified": "Stephen_Yong_Kuet_Tze",
"readable": "Stephen Yong Kuet Tze",
"graph": "resource:Stephen_Yong_Kuet_Tze"
},
{
"modified": "Tuanku_Bujang_Tuanku_Othman",
"readable": "Tuanku Bujang Tuanku Othman",
"graph": "resource:Tuanku_Bujang_Tuanku_Othman"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?w ) WHERE { ?l property:successor ?y . ?y property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman . ?l rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?w ) WHERE { ?l property:successor ?y . ?y property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman . ?l rdf:type ontology:politician }",
"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 ?r WHERE { ?r rdf:type ontology:politician . ?r property:successor ?m . ?m property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:politician . ?r property:successor ?m . ?m property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman }",
"graph_answer": [
"resource:Abdul_Taib_Mahmud"
],
"readable_answer": [
"Abdul Taib Mahmud"
],
"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 ?j WHERE { ?j property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman . resource:Abdul_Taib_Mahmud property:successor ?j . resource:Abdul_Taib_Mahmud rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:in_office_while_vice_president resource:Tuanku_Bujang_Tuanku_Othman . resource:Abdul_Taib_Mahmud property:successor ?j . resource:Abdul_Taib_Mahmud rdf:type ontology:politician }",
"graph_answer": [
"resource:Abdul_Rahman_Ya_kub"
],
"readable_answer": [
"Abdul Rahman Ya'kub"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Abdul_Taib_Mahmud property:last_aired ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Abdul_Taib_Mahmud property:last_aired ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody
| 4 |
9331
|
Id48
|
[
{
"subject": "1036_Ganymed",
"property": "discoverer",
"object": "Walter_Baade"
},
{
"subject": "Walter_Baade",
"property": "birthPlace",
"object": "German_Empire"
},
{
"subject": "Walter_Baade",
"property": "deathPlace",
"object": "West_Germany"
},
{
"subject": "Walter_Baade",
"property": "almaMater",
"object": "University_of_Göttingen"
}
] |
[
{
"subject": "1036_Ganymed",
"property": "discoverer",
"object": "Walter_Baade"
},
{
"subject": "Walter_Baade",
"property": "birthPlace",
"object": "German_Empire"
},
{
"subject": "Walter_Baade",
"property": "deathPlace",
"object": "West_Germany"
},
{
"subject": "Walter_Baade",
"property": "almaMater",
"object": "University_of_Göttingen"
}
] |
(X (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1036 Ganymed was discovered by Walter Baade. He died in West Germany but was born in the German Empire and studied at University of Gottingen.",
"Walter Baade studied at the University of Gottingen, dicovered 1036 Ganymed, and died in West Germany. His birth place was the German Empire.",
"Walter Baade, who was born in the German empire, discovered 1036 Ganymed. His alma mater was the University of Gottingen and he died in West Germany."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1036_Ganymed",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1036_Ganymed",
"property:discoverer",
"resource:Walter_Baade"
],
[
"resource:Walter_Baade",
"property:death_place",
"resource:West_Germany"
],
[
"resource:Walter_Baade",
"property:alma_mater",
"resource:University_of_G_ttingen"
],
[
"resource:Walter_Baade",
"property:birth_place",
"resource:German_Empire"
]
] |
1036_Ganymed
|
[
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "1036_Ganymed",
"readable": "1036 Ganymed",
"graph": "resource:1036_Ganymed"
},
{
"modified": "German_Empire",
"readable": "German Empire",
"graph": "resource:German_Empire"
},
{
"modified": "University_of_Göttingen",
"readable": "University of Göttingen",
"graph": "resource:University_of_G_ttingen"
},
{
"modified": "Walter_Baade",
"readable": "Walter Baade",
"graph": "resource:Walter_Baade"
},
{
"modified": "West_Germany",
"readable": "West Germany",
"graph": "resource:West_Germany"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?x property:discoverer ?l . ?l property:birth_place resource:Aberdeen . ?x rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { ?x property:discoverer ?l . ?l property:birth_place resource:Aberdeen . ?x rdf:type ontology:celestial_body }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
WrittenWork
| 4 |
10868
|
Id87
|
[
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "lccn",
"object": "\"60040714\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "discipline",
"object": "Paleontology"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "issn",
"object": "\"1732-2421\""
}
] |
[
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "LCCN_number",
"object": "60040714"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "academicDiscipline",
"object": "Paleontology"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "issnNumber",
"object": "\"1732-2421\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Acta Palaeontologica Polonica comes under the academic discipline of paleontology and is abbreviated to Acta Palaeontol. Pol. The ISSN number is 1732-2421 and the LCCN number is 60040714.",
"The Acta Palaeontologica Polonica is an academic publication which is primarily focussed on Paleontology. Its title can be abbreviated to Acta Palaeontol. Pol. It has an LCCN number of 60040714 and its ISSN number is 1732-2421.",
"Acta Palaeontologica Polonica, abbreviated name Acta Palaeontol. Pol., comes under the academic discipline of paleontology. Its LCCN number is 60040714 and ISSN number is 1732-2421."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Acta_Palaeontologica_Polonica",
"property:l_c_c_n_number",
"60040714"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:abbreviation",
"resource:Acta_Palaeontol__Pol_"
],
[
"resource:Acta_Palaeontologica_Polonica",
"rdf:type",
"ontology:written_work"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:issn_number",
"1732-2421"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:academic_discipline",
"resource:Paleontology"
]
] |
Acta_Palaeontologica_Polonica
|
[
{
"modified": "1732-2421",
"readable": "1732-2421",
"graph": "1732-2421"
},
{
"modified": "60040714",
"readable": "60040714",
"graph": "60040714"
},
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "issnNumber",
"readable": "issn number",
"graph": "property:issn_number"
},
{
"modified": "LCCN_number",
"readable": "l c c n number",
"graph": "property:l_c_c_n_number"
},
{
"modified": "Acta Palaeontol. Pol.",
"readable": "Acta Palaeontol. Pol.",
"graph": "resource:Acta_Palaeontol__Pol_"
},
{
"modified": "Acta_Palaeontologica_Polonica",
"readable": "Acta Palaeontologica Polonica",
"graph": "resource:Acta_Palaeontologica_Polonica"
},
{
"modified": "Paleontology",
"readable": "Paleontology",
"graph": "resource:Paleontology"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?j property:l_c_c_n_number ?n . ?j property:academic_discipline ?o . FILTER ( ?n = '60040714' ) . ?j rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?j property:l_c_c_n_number ?n . ?j property:academic_discipline ?o . FILTER ( ?n = '60040714' ) . ?j rdf:type ontology:written_work }",
"graph_answer": [
"resource:Paleontology"
],
"readable_answer": [
"Paleontology"
],
"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 ?t WHERE { ?t rdf:type ontology:written_work . ?t property:l_c_c_n_number ?q . FILTER ( ?q = '60040714' ) . ?t property:academic_discipline resource:Paleontology }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:written_work . ?t property:l_c_c_n_number ?q . FILTER ( ?q = '60040714' ) . ?t property:academic_discipline resource:Paleontology }",
"graph_answer": [
"resource:Acta_Palaeontologica_Polonica"
],
"readable_answer": [
"Acta Palaeontologica Polonica"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?e WHERE { resource:Acta_Palaeontologica_Polonica property:abbreviation ?e . resource:Acta_Palaeontologica_Polonica property:issn_number ?k }",
"readable_query": "SELECT DISTINCT ?k ?e WHERE { resource:Acta_Palaeontologica_Polonica property:abbreviation ?e . resource:Acta_Palaeontologica_Polonica property:issn_number ?k }",
"graph_answer": [
"1732-2421",
"resource:Acta_Palaeontol__Pol_"
],
"readable_answer": [
"1732-2421",
"Acta Palaeontol. Pol."
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food
| 2 |
4722
|
Id234
|
[
{
"subject": "Bionico",
"property": "country",
"object": "Mexico"
},
{
"subject": "Bionico",
"property": "ingredient",
"object": "Sour_cream"
}
] |
[
{
"subject": "Bionico",
"property": "country",
"object": "Mexico"
},
{
"subject": "Bionico",
"property": "ingredient",
"object": "Sour_cream"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Sour cream is an ingredient used in the preparation of Bionico which is a Mexican food dish.",
"Sour cream is an ingredient of Bionico, a food found in Mexico.",
"Bionico is a food found in Mexico, it includes sour cream."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bionico",
"property:ingredient",
"resource:Sour_cream"
],
[
"resource:Bionico",
"rdf:type",
"ontology:food"
],
[
"resource:Bionico",
"property:country",
"resource:Mexico"
]
] |
Bionico
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Bionico",
"readable": "Bionico",
"graph": "resource:Bionico"
},
{
"modified": "Mexico",
"readable": "Mexico",
"graph": "resource:Mexico"
},
{
"modified": "Sour_cream",
"readable": "Sour cream",
"graph": "resource:Sour_cream"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?t property:country resource:Mexico . ?t property:ingredient resource:Sour_cream . ?t rdf:type ontology:food }",
"readable_query": "ASK WHERE { ?t property:country resource:Mexico . ?t property:ingredient resource:Sour_cream . ?t rdf:type ontology:food }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?y WHERE { ?y rdf:type ontology:food . ?y property:ingredient resource:Sour_cream . ?y property:country resource:Mexico }",
"readable_query": "SELECT ?y WHERE { ?y rdf:type ontology:food . ?y property:ingredient resource:Sour_cream . ?y property:country resource:Mexico }",
"graph_answer": [
"resource:Bionico"
],
"readable_answer": [
"Bionico"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 3 |
7254
|
Id167
|
[
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Chicharrón"
},
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
},
{
"subject": "Bandeja_paisa",
"property": "country",
"object": "Colombian_cuisine"
}
] |
[
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Chicharrón"
},
{
"subject": "Bandeja_paisa",
"property": "region",
"object": "Antioquia_Department"
},
{
"subject": "Bandeja_paisa",
"property": "country",
"object": "Colombian_cuisine"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Chicharrón is an ingredient found in Bandeja paisa, part of Colombian cuisine, is found in the Antioquia Department.",
"Bandeja paisa is a dish from the Antioquia Department region, one of the ingredients is Chicharron, Bandeja paisa is part of Colombian cuisine.",
"Chicharrón is one of the ingredients in the Colombian cuisine of Bandeja paisa that originates from the Antioquia department."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bandeja_paisa",
"property:ingredient",
"resource:Chicharr_n"
],
[
"resource:Bandeja_paisa",
"rdf:type",
"ontology:food"
],
[
"resource:Bandeja_paisa",
"property:country",
"resource:Colombian_cuisine"
],
[
"resource:Bandeja_paisa",
"property:region",
"resource:Antioquia_Department"
]
] |
Bandeja_paisa
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Antioquia_Department",
"readable": "Antioquia Department",
"graph": "resource:Antioquia_Department"
},
{
"modified": "Bandeja_paisa",
"readable": "Bandeja paisa",
"graph": "resource:Bandeja_paisa"
},
{
"modified": "Chicharrón",
"readable": "Chicharrón",
"graph": "resource:Chicharr_n"
},
{
"modified": "Colombian_cuisine",
"readable": "Colombian cuisine",
"graph": "resource:Colombian_cuisine"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?m ) WHERE { ?h rdf:type ontology:food . ?h property:region resource:Antioquia_Department }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?m ) WHERE { ?h rdf:type ontology:food . ?h property:region resource:Antioquia_Department }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . ?i property:region resource:Antioquia_Department }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . ?i property:region resource:Antioquia_Department }",
"graph_answer": [
"resource:Bandeja_paisa"
],
"readable_answer": [
"Bandeja paisa"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:Bandeja_paisa property:served ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:Bandeja_paisa property:served ?j }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
ComicsCharacter
| 4 |
9650
|
Id31
|
[
{
"subject": "Paris_Cullins",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Bolt_(DC_Comics)",
"property": "creators",
"object": "Gary_Cohn_(comics)"
},
{
"subject": "Bolt_(DC_Comics)",
"property": "creator",
"object": "Paris_Cullins"
},
{
"subject": "Bolt_(DC_Comics)",
"property": "alterEgo",
"object": "\"Larry Bolatinsky\"@en"
}
] |
[
{
"subject": "Paris_Cullins",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Bolt_(comicsCharacter)",
"property": "creator",
"object": "Gary_Cohn_(comics)"
},
{
"subject": "Bolt_(comicsCharacter)",
"property": "creator",
"object": "Paris_Cullins"
},
{
"subject": "Bolt_(comicsCharacter)",
"property": "alternativeName",
"object": "\"Larry Bolatinsky\""
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The US national, Paris Cullins along with comic book writer, Gary Cohn created the comic character of Bolt. The character has the alternative name of Larry Bolatinsky.",
"The comic character Bolt, or otherwise known as Larry Bolatinsky, was created by both Gary Cohn and U.S national Paris Cullins.",
"Bolt, also known as Larry Bolatinsky, is a comic book character created by Gary Cohn and the United States national Paris Cullins."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Paris_Cullins",
"property:nationality",
"resource:United_States"
],
[
"resource:Bolt__comicsCharacter_",
"property:creator",
"resource:Paris_Cullins"
],
[
"resource:Bolt__comicsCharacter_",
"property:creator",
"resource:Gary_Cohn__comics_"
],
[
"resource:Bolt__comicsCharacter_",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Bolt__comicsCharacter_",
"property:alternative_name",
"resource:Larry_Bolatinsky"
]
] |
Bolt_(comicsCharacter)
|
[
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Bolt_(comicsCharacter)",
"readable": "Bolt",
"graph": "resource:Bolt__comicsCharacter_"
},
{
"modified": "Gary_Cohn_(comics)",
"readable": "Gary Cohn",
"graph": "resource:Gary_Cohn__comics_"
},
{
"modified": "Larry Bolatinsky",
"readable": "Larry Bolatinsky",
"graph": "resource:Larry_Bolatinsky"
},
{
"modified": "Paris_Cullins",
"readable": "Paris Cullins",
"graph": "resource:Paris_Cullins"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?g != resource:Gary_Cohn__comics_ ) . resource:Bolt__comicsCharacter_ property:creator ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?g != resource:Gary_Cohn_(comics) ) . resource:Bolt__comicsCharacter_ property:creator ?g }",
"graph_answer": [
"resource:Paris_Cullins"
],
"readable_answer": [
"Paris Cullins"
],
"type": [
"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 ?f WHERE { resource:Bolt__comicsCharacter_ property:creator ?f . FILTER NOT EXISTS { ?f property:nationality resource:United_States } }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Bolt_(comicsCharacter) property:creator ?f . FILTER NOT EXISTS { ?f property:nationality resource:United_States } }",
"graph_answer": [
"resource:Gary_Cohn__comics_"
],
"readable_answer": [
"Gary Cohn"
],
"type": [
"coreference",
"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"
]
}
] |
|
Building
| 3 |
6448
|
Id68
|
[
{
"subject": "3Arena",
"property": "buildingEndDate",
"object": "\"December 2008\""
},
{
"subject": "3Arena",
"property": "location",
"object": "North_Wall,_Dublin"
},
{
"subject": "3Arena",
"property": "architect",
"object": "\"HOK SVE\"@en"
}
] |
[
{
"subject": "3Arena",
"property": "location",
"object": "North_Wall,_Dublin"
},
{
"subject": "3Arena",
"property": "architect",
"object": "\"HOK SVE\""
},
{
"subject": "3Arena",
"property": "completionDate",
"object": "\"December 2008\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"HOK SVE was the architect of 3Arena, completed December 2008 and located at North Wall, Dublin.",
"3Arena, completed in December 2008 is located at North Wall, Dublin. HOK SVE was the architect.",
"3Arena, located at North Wall, Dublin, was designed by HOK SVE and completed in December 2008."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:3Arena",
"property:architect",
"resource:HOK_SVE"
],
[
"resource:3Arena",
"rdf:type",
"ontology:building"
],
[
"resource:3Arena",
"property:location",
"resource:North_Wall__Dublin"
],
[
"resource:3Arena",
"property:completion_date",
"resource:December_2008"
]
] |
3Arena
|
[
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "completionDate",
"readable": "completion date",
"graph": "property:completion_date"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "December 2008",
"readable": "December 2008",
"graph": "resource:December_2008"
},
{
"modified": "HOK SVE",
"readable": "HOK SVE",
"graph": "resource:HOK_SVE"
},
{
"modified": "North_Wall,_Dublin",
"readable": "North Wall, Dublin",
"graph": "resource:North_Wall__Dublin"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?x rdf:type ontology:building . ?x property:architect ?y . ?x property:completion_date resource:1988 }",
"readable_query": "ASK WHERE { ?x rdf:type ontology:building . ?x property:architect ?y . ?x property:completion_date resource:1988 }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Astronaut
| 5 |
11387
|
Id4
|
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\"^^xsd:date"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\"@en"
}
] |
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\""
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\""
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"American Alan Bean was born in Wheeler, Texas on March 15 1932. He went on to become a test pilot and is now retired.",
"Alan Bean, born Mar 15, 1932 in Wheeler, Texas, was an American test pilot. He has since retired.",
"Alan Bean is a US national who was born in Wheeler, Texas on 15 March 1932. Before retiring he served as a test pilot."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Bean",
"property:status",
"resource:Retired"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:nationality",
"resource:United_States"
],
[
"resource:Alan_Bean",
"property:occupation",
"resource:Test_pilot"
],
[
"resource:Alan_Bean",
"property:birth_date",
"1932-03-15"
],
[
"resource:Alan_Bean",
"property:birth_place",
"resource:Wheeler__Texas"
]
] |
Alan_Bean
|
[
{
"modified": "1932-03-15",
"readable": "1932-03-15",
"graph": "1932-03-15"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Retired",
"readable": "Retired",
"graph": "resource:Retired"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?h property:birth_place ?z . ?h rdf:type ontology:astronaut . ?h property:birth_date ?u . FILTER ( CONTAINS ( YEAR ( ?u ) , '1932' ) ) }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?h property:birth_place ?z . ?h rdf:type ontology:astronaut . ?h property:birth_date ?u . FILTER ( CONTAINS ( YEAR ( ?u ) , '1932' ) ) }",
"graph_answer": [
"resource:Wheeler__Texas"
],
"readable_answer": [
"Wheeler, Texas"
],
"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 ?j WHERE { ?j property:birth_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '1932' ) ) . ?j rdf:type ontology:astronaut . ?j property:birth_place resource:Wheeler__Texas }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:birth_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '1932' ) ) . ?j rdf:type ontology:astronaut . ?j property:birth_place resource:Wheeler,_Texas }",
"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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Alan_Bean property:birth_date ?t . resource:Alan_Bean rdf:type ontology:astronaut . resource:Alan_Bean property:birth_place resource:Wheeler__Texas }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Alan_Bean property:birth_date ?t . resource:Alan_Bean rdf:type ontology:astronaut . resource:Alan_Bean property:birth_place resource:Wheeler,_Texas }",
"graph_answer": [
"1932-03-15"
],
"readable_answer": [
"1932-03-15"
],
"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 ?m ?f WHERE { resource:Alan_Bean property:occupation ?f . resource:Alan_Bean property:status ?m }",
"readable_query": "SELECT DISTINCT ?m ?f WHERE { resource:Alan_Bean property:occupation ?f . resource:Alan_Bean property:status ?m }",
"graph_answer": [
"resource:Retired",
"resource:Test_pilot"
],
"readable_answer": [
"Retired",
"Test pilot"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Alan_Bean property:nationality resource:United_States }",
"readable_query": "ASK WHERE { resource:Alan_Bean property:nationality resource:United_States }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Artist
| 2 |
3493
|
Id105
|
[
{
"subject": "Albennie_Jones",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Albennie_Jones",
"property": "birthPlace",
"object": "United_States"
}
] |
[
{
"subject": "Albennie_Jones",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Albennie_Jones",
"property": "birthPlace",
"object": "United_States"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albennie Jones is a jazz artist who was born in the U.S.A.",
"Jazz musician, Albennie Jones, was born in the U.S.A.",
"American born Albennie Jones is a performer of jazz music."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albennie_Jones",
"rdf:type",
"ontology:artist"
],
[
"resource:Albennie_Jones",
"property:genre",
"resource:Jazz"
],
[
"resource:Albennie_Jones",
"property:birth_place",
"resource:United_States"
]
] |
Albennie_Jones
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Albennie_Jones",
"readable": "Albennie Jones",
"graph": "resource:Albennie_Jones"
},
{
"modified": "Jazz",
"readable": "Jazz",
"graph": "resource:Jazz"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?m rdf:type ontology:artist . ?m property:birth_place resource:Athens }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:artist . ?m property:birth_place resource:Athens }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?w property:birth_place resource:United_States . ?w rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?w property:birth_place resource:United_States . ?w rdf:type ontology:artist }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?t WHERE { ?t property:birth_place resource:United_States . ?t rdf:type ontology:artist }",
"readable_query": "SELECT ?t WHERE { ?t property:birth_place resource:United_States . ?t rdf:type ontology:artist }",
"graph_answer": [
"resource:Albennie_Jones"
],
"readable_answer": [
"Albennie Jones"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Albennie_Jones property:genre ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Albennie_Jones property:genre ?e }",
"graph_answer": [
"resource:Jazz"
],
"readable_answer": [
"Jazz"
],
"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"
]
}
] |
|
University
| 4 |
10729
|
Id21
|
[
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "country",
"object": "Switzerland"
},
{
"subject": "Mendrisio",
"property": "neighboringMunicipality",
"object": "Meride"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
},
{
"subject": "Switzerland",
"property": "leaderName",
"object": "Johann_Schneider-Ammann"
}
] |
[
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "country",
"object": "Switzerland"
},
{
"subject": "Mendrisio",
"property": "neighboringMunicipality",
"object": "Meride"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
},
{
"subject": "Switzerland",
"property": "leader",
"object": "Johann_Schneider-Ammann"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Accademia di Architettura di Mendrisio neighbours Meride in Switzerland. The country's leader is Johann Schneider-Ammann.",
"The Accademia di Architettura di Mendrisio is located in Mendrisio, Switzerland and its neighbouring municipality is Meride. Switzerland's leader is called Johann Schneider-Ammann.",
"The Accademia di Architettura di Mendrisio is in the country of Switzerland in the city of Mendrisio with a neighboring municipality of Meride. The leader of Switzerland is Johann Schneider-Ammann."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Switzerland",
"property:leader",
"resource:Johann_Schneider_Ammann"
],
[
"resource:Mendrisio",
"property:neighboring_municipality",
"resource:Meride"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:city",
"resource:Mendrisio"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"rdf:type",
"ontology:university"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:country",
"resource:Switzerland"
]
] |
Accademia_di_Architettura_di_Mendrisio
|
[
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "neighboringMunicipality",
"readable": "neighboring municipality",
"graph": "property:neighboring_municipality"
},
{
"modified": "Accademia_di_Architettura_di_Mendrisio",
"readable": "Accademia di Architettura di Mendrisio",
"graph": "resource:Accademia_di_Architettura_di_Mendrisio"
},
{
"modified": "Johann_Schneider-Ammann",
"readable": "Johann Schneider-Ammann",
"graph": "resource:Johann_Schneider_Ammann"
},
{
"modified": "Mendrisio",
"readable": "Mendrisio",
"graph": "resource:Mendrisio"
},
{
"modified": "Meride",
"readable": "Meride",
"graph": "resource:Meride"
},
{
"modified": "Switzerland",
"readable": "Switzerland",
"graph": "resource:Switzerland"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?x ) WHERE { ?q property:country resource:Switzerland . ?q property:city resource:Mendrisio . ?q rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?x ) WHERE { ?q property:country resource:Switzerland . ?q property:city resource:Mendrisio . ?q rdf:type ontology:university }",
"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 ?i WHERE { ?i rdf:type ontology:university . ?i property:city resource:Mendrisio . ?i property:country resource:Switzerland }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:university . ?i property:city resource:Mendrisio . ?i property:country resource:Switzerland }",
"graph_answer": [
"resource:Accademia_di_Architettura_di_Mendrisio"
],
"readable_answer": [
"Accademia di Architettura di Mendrisio"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Mendrisio property:building_start_date ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Mendrisio property:building_start_date ?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"
]
}
] |
|
WrittenWork
| 4 |
10846
|
Id65
|
[
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] |
[
{
"subject": "A_Loyal_Character_Dancer",
"property": "publisher",
"object": "Soho_Press"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Loyal Character Dancer was published by Soho Press in the United States. The language of the country is English and one of its ethnic groups is Asian American.",
"An ethnic group, Asian Americans are part of the United states where English is the language and where Soho Press published A Loyal Character Dancer.",
"A Loyal Character Dancer is published in the United States by Soho Press. The national language of the United States is English. One of the ethnic groups in the U.S. are Asian Americans and many people from this background reside there."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
],
[
"resource:A_Loyal_Character_Dancer",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Loyal_Character_Dancer",
"property:publisher",
"resource:Soho_Press"
],
[
"resource:A_Loyal_Character_Dancer",
"property:country",
"resource:United_States"
]
] |
A_Loyal_Character_Dancer
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "A_Loyal_Character_Dancer",
"readable": "A Loyal Character Dancer",
"graph": "resource:A_Loyal_Character_Dancer"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"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 ?q WHERE { ?y property:country ?q . ?y rdf:type ontology:written_work . ?y property:publisher resource:Soho_Press . ?q property:ethnic_group resource:Asian_Americans }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?y property:country ?q . ?y rdf:type ontology:written_work . ?y property:publisher resource:Soho_Press . ?q property:ethnic_group resource:Asian_Americans }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?q property:ethnic_group resource:Asian_Americans . ?u rdf:type ontology:written_work . ?u property:country ?q . ?u property:publisher resource:Soho_Press }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?q property:ethnic_group resource:Asian_Americans . ?u rdf:type ontology:written_work . ?u property:country ?q . ?u property:publisher resource:Soho_Press }",
"graph_answer": [
"resource:A_Loyal_Character_Dancer"
],
"readable_answer": [
"A Loyal Character Dancer"
],
"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"
]
}
] |
|
Food
| 2 |
4636
|
Id148
|
[
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
}
] |
[
{
"subject": "Bakso",
"property": "ingredient",
"object": "Tapioca"
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Tapioca is an ingredient in bakso which is made in China.",
"Bakso is from the chinese cuisine and contains tapioca."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bakso",
"property:ingredient",
"resource:Tapioca"
],
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Chinese_cuisine"
]
] |
Bakso
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Bakso",
"readable": "Bakso",
"graph": "resource:Bakso"
},
{
"modified": "Chinese_cuisine",
"readable": "Chinese cuisine",
"graph": "resource:Chinese_cuisine"
},
{
"modified": "Tapioca",
"readable": "Tapioca",
"graph": "resource:Tapioca"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?t ) WHERE { ?u property:ingredient resource:Tapioca . ?u property:country ?x . ?u rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?t ) WHERE { ?u property:ingredient resource:Tapioca . ?u property:country ?x . ?u rdf:type ontology:food }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?s property:ingredient resource:Tapioca . ?s property:country ?p . ?s rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?s property:ingredient resource:Tapioca . ?s property:country ?p . ?s rdf:type ontology:food }",
"graph_answer": [
"resource:Chinese_cuisine"
],
"readable_answer": [
"Chinese cuisine"
],
"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 ?j WHERE { ?j property:country resource:Chinese_cuisine . ?j property:ingredient resource:Tapioca . ?j rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:country resource:Chinese_cuisine . ?j property:ingredient resource:Tapioca . ?j rdf:type ontology:food }",
"graph_answer": [
"resource:Bakso"
],
"readable_answer": [
"Bakso"
],
"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"
]
}
] |
|
MeanOfTransportation
| 4 |
10057
|
Id31
|
[
{
"subject": "ALCO_RS-3",
"property": "builder",
"object": "American_Locomotive_Company"
},
{
"subject": "ALCO_RS-3",
"property": "cylindercount",
"object": "12"
},
{
"subject": "ALCO_RS-3",
"property": "builddate",
"object": "\"May 1950 – August 1956\"@en"
},
{
"subject": "ALCO_RS-3",
"property": "enginetype",
"object": "Four-stroke_engine"
}
] |
[
{
"subject": "ALCO_RS-3",
"property": "builder",
"object": "American_Locomotive_Company"
},
{
"subject": "ALCO_RS-3",
"property": "cylinderCount",
"object": "12"
},
{
"subject": "ALCO_RS-3",
"property": "buildDate",
"object": "\"May 1950 - August 1956\""
},
{
"subject": "ALCO_RS-3",
"property": "engine",
"object": "Four-stroke_engine"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The ALCO RS-3 was built by the American Locomotive Company between May 1950 and August 1956. It has 12 cylinders and a four-stroke engine.",
"The builder of the ALCO RS-3 is the American Locomotive Company and it was produced between May 1950 and August 1956. It has 12 cylinders and a four-stroke engine.",
"The American Locomotice company manufactured the ALCO RS-3. It is a 12 cylinder, fourt sroke engine and was made between May 1950 and August 1956."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:ALCO_RS_3",
"property:cylinder_count",
"12"
],
[
"resource:ALCO_RS_3",
"property:build_date",
"May 1950 - August 1956"
],
[
"resource:ALCO_RS_3",
"property:engine",
"resource:Four_stroke_engine"
],
[
"resource:ALCO_RS_3",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:ALCO_RS_3",
"property:builder",
"resource:American_Locomotive_Company"
]
] |
ALCO_RS-3
|
[
{
"modified": "12",
"readable": "12",
"graph": "12"
},
{
"modified": "May 1950 - August 1956",
"readable": "May 1950 - August 1956",
"graph": "May 1950 - August 1956"
},
{
"modified": "buildDate",
"readable": "build date",
"graph": "property:build_date"
},
{
"modified": "builder",
"readable": "builder",
"graph": "property:builder"
},
{
"modified": "cylinderCount",
"readable": "cylinder count",
"graph": "property:cylinder_count"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "ALCO_RS-3",
"readable": "ALCO RS-3",
"graph": "resource:ALCO_RS_3"
},
{
"modified": "American_Locomotive_Company",
"readable": "American Locomotive Company",
"graph": "resource:American_Locomotive_Company"
},
{
"modified": "Four-stroke_engine",
"readable": "Four-stroke engine",
"graph": "resource:Four_stroke_engine"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?n property:cylinder_count ?t . FILTER ( ?t > '10' ) . ?n property:builder ?z . ?n rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?n property:cylinder_count ?t . FILTER ( ?t > '10' ) . ?n property:builder ?z . ?n rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:American_Locomotive_Company"
],
"readable_answer": [
"American Locomotive Company"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?j ) WHERE { ?z property:builder resource:American_Locomotive_Company . ?z rdf:type ontology:mean_of_transportation . ?z property:cylinder_count '12' }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?j ) WHERE { ?z property:builder resource:American_Locomotive_Company . ?z rdf:type ontology:mean_of_transportation . ?z property:cylinder_count '12' }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?e property:cylinder_count '12' . ?e rdf:type ontology:mean_of_transportation . ?e property:builder resource:American_Locomotive_Company }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e property:cylinder_count '12' . ?e rdf:type ontology:mean_of_transportation . ?e property:builder resource:American_Locomotive_Company }",
"graph_answer": [
"resource:ALCO_RS_3"
],
"readable_answer": [
"ALCO RS-3"
],
"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 ?d ?w WHERE { resource:ALCO_RS_3 property:engine ?w . resource:ALCO_RS_3 property:cylinder_count ?d }",
"readable_query": "SELECT DISTINCT ?d ?w WHERE { resource:ALCO_RS-3 property:engine ?w . resource:ALCO_RS-3 property:cylinder_count ?d }",
"graph_answer": [
"12",
"resource:Four_stroke_engine"
],
"readable_answer": [
"12",
"Four-stroke engine"
],
"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 ?f WHERE { resource:ALCO_RS_3 property:chancellor ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:ALCO_RS-3 property:chancellor ?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"
]
}
] |
|
Politician
| 4 |
10423
|
Id107
|
[
{
"subject": "Adonis_Georgiadis",
"property": "birthPlace",
"object": "Greece"
},
{
"subject": "Adonis_Georgiadis",
"property": "office",
"object": "Ministry_of_Health_(Greece)"
},
{
"subject": "Adonis_Georgiadis",
"property": "placeOfBirth",
"object": "Athens"
},
{
"subject": "Adonis_Georgiadis",
"property": "successor",
"object": "Makis_Voridis"
}
] |
[
{
"subject": "Adonis_Georgiadis",
"property": "birthPlace",
"object": "Greece"
},
{
"subject": "Adonis_Georgiadis",
"property": "office",
"object": "Ministry_of_Health_(Greece)"
},
{
"subject": "Adonis_Georgiadis",
"property": "birthPlace",
"object": "Athens"
},
{
"subject": "Adonis_Georgiadis",
"property": "successor",
"object": "Makis_Voridis"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Adonis Georgiadis was born in Athens, Greece and before being succeeded by Makis Voridis he worked at the Ministry of Health in the country.",
"Adonis Georgiadis was born in Athens, Greece and worked in the Ministry of Health before being succeeded by Makis Voridis.",
"Adonis Georgiadis was born in Athens, Greece and worked at the Greek Ministry of Health. He was succeeded by Makis Voridis."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Adonis_Georgiadis",
"rdf:type",
"ontology:politician"
],
[
"resource:Adonis_Georgiadis",
"property:successor",
"resource:Makis_Voridis"
],
[
"resource:Adonis_Georgiadis",
"property:office",
"resource:Ministry_of_Health__Greece_"
],
[
"resource:Adonis_Georgiadis",
"property:birth_place",
"resource:Greece"
],
[
"resource:Adonis_Georgiadis",
"property:birth_place",
"resource:Athens"
]
] |
Adonis_Georgiadis
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Adonis_Georgiadis",
"readable": "Adonis Georgiadis",
"graph": "resource:Adonis_Georgiadis"
},
{
"modified": "Athens",
"readable": "Athens",
"graph": "resource:Athens"
},
{
"modified": "Greece",
"readable": "Greece",
"graph": "resource:Greece"
},
{
"modified": "Makis_Voridis",
"readable": "Makis Voridis",
"graph": "resource:Makis_Voridis"
},
{
"modified": "Ministry_of_Health_(Greece)",
"readable": "Ministry of Health",
"graph": "resource:Ministry_of_Health__Greece_"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?n property:office ?k . ?n rdf:type ontology:politician . ?n property:birth_place resource:New_York_City }",
"readable_query": "ASK WHERE { ?n property:office ?k . ?n rdf:type ontology:politician . ?n property:birth_place resource:New_York_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"
]
}
] |
|
CelestialBody
| 3 |
6619
|
Id36
|
[
{
"subject": "101_Helena",
"property": "density",
"object": "\"2000.0\"^^xsd:double"
},
{
"subject": "101_Helena",
"property": "escapeVelocity",
"object": "\"0.0348\"^^<http://dbpedia.org/datatype/kilometrePerSecond>"
},
{
"subject": "101_Helena",
"property": "Planet/apoapsis",
"object": "\"4.41092E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] |
[
{
"subject": "101_Helena",
"property": "density",
"object": "2.0 (gramPerCubicCentimetres)"
},
{
"subject": "101_Helena",
"property": "escapeVelocity",
"object": "0.0348 (kilometrePerSeconds)"
},
{
"subject": "101_Helena",
"property": "apoapsis",
"object": "441092000.0 (kilometres)"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"101 Helena has a density of 2.0 gram per Cubic centimeters, an escape velocity of 0.0348 km per sec and its apoapsis is 441092000.0 kilometres.",
"101 Helena has a density of 2.0 grams per cubic centimetres, an escape velocity of 0.0348 km/s and its apoapsis is 441092000.0 (kilometres).",
"101 Helena has a density of 2.0 gm per cu cm, an escape velocity of 0.0348 km per sec and an apoapsis of 441092000.0 kms."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:101_Helena",
"property:density",
"2.0 (gramPerCubicCentimetres)"
],
[
"resource:101_Helena",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:101_Helena",
"property:apoapsis",
"441092000.0 (kilometres)"
],
[
"resource:101_Helena",
"property:escape_velocity",
"0.0348 (kilometrePerSeconds)"
]
] |
101_Helena
|
[
{
"modified": "0.0348 (kilometrePerSeconds)",
"readable": "0.0348",
"graph": "0.0348 (kilometrePerSeconds)"
},
{
"modified": "2.0 (gramPerCubicCentimetres)",
"readable": "2.0",
"graph": "2.0 (gramPerCubicCentimetres)"
},
{
"modified": "441092000.0 (kilometres)",
"readable": "441092000.0",
"graph": "441092000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "density",
"readable": "density",
"graph": "property:density"
},
{
"modified": "escapeVelocity",
"readable": "escape velocity",
"graph": "property:escape_velocity"
},
{
"modified": "101_Helena",
"readable": "101 Helena",
"graph": "resource:101_Helena"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?w rdf:type ontology:celestial_body . ?w property:density ?d . ?w property:escape_velocity '0.02 (kilometrePerSeconds)' }",
"readable_query": "ASK WHERE { ?w rdf:type ontology:celestial_body . ?w property:density ?d . ?w property:escape_velocity '0.02 (kilometrePerSeconds)' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Food
| 2 |
4630
|
Id142
|
[
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Celery"
}
] |
[
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
},
{
"subject": "Bakso",
"property": "ingredient",
"object": "Celery"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Celery is an ingredient of Bakso which is made in China.",
"Celery is an ingredient in Bakso which is made in China."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bakso",
"property:ingredient",
"resource:Celery"
],
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Chinese_cuisine"
]
] |
Bakso
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Bakso",
"readable": "Bakso",
"graph": "resource:Bakso"
},
{
"modified": "Celery",
"readable": "Celery",
"graph": "resource:Celery"
},
{
"modified": "Chinese_cuisine",
"readable": "Chinese cuisine",
"graph": "resource:Chinese_cuisine"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?c ) WHERE { ?b property:ingredient resource:Celery . ?b rdf:type ontology:food . ?b property:country resource:Chinese_cuisine }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?c ) WHERE { ?b property:ingredient resource:Celery . ?b rdf:type ontology:food . ?b property:country resource:Chinese_cuisine }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?s property:country resource:Chinese_cuisine . ?s property:ingredient resource:Celery . ?s rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s property:country resource:Chinese_cuisine . ?s property:ingredient resource:Celery . ?s rdf:type ontology:food }",
"graph_answer": [
"resource:Bakso"
],
"readable_answer": [
"Bakso"
],
"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"
]
}
] |
|
University
| 4 |
10744
|
Id36
|
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "sport",
"object": "Tennis"
},
{
"subject": "Tennis",
"property": "sportGoverningBody",
"object": "International_Tennis_Federation"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliations",
"object": "Visvesvaraya_Technological_University"
}
] |
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "sportsOffered",
"object": "Tennis"
},
{
"subject": "Tennis",
"property": "sportGoverningBody",
"object": "International_Tennis_Federation"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliation",
"object": "Visvesvaraya_Technological_University"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"The Acharya Institute of Technology, Bangalore is affiliated with the Visvesvaraya Technological University and one of the sports offered at the Institute is tennis (whose governing body is the International Tennis Federation."
],
"lang": [
""
]
}
|
[] |
[] |
[
[
"resource:Tennis",
"property:sport_governing_body",
"resource:International_Tennis_Federation"
],
[
"resource:Acharya_Institute_of_Technology",
"property:city",
"resource:Bangalore"
],
[
"resource:Acharya_Institute_of_Technology",
"rdf:type",
"ontology:university"
],
[
"resource:Acharya_Institute_of_Technology",
"property:affiliation",
"resource:Visvesvaraya_Technological_University"
],
[
"resource:Acharya_Institute_of_Technology",
"property:sports_offered",
"resource:Tennis"
]
] |
Acharya_Institute_of_Technology
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "sportGoverningBody",
"readable": "sport governing body",
"graph": "property:sport_governing_body"
},
{
"modified": "sportsOffered",
"readable": "sports offered",
"graph": "property:sports_offered"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "Bangalore",
"readable": "Bangalore",
"graph": "resource:Bangalore"
},
{
"modified": "International_Tennis_Federation",
"readable": "International Tennis Federation",
"graph": "resource:International_Tennis_Federation"
},
{
"modified": "Tennis",
"readable": "Tennis",
"graph": "resource:Tennis"
},
{
"modified": "Visvesvaraya_Technological_University",
"readable": "Visvesvaraya Technological University",
"graph": "resource:Visvesvaraya_Technological_University"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Acharya_Institute_of_Technology property:sports_offered ?y . FILTER ( STRSTARTS ( LCASE ( ?y ) , 't' ) ) }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Acharya_Institute_of_Technology property:sports_offered ?y . FILTER ( STRSTARTS ( LCASE ( ?y ) , 't' ) ) }",
"graph_answer": [
"resource:Tennis"
],
"readable_answer": [
"Tennis"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?h WHERE { resource:Acharya_Institute_of_Technology property:city ?h . resource:Acharya_Institute_of_Technology property:affiliation ?c }",
"readable_query": "SELECT DISTINCT ?c ?h WHERE { resource:Acharya_Institute_of_Technology property:city ?h . resource:Acharya_Institute_of_Technology property:affiliation ?c }",
"graph_answer": [
"resource:Visvesvaraya_Technological_University",
"resource:Bangalore"
],
"readable_answer": [
"Visvesvaraya Technological University",
"Bangalore"
],
"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"
]
}
] |
|
SportsTeam
| 4 |
10677
|
Id118
|
[
{
"subject": "Akron_Summit_Assault",
"property": "ground",
"object": "St._Vincent–St._Mary_High_School"
},
{
"subject": "St._Vincent–St._Mary_High_School",
"property": "country",
"object": "United_States"
},
{
"subject": "Akron_Summit_Assault",
"property": "league",
"object": "Premier_Development_League"
},
{
"subject": "Premier_Development_League",
"property": "champions",
"object": "K-W_United_FC"
}
] |
[
{
"subject": "Akron_Summit_Assault",
"property": "ground",
"object": "St._Vincent–St._Mary_High_School"
},
{
"subject": "St._Vincent–St._Mary_High_School",
"property": "country",
"object": "United_States"
},
{
"subject": "Akron_Summit_Assault",
"property": "league",
"object": "Premier_Development_League"
},
{
"subject": "Premier_Development_League",
"property": "champions",
"object": "K-W_United_FC"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akron Summit Assault play in the Premier Development League which plays at St. Vincent-St. Mary High School located in the US where K-W United FC have been champions.",
"St Vincent-St Mary High School is the ground of Akron Summit Assault, that play in the Premier Development League, which champions were K-W United FC. St. Vincent St. Mary High School is located in United States.",
"St. Vincent-St. Mary High School (United States) is the home ground of Akron Summit Assault. They play in the Premier Development League which hails K-W United FC as champions."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Premier_Development_League",
"property:champions",
"resource:K_W_United_FC"
],
[
"resource:St__Vincent_St__Mary_High_School",
"property:country",
"resource:United_States"
],
[
"resource:Akron_Summit_Assault",
"rdf:type",
"ontology:sports_team"
],
[
"resource:Akron_Summit_Assault",
"property:league",
"resource:Premier_Development_League"
],
[
"resource:Akron_Summit_Assault",
"property:ground",
"resource:St__Vincent_St__Mary_High_School"
]
] |
Akron_Summit_Assault
|
[
{
"modified": "champions",
"readable": "champions",
"graph": "property:champions"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "Akron_Summit_Assault",
"readable": "Akron Summit Assault",
"graph": "resource:Akron_Summit_Assault"
},
{
"modified": "K-W_United_FC",
"readable": "K-W United FC",
"graph": "resource:K_W_United_FC"
},
{
"modified": "Premier_Development_League",
"readable": "Premier Development League",
"graph": "resource:Premier_Development_League"
},
{
"modified": "St._Vincent–St._Mary_High_School",
"readable": "St. Vincent–St. Mary High School",
"graph": "resource:St__Vincent_St__Mary_High_School"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?f property:champions resource:K_W_United_FC . ?h rdf:type ontology:sports_team . ?h property:league ?f . ?h property:ground resource:St__Vincent_St__Mary_High_School }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?f property:champions resource:K-W_United_FC . ?h rdf:type ontology:sports_team . ?h property:league ?f . ?h property:ground resource:St._Vincent–St._Mary_High_School }",
"graph_answer": [
"resource:Akron_Summit_Assault"
],
"readable_answer": [
"Akron Summit Assault"
],
"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 ?j WHERE { ?t property:league ?j . ?t rdf:type ontology:sports_team . ?j property:champions resource:K_W_United_FC . ?t property:ground resource:St__Vincent_St__Mary_High_School }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?t property:league ?j . ?t rdf:type ontology:sports_team . ?j property:champions resource:K-W_United_FC . ?t property:ground resource:St._Vincent–St._Mary_High_School }",
"graph_answer": [
"resource:Premier_Development_League"
],
"readable_answer": [
"Premier Development League"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:St__Vincent_St__Mary_High_School property:country resource:United_States }",
"readable_query": "ASK WHERE { resource:St._Vincent–St._Mary_High_School property:country resource:United_States }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Artist
| 2 |
3501
|
Id113
|
[
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\""
}
] |
[
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\""
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandra Kovac is a solo singer whose musical genre is rhythm and blues.",
"Solo singer Aleksandra Kovac is a Rhythm and Blues musician.",
"Aleksandra Kovac is an exponent of rhythm and blues and a solo singer."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aleksandra_Kova_",
"rdf:type",
"ontology:artist"
],
[
"resource:Aleksandra_Kova_",
"property:background",
"resource:solo_singer"
],
[
"resource:Aleksandra_Kova_",
"property:genre",
"resource:Rhythm_and_blues"
]
] |
Aleksandra_Kovač
|
[
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "Aleksandra_Kovač",
"readable": "Aleksandra Kovač",
"graph": "resource:Aleksandra_Kova_"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?z property:background resource:non_vocal_instrumentalist . ?z property:genre ?r . ?z rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?z property:background resource:non_vocal_instrumentalist . ?z property:genre ?r . ?z rdf:type ontology:artist }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
University
| 7 |
13190
|
Id33
|
[
{
"subject": "India",
"property": "largestCity",
"object": "Mumbai"
},
{
"subject": "AWH_Engineering_College",
"property": "country",
"object": "India"
},
{
"subject": "AWH_Engineering_College",
"property": "established",
"object": "2001"
},
{
"subject": "Kerala",
"property": "leaderName",
"object": "Kochi"
},
{
"subject": "AWH_Engineering_College",
"property": "state",
"object": "Kerala"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\"@en"
},
{
"subject": "India",
"property": "river",
"object": "Ganges"
}
] |
[
{
"subject": "India",
"property": "largestCity",
"object": "Mumbai"
},
{
"subject": "AWH_Engineering_College",
"property": "country",
"object": "India"
},
{
"subject": "AWH_Engineering_College",
"property": "established",
"object": "2001"
},
{
"subject": "Kerala",
"property": "leader",
"object": "Kochi"
},
{
"subject": "AWH_Engineering_College",
"property": "state",
"object": "Kerala"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\""
},
{
"subject": "India",
"property": "river",
"object": "Ganges"
}
] |
(X (X) (X) (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The River Ganges flows through India where the largest city is Mumbai and the AWH Engineering College is located in the city of Kuttikkattoor in the state of Kerala. Kerala is led by Kochi and the College was established in 2001.",
"The AWH Engineering College is located in Kuttikkattoor, Kerala, India and it was established in 2001. The Ganges is a river in India and Mumbai is its largest city. The leader of Kerala is Kochi.",
"AWH Engineering College in Kuttikkattoor, India was established in 2001. The city is located in Kerala state. The well-known city of Mumbai, the country's largest city, is found in India which is led by Kochi and is home to the Ganges River."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:AWH_Engineering_College",
"property:city",
"resource:Kuttikkattoor"
],
[
"resource:AWH_Engineering_College",
"rdf:type",
"ontology:university"
],
[
"resource:AWH_Engineering_College",
"property:state",
"resource:Kerala"
],
[
"resource:AWH_Engineering_College",
"property:country",
"resource:India"
],
[
"resource:AWH_Engineering_College",
"property:established",
"resource:2001"
],
[
"resource:India",
"property:largest_city",
"resource:Mumbai"
],
[
"resource:India",
"property:river",
"resource:Ganges"
],
[
"resource:Kerala",
"property:leader",
"resource:Kochi"
]
] |
AWH_Engineering_College
|
[
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "river",
"readable": "river",
"graph": "property:river"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "2001",
"readable": "2001",
"graph": "resource:2001"
},
{
"modified": "AWH_Engineering_College",
"readable": "AWH Engineering College",
"graph": "resource:AWH_Engineering_College"
},
{
"modified": "Ganges",
"readable": "Ganges",
"graph": "resource:Ganges"
},
{
"modified": "India",
"readable": "India",
"graph": "resource:India"
},
{
"modified": "Kerala",
"readable": "Kerala",
"graph": "resource:Kerala"
},
{
"modified": "Kochi",
"readable": "Kochi",
"graph": "resource:Kochi"
},
{
"modified": "Kuttikkattoor",
"readable": "Kuttikkattoor",
"graph": "resource:Kuttikkattoor"
},
{
"modified": "Mumbai",
"readable": "Mumbai",
"graph": "resource:Mumbai"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?s ) WHERE { ?e property:academic_staff_size 250 . ?e rdf:type ontology:university . ?e property:city ?g }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?s ) WHERE { ?e property:academic_staff_size 250 . ?e rdf:type ontology:university . ?e property:city ?g }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { ?i property:state resource:Kerala . ?i property:country ?f . ?i rdf:type ontology:university . ?f property:river resource:Ganges }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?i property:state resource:Kerala . ?i property:country ?f . ?i rdf:type ontology:university . ?f property:river resource:Ganges }",
"graph_answer": [
"resource:India"
],
"readable_answer": [
"India"
],
"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 ?y WHERE { ?y property:country resource:India . ?y property:state resource:Kerala . resource:India property:river resource:Ganges . ?y rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:country resource:India . ?y property:state resource:Kerala . resource:India property:river resource:Ganges . ?y rdf:type ontology:university }",
"graph_answer": [
"resource:AWH_Engineering_College"
],
"readable_answer": [
"AWH Engineering College"
],
"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 ?i WHERE { resource:AWH_Engineering_College property:city ?w . resource:AWH_Engineering_College property:established ?i }",
"readable_query": "SELECT DISTINCT ?w ?i WHERE { resource:AWH_Engineering_College property:city ?w . resource:AWH_Engineering_College property:established ?i }",
"graph_answer": [
"resource:Kuttikkattoor",
"resource:2001"
],
"readable_answer": [
"Kuttikkattoor",
"2001"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
University
| 7 |
13192
|
Id35
|
[
{
"subject": "Karnataka",
"property": "northeast",
"object": "Telangana"
},
{
"subject": "Visvesvaraya_Technological_University",
"property": "city",
"object": "Belgaum"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "sport",
"object": "Tennis"
},
{
"subject": "Tennis",
"property": "sportGoverningBody",
"object": "International_Tennis_Federation"
},
{
"subject": "Karnataka",
"property": "west",
"object": "Arabian_Sea"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliations",
"object": "Visvesvaraya_Technological_University"
}
] |
[
{
"subject": "Karnataka",
"property": "hasToItsNortheast",
"object": "Telangana"
},
{
"subject": "Visvesvaraya_Technological_University",
"property": "city",
"object": "Belgaum"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "sportsOffered",
"object": "Tennis"
},
{
"subject": "Tennis",
"property": "sportGoverningBody",
"object": "International_Tennis_Federation"
},
{
"subject": "Karnataka",
"property": "hasToItsWest",
"object": "Arabian_Sea"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliation",
"object": "Visvesvaraya_Technological_University"
}
] |
(X (X (X)) (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Karnataka is located southwest of Telangana and has the Arabian Sea to the west. The state is the location of the Acharya Institute of Technology which is affiliated to the Visvesvaraya Technological University in the city of Belgaum. The Institute offers the sport of tennis which has the International tennis Federation as its governing body.",
"The Acharya Institute of Technology is located in Karnataka and it is affiliated to the Visvesvaraya Technological University in Belgaum. Its offered sport is tennis, whose governing body is the International Tennis Federation. Karnataka has Telangana to its northeast and the Arabian Sea to its west.",
"The Acharya Institute of Technology is affiliated with Visvesvaraya Technological University in Belgaum. The institute is in the state of Karnataka which has the Arabian Sea to its west and Telangana to its northeast. The school offers tennis which is governed by the International Tennis Federation."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Karnataka",
"property:has_to_its_west",
"resource:Arabian_Sea"
],
[
"resource:Karnataka",
"property:has_to_its_northeast",
"resource:Telangana"
],
[
"resource:Tennis",
"property:sport_governing_body",
"resource:International_Tennis_Federation"
],
[
"resource:Visvesvaraya_Technological_University",
"property:city",
"resource:Belgaum"
],
[
"resource:Acharya_Institute_of_Technology",
"rdf:type",
"ontology:university"
],
[
"resource:Acharya_Institute_of_Technology",
"property:state",
"resource:Karnataka"
],
[
"resource:Acharya_Institute_of_Technology",
"property:affiliation",
"resource:Visvesvaraya_Technological_University"
],
[
"resource:Acharya_Institute_of_Technology",
"property:sports_offered",
"resource:Tennis"
]
] |
Acharya_Institute_of_Technology
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "hasToItsNortheast",
"readable": "has to its northeast",
"graph": "property:has_to_its_northeast"
},
{
"modified": "hasToItsWest",
"readable": "has to its west",
"graph": "property:has_to_its_west"
},
{
"modified": "sportGoverningBody",
"readable": "sport governing body",
"graph": "property:sport_governing_body"
},
{
"modified": "sportsOffered",
"readable": "sports offered",
"graph": "property:sports_offered"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "Arabian_Sea",
"readable": "Arabian Sea",
"graph": "resource:Arabian_Sea"
},
{
"modified": "Belgaum",
"readable": "Belgaum",
"graph": "resource:Belgaum"
},
{
"modified": "International_Tennis_Federation",
"readable": "International Tennis Federation",
"graph": "resource:International_Tennis_Federation"
},
{
"modified": "Karnataka",
"readable": "Karnataka",
"graph": "resource:Karnataka"
},
{
"modified": "Telangana",
"readable": "Telangana",
"graph": "resource:Telangana"
},
{
"modified": "Tennis",
"readable": "Tennis",
"graph": "resource:Tennis"
},
{
"modified": "Visvesvaraya_Technological_University",
"readable": "Visvesvaraya Technological University",
"graph": "resource:Visvesvaraya_Technological_University"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { resource:Visvesvaraya_Technological_University property:city resource:Belgaum }",
"readable_query": "ASK WHERE { resource:Visvesvaraya_Technological_University property:city resource:Belgaum }",
"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 { ?x property:state resource:Eastern_Province__Sri_Lanka . ?x rdf:type ontology:university . ?x property:sports_offered resource:Tennis }",
"readable_query": "ASK WHERE { ?x property:state resource:Eastern_Province,_Sri_Lanka . ?x rdf:type ontology:university . ?x property:sports_offered resource:Tennis }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?v rdf:type ontology:university . ?v property:state resource:Karnataka . ?v property:sports_offered resource:Tennis }",
"readable_query": "ASK WHERE { ?v rdf:type ontology:university . ?v property:state resource:Karnataka . ?v property:sports_offered resource:Tennis }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?m WHERE { ?m property:state resource:Karnataka . ?m property:sports_offered resource:Tennis . ?m rdf:type ontology:university }",
"readable_query": "SELECT ?m WHERE { ?m property:state resource:Karnataka . ?m property:sports_offered resource:Tennis . ?m rdf:type ontology:university }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 4 |
9119
|
Id42
|
[
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "London"
},
{
"subject": "London",
"property": "leaderTitle",
"object": "Parliament_of_the_United_Kingdom"
},
{
"subject": "20_Fenchurch_Street",
"property": "architect",
"object": "Rafael_Viñoly"
},
{
"subject": "London",
"property": "leaderName",
"object": "Boris_Johnson"
}
] |
[
{
"subject": "20_Fenchurch_Street",
"property": "location",
"object": "London"
},
{
"subject": "London",
"property": "leaderTitle",
"object": "Parliament_of_the_United_Kingdom"
},
{
"subject": "20_Fenchurch_Street",
"property": "architect",
"object": "Rafael_Viñoly"
},
{
"subject": "London",
"property": "leader",
"object": "Boris_Johnson"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"20 Fenchurch Street was designed by architect Rafael Vinoly and it is located in London. London is governed by the UK Parliament and the leader of London is Boris Johnson.",
"20 Fenchurch Street in London was designed by Rafael Vinoly. A leader of London is Boris Johnson along with the Parliament of the United Kingdom.",
"20 Fenchurch Street, designed by the architect Rafael Viñoly, is located in London which is governed by Boris Johnson and the United Kingdom's Parliament."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:London",
"property:leader",
"resource:Boris_Johnson"
],
[
"resource:London",
"property:leader_title",
"resource:Parliament_of_the_United_Kingdom"
],
[
"resource:20_Fenchurch_Street",
"property:architect",
"resource:Rafael_Vi_oly"
],
[
"resource:20_Fenchurch_Street",
"rdf:type",
"ontology:building"
],
[
"resource:20_Fenchurch_Street",
"property:location",
"resource:London"
]
] |
20_Fenchurch_Street
|
[
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"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": "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": "Rafael_Viñoly",
"readable": "Rafael Viñoly",
"graph": "resource:Rafael_Vi_oly"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?e ) WHERE { ?t rdf:type ontology:building . ?e property:leader resource:Boris_Johnson . ?t property:location ?e . ?t property:architect resource:Rafael_Vi_oly }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?e ) WHERE { ?t rdf:type ontology:building . ?e property:leader resource:Boris_Johnson . ?t property:location ?e . ?t property:architect resource:Rafael_Viñoly }",
"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 ?n WHERE { ?n rdf:type ontology:building . ?n property:architect resource:Rafael_Vi_oly . ?h property:leader resource:Boris_Johnson . ?n property:location ?h }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:building . ?n property:architect resource:Rafael_Viñoly . ?h property:leader resource:Boris_Johnson . ?n property:location ?h }",
"graph_answer": [
"resource:20_Fenchurch_Street"
],
"readable_answer": [
"20 Fenchurch Street"
],
"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 ?n WHERE { resource:20_Fenchurch_Street property:architect resource:Rafael_Vi_oly . ?n property:leader resource:Boris_Johnson . resource:20_Fenchurch_Street rdf:type ontology:building . resource:20_Fenchurch_Street property:location ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:20_Fenchurch_Street property:architect resource:Rafael_Viñoly . ?n property:leader resource:Boris_Johnson . resource:20_Fenchurch_Street rdf:type ontology:building . resource:20_Fenchurch_Street property:location ?n }",
"graph_answer": [
"resource:London"
],
"readable_answer": [
"London"
],
"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 ?y WHERE { resource:London property:derivative ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:London property:derivative ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 4 |
9247
|
Id170
|
[
{
"subject": "Birmingham",
"property": "leaderName",
"object": "Liberal_Democrats"
},
{
"subject": "Birmingham",
"property": "postalCode",
"object": "B_postcode_area"
},
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "birthPlace",
"object": "Birmingham"
}
] |
[
{
"subject": "Birmingham",
"property": "leader",
"object": "Liberal_Democrats"
},
{
"subject": "Birmingham",
"property": "postalCode",
"object": "B_postcode_area"
},
{
"subject": "103_Colmore_Row",
"property": "architect",
"object": "John_Madin"
},
{
"subject": "John_Madin",
"property": "birthPlace",
"object": "Birmingham"
}
] |
(X (X (X (X) (X))))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"103 Colmore Row was designed by the architect, John Madin who was born in Birmingham which has the postcode area 'B' and is where the Liberal Democrats are the leaders.",
"John Madin, born in Birmingham, designed 103 Colmore Row. The B postcode is the postal code of Birmingham and the Liberal Democrats are leaders there."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:John_Madin",
"property:birth_place",
"resource:Birmingham"
],
[
"resource:Birmingham",
"property:leader",
"resource:Liberal_Democrats"
],
[
"resource:Birmingham",
"property:postal_code",
"resource:B_postcode_area"
],
[
"resource:103_Colmore_Row",
"property:architect",
"resource:John_Madin"
],
[
"resource:103_Colmore_Row",
"rdf:type",
"ontology:building"
]
] |
103_Colmore_Row
|
[
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "postalCode",
"readable": "postal code",
"graph": "property:postal_code"
},
{
"modified": "103_Colmore_Row",
"readable": "103 Colmore Row",
"graph": "resource:103_Colmore_Row"
},
{
"modified": "B_postcode_area",
"readable": "B postcode area",
"graph": "resource:B_postcode_area"
},
{
"modified": "Birmingham",
"readable": "Birmingham",
"graph": "resource:Birmingham"
},
{
"modified": "John_Madin",
"readable": "John Madin",
"graph": "resource:John_Madin"
},
{
"modified": "Liberal_Democrats",
"readable": "Liberal Democrats",
"graph": "resource:Liberal_Democrats"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { FILTER ( STRSTARTS ( LCASE ( ?g ) , 'j' ) ) . ?g property:birth_place ?v . ?v property:postal_code resource:B_postcode_area }",
"readable_query": "SELECT DISTINCT ?g WHERE { FILTER ( STRSTARTS ( LCASE ( ?g ) , 'j' ) ) . ?g property:birth_place ?v . ?v property:postal_code resource:B_postcode_area }",
"graph_answer": [
"resource:John_Madin"
],
"readable_answer": [
"John Madin"
],
"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": "SELECT DISTINCT ?p WHERE { resource:John_Madin property:birth_place ?c . ?c property:leader ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:John_Madin property:birth_place ?c . ?c property:leader ?p }",
"graph_answer": [
"resource:Liberal_Democrats"
],
"readable_answer": [
"Liberal Democrats"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:building . ?y property:architect resource:John_Madin }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:building . ?y property:architect resource:John_Madin }",
"graph_answer": [
"resource:103_Colmore_Row"
],
"readable_answer": [
"103 Colmore Row"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:John_Madin property:birth_place ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:John_Madin property:birth_place ?q }",
"graph_answer": [
"resource:Birmingham"
],
"readable_answer": [
"Birmingham"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation
| 3 |
7579
|
Id179
|
[
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Atlas_II",
"property": "manufacturer",
"object": "Lockheed_Martin"
},
{
"subject": "Atlas_II",
"property": "sites",
"object": "Vandenberg_AFB_Space_Launch_Complex_3"
}
] |
[
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Atlas_II",
"property": "manufacturer",
"object": "Lockheed_Martin"
},
{
"subject": "Atlas_II",
"property": "launchSite",
"object": "Vandenberg_AFB_Space_Launch_Complex_3"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Atlas II was made by Lockheed Martin in the United States and was launched at the Vandenberg AFB Space Launch Complex 3.",
"Atlas II (United States) is manufactured by Lockheed Martin and has its launch site at the Vandenberg AFB Space Launch Complex 3.",
"The Atlas II (from the United States) and manufactured by Lockheed Martin was launched at the Vandenberg AFB Space Launch Complex 3."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Atlas_II",
"property:launch_site",
"resource:Vandenberg_AFB_Space_Launch_Complex_3"
],
[
"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": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Vandenberg_AFB_Space_Launch_Complex_3",
"readable": "Vandenberg AFB Space Launch Complex 3",
"graph": "resource:Vandenberg_AFB_Space_Launch_Complex_3"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?m ) WHERE { ?i rdf:type ontology:mean_of_transportation . ?i property:launch_site ?h . ?i property:manufacturer resource:Lockheed_Martin }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?m ) WHERE { ?i rdf:type ontology:mean_of_transportation . ?i property:launch_site ?h . ?i property:manufacturer resource:Lockheed_Martin }",
"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 ?w WHERE { ?b property:manufacturer resource:Lockheed_Martin . ?b rdf:type ontology:mean_of_transportation . ?b property:launch_site ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?b property:manufacturer resource:Lockheed_Martin . ?b rdf:type ontology:mean_of_transportation . ?b property:launch_site ?w }",
"graph_answer": [
"resource:Vandenberg_AFB_Space_Launch_Complex_3"
],
"readable_answer": [
"Vandenberg AFB Space Launch Complex 3"
],
"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 ?l ?o WHERE { ?o rdf:type ontology:mean_of_transportation . ?o property:manufacturer resource:Lockheed_Martin . ?o property:country_origin ?l }",
"readable_query": "SELECT DISTINCT ?l ?o WHERE { ?o rdf:type ontology:mean_of_transportation . ?o property:manufacturer resource:Lockheed_Martin . ?o property:country_origin ?l }",
"graph_answer": [
"resource:United_States",
"resource:Atlas_II"
],
"readable_answer": [
"United States",
"Atlas II"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 5 |
12091
|
Id38
|
[
{
"subject": "Asam_pedas",
"property": "country",
"object": "Malaysia"
},
{
"subject": "Malaysia",
"property": "ethnicGroup",
"object": "Malaysian_Chinese"
},
{
"subject": "Malaysia",
"property": "leader",
"object": "Abdul_Halim_of_Kedah"
},
{
"subject": "Malaysia",
"property": "ethnicGroups",
"object": "Malaysian_Malay"
},
{
"subject": "Asam_pedas",
"property": "region",
"object": "\"Sumatra and Malay Peninsula\"@en"
}
] |
[
{
"subject": "Asam_pedas",
"property": "country",
"object": "Malaysia"
},
{
"subject": "Malaysia",
"property": "ethnicGroup",
"object": "Malaysian_Chinese"
},
{
"subject": "Malaysia",
"property": "leader",
"object": "Abdul_Halim_of_Kedah"
},
{
"subject": "Malaysia",
"property": "ethnicGroup",
"object": "Malaysian_Malay"
},
{
"subject": "Asam_pedas",
"property": "region",
"object": "\"Sumatra and Malay Peninsula\""
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Malays and Malaysian chinese are both ethnic groups in Malaysia, a country led by Abdul Halim of Kedah. Asam pedas is a food found in Malaysia. It comes from the region of Sumatra and the Malay Peninsula.",
"Malays and the Malaysian chinese are both ethnic groups from Malaysia, a country led by Abdul Halim of Kedah. Asam pedas is a food found in Malaysia. It comes from the region of Sumatra and the Malay Peninsula.",
"Asam pedas is a food found in the region of Sumatra and Malay peninsula, Malaysia. The leader of Malaysia is Abdul Halim of Kedah; Malay and Malaysian chinese are ethnic groups in Malaysia."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Malaysia",
"property:leader",
"resource:Abdul_Halim_of_Kedah"
],
[
"resource:Malaysia",
"property:ethnic_group",
"resource:Malaysian_Malay"
],
[
"resource:Malaysia",
"property:ethnic_group",
"resource:Malaysian_Chinese"
],
[
"resource:Asam_pedas",
"rdf:type",
"ontology:food"
],
[
"resource:Asam_pedas",
"property:country",
"resource:Malaysia"
],
[
"resource:Asam_pedas",
"property:region",
"Sumatra and Malay Peninsula"
]
] |
Asam_pedas
|
[
{
"modified": "Sumatra and Malay Peninsula",
"readable": "Sumatra and Malay Peninsula",
"graph": "Sumatra and Malay Peninsula"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Abdul_Halim_of_Kedah",
"readable": "Abdul Halim of Kedah",
"graph": "resource:Abdul_Halim_of_Kedah"
},
{
"modified": "Asam_pedas",
"readable": "Asam pedas",
"graph": "resource:Asam_pedas"
},
{
"modified": "Malaysia",
"readable": "Malaysia",
"graph": "resource:Malaysia"
},
{
"modified": "Malaysian_Chinese",
"readable": "Malaysian Chinese",
"graph": "resource:Malaysian_Chinese"
},
{
"modified": "Malaysian_Malay",
"readable": "Malaysian Malay",
"graph": "resource:Malaysian_Malay"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Malaysia property:ethnic_group ?k . FILTER ( CONTAINS ( LCASE ( ?k ) , 'chinese' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Malaysia property:ethnic_group ?k . FILTER ( CONTAINS ( LCASE ( ?k ) , 'chinese' ) ) }",
"graph_answer": [
"resource:Malaysian_Chinese"
],
"readable_answer": [
"Malaysian Chinese"
],
"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 ?f WHERE { ?f rdf:type ontology:food . ?f property:region 'Sumatra and Malay Peninsula' . FILTER ( STRSTARTS ( LCASE ( ?f ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:food . ?f property:region 'Sumatra and Malay Peninsula' . FILTER ( STRSTARTS ( LCASE ( ?f ) , 'a' ) ) }",
"graph_answer": [
"resource:Asam_pedas"
],
"readable_answer": [
"Asam pedas"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Asam_pedas property:building_start_date ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Asam_pedas property:building_start_date ?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"
]
}
] |
|
City
| 5 |
11796
|
Id17
|
[
{
"subject": "Albany,_Georgia",
"property": "subdivisionName",
"object": "Georgia_(U.S._state)"
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] |
[
{
"subject": "Albany,_Georgia",
"property": "isPartOf",
"object": "Georgia_(U.S._state)"
},
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Albany is located in the U.S. state of Georgia. Americans live in the U.S. whose leader is the president. An ethnic group in that county are Native Americans.",
"Albany, Georgia, is in the United States, where Americans live. The leader of the United States is called the President of the United States, and Native Americans are an ethnic group there."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albany__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Georgia",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Georgia",
"property:is_part_of",
"resource:Georgia__U_S__state_"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:United_States",
"property:demonym",
"resource:Americans"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] |
Albany,_Georgia
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "demonym",
"readable": "demonym",
"graph": "property:demonym"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Albany,_Georgia",
"readable": "Albany, Georgia",
"graph": "resource:Albany__Georgia"
},
{
"modified": "Americans",
"readable": "Americans",
"graph": "resource:Americans"
},
{
"modified": "Georgia_(U.S._state)",
"readable": "Georgia",
"graph": "resource:Georgia__U_S__state_"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"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 ?e WHERE { ?e property:demonym resource:Americans . ?s rdf:type ontology:city . ?s property:country ?e . ?s property:is_part_of resource:Georgia__U_S__state_ }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e property:demonym resource:Americans . ?s rdf:type ontology:city . ?s property:country ?e . ?s property:is_part_of resource:Georgia_(U.S._state) }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?r property:ethnic_group resource:Native_Americans_in_the_United_States . ?v property:country ?r . ?v rdf:type ontology:city . ?v property:is_part_of resource:Georgia__U_S__state_ }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?r property:ethnic_group resource:Native_Americans_in_the_United_States . ?v property:country ?r . ?v rdf:type ontology:city . ?v property:is_part_of resource:Georgia_(U.S._state) }",
"graph_answer": [
"resource:Albany__Georgia"
],
"readable_answer": [
"Albany, Georgia"
],
"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"
]
}
] |
|
Airport
| 4 |
8539
|
Id137
|
[
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Grand_Chute,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "subdivisionName",
"object": "Ellington,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
}
] |
[
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Grand_Chute,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Ellington,_Wisconsin"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Greenville is in Grand Chute, and is a part of Ellington, Wisconsin. It is the location of Appleton International airport which serves the city of Appleton.",
"Appleton International Airport (serving Appleton) is located in Greenville, Wisconsin. Greenville, Wisconsin is part of Grand Chute and Ellington, Wisconsin.",
"The Appleton International Airport is located in and services Greenville, Wisconsin. Grand Chute and Ellington are part of Wisconsin."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Appleton_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Appleton_International_Airport",
"property:location",
"resource:Greenville__Wisconsin"
],
[
"resource:Appleton_International_Airport",
"property:city_served",
"resource:Appleton__Wisconsin"
],
[
"resource:Greenville__Wisconsin",
"property:is_part_of",
"resource:Grand_Chute__Wisconsin"
],
[
"resource:Greenville__Wisconsin",
"property:is_part_of",
"resource:Ellington__Wisconsin"
]
] |
Appleton_International_Airport
|
[
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Appleton_International_Airport",
"readable": "Appleton International Airport",
"graph": "resource:Appleton_International_Airport"
},
{
"modified": "Appleton,_Wisconsin",
"readable": "Appleton, Wisconsin",
"graph": "resource:Appleton__Wisconsin"
},
{
"modified": "Ellington,_Wisconsin",
"readable": "Ellington, Wisconsin",
"graph": "resource:Ellington__Wisconsin"
},
{
"modified": "Grand_Chute,_Wisconsin",
"readable": "Grand Chute, Wisconsin",
"graph": "resource:Grand_Chute__Wisconsin"
},
{
"modified": "Greenville,_Wisconsin",
"readable": "Greenville, Wisconsin",
"graph": "resource:Greenville__Wisconsin"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?p property:city_served resource:Appleton__Wisconsin . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:city_served resource:Appleton,_Wisconsin . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'a' ) ) . ?p rdf:type ontology:airport }",
"graph_answer": [
"resource:Appleton_International_Airport"
],
"readable_answer": [
"Appleton International Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?e ) WHERE { resource:Greenville__Wisconsin property:is_part_of ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?e ) WHERE { resource:Greenville,_Wisconsin property:is_part_of ?y }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
}
] |
|
Building
| 2 |
3928
|
Id80
|
[
{
"subject": "Adare_Manor",
"property": "architect",
"object": "Augustus_Pugin"
},
{
"subject": "Augustus_Pugin",
"property": "birthPlace",
"object": "Bloomsbury"
}
] |
[
{
"subject": "Adare_Manor",
"property": "architect",
"object": "Augustus_Pugin"
},
{
"subject": "Augustus_Pugin",
"property": "birthPlace",
"object": "Bloomsbury"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The architect of Adare Manor is Augustus Pugin, whose birthplace is Bloomsbury.",
"Augustus Pugin, the architect of Adare Manor, was born in Bloomsbury.",
"Augustus Pugin born in Bloomsbury, is the creator of Adare Manor."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Augustus_Pugin",
"property:birth_place",
"resource:Bloomsbury"
],
[
"resource:Adare_Manor",
"property:architect",
"resource:Augustus_Pugin"
],
[
"resource:Adare_Manor",
"rdf:type",
"ontology:building"
]
] |
Adare_Manor
|
[
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "Adare_Manor",
"readable": "Adare Manor",
"graph": "resource:Adare_Manor"
},
{
"modified": "Augustus_Pugin",
"readable": "Augustus Pugin",
"graph": "resource:Augustus_Pugin"
},
{
"modified": "Bloomsbury",
"readable": "Bloomsbury",
"graph": "resource:Bloomsbury"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?f property:birth_place resource:Bloomington__Maryland . ?t rdf:type ontology:building . ?t property:architect ?f }",
"readable_query": "ASK WHERE { ?f property:birth_place resource:Bloomington,_Maryland . ?t rdf:type ontology:building . ?t property:architect ?f }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
City
| 4 |
9493
|
Id92
|
[
{
"subject": "Atlantic_City,_New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "New_Jersey",
"property": "largestCity",
"object": "Newark,_New_Jersey"
},
{
"subject": "New_Jersey",
"property": "capital",
"object": "Trenton,_New_Jersey"
},
{
"subject": "Atlantic_City,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
}
] |
[
{
"subject": "Atlantic_City,_New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "New_Jersey",
"property": "largestCity",
"object": "Newark,_New_Jersey"
},
{
"subject": "New_Jersey",
"property": "capital",
"object": "Trenton,_New_Jersey"
},
{
"subject": "Atlantic_City,_New_Jersey",
"property": "isPartOf",
"object": "New_Jersey"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Atlantic City, New Jersey is located in the United States. Trenton is the state's capital and Newark is its largest city.",
"New Jersey's, part of the United States, capital is Trenton but its largest city is Newark and it also is where Atlantic City is.",
"Atlantic City, New Jersey, is in the United States. New Jersey's largest city is Newark and its capital is Trenton."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Atlantic_City__New_Jersey",
"rdf:type",
"ontology:city"
],
[
"resource:Atlantic_City__New_Jersey",
"property:country",
"resource:United_States"
],
[
"resource:Atlantic_City__New_Jersey",
"property:is_part_of",
"resource:New_Jersey"
],
[
"resource:New_Jersey",
"property:largest_city",
"resource:Newark__New_Jersey"
],
[
"resource:New_Jersey",
"property:capital",
"resource:Trenton__New_Jersey"
]
] |
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": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"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": "Newark,_New_Jersey",
"readable": "Newark, New Jersey",
"graph": "resource:Newark__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 ( COUNT ( ?b ) AS ?p ) WHERE { ?b property:is_part_of resource:New_Jersey . ?b rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?p ) WHERE { ?b property:is_part_of resource:New_Jersey . ?b rdf:type ontology:city }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:city . ?d property:is_part_of resource:New_Jersey }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:city . ?d property:is_part_of resource:New_Jersey }",
"graph_answer": [
"resource:Atlantic_City__New_Jersey"
],
"readable_answer": [
"Atlantic City, New Jersey"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?h WHERE { resource:New_Jersey property:capital ?h . resource:New_Jersey property:largest_city ?c }",
"readable_query": "SELECT DISTINCT ?c ?h WHERE { resource:New_Jersey property:capital ?h . resource:New_Jersey property:largest_city ?c }",
"graph_answer": [
"resource:Newark__New_Jersey",
"resource:Trenton__New_Jersey"
],
"readable_answer": [
"Newark, New Jersey",
"Trenton, New Jersey"
],
"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"
]
}
] |
|
SportsTeam
| 4 |
10633
|
Id74
|
[
{
"subject": "A.S._Roma",
"property": "capacity",
"object": "70634"
},
{
"subject": "A.S._Roma",
"property": "fullname",
"object": "\"Associazione Sportiva Roma S.p.A.\"@en"
},
{
"subject": "A.S._Roma",
"property": "ground",
"object": "\"Rome, Italy\"@en"
},
{
"subject": "A.S._Roma",
"property": "season",
"object": "2014"
}
] |
[
{
"subject": "A.S._Roma",
"property": "fullName",
"object": "\"Associazione Sportiva Roma S.p.A.\""
},
{
"subject": "A.S._Roma",
"property": "ground",
"object": "\"Rome, Italy\""
},
{
"subject": "A.S._Roma",
"property": "season",
"object": "2014"
},
{
"subject": "A.S._Roma",
"property": "numberOfMembers",
"object": "70634"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Associazione Sportiva Roma S.p.A. is the full name of, A.S. Roma, who have their ground in Rome, Italy. They competed in the 2014 season and have 70634 members.",
"A.S. Roma, known under the full name Associazione Sportiva Roma S.p.A, has 70634 members, competed in the 2014 season and it's grounded in Rome, Italy.",
"The full name of A.S. Roma is Associazione Sportiva Roma S.p.A. and their home ground is in Rome, Italy. They have 70634 members and played in the 2014 season."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_S__Roma",
"property:season",
"resource:2014"
],
[
"resource:A_S__Roma",
"property:full_name",
"Associazione Sportiva Roma S.p.A."
],
[
"resource:A_S__Roma",
"property:number_of_members",
"70634"
],
[
"resource:A_S__Roma",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_S__Roma",
"property:ground",
"resource:Rome__Italy"
]
] |
A.S._Roma
|
[
{
"modified": "70634",
"readable": "70634",
"graph": "70634"
},
{
"modified": "Associazione Sportiva Roma S.p.A.",
"readable": "Associazione Sportiva Roma S.p.A.",
"graph": "Associazione Sportiva Roma S.p.A."
},
{
"modified": "fullName",
"readable": "full name",
"graph": "property:full_name"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "season",
"readable": "season",
"graph": "property:season"
},
{
"modified": "2014",
"readable": "2014",
"graph": "resource:2014"
},
{
"modified": "A.S._Roma",
"readable": "A.S. Roma",
"graph": "resource:A_S__Roma"
},
{
"modified": "Rome, Italy",
"readable": "Rome, Italy",
"graph": "resource:Rome__Italy"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?q = '70634' ) . ?c property:ground ?f . ?c rdf:type ontology:sports_team . ?c property:number_of_members ?q }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( ?q = '70634' ) . ?c property:ground ?f . ?c rdf:type ontology:sports_team . ?c property:number_of_members ?q }",
"graph_answer": [
"resource:Rome__Italy"
],
"readable_answer": [
"Rome, Italy"
],
"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 ?t WHERE { ?t rdf:type ontology:sports_team . ?t property:number_of_members ?y . FILTER ( ?y = '70634' ) . ?t property:ground resource:Rome__Italy }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:sports_team . ?t property:number_of_members ?y . FILTER ( ?y = '70634' ) . ?t property:ground resource:Rome,_Italy }",
"graph_answer": [
"resource:A_S__Roma"
],
"readable_answer": [
"A.S. Roma"
],
"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 ?i ?j WHERE { resource:A_S__Roma property:full_name ?j . resource:A_S__Roma property:season ?i }",
"readable_query": "SELECT DISTINCT ?i ?j WHERE { resource:A.S._Roma property:full_name ?j . resource:A.S._Roma property:season ?i }",
"graph_answer": [
"resource:2014",
"Associazione Sportiva Roma S.p.A."
],
"readable_answer": [
"2014",
"Associazione Sportiva Roma S.p.A."
],
"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
| 2 |
3680
|
Id20
|
[
{
"subject": "Abel_Hernández",
"property": "clubs",
"object": "Central_Español"
},
{
"subject": "Abel_Hernández",
"property": "team",
"object": "Uruguay_national_football_team"
}
] |
[
{
"subject": "Abel_Hernández",
"property": "club",
"object": "Central_Español"
},
{
"subject": "Abel_Hernández",
"property": "club",
"object": "Uruguay_national_football_team"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abel Hernandez, a member of the Central Espanol club, plays for the Uruguay national football team.",
"Abel Hernandez previously played for the Central Espanol club and now plays for the Uruguay national football team.",
"Abel Hernandez, whose club is the Uruguay National football team, used to play for the Central Espanol club."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abel_Hern_ndez",
"rdf:type",
"ontology:athlete"
],
[
"resource:Abel_Hern_ndez",
"property:club",
"resource:Uruguay_national_football_team"
],
[
"resource:Abel_Hern_ndez",
"property:club",
"resource:Central_Espa_ol"
]
] |
Abel_Hernández
|
[
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Abel_Hernández",
"readable": "Abel Hernández",
"graph": "resource:Abel_Hern_ndez"
},
{
"modified": "Central_Español",
"readable": "Central Español",
"graph": "resource:Central_Espa_ol"
},
{
"modified": "Uruguay_national_football_team",
"readable": "Uruguay national football team",
"graph": "resource:Uruguay_national_football_team"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?z ) WHERE { ?y rdf:type ontology:athlete . ?y property:club resource:Central_Espa_ol }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?z ) WHERE { ?y rdf:type ontology:athlete . ?y property:club resource:Central_Español }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:athlete . ?l property:club resource:Central_Espa_ol }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:athlete . ?l property:club resource:Central_Español }",
"graph_answer": [
"resource:Abel_Hern_ndez"
],
"readable_answer": [
"Abel Hernández"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?w ) WHERE { resource:Abel_Hern_ndez property:club ?q }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?w ) WHERE { resource:Abel_Hernández property:club ?q }",
"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 ?i WHERE { resource:Abel_Hern_ndez property:club ?i . FILTER ( ?i != resource:Central_Espa_ol ) }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Abel_Hernández property:club ?i . FILTER ( ?i != resource:Central_Español ) }",
"graph_answer": [
"resource:Uruguay_national_football_team"
],
"readable_answer": [
"Uruguay national football team"
],
"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"
]
}
] |
|
Airport
| 4 |
8487
|
Id85
|
[
{
"subject": "Alderney_Airport",
"property": "runwayLength",
"object": "\"497.129\"^^xsd:double"
},
{
"subject": "Alderney_Airport",
"property": "r1Surface",
"object": "Asphalt"
},
{
"subject": "Alderney_Airport",
"property": "city",
"object": "Alderney"
},
{
"subject": "Alderney_Airport",
"property": "elevation",
"object": "\"88.0\"^^xsd:double"
}
] |
[
{
"subject": "Alderney_Airport",
"property": "runwayLength",
"object": "497.0"
},
{
"subject": "Alderney_Airport",
"property": "1stRunwaySurfaceType",
"object": "Asphalt"
},
{
"subject": "Alderney_Airport",
"property": "cityServed",
"object": "Alderney"
},
{
"subject": "Alderney_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "88.0"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alderney is served by Alderney airport which is 88 metres above sea level and has a 1st runway made from asphalt which is 497.0 in length.",
"Alderney is served by Alderney airport and is 88 metres above sea level. It has a 1st runway with an asphalt surface which is 497.0 in length.",
"The Alderney Airport serves Alderney and its elevation is 88 meters above sea level. The Airport's runway is 497.0 metres long and the 1st one is asphalt surfaced."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alderney_Airport",
"property:runway_length",
"resource:497_0"
],
[
"resource:Alderney_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Alderney_Airport",
"property:city_served",
"resource:Alderney"
],
[
"resource:Alderney_Airport",
"property:elevation_above_the_sea_level",
"resource:88_0"
],
[
"resource:Alderney_Airport",
"property:1st_runway_surface_type",
"resource:Asphalt"
]
] |
Alderney_Airport
|
[
{
"modified": "1stRunwaySurfaceType",
"readable": "1st runway surface type",
"graph": "property:1st_runway_surface_type"
},
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "497.0",
"readable": "497.0",
"graph": "resource:497_0"
},
{
"modified": "88.0",
"readable": "88.0",
"graph": "resource:88_0"
},
{
"modified": "Alderney",
"readable": "Alderney",
"graph": "resource:Alderney"
},
{
"modified": "Alderney_Airport",
"readable": "Alderney Airport",
"graph": "resource:Alderney_Airport"
},
{
"modified": "Asphalt",
"readable": "Asphalt",
"graph": "resource:Asphalt"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?l WHERE { resource:Alderney_Airport property:1st_runway_surface_type ?c . resource:Alderney_Airport property:elevation_above_the_sea_level ?l }",
"readable_query": "SELECT DISTINCT ?c ?l WHERE { resource:Alderney_Airport property:1st_runway_surface_type ?c . resource:Alderney_Airport property:elevation_above_the_sea_level ?l }",
"graph_answer": [
"resource:Asphalt",
"resource:88_0"
],
"readable_answer": [
"Asphalt",
"88.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Alderney_Airport property:runway_length resource:497_0 }",
"readable_query": "ASK WHERE { resource:Alderney_Airport property:runway_length resource:497.0 }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
WrittenWork
| 2 |
5534
|
Id69
|
[
{
"subject": "A_Glastonbury_Romance",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "A_Glastonbury_Romance",
"property": "numberOfPages",
"object": "\"1174\"^^xsd:positiveInteger"
}
] |
[
{
"subject": "A_Glastonbury_Romance",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "A_Glastonbury_Romance",
"property": "numberOfPages",
"object": "\"1174\""
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"\"A Glastonbury Romance \" which has 1174 pages can be found in hardcover.",
"A Glastonbury Romance is available in hardcover and has 1174 pages.",
"A Glastonbury Romance, 1174 pages, is available in hardcover."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Glastonbury_Romance",
"property:media_type",
"resource:Hardcover"
],
[
"resource:A_Glastonbury_Romance",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Glastonbury_Romance",
"property:number_of_pages",
"1174"
]
] |
A_Glastonbury_Romance
|
[
{
"modified": "1174",
"readable": "1174",
"graph": "1174"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "A_Glastonbury_Romance",
"readable": "A Glastonbury Romance",
"graph": "resource:A_Glastonbury_Romance"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?x property:media_type resource:Hardcover . ?x rdf:type ontology:written_work . ?x property:number_of_pages '292' }",
"readable_query": "ASK WHERE { ?x property:media_type resource:Hardcover . ?x rdf:type ontology:written_work . ?x property:number_of_pages '292' }",
"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 { ?f property:media_type resource:Hardcover . ?f rdf:type ontology:written_work . ?f property:number_of_pages '1174' }",
"readable_query": "ASK WHERE { ?f property:media_type resource:Hardcover . ?f rdf:type ontology:written_work . ?f property:number_of_pages '1174' }",
"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 ?o WHERE { ?o property:media_type resource:Hardcover . ?o rdf:type ontology:written_work . ?o property:number_of_pages '1174' }",
"readable_query": "SELECT ?o WHERE { ?o property:media_type resource:Hardcover . ?o rdf:type ontology:written_work . ?o property:number_of_pages '1174' }",
"graph_answer": [
"resource:A_Glastonbury_Romance"
],
"readable_answer": [
"A Glastonbury Romance"
],
"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 ?m WHERE { resource:A_Glastonbury_Romance property:number_of_pages ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:A_Glastonbury_Romance property:number_of_pages ?m }",
"graph_answer": [
"1174"
],
"readable_answer": [
"1174"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 3 |
5827
|
Id160
|
[
{
"subject": "Atlantic_City_International_Airport",
"property": "runwayLength",
"object": "\"1872.69\"^^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": "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": "runwayName",
"object": "\"13/31\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Port Authority of New York and New Jersey is the operating organisation of Atlantic City International airport., This airport has a runway length of 1873.0 metres and a runway named 13/31.",
"The 13/31 runway at Atlantic City International Airport, operated by the Port Authority of New York and New Jersey, is 1873 in length.",
"The Port Authority of New York and New Jersey is the operating organization of Atlantic City International airport. The runway's name is 13/31 and its length is 1873 feet."
],
"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: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": "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": "Atlantic_City_International_Airport",
"readable": "Atlantic City International Airport",
"graph": "resource:Atlantic_City_International_Airport"
},
{
"modified": "Port_Authority_of_New_York_and_New_Jersey",
"readable": "Port Authority of New York and New Jersey",
"graph": "resource:Port_Authority_of_New_York_and_New_Jersey"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Atlantic_City_International_Airport property:last_aired ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Atlantic_City_International_Airport property:last_aired ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?w ) WHERE { resource:Atlantic_City_International_Airport property:operating_organisation ?o }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?w ) WHERE { resource:Atlantic_City_International_Airport property:operating_organisation ?o }",
"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 ?b WHERE { resource:Atlantic_City_International_Airport property:operating_organisation ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Atlantic_City_International_Airport property:operating_organisation ?b }",
"graph_answer": [
"resource:Port_Authority_of_New_York_and_New_Jersey"
],
"readable_answer": [
"Port Authority of New York and New Jersey"
],
"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 ?o WHERE { resource:Atlantic_City_International_Airport property:related ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Atlantic_City_International_Airport property:related ?o }",
"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 |
11407
|
Id24
|
[
{
"subject": "Alan_Shepard",
"property": "status",
"object": "\"Deceased\"@en"
},
{
"subject": "Alan_Shepard",
"property": "almaMater",
"object": "\"NWC, M.A. 1957\"@en"
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "birthDate",
"object": "\"1923-11-18\"^^xsd:date"
}
] |
[
{
"subject": "Alan_Shepard",
"property": "status",
"object": "\"Deceased\""
},
{
"subject": "Alan_Shepard",
"property": "almaMater",
"object": "\"NWC, M.A. 1957\""
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "birthDate",
"object": "\"1923-11-18\""
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"New Hampshire born Alan Shepard (Nov 18 1923) graduated from NWC with an M.A. in 1957 and died in California.",
"Alan Shepard was born in November 1923 in New Hampshire and graduated from NWC with an M.A. in 1957. Alan Shepard passed away in California.",
"Alan Shepard, born 18th of November 1923 in New Hampshire, passed away in California. He was a graduate of NWC, M.A. (class of 1957)."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"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:alma_mater",
"resource:NWC__M_A__1957"
],
[
"resource:Alan_Shepard",
"property:birth_place",
"resource:New_Hampshire"
]
] |
Alan_Shepard
|
[
{
"modified": "1923-11-18",
"readable": "1923-11-18",
"graph": "1923-11-18"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"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": "NWC, M.A. 1957",
"readable": "NWC, M.A. 1957",
"graph": "resource:NWC__M_A__1957"
},
{
"modified": "New_Hampshire",
"readable": "New Hampshire",
"graph": "resource:New_Hampshire"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?s rdf:type ontology:astronaut . FILTER ( ?t = \"1923-11-18\" ) . ?s property:birth_place ?c . ?s property:birth_date ?t }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?s rdf:type ontology:astronaut . FILTER ( ?t = \"1923-11-18\" ) . ?s property:birth_place ?c . ?s property:birth_date ?t }",
"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 ?c WHERE { FILTER ( ?d = \"1923-11-18\" ) . ?c rdf:type ontology:astronaut . ?c property:birth_date ?d . ?c property:birth_place resource:New_Hampshire }",
"readable_query": "SELECT DISTINCT ?c WHERE { FILTER ( ?d = \"1923-11-18\" ) . ?c rdf:type ontology:astronaut . ?c property:birth_date ?d . ?c property:birth_place resource:New_Hampshire }",
"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 ?b ?s WHERE { resource:Alan_Shepard property:alma_mater ?s . resource:Alan_Shepard property:death_place ?b }",
"readable_query": "SELECT DISTINCT ?b ?s WHERE { resource:Alan_Shepard property:alma_mater ?s . resource:Alan_Shepard property:death_place ?b }",
"graph_answer": [
"resource:California",
"resource:NWC__M_A__1957"
],
"readable_answer": [
"California",
"NWC, M.A. 1957"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Alan_Shepard property:protein ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Alan_Shepard property:protein ?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"
]
}
] |
|
CelestialBody
| 4 |
9388
|
Id105
|
[
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "1.83309e+08"
},
{
"subject": "1101_Clematis",
"property": "periapsis",
"object": "4.45895e+11"
},
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "\"2006-12-31\"^^xsd:date"
},
{
"subject": "1101_Clematis",
"property": "mass",
"object": "\"5.7\"^^<http://dbpedia.org/datatype/kilogram>"
}
] |
[
{
"subject": "1101_Clematis",
"property": "epoch",
"object": "2006-12-31"
},
{
"subject": "1101_Clematis",
"property": "mass",
"object": "5.7 (kilograms)"
},
{
"subject": "1101_Clematis",
"property": "orbitalPeriod",
"object": "183309000.0"
},
{
"subject": "1101_Clematis",
"property": "periapsis",
"object": "445895000000.0"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1101 Clematis, with the epoch date December 31st 2006, has an orbital period of 183309000.0 and a mass of 5.7 kgs. The periapsis measurement for 1101 Clematis is 445895000000.0.",
"1101 Clematis, having a mass of 5.7 kilograms, an orbital period of 183309000.0, and a periapsis of 445895000000, has its epoch on the 31st of July 2016.",
"1101 Clematis, with an orbital period of 183309000.0 and a periapsis of 445895000000.0, has a mass of 5.7 kg and an epoch date of 31st July 2016."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1101_Clematis",
"property:epoch",
"resource:2006_12_31"
],
[
"resource:1101_Clematis",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1101_Clematis",
"property:mass",
"5.7 (kilograms)"
],
[
"resource:1101_Clematis",
"property:periapsis",
"resource:445895000000_0"
],
[
"resource:1101_Clematis",
"property:orbital_period",
"resource:183309000_0"
]
] |
1101_Clematis
|
[
{
"modified": "5.7 (kilograms)",
"readable": "5.7",
"graph": "5.7 (kilograms)"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "mass",
"readable": "mass",
"graph": "property:mass"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "periapsis",
"readable": "periapsis",
"graph": "property:periapsis"
},
{
"modified": "1101_Clematis",
"readable": "1101 Clematis",
"graph": "resource:1101_Clematis"
},
{
"modified": "183309000.0",
"readable": "183309000.0",
"graph": "resource:183309000_0"
},
{
"modified": "2006-12-31",
"readable": "2006-12-31",
"graph": "resource:2006_12_31"
},
{
"modified": "445895000000.0",
"readable": "445895000000.0",
"graph": "resource:445895000000_0"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?y property:epoch ?q . ?y property:orbital_period ?j . FILTER ( ?q = \"2006_12_31\" ) . ?y rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?y property:epoch ?q . ?y property:orbital_period ?j . FILTER ( ?q = \"2006-12-31\" ) . ?y rdf:type ontology:celestial_body }",
"graph_answer": [
"resource:183309000_0"
],
"readable_answer": [
"183309000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:celestial_body . ?a property:orbital_period resource:183309000_0 . ?a property:epoch ?k . FILTER ( ?k = \"2006_12_31\" ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:celestial_body . ?a property:orbital_period resource:183309000.0 . ?a property:epoch ?k . FILTER ( ?k = \"2006-12-31\" ) }",
"graph_answer": [
"resource:1101_Clematis"
],
"readable_answer": [
"1101 Clematis"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:1101_Clematis property:periapsis resource:445895000000_0 }",
"readable_query": "ASK WHERE { resource:1101_Clematis property:periapsis resource:445895000000.0 }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { resource:1101_Clematis property:layout ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:1101_Clematis property:layout ?v }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
University
| 7 |
13162
|
Id5
|
[
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "country",
"object": "Switzerland"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "dean",
"object": "Mario_Botta"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "established",
"object": "1996"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
},
{
"subject": "Switzerland",
"property": "leaderName",
"object": "Johann_Schneider-Ammann"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "faculty",
"object": "100"
},
{
"subject": "Switzerland",
"property": "leaderTitle",
"object": "Federal_Chancellor_of_Switzerland"
}
] |
[
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "country",
"object": "Switzerland"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "dean",
"object": "Mario_Botta"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "established",
"object": "1996"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
},
{
"subject": "Switzerland",
"property": "leader",
"object": "Johann_Schneider-Ammann"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "academicStaffSize",
"object": "100"
},
{
"subject": "Switzerland",
"property": "leaderTitle",
"object": "Federal_Chancellor_of_Switzerland"
}
] |
(X (X) (X) (X) (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Federal Chancellor Johann Schneider-Ammann is the leader of Switzerland which is the location of the Accademia di Architettura di Mendrisio in the city of Mendrisio. The Accademia was established in 1996 and has 100 academic staff led by Dean Mario Botta.",
"The Accademia di Architettura di Mendrisio is located in Mendrisio, Switzerland. It was established in 1996 and its dean is Mario Botta. It has 100 academic staff. The leader of Switzerland is Federal Chancellor Johann Schneider-Ammann.",
"The Accademia di Architettura di Mendrisio (dean Mario Botta) is located in the city of Mendrisio, Switzerland, was established in 1996 and has an academic staff of 100. Johann Schneider-Ammann is the country's leader and his title is the Federal Chancellor of Switzerland."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Switzerland",
"property:leader",
"resource:Johann_Schneider_Ammann"
],
[
"resource:Switzerland",
"property:leader_title",
"resource:Federal_Chancellor_of_Switzerland"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:dean",
"resource:Mario_Botta"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:city",
"resource:Mendrisio"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"rdf:type",
"ontology:university"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:country",
"resource:Switzerland"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:established",
"resource:1996"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:academic_staff_size",
"100"
]
] |
Accademia_di_Architettura_di_Mendrisio
|
[
{
"modified": "100",
"readable": "100",
"graph": "100"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "dean",
"readable": "dean",
"graph": "property:dean"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "1996",
"readable": "1996",
"graph": "resource:1996"
},
{
"modified": "Accademia_di_Architettura_di_Mendrisio",
"readable": "Accademia di Architettura di Mendrisio",
"graph": "resource:Accademia_di_Architettura_di_Mendrisio"
},
{
"modified": "Federal_Chancellor_of_Switzerland",
"readable": "Federal Chancellor of Switzerland",
"graph": "resource:Federal_Chancellor_of_Switzerland"
},
{
"modified": "Johann_Schneider-Ammann",
"readable": "Johann Schneider-Ammann",
"graph": "resource:Johann_Schneider_Ammann"
},
{
"modified": "Mario_Botta",
"readable": "Mario Botta",
"graph": "resource:Mario_Botta"
},
{
"modified": "Mendrisio",
"readable": "Mendrisio",
"graph": "resource:Mendrisio"
},
{
"modified": "Switzerland",
"readable": "Switzerland",
"graph": "resource:Switzerland"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?m property:leader resource:Johann_Schneider_Ammann . ?l property:academic_staff_size ?t . FILTER ( ?t = '100' ) . ?l rdf:type ontology:university . ?l property:country ?m }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?m property:leader resource:Johann_Schneider-Ammann . ?l property:academic_staff_size ?t . FILTER ( ?t = '100' ) . ?l rdf:type ontology:university . ?l property:country ?m }",
"graph_answer": [
"resource:Accademia_di_Architettura_di_Mendrisio"
],
"readable_answer": [
"Accademia di Architettura di Mendrisio"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university . FILTER ( ?r = '100' ) . resource:Accademia_di_Architettura_di_Mendrisio property:country ?h . resource:Accademia_di_Architettura_di_Mendrisio property:academic_staff_size ?r . ?h property:leader resource:Johann_Schneider_Ammann }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Accademia_di_Architettura_di_Mendrisio rdf:type ontology:university . FILTER ( ?r = '100' ) . resource:Accademia_di_Architettura_di_Mendrisio property:country ?h . resource:Accademia_di_Architettura_di_Mendrisio property:academic_staff_size ?r . ?h property:leader resource:Johann_Schneider-Ammann }",
"graph_answer": [
"resource:Switzerland"
],
"readable_answer": [
"Switzerland"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?q WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:dean ?q . resource:Accademia_di_Architettura_di_Mendrisio property:established ?l }",
"readable_query": "SELECT DISTINCT ?l ?q WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:dean ?q . resource:Accademia_di_Architettura_di_Mendrisio property:established ?l }",
"graph_answer": [
"resource:1996",
"resource:Mario_Botta"
],
"readable_answer": [
"1996",
"Mario Botta"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Airport
| 4 |
8525
|
Id123
|
[
{
"subject": "Angola_International_Airport",
"property": "location",
"object": "Ícolo_e_Bengo"
},
{
"subject": "Ícolo_e_Bengo",
"property": "country",
"object": "Angola"
},
{
"subject": "Angola_International_Airport",
"property": "runwayLength",
"object": "\"3999.89\"^^xsd:double"
},
{
"subject": "Ícolo_e_Bengo",
"property": "isPartOf",
"object": "Luanda_Province"
}
] |
[
{
"subject": "Angola_International_Airport",
"property": "location",
"object": "Ícolo_e_Bengo"
},
{
"subject": "Ícolo_e_Bengo",
"property": "country",
"object": "Angola"
},
{
"subject": "Angola_International_Airport",
"property": "runwayLength",
"object": "4000.0"
},
{
"subject": "Ícolo_e_Bengo",
"property": "isPartOf",
"object": "Luanda_Province"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Angola International Airport is located at Ícolo e Bengo, Luanda Province, Angola. It has a runway length of 4000 ft.",
"Angola International Airport is located in Ícolo e Bengo, Luanda Province, Angola and has a runway length of 4000.",
"Angola International airport which has a runway length of 4000 feet is located at Ícolo e Bengo in Luanda Province, Angola."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Angola_International_Airport",
"property:runway_length",
"resource:4000_0"
],
[
"resource:Angola_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Angola_International_Airport",
"property:location",
"resource:_colo_e_Bengo"
],
[
"resource:_colo_e_Bengo",
"property:country",
"resource:Angola"
],
[
"resource:_colo_e_Bengo",
"property:is_part_of",
"resource:Luanda_Province"
]
] |
Angola_International_Airport
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "4000.0",
"readable": "4000.0",
"graph": "resource:4000_0"
},
{
"modified": "Angola",
"readable": "Angola",
"graph": "resource:Angola"
},
{
"modified": "Angola_International_Airport",
"readable": "Angola International Airport",
"graph": "resource:Angola_International_Airport"
},
{
"modified": "Luanda_Province",
"readable": "Luanda Province",
"graph": "resource:Luanda_Province"
},
{
"modified": "Ícolo_e_Bengo",
"readable": "Ícolo e Bengo",
"graph": "resource:_colo_e_Bengo"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?z ) , 'colo' ) ) . ?z property:country resource:Angola . ?b property:runway_length resource:4000_0 . ?b property:location ?z }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:airport . FILTER ( CONTAINS ( LCASE ( ?z ) , 'colo' ) ) . ?z property:country resource:Angola . ?b property:runway_length resource:4000.0 . ?b property:location ?z }",
"graph_answer": [
"resource:Angola_International_Airport"
],
"readable_answer": [
"Angola International Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j property:country resource:Angola . ?i property:runway_length resource:4000_0 . ?i rdf:type ontology:airport . ?i property:location ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:country resource:Angola . ?i property:runway_length resource:4000.0 . ?i rdf:type ontology:airport . ?i property:location ?j }",
"graph_answer": [
"resource:_colo_e_Bengo"
],
"readable_answer": [
"Ícolo e Bengo"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:_colo_e_Bengo property:is_part_of resource:Luanda_Province }",
"readable_query": "ASK WHERE { resource:Ícolo_e_Bengo property:is_part_of resource:Luanda_Province }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Food
| 3 |
7107
|
Id20
|
[
{
"subject": "Amatriciana_sauce",
"property": "region",
"object": "Lazio"
},
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
},
{
"subject": "Amatriciana_sauce",
"property": "ingredient",
"object": "Pecorino_Romano"
}
] |
[
{
"subject": "Amatriciana_sauce",
"property": "region",
"object": "Lazio"
},
{
"subject": "Amatriciana_sauce",
"property": "country",
"object": "Italy"
},
{
"subject": "Amatriciana_sauce",
"property": "ingredient",
"object": "Pecorino_Romano"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Pecorino Romano is an ingredient of Amatriciana sauce which comes from the Lazio region, in Italy.",
"Amatriciana, a sauce from Lazio, Italy, contains pecorino romano.",
"Amatriciana is a traditional Italian sauce from the Lazio region. One of the ingredients used is pecorino romano."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Amatriciana_sauce",
"property:ingredient",
"resource:Pecorino_Romano"
],
[
"resource:Amatriciana_sauce",
"rdf:type",
"ontology:food"
],
[
"resource:Amatriciana_sauce",
"property:country",
"resource:Italy"
],
[
"resource:Amatriciana_sauce",
"property:region",
"resource:Lazio"
]
] |
Amatriciana_sauce
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Amatriciana_sauce",
"readable": "Amatriciana sauce",
"graph": "resource:Amatriciana_sauce"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Lazio",
"readable": "Lazio",
"graph": "resource:Lazio"
},
{
"modified": "Pecorino_Romano",
"readable": "Pecorino Romano",
"graph": "resource:Pecorino_Romano"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?x rdf:type ontology:food . ?x property:ingredient ?g . ?x property:region resource:Lazio }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?n ) WHERE { ?x rdf:type ontology:food . ?x property:ingredient ?g . ?x property:region resource:Lazio }",
"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 ?k WHERE { ?u property:ingredient ?k . ?u property:region resource:Lazio . ?u rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?u property:ingredient ?k . ?u property:region resource:Lazio . ?u rdf:type ontology:food }",
"graph_answer": [
"resource:Pecorino_Romano"
],
"readable_answer": [
"Pecorino Romano"
],
"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 ?i ?e WHERE { ?e property:country ?i . ?e property:region resource:Lazio . ?e rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?i ?e WHERE { ?e property:country ?i . ?e property:region resource:Lazio . ?e rdf:type ontology:food }",
"graph_answer": [
"resource:Italy",
"resource:Amatriciana_sauce"
],
"readable_answer": [
"Italy",
"Amatriciana sauce"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 3 |
7092
|
Id5
|
[
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
},
{
"subject": "Ajoblanco",
"property": "region",
"object": "Andalusia"
},
{
"subject": "Ajoblanco",
"property": "ingredient",
"object": "Garlic"
}
] |
[
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
},
{
"subject": "Ajoblanco",
"property": "region",
"object": "Andalusia"
},
{
"subject": "Ajoblanco",
"property": "ingredient",
"object": "Garlic"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Garlic is and ingredient of Ajoblanco, a food found in Andalusia, in Spain.",
"Ajoblanco is a dish from the Andalusian region of Spain and includes the ingredient garlic.",
"Ajoblanco originates from Andalusia in Spain and uses garlic as an ingredient."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ajoblanco",
"property:ingredient",
"resource:Garlic"
],
[
"resource:Ajoblanco",
"rdf:type",
"ontology:food"
],
[
"resource:Ajoblanco",
"property:country",
"resource:Spain"
],
[
"resource:Ajoblanco",
"property:region",
"resource:Andalusia"
]
] |
Ajoblanco
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"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": "Garlic",
"readable": "Garlic",
"graph": "resource:Garlic"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?w WHERE { resource:Ajoblanco property:ingredient ?w . resource:Ajoblanco property:country ?c }",
"readable_query": "SELECT DISTINCT ?c ?w WHERE { resource:Ajoblanco property:ingredient ?w . resource:Ajoblanco property:country ?c }",
"graph_answer": [
"resource:Spain",
"resource:Garlic"
],
"readable_answer": [
"Spain",
"Garlic"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Ajoblanco property:carbohydrate ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Ajoblanco property:carbohydrate ?z }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation
| 5 |
12379
|
Id96
|
[
{
"subject": "Atlas_II",
"property": "sites",
"object": "Cape_Canaveral_Air_Force_Station"
},
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Atlas_II",
"property": "diameter",
"object": "\"3.04\"^^xsd:double"
},
{
"subject": "Atlas_II",
"property": "finalFlight",
"object": "\"1998-03-16\"^^xsd:date"
},
{
"subject": "Atlas_II",
"property": "launchSite",
"object": "Spaceport_Florida_Launch_Complex_36"
}
] |
[
{
"subject": "Atlas_II",
"property": "launchSite",
"object": "Cape_Canaveral_Air_Force_Station"
},
{
"subject": "Atlas_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Atlas_II",
"property": "finalFlight",
"object": "1998-03-16"
},
{
"subject": "Atlas_II",
"property": "diameter",
"object": "3.04 m"
},
{
"subject": "Atlas_II",
"property": "launchSite",
"object": "Spaceport_Florida_Launch_Complex_36"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The American Atlas II which is 3.04 m in diameter, was last launched from the Spaceport Florida Launch Complex 36 at Cape Canaveral Air Force Station on March 16th, 1998.",
"The U.S. Atlas II is 3.04 m round and was sent from Cape Canaveral Air Force Station and the Spaceport Florida Launch Complex 36. Its final voyage took place March 16 in 1998.",
"The Atlas II originated from the U.S. and launched from he Cape Canaveral Air Force Station and the Spaceport Florida Launch Complex 36. It has a diameter of 3.04 metres and made its final flight on 16 March 1998."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Atlas_II",
"property:launch_site",
"resource:Spaceport_Florida_Launch_Complex_36"
],
[
"resource:Atlas_II",
"property:launch_site",
"resource:Cape_Canaveral_Air_Force_Station"
],
[
"resource:Atlas_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Atlas_II",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Atlas_II",
"property:diameter",
"resource:3_04_m"
],
[
"resource:Atlas_II",
"property:final_flight",
"resource:1998_03_16"
]
] |
Atlas_II
|
[
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "diameter",
"readable": "diameter",
"graph": "property:diameter"
},
{
"modified": "finalFlight",
"readable": "final flight",
"graph": "property:final_flight"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "1998-03-16",
"readable": "1998-03-16",
"graph": "resource:1998_03_16"
},
{
"modified": "3.04 m",
"readable": "3.04 m",
"graph": "resource:3_04_m"
},
{
"modified": "Atlas_II",
"readable": "Atlas II",
"graph": "resource:Atlas_II"
},
{
"modified": "Cape_Canaveral_Air_Force_Station",
"readable": "Cape Canaveral Air Force Station",
"graph": "resource:Cape_Canaveral_Air_Force_Station"
},
{
"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 ?p WHERE { ?j property:diameter ?p . ?j property:final_flight ?v . ?j rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( YEAR ( ?v ) , '1998' ) ) }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?j property:diameter ?p . ?j property:final_flight ?v . ?j rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( YEAR ( ?v ) , '1998' ) ) }",
"graph_answer": [
"resource:3_04_m"
],
"readable_answer": [
"3.04 m"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( YEAR ( ?q ) , '1998' ) ) . ?k rdf:type ontology:mean_of_transportation . ?k property:diameter resource:3_04_m . ?k property:final_flight ?q }",
"readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( YEAR ( ?q ) , '1998' ) ) . ?k rdf:type ontology:mean_of_transportation . ?k property:diameter resource:3.04_m . ?k property:final_flight ?q }",
"graph_answer": [
"resource:Atlas_II"
],
"readable_answer": [
"Atlas II"
],
"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:Atlas_II property:diameter resource:3_04_m . FILTER ( CONTAINS ( YEAR ( ?e ) , '1998' ) ) . resource:Atlas_II rdf:type ontology:mean_of_transportation . resource:Atlas_II property:final_flight ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Atlas_II property:diameter resource:3.04_m . FILTER ( CONTAINS ( YEAR ( ?e ) , '1998' ) ) . resource:Atlas_II rdf:type ontology:mean_of_transportation . resource:Atlas_II property:final_flight ?e }",
"graph_answer": [
"resource:1998_03_16"
],
"readable_answer": [
"1998-03-16"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Atlas_II property:launch_site ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'c' ) ) }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Atlas_II property:launch_site ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'c' ) ) }",
"graph_answer": [
"resource:Cape_Canaveral_Air_Force_Station"
],
"readable_answer": [
"Cape Canaveral Air Force Station"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Atlas_II property:launch_site resource:Cape_Canaveral_Air_Force_Station }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Atlas_II property:launch_site resource:Cape_Canaveral_Air_Force_Station }",
"graph_answer": [
"resource:Spaceport_Florida_Launch_Complex_36"
],
"readable_answer": [
"Spaceport Florida Launch Complex 36"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Atlas_II property:country_origin resource:United_States }",
"readable_query": "ASK WHERE { resource:Atlas_II property:country_origin resource:United_States }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Politician
| 4 |
10410
|
Id94
|
[
{
"subject": "Adam_Holloway",
"property": "birthPlace",
"object": "\"Faversham, Kent, England\"@en"
},
{
"subject": "Adam_Holloway",
"property": "activeYearsStartDate",
"object": "\"2005-05-05\"^^xsd:date"
},
{
"subject": "Adam_Holloway",
"property": "branch",
"object": "Grenadier_Guards"
},
{
"subject": "Adam_Holloway",
"property": "almaMater",
"object": "Magdalene_College,_Cambridge"
}
] |
[
{
"subject": "Adam_Holloway",
"property": "birthPlace",
"object": "\"Faversham, Kent, England\""
},
{
"subject": "Adam_Holloway",
"property": "activeYearsStartDate",
"object": "2005-05-05"
},
{
"subject": "Adam_Holloway",
"property": "militaryBranch",
"object": "Grenadier_Guards"
},
{
"subject": "Adam_Holloway",
"property": "almaMater",
"object": "Magdalene_College,_Cambridge"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Adam Holloway was born in Faversham, Kent, England and his Alma mater is Magdalene College, Cambridge. Adam Holloway began his career on 5th May 2005 and was in the Grenadier Guards, in the military.",
"Adam Holloway was born in Faversham, Kent in England and attended the Magdalene College Cambridge. He began his career on the 5th May 2005 and went on to work in Grenadier Guards in the military.",
"Adam Holloway was born in Faversham Kent, England and attended Magdalene College in Cambridge. Holloway began his career on May 5th, 2005 and was in the Grenadier Guards in the military."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Adam_Holloway",
"rdf:type",
"ontology:politician"
],
[
"resource:Adam_Holloway",
"property:military_branch",
"resource:Grenadier_Guards"
],
[
"resource:Adam_Holloway",
"property:active_years_start_date",
"resource:2005_05_05"
],
[
"resource:Adam_Holloway",
"property:alma_mater",
"resource:Magdalene_College__Cambridge"
],
[
"resource:Adam_Holloway",
"property:birth_place",
"resource:Faversham__Kent__England"
]
] |
Adam_Holloway
|
[
{
"modified": "activeYearsStartDate",
"readable": "active years start date",
"graph": "property:active_years_start_date"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "militaryBranch",
"readable": "military branch",
"graph": "property:military_branch"
},
{
"modified": "2005-05-05",
"readable": "2005-05-05",
"graph": "resource:2005_05_05"
},
{
"modified": "Adam_Holloway",
"readable": "Adam Holloway",
"graph": "resource:Adam_Holloway"
},
{
"modified": "Faversham, Kent, England",
"readable": "Faversham, Kent, England",
"graph": "resource:Faversham__Kent__England"
},
{
"modified": "Grenadier_Guards",
"readable": "Grenadier Guards",
"graph": "resource:Grenadier_Guards"
},
{
"modified": "Magdalene_College,_Cambridge",
"readable": "Magdalene College, Cambridge",
"graph": "resource:Magdalene_College__Cambridge"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( YEAR ( ?r ) , '2005' ) ) . ?a rdf:type ontology:politician . ?a property:birth_place ?f . ?a property:active_years_start_date ?r }",
"readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( CONTAINS ( YEAR ( ?r ) , '2005' ) ) . ?a rdf:type ontology:politician . ?a property:birth_place ?f . ?a property:active_years_start_date ?r }",
"graph_answer": [
"resource:Faversham__Kent__England"
],
"readable_answer": [
"Faversham, Kent, England"
],
"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 ?s WHERE { ?k rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?s ) , '2005' ) ) . ?k property:birth_place resource:Faversham__Kent__England . ?k property:active_years_start_date ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?k rdf:type ontology:politician . FILTER ( CONTAINS ( YEAR ( ?s ) , '2005' ) ) . ?k property:birth_place resource:Faversham,_Kent,_England . ?k property:active_years_start_date ?s }",
"graph_answer": [
"resource:2005_05_05"
],
"readable_answer": [
"2005-05-05"
],
"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 ?i WHERE { ?i property:active_years_start_date resource:2005_05_05 . ?i property:birth_place resource:Faversham__Kent__England . ?i rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:active_years_start_date resource:2005-05-05 . ?i property:birth_place resource:Faversham,_Kent,_England . ?i rdf:type ontology:politician }",
"graph_answer": [
"resource:Adam_Holloway"
],
"readable_answer": [
"Adam Holloway"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f ?r WHERE { resource:Adam_Holloway property:alma_mater ?f . resource:Adam_Holloway property:military_branch ?r }",
"readable_query": "SELECT DISTINCT ?f ?r WHERE { resource:Adam_Holloway property:alma_mater ?f . resource:Adam_Holloway property:military_branch ?r }",
"graph_answer": [
"resource:Magdalene_College__Cambridge",
"resource:Grenadier_Guards"
],
"readable_answer": [
"Magdalene College, Cambridge",
"Grenadier Guards"
],
"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"
]
}
] |
|
WrittenWork
| 4 |
10855
|
Id74
|
[
{
"subject": "A_Wizard_of_Mars",
"property": "language",
"object": "English_language"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "A_Wizard_of_Mars",
"property": "language",
"object": "English_language"
},
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Washington, D.C. is the capital of the United States where A Wizard of Mars originates. This novel is published in English which is the language spoken in Great Britain.",
"A Wizard of Mars was Published in the United States. The book is written in English (originated in Great Britain). The capital of the US is Washington D.C."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Wizard_of_Mars",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Wizard_of_Mars",
"property:language",
"resource:English_language"
],
[
"resource:A_Wizard_of_Mars",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"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": "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": "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 ( COUNT ( ?d ) AS ?k ) WHERE { ?d property:language resource:English_language . ?d property:country resource:United_States . ?d rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?k ) WHERE { ?d property:language resource:English_language . ?d property:country resource:United_States . ?d rdf:type ontology:written_work }",
"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 ?u WHERE { ?u property:country resource:United_States . ?u property:language resource:English_language . ?u rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:country resource:United_States . ?u property:language resource:English_language . ?u rdf:type ontology:written_work }",
"graph_answer": [
"resource:A_Wizard_of_Mars"
],
"readable_answer": [
"A Wizard of Mars"
],
"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 ?p WHERE { resource:English_language property:completion_date ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:English_language property:completion_date ?p }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 4 |
8544
|
Id142
|
[
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "r3Surface",
"object": "Poaceae"
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "elevation",
"object": "\"33.8328\"^^xsd:double"
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "runwayDesignation",
"object": "\"03L/21R\""
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "runwayLength",
"object": "\"518.0\"^^xsd:double"
}
] |
[
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "3rdRunwaySurfaceType",
"object": "Poaceae"
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "elevationAboveTheSeaLevel",
"object": "34.0"
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "runwayName",
"object": "\"03L/21R\""
},
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "runwayLength",
"object": "518.0"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ardmore Airport in New Zealand is 34 metres above sea level and has a 3rd runway made of poaceae. The name of the runway is 03L/21R and has a length of 518.0.",
"The surface of the 3rd runway at Ardmore Airport (New Zealand) is poaceae and is 34 meters above sea level. The runway name is 03L/21R and the length is 518.0.",
"Ardmore Airport (New Zealand) is 34 meters above sea level and has a runway length of 518. The name of the runway is 03L/21R and is made of Poaceae."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ardmore_Airport__New_Zealand_",
"property:runway_length",
"resource:518_0"
],
[
"resource:Ardmore_Airport__New_Zealand_",
"rdf:type",
"ontology:airport"
],
[
"resource:Ardmore_Airport__New_Zealand_",
"property:elevation_above_the_sea_level",
"resource:34_0"
],
[
"resource:Ardmore_Airport__New_Zealand_",
"property:runway_name",
"resource:03L_21R"
],
[
"resource:Ardmore_Airport__New_Zealand_",
"property:3rd_runway_surface_type",
"resource:Poaceae"
]
] |
Ardmore_Airport_(New_Zealand)
|
[
{
"modified": "3rdRunwaySurfaceType",
"readable": "3rd runway surface type",
"graph": "property:3rd_runway_surface_type"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "03L/21R",
"readable": "03L/21R",
"graph": "resource:03L_21R"
},
{
"modified": "34.0",
"readable": "34.0",
"graph": "resource:34_0"
},
{
"modified": "518.0",
"readable": "518.0",
"graph": "resource:518_0"
},
{
"modified": "Ardmore_Airport_(New_Zealand)",
"readable": "Ardmore Airport",
"graph": "resource:Ardmore_Airport__New_Zealand_"
},
{
"modified": "Poaceae",
"readable": "Poaceae",
"graph": "resource:Poaceae"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:airport . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . ?e property:3rd_runway_surface_type resource:Poaceae }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:airport . FILTER ( STRSTARTS ( LCASE ( ?e ) , 'a' ) ) . ?e property:3rd_runway_surface_type resource:Poaceae }",
"graph_answer": [
"resource:Ardmore_Airport__New_Zealand_"
],
"readable_answer": [
"Ardmore Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( CONTAINS ( LCASE ( ?x ) , '03l' ) ) . resource:Ardmore_Airport__New_Zealand_ property:runway_name ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( CONTAINS ( LCASE ( ?x ) , '03l' ) ) . resource:Ardmore_Airport_(New_Zealand) property:runway_name ?x }",
"graph_answer": [
"resource:03L_21R"
],
"readable_answer": [
"03L/21R"
],
"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 ?n ?u WHERE { resource:Ardmore_Airport__New_Zealand_ property:runway_length ?n . resource:Ardmore_Airport__New_Zealand_ property:elevation_above_the_sea_level ?u }",
"readable_query": "SELECT DISTINCT ?n ?u WHERE { resource:Ardmore_Airport_(New_Zealand) property:runway_length ?n . resource:Ardmore_Airport_(New_Zealand) property:elevation_above_the_sea_level ?u }",
"graph_answer": [
"resource:518_0",
"resource:34_0"
],
"readable_answer": [
"518.0",
"34.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"
]
}
] |
|
Building
| 3 |
6529
|
Id149
|
[
{
"subject": "Asher_and_Mary_Isabelle_Richardson_House",
"property": "built",
"object": "1911"
},
{
"subject": "Asher_and_Mary_Isabelle_Richardson_House",
"property": "location",
"object": "Asherton,_Texas"
},
{
"subject": "Asher_and_Mary_Isabelle_Richardson_House",
"property": "added",
"object": "\"1988-11-22\"^^xsd:date"
}
] |
[
{
"subject": "Asher_and_Mary_Isabelle_Richardson_House",
"property": "location",
"object": "Asherton,_Texas"
},
{
"subject": "Asher_and_Mary_Isabelle_Richardson_House",
"property": "addedToTheNationalRegisterOfHistoricPlaces",
"object": "\"1988-11-22\""
},
{
"subject": "Asher_and_Mary_Isabelle_Richardson_House",
"property": "yearOfConstruction",
"object": "1911"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Asher and Mary Isabelle Richardson House was constructed in 1911 in Asherton Texas and was added to the National Register of Historic Places, on 22nd November 1988.",
"Asher and Mary Isabelle Richardson House was constructed in 1911 and is located in Asherton, Texas. It was added to the National Register of Historic Places on 1988-11-22.",
"Asher and Mary Isabelle Richardson House was built in 1911 and is located in Asherton, Texas. It was added to the National Register of Historic Places, on 22nd November 1988."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Asher_and_Mary_Isabelle_Richardson_House",
"rdf:type",
"ontology:building"
],
[
"resource:Asher_and_Mary_Isabelle_Richardson_House",
"property:location",
"resource:Asherton__Texas"
],
[
"resource:Asher_and_Mary_Isabelle_Richardson_House",
"property:added_to_the_national_register_of_historic_places",
"1988-11-22"
],
[
"resource:Asher_and_Mary_Isabelle_Richardson_House",
"property:year_of_construction",
"resource:1911"
]
] |
Asher_and_Mary_Isabelle_Richardson_House
|
[
{
"modified": "1988-11-22",
"readable": "1988-11-22",
"graph": "1988-11-22"
},
{
"modified": "addedToTheNationalRegisterOfHistoricPlaces",
"readable": "added to the national register of historic places",
"graph": "property:added_to_the_national_register_of_historic_places"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "yearOfConstruction",
"readable": "year of construction",
"graph": "property:year_of_construction"
},
{
"modified": "1911",
"readable": "1911",
"graph": "resource:1911"
},
{
"modified": "Asher_and_Mary_Isabelle_Richardson_House",
"readable": "Asher and Mary Isabelle Richardson House",
"graph": "resource:Asher_and_Mary_Isabelle_Richardson_House"
},
{
"modified": "Asherton,_Texas",
"readable": "Asherton, Texas",
"graph": "resource:Asherton__Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?f property:year_of_construction ?u . ?f rdf:type ontology:building . ?f property:added_to_the_national_register_of_historic_places ?s . FILTER ( ?s = \"1988-11-22\" ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?f property:year_of_construction ?u . ?f rdf:type ontology:building . ?f property:added_to_the_national_register_of_historic_places ?s . FILTER ( ?s = \"1988-11-22\" ) }",
"graph_answer": [
"resource:1911"
],
"readable_answer": [
"1911"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?x = \"1988-11-22\" ) . ?k rdf:type ontology:building . ?k property:year_of_construction resource:1911 . ?k property:added_to_the_national_register_of_historic_places ?x }",
"readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( ?x = \"1988-11-22\" ) . ?k rdf:type ontology:building . ?k property:year_of_construction resource:1911 . ?k property:added_to_the_national_register_of_historic_places ?x }",
"graph_answer": [
"resource:Asher_and_Mary_Isabelle_Richardson_House"
],
"readable_answer": [
"Asher and Mary Isabelle Richardson House"
],
"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": "ASK WHERE { resource:Asher_and_Mary_Isabelle_Richardson_House property:location resource:Asherton__Texas }",
"readable_query": "ASK WHERE { resource:Asher_and_Mary_Isabelle_Richardson_House property:location resource:Asherton,_Texas }",
"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"
]
}
] |
|
Building
| 5 |
11560
|
Id24
|
[
{
"subject": "300_North_LaSalle",
"property": "location",
"object": "Chicago"
},
{
"subject": "300_North_LaSalle",
"property": "floorCount",
"object": "\"60\"^^xsd:positiveInteger"
},
{
"subject": "Chicago",
"property": "country",
"object": "United_States"
},
{
"subject": "Chicago",
"property": "isPartOf",
"object": "Illinois"
},
{
"subject": "Chicago",
"property": "leaderName",
"object": "Susana_Mendoza"
}
] |
[
{
"subject": "300_North_LaSalle",
"property": "location",
"object": "Chicago"
},
{
"subject": "300_North_LaSalle",
"property": "floorCount",
"object": "60"
},
{
"subject": "Chicago",
"property": "country",
"object": "United_States"
},
{
"subject": "Chicago",
"property": "isPartOf",
"object": "Illinois"
},
{
"subject": "Chicago",
"property": "leader",
"object": "Susana_Mendoza"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"300 North LaSalle, with 60 floors, is located in Chicago, Illinois, United States. The leader of Chicago is Susana Mendoza.",
"300 North LaSalle has 60 floors and is located in Chicago, Illinois, United States. The leader of the city is Susana Mendoza.",
"Susana Mendoza is a leader in Chicago, Illinois, United States. Chicago is the location of 300 North LaSalle, which has 60 floors."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:300_North_LaSalle",
"property:floor_count",
"60"
],
[
"resource:300_North_LaSalle",
"rdf:type",
"ontology:building"
],
[
"resource:300_North_LaSalle",
"property:location",
"resource:Chicago"
],
[
"resource:Chicago",
"property:leader",
"resource:Susana_Mendoza"
],
[
"resource:Chicago",
"property:country",
"resource:United_States"
],
[
"resource:Chicago",
"property:is_part_of",
"resource:Illinois"
]
] |
300_North_LaSalle
|
[
{
"modified": "60",
"readable": "60",
"graph": "60"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "floorCount",
"readable": "floor count",
"graph": "property:floor_count"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "300_North_LaSalle",
"readable": "300 North LaSalle",
"graph": "resource:300_North_LaSalle"
},
{
"modified": "Chicago",
"readable": "Chicago",
"graph": "resource:Chicago"
},
{
"modified": "Illinois",
"readable": "Illinois",
"graph": "resource:Illinois"
},
{
"modified": "Susana_Mendoza",
"readable": "Susana Mendoza",
"graph": "resource:Susana_Mendoza"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?c = '60' ) . ?g property:floor_count ?c . ?g rdf:type ontology:building . ?v property:country resource:United_States . ?g property:location ?v }",
"readable_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?c = '60' ) . ?g property:floor_count ?c . ?g rdf:type ontology:building . ?v property:country resource:United_States . ?g property:location ?v }",
"graph_answer": [
"resource:300_North_LaSalle"
],
"readable_answer": [
"300 North LaSalle"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?t = '60' ) . resource:300_North_LaSalle property:location ?n . resource:300_North_LaSalle property:floor_count ?t . resource:300_North_LaSalle rdf:type ontology:building . ?n property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?t = '60' ) . resource:300_North_LaSalle property:location ?n . resource:300_North_LaSalle property:floor_count ?t . resource:300_North_LaSalle rdf:type ontology:building . ?n property:country resource:United_States }",
"graph_answer": [
"resource:Chicago"
],
"readable_answer": [
"Chicago"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?p WHERE { resource:Chicago property:leader ?r . resource:Chicago property:is_part_of ?p }",
"readable_query": "SELECT DISTINCT ?r ?p WHERE { resource:Chicago property:leader ?r . resource:Chicago property:is_part_of ?p }",
"graph_answer": [
"resource:Susana_Mendoza",
"resource:Illinois"
],
"readable_answer": [
"Susana Mendoza",
"Illinois"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
University
| 5 |
12696
|
Id26
|
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "country",
"object": "\"India\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "numberOfPostgraduateStudents",
"object": "\"700\"^^xsd:nonNegativeInteger"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "campus",
"object": "\"Urban, ,\\nIn Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliations",
"object": "Visvesvaraya_Technological_University"
}
] |
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "country",
"object": "\"India\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "numberOfPostgraduateStudents",
"object": "700"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "campus",
"object": "\"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliation",
"object": "Visvesvaraya_Technological_University"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Acharya Institute of Technology's campus is in Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore - 560090, India. It has 700 postgraduate students and it is affiliated with the Visvesvaraya Technological University.",
"The campus of the Acharya Institute of Technology which is affiliated with the Visvesvaraya Technological University is located at In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090, India. The are 700 postgraduate students at the Institute.",
"The Acharya Institute of Technology in Balgalore, India is located in Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090. It is affiliated with the Visvesvaraya Technological University and has 700 post-graduate students."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Acharya_Institute_of_Technology",
"property:city",
"resource:Bangalore"
],
[
"resource:Acharya_Institute_of_Technology",
"rdf:type",
"ontology:university"
],
[
"resource:Acharya_Institute_of_Technology",
"property:affiliation",
"resource:Visvesvaraya_Technological_University"
],
[
"resource:Acharya_Institute_of_Technology",
"property:country",
"resource:India"
],
[
"resource:Acharya_Institute_of_Technology",
"property:campus",
"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090."
],
[
"resource:Acharya_Institute_of_Technology",
"property:number_of_postgraduate_students",
"700"
]
] |
Acharya_Institute_of_Technology
|
[
{
"modified": "700",
"readable": "700",
"graph": "700"
},
{
"modified": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.",
"readable": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.",
"graph": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090."
},
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "campus",
"readable": "campus",
"graph": "property:campus"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "numberOfPostgraduateStudents",
"readable": "number of postgraduate students",
"graph": "property:number_of_postgraduate_students"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "Bangalore",
"readable": "Bangalore",
"graph": "resource:Bangalore"
},
{
"modified": "India",
"readable": "India",
"graph": "resource:India"
},
{
"modified": "Visvesvaraya_Technological_University",
"readable": "Visvesvaraya Technological University",
"graph": "resource:Visvesvaraya_Technological_University"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?u property:number_of_postgraduate_students ?y . ?u rdf:type ontology:university . ?u property:campus ?c . FILTER ( ?y > '500' ) }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?u property:number_of_postgraduate_students ?y . ?u rdf:type ontology:university . ?u property:campus ?c . FILTER ( ?y > '500' ) }",
"graph_answer": [
"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090."
],
"readable_answer": [
"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090."
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"multiple_answers",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?k property:campus 'In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.' . FILTER ( ?s > '500' ) . ?k property:number_of_postgraduate_students ?s . ?k rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?k property:campus 'In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.' . FILTER ( ?s > '500' ) . ?k property:number_of_postgraduate_students ?s . ?k rdf:type ontology:university }",
"graph_answer": [
"700"
],
"readable_answer": [
"700"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?h rdf:type ontology:university . ?h property:number_of_postgraduate_students 700 . ?h property:campus 'In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.' }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?h rdf:type ontology:university . ?h property:number_of_postgraduate_students 700 . ?h property:campus 'In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.' }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Acharya_Institute_of_Technology property:abbreviation ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Acharya_Institute_of_Technology property:abbreviation ?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"
]
}
] |
|
Politician
| 3 |
7704
|
Id35
|
[
{
"subject": "Abdulsalami_Abubakar",
"property": "vicePresident",
"object": "Mike_Akhigbe"
},
{
"subject": "Mike_Akhigbe",
"property": "predecessor",
"object": "Oladipo_Diya"
},
{
"subject": "Abdulsalami_Abubakar",
"property": "successor",
"object": "Al-Amin_Daggash"
}
] |
[
{
"subject": "Abdulsalami_Abubakar",
"property": "inOfficeWhileVicePresident",
"object": "Mike_Akhigbe"
},
{
"subject": "Mike_Akhigbe",
"property": "predecessor",
"object": "Oladipo_Diya"
},
{
"subject": "Abdulsalami_Abubakar",
"property": "successor",
"object": "Al-Amin_Daggash"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Abdulsalami Abubakar was in office while Mike Akhigbe was Vice President. Al-Amin Daggash succeeded Abdulsalami Abubakar and Oladipo Diya was Mr. Akhigbe's predecessor.",
"Abdulsalami Abubakar, who preceded Al-Amin Daggash, was in office while Mike Akhigbe was Vice President. Akhigbe himself was succeeded by Oladipo Diya."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Mike_Akhigbe",
"property:predecessor",
"resource:Oladipo_Diya"
],
[
"resource:Abdulsalami_Abubakar",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdulsalami_Abubakar",
"property:in_office_while_vice_president",
"resource:Mike_Akhigbe"
],
[
"resource:Abdulsalami_Abubakar",
"property:successor",
"resource:Al_Amin_Daggash"
]
] |
Abdulsalami_Abubakar
|
[
{
"modified": "inOfficeWhileVicePresident",
"readable": "in office while vice president",
"graph": "property:in_office_while_vice_president"
},
{
"modified": "predecessor",
"readable": "predecessor",
"graph": "property:predecessor"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abdulsalami_Abubakar",
"readable": "Abdulsalami Abubakar",
"graph": "resource:Abdulsalami_Abubakar"
},
{
"modified": "Al-Amin_Daggash",
"readable": "Al-Amin Daggash",
"graph": "resource:Al_Amin_Daggash"
},
{
"modified": "Mike_Akhigbe",
"readable": "Mike Akhigbe",
"graph": "resource:Mike_Akhigbe"
},
{
"modified": "Oladipo_Diya",
"readable": "Oladipo Diya",
"graph": "resource:Oladipo_Diya"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?j property:in_office_while_vice_president resource:Atiku_Abubakar . ?j property:successor resource:Al_Amin_Daggash . ?j rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?j property:in_office_while_vice_president resource:Atiku_Abubakar . ?j property:successor resource:Al-Amin_Daggash . ?j rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?i property:in_office_while_vice_president resource:Mike_Akhigbe . ?i rdf:type ontology:politician . ?i property:successor resource:Al_Amin_Daggash }",
"readable_query": "ASK WHERE { ?i property:in_office_while_vice_president resource:Mike_Akhigbe . ?i rdf:type ontology:politician . ?i property:successor resource:Al-Amin_Daggash }",
"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 ?q WHERE { ?q property:in_office_while_vice_president resource:Mike_Akhigbe . ?q rdf:type ontology:politician . ?q property:successor resource:Al_Amin_Daggash }",
"readable_query": "SELECT ?q WHERE { ?q property:in_office_while_vice_president resource:Mike_Akhigbe . ?q rdf:type ontology:politician . ?q property:successor resource:Al-Amin_Daggash }",
"graph_answer": [
"resource:Abdulsalami_Abubakar"
],
"readable_answer": [
"Abdulsalami Abubakar"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Mike_Akhigbe property:predecessor ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Mike_Akhigbe property:predecessor ?t }",
"graph_answer": [
"resource:Oladipo_Diya"
],
"readable_answer": [
"Oladipo Diya"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 5 |
12273
|
Id220
|
[
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
},
{
"subject": "Ajoblanco",
"property": "region",
"object": "Andalusia"
},
{
"subject": "Andalusia",
"property": "leaderName",
"object": "Susana_Díaz"
},
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
},
{
"subject": "Spain",
"property": "demonym",
"object": "Spaniards"
}
] |
[
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
},
{
"subject": "Ajoblanco",
"property": "region",
"object": "Andalusia"
},
{
"subject": "Andalusia",
"property": "leader",
"object": "Susana_Díaz"
},
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
},
{
"subject": "Spain",
"property": "demonym",
"object": "Spaniards"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ajoblanco originates in Andalusia, where the leader is Susana Diaz. It is a dish from Spain, which is home to Spaniards and where the Spanish language is spoken.",
"Ajoblanco is from the Andalusia region of Spain where Susana Diaz is the leader and Spanish is spoken. The population are known as Spaniards.",
"Spanish is the language of Spain and the people are Spaniards. Ajoblanco, a food found in Andalusia (whose leader is Susana Diaz) originates from Spain."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Spain",
"property:language",
"resource:Spanish_language"
],
[
"resource:Spain",
"property:demonym",
"resource:Spaniards"
],
[
"resource:Ajoblanco",
"rdf:type",
"ontology:food"
],
[
"resource:Ajoblanco",
"property:country",
"resource:Spain"
],
[
"resource:Ajoblanco",
"property:region",
"resource:Andalusia"
],
[
"resource:Andalusia",
"property:leader",
"resource:Susana_D_az"
]
] |
Ajoblanco
|
[
{
"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": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Ajoblanco",
"readable": "Ajoblanco",
"graph": "resource:Ajoblanco"
},
{
"modified": "Andalusia",
"readable": "Andalusia",
"graph": "resource:Andalusia"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
},
{
"modified": "Spaniards",
"readable": "Spaniards",
"graph": "resource:Spaniards"
},
{
"modified": "Spanish_language",
"readable": "Spanish language",
"graph": "resource:Spanish_language"
},
{
"modified": "Susana_Díaz",
"readable": "Susana Díaz",
"graph": "resource:Susana_D_az"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?p property:region resource:Andalusia . ?p rdf:type ontology:food . ?n property:language resource:Spanish_language . ?p property:country ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?p property:region resource:Andalusia . ?p rdf:type ontology:food . ?n property:language resource:Spanish_language . ?p property:country ?n }",
"graph_answer": [
"resource:Spain"
],
"readable_answer": [
"Spain"
],
"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 ?c WHERE { ?c property:country resource:Spain . ?c rdf:type ontology:food . ?c property:region resource:Andalusia . resource:Spain property:language resource:Spanish_language }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:country resource:Spain . ?c rdf:type ontology:food . ?c property:region resource:Andalusia . resource:Spain property:language resource:Spanish_language }",
"graph_answer": [
"resource:Ajoblanco"
],
"readable_answer": [
"Ajoblanco"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Andalusia property:leader resource:Susana_D_az }",
"readable_query": "ASK WHERE { resource:Andalusia property:leader resource:Susana_Díaz }",
"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"
]
}
] |
|
City
| 2 |
4322
|
Id172
|
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Angola,_Indiana",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Angola,_Indiana",
"property": "country",
"object": "United_States"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Angola, Indiana is part of the United States where one of the ethnic groups are Native Americans.",
"Angola, Indiana is in theUnited States of America, where one of the ethnic groups are Native Americans.",
"The United States is the location of Angola, Indiana and includes the Native Americans among its ethnic groups."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Angola__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Angola__Indiana",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] |
Angola,_Indiana
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "Angola,_Indiana",
"readable": "Angola, Indiana",
"graph": "resource:Angola__Indiana"
},
{
"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 ?j ?r WHERE { ?j property:country ?r . ?j rdf:type ontology:city . ?r property:ethnic_group resource:Native_Americans_in_the_United_States }",
"readable_query": "SELECT DISTINCT ?j ?r WHERE { ?j property:country ?r . ?j rdf:type ontology:city . ?r property:ethnic_group resource:Native_Americans_in_the_United_States }",
"graph_answer": [
"resource:Angola__Indiana",
"resource:United_States"
],
"readable_answer": [
"Angola, Indiana",
"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"
]
}
] |
|
City
| 4 |
9510
|
Id109
|
[
{
"subject": "Auburn,_Alabama",
"property": "isPartOf",
"object": "Lee_County,_Alabama"
},
{
"subject": "Auburn,_Alabama",
"property": "country",
"object": "United_States"
},
{
"subject": "Lee_County,_Alabama",
"property": "state",
"object": "Alabama"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
[
{
"subject": "Auburn,_Alabama",
"property": "isPartOf",
"object": "Lee_County,_Alabama"
},
{
"subject": "Auburn,_Alabama",
"property": "country",
"object": "United_States"
},
{
"subject": "Lee_County,_Alabama",
"property": "state",
"object": "Alabama"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Auburn is part of Lee County in Alabama, United States, where one of the ethnic groups is the African Americans. Lee County is situated within the state of Alabama.",
"Auburn, Alabama is part of Lee County situated in the U.S. One ethnic group in the U.S. is known as African Americans.",
"Auburn, Alabama is part of Lee County in the United States. African Americans are an ethnic group within the United States."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Lee_County__Alabama",
"property:state",
"resource:Alabama"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Auburn__Alabama",
"rdf:type",
"ontology:city"
],
[
"resource:Auburn__Alabama",
"property:country",
"resource:United_States"
],
[
"resource:Auburn__Alabama",
"property:is_part_of",
"resource:Lee_County__Alabama"
]
] |
Auburn,_Alabama
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Alabama",
"readable": "Alabama",
"graph": "resource:Alabama"
},
{
"modified": "Auburn,_Alabama",
"readable": "Auburn, Alabama",
"graph": "resource:Auburn__Alabama"
},
{
"modified": "Lee_County,_Alabama",
"readable": "Lee County, Alabama",
"graph": "resource:Lee_County__Alabama"
},
{
"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 ?b WHERE { ?b property:country ?u . ?b rdf:type ontology:city . ?u property:ethnic_group resource:African_Americans . ?b property:is_part_of resource:Lee_County__Alabama }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b property:country ?u . ?b rdf:type ontology:city . ?u property:ethnic_group resource:African_Americans . ?b property:is_part_of resource:Lee_County,_Alabama }",
"graph_answer": [
"resource:Auburn__Alabama"
],
"readable_answer": [
"Auburn, Alabama"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?t rdf:type ontology:city . ?s property:state resource:Kerala . ?t property:is_part_of ?s }",
"readable_query": "ASK WHERE { ?t rdf:type ontology:city . ?s property:state resource:Kerala . ?t property:is_part_of ?s }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Artist
| 4 |
8776
|
Id168
|
[
{
"subject": "Alligator_Records",
"property": "location",
"object": "Chicago"
},
{
"subject": "Anders_Osborne",
"property": "label",
"object": "Alligator_Records"
},
{
"subject": "Anders_Osborne",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Anders_Osborne",
"property": "recordLabel",
"object": "Shanachie_Records"
}
] |
[
{
"subject": "Anders_Osborne",
"property": "recordLabel",
"object": "Alligator_Records"
},
{
"subject": "Alligator_Records",
"property": "location",
"object": "Chicago"
},
{
"subject": "Anders_Osborne",
"property": "genre",
"object": "Rhythm_and_blues"
},
{
"subject": "Anders_Osborne",
"property": "recordLabel",
"object": "Shanachie_Records"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Chicago based Rhythm and blues artist, Anders Osborne, was signed to the Shanachie Records label and is now signed to the record label, Alligator Records.",
"Anders Osborne's record label is Alligator Records, which is located in Chicago. He plays in the rhythm and blues genre and was signed to the Shanachie Records label.",
"Anders Osborne performs rhythm and blues music. He was with Alligator Records from Chicago. He was also with Shanachie Records label."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Anders_Osborne",
"rdf:type",
"ontology:artist"
],
[
"resource:Anders_Osborne",
"property:genre",
"resource:Rhythm_and_blues"
],
[
"resource:Anders_Osborne",
"property:record_label",
"resource:Shanachie_Records"
],
[
"resource:Anders_Osborne",
"property:record_label",
"resource:Alligator_Records"
],
[
"resource:Alligator_Records",
"property:location",
"resource:Chicago"
]
] |
Anders_Osborne
|
[
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "recordLabel",
"readable": "record label",
"graph": "property:record_label"
},
{
"modified": "Alligator_Records",
"readable": "Alligator Records",
"graph": "resource:Alligator_Records"
},
{
"modified": "Anders_Osborne",
"readable": "Anders Osborne",
"graph": "resource:Anders_Osborne"
},
{
"modified": "Chicago",
"readable": "Chicago",
"graph": "resource:Chicago"
},
{
"modified": "Rhythm_and_blues",
"readable": "Rhythm and blues",
"graph": "resource:Rhythm_and_blues"
},
{
"modified": "Shanachie_Records",
"readable": "Shanachie Records",
"graph": "resource:Shanachie_Records"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { resource:Anders_Osborne property:record_label ?i . FILTER NOT EXISTS { ?i property:location resource:Chicago } }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Anders_Osborne property:record_label ?i . FILTER NOT EXISTS { ?i property:location resource:Chicago } }",
"graph_answer": [
"resource:Shanachie_Records"
],
"readable_answer": [
"Shanachie Records"
],
"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 ?w WHERE { resource:Anders_Osborne property:record_label ?w . FILTER ( ?w != resource:Shanachie_Records ) }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Anders_Osborne property:record_label ?w . FILTER ( ?w != resource:Shanachie_Records ) }",
"graph_answer": [
"resource:Alligator_Records"
],
"readable_answer": [
"Alligator Records"
],
"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"
]
}
] |
|
Politician
| 5 |
12610
|
Id129
|
[
{
"subject": "Austria",
"property": "leaderName",
"object": "Doris_Bures"
},
{
"subject": "Alfons_Gorbach",
"property": "deathPlace",
"object": "Graz"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "County_of_Tyrol"
},
{
"subject": "Austria",
"property": "language",
"object": "Austrian_German"
},
{
"subject": "Alfons_Gorbach",
"property": "placeOfBirth",
"object": "Austria"
}
] |
[
{
"subject": "Austria",
"property": "leader",
"object": "Doris_Bures"
},
{
"subject": "Alfons_Gorbach",
"property": "deathPlace",
"object": "Graz"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "County_of_Tyrol"
},
{
"subject": "Austria",
"property": "language",
"object": "Austrian_German"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Austria"
}
] |
(X (X) (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Doris Bures is the leader of Austria, where Austrian German is the language. Alfons Gorbach was born in Austria, in the County of Tyrol and died in Graz.",
"Alfons Gorbach was born in the County of Tyrol in Austria and died in Graz. Austrian German is the language spoken in Austria and the leader there is Doris Bures."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Austria",
"property:leader",
"resource:Doris_Bures"
],
[
"resource:Austria",
"property:language",
"resource:Austrian_German"
],
[
"resource:Alfons_Gorbach",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfons_Gorbach",
"property:death_place",
"resource:Graz"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Austria"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:County_of_Tyrol"
]
] |
Alfons_Gorbach
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alfons_Gorbach",
"readable": "Alfons Gorbach",
"graph": "resource:Alfons_Gorbach"
},
{
"modified": "Austria",
"readable": "Austria",
"graph": "resource:Austria"
},
{
"modified": "Austrian_German",
"readable": "Austrian German",
"graph": "resource:Austrian_German"
},
{
"modified": "County_of_Tyrol",
"readable": "County of Tyrol",
"graph": "resource:County_of_Tyrol"
},
{
"modified": "Doris_Bures",
"readable": "Doris Bures",
"graph": "resource:Doris_Bures"
},
{
"modified": "Graz",
"readable": "Graz",
"graph": "resource:Graz"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w property:leader resource:Doris_Bures . ?w property:language ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( STRSTARTS ( LCASE ( ?w ) , 'a' ) ) . ?w property:leader resource:Doris_Bures . ?w property:language ?b }",
"graph_answer": [
"resource:Austrian_German"
],
"readable_answer": [
"Austrian German"
],
"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": "SELECT DISTINCT ?i WHERE { ?i property:leader resource:Doris_Bures . ?y property:birth_place ?i . ?y rdf:type ontology:politician . ?y property:birth_place resource:County_of_Tyrol }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:leader resource:Doris_Bures . ?y property:birth_place ?i . ?y rdf:type ontology:politician . ?y property:birth_place resource:County_of_Tyrol }",
"graph_answer": [
"resource:Austria"
],
"readable_answer": [
"Austria"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x property:birth_place resource:Austria . resource:Austria property:leader resource:Doris_Bures . ?x property:birth_place resource:County_of_Tyrol . ?x rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x property:birth_place resource:Austria . resource:Austria property:leader resource:Doris_Bures . ?x property:birth_place resource:County_of_Tyrol . ?x rdf:type ontology:politician }",
"graph_answer": [
"resource:Alfons_Gorbach"
],
"readable_answer": [
"Alfons Gorbach"
],
"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 ?k WHERE { resource:Alfons_Gorbach property:death_place ?k . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'g' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Alfons_Gorbach property:death_place ?k . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'g' ) ) }",
"graph_answer": [
"resource:Graz"
],
"readable_answer": [
"Graz"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?c property:birth_place resource:New_York_City . ?c rdf:type ontology:politician . ?c property:death_place ?s }",
"readable_query": "ASK WHERE { ?c property:birth_place resource:New_York_City . ?c rdf:type ontology:politician . ?c property:death_place ?s }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Company
| 3 |
7065
|
Id54
|
[
{
"subject": "Hypermarcas",
"property": "type",
"object": "S.A._(corporation)"
},
{
"subject": "Hypermarcas",
"property": "revenue",
"object": "1.8E9"
},
{
"subject": "Hypermarcas",
"property": "subsidiary",
"object": "Mantecorp"
}
] |
[
{
"subject": "Hypermarcas",
"property": "type",
"object": "S.A._(corporation)"
},
{
"subject": "Hypermarcas",
"property": "revenue",
"object": "1800000000"
},
{
"subject": "Hypermarcas",
"property": "subsidiary",
"object": "Mantecorp"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The S.A. (corporation) Hypermarcas, which earns 1800000000 annually, has a subsidiary called Mantecorp.",
"Mantecorp is a subsidiary of Hypermarcas, an S.A. corporation with a revenue of $1,800,000,000.",
"Hypermarcas is a type of S.A. corporation that has a subsidiary called Mantecorp and makes $1,800,000,000 per year."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Hypermarcas",
"property:revenue",
"1800000000"
],
[
"resource:Hypermarcas",
"rdf:type",
"ontology:s__a___corporation_"
],
[
"resource:Hypermarcas",
"rdf:type",
"ontology:company"
],
[
"resource:Hypermarcas",
"property:subsidiary",
"resource:Mantecorp"
]
] |
Hypermarcas
|
[
{
"modified": "1800000000",
"readable": "1800000000",
"graph": "1800000000"
},
{
"modified": "S.A._(corporation)",
"readable": "s. a.",
"graph": "ontology:s__a___corporation_"
},
{
"modified": "revenue",
"readable": "revenue",
"graph": "property:revenue"
},
{
"modified": "subsidiary",
"readable": "subsidiary",
"graph": "property:subsidiary"
},
{
"modified": "Hypermarcas",
"readable": "Hypermarcas",
"graph": "resource:Hypermarcas"
},
{
"modified": "Mantecorp",
"readable": "Mantecorp",
"graph": "resource:Mantecorp"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?q property:subsidiary ?t . FILTER ( ?f = '1800000000' ) . ?q rdf:type ontology:s__a___corporation_ . ?q property:revenue ?f }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?q property:subsidiary ?t . FILTER ( ?f = '1800000000' ) . ?q rdf:type ontology:s._a._(corporation) . ?q property:revenue ?f }",
"graph_answer": [
"resource:Mantecorp"
],
"readable_answer": [
"Mantecorp"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Hypermarcas rdf:type ontology:company . resource:Hypermarcas property:subsidiary resource:Mantecorp }",
"readable_query": "ASK WHERE { resource:Hypermarcas rdf:type ontology:company . resource:Hypermarcas property:subsidiary resource:Mantecorp }",
"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
| 5 |
12066
|
Id13
|
[
{
"subject": "Arem-arem",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Arem-arem",
"property": "ingredient",
"object": "Banana_leaf"
},
{
"subject": "Arem-arem",
"property": "region",
"object": "Javanese_cuisine"
},
{
"subject": "Arem-arem",
"property": "course",
"object": "\"Main course\"@en"
},
{
"subject": "Arem-arem",
"property": "mainIngredient",
"object": "\"compressed rice cooked in banana leaf with vegetables or minced meat fillings\"@en"
}
] |
[
{
"subject": "Arem-arem",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Arem-arem",
"property": "ingredient",
"object": "Banana_leaf"
},
{
"subject": "Arem-arem",
"property": "region",
"object": "Javanese_cuisine"
},
{
"subject": "Arem-arem",
"property": "course",
"object": "\"Main course\""
},
{
"subject": "Arem-arem",
"property": "mainIngredient",
"object": "\"compressed rice cooked in banana leaf with vegetables or minced meat fillings\""
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The main course Arem-arem is a dish of Javanese cuisine and is also popular in Indonesia. The main ingredients are rice cooked in banana leaf with vegetables or minced meat fillings.",
"Indonesian arem-arem, with ingredients such as compressed rice, banana leaf, vegetables and minced meat is a Javanese dish which can be served as a main course.",
"Arem-arem includes compressed rice cooked in banana leaf and vegetables or minced meat. It is a main course dish of Javanese cuisine and served in Indonesia."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Arem_arem",
"property:ingredient",
"resource:Banana_leaf"
],
[
"resource:Arem_arem",
"property:main_ingredient",
"compressed rice cooked in banana leaf with vegetables or minced meat fillings"
],
[
"resource:Arem_arem",
"rdf:type",
"ontology:food"
],
[
"resource:Arem_arem",
"property:country",
"resource:Indonesia"
],
[
"resource:Arem_arem",
"property:course",
"resource:Main_course"
],
[
"resource:Arem_arem",
"property:region",
"resource:Javanese_cuisine"
]
] |
Arem-arem
|
[
{
"modified": "compressed rice cooked in banana leaf with vegetables or minced meat fillings",
"readable": "compressed rice cooked in banana leaf with vegetables or minced meat fillings",
"graph": "compressed rice cooked in banana leaf with vegetables or minced meat fillings"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "course",
"readable": "course",
"graph": "property:course"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Arem-arem",
"readable": "Arem-arem",
"graph": "resource:Arem_arem"
},
{
"modified": "Banana_leaf",
"readable": "Banana leaf",
"graph": "resource:Banana_leaf"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Javanese_cuisine",
"readable": "Javanese cuisine",
"graph": "resource:Javanese_cuisine"
},
{
"modified": "Main course",
"readable": "Main course",
"graph": "resource:Main_course"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?j WHERE { resource:Arem_arem property:main_ingredient ?j . resource:Arem_arem property:course ?z }",
"readable_query": "SELECT DISTINCT ?z ?j WHERE { resource:Arem-arem property:main_ingredient ?j . resource:Arem-arem property:course ?z }",
"graph_answer": [
"resource:Main_course",
"compressed rice cooked in banana leaf with vegetables or minced meat fillings"
],
"readable_answer": [
"Main course",
"compressed rice cooked in banana leaf with vegetables or minced meat fillings"
],
"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 ?x WHERE { resource:Arem_arem property:mass ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Arem-arem property:mass ?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"
]
}
] |
|
Astronaut
| 7 |
13040
|
Id7
|
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\"^^xsd:date"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "timeInSpace",
"object": "\"100305.0\"^^<http://dbpedia.org/datatype/minute>"
},
{
"subject": "Alan_Bean",
"property": "selection",
"object": "1963"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\"@en"
}
] |
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\""
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "timeInSpace",
"object": "\"100305.0\"(minutes)"
},
{
"subject": "Alan_Bean",
"property": "selectedByNasa",
"object": "1963"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\""
}
] |
(X (X) (X) (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan Bean was born in Wheeler, Texas, USA on the 15th of March in 1932. He was hired by NASA in 1963 where he performed as a test pilot. He spent 100305.0 minutes in space and is now retired.",
"Alan Bean was born on Mar 15, 1932 in Wheeler, Texas and is American. He worked as a test pilot before joining NASA in 1963. He spent over 69 days in space, or 100305 minutes. Bean is retired.",
"American Alan Bean was born on March 15, 1932 in Wheeler, Texas. He was hired by NASA in 1963 as a test pilot and spent in Space 100305.0 minutes. Now he is retired."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Bean",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Alan_Bean",
"property:status",
"resource:Retired"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:nationality",
"resource:United_States"
],
[
"resource:Alan_Bean",
"property:occupation",
"resource:Test_pilot"
],
[
"resource:Alan_Bean",
"property:time_in_space",
"100305.0"
],
[
"resource:Alan_Bean",
"property:birth_date",
"1932-03-15"
],
[
"resource:Alan_Bean",
"property:birth_place",
"resource:Wheeler__Texas"
]
] |
Alan_Bean
|
[
{
"modified": "100305.0",
"readable": "100305.0",
"graph": "100305.0"
},
{
"modified": "1932-03-15",
"readable": "1932-03-15",
"graph": "1932-03-15"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"modified": "timeInSpace",
"readable": "time in space",
"graph": "property:time_in_space"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Retired",
"readable": "Retired",
"graph": "resource:Retired"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?f property:birth_place ?m . ?f property:birth_date ?k . ?f rdf:type ontology:astronaut . FILTER ( ?k = \"1932-03-15\" ) }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?f property:birth_place ?m . ?f property:birth_date ?k . ?f rdf:type ontology:astronaut . FILTER ( ?k = \"1932-03-15\" ) }",
"graph_answer": [
"resource:Wheeler__Texas"
],
"readable_answer": [
"Wheeler, Texas"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?f rdf:type ontology:astronaut . ?f property:time_in_space ?e . ?f property:birth_place resource:New_Hampshire }",
"readable_query": "ASK WHERE { ?f rdf:type ontology:astronaut . ?f property:time_in_space ?e . ?f property:birth_place resource:New_Hampshire }",
"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"
]
}
] |
|
Building
| 3 |
6581
|
Id201
|
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "United_States",
"property": "leaderName",
"object": "Joe_Biden"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
}
] |
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Joe_Biden"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"President Joe Biden leads the United States which is the location of 250 Delaware Avenue."
],
"lang": [
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:leader",
"resource:Joe_Biden"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:250_Delaware_Avenue",
"rdf:type",
"ontology:building"
],
[
"resource:250_Delaware_Avenue",
"property:location",
"resource:United_States"
]
] |
250_Delaware_Avenue
|
[
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "250_Delaware_Avenue",
"readable": "250 Delaware Avenue",
"graph": "resource:250_Delaware_Avenue"
},
{
"modified": "Joe_Biden",
"readable": "Joe Biden",
"graph": "resource:Joe_Biden"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?r WHERE { resource:United_States property:leader_title ?p . resource:United_States property:leader ?r }",
"readable_query": "SELECT DISTINCT ?p ?r WHERE { resource:United_States property:leader_title ?p . resource:United_States property:leader ?r }",
"graph_answer": [
"resource:President_of_the_United_States",
"resource:Joe_Biden"
],
"readable_answer": [
"President of the United States",
"Joe Biden"
],
"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:250_Delaware_Avenue rdf:type ontology:building . resource:250_Delaware_Avenue property:location resource:United_States }",
"readable_query": "ASK WHERE { resource:250_Delaware_Avenue rdf:type ontology:building . resource:250_Delaware_Avenue property:location resource:United_States }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Building
| 2 |
4016
|
Id168
|
[
{
"subject": "United_States",
"property": "leaderName",
"object": "Joe_Biden"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
}
] |
[
{
"subject": "United_States",
"property": "leader",
"object": "Joe_Biden"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"250 Delaware Avenue is located in the United States, which is led by Joe Biden.",
"Joe Biden is a leader of the United States, which is also the location of 250 Delaware Avenue.",
"250 Delaware Avenue is in the United States where Joe Biden is a leader."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:leader",
"resource:Joe_Biden"
],
[
"resource:250_Delaware_Avenue",
"rdf:type",
"ontology:building"
],
[
"resource:250_Delaware_Avenue",
"property:location",
"resource:United_States"
]
] |
250_Delaware_Avenue
|
[
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "250_Delaware_Avenue",
"readable": "250 Delaware Avenue",
"graph": "resource:250_Delaware_Avenue"
},
{
"modified": "Joe_Biden",
"readable": "Joe Biden",
"graph": "resource:Joe_Biden"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:building . FILTER ( CONTAINS ( LCASE ( ?a ) , 'avenue' ) ) . ?y property:leader resource:Joe_Biden . ?a property:location ?y }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:building . FILTER ( CONTAINS ( LCASE ( ?a ) , 'avenue' ) ) . ?y property:leader resource:Joe_Biden . ?a property:location ?y }",
"graph_answer": [
"resource:250_Delaware_Avenue"
],
"readable_answer": [
"250 Delaware Avenue"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:250_Delaware_Avenue property:location ?u . ?u property:leader resource:Joe_Biden . resource:250_Delaware_Avenue rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:250_Delaware_Avenue property:location ?u . ?u property:leader resource:Joe_Biden . resource:250_Delaware_Avenue rdf:type ontology:building }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 5 |
11991
|
Id212
|
[
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Albany,_Oregon",
"property": "subdivisionName",
"object": "Linn_County,_Oregon"
}
] |
[
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Albany,_Oregon",
"property": "isPartOf",
"object": "Linn_County,_Oregon"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"English is spoken in the United States which has the capital of Washington DC and includes the ethnic group of Native Americans. The country is the location of Albany, part of Linn County, Oregon.",
"Albany is a city in Linn County, Oregon in the United states where English is spoken. The capital of the United States is Washington DC. and Native Americans are an ethnic group.",
"Albany is part of Linn County, Oregon, in the United States, where the capital is Washington, D.C. English is the language of the United States, and one of the ethnic groups there, is the Native Americans."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albany__Oregon",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Oregon",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Oregon",
"property:is_part_of",
"resource:Linn_County__Oregon"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] |
Albany,_Oregon
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Albany,_Oregon",
"readable": "Albany, Oregon",
"graph": "resource:Albany__Oregon"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Linn_County,_Oregon",
"readable": "Linn County, Oregon",
"graph": "resource:Linn_County__Oregon"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?z property:is_part_of resource:Linn_County__Oregon . ?z rdf:type ontology:city . ?s property:capital resource:Washington__D_C_ . ?z property:country ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?z property:is_part_of resource:Linn_County,_Oregon . ?z rdf:type ontology:city . ?s property:capital resource:Washington,_D.C. . ?z property:country ?s }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?c property:is_part_of resource:Linn_County__Oregon . ?c property:country resource:United_States . ?c rdf:type ontology:city . resource:United_States property:capital resource:Washington__D_C_ }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:is_part_of resource:Linn_County,_Oregon . ?c property:country resource:United_States . ?c rdf:type ontology:city . resource:United_States property:capital resource:Washington,_D.C. }",
"graph_answer": [
"resource:Albany__Oregon"
],
"readable_answer": [
"Albany, Oregon"
],
"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 ?r WHERE { resource:United_States property:derivative ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:United_States property:derivative ?r }",
"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 |
5103
|
Id95
|
[
{
"subject": "Adam_Koc",
"property": "battles",
"object": "Polish–Soviet_War"
},
{
"subject": "Polish–Soviet_War",
"property": "commander",
"object": "Joseph_Stalin"
}
] |
[
{
"subject": "Adam_Koc",
"property": "battle",
"object": "Polish–Soviet_War"
},
{
"subject": "Polish–Soviet_War",
"property": "commander",
"object": "Joseph_Stalin"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Adam Koc was involved in battles in the Polish–Soviet War, where one of the commanders was, Joseph Stalin.",
"A commander at the Polish-Soviet War, which Adam Koc fought in, was Joseph Stalin.",
"Adam Koc was involved in battles in the Polish–Soviet War, the war where Joseph Stalin was a commander."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Polish_Soviet_War",
"property:commander",
"resource:Joseph_Stalin"
],
[
"resource:Adam_Koc",
"rdf:type",
"ontology:politician"
],
[
"resource:Adam_Koc",
"property:battle",
"resource:Polish_Soviet_War"
]
] |
Adam_Koc
|
[
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "Adam_Koc",
"readable": "Adam Koc",
"graph": "resource:Adam_Koc"
},
{
"modified": "Joseph_Stalin",
"readable": "Joseph Stalin",
"graph": "resource:Joseph_Stalin"
},
{
"modified": "Polish–Soviet_War",
"readable": "Polish–Soviet War",
"graph": "resource:Polish_Soviet_War"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?c WHERE { ?l rdf:type ontology:politician . ?l property:battle ?c . ?c property:commander resource:Joseph_Stalin }",
"readable_query": "SELECT DISTINCT ?l ?c WHERE { ?l rdf:type ontology:politician . ?l property:battle ?c . ?c property:commander resource:Joseph_Stalin }",
"graph_answer": [
"resource:Adam_Koc",
"resource:Polish_Soviet_War"
],
"readable_answer": [
"Adam Koc",
"Polish–Soviet War"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Airport
| 4 |
8422
|
Id20
|
[
{
"subject": "Abilene_Regional_Airport",
"property": "cityServed",
"object": "Abilene,_Texas"
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayLength",
"object": "\"2193.95\"^^xsd:double"
},
{
"subject": "Abilene_Regional_Airport",
"property": "elevation",
"object": "\"545.897\"^^xsd:double"
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayDesignation",
"object": "\"17R/35L\""
}
] |
[
{
"subject": "Abilene_Regional_Airport",
"property": "cityServed",
"object": "Abilene,_Texas"
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayLength",
"object": "2194.0"
},
{
"subject": "Abilene_Regional_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "546"
},
{
"subject": "Abilene_Regional_Airport",
"property": "runwayName",
"object": "\"17R/35L\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abilene Regional Airport serves Abilene in Texas, has a runway name of 17R/35L with a length of 2194.0 and is 546 metres above sea level.",
"Abilene Regional Airport serves Abilene, Texas and is 546 metres above sea level. The runway name is 17R/35L and has a length of 2194.0.",
"Abilene Regional Airport which serves the city of Abilene in Texas is 546 metres above sea level. Its runway is 2194.0 long and is named 17R/35L."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abilene_Regional_Airport",
"property:runway_length",
"resource:2194_0"
],
[
"resource:Abilene_Regional_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Abilene_Regional_Airport",
"property:city_served",
"resource:Abilene__Texas"
],
[
"resource:Abilene_Regional_Airport",
"property:elevation_above_the_sea_level",
"546"
],
[
"resource:Abilene_Regional_Airport",
"property:runway_name",
"resource:17R_35L"
]
] |
Abilene_Regional_Airport
|
[
{
"modified": "546",
"readable": "546",
"graph": "546"
},
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "17R/35L",
"readable": "17R/35L",
"graph": "resource:17R_35L"
},
{
"modified": "2194.0",
"readable": "2194.0",
"graph": "resource:2194_0"
},
{
"modified": "Abilene_Regional_Airport",
"readable": "Abilene Regional Airport",
"graph": "resource:Abilene_Regional_Airport"
},
{
"modified": "Abilene,_Texas",
"readable": "Abilene, Texas",
"graph": "resource:Abilene__Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?b rdf:type ontology:airport . ?b property:runway_name ?k . FILTER ( ?t = '546' ) . ?b property:elevation_above_the_sea_level ?t }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?b rdf:type ontology:airport . ?b property:runway_name ?k . FILTER ( ?t = '546' ) . ?b property:elevation_above_the_sea_level ?t }",
"graph_answer": [
"resource:17R_35L"
],
"readable_answer": [
"17R/35L"
],
"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 ?o WHERE { ?k rdf:type ontology:airport . ?k property:city_served ?o . ?k property:runway_name resource:17R_35L }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?k rdf:type ontology:airport . ?k property:city_served ?o . ?k property:runway_name resource:17R/35L }",
"graph_answer": [
"resource:Abilene__Texas"
],
"readable_answer": [
"Abilene, Texas"
],
"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 ?q WHERE { ?q property:city_served resource:Abilene__Texas . ?q rdf:type ontology:airport . ?q property:runway_name resource:17R_35L }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:city_served resource:Abilene,_Texas . ?q rdf:type ontology:airport . ?q property:runway_name resource:17R/35L }",
"graph_answer": [
"resource:Abilene_Regional_Airport"
],
"readable_answer": [
"Abilene Regional Airport"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Abilene_Regional_Airport property:runway_length ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Abilene_Regional_Airport property:runway_length ?u }",
"graph_answer": [
"resource:2194_0"
],
"readable_answer": [
"2194.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician
| 2 |
5044
|
Id36
|
[
{
"subject": "Abdulsalami_Abubakar",
"property": "vicePresident",
"object": "Mike_Akhigbe"
},
{
"subject": "Abdulsalami_Abubakar",
"property": "successor",
"object": "Al-Amin_Daggash"
}
] |
[
{
"subject": "Abdulsalami_Abubakar",
"property": "inOfficeWhileVicePresident",
"object": "Mike_Akhigbe"
},
{
"subject": "Abdulsalami_Abubakar",
"property": "successor",
"object": "Al-Amin_Daggash"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Al-Amin Daggash was the successor of Abdulsalami Abubakar who was in office at the same time as Vice President Mike Akhigbe.",
"Abdulsalami Abubakar, who succeeded Al-Amin Daggash, was in office whilst Mike Akhigbe was Vice President.",
"Abdulsalami Abubakar, who was succeeded by Al-Amin Daggash, was in office while Mike Akhigbe was Vice President."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abdulsalami_Abubakar",
"rdf:type",
"ontology:politician"
],
[
"resource:Abdulsalami_Abubakar",
"property:in_office_while_vice_president",
"resource:Mike_Akhigbe"
],
[
"resource:Abdulsalami_Abubakar",
"property:successor",
"resource:Al_Amin_Daggash"
]
] |
Abdulsalami_Abubakar
|
[
{
"modified": "inOfficeWhileVicePresident",
"readable": "in office while vice president",
"graph": "property:in_office_while_vice_president"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abdulsalami_Abubakar",
"readable": "Abdulsalami Abubakar",
"graph": "resource:Abdulsalami_Abubakar"
},
{
"modified": "Al-Amin_Daggash",
"readable": "Al-Amin Daggash",
"graph": "resource:Al_Amin_Daggash"
},
{
"modified": "Mike_Akhigbe",
"readable": "Mike Akhigbe",
"graph": "resource:Mike_Akhigbe"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?h property:in_office_while_vice_president resource:Hortensio_Quijano . ?h property:successor ?f . ?h rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?h property:in_office_while_vice_president resource:Hortensio_Quijano . ?h property:successor ?f . ?h 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
| 3 |
7546
|
Id146
|
[
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Antares_(rocket)",
"property": "sites",
"object": "Mid-Atlantic_Regional_Spaceport"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
}
] |
[
{
"subject": "Antares_(rocket)",
"property": "launchSite",
"object": "Mid-Atlantic_Regional_Spaceport"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Antares rocket, which was launched from the Mid-Atlantic Regional Spaceport, is comparable to the United States built Delta II.",
"The rocker Antares was launched from the Mid-Atlantic Regional Spaceport. It is comparable to Delta II which came from the United States.",
"The Antares rocket, which is simliar to the American Delta II, was launched from the Mid-Atlantic Regional Spaceport."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Delta_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Antares__rocket_",
"property:launch_site",
"resource:Mid_Atlantic_Regional_Spaceport"
],
[
"resource:Antares__rocket_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Antares__rocket_",
"property:comparable",
"resource:Delta_II"
]
] |
Antares_(rocket)
|
[
{
"modified": "comparable",
"readable": "comparable",
"graph": "property:comparable"
},
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "Antares_(rocket)",
"readable": "Antares",
"graph": "resource:Antares__rocket_"
},
{
"modified": "Delta_II",
"readable": "Delta II",
"graph": "resource:Delta_II"
},
{
"modified": "Mid-Atlantic_Regional_Spaceport",
"readable": "Mid-Atlantic Regional Spaceport",
"graph": "resource:Mid_Atlantic_Regional_Spaceport"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( CONTAINS ( LCASE ( ?d ) , 'antares' ) ) . ?d property:comparable resource:Delta_II . ?d rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( CONTAINS ( LCASE ( ?d ) , 'antares' ) ) . ?d property:comparable resource:Delta_II . ?d rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:Antares__rocket_"
],
"readable_answer": [
"Antares"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Antares__rocket_ property:in_office_while_monarch ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Antares_(rocket) property:in_office_while_monarch ?z }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam
| 4 |
10611
|
Id52
|
[
{
"subject": "A.F.C._Blackpool",
"property": "ground",
"object": "\"The Mechanics,\"@en"
},
{
"subject": "A.F.C._Blackpool",
"property": "capacity",
"object": "\"1500\"^^xsd:nonNegativeInteger"
},
{
"subject": "A.F.C._Blackpool",
"property": "season",
"object": "2014–15_North_West_Counties_Football_League"
},
{
"subject": "A.F.C._Blackpool",
"property": "fullname",
"object": "\"Association Football Club Blackpool\"@en"
}
] |
[
{
"subject": "A.F.C._Blackpool",
"property": "ground",
"object": "\"The Mechanics,\""
},
{
"subject": "A.F.C._Blackpool",
"property": "numberOfMembers",
"object": "1500"
},
{
"subject": "A.F.C._Blackpool",
"property": "season",
"object": "2014–15_North_West_Counties_Football_League"
},
{
"subject": "A.F.C._Blackpool",
"property": "fullName",
"object": "\"Association Football Club Blackpool\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A.F.C. Blackpool Mechanics ground holds 1500 fans. The club's full name is Association Football Club Blackpool and in the season 2014-2015 they played in the North West Counties Football League.",
"AFC Blackpool Mechanics ground has a capacity of 1500. In the season 2014-2015 Blackpool played in the North West Counties Football League and the club's full name is Association Football Club Blackpool.",
"In the season 2014-2015 AFC Blackpool, who have 1500 members, played in the North West Counties Football League. They have the full name \"Association Football Club Blackpool\" and their home ground is The Mechanics."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_F_C__Blackpool",
"property:season",
"resource:2014_15_North_West_Counties_Football_League"
],
[
"resource:A_F_C__Blackpool",
"property:full_name",
"Association Football Club Blackpool"
],
[
"resource:A_F_C__Blackpool",
"property:number_of_members",
"resource:1500"
],
[
"resource:A_F_C__Blackpool",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_F_C__Blackpool",
"property:ground",
"resource:The_Mechanics_"
]
] |
A.F.C._Blackpool
|
[
{
"modified": "Association Football Club Blackpool",
"readable": "Association Football Club Blackpool",
"graph": "Association Football Club Blackpool"
},
{
"modified": "fullName",
"readable": "full name",
"graph": "property:full_name"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "numberOfMembers",
"readable": "number of members",
"graph": "property:number_of_members"
},
{
"modified": "season",
"readable": "season",
"graph": "property:season"
},
{
"modified": "1500",
"readable": "1500",
"graph": "resource:1500"
},
{
"modified": "2014–15_North_West_Counties_Football_League",
"readable": "2014–15 North West Counties Football League",
"graph": "resource:2014_15_North_West_Counties_Football_League"
},
{
"modified": "A.F.C._Blackpool",
"readable": "A.F.C. Blackpool",
"graph": "resource:A_F_C__Blackpool"
},
{
"modified": "The Mechanics,",
"readable": "The Mechanics,",
"graph": "resource:The_Mechanics_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?v WHERE { resource:A_F_C__Blackpool property:full_name ?v . resource:A_F_C__Blackpool property:number_of_members ?r }",
"readable_query": "SELECT DISTINCT ?r ?v WHERE { resource:A.F.C._Blackpool property:full_name ?v . resource:A.F.C._Blackpool property:number_of_members ?r }",
"graph_answer": [
"resource:1500",
"Association Football Club Blackpool"
],
"readable_answer": [
"1500",
"Association Football Club Blackpool"
],
"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 ?a ?k WHERE { resource:A_F_C__Blackpool property:season ?k . resource:A_F_C__Blackpool property:ground ?a }",
"readable_query": "SELECT DISTINCT ?a ?k WHERE { resource:A.F.C._Blackpool property:season ?k . resource:A.F.C._Blackpool property:ground ?a }",
"graph_answer": [
"resource:The_Mechanics_",
"resource:2014_15_North_West_Counties_Football_League"
],
"readable_answer": [
"The Mechanics,",
"2014–15 North West Counties Football League"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist
| 4 |
8683
|
Id75
|
[
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "associatedBand",
"object": "NRBQ"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "instrument",
"object": "Guitar"
},
{
"subject": "Al_Anderson_(NRBQ)",
"property": "genre",
"object": "Rock_music"
}
] |
[
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "associatedBand/associatedMusicalArtist",
"object": "NRBQ"
},
{
"subject": "Rock_music",
"property": "musicFusionGenre",
"object": "Bhangra_(music)"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "instrument",
"object": "Guitar"
},
{
"subject": "Al_Anderson_(NRBQ band)",
"property": "genre",
"object": "Rock_music"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Rock music guitarist Al Anderson plays with the band NRBQ. Rock music forms part of the fusion genre Bhangra.",
"Guitarist Al Anderson is a rock musician and member of NRBQ. Bhangra is a fusion of rock.",
"Rock musician Al Anderson plays guitar for the band NRBQ. Bhangra music is a musical fusion of rock music."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Rock_music",
"property:music_fusion_genre",
"resource:Bhangra__music_"
],
[
"resource:Al_Anderson__NRBQ_band_",
"rdf:type",
"ontology:artist"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:associated_band_associated_musical_artist",
"resource:NRBQ"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:genre",
"resource:Rock_music"
],
[
"resource:Al_Anderson__NRBQ_band_",
"property:instrument",
"resource:Guitar"
]
] |
Al_Anderson_(NRBQ_band)
|
[
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "instrument",
"readable": "instrument",
"graph": "property:instrument"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "Al_Anderson_(NRBQ band)",
"readable": "Al Anderson",
"graph": "resource:Al_Anderson__NRBQ_band_"
},
{
"modified": "Bhangra_(music)",
"readable": "Bhangra",
"graph": "resource:Bhangra__music_"
},
{
"modified": "Guitar",
"readable": "Guitar",
"graph": "resource:Guitar"
},
{
"modified": "NRBQ",
"readable": "NRBQ",
"graph": "resource:NRBQ"
},
{
"modified": "Rock_music",
"readable": "Rock music",
"graph": "resource:Rock_music"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { resource:Rock_music property:music_fusion_genre resource:Bhangra__music_ }",
"readable_query": "ASK WHERE { resource:Rock_music property:music_fusion_genre resource:Bhangra_(music) }",
"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 ?g WHERE { ?g property:genre resource:Rock_music . ?g rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:genre resource:Rock_music . ?g rdf:type ontology:artist }",
"graph_answer": [
"resource:Al_Anderson__NRBQ_band_"
],
"readable_answer": [
"Al Anderson"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?t rdf:type ontology:artist . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) . ?t property:associated_band_associated_musical_artist ?x . ?t property:instrument resource:Guitar }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?t rdf:type ontology:artist . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) . ?t property:associated_band_associated_musical_artist ?x . ?t property:instrument resource:Guitar }",
"graph_answer": [
"resource:NRBQ"
],
"readable_answer": [
"NRBQ"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist
| 2 |
3611
|
Id223
|
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Albennie_Jones",
"property": "birthPlace",
"object": "United_States"
}
] |
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
},
{
"subject": "Albennie_Jones",
"property": "birthPlace",
"object": "United_States"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Albennie Jones was born in the United States where African Americans are one of the ethnic groups.",
"Albennie Jones was born in the United States, where African Americans are an ethnic group."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albennie_Jones",
"rdf:type",
"ontology:artist"
],
[
"resource:Albennie_Jones",
"property:birth_place",
"resource:United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] |
Albennie_Jones
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Albennie_Jones",
"readable": "Albennie Jones",
"graph": "resource:Albennie_Jones"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?a WHERE { ?s property:birth_place ?a . ?s rdf:type ontology:artist . ?a property:ethnic_group resource:African_Americans }",
"readable_query": "SELECT DISTINCT ?s ?a WHERE { ?s property:birth_place ?a . ?s rdf:type ontology:artist . ?a property:ethnic_group resource:African_Americans }",
"graph_answer": [
"resource:Albennie_Jones",
"resource:United_States"
],
"readable_answer": [
"Albennie Jones",
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?x ) WHERE { ?z property:ethnic_group resource:Asian_Americans . ?v property:birth_place ?z . ?v rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?x ) WHERE { ?z property:ethnic_group resource:Asian_Americans . ?v property:birth_place ?z . ?v rdf:type ontology:artist }",
"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"
]
}
] |
|
Politician
| 2 |
5182
|
Id174
|
[
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Austria-Hungary"
},
{
"subject": "Alfons_Gorbach",
"property": "placeOfBirth",
"object": "Imst"
}
] |
[
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Austria-Hungary"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Imst"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfons Gorbach was born in Imst, in Austria-Hungary.",
"Alfons Gorbach's birthplace is Imst, in Austria-Hungary.",
"Alfons Gorbach was born in Imst in Austria-Hungary."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alfons_Gorbach",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Imst"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Austria_Hungary"
]
] |
Alfons_Gorbach
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "Alfons_Gorbach",
"readable": "Alfons Gorbach",
"graph": "resource:Alfons_Gorbach"
},
{
"modified": "Austria-Hungary",
"readable": "Austria-Hungary",
"graph": "resource:Austria_Hungary"
},
{
"modified": "Imst",
"readable": "Imst",
"graph": "resource:Imst"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?j rdf:type ontology:politician . ?j property:birth_place resource:United_Kingdom }",
"readable_query": "ASK WHERE { ?j rdf:type ontology:politician . ?j property:birth_place resource:United_Kingdom }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?h property:birth_place resource:Imst . ?h rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?h property:birth_place resource:Imst . ?h rdf:type ontology:politician }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?l WHERE { ?l property:birth_place resource:Imst . ?l rdf:type ontology:politician }",
"readable_query": "SELECT ?l WHERE { ?l property:birth_place resource:Imst . ?l rdf:type ontology:politician }",
"graph_answer": [
"resource:Alfons_Gorbach"
],
"readable_answer": [
"Alfons Gorbach"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician
| 2 |
5156
|
Id148
|
[
{
"subject": "Albert_B._White",
"property": "successor",
"object": "William_M._O._Dawson"
},
{
"subject": "William_M._O._Dawson",
"property": "placeOfBirth",
"object": "Bloomington,_Maryland"
}
] |
[
{
"subject": "Albert_B._White",
"property": "successor",
"object": "William_M._O._Dawson"
},
{
"subject": "William_M._O._Dawson",
"property": "birthPlace",
"object": "Bloomington,_Maryland"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"William M O Dawson, born in Bloomington, Maryland, was the successor of Albert B White.",
"William M O Dawson (b Bloomington, Maryland) succeeded Albert B White.",
"Albert B White was succeeded by William M O Dawson, who was born in Bloomington Maryland."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:William_M__O__Dawson",
"property:birth_place",
"resource:Bloomington__Maryland"
],
[
"resource:Albert_B__White",
"rdf:type",
"ontology:politician"
],
[
"resource:Albert_B__White",
"property:successor",
"resource:William_M__O__Dawson"
]
] |
Albert_B._White
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Albert_B._White",
"readable": "Albert B. White",
"graph": "resource:Albert_B__White"
},
{
"modified": "Bloomington,_Maryland",
"readable": "Bloomington, Maryland",
"graph": "resource:Bloomington__Maryland"
},
{
"modified": "William_M._O._Dawson",
"readable": "William M. O. Dawson",
"graph": "resource:William_M__O__Dawson"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?b property:successor ?g . ?g property:birth_place resource:Aberdeen . ?b rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?b property:successor ?g . ?g property:birth_place resource:Aberdeen . ?b 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"
]
}
] |
|
Building
| 5 |
11591
|
Id55
|
[
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "location",
"object": "Denmark"
},
{
"subject": "Denmark",
"property": "leaderName",
"object": "Margrethe_II_of_Denmark"
},
{
"subject": "Marriott_International",
"property": "foundationPlace",
"object": "Washington,_D.C."
},
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "operator",
"object": "Marriott_International"
},
{
"subject": "Marriott_International",
"property": "keyPeople",
"object": "Bill_Marriott"
}
] |
[
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "location",
"object": "Denmark"
},
{
"subject": "Denmark",
"property": "leader",
"object": "Margrethe_II_of_Denmark"
},
{
"subject": "Marriott_International",
"property": "foundationPlace",
"object": "Washington,_D.C."
},
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "tenant",
"object": "Marriott_International"
},
{
"subject": "Marriott_International",
"property": "keyPerson",
"object": "Bill_Marriott"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Margrethe II is the leader of Denmark where the AC Hotel Bella Sky is located in Copenhagen. The current tenant of the hotel is Marriott International which was founded in Washington by key person Bill Marriott.",
"Denmark is led by Margrethe II of Denmark and is the location of the AC Hotel Bella Sky in Copenhagen. The current tenant is Marriott International which was founded in Washington DC and has Bill Marriott as one of the key people.",
"Bill Marriott is the key person at Marriott International which was founded in Washington DC. They are the current tenant of AC Hotel Bella Sky Copenhagen in the country of Denmark which is led by Margrethe II."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:AC_Hotel_Bella_Sky_Copenhagen",
"rdf:type",
"ontology:building"
],
[
"resource:AC_Hotel_Bella_Sky_Copenhagen",
"property:tenant",
"resource:Marriott_International"
],
[
"resource:AC_Hotel_Bella_Sky_Copenhagen",
"property:location",
"resource:Denmark"
],
[
"resource:Marriott_International",
"property:key_person",
"resource:Bill_Marriott"
],
[
"resource:Marriott_International",
"property:foundation_place",
"resource:Washington__D_C_"
],
[
"resource:Denmark",
"property:leader",
"resource:Margrethe_II_of_Denmark"
]
] |
AC_Hotel_Bella_Sky_Copenhagen
|
[
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "keyPerson",
"readable": "key person",
"graph": "property:key_person"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "tenant",
"readable": "tenant",
"graph": "property:tenant"
},
{
"modified": "AC_Hotel_Bella_Sky_Copenhagen",
"readable": "AC Hotel Bella Sky Copenhagen",
"graph": "resource:AC_Hotel_Bella_Sky_Copenhagen"
},
{
"modified": "Bill_Marriott",
"readable": "Bill Marriott",
"graph": "resource:Bill_Marriott"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"modified": "Margrethe_II_of_Denmark",
"readable": "Margrethe II of Denmark",
"graph": "resource:Margrethe_II_of_Denmark"
},
{
"modified": "Marriott_International",
"readable": "Marriott International",
"graph": "resource:Marriott_International"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { ?f property:tenant ?l . ?f property:location resource:Denmark . ?f rdf:type ontology:building . ?l property:foundation_place resource:Washington__D_C_ }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?f property:tenant ?l . ?f property:location resource:Denmark . ?f rdf:type ontology:building . ?l property:foundation_place resource:Washington,_D.C. }",
"graph_answer": [
"resource:AC_Hotel_Bella_Sky_Copenhagen"
],
"readable_answer": [
"AC Hotel Bella Sky Copenhagen"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?z property:key_person resource:Bill_Marriott . ?e property:location resource:Denmark . ?e rdf:type ontology:building . ?e property:tenant ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z property:key_person resource:Bill_Marriott . ?e property:location resource:Denmark . ?e rdf:type ontology:building . ?e property:tenant ?z }",
"graph_answer": [
"resource:Marriott_International"
],
"readable_answer": [
"Marriott International"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Denmark property:order ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Denmark property:order ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 4 |
9265
|
Id188
|
[
{
"subject": "Japan",
"property": "ethnicGroup",
"object": "Brazilians_in_Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "locationTown",
"object": "Akita_Prefecture"
},
{
"subject": "Akita,_Akita",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita,_Akita"
}
] |
[
{
"subject": "Japan",
"property": "ethnicGroup",
"object": "Brazilians_in_Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita_Prefecture"
},
{
"subject": "Akita,_Akita",
"property": "country",
"object": "Japan"
},
{
"subject": "Akita_Museum_of_Art",
"property": "location",
"object": "Akita,_Akita"
}
] |
(X (X) (X (X (X))))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Japan, home to many Brazilians, is also home to the Akita Museum of Art, founded and located in Akita Prefecture.",
"The Akita Museum of Art is located in Akita Prefecture, in Akita, Akita, Japan, a country with the ethnic group the Brazilians.",
"Brazilians are One of the ethnic groups in Japan the country where the Akita Museum of Art is located in Akita, Akita, in Akita Prefecture."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Japan",
"property:ethnic_group",
"resource:Brazilians_in_Japan"
],
[
"resource:Akita__Akita",
"property:country",
"resource:Japan"
],
[
"resource:Akita_Museum_of_Art",
"rdf:type",
"ontology:building"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita__Akita"
],
[
"resource:Akita_Museum_of_Art",
"property:location",
"resource:Akita_Prefecture"
]
] |
Akita_Museum_of_Art
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Akita_Museum_of_Art",
"readable": "Akita Museum of Art",
"graph": "resource:Akita_Museum_of_Art"
},
{
"modified": "Akita_Prefecture",
"readable": "Akita Prefecture",
"graph": "resource:Akita_Prefecture"
},
{
"modified": "Akita,_Akita",
"readable": "Akita, Akita",
"graph": "resource:Akita__Akita"
},
{
"modified": "Brazilians_in_Japan",
"readable": "Brazilians in Japan",
"graph": "resource:Brazilians_in_Japan"
},
{
"modified": "Japan",
"readable": "Japan",
"graph": "resource:Japan"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( ?v != resource:Akita_Prefecture ) . resource:Akita_Museum_of_Art property:location ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( ?v != resource:Akita_Prefecture ) . resource:Akita_Museum_of_Art property:location ?v }",
"graph_answer": [
"resource:Akita__Akita"
],
"readable_answer": [
"Akita, Akita"
],
"type": [
"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 ?u WHERE { FILTER NOT EXISTS { ?u property:country resource:Japan } . resource:Akita_Museum_of_Art property:location ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { FILTER NOT EXISTS { ?u property:country resource:Japan } . resource:Akita_Museum_of_Art property:location ?u }",
"graph_answer": [
"resource:Akita_Prefecture"
],
"readable_answer": [
"Akita Prefecture"
],
"type": [
"coreference",
"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"
]
}
] |
|
WrittenWork
| 3 |
8239
|
Id85
|
[
{
"subject": "A_Loyal_Character_Dancer",
"property": "author",
"object": "Qiu_Xiaolong"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "isbn",
"object": "\"1-56947-301-3\""
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "mediaType",
"object": "Hardcover"
}
] |
[
{
"subject": "A_Loyal_Character_Dancer",
"property": "author",
"object": "Qiu_Xiaolong"
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "isbnNumber",
"object": "\"1-56947-301-3\""
},
{
"subject": "A_Loyal_Character_Dancer",
"property": "mediaType",
"object": "Hardcover"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Loyal Character Dancer was written by Qiu Xiaolong. and was published in hardcover. It has the ISBN number of 1-56947-301-3.",
"The book, A Loyal Character Dancer, by Qiu Xiaolong, has the ISBN number of 1-56947-301-3 and can be found in hardcover.",
"A Loyal Character Dancer was written by Qiu Xiaolong and published in Hardcover. has an ISBN number of 1-56947-301-3."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Loyal_Character_Dancer",
"property:media_type",
"resource:Hardcover"
],
[
"resource:A_Loyal_Character_Dancer",
"property:author",
"resource:Qiu_Xiaolong"
],
[
"resource:A_Loyal_Character_Dancer",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Loyal_Character_Dancer",
"property:isbn_number",
"resource:1_56947_301_3"
]
] |
A_Loyal_Character_Dancer
|
[
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "1-56947-301-3",
"readable": "1-56947-301-3",
"graph": "resource:1_56947_301_3"
},
{
"modified": "A_Loyal_Character_Dancer",
"readable": "A Loyal Character Dancer",
"graph": "resource:A_Loyal_Character_Dancer"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
},
{
"modified": "Qiu_Xiaolong",
"readable": "Qiu Xiaolong",
"graph": "resource:Qiu_Xiaolong"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?y rdf:type ontology:written_work . ?y property:isbn_number resource:0_374_26131_8 . ?y property:media_type ?g }",
"readable_query": "ASK WHERE { ?y rdf:type ontology:written_work . ?y property:isbn_number resource:0-374-26131-8 . ?y property:media_type ?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"
]
}
] |
|
CelestialBody
| 2 |
4090
|
Id71
|
[
{
"subject": "103_Hera",
"property": "rotationPeriod",
"object": "\"85466.9\"^^xsd:double"
},
{
"subject": "103_Hera",
"property": "Planet/apoapsis",
"object": "\"4.3717E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] |
[
{
"subject": "103_Hera",
"property": "rotationPeriod",
"object": "85466.9"
},
{
"subject": "103_Hera",
"property": "apoapsis",
"object": "437170000.0 (kilometres)"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"103 Hera, with an apoapsis of 437170000.0 km, has a rotation period of 85466.9.",
"103 Hera has a rotation period of 85466.9 and an apoapsis of 437170000.0 (kilometres).",
"103 Hera has a rotation period of 85466.9 and an apoapsis of 437170000.0 km."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:103_Hera",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:103_Hera",
"property:apoapsis",
"437170000.0 (kilometres)"
],
[
"resource:103_Hera",
"property:rotation_period",
"resource:85466_9"
]
] |
103_Hera
|
[
{
"modified": "437170000.0 (kilometres)",
"readable": "437170000.0",
"graph": "437170000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "rotationPeriod",
"readable": "rotation period",
"graph": "property:rotation_period"
},
{
"modified": "103_Hera",
"readable": "103 Hera",
"graph": "resource:103_Hera"
},
{
"modified": "85466.9",
"readable": "85466.9",
"graph": "resource:85466_9"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?n ) WHERE { ?v rdf:type ontology:celestial_body . ?v property:apoapsis '437170000.0 (kilometres)' . ?v property:rotation_period resource:85466_9 }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?n ) WHERE { ?v rdf:type ontology:celestial_body . ?v property:apoapsis '437170000.0 (kilometres)' . ?v property:rotation_period resource:85466.9 }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:rotation_period resource:85466_9 . ?d property:apoapsis '437170000.0 (kilometres)' . ?d rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:rotation_period resource:85466.9 . ?d property:apoapsis '437170000.0 (kilometres)' . ?d rdf:type ontology:celestial_body }",
"graph_answer": [
"resource:103_Hera"
],
"readable_answer": [
"103 Hera"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:103_Hera property:partial_failures ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:103_Hera property:partial_failures ?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"
]
}
] |
|
Company
| 5 |
12051
|
Id32
|
[
{
"subject": "Trane",
"property": "product",
"object": "Building_Management_System"
},
{
"subject": "Trane",
"property": "type",
"object": "Subsidiary"
},
{
"subject": "Trane",
"property": "operatingIncome",
"object": "8.754E8"
},
{
"subject": "Trane",
"property": "foundingYear",
"object": "1913-01-01"
},
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
}
] |
[
{
"subject": "Trane",
"property": "product",
"object": "Building_Management_System"
},
{
"subject": "Trane",
"property": "type",
"object": "Subsidiary"
},
{
"subject": "Trane",
"property": "operatingIncome",
"object": "875400000"
},
{
"subject": "Trane",
"property": "foundingDate",
"object": "1913-01-01"
},
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Trane, a manufacturer of building management systems, is a subsidiary company with an operating income of $875,400,000. Trane was founded on January 1, 1913 in La Crosse, Wisconsin.",
"Trane was founded January 1st, 1913 in La Crosse, Wisconsin. It is a subsidiary producing building management systems with an operating income of $875,400,000.",
"Trane, founded in La Crosse Wisconsin, on 01-01-1913, is a subsidiary company that makes building management systems. Trane's operating income is currently $875,400,000."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Trane",
"property:founding_date",
"resource:1913_01_01"
],
[
"resource:Trane",
"property:product",
"resource:Building_Management_System"
],
[
"resource:Trane",
"rdf:type",
"ontology:subsidiary"
],
[
"resource:Trane",
"rdf:type",
"ontology:company"
],
[
"resource:Trane",
"property:foundation_place",
"resource:La_Crosse__Wisconsin"
],
[
"resource:Trane",
"property:operating_income",
"875400000"
]
] |
Trane
|
[
{
"modified": "875400000",
"readable": "875400000",
"graph": "875400000"
},
{
"modified": "Subsidiary",
"readable": "subsidiary",
"graph": "ontology:subsidiary"
},
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "operatingIncome",
"readable": "operating income",
"graph": "property:operating_income"
},
{
"modified": "product",
"readable": "product",
"graph": "property:product"
},
{
"modified": "1913-01-01",
"readable": "1913-01-01",
"graph": "resource:1913_01_01"
},
{
"modified": "Building_Management_System",
"readable": "Building Management System",
"graph": "resource:Building_Management_System"
},
{
"modified": "La_Crosse,_Wisconsin",
"readable": "La Crosse, Wisconsin",
"graph": "resource:La_Crosse__Wisconsin"
},
{
"modified": "Trane",
"readable": "Trane",
"graph": "resource:Trane"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?b rdf:type ontology:subsidiary . FILTER ( ?w = \"1913_01_01\" ) . ?b property:operating_income ?s . ?b property:founding_date ?w }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?b rdf:type ontology:subsidiary . FILTER ( ?w = \"1913-01-01\" ) . ?b property:operating_income ?s . ?b property:founding_date ?w }",
"graph_answer": [
"875400000"
],
"readable_answer": [
"875400000"
],
"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 { ?p property:foundation_place ?b . ?p property:operating_income ?c . ?p rdf:type ontology:subsidiary . FILTER ( ?c = '875400000' ) }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?p property:foundation_place ?b . ?p property:operating_income ?c . ?p rdf:type ontology:subsidiary . FILTER ( ?c = '875400000' ) }",
"graph_answer": [
"resource:La_Crosse__Wisconsin"
],
"readable_answer": [
"La Crosse, Wisconsin"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?k = '875400000' ) . ?g property:operating_income ?k . ?g property:foundation_place resource:La_Crosse__Wisconsin . ?g rdf:type ontology:subsidiary }",
"readable_query": "SELECT DISTINCT ?g WHERE { FILTER ( ?k = '875400000' ) . ?g property:operating_income ?k . ?g property:foundation_place resource:La_Crosse,_Wisconsin . ?g rdf:type ontology:subsidiary }",
"graph_answer": [
"resource:Trane"
],
"readable_answer": [
"Trane"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Trane property:has_to_its_southwest ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Trane property:has_to_its_southwest ?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
| 2 |
5421
|
Id165
|
[
{
"subject": "Olympic_Stadium_(Athens)",
"property": "location",
"object": "Marousi"
},
{
"subject": "AEK_Athens_F.C.",
"property": "ground",
"object": "Olympic_Stadium_(Athens)"
}
] |
[
{
"subject": "Olympic_Stadium_(Athens)",
"property": "location",
"object": "Marousi"
},
{
"subject": "AEK_Athens_F.C.",
"property": "ground",
"object": "Olympic_Stadium_(Athens)"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Olympic Stadium (Athens) is located in Marousi and is the home ground of AEK Athens FC.",
"The ground for AEK Athens FC is the Olympic Stadium (Athens) located in Marousi.",
"The ground for AEK Athens FC is the Olympic Stadium (Athens) in Marousi."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:AEK_Athens_F_C_",
"rdf:type",
"ontology:sports_team"
],
[
"resource:AEK_Athens_F_C_",
"property:ground",
"resource:Olympic_Stadium__Athens_"
],
[
"resource:Olympic_Stadium__Athens_",
"property:location",
"resource:Marousi"
]
] |
AEK_Athens_F.C.
|
[
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "AEK_Athens_F.C.",
"readable": "AEK Athens F.C.",
"graph": "resource:AEK_Athens_F_C_"
},
{
"modified": "Marousi",
"readable": "Marousi",
"graph": "resource:Marousi"
},
{
"modified": "Olympic_Stadium_(Athens)",
"readable": "Olympic Stadium",
"graph": "resource:Olympic_Stadium__Athens_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?i WHERE { ?r rdf:type ontology:sports_team . ?r property:ground ?i . ?i property:location resource:Marousi }",
"readable_query": "SELECT DISTINCT ?r ?i WHERE { ?r rdf:type ontology:sports_team . ?r property:ground ?i . ?i property:location resource:Marousi }",
"graph_answer": [
"resource:AEK_Athens_F_C_",
"resource:Olympic_Stadium__Athens_"
],
"readable_answer": [
"AEK Athens F.C.",
"Olympic Stadium"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Astronaut
| 4 |
8899
|
Id51
|
[
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
}
] |
[
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Elliot See, born in Dallas, graduated from University of Texas at Austin, and was a test pilot. He died in St. Louis.",
"Elliot See (born in Dallas) went to the University of Texas at Austin. Worked as a test pilot and died in St. Louis.",
"Test pilot Elliot See graduated from University of Texas at Austin, he was born in Dallas and died in St. Louis."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:occupation",
"resource:Test_pilot"
],
[
"resource:Elliot_See",
"property:alma_mater",
"resource:University_of_Texas_at_Austin"
],
[
"resource:Elliot_See",
"property:birth_place",
"resource:Dallas"
]
] |
Elliot_See
|
[
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "Dallas",
"readable": "Dallas",
"graph": "resource:Dallas"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "University_of_Texas_at_Austin",
"readable": "University of Texas at Austin",
"graph": "resource:University_of_Texas_at_Austin"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?z property:death_place ?l . ?z property:birth_place resource:United_Kingdom . ?z rdf:type ontology:astronaut }",
"readable_query": "ASK WHERE { ?z property:death_place ?l . ?z property:birth_place resource:United_Kingdom . ?z rdf:type ontology:astronaut }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.