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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Athlete
| 4 |
8980
|
Id50
|
[
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "History_of_the_St._Louis_Rams"
},
{
"subject": "Akeem_Ayers",
"property": "position",
"object": "Linebacker"
},
{
"subject": "Akeem_Ayers",
"property": "dateOfBirth",
"object": "\"1989-07-10\"^^xsd:date"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] |
[
{
"subject": "Akeem_Ayers",
"property": "formerTeam",
"object": "St._Louis_Rams"
},
{
"subject": "Akeem_Ayers",
"property": "position",
"object": "Linebacker"
},
{
"subject": "Akeem_Ayers",
"property": "birthDate",
"object": "1989-07-10"
},
{
"subject": "Akeem_Ayers",
"property": "debutTeam",
"object": "Tennessee_Titans"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Ayers was born on 10th July 1989. He plays in the position of linebacker and made his debut for the Tennessee Titans before going on to play for the St. Louis Rams.",
"Linebacker, Akeem Ayers, was born on 10th July 1989. His debut team was the Tennessee Titans and he used to play for the St. Louis Rams.",
"Akeem Ayers was born July 10th, 1989 and made his debut for the Tennessee Titans. A linebacker, his former team is the St Louis Rams."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Akeem_Ayers",
"property:former_team",
"resource:St__Louis_Rams"
],
[
"resource:Akeem_Ayers",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Ayers",
"property:birth_date",
"resource:1989_07_10"
],
[
"resource:Akeem_Ayers",
"property:debut_team",
"resource:Tennessee_Titans"
],
[
"resource:Akeem_Ayers",
"property:position",
"resource:Linebacker"
]
] |
Akeem_Ayers
|
[
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "debutTeam",
"readable": "debut team",
"graph": "property:debut_team"
},
{
"modified": "formerTeam",
"readable": "former team",
"graph": "property:former_team"
},
{
"modified": "position",
"readable": "position",
"graph": "property:position"
},
{
"modified": "1989-07-10",
"readable": "1989-07-10",
"graph": "resource:1989_07_10"
},
{
"modified": "Akeem_Ayers",
"readable": "Akeem Ayers",
"graph": "resource:Akeem_Ayers"
},
{
"modified": "Linebacker",
"readable": "Linebacker",
"graph": "resource:Linebacker"
},
{
"modified": "St._Louis_Rams",
"readable": "St. Louis Rams",
"graph": "resource:St__Louis_Rams"
},
{
"modified": "Tennessee_Titans",
"readable": "Tennessee Titans",
"graph": "resource:Tennessee_Titans"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?g property:position ?e . ?g property:birth_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1989' ) ) . ?g rdf:type ontology:athlete }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?g property:position ?e . ?g property:birth_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1989' ) ) . ?g rdf:type ontology:athlete }",
"graph_answer": [
"resource:Linebacker"
],
"readable_answer": [
"Linebacker"
],
"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 { FILTER ( CONTAINS ( YEAR ( ?d ) , '1989' ) ) . ?j property:birth_date ?d . ?j rdf:type ontology:athlete . ?j property:position resource:Linebacker }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( CONTAINS ( YEAR ( ?d ) , '1989' ) ) . ?j property:birth_date ?d . ?j rdf:type ontology:athlete . ?j property:position resource:Linebacker }",
"graph_answer": [
"resource:Akeem_Ayers"
],
"readable_answer": [
"Akeem Ayers"
],
"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 ?r WHERE { resource:Akeem_Ayers rdf:type ontology:athlete . resource:Akeem_Ayers property:position resource:Linebacker . resource:Akeem_Ayers property:birth_date ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:Akeem_Ayers rdf:type ontology:athlete . resource:Akeem_Ayers property:position resource:Linebacker . resource:Akeem_Ayers property:birth_date ?r }",
"graph_answer": [
"resource:1989_07_10"
],
"readable_answer": [
"1989-07-10"
],
"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": "ASK WHERE { resource:Akeem_Ayers property:debut_team resource:Tennessee_Titans }",
"readable_query": "ASK WHERE { resource:Akeem_Ayers property:debut_team resource:Tennessee_Titans }",
"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 ?b WHERE { resource:Akeem_Ayers property:eissn_number ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Akeem_Ayers property:eissn_number ?b }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 2 |
4292
|
Id142
|
[
{
"subject": "King_County,_Washington",
"property": "country",
"object": "United_States"
},
{
"subject": "Auburn,_Washington",
"property": "isPartOf",
"object": "King_County,_Washington"
}
] |
[
{
"subject": "King_County,_Washington",
"property": "country",
"object": "United_States"
},
{
"subject": "Auburn,_Washington",
"property": "isPartOf",
"object": "King_County,_Washington"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Auburn is located in King County, Washington, United States."
],
"lang": [
""
]
}
|
[] |
[] |
[
[
"resource:Auburn__Washington",
"rdf:type",
"ontology:city"
],
[
"resource:Auburn__Washington",
"property:is_part_of",
"resource:King_County__Washington"
],
[
"resource:King_County__Washington",
"property:country",
"resource:United_States"
]
] |
Auburn,_Washington
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Auburn,_Washington",
"readable": "Auburn, Washington",
"graph": "resource:Auburn__Washington"
},
{
"modified": "King_County,_Washington",
"readable": "King County, Washington",
"graph": "resource:King_County__Washington"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?c WHERE { ?b rdf:type ontology:city . ?c property:country resource:United_States . ?b property:is_part_of ?c }",
"readable_query": "SELECT DISTINCT ?b ?c WHERE { ?b rdf:type ontology:city . ?c property:country resource:United_States . ?b property:is_part_of ?c }",
"graph_answer": [
"resource:Auburn__Washington",
"resource:King_County__Washington"
],
"readable_answer": [
"Auburn, Washington",
"King County, Washington"
],
"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"
]
}
] |
|
Artist
| 4 |
8637
|
Id29
|
[
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Black_metal"
},
{
"subject": "Aaron_Turner",
"property": "associatedMusicalArtist",
"object": "Mamiffer"
},
{
"subject": "Aaron_Turner",
"property": "instrument",
"object": "Electric_guitar"
},
{
"subject": "Black_metal",
"property": "musicFusionGenre",
"object": "Death_metal"
}
] |
[
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Black_metal"
},
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "Mamiffer"
},
{
"subject": "Aaron_Turner",
"property": "instrument",
"object": "Electric_guitar"
},
{
"subject": "Black_metal",
"property": "musicFusionGenre",
"object": "Death_metal"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Turner is a Black metal musician and plays electric guitar for the Mamiffer. Death metal is a musical fusion of black metal.",
"Aaron Turner, electric guitarist, performs black metal music for Mamiffer. Death metal is a musical fusion of black metal.",
"Electric guitar player Aaron Turner performs for Mamiffer and plays Black Metal music. Black Metal helped give rise to Death Metal music."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aaron_Turner",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:Mamiffer"
],
[
"resource:Aaron_Turner",
"property:genre",
"resource:Black_metal"
],
[
"resource:Aaron_Turner",
"property:instrument",
"resource:Electric_guitar"
],
[
"resource:Black_metal",
"property:music_fusion_genre",
"resource:Death_metal"
]
] |
Aaron_Turner
|
[
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "instrument",
"readable": "instrument",
"graph": "property:instrument"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "Aaron_Turner",
"readable": "Aaron Turner",
"graph": "resource:Aaron_Turner"
},
{
"modified": "Black_metal",
"readable": "Black metal",
"graph": "resource:Black_metal"
},
{
"modified": "Death_metal",
"readable": "Death metal",
"graph": "resource:Death_metal"
},
{
"modified": "Electric_guitar",
"readable": "Electric guitar",
"graph": "resource:Electric_guitar"
},
{
"modified": "Mamiffer",
"readable": "Mamiffer",
"graph": "resource:Mamiffer"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'b' ) ) . ?p property:music_fusion_genre resource:Death_metal . ?q rdf:type ontology:artist . ?q property:genre ?p . ?q property:associated_band_associated_musical_artist resource:Mamiffer }",
"readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'b' ) ) . ?p property:music_fusion_genre resource:Death_metal . ?q rdf:type ontology:artist . ?q property:genre ?p . ?q property:associated_band_associated_musical_artist resource:Mamiffer }",
"graph_answer": [
"resource:Black_metal"
],
"readable_answer": [
"Black metal"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . ?d rdf:type ontology:artist . ?d property:genre resource:Black_metal }",
"readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . ?d rdf:type ontology:artist . ?d property:genre resource:Black_metal }",
"graph_answer": [
"resource:Aaron_Turner"
],
"readable_answer": [
"Aaron Turner"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Aaron_Turner property:instrument resource:Electric_guitar }",
"readable_query": "ASK WHERE { resource:Aaron_Turner property:instrument resource:Electric_guitar }",
"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
| 4 |
9540
|
Id139
|
[
{
"subject": "Georgia_(U.S._state)",
"property": "country",
"object": "United_States"
},
{
"subject": "Alpharetta,_Georgia",
"property": "subdivisionName",
"object": "Georgia_(U.S._state)"
},
{
"subject": "Alpharetta,_Georgia",
"property": "isPartOf",
"object": "Fulton_County,_Georgia"
},
{
"subject": "Fulton_County,_Georgia",
"property": "countySeat",
"object": "Atlanta"
}
] |
[
{
"subject": "Georgia_(U.S._state)",
"property": "country",
"object": "United_States"
},
{
"subject": "Alpharetta,_Georgia",
"property": "isPartOf",
"object": "Georgia_(U.S._state)"
},
{
"subject": "Alpharetta,_Georgia",
"property": "isPartOf",
"object": "Fulton_County,_Georgia"
},
{
"subject": "Fulton_County,_Georgia",
"property": "countySeat",
"object": "Atlanta"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alpharetta is part of Fulton County (Atlanta is the county seat), in Georgia, in the United States.",
"Alpharetta, Fulton County, Atlanta, Georgia are in the United States.",
"Alpharetta is part of Fulton County in Georgia, U.S. The county seat of that county is Atlanta."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Georgia__U_S__state_",
"property:country",
"resource:United_States"
],
[
"resource:Alpharetta__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Alpharetta__Georgia",
"property:is_part_of",
"resource:Georgia__U_S__state_"
],
[
"resource:Alpharetta__Georgia",
"property:is_part_of",
"resource:Fulton_County__Georgia"
],
[
"resource:Fulton_County__Georgia",
"property:county_seat",
"resource:Atlanta"
]
] |
Alpharetta,_Georgia
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "countySeat",
"readable": "county seat",
"graph": "property:county_seat"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Alpharetta,_Georgia",
"readable": "Alpharetta, Georgia",
"graph": "resource:Alpharetta__Georgia"
},
{
"modified": "Atlanta",
"readable": "Atlanta",
"graph": "resource:Atlanta"
},
{
"modified": "Fulton_County,_Georgia",
"readable": "Fulton County, Georgia",
"graph": "resource:Fulton_County__Georgia"
},
{
"modified": "Georgia_(U.S._state)",
"readable": "Georgia",
"graph": "resource:Georgia__U_S__state_"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { { resource:Alpharetta__Georgia property:is_part_of ?h } MINUS { ?h property:country resource:United_States } }",
"readable_query": "SELECT DISTINCT ?h WHERE { { resource:Alpharetta,_Georgia property:is_part_of ?h } MINUS { ?h property:country resource:United_States } }",
"graph_answer": [
"resource:Fulton_County__Georgia"
],
"readable_answer": [
"Fulton County, Georgia"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { resource:Alpharetta__Georgia property:is_part_of ?k . FILTER ( ?k != resource:Fulton_County__Georgia ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { resource:Alpharetta,_Georgia property:is_part_of ?k . FILTER ( ?k != resource:Fulton_County,_Georgia ) }",
"graph_answer": [
"resource:Georgia__U_S__state_"
],
"readable_answer": [
"Georgia"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Fulton_County__Georgia property:county_seat resource:Atlanta }",
"readable_query": "ASK WHERE { resource:Fulton_County,_Georgia property:county_seat resource:Atlanta }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation
| 3 |
7489
|
Id89
|
[
{
"subject": "Abarth_1000_GT_Coupé",
"property": "productionEndYear",
"object": "\"1958\"^^xsd:gYear"
},
{
"subject": "Abarth_1000_GT_Coupé",
"property": "wheelbase",
"object": "\"2.16\"^^xsd:double"
},
{
"subject": "Abarth_1000_GT_Coupé",
"property": "bodyStyle",
"object": "\"Two door coupé\"@en"
}
] |
[
{
"subject": "Abarth_1000_GT_Coupé",
"property": "productionEndYear",
"object": "1958"
},
{
"subject": "Abarth_1000_GT_Coupé",
"property": "wheelbase",
"object": "2160.0 (millimetres)"
},
{
"subject": "Abarth_1000_GT_Coupé",
"property": "bodyStyle",
"object": "\"Two door coupé\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Abarth 1000 GT Coupé is a two door model, has a wheelbase of 2160 millimetres, and stopped being produced in 1958.",
"The Abarth 1000 Gt Coupe is a 2 door coupe last made in 1958. It has a wheelbase of 2160mm.",
"The Abarth 1000 GT Coupé, discontinued in 1958, had a wheelbase of 2160 millimetres and a two door coupe body style."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abarth_1000_GT_Coup_",
"property:production_end_year",
"resource:1958"
],
[
"resource:Abarth_1000_GT_Coup_",
"property:wheelbase",
"2160.0 (millimetres)"
],
[
"resource:Abarth_1000_GT_Coup_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Abarth_1000_GT_Coup_",
"property:body_style",
"resource:Two_door_coup_"
]
] |
Abarth_1000_GT_Coupé
|
[
{
"modified": "2160.0 (millimetres)",
"readable": "2160.0",
"graph": "2160.0 (millimetres)"
},
{
"modified": "bodyStyle",
"readable": "body style",
"graph": "property:body_style"
},
{
"modified": "productionEndYear",
"readable": "production end year",
"graph": "property:production_end_year"
},
{
"modified": "wheelbase",
"readable": "wheelbase",
"graph": "property:wheelbase"
},
{
"modified": "1958",
"readable": "1958",
"graph": "resource:1958"
},
{
"modified": "Abarth_1000_GT_Coupé",
"readable": "Abarth 1000 GT Coupé",
"graph": "resource:Abarth_1000_GT_Coup_"
},
{
"modified": "Two door coupé",
"readable": "Two door coupé",
"graph": "resource:Two_door_coup_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?w ) WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:production_end_year ?l . ?k property:production_start_year resource:1958 }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?w ) WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:production_end_year ?l . ?k property:production_start_year resource:1958 }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"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 { ?w property:body_style resource:Two_door_coup_ . ?w property:wheelbase '2160.0 (millimetres)' . ?w rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( LCASE ( ?w ) , 'abarth' ) ) }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?w property:body_style resource:Two_door_coupé . ?w property:wheelbase '2160.0 (millimetres)' . ?w rdf:type ontology:mean_of_transportation . FILTER ( CONTAINS ( LCASE ( ?w ) , 'abarth' ) ) }",
"graph_answer": [
"resource:Abarth_1000_GT_Coup_"
],
"readable_answer": [
"Abarth 1000 GT Coupé"
],
"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 ?h WHERE { resource:Abarth_1000_GT_Coup_ property:chancellor ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Abarth_1000_GT_Coupé property:chancellor ?h }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician
| 4 |
10451
|
Id135
|
[
{
"subject": "Airey_Neave",
"property": "battles",
"object": "World_War_II"
},
{
"subject": "Airey_Neave",
"property": "birthPlace",
"object": "Knightsbridge"
},
{
"subject": "Airey_Neave",
"property": "activeYearsStartDate",
"object": "\"1974-03-04\"^^xsd:date"
},
{
"subject": "Airey_Neave",
"property": "activeYearsEndDate",
"object": "\"1979-03-30\"^^xsd:date"
}
] |
[
{
"subject": "Airey_Neave",
"property": "battle",
"object": "World_War_II"
},
{
"subject": "Airey_Neave",
"property": "birthPlace",
"object": "Knightsbridge"
},
{
"subject": "Airey_Neave",
"property": "activeYearsStartDate",
"object": "1974-03-04"
},
{
"subject": "Airey_Neave",
"property": "activeYearsEndDate",
"object": "1979-03-30"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Airey Neave; was born in Knightsbridge, began his career on March 4th 1974, fought in World War II, and ended his career on 30th March 1979.",
"Airey Neave, who was born in Knightsbridge and took part in World War II, began his career on March 4th 1974 and ended his career on 30th March 1979.",
"Airey Neave was born in Knightsbridge and fought in World War Two. He began his career on March 4th, 1979 and ended it five years later on the 30th of the same month."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Airey_Neave",
"rdf:type",
"ontology:politician"
],
[
"resource:Airey_Neave",
"property:active_years_start_date",
"resource:1974_03_04"
],
[
"resource:Airey_Neave",
"property:active_years_end_date",
"resource:1979_03_30"
],
[
"resource:Airey_Neave",
"property:battle",
"resource:World_War_II"
],
[
"resource:Airey_Neave",
"property:birth_place",
"resource:Knightsbridge"
]
] |
Airey_Neave
|
[
{
"modified": "activeYearsEndDate",
"readable": "active years end date",
"graph": "property:active_years_end_date"
},
{
"modified": "activeYearsStartDate",
"readable": "active years start date",
"graph": "property:active_years_start_date"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "1974-03-04",
"readable": "1974-03-04",
"graph": "resource:1974_03_04"
},
{
"modified": "1979-03-30",
"readable": "1979-03-30",
"graph": "resource:1979_03_30"
},
{
"modified": "Airey_Neave",
"readable": "Airey Neave",
"graph": "resource:Airey_Neave"
},
{
"modified": "Knightsbridge",
"readable": "Knightsbridge",
"graph": "resource:Knightsbridge"
},
{
"modified": "World_War_II",
"readable": "World War II",
"graph": "resource:World_War_II"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { ?h rdf:type ontology:politician . ?h property:active_years_end_date ?c . ?h property:battle ?f . FILTER ( CONTAINS ( YEAR ( ?c ) , '1979' ) ) }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?h rdf:type ontology:politician . ?h property:active_years_end_date ?c . ?h property:battle ?f . FILTER ( CONTAINS ( YEAR ( ?c ) , '1979' ) ) }",
"graph_answer": [
"resource:World_War_II"
],
"readable_answer": [
"World War II"
],
"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 { ?u rdf:type ontology:politician . ?u property:birth_place resource:Tyrol__state_ . ?u property:battle resource:World_War_II }",
"readable_query": "ASK WHERE { ?u rdf:type ontology:politician . ?u property:birth_place resource:Tyrol_(state) . ?u property:battle resource:World_War_II }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?i rdf:type ontology:politician . ?i property:battle resource:World_War_II . ?i property:birth_place resource:Knightsbridge }",
"readable_query": "ASK WHERE { ?i rdf:type ontology:politician . ?i property:battle resource:World_War_II . ?i property:birth_place resource:Knightsbridge }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?y WHERE { ?y rdf:type ontology:politician . ?y property:birth_place resource:Knightsbridge . ?y property:battle resource:World_War_II }",
"readable_query": "SELECT ?y WHERE { ?y rdf:type ontology:politician . ?y property:birth_place resource:Knightsbridge . ?y property:battle resource:World_War_II }",
"graph_answer": [
"resource:Airey_Neave"
],
"readable_answer": [
"Airey Neave"
],
"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 ?s ?w WHERE { resource:Airey_Neave property:active_years_end_date ?w . resource:Airey_Neave property:active_years_start_date ?s }",
"readable_query": "SELECT DISTINCT ?s ?w WHERE { resource:Airey_Neave property:active_years_end_date ?w . resource:Airey_Neave property:active_years_start_date ?s }",
"graph_answer": [
"resource:1974_03_04",
"resource:1979_03_30"
],
"readable_answer": [
"1974-03-04",
"1979-03-30"
],
"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 |
10866
|
Id85
|
[
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "lccn",
"object": "\"60040714\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\"@en"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "coden",
"object": "\"APGPAC\"@en"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "publisher",
"object": "\"Institute of Paleobiology, Polish Academy of Sciences\"@en"
}
] |
[
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "LCCN_number",
"object": "60040714"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "codenCode",
"object": "\"APGPAC\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "publisher",
"object": "\"Institute of Paleobiology, Polish Academy of Sciences\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Acta Palaeontologica Polonica is published by the Institute of Paleobiology, Polish Academy of Sciences and has the abbreviated name of Acta Palaeontol. Pol. The LCCN number is 60040714 and the CODEN code APGPAC.",
"Acta Palaeontologica Polonica was published by the Institute of Paleobiology, Polish Academy of Sciences and its title is abbreviated to Acta Palaeontol. Pol. It has an LCCN number of 60040714 and its CODEN code is APGPAC.",
"Acta Palaeontologica Polonica which is abbreviated to Acta Palaeontol.Pol, was published by the Institute of Paleobiology, Polish Academy of Sciences. This publication has an LCCN number of 60040714 and a CODEN code of APGPAC."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Acta_Palaeontologica_Polonica",
"property:coden_code",
"resource:APGPAC"
],
[
"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:publisher",
"Institute of Paleobiology, Polish Academy of Sciences"
]
] |
Acta_Palaeontologica_Polonica
|
[
{
"modified": "60040714",
"readable": "60040714",
"graph": "60040714"
},
{
"modified": "Institute of Paleobiology, Polish Academy of Sciences",
"readable": "Institute of Paleobiology, Polish Academy of Sciences",
"graph": "Institute of Paleobiology, Polish Academy of Sciences"
},
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "codenCode",
"readable": "coden code",
"graph": "property:coden_code"
},
{
"modified": "LCCN_number",
"readable": "l c c n number",
"graph": "property:l_c_c_n_number"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "APGPAC",
"readable": "APGPAC",
"graph": "resource:APGPAC"
},
{
"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"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?c property:publisher ?a . ?c rdf:type ontology:written_work . ?c property:l_c_c_n_number ?v . FILTER ( ?v <= '90000000' ) }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?c property:publisher ?a . ?c rdf:type ontology:written_work . ?c property:l_c_c_n_number ?v . FILTER ( ?v <= '90000000' ) }",
"graph_answer": [
"Institute of Paleobiology, Polish Academy of Sciences"
],
"readable_answer": [
"Institute of Paleobiology, Polish Academy of Sciences"
],
"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": "ASK WHERE { ?y property:publisher 'Institute of Paleobiology, Polish Academy of Sciences' . ?y property:coden_code resource:AMAHE9 . ?y rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?y property:publisher 'Institute of Paleobiology, Polish Academy of Sciences' . ?y property:coden_code resource:AMAHE9 . ?y rdf:type ontology:written_work }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?k property:publisher 'Institute of Paleobiology, Polish Academy of Sciences' . ?k property:coden_code resource:APGPAC . ?k rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?k property:publisher 'Institute of Paleobiology, Polish Academy of Sciences' . ?k property:coden_code resource:APGPAC . ?k rdf:type ontology:written_work }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?i WHERE { ?i property:publisher 'Institute of Paleobiology, Polish Academy of Sciences' . ?i rdf:type ontology:written_work . ?i property:coden_code resource:APGPAC }",
"readable_query": "SELECT ?i WHERE { ?i property:publisher 'Institute of Paleobiology, Polish Academy of Sciences' . ?i rdf:type ontology:written_work . ?i property:coden_code resource:APGPAC }",
"graph_answer": [
"resource:Acta_Palaeontologica_Polonica"
],
"readable_answer": [
"Acta Palaeontologica Polonica"
],
"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 ?x ?l WHERE { resource:Acta_Palaeontologica_Polonica property:l_c_c_n_number ?x . resource:Acta_Palaeontologica_Polonica property:abbreviation ?l }",
"readable_query": "SELECT DISTINCT ?x ?l WHERE { resource:Acta_Palaeontologica_Polonica property:l_c_c_n_number ?x . resource:Acta_Palaeontologica_Polonica property:abbreviation ?l }",
"graph_answer": [
"60040714",
"resource:Acta_Palaeontol__Pol_"
],
"readable_answer": [
"60040714",
"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"
]
}
] |
|
City
| 3 |
6930
|
Id218
|
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Alabama",
"property": "country",
"object": "United_States"
},
{
"subject": "Auburn,_Alabama",
"property": "isPartOf",
"object": "Alabama"
}
] |
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Alabama",
"property": "country",
"object": "United_States"
},
{
"subject": "Auburn,_Alabama",
"property": "isPartOf",
"object": "Alabama"
}
] |
(X (X (X (X))))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Auburn is located in Alabama in the U.S. Native Americans are one ethnic group in the United States.",
"The United States includes the ethnic group of Native Americans and is the location of Auburn, Alabama.",
"Auburn is part of Alabama, in the United States, where Native Americans are one of the ethnic groups."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alabama",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:Auburn__Alabama",
"rdf:type",
"ontology:city"
],
[
"resource:Auburn__Alabama",
"property:is_part_of",
"resource: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": "Alabama",
"readable": "Alabama",
"graph": "resource:Alabama"
},
{
"modified": "Auburn,_Alabama",
"readable": "Auburn, Alabama",
"graph": "resource:Auburn__Alabama"
},
{
"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 ?w ?m WHERE { ?w property:is_part_of ?m . ?m property:country resource:United_States . ?w rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?w ?m WHERE { ?w property:is_part_of ?m . ?m property:country resource:United_States . ?w rdf:type ontology:city }",
"graph_answer": [
"resource:Auburn__Alabama",
"resource:Alabama"
],
"readable_answer": [
"Auburn, Alabama",
"Alabama"
],
"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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:United_States property:neighboring_municipality ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:United_States property:neighboring_municipality ?o }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork
| 2 |
5578
|
Id113
|
[
{
"subject": "A_Wizard_of_Mars",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "A_Wizard_of_Mars",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"A Wizard of Mars was published in the United States in English.",
"A Wizard of Mars is published in English and originates from the United States."
],
"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"
]
] |
A_Wizard_of_Mars
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"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": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?w WHERE { resource:A_Wizard_of_Mars property:country ?o . resource:A_Wizard_of_Mars property:language ?w }",
"readable_query": "SELECT DISTINCT ?o ?w WHERE { resource:A_Wizard_of_Mars property:country ?o . resource:A_Wizard_of_Mars property:language ?w }",
"graph_answer": [
"resource:United_States",
"resource:English_language"
],
"readable_answer": [
"United States",
"English language"
],
"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 ( COUNT ( ?t ) AS ?n ) WHERE { ?j rdf:type ontology:written_work . ?j property:country ?t . ?j property:media_type resource:Print }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?n ) WHERE { ?j rdf:type ontology:written_work . ?j property:country ?t . ?j property:media_type resource:Print }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"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"
]
}
] |
|
Astronaut
| 6 |
12842
|
Id12
|
[
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Apollo_12",
"property": "operator",
"object": "NASA"
},
{
"subject": "Apollo_12",
"property": "crew1Up",
"object": "David_Scott"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selection",
"object": "1963"
},
{
"subject": "Alan_Bean",
"property": "almaMater",
"object": "\"UT Austin, B.S. 1955\"@en"
}
] |
[
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Apollo_12",
"property": "operator",
"object": "NASA"
},
{
"subject": "Apollo_12",
"property": "commander",
"object": "David_Scott"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selectedByNasa",
"object": "1963"
},
{
"subject": "Alan_Bean",
"property": "almaMater",
"object": "\"UT Austin, B.S. 1955\""
}
] |
(X (X) (X) (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan Bean was born in Wheeler, Texas. He graduated from UT Austin with a BS in 1955 and was chosen by NASA in 1963. He was on the crew of Apollo 12, operated by NASA and commanded by David Scott.",
"Alan bean was born in Wheeler, Texas. After graduation from UT Austin in 1955 with a B.S., he was chosen by NASA in 1963 to serve as a crew member of the Apollo 12, commanded by David Scott.",
"Alan Bean was born in Wheeler, Texas and graduated from UT Austin in 1955 with a Bachelor of Science degree. In 1963, Bean was selected by NASA to be part of their Apollo 12 crew commanded by David Scott."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Apollo_12",
"property:commander",
"resource:David_Scott"
],
[
"resource:Apollo_12",
"property:operator",
"resource:NASA"
],
[
"resource:Alan_Bean",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:mission",
"resource:Apollo_12"
],
[
"resource:Alan_Bean",
"property:alma_mater",
"UT Austin, B.S. 1955"
],
[
"resource:Alan_Bean",
"property:birth_place",
"resource:Wheeler__Texas"
]
] |
Alan_Bean
|
[
{
"modified": "UT Austin, B.S. 1955",
"readable": "UT Austin, B.S. 1955",
"graph": "UT Austin, B.S. 1955"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Apollo_12",
"readable": "Apollo 12",
"graph": "resource:Apollo_12"
},
{
"modified": "David_Scott",
"readable": "David Scott",
"graph": "resource:David_Scott"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
},
{
"modified": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?d ?j WHERE { resource:Apollo_12 property:commander ?d . resource:Apollo_12 property:operator ?j }",
"readable_query": "SELECT DISTINCT ?d ?j WHERE { resource:Apollo_12 property:commander ?d . resource:Apollo_12 property:operator ?j }",
"graph_answer": [
"resource:David_Scott",
"resource:NASA"
],
"readable_answer": [
"David Scott",
"NASA"
],
"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 ?m WHERE { ?l property:operator resource:NASA . ?m property:mission ?l . ?m rdf:type ontology:astronaut . ?m property:birth_place resource:Wheeler__Texas }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?l property:operator resource:NASA . ?m property:mission ?l . ?m rdf:type ontology:astronaut . ?m property:birth_place resource:Wheeler,_Texas }",
"graph_answer": [
"resource:Alan_Bean"
],
"readable_answer": [
"Alan Bean"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?s WHERE { resource:Alan_Bean property:alma_mater ?s . resource:Alan_Bean property:selected_by_nasa ?z }",
"readable_query": "SELECT DISTINCT ?z ?s WHERE { resource:Alan_Bean property:alma_mater ?s . resource:Alan_Bean property:selected_by_nasa ?z }",
"graph_answer": [
"resource:1963",
"UT Austin, B.S. 1955"
],
"readable_answer": [
"1963",
"UT Austin, B.S. 1955"
],
"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 { ?v property:selected_by_nasa ?b . ?v rdf:type ontology:astronaut . ?v property:birth_place resource:Hessisch_Oldendorf }",
"readable_query": "ASK WHERE { ?v property:selected_by_nasa ?b . ?v rdf:type ontology:astronaut . ?v property:birth_place resource:Hessisch_Oldendorf }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
SportsTeam
| 4 |
10576
|
Id17
|
[
{
"subject": "A.C._Chievo_Verona",
"property": "fullname",
"object": "\"Associazione Calcio ChievoVerona S.r.l.\"@en"
},
{
"subject": "A.C._Chievo_Verona",
"property": "ground",
"object": "\"Verona, Italy\"@en"
},
{
"subject": "A.C._Chievo_Verona",
"property": "season",
"object": "2014"
},
{
"subject": "A.C._Chievo_Verona",
"property": "capacity",
"object": "39371"
}
] |
[
{
"subject": "A.C._Chievo_Verona",
"property": "fullName",
"object": "\"Associazione Calcio ChievoVerona S.r.l.\""
},
{
"subject": "A.C._Chievo_Verona",
"property": "ground",
"object": "\"Verona, Italy\""
},
{
"subject": "A.C._Chievo_Verona",
"property": "season",
"object": "2014"
},
{
"subject": "A.C._Chievo_Verona",
"property": "numberOfMembers",
"object": "39371"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Associazione Calcio ChievoVerona S.r.l., is the full name of A.C. Chievo Verona which is in Verona, Italy. AC Chievo Verona competed in the 2014 season and has 39371 members.",
"Verona, Italy is the home to A.C. Chievo Verona which has the full name of Associazione Calcio ChievoVerona S.r.l. They have 39371 members and played in the 2014 season.",
"AC Chievo Verona, full name \"Associazione Calcio ChievoVerona S.r.l.\", play out of Verona, Italy. They competed in the 2014 Serie A season and have 39371 members."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_C__Chievo_Verona",
"property:season",
"resource:2014"
],
[
"resource:A_C__Chievo_Verona",
"property:full_name",
"Associazione Calcio ChievoVerona S.r.l."
],
[
"resource:A_C__Chievo_Verona",
"property:number_of_members",
"39371"
],
[
"resource:A_C__Chievo_Verona",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_C__Chievo_Verona",
"property:ground",
"resource:Verona__Italy"
]
] |
A.C._Chievo_Verona
|
[
{
"modified": "39371",
"readable": "39371",
"graph": "39371"
},
{
"modified": "Associazione Calcio ChievoVerona S.r.l.",
"readable": "Associazione Calcio ChievoVerona S.r.l.",
"graph": "Associazione Calcio ChievoVerona S.r.l."
},
{
"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.C._Chievo_Verona",
"readable": "A.C. Chievo Verona",
"graph": "resource:A_C__Chievo_Verona"
},
{
"modified": "Verona, Italy",
"readable": "Verona, Italy",
"graph": "resource:Verona__Italy"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?y property:ground ?u . ?y rdf:type ontology:sports_team . ?y property:number_of_members ?z . FILTER ( ?z >= '30000' ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?y property:ground ?u . ?y rdf:type ontology:sports_team . ?y property:number_of_members ?z . FILTER ( ?z >= '30000' ) }",
"graph_answer": [
"resource:Verona__Italy"
],
"readable_answer": [
"Verona, 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 ?a WHERE { ?q property:ground resource:Verona__Italy . ?q property:number_of_members ?a . ?q rdf:type ontology:sports_team }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?q property:ground resource:Verona,_Italy . ?q property:number_of_members ?a . ?q rdf:type ontology:sports_team }",
"graph_answer": [
"39371"
],
"readable_answer": [
"39371"
],
"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 ?k WHERE { ?q rdf:type ontology:sports_team . FILTER ( ?w = '39371' ) . ?q property:number_of_members ?w . ?q property:full_name ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?q rdf:type ontology:sports_team . FILTER ( ?w = '39371' ) . ?q property:number_of_members ?w . ?q property:full_name ?k }",
"graph_answer": [
"Associazione Calcio ChievoVerona S.r.l."
],
"readable_answer": [
"Associazione Calcio ChievoVerona S.r.l."
],
"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 ?u WHERE { ?u property:full_name 'Associazione Calcio ChievoVerona S.r.l.' . FILTER ( CONTAINS ( LCASE ( ?u ) , 'verona' ) ) . ?u rdf:type ontology:sports_team }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:full_name 'Associazione Calcio ChievoVerona S.r.l.' . FILTER ( CONTAINS ( LCASE ( ?u ) , 'verona' ) ) . ?u rdf:type ontology:sports_team }",
"graph_answer": [
"resource:A_C__Chievo_Verona"
],
"readable_answer": [
"A.C. Chievo Verona"
],
"type": [
"coreference",
"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 ?x WHERE { resource:A_C__Chievo_Verona property:death_year ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:A.C._Chievo_Verona property:death_year ?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"
]
}
] |
|
MeanOfTransportation
| 5 |
12400
|
Id117
|
[
{
"subject": "Delta_II",
"property": "launchSite",
"object": "Vandenberg_Air_Force_Base"
},
{
"subject": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0",
"property": "rockets",
"object": "Minotaur_V"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Antares_(rocket)",
"property": "sites",
"object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] |
[
{
"subject": "Delta_II",
"property": "launchSite",
"object": "Vandenberg_Air_Force_Base"
},
{
"subject": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0",
"property": "associatedRocket",
"object": "Minotaur_V"
},
{
"subject": "Antares_(rocket)",
"property": "comparable",
"object": "Delta_II"
},
{
"subject": "Delta_II",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "Antares_(rocket)",
"property": "launchSite",
"object": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Delta II, which originates from the United States, and is comparable to the rocket Antares, was launched at the Vandenberg Air Force Base. Both the Minotaur V and the rocket Antares werelaunched from the Mid-Atlantic Regional Spaceport Launch Pad 0.",
"The Antares rocket was launched at the Mid-Atlantic Regional Spaceport Launch Pad 0 (associated with the Minotar V rocket) and is similar to the Delta II. The Delta II, launched at the Vandenberg Air Force Base, is from the United States.",
"The Delta II, with its United States origin, was launched at the V and Mid-Atlantic Regional Spaceport Launch Pad 0, the site for the relative, Antares rocket and Minotaur V."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Delta_II",
"property:launch_site",
"resource:Vandenberg_Air_Force_Base"
],
[
"resource:Delta_II",
"property:country_origin",
"resource:United_States"
],
[
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0",
"property:associated_rocket",
"resource:Minotaur_V"
],
[
"resource:Antares__rocket_",
"property:launch_site",
"resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
],
[
"resource:Antares__rocket_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Antares__rocket_",
"property:comparable",
"resource:Delta_II"
]
] |
Antares_(rocket)
|
[
{
"modified": "associatedRocket",
"readable": "associated rocket",
"graph": "property:associated_rocket"
},
{
"modified": "comparable",
"readable": "comparable",
"graph": "property:comparable"
},
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "Antares_(rocket)",
"readable": "Antares",
"graph": "resource:Antares__rocket_"
},
{
"modified": "Delta_II",
"readable": "Delta II",
"graph": "resource:Delta_II"
},
{
"modified": "Mid-Atlantic_Regional_Spaceport_Launch_Pad_0",
"readable": "Mid-Atlantic Regional Spaceport Launch Pad 0",
"graph": "resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0"
},
{
"modified": "Minotaur_V",
"readable": "Minotaur V",
"graph": "resource:Minotaur_V"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Vandenberg_Air_Force_Base",
"readable": "Vandenberg Air Force Base",
"graph": "resource:Vandenberg_Air_Force_Base"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { { { ?a property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 } UNION { ?a property:launch_site resource:Vandenberg_Air_Force_Base } } . ?a rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?a WHERE { { { ?a property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 } UNION { ?a property:launch_site resource:Vandenberg_Air_Force_Base } } . ?a rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:Antares__rocket_",
"resource:Delta_II"
],
"readable_answer": [
"Antares",
"Delta II"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:mean_of_transportation . ?w property:launch_site resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:mean_of_transportation . ?w property:launch_site resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 }",
"graph_answer": [
"resource:Antares__rocket_"
],
"readable_answer": [
"Antares"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Mid_Atlantic_Regional_Spaceport_Launch_Pad_0 property:associated_rocket resource:Minotaur_V }",
"readable_query": "ASK WHERE { resource:Mid-Atlantic_Regional_Spaceport_Launch_Pad_0 property:associated_rocket resource:Minotaur_V }",
"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
| 2 |
4564
|
Id76
|
[
{
"subject": "Asam_pedas",
"property": "region",
"object": "\"Sumatra and Malay Peninsula\"@en"
},
{
"subject": "Asam_pedas",
"property": "country",
"object": "\"Indonesia and Malaysia\"@en"
}
] |
[
{
"subject": "Asam_pedas",
"property": "region",
"object": "\"Sumatra and Malay Peninsula\""
},
{
"subject": "Asam_pedas",
"property": "country",
"object": "\"Indonesia and Malaysia\""
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Asam pedas is from Indonesia and Malaysia and is found in the region of Sumatra and Malay peninsula."
],
"lang": [
""
]
}
|
[] |
[] |
[
[
"resource:Asam_pedas",
"rdf:type",
"ontology:food"
],
[
"resource:Asam_pedas",
"property:country",
"resource:Indonesia_and_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": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Asam_pedas",
"readable": "Asam pedas",
"graph": "resource:Asam_pedas"
},
{
"modified": "Indonesia and Malaysia",
"readable": "Indonesia and Malaysia",
"graph": "resource:Indonesia_and_Malaysia"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?v ?i WHERE { resource:Asam_pedas property:region ?v . resource:Asam_pedas property:country ?i }",
"readable_query": "SELECT DISTINCT ?v ?i WHERE { resource:Asam_pedas property:region ?v . resource:Asam_pedas property:country ?i }",
"graph_answer": [
"Sumatra and Malay Peninsula",
"resource:Indonesia_and_Malaysia"
],
"readable_answer": [
"Sumatra and Malay Peninsula",
"Indonesia and Malaysia"
],
"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"
]
}
] |
|
Astronaut
| 5 |
11452
|
Id69
|
[
{
"subject": "Elliot_See",
"property": "status",
"object": "\"Deceased\"@en"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthDate",
"object": "\"1927-07-23\"^^xsd:date"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "nationality",
"object": "United_States"
}
] |
[
{
"subject": "Elliot_See",
"property": "status",
"object": "\"Deceased\""
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthDate",
"object": "\"1927-07-23\""
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "nationality",
"object": "United_States"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Elliot See was born on July the 23rd, 1927 in Dallas, United States. He died in St. Louis.",
"The United States National Elliot See was born on the 23rd of July, 1927 in Dallas. He passed away in St. Louis."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Elliot_See",
"property:status",
"resource:Deceased"
],
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:nationality",
"resource:United_States"
],
[
"resource:Elliot_See",
"property:birth_date",
"1927-07-23"
],
[
"resource:Elliot_See",
"property:birth_place",
"resource:Dallas"
]
] |
Elliot_See
|
[
{
"modified": "1927-07-23",
"readable": "1927-07-23",
"graph": "1927-07-23"
},
{
"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": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"modified": "Dallas",
"readable": "Dallas",
"graph": "resource:Dallas"
},
{
"modified": "Deceased",
"readable": "Deceased",
"graph": "resource:Deceased"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?k property:birth_date ?w . ?k property:birth_place ?r . ?k rdf:type ontology:astronaut . FILTER ( ?w = \"1927-07-23\" ) }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?k property:birth_date ?w . ?k property:birth_place ?r . ?k rdf:type ontology:astronaut . FILTER ( ?w = \"1927-07-23\" ) }",
"graph_answer": [
"resource:Dallas"
],
"readable_answer": [
"Dallas"
],
"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 ?e WHERE { ?e rdf:type ontology:astronaut . ?e property:birth_date ?h . ?e property:birth_place resource:Dallas . FILTER ( ?h = \"1927-07-23\" ) }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:astronaut . ?e property:birth_date ?h . ?e property:birth_place resource:Dallas . FILTER ( ?h = \"1927-07-23\" ) }",
"graph_answer": [
"resource:Elliot_See"
],
"readable_answer": [
"Elliot See"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e ?g WHERE { resource:Elliot_See property:death_place ?g . resource:Elliot_See property:nationality ?e }",
"readable_query": "SELECT DISTINCT ?e ?g WHERE { resource:Elliot_See property:death_place ?g . resource:Elliot_See property:nationality ?e }",
"graph_answer": [
"resource:United_States",
"resource:St__Louis"
],
"readable_answer": [
"United States",
"St. Louis"
],
"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 ?n WHERE { resource:Elliot_See property:subsidiary ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Elliot_See property:subsidiary ?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"
]
}
] |
|
SportsTeam
| 3 |
8018
|
Id91
|
[
{
"subject": "A.S._Livorno_Calcio",
"property": "manager",
"object": "Christian_Panucci"
},
{
"subject": "Christian_Panucci",
"property": "clubs",
"object": "Genoa_C.F.C."
},
{
"subject": "Christian_Panucci",
"property": "team",
"object": "Italy_national_football_team"
}
] |
[
{
"subject": "A.S._Livorno_Calcio",
"property": "manager",
"object": "Christian_Panucci"
},
{
"subject": "Christian_Panucci",
"property": "club",
"object": "Genoa_C.F.C."
},
{
"subject": "Christian_Panucci",
"property": "club",
"object": "Italy_national_football_team"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A.S. Livorno Calcio are managed by Christian Panucci who played football for Genoa C.F.C. and the Italy national football team.",
"Christian Panucci plays for Genoa C.F.C. and the Italian national team, he also manages A.S. Livorno.",
"A.S. Livorno Calcio are managed by Christian Panucci who played for the Italy national football team and is attached to the club Genoa CFC."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Christian_Panucci",
"property:club",
"resource:Italy_national_football_team"
],
[
"resource:Christian_Panucci",
"property:club",
"resource:Genoa_C_F_C_"
],
[
"resource:A_S__Livorno_Calcio",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_S__Livorno_Calcio",
"property:manager",
"resource:Christian_Panucci"
]
] |
A.S._Livorno_Calcio
|
[
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "A.S._Livorno_Calcio",
"readable": "A.S. Livorno Calcio",
"graph": "resource:A_S__Livorno_Calcio"
},
{
"modified": "Christian_Panucci",
"readable": "Christian Panucci",
"graph": "resource:Christian_Panucci"
},
{
"modified": "Genoa_C.F.C.",
"readable": "Genoa C.F.C.",
"graph": "resource:Genoa_C_F_C_"
},
{
"modified": "Italy_national_football_team",
"readable": "Italy national football team",
"graph": "resource:Italy_national_football_team"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?j ) WHERE { resource:Christian_Panucci property:club ?p }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?j ) WHERE { resource:Christian_Panucci property:club ?p }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Christian_Panucci property:club ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Christian_Panucci property:club ?h }",
"graph_answer": [
"resource:Italy_national_football_team",
"resource:Genoa_C_F_C_"
],
"readable_answer": [
"Italy national football team",
"Genoa C.F.C."
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:A_S__Livorno_Calcio property:manager resource:Christian_Panucci . resource:A_S__Livorno_Calcio rdf:type ontology:sports_team }",
"readable_query": "ASK WHERE { resource:A.S._Livorno_Calcio property:manager resource:Christian_Panucci . resource:A.S._Livorno_Calcio rdf:type ontology:sports_team }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Food
| 3 |
7319
|
Id232
|
[
{
"subject": "Binignit",
"property": "ingredient",
"object": "Sweet_potato"
},
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Coconut_milk"
},
{
"subject": "Sweet_potato",
"property": "order",
"object": "Solanales"
}
] |
[
{
"subject": "Binignit",
"property": "ingredient",
"object": "Sweet_potato"
},
{
"subject": "Binignit",
"property": "mainIngredient",
"object": "Coconut_milk"
},
{
"subject": "Sweet_potato",
"property": "order",
"object": "Solanales"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"One of the main ingredients of binignit is coconut milk. Another ingredient is sweet potato which is from the order Solanales.",
"The main ingredient of binignit is coconut milk. Sweet potatoes from the order of Solanales are also included."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Sweet_potato",
"property:order",
"resource:Solanales"
],
[
"resource:Binignit",
"property:ingredient",
"resource:Sweet_potato"
],
[
"resource:Binignit",
"property:main_ingredient",
"resource:Coconut_milk"
],
[
"resource:Binignit",
"rdf:type",
"ontology:food"
]
] |
Binignit
|
[
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "order",
"readable": "order",
"graph": "property:order"
},
{
"modified": "Binignit",
"readable": "Binignit",
"graph": "resource:Binignit"
},
{
"modified": "Coconut_milk",
"readable": "Coconut milk",
"graph": "resource:Coconut_milk"
},
{
"modified": "Solanales",
"readable": "Solanales",
"graph": "resource:Solanales"
},
{
"modified": "Sweet_potato",
"readable": "Sweet potato",
"graph": "resource:Sweet_potato"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { ?d property:ingredient ?s . ?s property:order resource:Solanales . ?d rdf:type ontology:food . ?d property:main_ingredient resource:Coconut_milk }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?d property:ingredient ?s . ?s property:order resource:Solanales . ?d rdf:type ontology:food . ?d property:main_ingredient resource:Coconut_milk }",
"graph_answer": [
"resource:Sweet_potato"
],
"readable_answer": [
"Sweet potato"
],
"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 ?s WHERE { ?s property:main_ingredient resource:Coconut_milk . resource:Sweet_potato property:order resource:Solanales . ?s rdf:type ontology:food . ?s property:ingredient resource:Sweet_potato }",
"readable_query": "SELECT DISTINCT ?s WHERE { ?s property:main_ingredient resource:Coconut_milk . resource:Sweet_potato property:order resource:Solanales . ?s rdf:type ontology:food . ?s property:ingredient resource:Sweet_potato }",
"graph_answer": [
"resource:Binignit"
],
"readable_answer": [
"Binignit"
],
"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
| 5 |
12582
|
Id101
|
[
{
"subject": "Alfons_Gorbach",
"property": "placeOfDeath",
"object": "Styria"
},
{
"subject": "Alfons_Gorbach",
"property": "party",
"object": "Austrian_People's_Party"
},
{
"subject": "Alfons_Gorbach",
"property": "deathPlace",
"object": "Graz"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Tyrol_(state)"
},
{
"subject": "Alfons_Gorbach",
"property": "placeOfBirth",
"object": "Imst"
}
] |
[
{
"subject": "Alfons_Gorbach",
"property": "deathPlace",
"object": "Styria"
},
{
"subject": "Alfons_Gorbach",
"property": "party",
"object": "Austrian_People's_Party"
},
{
"subject": "Alfons_Gorbach",
"property": "deathPlace",
"object": "Graz"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Tyrol_(state)"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Imst"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A member of the Austrian People's Party, Alfons Gorbach was born in Imst, in the state of Tyrol and died in Graz, in Styria.",
"Alfons Gorbach was born in Imst in Tyrol and died in Graz in Styria. He was a politician from the Austrian People's Party.",
"Austrian People's Party Alfons Gorbach was born in Imst, Tyrol and died in Graz, Styria."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alfons_Gorbach",
"property:party",
"resource:Austrian_People_s_Party"
],
[
"resource:Alfons_Gorbach",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfons_Gorbach",
"property:death_place",
"resource:Styria"
],
[
"resource:Alfons_Gorbach",
"property:death_place",
"resource:Graz"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Imst"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Tyrol__state_"
]
] |
Alfons_Gorbach
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "Alfons_Gorbach",
"readable": "Alfons Gorbach",
"graph": "resource:Alfons_Gorbach"
},
{
"modified": "Austrian_People's_Party",
"readable": "Austrian People's Party",
"graph": "resource:Austrian_People_s_Party"
},
{
"modified": "Graz",
"readable": "Graz",
"graph": "resource:Graz"
},
{
"modified": "Imst",
"readable": "Imst",
"graph": "resource:Imst"
},
{
"modified": "Styria",
"readable": "Styria",
"graph": "resource:Styria"
},
{
"modified": "Tyrol_(state)",
"readable": "Tyrol",
"graph": "resource:Tyrol__state_"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?m rdf:type ontology:politician . ?m property:party ?o . ?m property:birth_place resource:Yugoslavia }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:politician . ?m property:party ?o . ?m property:birth_place resource:Yugoslavia }",
"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"
]
}
] |
|
Monument
| 5 |
12443
|
Id7
|
[
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "established",
"object": "2000"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "north",
"object": "Cumberland_County,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "category",
"object": "Contributing_property"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "municipality",
"object": "Gettysburg,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "region",
"object": "Adams_County,_Pennsylvania"
}
] |
[
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "established",
"object": "2000"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsNorth",
"object": "Cumberland_County,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "category",
"object": "Contributing_property"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "municipality",
"object": "Gettysburg,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "location",
"object": "Adams_County,_Pennsylvania"
}
] |
(X (X) (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"A monument to the 11th Mississippi Infantry was erected in 2000 in Gettysburg municipality in Adams County, Pennsylvania, which has Cumberland County, Pennsylvania to its north. The monument falls under the category of Contributing property.",
"The 11th Mississippi Infantry monument was established in 2000 in Gettysburg, Adams County, Pennsylvania, and falls under the category of contributing property. Adams County is located to the south of Cumberland County."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:11th_Mississippi_Infantry_Monument",
"rdf:type",
"ontology:monument"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:location",
"resource:Adams_County__Pennsylvania"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:municipality",
"resource:Gettysburg__Pennsylvania"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:established",
"resource:2000"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:category",
"resource:Contributing_property"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_north",
"resource:Cumberland_County__Pennsylvania"
]
] |
11th_Mississippi_Infantry_Monument
|
[
{
"modified": "category",
"readable": "category",
"graph": "property:category"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "hasToItsNorth",
"readable": "has to its north",
"graph": "property:has_to_its_north"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "municipality",
"readable": "municipality",
"graph": "property:municipality"
},
{
"modified": "11th_Mississippi_Infantry_Monument",
"readable": "11th Mississippi Infantry Monument",
"graph": "resource:11th_Mississippi_Infantry_Monument"
},
{
"modified": "2000",
"readable": "2000",
"graph": "resource:2000"
},
{
"modified": "Adams_County,_Pennsylvania",
"readable": "Adams County, Pennsylvania",
"graph": "resource:Adams_County__Pennsylvania"
},
{
"modified": "Contributing_property",
"readable": "Contributing property",
"graph": "resource:Contributing_property"
},
{
"modified": "Cumberland_County,_Pennsylvania",
"readable": "Cumberland County, Pennsylvania",
"graph": "resource:Cumberland_County__Pennsylvania"
},
{
"modified": "Gettysburg,_Pennsylvania",
"readable": "Gettysburg, Pennsylvania",
"graph": "resource:Gettysburg__Pennsylvania"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?y ) WHERE { ?f property:established resource:2000 . ?f rdf:type ontology:monument . ?r property:has_to_its_north resource:Cumberland_County__Pennsylvania . ?f property:location ?r }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?y ) WHERE { ?f property:established resource:2000 . ?f rdf:type ontology:monument . ?r property:has_to_its_north resource:Cumberland_County,_Pennsylvania . ?f property:location ?r }",
"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 ?t WHERE { ?g property:has_to_its_north resource:Cumberland_County__Pennsylvania . ?t property:established resource:2000 . ?t rdf:type ontology:monument . ?t property:location ?g }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?g property:has_to_its_north resource:Cumberland_County,_Pennsylvania . ?t property:established resource:2000 . ?t rdf:type ontology:monument . ?t property:location ?g }",
"graph_answer": [
"resource:11th_Mississippi_Infantry_Monument"
],
"readable_answer": [
"11th Mississippi Infantry Monument"
],
"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 ?j WHERE { resource:11th_Mississippi_Infantry_Monument property:location ?j . ?j property:has_to_its_north resource:Cumberland_County__Pennsylvania . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument . resource:11th_Mississippi_Infantry_Monument property:established resource:2000 }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:11th_Mississippi_Infantry_Monument property:location ?j . ?j property:has_to_its_north resource:Cumberland_County,_Pennsylvania . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument . resource:11th_Mississippi_Infantry_Monument property:established resource:2000 }",
"graph_answer": [
"resource:Adams_County__Pennsylvania"
],
"readable_answer": [
"Adams County, Pennsylvania"
],
"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 ?a WHERE { FILTER ( CONTAINS ( LCASE ( ?a ) , 'property' ) ) . resource:11th_Mississippi_Infantry_Monument property:category ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { FILTER ( CONTAINS ( LCASE ( ?a ) , 'property' ) ) . resource:11th_Mississippi_Infantry_Monument property:category ?a }",
"graph_answer": [
"resource:Contributing_property"
],
"readable_answer": [
"Contributing property"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:11th_Mississippi_Infantry_Monument property:service_start_year ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:11th_Mississippi_Infantry_Monument property:service_start_year ?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"
]
}
] |
|
City
| 2 |
4252
|
Id102
|
[
{
"subject": "Atlantic_City,_New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
[
{
"subject": "Atlantic_City,_New_Jersey",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Atlantic City is part of New Jersey, United States where African Americans are one of the country's ethnic groups.",
"Atlantic City, New Jersey is part of the United States of America where one of the ethnic groups are African Americans.",
"African Americans are an ethnic group in the United States, where Atlantic City, New Jersey is located."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Atlantic_City__New_Jersey",
"rdf:type",
"ontology:city"
],
[
"resource:Atlantic_City__New_Jersey",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] |
Atlantic_City,_New_Jersey
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Atlantic_City,_New_Jersey",
"readable": "Atlantic City, New Jersey",
"graph": "resource:Atlantic_City__New_Jersey"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?h WHERE { ?z property:country ?h . ?h property:ethnic_group resource:African_Americans . ?z rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ?z ?h WHERE { ?z property:country ?h . ?h property:ethnic_group resource:African_Americans . ?z rdf:type ontology:city }",
"graph_answer": [
"resource:Atlantic_City__New_Jersey",
"resource:United_States"
],
"readable_answer": [
"Atlantic City, New Jersey",
"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"
]
}
] |
|
Airport
| 3 |
5752
|
Id85
|
[
{
"subject": "Allama_Iqbal_International_Airport",
"property": "location",
"object": "Pakistan"
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "runwayLength",
"object": "\"2900.0\"^^xsd:double"
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "runwayDesignation",
"object": "\"18R/36L\""
}
] |
[
{
"subject": "Allama_Iqbal_International_Airport",
"property": "location",
"object": "Pakistan"
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "runwayName",
"object": "\"18R/36L\""
},
{
"subject": "Allama_Iqbal_International_Airport",
"property": "runwayLength",
"object": "2900.0"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Allama Iqbal International airport is located in Pakistan and has a runway named 18R/36L. The runway length is 2900.0.",
"Allama Iqbal International airport is located in Pakistan. Its runway name is 18R/36L and it is 2900 long.",
"Allama Iqbal International airport is located in Pakistan and has a 2,9 km long runway identified by the name 18R/36L."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Allama_Iqbal_International_Airport",
"property:runway_length",
"resource:2900_0"
],
[
"resource:Allama_Iqbal_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Allama_Iqbal_International_Airport",
"property:location",
"resource:Pakistan"
],
[
"resource:Allama_Iqbal_International_Airport",
"property:runway_name",
"resource:18R_36L"
]
] |
Allama_Iqbal_International_Airport
|
[
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "18R/36L",
"readable": "18R/36L",
"graph": "resource:18R_36L"
},
{
"modified": "2900.0",
"readable": "2900.0",
"graph": "resource:2900_0"
},
{
"modified": "Allama_Iqbal_International_Airport",
"readable": "Allama Iqbal International Airport",
"graph": "resource:Allama_Iqbal_International_Airport"
},
{
"modified": "Pakistan",
"readable": "Pakistan",
"graph": "resource:Pakistan"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?t ?c WHERE { resource:Allama_Iqbal_International_Airport property:runway_length ?c . resource:Allama_Iqbal_International_Airport property:runway_name ?t }",
"readable_query": "SELECT DISTINCT ?t ?c WHERE { resource:Allama_Iqbal_International_Airport property:runway_length ?c . resource:Allama_Iqbal_International_Airport property:runway_name ?t }",
"graph_answer": [
"resource:18R_36L",
"resource:2900_0"
],
"readable_answer": [
"18R/36L",
"2900.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { resource:Allama_Iqbal_International_Airport property:location ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Allama_Iqbal_International_Airport property:location ?v }",
"graph_answer": [
"resource:Pakistan"
],
"readable_answer": [
"Pakistan"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Monument
| 4 |
10278
|
Id10
|
[
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "category",
"object": "Historic_districts_in_the_United_States"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "district",
"object": "Monocacy_National_Battlefield"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "owningOrganisation",
"object": "National_Park_Service"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "established",
"object": "\"1907-07-11\"^^xsd:date"
}
] |
[
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "category",
"object": "Historic_districts_in_the_United_States"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "district",
"object": "Monocacy_National_Battlefield"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "owningOrganisation",
"object": "National_Park_Service"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "established",
"object": "\"1907-07-11\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The 14th New Jersey Volunteer Infantry Monument (established 1907-07-11) at the Monocacy National Battlefield is categorised as a Historic district in the United States, and was provided by the National Park Service.",
"The 14th New Jersey Volunteer Infantry Monument is a historic district in the United States, and was established on 11th July 1907 at the Monocacy National Battlefield, where it is owned by the National Park Service.",
"On 11 July 1907 the 14th New Jersey Volunteer Infantry monument was established by the National Park Service in the Monocacy National Battlefield. It now belongs to the category of historic districts within the US."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:owning_organisation",
"resource:National_Park_Service"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:district",
"resource:Monocacy_National_Battlefield"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"rdf:type",
"ontology:monument"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:established",
"1907-07-11"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:category",
"resource:Historic_districts_in_the_United_States"
]
] |
14th_New_Jersey_Volunteer_Infantry_Monument
|
[
{
"modified": "1907-07-11",
"readable": "1907-07-11",
"graph": "1907-07-11"
},
{
"modified": "category",
"readable": "category",
"graph": "property:category"
},
{
"modified": "district",
"readable": "district",
"graph": "property:district"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "owningOrganisation",
"readable": "owning organisation",
"graph": "property:owning_organisation"
},
{
"modified": "14th_New_Jersey_Volunteer_Infantry_Monument",
"readable": "14th New Jersey Volunteer Infantry Monument",
"graph": "resource:14th_New_Jersey_Volunteer_Infantry_Monument"
},
{
"modified": "Historic_districts_in_the_United_States",
"readable": "Historic districts in the United States",
"graph": "resource:Historic_districts_in_the_United_States"
},
{
"modified": "Monocacy_National_Battlefield",
"readable": "Monocacy National Battlefield",
"graph": "resource:Monocacy_National_Battlefield"
},
{
"modified": "National_Park_Service",
"readable": "National Park Service",
"graph": "resource:National_Park_Service"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?s property:category ?u . ?s rdf:type ontology:monument . ?s property:established ?c . FILTER ( CONTAINS ( YEAR ( ?c ) , '1907' ) ) }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?s property:category ?u . ?s rdf:type ontology:monument . ?s property:established ?c . FILTER ( CONTAINS ( YEAR ( ?c ) , '1907' ) ) }",
"graph_answer": [
"resource:Historic_districts_in_the_United_States"
],
"readable_answer": [
"Historic districts in the United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?q rdf:type ontology:monument . ?q property:category resource:Historic_districts_in_the_United_States . ?q property:established ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?q rdf:type ontology:monument . ?q property:category resource:Historic_districts_in_the_United_States . ?q property:established ?h }",
"graph_answer": [
"1907-07-11"
],
"readable_answer": [
"1907-07-11"
],
"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 rdf:type ontology:monument . ?x property:established ?t . ?x property:district ?j . FILTER ( CONTAINS ( YEAR ( ?t ) , '1907' ) ) }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?x rdf:type ontology:monument . ?x property:established ?t . ?x property:district ?j . FILTER ( CONTAINS ( YEAR ( ?t ) , '1907' ) ) }",
"graph_answer": [
"resource:Monocacy_National_Battlefield"
],
"readable_answer": [
"Monocacy National Battlefield"
],
"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:established ?k . FILTER ( CONTAINS ( YEAR ( ?k ) , '1907' ) ) . ?r rdf:type ontology:monument . ?r property:district resource:Monocacy_National_Battlefield }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:established ?k . FILTER ( CONTAINS ( YEAR ( ?k ) , '1907' ) ) . ?r rdf:type ontology:monument . ?r property:district resource:Monocacy_National_Battlefield }",
"graph_answer": [
"resource:14th_New_Jersey_Volunteer_Infantry_Monument"
],
"readable_answer": [
"14th New Jersey Volunteer Infantry Monument"
],
"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 ?x WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:has_to_its_southeast ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:has_to_its_southeast ?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"
]
}
] |
|
Athlete
| 4 |
8986
|
Id56
|
[
{
"subject": "Akeem_Dent",
"property": "birthYear",
"object": "\"1987\"^^xsd:gYear"
},
{
"subject": "Akeem_Dent",
"property": "team",
"object": "Houston_Texans"
},
{
"subject": "Akeem_Dent",
"property": "dateOfBirth",
"object": "\"1987-09-27\"^^xsd:date"
},
{
"subject": "Akeem_Dent",
"property": "placeOfBirth",
"object": "\"Atlanta, Georgia\"@en"
}
] |
[
{
"subject": "Akeem_Dent",
"property": "birthYear",
"object": "1987"
},
{
"subject": "Akeem_Dent",
"property": "club",
"object": "Houston_Texans"
},
{
"subject": "Akeem_Dent",
"property": "birthDate",
"object": "1987-09-27"
},
{
"subject": "Akeem_Dent",
"property": "birthPlace",
"object": "\"Atlanta, Georgia\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Akeem Dent was born in Atlanta, Georgia on Sept 27, 1987 and played for the Houston Texans.",
"Akeem Dent, whose club is the Houston Texans, was born in Atlanta Georgia, on 27/09/1987.",
"Akeem Dent was born September 27, 1987 in Atlanta, Georgia. He plays for the Houston Texans."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Akeem_Dent",
"property:birth_year",
"resource:1987"
],
[
"resource:Akeem_Dent",
"rdf:type",
"ontology:athlete"
],
[
"resource:Akeem_Dent",
"property:club",
"resource:Houston_Texans"
],
[
"resource:Akeem_Dent",
"property:birth_date",
"resource:1987_09_27"
],
[
"resource:Akeem_Dent",
"property:birth_place",
"resource:Atlanta__Georgia"
]
] |
Akeem_Dent
|
[
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "birthYear",
"readable": "birth year",
"graph": "property:birth_year"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "1987",
"readable": "1987",
"graph": "resource:1987"
},
{
"modified": "1987-09-27",
"readable": "1987-09-27",
"graph": "resource:1987_09_27"
},
{
"modified": "Akeem_Dent",
"readable": "Akeem Dent",
"graph": "resource:Akeem_Dent"
},
{
"modified": "Atlanta, Georgia",
"readable": "Atlanta, Georgia",
"graph": "resource:Atlanta__Georgia"
},
{
"modified": "Houston_Texans",
"readable": "Houston Texans",
"graph": "resource:Houston_Texans"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?i property:birth_date ?t . ?i property:birth_place ?e . ?i rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?t ) , '1987' ) ) }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?i property:birth_date ?t . ?i property:birth_place ?e . ?i rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?t ) , '1987' ) ) }",
"graph_answer": [
"resource:Atlanta__Georgia"
],
"readable_answer": [
"Atlanta, Georgia"
],
"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 { ?y property:birth_place 'Fort Campbell, KY, raised in Dothan, AL' . ?y rdf:type ontology:athlete . ?y property:birth_date ?d }",
"readable_query": "ASK WHERE { ?y property:birth_place 'Fort Campbell, KY, raised in Dothan, AL' . ?y rdf:type ontology:athlete . ?y property:birth_date ?d }",
"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"
]
}
] |
|
Politician
| 2 |
5234
|
Id226
|
[
{
"subject": "Alvah_Sabin",
"property": "region",
"object": "Vermont"
},
{
"subject": "Vermont",
"property": "largestcity",
"object": "Burlington,_Vermont"
}
] |
[
{
"subject": "Alvah_Sabin",
"property": "region",
"object": "Vermont"
},
{
"subject": "Vermont",
"property": "largestCity",
"object": "Burlington,_Vermont"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alvah Sabin represented Vermont, whose largest city is Burlington.",
"Alvah Sabin represented Vermont, the largest city of which, is Burlington, Vermont."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alvah_Sabin",
"rdf:type",
"ontology:politician"
],
[
"resource:Alvah_Sabin",
"property:region",
"resource:Vermont"
],
[
"resource:Vermont",
"property:largest_city",
"resource:Burlington__Vermont"
]
] |
Alvah_Sabin
|
[
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Alvah_Sabin",
"readable": "Alvah Sabin",
"graph": "resource:Alvah_Sabin"
},
{
"modified": "Burlington,_Vermont",
"readable": "Burlington, Vermont",
"graph": "resource:Burlington__Vermont"
},
{
"modified": "Vermont",
"readable": "Vermont",
"graph": "resource:Vermont"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?w property:largest_city resource:Abilene__Texas . ?b property:region ?w . ?b rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?w property:largest_city resource:Abilene,_Texas . ?b property:region ?w . ?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"
]
}
] |
|
WrittenWork
| 3 |
8329
|
Id175
|
[
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "genre",
"object": "Fantasy_literature"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "oclc",
"object": "78771100"
}
] |
[
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "oclcNumber",
"object": "78771100"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "genre",
"object": "Fantasy_literature"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"Alcatraz Versus the Evil Librarians is a fantasy literature hardcover book. The OCLC number is 78771100."
],
"lang": [
""
]
}
|
[] |
[] |
[
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:media_type",
"resource:Hardcover"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"rdf:type",
"ontology:written_work"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:oclc_number",
"78771100"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:genre",
"resource:Fantasy_literature"
]
] |
Alcatraz_Versus_the_Evil_Librarians
|
[
{
"modified": "78771100",
"readable": "78771100",
"graph": "78771100"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "oclcNumber",
"readable": "oclc number",
"graph": "property:oclc_number"
},
{
"modified": "Alcatraz_Versus_the_Evil_Librarians",
"readable": "Alcatraz Versus the Evil Librarians",
"graph": "resource:Alcatraz_Versus_the_Evil_Librarians"
},
{
"modified": "Fantasy_literature",
"readable": "Fantasy literature",
"graph": "resource:Fantasy_literature"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?j property:oclc_number ?y . ?j property:genre ?z . FILTER ( ?y > '50000000' ) . ?j rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?j property:oclc_number ?y . ?j property:genre ?z . FILTER ( ?y > '50000000' ) . ?j rdf:type ontology:written_work }",
"graph_answer": [
"resource:Fantasy_literature"
],
"readable_answer": [
"Fantasy literature"
],
"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 ?c WHERE { ?w property:oclc_number ?c . ?w rdf:type ontology:written_work . ?w property:genre resource:Fantasy_literature }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?w property:oclc_number ?c . ?w rdf:type ontology:written_work . ?w property:genre resource:Fantasy_literature }",
"graph_answer": [
"78771100"
],
"readable_answer": [
"78771100"
],
"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:genre resource:Fantasy_literature . ?q property:oclc_number 78771100 . ?q rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:genre resource:Fantasy_literature . ?q property:oclc_number 78771100 . ?q rdf:type ontology:written_work }",
"graph_answer": [
"resource:Alcatraz_Versus_the_Evil_Librarians"
],
"readable_answer": [
"Alcatraz Versus the Evil Librarians"
],
"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 ?w WHERE { resource:Alcatraz_Versus_the_Evil_Librarians property:media_type ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Alcatraz_Versus_the_Evil_Librarians property:media_type ?w }",
"graph_answer": [
"resource:Hardcover"
],
"readable_answer": [
"Hardcover"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 2 |
3229
|
Id34
|
[
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "runwayLength",
"object": "\"4349.0\"^^xsd:double"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
}
] |
[
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "runwayLength",
"object": "4349.0"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The runway length of Adolfo Suárez Madrid–Barajas Airport which is located at San Sebastian de los Reyes, is 4,349.",
"Adolfo Suarez Madrid-Barajas Airport is located in San Sebastian de los Reyes and its runway is 4349 metres long."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:runway_length",
"resource:4349_0"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:location",
"resource:San_Sebasti_n_de_los_Reyes"
]
] |
Adolfo_Suárez_Madrid–Barajas_Airport
|
[
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "4349.0",
"readable": "4349.0",
"graph": "resource:4349_0"
},
{
"modified": "Adolfo_Suárez_Madrid–Barajas_Airport",
"readable": "Adolfo Suárez Madrid–Barajas Airport",
"graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
},
{
"modified": "San_Sebastián_de_los_Reyes",
"readable": "San Sebastián de los Reyes",
"graph": "resource:San_Sebasti_n_de_los_Reyes"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:airport . ?q property:runway_length resource:4349_0 . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'a' ) ) . ?q property:location resource:San_Sebasti_n_de_los_Reyes }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:airport . ?q property:runway_length resource:4349.0 . FILTER ( STRSTARTS ( LCASE ( ?q ) , 'a' ) ) . ?q property:location resource:San_Sebastián_de_los_Reyes }",
"graph_answer": [
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
],
"readable_answer": [
"Adolfo Suárez Madrid–Barajas Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 2 |
3342
|
Id147
|
[
{
"subject": "Ardmore_Airport_(New_Zealand)",
"property": "r3Surface",
"object": "Poaceae"
},
{
"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": "runwayLength",
"object": "518.0"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"At New Zealand's Ardmore Airport, one of the runways is 518.0 long and the third runway is made of Poaceae.",
"The 3rd runway at Ardmore Airport (New Zealand) is made of Poaceae and has a length of 518.0."
],
"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:3rd_runway_surface_type",
"resource:Poaceae"
]
] |
Ardmore_Airport_(New_Zealand)
|
[
{
"modified": "3rdRunwaySurfaceType",
"readable": "3rd runway surface type",
"graph": "property:3rd_runway_surface_type"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"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 ?q ?d WHERE { resource:Ardmore_Airport__New_Zealand_ property:runway_length ?d . resource:Ardmore_Airport__New_Zealand_ property:3rd_runway_surface_type ?q }",
"readable_query": "SELECT DISTINCT ?q ?d WHERE { resource:Ardmore_Airport_(New_Zealand) property:runway_length ?d . resource:Ardmore_Airport_(New_Zealand) property:3rd_runway_surface_type ?q }",
"graph_answer": [
"resource:Poaceae",
"resource:518_0"
],
"readable_answer": [
"Poaceae",
"518.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"
]
}
] |
|
Food
| 2 |
4757
|
Id269
|
[
{
"subject": "Singapore",
"property": "leader",
"object": "Tony_Tan"
},
{
"subject": "Beef_kway_teow",
"property": "country",
"object": "Singapore"
}
] |
[
{
"subject": "Singapore",
"property": "leader",
"object": "Tony_Tan"
},
{
"subject": "Beef_kway_teow",
"property": "country",
"object": "Singapore"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Tony Tan is the leader of Singapore where Beef kway teow is a popular dish.",
"Beef kway teow is a dish from Singapore and Tony Tan is its leader."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Beef_kway_teow",
"rdf:type",
"ontology:food"
],
[
"resource:Beef_kway_teow",
"property:country",
"resource:Singapore"
],
[
"resource:Singapore",
"property:leader",
"resource:Tony_Tan"
]
] |
Beef_kway_teow
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Beef_kway_teow",
"readable": "Beef kway teow",
"graph": "resource:Beef_kway_teow"
},
{
"modified": "Singapore",
"readable": "Singapore",
"graph": "resource:Singapore"
},
{
"modified": "Tony_Tan",
"readable": "Tony Tan",
"graph": "resource:Tony_Tan"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { resource:Beef_kway_teow rdf:type ontology:food . ?y property:leader resource:Tony_Tan . resource:Beef_kway_teow property:country ?y }",
"readable_query": "ASK WHERE { resource:Beef_kway_teow rdf:type ontology:food . ?y property:leader resource:Tony_Tan . resource:Beef_kway_teow property:country ?y }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?s WHERE { ?s property:leader resource:Tony_Tan . resource:Beef_kway_teow rdf:type ontology:food . resource:Beef_kway_teow property:country ?s }",
"readable_query": "SELECT ?s WHERE { ?s property:leader resource:Tony_Tan . resource:Beef_kway_teow rdf:type ontology:food . resource:Beef_kway_teow property:country ?s }",
"graph_answer": [
"resource:Singapore"
],
"readable_answer": [
"Singapore"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 5 |
11083
|
Id132
|
[
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "subdivisionName",
"object": "Ellington,_Wisconsin"
},
{
"subject": "Appleton,_Wisconsin",
"property": "isPartOf",
"object": "Kimberly,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "country",
"object": "United_States"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
}
] |
[
{
"subject": "Appleton_International_Airport",
"property": "location",
"object": "Greenville,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "isPartOf",
"object": "Ellington,_Wisconsin"
},
{
"subject": "Appleton,_Wisconsin",
"property": "isPartOf",
"object": "Kimberly,_Wisconsin"
},
{
"subject": "Greenville,_Wisconsin",
"property": "country",
"object": "United_States"
},
{
"subject": "Appleton_International_Airport",
"property": "cityServed",
"object": "Appleton,_Wisconsin"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Appleton International airport is located in Greenville, Wisconsin and serves the city of Appleton, Wisconsin, USA. Greenville, Wisconsin is part of Ellington and Appleton is part of Kimberly, Wisconsin.",
"In Wisconsin (United States), is Appleton International Airport, in Greenville (part of Ellington). It serves the city of Appleton which is part of Kimberly, Wisconsin.",
"Appleton is served by Appleton International Airport located in Greenville, part of Ellington and Kimberly, Wisconsin, United States."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Appleton__Wisconsin",
"property:is_part_of",
"resource:Kimberly__Wisconsin"
],
[
"resource:Appleton_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Appleton_International_Airport",
"property:location",
"resource:Greenville__Wisconsin"
],
[
"resource:Appleton_International_Airport",
"property:city_served",
"resource:Appleton__Wisconsin"
],
[
"resource:Greenville__Wisconsin",
"property:country",
"resource:United_States"
],
[
"resource:Greenville__Wisconsin",
"property:is_part_of",
"resource:Ellington__Wisconsin"
]
] |
Appleton_International_Airport
|
[
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"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": "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": "Greenville,_Wisconsin",
"readable": "Greenville, Wisconsin",
"graph": "resource:Greenville__Wisconsin"
},
{
"modified": "Kimberly,_Wisconsin",
"readable": "Kimberly, Wisconsin",
"graph": "resource:Kimberly__Wisconsin"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { { { resource:Greenville__Wisconsin property:is_part_of ?i } UNION { resource:Appleton__Wisconsin property:is_part_of ?i } } }",
"readable_query": "SELECT DISTINCT ?i WHERE { { { resource:Greenville,_Wisconsin property:is_part_of ?i } UNION { resource:Appleton,_Wisconsin property:is_part_of ?i } } }",
"graph_answer": [
"resource:Ellington__Wisconsin",
"resource:Kimberly__Wisconsin"
],
"readable_answer": [
"Ellington, Wisconsin",
"Kimberly, Wisconsin"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { resource:Greenville__Wisconsin property:is_part_of ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Greenville,_Wisconsin property:is_part_of ?f }",
"graph_answer": [
"resource:Ellington__Wisconsin"
],
"readable_answer": [
"Ellington, Wisconsin"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Appleton_International_Airport property:location resource:Greenville__Wisconsin . resource:Appleton_International_Airport rdf:type ontology:airport }",
"readable_query": "ASK WHERE { resource:Appleton_International_Airport property:location resource:Greenville,_Wisconsin . resource:Appleton_International_Airport rdf:type ontology:airport }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:Greenville__Wisconsin property:place ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Greenville,_Wisconsin property:place ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 3 |
5835
|
Id168
|
[
{
"subject": "Iraq",
"property": "language",
"object": "Kurdish_languages"
},
{
"subject": "Al-Taqaddum_Air_Base",
"property": "cityServed",
"object": "Fallujah"
},
{
"subject": "Fallujah",
"property": "country",
"object": "Iraq"
}
] |
[
{
"subject": "Iraq",
"property": "language",
"object": "Kurdish_languages"
},
{
"subject": "Al-Taqaddum_Air_Base",
"property": "cityServed",
"object": "Fallujah"
},
{
"subject": "Fallujah",
"property": "country",
"object": "Iraq"
}
] |
(X (X (X (X))))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Al-Taqaddum Air Base serves the city of Fallujah, in the country of Iraq where the Kurdish language is spoken.",
"Al-Taqaddum Air Base serves the city of Fallujah in Iraq where the Kurdish languages are spoken.",
"The Al Taqaddum Air Base serves the city of Fallujah in Iraq, a country where the Kurdish languages are spoken."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Iraq",
"property:language",
"resource:Kurdish_languages"
],
[
"resource:Fallujah",
"property:country",
"resource:Iraq"
],
[
"resource:Al_Taqaddum_Air_Base",
"rdf:type",
"ontology:airport"
],
[
"resource:Al_Taqaddum_Air_Base",
"property:city_served",
"resource:Fallujah"
]
] |
Al-Taqaddum_Air_Base
|
[
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Al-Taqaddum_Air_Base",
"readable": "Al-Taqaddum Air Base",
"graph": "resource:Al_Taqaddum_Air_Base"
},
{
"modified": "Fallujah",
"readable": "Fallujah",
"graph": "resource:Fallujah"
},
{
"modified": "Iraq",
"readable": "Iraq",
"graph": "resource:Iraq"
},
{
"modified": "Kurdish_languages",
"readable": "Kurdish languages",
"graph": "resource:Kurdish_languages"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?o WHERE { ?o property:country resource:Iraq . ?c rdf:type ontology:airport . ?c property:city_served ?o }",
"readable_query": "SELECT DISTINCT ?c ?o WHERE { ?o property:country resource:Iraq . ?c rdf:type ontology:airport . ?c property:city_served ?o }",
"graph_answer": [
"resource:Al_Taqaddum_Air_Base",
"resource:Fallujah"
],
"readable_answer": [
"Al-Taqaddum Air Base",
"Fallujah"
],
"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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Iraq property:mass ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Iraq property:mass ?e }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 5 |
10985
|
Id34
|
[
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "runwayDesignation",
"object": "\"18L/36R\""
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "runwayLength",
"object": "\"3499.71\"^^xsd:double"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "elevation",
"object": "\"610.0\"^^xsd:double"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operator",
"object": "ENAIRE"
}
] |
[
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "runwayName",
"object": "\"18L/36R\""
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "runwayLength",
"object": "3500.0"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "610.0"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operatingOrganisation",
"object": "ENAIRE"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Adolfo Suárez Madrid–Barajas Airport is elevated 610 metres above sea level in Madrid and is operated by ENAIRE. The runway, which is 3500 in length, is named 18L/36R.",
"Adolfo Suarez Madrid-Barajas Airport is located in Madrid, and is 610 metres above sea level. It has a runway named 18L/36R, stretching to 3500 in length. ENAIRE is the airport's operation organisation."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:runway_length",
"resource:3500_0"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:location",
"resource:Madrid"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:elevation_above_the_sea_level",
"resource:610_0"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:runway_name",
"resource:18L_36R"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:operating_organisation",
"resource:ENAIRE"
]
] |
Adolfo_Suárez_Madrid–Barajas_Airport
|
[
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "runwayName",
"readable": "runway name",
"graph": "property:runway_name"
},
{
"modified": "18L/36R",
"readable": "18L/36R",
"graph": "resource:18L_36R"
},
{
"modified": "3500.0",
"readable": "3500.0",
"graph": "resource:3500_0"
},
{
"modified": "610.0",
"readable": "610.0",
"graph": "resource:610_0"
},
{
"modified": "Adolfo_Suárez_Madrid–Barajas_Airport",
"readable": "Adolfo Suárez Madrid–Barajas Airport",
"graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
},
{
"modified": "ENAIRE",
"readable": "ENAIRE",
"graph": "resource:ENAIRE"
},
{
"modified": "Madrid",
"readable": "Madrid",
"graph": "resource:Madrid"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y ?g WHERE { resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:runway_name ?g . resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:runway_length ?y }",
"readable_query": "SELECT DISTINCT ?y ?g WHERE { resource:Adolfo_Suárez_Madrid–Barajas_Airport property:runway_name ?g . resource:Adolfo_Suárez_Madrid–Barajas_Airport property:runway_length ?y }",
"graph_answer": [
"resource:3500_0",
"resource:18L_36R"
],
"readable_answer": [
"3500.0",
"18L/36R"
],
"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 ?m WHERE { resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:operating_organisation ?m . resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:elevation_above_the_sea_level ?x }",
"readable_query": "SELECT DISTINCT ?x ?m WHERE { resource:Adolfo_Suárez_Madrid–Barajas_Airport property:operating_organisation ?m . resource:Adolfo_Suárez_Madrid–Barajas_Airport property:elevation_above_the_sea_level ?x }",
"graph_answer": [
"resource:610_0",
"resource:ENAIRE"
],
"readable_answer": [
"610.0",
"ENAIRE"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Food
| 5 |
12072
|
Id19
|
[
{
"subject": "Arem-arem",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Indonesia",
"property": "leaderName",
"object": "Jusuf_Kalla"
},
{
"subject": "Arem-arem",
"property": "region",
"object": "Javanese_cuisine"
},
{
"subject": "Indonesia",
"property": "currency",
"object": "Indonesian_rupiah"
},
{
"subject": "Indonesia",
"property": "language",
"object": "Indonesian_language"
}
] |
[
{
"subject": "Arem-arem",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Indonesia",
"property": "leader",
"object": "Jusuf_Kalla"
},
{
"subject": "Arem-arem",
"property": "region",
"object": "Javanese_cuisine"
},
{
"subject": "Indonesia",
"property": "currency",
"object": "Indonesian_rupiah"
},
{
"subject": "Indonesia",
"property": "language",
"object": "Indonesian_language"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Arem arem is a Javanese dish from the country of Indonesia, where Jusuf Kalla is the leader, Indonesian is the language spoken and the currency is the Indonesian rupiah.",
"Jusuf Kalla is the leader of Indonesia, where the Indonesian language is spoken and the currency is the Indonesian rupiah. The Javanese dish arem-arem is a commonly served in Indonesia.",
"Arem-arem is a Javanese dish found in Indonesia where Indonesian is spoken and Jusuf Kalla is a leader. Indonesia's currency is the rupiah."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Arem_arem",
"rdf:type",
"ontology:food"
],
[
"resource:Arem_arem",
"property:country",
"resource:Indonesia"
],
[
"resource:Arem_arem",
"property:region",
"resource:Javanese_cuisine"
],
[
"resource:Indonesia",
"property:leader",
"resource:Jusuf_Kalla"
],
[
"resource:Indonesia",
"property:language",
"resource:Indonesian_language"
],
[
"resource:Indonesia",
"property:currency",
"resource:Indonesian_rupiah"
]
] |
Arem-arem
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "currency",
"readable": "currency",
"graph": "property:currency"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Arem-arem",
"readable": "Arem-arem",
"graph": "resource:Arem_arem"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Indonesian_language",
"readable": "Indonesian language",
"graph": "resource:Indonesian_language"
},
{
"modified": "Indonesian_rupiah",
"readable": "Indonesian rupiah",
"graph": "resource:Indonesian_rupiah"
},
{
"modified": "Javanese_cuisine",
"readable": "Javanese cuisine",
"graph": "resource:Javanese_cuisine"
},
{
"modified": "Jusuf_Kalla",
"readable": "Jusuf Kalla",
"graph": "resource:Jusuf_Kalla"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?m ) WHERE { ?l rdf:type ontology:food . ?l property:country ?r . ?r property:currency resource:Indonesian_rupiah }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?m ) WHERE { ?l rdf:type ontology:food . ?l property:country ?r . ?r property:currency resource:Indonesian_rupiah }",
"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 ?k WHERE { ?a property:currency resource:Indonesian_rupiah . ?k property:country ?a . ?k rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?a property:currency resource:Indonesian_rupiah . ?k property:country ?a . ?k rdf:type ontology:food }",
"graph_answer": [
"resource:Arem_arem"
],
"readable_answer": [
"Arem-arem"
],
"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 ?q WHERE { resource:Arem_arem property:rocket_stages ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Arem-arem property:rocket_stages ?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"
]
}
] |
|
Building
| 4 |
9259
|
Id182
|
[
{
"subject": "Ethiopia",
"property": "leader",
"object": "Hailemariam_Desalegn"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "country",
"object": "Ethiopia"
},
{
"subject": "Ethiopia",
"property": "leaderName",
"object": "Mulatu_Teshome"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "location",
"object": "Addis_Ababa"
}
] |
[
{
"subject": "Ethiopia",
"property": "leader",
"object": "Mulatu_Teshome"
},
{
"subject": "Ethiopia",
"property": "leader",
"object": "Hailemariam_Desalegn"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "country",
"object": "Ethiopia"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "location",
"object": "Addis_Ababa"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Addis Ababa City Hall is located in Addis Ababa, Ethiopia, where main leaders are Mulatu Teshome and Hailemariam Desalegn.",
"Addis Ababa City Hall can be found in Addis Ababa, Ethiopia, a country led by Mulatu Teshome and Hailemariam Desalegn."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ethiopia",
"property:leader",
"resource:Hailemariam_Desalegn"
],
[
"resource:Ethiopia",
"property:leader",
"resource:Mulatu_Teshome"
],
[
"resource:Addis_Ababa_City_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Addis_Ababa_City_Hall",
"property:location",
"resource:Addis_Ababa"
],
[
"resource:Addis_Ababa_City_Hall",
"property:country",
"resource:Ethiopia"
]
] |
Addis_Ababa_City_Hall
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Addis_Ababa",
"readable": "Addis Ababa",
"graph": "resource:Addis_Ababa"
},
{
"modified": "Addis_Ababa_City_Hall",
"readable": "Addis Ababa City Hall",
"graph": "resource:Addis_Ababa_City_Hall"
},
{
"modified": "Ethiopia",
"readable": "Ethiopia",
"graph": "resource:Ethiopia"
},
{
"modified": "Hailemariam_Desalegn",
"readable": "Hailemariam Desalegn",
"graph": "resource:Hailemariam_Desalegn"
},
{
"modified": "Mulatu_Teshome",
"readable": "Mulatu Teshome",
"graph": "resource:Mulatu_Teshome"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?b ) WHERE { resource:Ethiopia property:leader ?a }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?b ) WHERE { resource:Ethiopia property:leader ?a }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Ethiopia property:leader ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Ethiopia property:leader ?s }",
"graph_answer": [
"resource:Hailemariam_Desalegn",
"resource:Mulatu_Teshome"
],
"readable_answer": [
"Hailemariam Desalegn",
"Mulatu Teshome"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Addis_Ababa_City_Hall rdf:type ontology:building . resource:Addis_Ababa_City_Hall property:location resource:Addis_Ababa }",
"readable_query": "ASK WHERE { resource:Addis_Ababa_City_Hall rdf:type ontology:building . resource:Addis_Ababa_City_Hall property:location resource:Addis_Ababa }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation
| 3 |
7568
|
Id168
|
[
{
"subject": "Aston_Martin_V8",
"property": "related",
"object": "Aston_Martin_DBS"
},
{
"subject": "Aston_Martin_DBS",
"property": "successor",
"object": "Aston_Martin_Vantage"
},
{
"subject": "Aston_Martin_DBS",
"property": "manufacturer",
"object": "Aston_Martin"
}
] |
[
{
"subject": "Aston_Martin_V8",
"property": "relatedMeanOfTransportation",
"object": "Aston_Martin_DBS"
},
{
"subject": "Aston_Martin_DBS",
"property": "successor",
"object": "Aston_Martin_Vantage"
},
{
"subject": "Aston_Martin_DBS",
"property": "manufacturer",
"object": "Aston_Martin"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Aston Martin V8 and DBS are similar vehicles manufactured by Aston Martin. The DBS was succeeded by the Vantage.",
"The Aston Martin Vantage succeeded the Aston Martin DBS which is the manufacturer of the Aston Martin. The Aston Martin V8 and the Aston Martin DBS are related means of transport.",
"Aston Martin is the manufacturer of the Aston Mastin DBS succeeded by the Aston Martin Vantage which is a related means or transportation to the Aston Martin V8."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aston_Martin_V8",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Aston_Martin_V8",
"property:related_mean_of_transportation",
"resource:Aston_Martin_DBS"
],
[
"resource:Aston_Martin_DBS",
"property:successor",
"resource:Aston_Martin_Vantage"
],
[
"resource:Aston_Martin_DBS",
"property:manufacturer",
"resource:Aston_Martin"
]
] |
Aston_Martin_V8
|
[
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "relatedMeanOfTransportation",
"readable": "related mean of transportation",
"graph": "property:related_mean_of_transportation"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Aston_Martin",
"readable": "Aston Martin",
"graph": "resource:Aston_Martin"
},
{
"modified": "Aston_Martin_DBS",
"readable": "Aston Martin DBS",
"graph": "resource:Aston_Martin_DBS"
},
{
"modified": "Aston_Martin_V8",
"readable": "Aston Martin V8",
"graph": "resource:Aston_Martin_V8"
},
{
"modified": "Aston_Martin_Vantage",
"readable": "Aston Martin Vantage",
"graph": "resource:Aston_Martin_Vantage"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?f ?g WHERE { ?f property:related_mean_of_transportation ?g . ?f rdf:type ontology:mean_of_transportation . ?g property:manufacturer resource:Aston_Martin }",
"readable_query": "SELECT DISTINCT ?f ?g WHERE { ?f property:related_mean_of_transportation ?g . ?f rdf:type ontology:mean_of_transportation . ?g property:manufacturer resource:Aston_Martin }",
"graph_answer": [
"resource:Aston_Martin_V8",
"resource:Aston_Martin_DBS"
],
"readable_answer": [
"Aston Martin V8",
"Aston Martin DBS"
],
"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 ?p WHERE { resource:Aston_Martin_DBS property:successor ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:Aston_Martin_DBS property:successor ?p }",
"graph_answer": [
"resource:Aston_Martin_Vantage"
],
"readable_answer": [
"Aston Martin Vantage"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist
| 2 |
3505
|
Id117
|
[
{
"subject": "Alex_Day",
"property": "placeOfBirth",
"object": "United_Kingdom"
},
{
"subject": "Alex_Day",
"property": "birthPlace",
"object": "Hornchurch"
}
] |
[
{
"subject": "Alex_Day",
"property": "birthPlace",
"object": "United_Kingdom"
},
{
"subject": "Alex_Day",
"property": "birthPlace",
"object": "Hornchurch"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alex Day was born in Hornchurch, in the U.K.",
"Alex Day was born in the Hornchurch, United Kingdom.",
"Alex Day was born in Hornchurch, United Kingdom."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alex_Day",
"rdf:type",
"ontology:artist"
],
[
"resource:Alex_Day",
"property:birth_place",
"resource:United_Kingdom"
],
[
"resource:Alex_Day",
"property:birth_place",
"resource:Hornchurch"
]
] |
Alex_Day
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "Alex_Day",
"readable": "Alex Day",
"graph": "resource:Alex_Day"
},
{
"modified": "Hornchurch",
"readable": "Hornchurch",
"graph": "resource:Hornchurch"
},
{
"modified": "United_Kingdom",
"readable": "United Kingdom",
"graph": "resource:United_Kingdom"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?i property:birth_place resource:Tampere . ?i rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?i property:birth_place resource:Tampere . ?i rdf:type ontology:artist }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?r property:birth_place resource:United_Kingdom . ?r rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?r property:birth_place resource:United_Kingdom . ?r 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_Kingdom . ?t rdf:type ontology:artist }",
"readable_query": "SELECT ?t WHERE { ?t property:birth_place resource:United_Kingdom . ?t rdf:type ontology:artist }",
"graph_answer": [
"resource:Alex_Day"
],
"readable_answer": [
"Alex Day"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 4 |
9142
|
Id65
|
[
{
"subject": "3Arena",
"property": "owner",
"object": "Live_Nation_Entertainment"
},
{
"subject": "Dublin",
"property": "country",
"object": "Republic_of_Ireland"
},
{
"subject": "3Arena",
"property": "location",
"object": "Dublin"
},
{
"subject": "Dublin",
"property": "isPartOf",
"object": "Leinster"
}
] |
[
{
"subject": "3Arena",
"property": "owner",
"object": "Live_Nation_Entertainment"
},
{
"subject": "Dublin",
"property": "country",
"object": "Republic_of_Ireland"
},
{
"subject": "3Arena",
"property": "location",
"object": "Dublin"
},
{
"subject": "Dublin",
"property": "isPartOf",
"object": "Leinster"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"3Arena is located in Dublin, which is part of Leinster in the Republic of Ireland. It is owned by Live Nation Entertainment.",
"3Arena is located in Dublin, Leinster, Republic of Ireland and is owned by Live Nation Entertainment.",
"Live Nation Entertainment own 3Arena in Dublin, Leinster, Republic of Ireland."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Dublin",
"property:country",
"resource:Republic_of_Ireland"
],
[
"resource:Dublin",
"property:is_part_of",
"resource:Leinster"
],
[
"resource:3Arena",
"rdf:type",
"ontology:building"
],
[
"resource:3Arena",
"property:location",
"resource:Dublin"
],
[
"resource:3Arena",
"property:owner",
"resource:Live_Nation_Entertainment"
]
] |
3Arena
|
[
{
"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": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "Dublin",
"readable": "Dublin",
"graph": "resource:Dublin"
},
{
"modified": "Leinster",
"readable": "Leinster",
"graph": "resource:Leinster"
},
{
"modified": "Live_Nation_Entertainment",
"readable": "Live Nation Entertainment",
"graph": "resource:Live_Nation_Entertainment"
},
{
"modified": "Republic_of_Ireland",
"readable": "Republic of Ireland",
"graph": "resource:Republic_of_Ireland"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?f ) WHERE { ?s property:location ?v . ?s rdf:type ontology:building . ?v property:is_part_of resource:Leinster }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?f ) WHERE { ?s property:location ?v . ?s rdf:type ontology:building . ?v property:is_part_of resource:Leinster }",
"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 ?i WHERE { ?h property:is_part_of resource:Leinster . ?i rdf:type ontology:building . ?i property:location ?h }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?h property:is_part_of resource:Leinster . ?i rdf:type ontology:building . ?i property:location ?h }",
"graph_answer": [
"resource:3Arena"
],
"readable_answer": [
"3Arena"
],
"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 ?y WHERE { ?y property:is_part_of resource:Leinster . ?i property:owner resource:Live_Nation_Entertainment . ?i rdf:type ontology:building . ?i property:location ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y property:is_part_of resource:Leinster . ?i property:owner resource:Live_Nation_Entertainment . ?i rdf:type ontology:building . ?i property:location ?y }",
"graph_answer": [
"resource:Dublin"
],
"readable_answer": [
"Dublin"
],
"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 ?v WHERE { resource:Dublin property:in_office_while_president ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Dublin property:in_office_while_president ?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"
]
}
] |
|
Athlete
| 3 |
6336
|
Id172
|
[
{
"subject": "Alex_Tyus",
"property": "placeOfBirth",
"object": "St._Louis"
},
{
"subject": "St._Louis",
"property": "leaderName",
"object": "Francis_G._Slay"
},
{
"subject": "St._Louis",
"property": "isPartOf",
"object": "Spain"
}
] |
[
{
"subject": "Alex_Tyus",
"property": "birthPlace",
"object": "St._Louis"
},
{
"subject": "St._Louis",
"property": "leader",
"object": "Francis_G._Slay"
},
{
"subject": "St._Louis",
"property": "isPartOf",
"object": "Spain"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"St Louis, which is part of Spain and led by Francis G Slay, is the birthplace of Alex Tyus.",
"St Louis, which is part of Spain and led by Francis G Slay, is the birth place of Alex Tyus."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alex_Tyus",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alex_Tyus",
"property:birth_place",
"resource:St__Louis"
],
[
"resource:St__Louis",
"property:leader",
"resource:Francis_G__Slay"
],
[
"resource:St__Louis",
"property:is_part_of",
"resource:Spain"
]
] |
Alex_Tyus
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alex_Tyus",
"readable": "Alex Tyus",
"graph": "resource:Alex_Tyus"
},
{
"modified": "Francis_G._Slay",
"readable": "Francis G. Slay",
"graph": "resource:Francis_G__Slay"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 's' ) ) . ?v property:leader resource:Francis_G__Slay . ?v property:is_part_of resource:Spain }",
"readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 's' ) ) . ?v property:leader resource:Francis_G._Slay . ?v property:is_part_of resource:Spain }",
"graph_answer": [
"resource:St__Louis"
],
"readable_answer": [
"St. Louis"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Alex_Tyus rdf:type ontology:athlete . resource:Alex_Tyus property:birth_place resource:St__Louis }",
"readable_query": "ASK WHERE { resource:Alex_Tyus rdf:type ontology:athlete . resource:Alex_Tyus property:birth_place resource:St._Louis }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Astronaut
| 6 |
12906
|
Id76
|
[
{
"subject": "William_Anders",
"property": "birthDate",
"object": "\"1933-10-17\"^^xsd:date"
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "Apollo_8",
"property": "crew2Up",
"object": "Buzz_Aldrin"
},
{
"subject": "Apollo_8",
"property": "crewMembers",
"object": "Frank_Borman"
},
{
"subject": "Apollo_8",
"property": "operator",
"object": "NASA"
},
{
"subject": "William_Anders",
"property": "selection",
"object": "1963"
}
] |
[
{
"subject": "William_Anders",
"property": "birthDate",
"object": "\"1933-10-17\""
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "Apollo_8",
"property": "backupPilot",
"object": "Buzz_Aldrin"
},
{
"subject": "Apollo_8",
"property": "crewMembers",
"object": "Frank_Borman"
},
{
"subject": "Apollo_8",
"property": "operator",
"object": "NASA"
},
{
"subject": "William_Anders",
"property": "selectedByNasa",
"object": "1963"
}
] |
(X (X) (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"William Anders was born in 1933 and joined NASA in 1963. He served as a crew member of Apollo 8, operated by NASA. The backup pilot was Buzz Aldrin and Frank Borman was also a crew member.",
"William Anders was born on October 17th, 1933. In 1963, he was chosen by NASA to serve as a member of the Apollo 8 crew, with Frank Borman and backup pilot, Buzz Aldrin.",
"Born on the 17th of October 1933 William Anders started working for NASA in 1963 .He was a crew member on the NASA operated Apollo 8 mission along with backup pilot Buzz Aldrin and Frank Borman."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:William_Anders",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"resource:William_Anders",
"property:mission",
"resource:Apollo_8"
],
[
"resource:William_Anders",
"property:birth_date",
"1933-10-17"
],
[
"resource:Apollo_8",
"property:backup_pilot",
"resource:Buzz_Aldrin"
],
[
"resource:Apollo_8",
"property:operator",
"resource:NASA"
],
[
"resource:Apollo_8",
"property:crew_members",
"resource:Frank_Borman"
]
] |
William_Anders
|
[
{
"modified": "1933-10-17",
"readable": "1933-10-17",
"graph": "1933-10-17"
},
{
"modified": "backupPilot",
"readable": "backup pilot",
"graph": "property:backup_pilot"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "crewMembers",
"readable": "crew members",
"graph": "property:crew_members"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "Apollo_8",
"readable": "Apollo 8",
"graph": "resource:Apollo_8"
},
{
"modified": "Buzz_Aldrin",
"readable": "Buzz Aldrin",
"graph": "resource:Buzz_Aldrin"
},
{
"modified": "Frank_Borman",
"readable": "Frank Borman",
"graph": "resource:Frank_Borman"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
},
{
"modified": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?o rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?l ) , '1933' ) ) . ?o property:birth_date ?l . ?g property:operator resource:NASA . ?o property:mission ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?o rdf:type ontology:astronaut . FILTER ( CONTAINS ( YEAR ( ?l ) , '1933' ) ) . ?o property:birth_date ?l . ?g property:operator resource:NASA . ?o property:mission ?g }",
"graph_answer": [
"resource:Apollo_8"
],
"readable_answer": [
"Apollo 8"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?l property:birth_date ?o . ?l rdf:type ontology:astronaut . ?l property:mission resource:Apollo_12 }",
"readable_query": "ASK WHERE { ?l property:birth_date ?o . ?l rdf:type ontology:astronaut . ?l property:mission resource:Apollo_12 }",
"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"
]
}
] |
|
CelestialBody
| 3 |
6710
|
Id127
|
[
{
"subject": "11264_Claudiomaccone",
"property": "epoch",
"object": "\"November 26, 2005 (JD2453700.5)\""
},
{
"subject": "11264_Claudiomaccone",
"property": "rotationPeriod",
"object": "\"11473.9\"^^xsd:double"
},
{
"subject": "11264_Claudiomaccone",
"property": "Planet/apoapsis",
"object": "\"4.75426E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] |
[
{
"subject": "11264_Claudiomaccone",
"property": "epoch",
"object": "2005-11-26"
},
{
"subject": "11264_Claudiomaccone",
"property": "rotationPeriod",
"object": "11473.9"
},
{
"subject": "11264_Claudiomaccone",
"property": "apoapsis",
"object": "475426000.0 (kilometres)"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The rotation period for 11264 Claudiomaccone which has an epoch date of 26.11.2005, is 11473.9. Its apoapsis is 475426000.0 kilometres.",
"11264 Claudiomaccone has an epoch date of November 26th 2005, an apoapsis of 475426000 kilometres and its rotation period is 11473.9.",
"11264 Claudiomaccone has the epoch date of 26 November 2005, an apoapsis of 475426000 kms and a rotation period of 11473.9."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:11264_Claudiomaccone",
"property:epoch",
"resource:2005_11_26"
],
[
"resource:11264_Claudiomaccone",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:11264_Claudiomaccone",
"property:apoapsis",
"475426000.0 (kilometres)"
],
[
"resource:11264_Claudiomaccone",
"property:rotation_period",
"resource:11473_9"
]
] |
11264_Claudiomaccone
|
[
{
"modified": "475426000.0 (kilometres)",
"readable": "475426000.0",
"graph": "475426000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "rotationPeriod",
"readable": "rotation period",
"graph": "property:rotation_period"
},
{
"modified": "11264_Claudiomaccone",
"readable": "11264 Claudiomaccone",
"graph": "resource:11264_Claudiomaccone"
},
{
"modified": "11473.9",
"readable": "11473.9",
"graph": "resource:11473_9"
},
{
"modified": "2005-11-26",
"readable": "2005-11-26",
"graph": "resource:2005_11_26"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?w rdf:type ontology:celestial_body . ?w property:epoch ?c . FILTER ( ?c = \"2005_11_26\" ) . ?w property:rotation_period ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?w rdf:type ontology:celestial_body . ?w property:epoch ?c . FILTER ( ?c = \"2005-11-26\" ) . ?w property:rotation_period ?j }",
"graph_answer": [
"resource:11473_9"
],
"readable_answer": [
"11473.9"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?k rdf:type ontology:celestial_body . ?k property:apoapsis ?b . ?k property:rotation_period resource:9953_28 }",
"readable_query": "ASK WHERE { ?k rdf:type ontology:celestial_body . ?k property:apoapsis ?b . ?k property:rotation_period resource:9953.28 }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Artist
| 4 |
8844
|
Id236
|
[
{
"subject": "Uruguay",
"property": "leader",
"object": "Raúl_Fernando_Sendic_Rodríguez"
},
{
"subject": "Montevideo",
"property": "country",
"object": "Uruguay"
},
{
"subject": "Alfredo_Zitarrosa",
"property": "birthPlace",
"object": "Montevideo"
},
{
"subject": "Montevideo",
"property": "leaderName",
"object": "Daniel_Martínez_(politician)"
}
] |
[
{
"subject": "Uruguay",
"property": "leader",
"object": "Raúl_Fernando_Sendic_Rodríguez"
},
{
"subject": "Montevideo",
"property": "country",
"object": "Uruguay"
},
{
"subject": "Alfredo_Zitarrosa",
"property": "birthPlace",
"object": "Montevideo"
},
{
"subject": "Montevideo",
"property": "leader",
"object": "Daniel_Martínez_(politician)"
}
] |
(X (X (X) (X (X))))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfredo Zitarrosa was born in Montevideo in Uruguay whose leader is Raul Fernando Sendic Rodriguez. The leader of Montevideo is Daniel Martínez.",
"The birthplace of Alfredo Zitarrosa is Montevideo, Uruguay. The country's leader is Raúl Fernando Sendic Rodríguez while the city is led by Daniel Martinez.",
"Daniel Martinez the leader of Montevideo which is the capital of Uruguay, whose leader is Raúl Fernando Sendic Rodríguez. Montevideo is the birth place of Alfredo Zitarrosa."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Montevideo",
"property:leader",
"resource:Daniel_Mart_nez__politician_"
],
[
"resource:Montevideo",
"property:country",
"resource:Uruguay"
],
[
"resource:Uruguay",
"property:leader",
"resource:Ra_l_Fernando_Sendic_Rodr_guez"
],
[
"resource:Alfredo_Zitarrosa",
"rdf:type",
"ontology:artist"
],
[
"resource:Alfredo_Zitarrosa",
"property:birth_place",
"resource:Montevideo"
]
] |
Alfredo_Zitarrosa
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alfredo_Zitarrosa",
"readable": "Alfredo Zitarrosa",
"graph": "resource:Alfredo_Zitarrosa"
},
{
"modified": "Daniel_Martínez_(politician)",
"readable": "Daniel Martínez",
"graph": "resource:Daniel_Mart_nez__politician_"
},
{
"modified": "Montevideo",
"readable": "Montevideo",
"graph": "resource:Montevideo"
},
{
"modified": "Raúl_Fernando_Sendic_Rodríguez",
"readable": "Raúl Fernando Sendic Rodríguez",
"graph": "resource:Ra_l_Fernando_Sendic_Rodr_guez"
},
{
"modified": "Uruguay",
"readable": "Uruguay",
"graph": "resource:Uruguay"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { { { resource:Uruguay property:leader ?r } UNION { resource:Montevideo property:leader ?r } } }",
"readable_query": "SELECT DISTINCT ?r WHERE { { { resource:Uruguay property:leader ?r } UNION { resource:Montevideo property:leader ?r } } }",
"graph_answer": [
"resource:Ra_l_Fernando_Sendic_Rodr_guez",
"resource:Daniel_Mart_nez__politician_"
],
"readable_answer": [
"Raúl Fernando Sendic Rodríguez",
"Daniel Martínez"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { resource:Uruguay property:leader ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { resource:Uruguay property:leader ?t }",
"graph_answer": [
"resource:Ra_l_Fernando_Sendic_Rodr_guez"
],
"readable_answer": [
"Raúl Fernando Sendic Rodríguez"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist
| 5 |
11233
|
Id84
|
[
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand",
"object": "Kornelije_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedMusicalArtist",
"object": "Kristina_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\"@en"
},
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Pop_music"
},
{
"subject": "Pop_music",
"property": "musicFusionGenre",
"object": "Disco"
}
] |
[
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand/associatedMusicalArtist",
"object": "Kornelije_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "associatedBand/associatedMusicalArtist",
"object": "Kristina_Kovač"
},
{
"subject": "Aleksandra_Kovač",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Aleksandra_Kovač",
"property": "genre",
"object": "Pop_music"
},
{
"subject": "Pop_music",
"property": "musicFusionGenre",
"object": "Disco"
}
] |
(X (X) (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Musical Artist, Aleksandra Kovač, who is associated with fellow musical artist Kristina Kovač, is in same band with Kornelije Kovač. Aleksandra Kovač's has a background of solo singing, and her musical genre is pop music. Disco is a genre of music that contain elements of other genres such as pop music and therefore can be considered a fusion genre.",
"Aleksandra Kovač, who was a solo singer, played with Kristina and Kornelije Kovač in the same pop band. Disco music comes from a fusion of pop music.",
"Pop singer Aleksandra Kovač is associated with Kornelije Kovač and Kristina Kovač. Pop is the origin of disco."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aleksandra_Kova_",
"rdf:type",
"ontology:artist"
],
[
"resource:Aleksandra_Kova_",
"property:background",
"resource:solo_singer"
],
[
"resource:Aleksandra_Kova_",
"property:associated_band_associated_musical_artist",
"resource:Kristina_Kova_"
],
[
"resource:Aleksandra_Kova_",
"property:associated_band_associated_musical_artist",
"resource:Kornelije_Kova_"
],
[
"resource:Aleksandra_Kova_",
"property:genre",
"resource:Pop_music"
],
[
"resource:Pop_music",
"property:music_fusion_genre",
"resource:Disco"
]
] |
Aleksandra_Kovač
|
[
{
"modified": "associatedBand/associatedMusicalArtist",
"readable": "associated band/associated musical artist",
"graph": "property:associated_band_associated_musical_artist"
},
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "musicFusionGenre",
"readable": "music fusion genre",
"graph": "property:music_fusion_genre"
},
{
"modified": "Aleksandra_Kovač",
"readable": "Aleksandra Kovač",
"graph": "resource:Aleksandra_Kova_"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "Kornelije_Kovač",
"readable": "Kornelije Kovač",
"graph": "resource:Kornelije_Kova_"
},
{
"modified": "Kristina_Kovač",
"readable": "Kristina Kovač",
"graph": "resource:Kristina_Kova_"
},
{
"modified": "Pop_music",
"readable": "Pop music",
"graph": "resource:Pop_music"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { resource:Pop_music property:music_fusion_genre ?v . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'd' ) ) }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:Pop_music property:music_fusion_genre ?v . FILTER ( STRSTARTS ( LCASE ( ?v ) , 'd' ) ) }",
"graph_answer": [
"resource:Disco"
],
"readable_answer": [
"Disco"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?c ) WHERE { resource:Aleksandra_Kova_ property:associated_band_associated_musical_artist ?v }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?c ) WHERE { resource:Aleksandra_Kovač property:associated_band_associated_musical_artist ?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"
]
}
] |
|
WrittenWork
| 3 |
8385
|
Id231
|
[
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] |
[
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1634 The Ram Rebellion was written in the U.S. where Native Americans live and Barack Obama is the leader.",
"1634 The Ram Rebellion comes from the United States where Barack Obama is president and Native Americans are one of the ethnic groups.",
"1634 The Ram Rebellion comes from the United States where the leader is Barack Obama and the Native Americans are an ethnic group."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1634__The_Ram_Rebellion",
"rdf:type",
"ontology:written_work"
],
[
"resource:1634__The_Ram_Rebellion",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:leader",
"resource:Barack_Obama"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] |
1634:_The_Ram_Rebellion
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "1634:_The_Ram_Rebellion",
"readable": "1634: The Ram Rebellion",
"graph": "resource:1634__The_Ram_Rebellion"
},
{
"modified": "Barack_Obama",
"readable": "Barack Obama",
"graph": "resource:Barack_Obama"
},
{
"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 ?e ?a WHERE { resource:United_States property:leader ?a . resource:United_States property:ethnic_group ?e }",
"readable_query": "SELECT DISTINCT ?e ?a WHERE { resource:United_States property:leader ?a . resource:United_States property:ethnic_group ?e }",
"graph_answer": [
"resource:Native_Americans_in_the_United_States",
"resource:Barack_Obama"
],
"readable_answer": [
"Native Americans in the United States",
"Barack Obama"
],
"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:1634__The_Ram_Rebellion rdf:type ontology:written_work . resource:1634__The_Ram_Rebellion property:country resource:United_States }",
"readable_query": "ASK WHERE { resource:1634:_The_Ram_Rebellion rdf:type ontology:written_work . resource:1634:_The_Ram_Rebellion property:country resource:United_States }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
City
| 3 |
6748
|
Id36
|
[
{
"subject": "Alpharetta,_Georgia",
"property": "areaTotal",
"object": "5.54e+07"
},
{
"subject": "Alpharetta,_Georgia",
"property": "elevation",
"object": "\"346.0\"^^xsd:double"
},
{
"subject": "Alpharetta,_Georgia",
"property": "populationDensity",
"object": "\"1071.63\"^^xsd:double"
}
] |
[
{
"subject": "Alpharetta,_Georgia",
"property": "areaTotal",
"object": "55.4 (square kilometres)"
},
{
"subject": "Alpharetta,_Georgia",
"property": "elevationAboveTheSeaLevel",
"object": "346.0"
},
{
"subject": "Alpharetta,_Georgia",
"property": "populationDensity",
"object": "992.6 (inhabitants per square kilometre)"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"There are 992.6 people per square km in Alpharetta, Georgia and it is located 346.0 above sea level. It has a total area of 55.4 sq. km.",
"Alpharetta, Georgia is elebated 346.0 above sea level and has a total rea of 55.4 square kilometres and 992.6 inhabitants per square kilometre.",
"Alpharetta, Georgia has a population density of 992.6 inhabitants per square kilometre, is located at 346.0 above sea level and is 55.4 square kilometres."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alpharetta__Georgia",
"property:area_total",
"55.4 (square kilometres)"
],
[
"resource:Alpharetta__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Alpharetta__Georgia",
"property:population_density",
"992.6 (inhabitants per square kilometre)"
],
[
"resource:Alpharetta__Georgia",
"property:elevation_above_the_sea_level",
"resource:346_0"
]
] |
Alpharetta,_Georgia
|
[
{
"modified": "55.4 (square kilometres)",
"readable": "55.4",
"graph": "55.4 (square kilometres)"
},
{
"modified": "992.6 (inhabitants per square kilometre)",
"readable": "992.6",
"graph": "992.6 (inhabitants per square kilometre)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "346.0",
"readable": "346.0",
"graph": "resource:346_0"
},
{
"modified": "Alpharetta,_Georgia",
"readable": "Alpharetta, Georgia",
"graph": "resource:Alpharetta__Georgia"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?f property:area_total ?y . ?f property:elevation_above_the_sea_level resource:324_0 . ?f rdf:type ontology:city }",
"readable_query": "ASK WHERE { ?f property:area_total ?y . ?f property:elevation_above_the_sea_level resource:324.0 . ?f rdf:type ontology:city }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Food
| 4 |
9996
|
Id285
|
[
{
"subject": "Java",
"property": "ethnicGroup",
"object": "Javanese_people"
},
{
"subject": "Ayam_penyet",
"property": "ingredient",
"object": "Fried_chicken"
},
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Singapore"
},
{
"subject": "Ayam_penyet",
"property": "country",
"object": "Java"
}
] |
[
{
"subject": "Java",
"property": "ethnicGroup",
"object": "Javanese_people"
},
{
"subject": "Ayam_penyet",
"property": "ingredient",
"object": "Fried_chicken"
},
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Singapore"
},
{
"subject": "Ayam_penyet",
"property": "country",
"object": "Java"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ayam penyet is from the Singapore region, Java; one of its ingredients is fried chicken. The Javanese people are an ethnic group in Java.",
"Ayam penyet is a fried chicken dish from Singapore and Java. The Javanese people are an ethnic group in Java.",
"The Javanese people are an ethnic group in Java where the fried chicken dish ayam penyet that originated in Singapore can be found."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Java",
"property:ethnic_group",
"resource:Javanese_people"
],
[
"resource:Ayam_penyet",
"property:ingredient",
"resource:Fried_chicken"
],
[
"resource:Ayam_penyet",
"rdf:type",
"ontology:food"
],
[
"resource:Ayam_penyet",
"property:country",
"resource:Java"
],
[
"resource:Ayam_penyet",
"property:region",
"resource:Singapore"
]
] |
Ayam_penyet
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Ayam_penyet",
"readable": "Ayam penyet",
"graph": "resource:Ayam_penyet"
},
{
"modified": "Fried_chicken",
"readable": "Fried chicken",
"graph": "resource:Fried_chicken"
},
{
"modified": "Java",
"readable": "Java",
"graph": "resource:Java"
},
{
"modified": "Javanese_people",
"readable": "Javanese people",
"graph": "resource:Javanese_people"
},
{
"modified": "Singapore",
"readable": "Singapore",
"graph": "resource:Singapore"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?d property:ethnic_group resource:Javanese_people . ?r rdf:type ontology:food . ?r property:ingredient resource:Fried_chicken . ?r property:country ?d }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?d property:ethnic_group resource:Javanese_people . ?r rdf:type ontology:food . ?r property:ingredient resource:Fried_chicken . ?r property:country ?d }",
"graph_answer": [
"resource:Ayam_penyet"
],
"readable_answer": [
"Ayam penyet"
],
"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 ?l WHERE { resource:Ayam_penyet property:region ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Ayam_penyet property:region ?l }",
"graph_answer": [
"resource:Singapore"
],
"readable_answer": [
"Singapore"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 2 |
4256
|
Id106
|
[
{
"subject": "Attica,_Indiana",
"property": "populationDensity",
"object": "\"783.054\"^^xsd:double"
},
{
"subject": "Attica,_Indiana",
"property": "areaTotal",
"object": "\"4.1439809765376\"^^<http://dbpedia.org/datatype/squareKilometre>"
}
] |
[
{
"subject": "Attica,_Indiana",
"property": "areaTotal",
"object": "4.14 (square kilometres)"
},
{
"subject": "Attica,_Indiana",
"property": "populationDensity",
"object": "783.1 (inhabitants per square kilometre)"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Attica, Indiana covers an area of 4.14 sq km and has 783.1 inhabitants for each of those square kilometres.",
"Attica in Indiana, has a total area of 4.14 sq km and a population density of 783.1 inhabitants per sq km."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Attica__Indiana",
"property:area_total",
"4.14 (square kilometres)"
],
[
"resource:Attica__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Attica__Indiana",
"property:population_density",
"783.1 (inhabitants per square kilometre)"
]
] |
Attica,_Indiana
|
[
{
"modified": "4.14 (square kilometres)",
"readable": "4.14",
"graph": "4.14 (square kilometres)"
},
{
"modified": "783.1 (inhabitants per square kilometre)",
"readable": "783.1",
"graph": "783.1 (inhabitants per square kilometre)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "populationDensity",
"readable": "population density",
"graph": "property:population_density"
},
{
"modified": "Attica,_Indiana",
"readable": "Attica, Indiana",
"graph": "resource:Attica__Indiana"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?l property:area_total resource:9833516_63___square_kilometres_ . ?l rdf:type ontology:city . ?l property:population_density ?a }",
"readable_query": "ASK WHERE { ?l property:area_total resource:9833516.63__(square_kilometres) . ?l rdf:type ontology:city . ?l property:population_density ?a }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Building
| 2 |
3917
|
Id69
|
[
{
"subject": "3Arena",
"property": "owner",
"object": "Live_Nation_Entertainment"
},
{
"subject": "3Arena",
"property": "location",
"object": "Dublin"
}
] |
[
{
"subject": "3Arena",
"property": "owner",
"object": "Live_Nation_Entertainment"
},
{
"subject": "3Arena",
"property": "location",
"object": "Dublin"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"3Arena, in Dublin, is owned by Live Nation Entertainment.",
"The 3Arena (located in Dublin) is owned by Live Nation Entertainment.",
"The 3Arena is located in Dublin, which is owned by Live Nation Entertainment."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:3Arena",
"rdf:type",
"ontology:building"
],
[
"resource:3Arena",
"property:location",
"resource:Dublin"
],
[
"resource:3Arena",
"property:owner",
"resource:Live_Nation_Entertainment"
]
] |
3Arena
|
[
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "Dublin",
"readable": "Dublin",
"graph": "resource:Dublin"
},
{
"modified": "Live_Nation_Entertainment",
"readable": "Live Nation Entertainment",
"graph": "resource:Live_Nation_Entertainment"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?n WHERE { resource:3Arena property:location ?n . resource:3Arena property:owner ?z }",
"readable_query": "SELECT DISTINCT ?z ?n WHERE { resource:3Arena property:location ?n . resource:3Arena property:owner ?z }",
"graph_answer": [
"resource:Live_Nation_Entertainment",
"resource:Dublin"
],
"readable_answer": [
"Live Nation Entertainment",
"Dublin"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Monument
| 7 |
13138
|
Id6
|
[
{
"subject": "Adams_County,_Pennsylvania",
"property": "west",
"object": "Franklin_County,_Pennsylvania"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "southeast",
"object": "Carroll_County,_Maryland"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "established",
"object": "2000"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "north",
"object": "Cumberland_County,_Pennsylvania"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "southwest",
"object": "Frederick_County,_Maryland"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "category",
"object": "Contributing_property"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "region",
"object": "Adams_County,_Pennsylvania"
}
] |
[
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsWest",
"object": "Franklin_County,_Pennsylvania"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsSoutheast",
"object": "Carroll_County,_Maryland"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "established",
"object": "2000"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsNorth",
"object": "Cumberland_County,_Pennsylvania"
},
{
"subject": "Adams_County,_Pennsylvania",
"property": "hasToItsSouthwest",
"object": "Frederick_County,_Maryland"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "category",
"object": "Contributing_property"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "location",
"object": "Adams_County,_Pennsylvania"
}
] |
(X (X) (X) (X (X) (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Adams County lies to the east of Franklin County and south of Cumberland County, Pennsylvania. Carroll County in Maryland lies to the southeast and Frederick County, Maryland to the southwest. The 11th Mississippi Infantry monument which was completed in 2000 is located in Adams County and categorised as contributing property.",
"Adams County Pennsylvania is East of Franklin County, Pennsylvania. To the southeast is Carroll County, Maryland. Adams County has Cumberland County to its north and Frederick County, Maryland to its southwest. The 11th Mississippi Infantry Monument is in this county and was completed in 2000. This Monument is categorized as a Contributing Property.",
"The 11th Mississippi Infantry Monument was established in 2000 in Adams County, Pennsylvania and is categorised as a contributing property. Adams County is located east of Franklin County and south of Cumberland County. Carroll County and Frederick County in Maryland lie to the southeast and southwest respectively."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:11th_Mississippi_Infantry_Monument",
"rdf:type",
"ontology:monument"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:location",
"resource:Adams_County__Pennsylvania"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:established",
"resource:2000"
],
[
"resource:11th_Mississippi_Infantry_Monument",
"property:category",
"resource:Contributing_property"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_north",
"resource:Cumberland_County__Pennsylvania"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_southwest",
"resource:Frederick_County__Maryland"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_southeast",
"resource:Carroll_County__Maryland"
],
[
"resource:Adams_County__Pennsylvania",
"property:has_to_its_west",
"resource:Franklin_County__Pennsylvania"
]
] |
11th_Mississippi_Infantry_Monument
|
[
{
"modified": "category",
"readable": "category",
"graph": "property:category"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "hasToItsNorth",
"readable": "has to its north",
"graph": "property:has_to_its_north"
},
{
"modified": "hasToItsSoutheast",
"readable": "has to its southeast",
"graph": "property:has_to_its_southeast"
},
{
"modified": "hasToItsSouthwest",
"readable": "has to its southwest",
"graph": "property:has_to_its_southwest"
},
{
"modified": "hasToItsWest",
"readable": "has to its west",
"graph": "property:has_to_its_west"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "11th_Mississippi_Infantry_Monument",
"readable": "11th Mississippi Infantry Monument",
"graph": "resource:11th_Mississippi_Infantry_Monument"
},
{
"modified": "2000",
"readable": "2000",
"graph": "resource:2000"
},
{
"modified": "Adams_County,_Pennsylvania",
"readable": "Adams County, Pennsylvania",
"graph": "resource:Adams_County__Pennsylvania"
},
{
"modified": "Carroll_County,_Maryland",
"readable": "Carroll County, Maryland",
"graph": "resource:Carroll_County__Maryland"
},
{
"modified": "Contributing_property",
"readable": "Contributing property",
"graph": "resource:Contributing_property"
},
{
"modified": "Cumberland_County,_Pennsylvania",
"readable": "Cumberland County, Pennsylvania",
"graph": "resource:Cumberland_County__Pennsylvania"
},
{
"modified": "Franklin_County,_Pennsylvania",
"readable": "Franklin County, Pennsylvania",
"graph": "resource:Franklin_County__Pennsylvania"
},
{
"modified": "Frederick_County,_Maryland",
"readable": "Frederick County, Maryland",
"graph": "resource:Frederick_County__Maryland"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { FILTER ( CONTAINS ( LCASE ( ?o ) , 'adams' ) ) . ?o property:has_to_its_west resource:Franklin_County__Pennsylvania . ?e rdf:type ontology:monument . ?e property:location ?o }",
"readable_query": "SELECT DISTINCT ?e WHERE { FILTER ( CONTAINS ( LCASE ( ?o ) , 'adams' ) ) . ?o property:has_to_its_west resource:Franklin_County,_Pennsylvania . ?e rdf:type ontology:monument . ?e property:location ?o }",
"graph_answer": [
"resource:11th_Mississippi_Infantry_Monument"
],
"readable_answer": [
"11th Mississippi Infantry 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 ?j WHERE { ?j property:has_to_its_west resource:Franklin_County__Pennsylvania . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument . resource:11th_Mississippi_Infantry_Monument property:location ?j . FILTER ( CONTAINS ( LCASE ( ?j ) , 'adams' ) ) }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:has_to_its_west resource:Franklin_County,_Pennsylvania . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument . resource:11th_Mississippi_Infantry_Monument property:location ?j . FILTER ( CONTAINS ( LCASE ( ?j ) , 'adams' ) ) }",
"graph_answer": [
"resource:Adams_County__Pennsylvania"
],
"readable_answer": [
"Adams County, Pennsylvania"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q ?j WHERE { resource:Adams_County__Pennsylvania property:has_to_its_north ?j . resource:Adams_County__Pennsylvania property:has_to_its_southwest ?q }",
"readable_query": "SELECT DISTINCT ?q ?j WHERE { resource:Adams_County,_Pennsylvania property:has_to_its_north ?j . resource:Adams_County,_Pennsylvania property:has_to_its_southwest ?q }",
"graph_answer": [
"resource:Frederick_County__Maryland",
"resource:Cumberland_County__Pennsylvania"
],
"readable_answer": [
"Frederick County, Maryland",
"Cumberland County, Pennsylvania"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Adams_County__Pennsylvania property:awards ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Adams_County,_Pennsylvania property:awards ?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"
]
}
] |
|
Food
| 2 |
4493
|
Id5
|
[
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
},
{
"subject": "Spain",
"property": "ethnicGroup",
"object": "Spaniards"
}
] |
[
{
"subject": "Ajoblanco",
"property": "country",
"object": "Spain"
},
{
"subject": "Spain",
"property": "ethnicGroup",
"object": "Spaniards"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Spaniards of Spain boasts the origins of the dish, ajoblanco.",
"Ajoblanco is from Spain where Spaniards are an ethnic group.",
"Ajoblanco originates from the country of Spain where Spaniards are an ethnic group."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Spain",
"property:ethnic_group",
"resource:Spaniards"
],
[
"resource:Ajoblanco",
"rdf:type",
"ontology:food"
],
[
"resource:Ajoblanco",
"property:country",
"resource:Spain"
]
] |
Ajoblanco
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "Ajoblanco",
"readable": "Ajoblanco",
"graph": "resource:Ajoblanco"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
},
{
"modified": "Spaniards",
"readable": "Spaniards",
"graph": "resource:Spaniards"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?i WHERE { ?z rdf:type ontology:food . ?z property:country ?i . ?i property:ethnic_group resource:Spaniards }",
"readable_query": "SELECT DISTINCT ?z ?i WHERE { ?z rdf:type ontology:food . ?z property:country ?i . ?i property:ethnic_group resource:Spaniards }",
"graph_answer": [
"resource:Ajoblanco",
"resource:Spain"
],
"readable_answer": [
"Ajoblanco",
"Spain"
],
"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"
]
}
] |
|
Building
| 5 |
11643
|
Id107
|
[
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "significantBuilding",
"object": "Los_Angeles_Herald-Examiner"
},
{
"subject": "Julia_Morgan",
"property": "significantProject",
"object": "Hearst_Castle"
},
{
"subject": "Julia_Morgan",
"property": "birthPlace",
"object": "California"
},
{
"subject": "Julia_Morgan",
"property": "significantBuildings",
"object": "Asilomar_State_Beach"
}
] |
[
{
"subject": "Asilomar_Conference_Grounds",
"property": "architect",
"object": "Julia_Morgan"
},
{
"subject": "Julia_Morgan",
"property": "significantBuilding",
"object": "Los_Angeles_Herald-Examiner"
},
{
"subject": "Julia_Morgan",
"property": "significantProject",
"object": "Hearst_Castle"
},
{
"subject": "Julia_Morgan",
"property": "birthPlace",
"object": "California"
},
{
"subject": "Julia_Morgan",
"property": "significantBuilding",
"object": "Asilomar_State_Beach"
}
] |
(X (X (X) (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Architect Julia Morgan was born in California. She has designed many significant buildings, including the Los Angeles Herald Examiner building, Hearst Castle, the Asilomar Conference Grounds and the Asilomar State Beach.",
"Julia Morgan was born in California and is the architect of many buildings including the Asilomar Conference Grounds, the Los Angeles Herald Examiner, Hearst Castle and Asilomar State Beach."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Asilomar_Conference_Grounds",
"property:architect",
"resource:Julia_Morgan"
],
[
"resource:Asilomar_Conference_Grounds",
"rdf:type",
"ontology:building"
],
[
"resource:Julia_Morgan",
"property:significant_building",
"resource:Los_Angeles_Herald_Examiner"
],
[
"resource:Julia_Morgan",
"property:significant_building",
"resource:Asilomar_State_Beach"
],
[
"resource:Julia_Morgan",
"property:significant_project",
"resource:Hearst_Castle"
],
[
"resource:Julia_Morgan",
"property:birth_place",
"resource:California"
]
] |
Asilomar_Conference_Grounds
|
[
{
"modified": "architect",
"readable": "architect",
"graph": "property:architect"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "significantBuilding",
"readable": "significant building",
"graph": "property:significant_building"
},
{
"modified": "significantProject",
"readable": "significant project",
"graph": "property:significant_project"
},
{
"modified": "Asilomar_Conference_Grounds",
"readable": "Asilomar Conference Grounds",
"graph": "resource:Asilomar_Conference_Grounds"
},
{
"modified": "Asilomar_State_Beach",
"readable": "Asilomar State Beach",
"graph": "resource:Asilomar_State_Beach"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Hearst_Castle",
"readable": "Hearst Castle",
"graph": "resource:Hearst_Castle"
},
{
"modified": "Julia_Morgan",
"readable": "Julia Morgan",
"graph": "resource:Julia_Morgan"
},
{
"modified": "Los_Angeles_Herald-Examiner",
"readable": "Los Angeles Herald-Examiner",
"graph": "resource:Los_Angeles_Herald_Examiner"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?b ) WHERE { resource:Julia_Morgan property:significant_building ?u }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?b ) WHERE { resource:Julia_Morgan property:significant_building ?u }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Julia_Morgan property:significant_building ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Julia_Morgan property:significant_building ?z }",
"graph_answer": [
"resource:Los_Angeles_Herald_Examiner",
"resource:Asilomar_State_Beach"
],
"readable_answer": [
"Los Angeles Herald-Examiner",
"Asilomar State Beach"
],
"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 ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'a' ) ) . ?x rdf:type ontology:building . ?x property:architect resource:Julia_Morgan }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'a' ) ) . ?x rdf:type ontology:building . ?x property:architect resource:Julia_Morgan }",
"graph_answer": [
"resource:Asilomar_Conference_Grounds"
],
"readable_answer": [
"Asilomar Conference Grounds"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g ?u WHERE { resource:Julia_Morgan property:birth_place ?g . resource:Julia_Morgan property:significant_project ?u }",
"readable_query": "SELECT DISTINCT ?g ?u WHERE { resource:Julia_Morgan property:birth_place ?g . resource:Julia_Morgan property:significant_project ?u }",
"graph_answer": [
"resource:California",
"resource:Hearst_Castle"
],
"readable_answer": [
"California",
"Hearst Castle"
],
"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
| 5 |
11779
|
Id87
|
[
{
"subject": "11264_Claudiomaccone",
"property": "orbitalPeriod",
"object": "1.30786e+08"
},
{
"subject": "11264_Claudiomaccone",
"property": "periapsis",
"object": "2.96521e+11"
},
{
"subject": "11264_Claudiomaccone",
"property": "epoch",
"object": "\"2005-11-26\"^^xsd:date"
},
{
"subject": "11264_Claudiomaccone",
"property": "Planet/apoapsis",
"object": "\"4.75426E8\"^^<http://dbpedia.org/datatype/kilometre>"
},
{
"subject": "11264_Claudiomaccone",
"property": "discoverer",
"object": "Nikolai_Chernykh"
}
] |
[
{
"subject": "11264_Claudiomaccone",
"property": "epoch",
"object": "2005-11-26"
},
{
"subject": "11264_Claudiomaccone",
"property": "orbitalPeriod",
"object": "1513.722 (days)"
},
{
"subject": "11264_Claudiomaccone",
"property": "periapsis",
"object": "296521000.0 (kilometres)"
},
{
"subject": "11264_Claudiomaccone",
"property": "apoapsis",
"object": "475426000.0 (kilometres)"
},
{
"subject": "11264_Claudiomaccone",
"property": "discoverer",
"object": "Nikolai_Chernykh"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"11264 Claudiomaccone, discovered by Nikolai Chernykh, has an epoch date of 26 November 2005 and an orbital period of 1513.722 days. Its periapsis is 296521000.0 km and its apoapsis is 475426000.0 km.",
"The orbital period for 11264 Claudiomaccone is 1513.722 days, has a periapsis of 296521000.0 (kilometres) and it was discovered by Nikolai Chernykh. It has an apoapsis of 475426000 kilometres and its epoch date was on November 26th 2005.",
"11264 Claudiomaccone, which was discovered by Nikolai Chernykh has the epoch date of 26 November 2005. It has a periapsis of 296521000.0, an apoapsis of 475426000 kms and the orbital period is 1513.722 days."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:11264_Claudiomaccone",
"property:epoch",
"resource:2005_11_26"
],
[
"resource:11264_Claudiomaccone",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:11264_Claudiomaccone",
"property:apoapsis",
"475426000.0 (kilometres)"
],
[
"resource:11264_Claudiomaccone",
"property:periapsis",
"296521000.0 (kilometres)"
],
[
"resource:11264_Claudiomaccone",
"property:orbital_period",
"1513.722 (days)"
],
[
"resource:11264_Claudiomaccone",
"property:discoverer",
"resource:Nikolai_Chernykh"
]
] |
11264_Claudiomaccone
|
[
{
"modified": "1513.722 (days)",
"readable": "1513.722",
"graph": "1513.722 (days)"
},
{
"modified": "296521000.0 (kilometres)",
"readable": "296521000.0",
"graph": "296521000.0 (kilometres)"
},
{
"modified": "475426000.0 (kilometres)",
"readable": "475426000.0",
"graph": "475426000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "periapsis",
"readable": "periapsis",
"graph": "property:periapsis"
},
{
"modified": "11264_Claudiomaccone",
"readable": "11264 Claudiomaccone",
"graph": "resource:11264_Claudiomaccone"
},
{
"modified": "2005-11-26",
"readable": "2005-11-26",
"graph": "resource:2005_11_26"
},
{
"modified": "Nikolai_Chernykh",
"readable": "Nikolai Chernykh",
"graph": "resource:Nikolai_Chernykh"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { FILTER ( CONTAINS ( YEAR ( ?e ) , '2005' ) ) . ?w property:epoch ?e . ?w property:discoverer ?i . ?w rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( CONTAINS ( YEAR ( ?e ) , '2005' ) ) . ?w property:epoch ?e . ?w property:discoverer ?i . ?w rdf:type ontology:celestial_body }",
"graph_answer": [
"resource:Nikolai_Chernykh"
],
"readable_answer": [
"Nikolai Chernykh"
],
"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 ?o WHERE { ?k property:discoverer resource:Nikolai_Chernykh . ?k rdf:type ontology:celestial_body . ?k property:epoch ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?k property:discoverer resource:Nikolai_Chernykh . ?k rdf:type ontology:celestial_body . ?k property:epoch ?o }",
"graph_answer": [
"resource:2005_11_26"
],
"readable_answer": [
"2005-11-26"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?c property:discoverer resource:Nikolai_Chernykh . ?c property:apoapsis ?x . ?c rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?c property:discoverer resource:Nikolai_Chernykh . ?c property:apoapsis ?x . ?c rdf:type ontology:celestial_body }",
"graph_answer": [
"475426000.0 (kilometres)"
],
"readable_answer": [
"475426000.0"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?t property:discoverer resource:Nikolai_Chernykh . ?t rdf:type ontology:celestial_body . ?t property:periapsis ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?t property:discoverer resource:Nikolai_Chernykh . ?t rdf:type ontology:celestial_body . ?t property:periapsis ?q }",
"graph_answer": [
"296521000.0 (kilometres)"
],
"readable_answer": [
"296521000.0"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:celestial_body . ?a property:periapsis '296521000.0 (kilometres)' . ?a property:discoverer resource:Nikolai_Chernykh }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:celestial_body . ?a property:periapsis '296521000.0 (kilometres)' . ?a property:discoverer resource:Nikolai_Chernykh }",
"graph_answer": [
"resource:11264_Claudiomaccone"
],
"readable_answer": [
"11264 Claudiomaccone"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:11264_Claudiomaccone property:orbital_period ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:11264_Claudiomaccone property:orbital_period ?h }",
"graph_answer": [
"1513.722 (days)"
],
"readable_answer": [
"1513.722"
],
"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
| 2 |
4911
|
Id146
|
[
{
"subject": "Antares_(rocket)",
"property": "manufacturer",
"object": "Yuzhnoye_Design_Office"
},
{
"subject": "Yuzhnoye_Design_Office",
"property": "location",
"object": "Ukraine"
}
] |
[
{
"subject": "Antares_(rocket)",
"property": "manufacturer",
"object": "Yuzhnoye_Design_Office"
},
{
"subject": "Yuzhnoye_Design_Office",
"property": "location",
"object": "Ukraine"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Antares rocket is manufactured at the Yuzhnoye Design Office located in the Ukraine.",
"The Antares rocket is manufactured by the Yuzhnoye Design Office which is located in the Ukraine.",
"The Antares rocket was made by the Yuzhnoye Design Office located in the Ukraine."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Yuzhnoye_Design_Office",
"property:location",
"resource:Ukraine"
],
[
"resource:Antares__rocket_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Antares__rocket_",
"property:manufacturer",
"resource:Yuzhnoye_Design_Office"
]
] |
Antares_(rocket)
|
[
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "manufacturer",
"readable": "manufacturer",
"graph": "property:manufacturer"
},
{
"modified": "Antares_(rocket)",
"readable": "Antares",
"graph": "resource:Antares__rocket_"
},
{
"modified": "Ukraine",
"readable": "Ukraine",
"graph": "resource:Ukraine"
},
{
"modified": "Yuzhnoye_Design_Office",
"readable": "Yuzhnoye Design Office",
"graph": "resource:Yuzhnoye_Design_Office"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { resource:Antares__rocket_ property:manufacturer ?z . resource:Antares__rocket_ rdf:type ontology:mean_of_transportation . ?z property:location resource:Ukraine }",
"readable_query": "ASK WHERE { resource:Antares_(rocket) property:manufacturer ?z . resource:Antares_(rocket) rdf:type ontology:mean_of_transportation . ?z property:location resource:Ukraine }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?f WHERE { resource:Antares__rocket_ rdf:type ontology:mean_of_transportation . resource:Antares__rocket_ property:manufacturer ?f . ?f property:location resource:Ukraine }",
"readable_query": "SELECT ?f WHERE { resource:Antares_(rocket) rdf:type ontology:mean_of_transportation . resource:Antares_(rocket) property:manufacturer ?f . ?f property:location resource:Ukraine }",
"graph_answer": [
"resource:Yuzhnoye_Design_Office"
],
"readable_answer": [
"Yuzhnoye Design Office"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 5 |
11130
|
Id179
|
[
{
"subject": "Harrietstown,_New_York",
"property": "country",
"object": "United_States"
},
{
"subject": "Saranac_Lake,_New_York",
"property": "subdivisionName",
"object": "Harrietstown,_New_York"
},
{
"subject": "Lake_Placid,_New_York",
"property": "isPartOf",
"object": "New_York"
},
{
"subject": "Adirondack_Regional_Airport",
"property": "cityServed",
"object": "Lake_Placid,_New_York"
},
{
"subject": "Adirondack_Regional_Airport",
"property": "city",
"object": "Saranac_Lake,_New_York"
}
] |
[
{
"subject": "Harrietstown,_New_York",
"property": "country",
"object": "United_States"
},
{
"subject": "Saranac_Lake,_New_York",
"property": "isPartOf",
"object": "Harrietstown,_New_York"
},
{
"subject": "Lake_Placid,_New_York",
"property": "isPartOf",
"object": "New_York"
},
{
"subject": "Adirondack_Regional_Airport",
"property": "cityServed",
"object": "Lake_Placid,_New_York"
},
{
"subject": "Adirondack_Regional_Airport",
"property": "cityServed",
"object": "Saranac_Lake,_New_York"
}
] |
(X (X (X)) (X (X (X))))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Adirondack Regional Airport serves the city of Lake Placid, part of New York, and also the city of Saranac Lake, part of Harrietstown, New York, United States.",
"Adirondack Regional Airport serves Lake Placid and Saranac Lake, New York. Saranac Lake is part of Harrietstown, New York and is located in the United States."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Adirondack_Regional_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adirondack_Regional_Airport",
"property:city_served",
"resource:Saranac_Lake__New_York"
],
[
"resource:Adirondack_Regional_Airport",
"property:city_served",
"resource:Lake_Placid__New_York"
],
[
"resource:Harrietstown__New_York",
"property:country",
"resource:United_States"
],
[
"resource:Saranac_Lake__New_York",
"property:is_part_of",
"resource:Harrietstown__New_York"
],
[
"resource:Lake_Placid__New_York",
"property:is_part_of",
"resource:New_York"
]
] |
Adirondack_Regional_Airport
|
[
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Adirondack_Regional_Airport",
"readable": "Adirondack Regional Airport",
"graph": "resource:Adirondack_Regional_Airport"
},
{
"modified": "Harrietstown,_New_York",
"readable": "Harrietstown, New York",
"graph": "resource:Harrietstown__New_York"
},
{
"modified": "Lake_Placid,_New_York",
"readable": "Lake Placid, New York",
"graph": "resource:Lake_Placid__New_York"
},
{
"modified": "New_York",
"readable": "New York",
"graph": "resource:New_York"
},
{
"modified": "Saranac_Lake,_New_York",
"readable": "Saranac Lake, New York",
"graph": "resource:Saranac_Lake__New_York"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { { { resource:Saranac_Lake__New_York property:is_part_of ?b } UNION { resource:Lake_Placid__New_York property:is_part_of ?b } } }",
"readable_query": "SELECT DISTINCT ?b WHERE { { { resource:Saranac_Lake,_New_York property:is_part_of ?b } UNION { resource:Lake_Placid,_New_York property:is_part_of ?b } } }",
"graph_answer": [
"resource:Harrietstown__New_York",
"resource:New_York"
],
"readable_answer": [
"Harrietstown, New York",
"New York"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Lake_Placid__New_York property:is_part_of ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Lake_Placid,_New_York property:is_part_of ?y }",
"graph_answer": [
"resource:New_York"
],
"readable_answer": [
"New York"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Adirondack_Regional_Airport property:city_served resource:Lake_Placid__New_York . resource:Adirondack_Regional_Airport rdf:type ontology:airport }",
"readable_query": "ASK WHERE { resource:Adirondack_Regional_Airport property:city_served resource:Lake_Placid,_New_York . resource:Adirondack_Regional_Airport rdf:type ontology:airport }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
City
| 3 |
6899
|
Id187
|
[
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
[
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Albany,_Oregon",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Washington DC is the capital of the United States, where you will find Albany, Oregon and where one of the ethnic groups are the African Americans.",
"Albany, Oregon is located in the United States whose capital of Washington, D.C. One ethnic group in the U.S. are African Americans.",
"The United States includes the African American ethnic group, has the capital of Washington DC and is the location of Albany in Oregon."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albany__Oregon",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Oregon",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
]
] |
Albany,_Oregon
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Albany,_Oregon",
"readable": "Albany, Oregon",
"graph": "resource:Albany__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 ?n ?h WHERE { resource:United_States property:capital ?n . resource:United_States property:ethnic_group ?h }",
"readable_query": "SELECT DISTINCT ?n ?h WHERE { resource:United_States property:capital ?n . resource:United_States property:ethnic_group ?h }",
"graph_answer": [
"resource:Washington__D_C_",
"resource:African_Americans"
],
"readable_answer": [
"Washington, D.C.",
"African Americans"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Albany__Oregon property:country resource:United_States . resource:Albany__Oregon rdf:type ontology:city }",
"readable_query": "ASK WHERE { resource:Albany,_Oregon property:country resource:United_States . resource:Albany,_Oregon rdf:type ontology:city }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { resource:United_States property:founder ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:United_States property:founder ?n }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 2 |
3234
|
Id39
|
[
{
"subject": "Afonso_Pena_International_Airport",
"property": "operator",
"object": "Infraero"
},
{
"subject": "Afonso_Pena_International_Airport",
"property": "location",
"object": "São_José_dos_Pinhais"
}
] |
[
{
"subject": "Afonso_Pena_International_Airport",
"property": "operatingOrganisation",
"object": "Infraero"
},
{
"subject": "Afonso_Pena_International_Airport",
"property": "location",
"object": "São_José_dos_Pinhais"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Afonso Pena International Airport, operated by Infraero, is located in Sao Jose dos Pinhais.",
"Afonso Pena International Airport in Sao Jose dos Pinhais is operated by Infraero.",
"Afonso Pena International Airport is located in Sao Jose dos Pinhais and Infraero is the operating organisation."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Afonso_Pena_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Afonso_Pena_International_Airport",
"property:location",
"resource:S_o_Jos__dos_Pinhais"
],
[
"resource:Afonso_Pena_International_Airport",
"property:operating_organisation",
"resource:Infraero"
]
] |
Afonso_Pena_International_Airport
|
[
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Afonso_Pena_International_Airport",
"readable": "Afonso Pena International Airport",
"graph": "resource:Afonso_Pena_International_Airport"
},
{
"modified": "Infraero",
"readable": "Infraero",
"graph": "resource:Infraero"
},
{
"modified": "São_José_dos_Pinhais",
"readable": "São José dos Pinhais",
"graph": "resource:S_o_Jos__dos_Pinhais"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?d ?y WHERE { resource:Afonso_Pena_International_Airport property:location ?y . resource:Afonso_Pena_International_Airport property:operating_organisation ?d }",
"readable_query": "SELECT DISTINCT ?d ?y WHERE { resource:Afonso_Pena_International_Airport property:location ?y . resource:Afonso_Pena_International_Airport property:operating_organisation ?d }",
"graph_answer": [
"resource:Infraero",
"resource:S_o_Jos__dos_Pinhais"
],
"readable_answer": [
"Infraero",
"São José dos Pinhais"
],
"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"
]
}
] |
|
University
| 5 |
12709
|
Id39
|
[
{
"subject": "Denmark",
"property": "leaderName",
"object": "Lars_Løkke_Rasmussen"
},
{
"subject": "European_University_Association",
"property": "headquarters",
"object": "Brussels"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "country",
"object": "Denmark"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "affiliations",
"object": "European_University_Association"
},
{
"subject": "Aarhus_University,_School_of_Business_and_Social_Sciences",
"property": "established",
"object": "1928"
}
] |
[
{
"subject": "Denmark",
"property": "leader",
"object": "Lars_Løkke_Rasmussen"
},
{
"subject": "European_University_Association",
"property": "headquarter",
"object": "Brussels"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "country",
"object": "Denmark"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "affiliation",
"object": "European_University_Association"
},
{
"subject": "School of Business and Social Sciences at the Aarhus University",
"property": "established",
"object": "1928"
}
] |
(X (X) (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The School of Business and Social Sciences at Aarhus University in Denmark was established in 1928. It is affiliated to the European University Association, which has its headquarters in Brussels. Denmark's leader is Lars Lokke Rasmussen.",
"Lars Lokke Rasmussen is the leader of Denmark where the School of Business and Social Sciences at the Aarhus University is located. The School, which was established in 1928 and is affiliated with the European University Association which has its headquarters in Brussels."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:European_University_Association",
"property:headquarter",
"resource:Brussels"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"rdf:type",
"ontology:university"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:affiliation",
"resource:European_University_Association"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:country",
"resource:Denmark"
],
[
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University",
"property:established",
"resource:1928"
],
[
"resource:Denmark",
"property:leader",
"resource:Lars_L_kke_Rasmussen"
]
] |
School_of_Business_and_Social_Sciences_at_the_Aarhus_University
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "headquarter",
"readable": "headquarter",
"graph": "property:headquarter"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "1928",
"readable": "1928",
"graph": "resource:1928"
},
{
"modified": "Brussels",
"readable": "Brussels",
"graph": "resource:Brussels"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"modified": "European_University_Association",
"readable": "European University Association",
"graph": "resource:European_University_Association"
},
{
"modified": "Lars_Løkke_Rasmussen",
"readable": "Lars Løkke Rasmussen",
"graph": "resource:Lars_L_kke_Rasmussen"
},
{
"modified": "School of Business and Social Sciences at the Aarhus University",
"readable": "School of Business and Social Sciences at the Aarhus University",
"graph": "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?a property:established resource:2000 . ?a property:affiliation ?k . ?a rdf:type ontology:university }",
"readable_query": "ASK WHERE { ?a property:established resource:2000 . ?a property:affiliation ?k . ?a rdf:type ontology:university }",
"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"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Denmark property:leader resource:Lars_L_kke_Rasmussen }",
"readable_query": "ASK WHERE { resource:Denmark property:leader resource:Lars_Løkke_Rasmussen }",
"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:affiliation ?c . ?g property:country resource:Denmark . ?c property:headquarter resource:Brussels . ?g rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:affiliation ?c . ?g property:country resource:Denmark . ?c property:headquarter resource:Brussels . ?g rdf:type ontology:university }",
"graph_answer": [
"resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University"
],
"readable_answer": [
"School of Business and Social Sciences at the Aarhus University"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"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 ?r WHERE { ?y property:affiliation ?r . ?y rdf:type ontology:university . ?y property:country resource:Denmark . ?r property:headquarter resource:Brussels }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?y property:affiliation ?r . ?y rdf:type ontology:university . ?y property:country resource:Denmark . ?r property:headquarter resource:Brussels }",
"graph_answer": [
"resource:European_University_Association"
],
"readable_answer": [
"European University Association"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork
| 3 |
8393
|
Id239
|
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
}
] |
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Asian_Americans"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1634 The Ram Rebellion comes from the United States where one of the ethnic groups is Asian Americans and the leader of the country is called the President.",
"1634 The Ram Rebellion comes from the United States, where the title of the leader is the President and where there are many Asian Americans.",
"1634: The Ram Rebellion was written in the US; which is home to many Asian Americans. The country is governed by a president."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1634__The_Ram_Rebellion",
"rdf:type",
"ontology:written_work"
],
[
"resource:1634__The_Ram_Rebellion",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Asian_Americans"
]
] |
1634:_The_Ram_Rebellion
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "1634:_The_Ram_Rebellion",
"readable": "1634: The Ram Rebellion",
"graph": "resource:1634__The_Ram_Rebellion"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?y ) WHERE { ?x property:ethnic_group resource:Asian_Americans }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?y ) WHERE { ?x property:ethnic_group resource:Asian_Americans }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?v property:ethnic_group resource:Asian_Americans }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:ethnic_group resource:Asian_Americans }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:United_States property:leader_title ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:United_States property:leader_title ?y }",
"graph_answer": [
"resource:President_of_the_United_States"
],
"readable_answer": [
"President of the United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:country resource:United_States . ?d rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:country resource:United_States . ?d rdf:type ontology:written_work }",
"graph_answer": [
"resource:1634__The_Ram_Rebellion"
],
"readable_answer": [
"1634: The Ram Rebellion"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:significant_building ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:significant_building ?p }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 4 |
10013
|
Id302
|
[
{
"subject": "Philippines",
"property": "language",
"object": "Arabic"
},
{
"subject": "Philippines",
"property": "ethnicGroup",
"object": "Zamboangans"
},
{
"subject": "Batchoy",
"property": "country",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "ethnicGroups",
"object": "Moro_people"
}
] |
[
{
"subject": "Philippines",
"property": "language",
"object": "Arabic"
},
{
"subject": "Philippines",
"property": "ethnicGroup",
"object": "Zamboangans"
},
{
"subject": "Batchoy",
"property": "country",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "ethnicGroup",
"object": "Moro_people"
}
] |
(X (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Batchoy is a dish from the Philippines, where Arabic is one of the languages spoken and where the ethnic groups include Zamboangans and Moro.",
"Batchoy is eaten in the Philippines where the Moro and the Zamboangans are ethnic groups. One of the languages used in the country is Arabic."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Batchoy",
"rdf:type",
"ontology:food"
],
[
"resource:Batchoy",
"property:country",
"resource:Philippines"
],
[
"resource:Philippines",
"property:language",
"resource:Arabic"
],
[
"resource:Philippines",
"property:ethnic_group",
"resource:Zamboangans"
],
[
"resource:Philippines",
"property:ethnic_group",
"resource:Moro_people"
]
] |
Batchoy
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Arabic",
"readable": "Arabic",
"graph": "resource:Arabic"
},
{
"modified": "Batchoy",
"readable": "Batchoy",
"graph": "resource:Batchoy"
},
{
"modified": "Moro_people",
"readable": "Moro people",
"graph": "resource:Moro_people"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
},
{
"modified": "Zamboangans",
"readable": "Zamboangans",
"graph": "resource:Zamboangans"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?h ) WHERE { resource:Philippines property:ethnic_group ?s }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?h ) WHERE { resource:Philippines property:ethnic_group ?s }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { resource:Philippines property:ethnic_group ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { resource:Philippines property:ethnic_group ?j }",
"graph_answer": [
"resource:Zamboangans",
"resource:Moro_people"
],
"readable_answer": [
"Zamboangans",
"Moro people"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Philippines property:language ?r }",
"readable_query": "ASK WHERE { resource:Philippines property:language ?r }",
"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 ?u WHERE { resource:Philippines property:language ?u }",
"readable_query": "SELECT ?u WHERE { resource:Philippines property:language ?u }",
"graph_answer": [
"resource:Arabic"
],
"readable_answer": [
"Arabic"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { ?r property:country resource:Philippines . ?r rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?r property:country resource:Philippines . ?r rdf:type ontology:food }",
"graph_answer": [
"resource:Batchoy"
],
"readable_answer": [
"Batchoy"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 2 |
4644
|
Id156
|
[
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Avocado"
},
{
"subject": "Avocado",
"property": "genus",
"object": "Persea"
}
] |
[
{
"subject": "Bandeja_paisa",
"property": "ingredient",
"object": "Avocado"
},
{
"subject": "Avocado",
"property": "genus",
"object": "Persea"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"An ingredient of the dish bandeja paisa is avocado which is the genus of persea.",
"Persea is the genus of the avocado which is an ingredient in the dish Bandeja paisa.",
"Avocado (genus Persea) is one of the ingredients of the dish Bandeja paisa."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Avocado",
"property:genus",
"resource:Persea"
],
[
"resource:Bandeja_paisa",
"property:ingredient",
"resource:Avocado"
],
[
"resource:Bandeja_paisa",
"rdf:type",
"ontology:food"
]
] |
Bandeja_paisa
|
[
{
"modified": "genus",
"readable": "genus",
"graph": "property:genus"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Avocado",
"readable": "Avocado",
"graph": "resource:Avocado"
},
{
"modified": "Bandeja_paisa",
"readable": "Bandeja paisa",
"graph": "resource:Bandeja_paisa"
},
{
"modified": "Persea",
"readable": "Persea",
"graph": "resource:Persea"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?q property:genus resource:Lentivirus . ?i rdf:type ontology:food . ?i property:ingredient ?q }",
"readable_query": "ASK WHERE { ?q property:genus resource:Lentivirus . ?i rdf:type ontology:food . ?i property:ingredient ?q }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Monument
| 5 |
12478
|
Id42
|
[
{
"subject": "Turkey",
"property": "leader",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Turkey",
"property": "largestCity",
"object": "Istanbul"
},
{
"subject": "Turkey",
"property": "currency",
"object": "Turkish_lira"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
[
{
"subject": "Turkey",
"property": "leader",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Turkey",
"property": "largestCity",
"object": "Istanbul"
},
{
"subject": "Turkey",
"property": "currency",
"object": "Turkish_lira"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
(X (X (X) (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The capital of Turkey is Ankara, although the largest city is Istanbul. The leader of Turkey is Ahmet Davutoglu and the currency is known as the Turkish lira. The Ataturk monument is located within the country.",
"Ankara is Turkey's capital city and the country's leader is Ahmet Davutoglu. Istanbul is the largest city in Turkey. The country's currency is the Turkish Lira and the Atatürk Monument is located in the country.",
"Turkey's capital is Ankara though its largest city is Istanbul. The Leader Of Turkey is Ahmet Davutoğlu and the currency is the Turkish Lira. İzmir in Turkey is where you will find the Atatürk Monument."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Turkey",
"property:largest_city",
"resource:Istanbul"
],
[
"resource:Turkey",
"property:leader",
"resource:Ahmet_Davuto_lu"
],
[
"resource:Turkey",
"property:capital",
"resource:Ankara"
],
[
"resource:Turkey",
"property:currency",
"resource:Turkish_lira"
],
[
"resource:Atat_rk_Monument___zmir_",
"rdf:type",
"ontology:monument"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:location",
"resource:Turkey"
]
] |
Atatürk_Monument_(İzmir)
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "currency",
"readable": "currency",
"graph": "property:currency"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Ahmet_Davutoğlu",
"readable": "Ahmet Davutoğlu",
"graph": "resource:Ahmet_Davuto_lu"
},
{
"modified": "Ankara",
"readable": "Ankara",
"graph": "resource:Ankara"
},
{
"modified": "Atatürk_Monument_(İzmir)",
"readable": "Atatürk Monument",
"graph": "resource:Atat_rk_Monument___zmir_"
},
{
"modified": "Istanbul",
"readable": "Istanbul",
"graph": "resource:Istanbul"
},
{
"modified": "Turkey",
"readable": "Turkey",
"graph": "resource:Turkey"
},
{
"modified": "Turkish_lira",
"readable": "Turkish lira",
"graph": "resource:Turkish_lira"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?h property:currency resource:Uruguayan_peso . ?i rdf:type ontology:monument . ?i property:location ?h }",
"readable_query": "ASK WHERE { ?h property:currency resource:Uruguayan_peso . ?i rdf:type ontology:monument . ?i property:location ?h }",
"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"
]
}
] |
|
Monument
| 6 |
12961
|
Id25
|
[
{
"subject": "Monocacy_National_Battlefield",
"property": "location",
"object": "Frederick_County,_Maryland"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "established",
"object": "\"1907-07-11\"^^xsd:date"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "country",
"object": "\"United States\"@en"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "category",
"object": "Historic_districts_in_the_United_States"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "district",
"object": "Monocacy_National_Battlefield"
},
{
"subject": "Monocacy_National_Battlefield",
"property": "nearestCity",
"object": "Frederick,_Maryland"
}
] |
[
{
"subject": "Monocacy_National_Battlefield",
"property": "location",
"object": "Frederick_County,_Maryland"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "established",
"object": "\"1907-07-11\""
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "country",
"object": "\"United States\""
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "category",
"object": "Historic_districts_in_the_United_States"
},
{
"subject": "14th_New_Jersey_Volunteer_Infantry_Monument",
"property": "district",
"object": "Monocacy_National_Battlefield"
},
{
"subject": "Monocacy_National_Battlefield",
"property": "nearestCity",
"object": "Frederick,_Maryland"
}
] |
(X (X) (X) (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Frederick, Maryland is the nearest city to the Monocacy National Battlefield of Frederick County, Maryland. It is the location of the 14th New Jersey Volunteer Infantry Monument which was established on 11 July 1907 which is categorised as belonging to the historic districts of the United States.",
"The 14th New Jersey Volunteer Infantry Monument is located in the district of the Monocacy National Battlefield, Frederick County, Maryland. The monument was established in 1907-07-11 and is categorised as a historic district in the United States. The closest city to the Monocacy National Battlefield is Frederick."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:district",
"resource:Monocacy_National_Battlefield"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"rdf:type",
"ontology:monument"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:country",
"resource:United_States"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:established",
"1907-07-11"
],
[
"resource:14th_New_Jersey_Volunteer_Infantry_Monument",
"property:category",
"resource:Historic_districts_in_the_United_States"
],
[
"resource:Monocacy_National_Battlefield",
"property:nearest_city",
"resource:Frederick__Maryland"
],
[
"resource:Monocacy_National_Battlefield",
"property:location",
"resource:Frederick_County__Maryland"
]
] |
14th_New_Jersey_Volunteer_Infantry_Monument
|
[
{
"modified": "1907-07-11",
"readable": "1907-07-11",
"graph": "1907-07-11"
},
{
"modified": "category",
"readable": "category",
"graph": "property:category"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "district",
"readable": "district",
"graph": "property:district"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "nearestCity",
"readable": "nearest city",
"graph": "property:nearest_city"
},
{
"modified": "14th_New_Jersey_Volunteer_Infantry_Monument",
"readable": "14th New Jersey Volunteer Infantry Monument",
"graph": "resource:14th_New_Jersey_Volunteer_Infantry_Monument"
},
{
"modified": "Frederick_County,_Maryland",
"readable": "Frederick County, Maryland",
"graph": "resource:Frederick_County__Maryland"
},
{
"modified": "Frederick,_Maryland",
"readable": "Frederick, Maryland",
"graph": "resource:Frederick__Maryland"
},
{
"modified": "Historic_districts_in_the_United_States",
"readable": "Historic districts in the United States",
"graph": "resource:Historic_districts_in_the_United_States"
},
{
"modified": "Monocacy_National_Battlefield",
"readable": "Monocacy National Battlefield",
"graph": "resource:Monocacy_National_Battlefield"
},
{
"modified": "United States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?v rdf:type ontology:monument . FILTER ( ?g = \"1907-07-11\" ) . ?j property:nearest_city resource:Frederick__Maryland . ?v property:established ?g . ?v property:district ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?v rdf:type ontology:monument . FILTER ( ?g = \"1907-07-11\" ) . ?j property:nearest_city resource:Frederick,_Maryland . ?v property:established ?g . ?v property:district ?j }",
"graph_answer": [
"resource:Monocacy_National_Battlefield"
],
"readable_answer": [
"Monocacy National Battlefield"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:monument . ?x property:nearest_city resource:Frederick__Maryland . ?i property:district ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'm' ) ) . ?i property:country resource:United_States }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:monument . ?x property:nearest_city resource:Frederick,_Maryland . ?i property:district ?x . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'm' ) ) . ?i property:country resource:United_States }",
"graph_answer": [
"resource:14th_New_Jersey_Volunteer_Infantry_Monument"
],
"readable_answer": [
"14th New Jersey Volunteer Infantry Monument"
],
"type": [
"coreference",
"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 ?h WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:distributing_company ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:distributing_company ?h }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 3 |
7190
|
Id103
|
[
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
[
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"African American are an ethnic group in the U.S. whose leader is Barack Obama. The Bacon Explosion comes from that country.",
"The United States is the country of the Bacon Explosion, the leader of the United States is Barack Obama and African Americans are one the ethnic groups in the United States."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:leader",
"resource:Barack_Obama"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
]
] |
Bacon_Explosion
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Barack_Obama",
"readable": "Barack Obama",
"graph": "resource:Barack_Obama"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:food . ?d property:country ?u . ?u property:ethnic_group resource:African_Americans . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'u' ) ) }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:food . ?d property:country ?u . ?u property:ethnic_group resource:African_Americans . FILTER ( STRSTARTS ( LCASE ( ?u ) , 'u' ) ) }",
"graph_answer": [
"resource:Bacon_Explosion"
],
"readable_answer": [
"Bacon Explosion"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x ?w WHERE { ?w property:leader ?x . resource:Bacon_Explosion property:country ?w }",
"readable_query": "SELECT DISTINCT ?x ?w WHERE { ?w property:leader ?x . resource:Bacon_Explosion property:country ?w }",
"graph_answer": [
"resource:Barack_Obama",
"resource:United_States"
],
"readable_answer": [
"Barack Obama",
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 2 |
3858
|
Id10
|
[
{
"subject": "108_St_Georges_Terrace",
"property": "floorCount",
"object": "50"
},
{
"subject": "108_St_Georges_Terrace",
"property": "cost",
"object": "\"1.2E8\"^^<http://dbpedia.org/datatype/usDollar>"
}
] |
[
{
"subject": "108_St_Georges_Terrace",
"property": "cost",
"object": "\"120 million (Australian dollars)\""
},
{
"subject": "108_St_Georges_Terrace",
"property": "floorCount",
"object": "50"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"108 St Georges Terrace cost 120 million Australian dollars and has 50 floors.",
"108 St Georges Terrace has 50 floors and cost 120 million Australian dollars."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:108_St_Georges_Terrace",
"property:floor_count",
"50"
],
[
"resource:108_St_Georges_Terrace",
"rdf:type",
"ontology:building"
],
[
"resource:108_St_Georges_Terrace",
"property:cost",
"120 million (Australian dollars)"
]
] |
108_St_Georges_Terrace
|
[
{
"modified": "120 million (Australian dollars)",
"readable": "120 million",
"graph": "120 million (Australian dollars)"
},
{
"modified": "50",
"readable": "50",
"graph": "50"
},
{
"modified": "cost",
"readable": "cost",
"graph": "property:cost"
},
{
"modified": "floorCount",
"readable": "floor count",
"graph": "property:floor_count"
},
{
"modified": "108_St_Georges_Terrace",
"readable": "108 St Georges Terrace",
"graph": "resource:108_St_Georges_Terrace"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?i = '50' ) . ?p property:cost ?q . ?p rdf:type ontology:building . ?p property:floor_count ?i }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?i = '50' ) . ?p property:cost ?q . ?p rdf:type ontology:building . ?p property:floor_count ?i }",
"graph_answer": [
"120 million (Australian dollars)"
],
"readable_answer": [
"120 million"
],
"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 ( ?m ) AS ?q ) WHERE { ?m property:cost '120 million (Australian dollars)' . ?m rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?q ) WHERE { ?m property:cost '120 million (Australian dollars)' . ?m rdf:type ontology:building }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { ?e property:cost '120 million (Australian dollars)' . ?e rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?e WHERE { ?e property:cost '120 million (Australian dollars)' . ?e rdf:type ontology:building }",
"graph_answer": [
"resource:108_St_Georges_Terrace"
],
"readable_answer": [
"108 St Georges Terrace"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 2 |
4673
|
Id185
|
[
{
"subject": "Batchoy",
"property": "country",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "ethnicGroups",
"object": "Igorot_people"
}
] |
[
{
"subject": "Batchoy",
"property": "country",
"object": "Philippines"
},
{
"subject": "Philippines",
"property": "ethnicGroup",
"object": "Igorot_people"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Philippines is the country Batchoy comes from, one of the ethnic groups there is the Igorot people.",
"Batchoy is eaten in the Philippines where the Igorot people are an ethnic group."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Batchoy",
"rdf:type",
"ontology:food"
],
[
"resource:Batchoy",
"property:country",
"resource:Philippines"
],
[
"resource:Philippines",
"property:ethnic_group",
"resource:Igorot_people"
]
] |
Batchoy
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "Batchoy",
"readable": "Batchoy",
"graph": "resource:Batchoy"
},
{
"modified": "Igorot_people",
"readable": "Igorot people",
"graph": "resource:Igorot_people"
},
{
"modified": "Philippines",
"readable": "Philippines",
"graph": "resource:Philippines"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?x WHERE { ?r rdf:type ontology:food . ?x property:ethnic_group resource:Igorot_people . ?r property:country ?x }",
"readable_query": "SELECT DISTINCT ?r ?x WHERE { ?r rdf:type ontology:food . ?x property:ethnic_group resource:Igorot_people . ?r property:country ?x }",
"graph_answer": [
"resource:Batchoy",
"resource:Philippines"
],
"readable_answer": [
"Batchoy",
"Philippines"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut
| 7 |
13077
|
Id44
|
[
{
"subject": "Buzz_Aldrin",
"property": "birthPlace",
"object": "Glen_Ridge,_New_Jersey"
},
{
"subject": "Buzz_Aldrin",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Buzz_Aldrin",
"property": "selection",
"object": "1963"
},
{
"subject": "Buzz_Aldrin",
"property": "timeInSpace",
"object": "\"52.0\"^^<http://dbpedia.org/datatype/minute>"
},
{
"subject": "Buzz_Aldrin",
"property": "mission",
"object": "Apollo_11"
},
{
"subject": "Buzz_Aldrin",
"property": "occupation",
"object": "Fighter_pilot"
},
{
"subject": "Buzz_Aldrin",
"property": "almaMater",
"object": "\"Massachusetts Institute of Technology, Sc.D. 1963\"@en"
}
] |
[
{
"subject": "Buzz_Aldrin",
"property": "birthPlace",
"object": "Glen_Ridge,_New_Jersey"
},
{
"subject": "Buzz_Aldrin",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Buzz_Aldrin",
"property": "selectedByNasa",
"object": "1963"
},
{
"subject": "Buzz_Aldrin",
"property": "timeInSpace",
"object": "\"52.0\"(minutes)"
},
{
"subject": "Buzz_Aldrin",
"property": "mission",
"object": "Apollo_11"
},
{
"subject": "Buzz_Aldrin",
"property": "occupation",
"object": "Fighter_pilot"
},
{
"subject": "Buzz_Aldrin",
"property": "almaMater",
"object": "\"Massachusetts Institute of Technology, Sc.D. 1963\""
}
] |
(X (X) (X) (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"American Buzz Aldrin was born in Glen Ridge, New Jersey. He graduated in 1963 from MIT with a Sc.D. He was selected by NASA in 1963, was a fighter pilot and a crew member of Apollo 11, spending 52 minutes in space.",
"Buzz Aldrin was an American who was born in Glen Ridge, New Jersey. graduated from MIT with a Sc. D in 1963, which was the same year that he was hired by NASA. Buzz served as a Fighter pilot, and was also a crew member of Apollo 11. He was in space for 52 minutes.",
"Buzz Aldrin was an American-born fighter pilot who was born in Glen Ridge, New Jersey. Aldrin graduated from Massachusetts Institute of Technology with a Sc.D. in 1963 and was hired by NASA that same year. He was was a member of the Apollo 11 crew who spent a total of 52 minutes in space."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Buzz_Aldrin",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Buzz_Aldrin",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Buzz_Aldrin",
"property:mission",
"resource:Apollo_11"
],
[
"resource:Buzz_Aldrin",
"property:nationality",
"resource:United_States"
],
[
"resource:Buzz_Aldrin",
"property:occupation",
"resource:Fighter_pilot"
],
[
"resource:Buzz_Aldrin",
"property:time_in_space",
"resource:52_0"
],
[
"resource:Buzz_Aldrin",
"property:alma_mater",
"Massachusetts Institute of Technology, Sc.D. 1963"
],
[
"resource:Buzz_Aldrin",
"property:birth_place",
"resource:Glen_Ridge__New_Jersey"
]
] |
Buzz_Aldrin
|
[
{
"modified": "Massachusetts Institute of Technology, Sc.D. 1963",
"readable": "Massachusetts Institute of Technology, Sc.D. 1963",
"graph": "Massachusetts Institute of Technology, Sc.D. 1963"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "timeInSpace",
"readable": "time in space",
"graph": "property:time_in_space"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "52.0",
"readable": "52.0",
"graph": "resource:52_0"
},
{
"modified": "Apollo_11",
"readable": "Apollo 11",
"graph": "resource:Apollo_11"
},
{
"modified": "Buzz_Aldrin",
"readable": "Buzz Aldrin",
"graph": "resource:Buzz_Aldrin"
},
{
"modified": "Fighter_pilot",
"readable": "Fighter pilot",
"graph": "resource:Fighter_pilot"
},
{
"modified": "Glen_Ridge,_New_Jersey",
"readable": "Glen Ridge, New Jersey",
"graph": "resource:Glen_Ridge__New_Jersey"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?c property:mission ?u . ?c rdf:type ontology:astronaut . ?c property:birth_place resource:Italy }",
"readable_query": "ASK WHERE { ?c property:mission ?u . ?c rdf:type ontology:astronaut . ?c property:birth_place resource:Italy }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
SportsTeam
| 4 |
10708
|
Id149
|
[
{
"subject": "Serie_A",
"property": "champions",
"object": "Juventus_F.C."
},
{
"subject": "Luciano_Spalletti",
"property": "managerClub",
"object": "Udinese_Calcio"
},
{
"subject": "A.S._Roma",
"property": "manager",
"object": "Luciano_Spalletti"
},
{
"subject": "A.S._Roma",
"property": "league",
"object": "Serie_A"
}
] |
[
{
"subject": "Serie_A",
"property": "champions",
"object": "Juventus_F.C."
},
{
"subject": "Luciano_Spalletti",
"property": "club",
"object": "Udinese_Calcio"
},
{
"subject": "A.S._Roma",
"property": "manager",
"object": "Luciano_Spalletti"
},
{
"subject": "A.S._Roma",
"property": "league",
"object": "Serie_A"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Luciano Spalletti, who has been associated with Udinese Calcio, manages A.S. Roma who play in Serie A. Juventus FC have been Serie A champions.",
"AS Roma play in the Serie A league where Juventus FC are the champions. Their manager is Luciano Spalletti who has been associated with Udinese Calcio."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Serie_A",
"property:champions",
"resource:Juventus_F_C_"
],
[
"resource:Luciano_Spalletti",
"property:club",
"resource:Udinese_Calcio"
],
[
"resource:A_S__Roma",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_S__Roma",
"property:manager",
"resource:Luciano_Spalletti"
],
[
"resource:A_S__Roma",
"property:league",
"resource:Serie_A"
]
] |
A.S._Roma
|
[
{
"modified": "champions",
"readable": "champions",
"graph": "property:champions"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "A.S._Roma",
"readable": "A.S. Roma",
"graph": "resource:A_S__Roma"
},
{
"modified": "Juventus_F.C.",
"readable": "Juventus F.C.",
"graph": "resource:Juventus_F_C_"
},
{
"modified": "Luciano_Spalletti",
"readable": "Luciano Spalletti",
"graph": "resource:Luciano_Spalletti"
},
{
"modified": "Serie_A",
"readable": "Serie A",
"graph": "resource:Serie_A"
},
{
"modified": "Udinese_Calcio",
"readable": "Udinese Calcio",
"graph": "resource:Udinese_Calcio"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?r ) WHERE { ?f property:league ?v . ?f rdf:type ontology:sports_team . ?v property:champions resource:Juventus_F_C_ }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?r ) WHERE { ?f property:league ?v . ?f rdf:type ontology:sports_team . ?v property:champions resource:Juventus_F.C. }",
"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 ?j WHERE { ?j rdf:type ontology:sports_team . ?n property:champions resource:Juventus_F_C_ . ?j property:league ?n }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:sports_team . ?n property:champions resource:Juventus_F.C. . ?j property:league ?n }",
"graph_answer": [
"resource:A_S__Roma"
],
"readable_answer": [
"A.S. Roma"
],
"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 ?w WHERE { resource:Luciano_Spalletti property:wheelbase ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Luciano_Spalletti property:wheelbase ?w }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 4 |
10020
|
Id309
|
[
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
},
{
"subject": "Arròs_negre",
"property": "country",
"object": "Spain"
},
{
"subject": "Spain",
"property": "ethnicGroup",
"object": "Spaniards"
},
{
"subject": "Spain",
"property": "leader",
"object": "Felipe_VI_of_Spain"
}
] |
[
{
"subject": "Spain",
"property": "language",
"object": "Spanish_language"
},
{
"subject": "Arròs_negre",
"property": "country",
"object": "Spain"
},
{
"subject": "Spain",
"property": "ethnicGroup",
"object": "Spaniards"
},
{
"subject": "Spain",
"property": "leader",
"object": "Felipe_VI_of_Spain"
}
] |
(X (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Arròs negre is a dish from Spain where they speak Spanish and the people are called Spaniards. Felipe VI of Spain is the leader.",
"Arròs negre is from Spain, where the language is Spanish, the leader is Felipe VI and Spaniards are an ethnic group.",
"Arros negre comes from Spain where the Spaniards are an ethnic group. The leader of the country, where the spoken language is Spanish, is Felipe VI of Spain."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Spain",
"property:leader",
"resource:Felipe_VI_of_Spain"
],
[
"resource:Spain",
"property:language",
"resource:Spanish_language"
],
[
"resource:Spain",
"property:ethnic_group",
"resource:Spaniards"
],
[
"resource:Arr_s_negre",
"rdf:type",
"ontology:food"
],
[
"resource:Arr_s_negre",
"property:country",
"resource:Spain"
]
] |
Arròs_negre
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Arròs_negre",
"readable": "Arròs negre",
"graph": "resource:Arr_s_negre"
},
{
"modified": "Felipe_VI_of_Spain",
"readable": "Felipe VI of Spain",
"graph": "resource:Felipe_VI_of_Spain"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
},
{
"modified": "Spaniards",
"readable": "Spaniards",
"graph": "resource:Spaniards"
},
{
"modified": "Spanish_language",
"readable": "Spanish language",
"graph": "resource:Spanish_language"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?f property:ethnic_group resource:Spaniards . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . ?d rdf:type ontology:food . ?d property:country ?f }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?f property:ethnic_group resource:Spaniards . FILTER ( STRSTARTS ( LCASE ( ?d ) , 'a' ) ) . ?d rdf:type ontology:food . ?d property:country ?f }",
"graph_answer": [
"resource:Arr_s_negre"
],
"readable_answer": [
"Arròs negre"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d property:ethnic_group resource:Spaniards . resource:Arr_s_negre property:country ?d . resource:Arr_s_negre rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d property:ethnic_group resource:Spaniards . resource:Arròs_negre property:country ?d . resource:Arròs_negre rdf:type ontology:food }",
"graph_answer": [
"resource:Spain"
],
"readable_answer": [
"Spain"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?o WHERE { resource:Spain property:leader ?o . resource:Spain property:language ?z }",
"readable_query": "SELECT DISTINCT ?z ?o WHERE { resource:Spain property:leader ?o . resource:Spain property:language ?z }",
"graph_answer": [
"resource:Spanish_language",
"resource:Felipe_VI_of_Spain"
],
"readable_answer": [
"Spanish language",
"Felipe VI of Spain"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Politician
| 3 |
7860
|
Id191
|
[
{
"subject": "Alfred_N._Phillips",
"property": "militaryBranch",
"object": "United_States_Army"
},
{
"subject": "United_States_Army",
"property": "battles",
"object": "Invasion_of_Grenada"
},
{
"subject": "Alfred_N._Phillips",
"property": "activeYearsEndDate",
"object": "\"1939-01-03\"^^xsd:date"
}
] |
[
{
"subject": "Alfred_N._Phillips",
"property": "militaryBranch",
"object": "United_States_Army"
},
{
"subject": "United_States_Army",
"property": "battle",
"object": "Invasion_of_Grenada"
},
{
"subject": "Alfred_N._Phillips",
"property": "activeYearsEndDate",
"object": "1939-01-03"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The United States Army, which battled in the Invasion of Grenada, was the army Alfred N. Phillips (retired 1939-01-03) served in.",
"Alfred N Phillips, who retired 1939-01-03, served in the United States, Army. The United States Army has battled in the Invasion of Grenada.",
"Alfred N Phillips retired on 1939-01-03, and served in the United States, Army, which has battled in the Invasion of Grenada."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States_Army",
"property:battle",
"resource:Invasion_of_Grenada"
],
[
"resource:Alfred_N__Phillips",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfred_N__Phillips",
"property:military_branch",
"resource:United_States_Army"
],
[
"resource:Alfred_N__Phillips",
"property:active_years_end_date",
"resource:1939_01_03"
]
] |
Alfred_N._Phillips
|
[
{
"modified": "activeYearsEndDate",
"readable": "active years end date",
"graph": "property:active_years_end_date"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "militaryBranch",
"readable": "military branch",
"graph": "property:military_branch"
},
{
"modified": "1939-01-03",
"readable": "1939-01-03",
"graph": "resource:1939_01_03"
},
{
"modified": "Alfred_N._Phillips",
"readable": "Alfred N. Phillips",
"graph": "resource:Alfred_N__Phillips"
},
{
"modified": "Invasion_of_Grenada",
"readable": "Invasion of Grenada",
"graph": "resource:Invasion_of_Grenada"
},
{
"modified": "United_States_Army",
"readable": "United States Army",
"graph": "resource:United_States_Army"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?n property:battle resource:Invasion_of_Grenada . ?u property:military_branch ?n . ?u property:active_years_end_date ?z . FILTER ( ?z = \"1939_01_03\" ) . ?u rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:battle resource:Invasion_of_Grenada . ?u property:military_branch ?n . ?u property:active_years_end_date ?z . FILTER ( ?z = \"1939-01-03\" ) . ?u rdf:type ontology:politician }",
"graph_answer": [
"resource:United_States_Army"
],
"readable_answer": [
"United States Army"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"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 ?f WHERE { ?f rdf:type ontology:politician . resource:United_States_Army property:battle resource:Invasion_of_Grenada . FILTER ( ?k = \"1939_01_03\" ) . ?f property:active_years_end_date ?k . ?f property:military_branch resource:United_States_Army }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?f rdf:type ontology:politician . resource:United_States_Army property:battle resource:Invasion_of_Grenada . FILTER ( ?k = \"1939-01-03\" ) . ?f property:active_years_end_date ?k . ?f property:military_branch resource:United_States_Army }",
"graph_answer": [
"resource:Alfred_N__Phillips"
],
"readable_answer": [
"Alfred N. Phillips"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete
| 4 |
9043
|
Id113
|
[
{
"subject": "Clyde_F.C.",
"property": "manager",
"object": "Barry_Ferguson"
},
{
"subject": "Alan_Martin_(footballer,_born_1989)",
"property": "team",
"object": "Clyde_F.C."
},
{
"subject": "Clyde_F.C.",
"property": "ground",
"object": "Broadwood_Stadium"
},
{
"subject": "Alan_Martin_(footballer,_born_1989)",
"property": "clubs",
"object": "Leeds_United_F.C."
}
] |
[
{
"subject": "Clyde_F.C.",
"property": "manager",
"object": "Barry_Ferguson"
},
{
"subject": "Alan_Martin_(footballer)",
"property": "club",
"object": "Clyde_F.C."
},
{
"subject": "Clyde_F.C.",
"property": "ground",
"object": "Broadwood_Stadium"
},
{
"subject": "Alan_Martin_(footballer)",
"property": "club",
"object": "Leeds_United_F.C."
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A footballer, Alan Martin, played with the Clyde FC and the Leeds United FC. The former club is located in Broadwood Stadium and managed by Barry Ferguson.",
"Former Leeds United F.C footballer, Alan Martin, plays for the Clyde FC club. Barry Ferguson is the manager of Clyde F.C., the ground of which, is called Broadwood Stadium.",
"Alan Martin, who played football for Leeds United F.C. is a footballer for the Clyde FC. The club which is managed by, Barry Ferguson and the ground of which, is called Broadwood Stadium."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Clyde_F_C_",
"property:manager",
"resource:Barry_Ferguson"
],
[
"resource:Clyde_F_C_",
"property:ground",
"resource:Broadwood_Stadium"
],
[
"resource:Alan_Martin__footballer_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alan_Martin__footballer_",
"property:club",
"resource:Clyde_F_C_"
],
[
"resource:Alan_Martin__footballer_",
"property:club",
"resource:Leeds_United_F_C_"
]
] |
Alan_Martin_(footballer)
|
[
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "Alan_Martin_(footballer)",
"readable": "Alan Martin",
"graph": "resource:Alan_Martin__footballer_"
},
{
"modified": "Barry_Ferguson",
"readable": "Barry Ferguson",
"graph": "resource:Barry_Ferguson"
},
{
"modified": "Broadwood_Stadium",
"readable": "Broadwood Stadium",
"graph": "resource:Broadwood_Stadium"
},
{
"modified": "Clyde_F.C.",
"readable": "Clyde F.C.",
"graph": "resource:Clyde_F_C_"
},
{
"modified": "Leeds_United_F.C.",
"readable": "Leeds United F.C.",
"graph": "resource:Leeds_United_F_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { FILTER NOT EXISTS { ?k property:ground resource:Broadwood_Stadium } . resource:Alan_Martin__footballer_ property:club ?k }",
"readable_query": "SELECT DISTINCT ?k WHERE { FILTER NOT EXISTS { ?k property:ground resource:Broadwood_Stadium } . resource:Alan_Martin_(footballer) property:club ?k }",
"graph_answer": [
"resource:Leeds_United_F_C_"
],
"readable_answer": [
"Leeds United F.C."
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?r property:manager resource:Massimo_Drago }",
"readable_query": "ASK WHERE { ?r property:manager resource:Massimo_Drago }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?m property:manager resource:Barry_Ferguson }",
"readable_query": "ASK WHERE { ?m property:manager resource:Barry_Ferguson }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"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 ?u WHERE { ?u property:manager resource:Barry_Ferguson }",
"readable_query": "SELECT ?u WHERE { ?u property:manager resource:Barry_Ferguson }",
"graph_answer": [
"resource:Clyde_F_C_"
],
"readable_answer": [
"Clyde F.C."
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Artist
| 3 |
6003
|
Id149
|
[
{
"subject": "Alison_O'Donnell",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Alison_O'Donnell",
"property": "recordLabel",
"object": "Deram_Records"
},
{
"subject": "Alison_O'Donnell",
"property": "label",
"object": "Floating_World_Records"
}
] |
[
{
"subject": "Alison_O'Donnell",
"property": "genre",
"object": "Jazz"
},
{
"subject": "Alison_O'Donnell",
"property": "recordLabel",
"object": "Deram_Records"
},
{
"subject": "Alison_O'Donnell",
"property": "recordLabel",
"object": "Floating_World_Records"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The label Floating World Records signed Alison O'Donnell, who plays jazz music and is signed with the record label Deram Records.",
"Alison O'Donnell (a jazz artiste) is under the recording labels Floating World Records and Deram Records.",
"Alison O'Donnell plays jazz for the Deram Record label. The label, Floating World Records, signed Alison O'Donnell."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alison_O_Donnell",
"rdf:type",
"ontology:artist"
],
[
"resource:Alison_O_Donnell",
"property:genre",
"resource:Jazz"
],
[
"resource:Alison_O_Donnell",
"property:record_label",
"resource:Floating_World_Records"
],
[
"resource:Alison_O_Donnell",
"property:record_label",
"resource:Deram_Records"
]
] |
Alison_O'Donnell
|
[
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "recordLabel",
"readable": "record label",
"graph": "property:record_label"
},
{
"modified": "Alison_O'Donnell",
"readable": "Alison O'Donnell",
"graph": "resource:Alison_O_Donnell"
},
{
"modified": "Deram_Records",
"readable": "Deram Records",
"graph": "resource:Deram_Records"
},
{
"modified": "Floating_World_Records",
"readable": "Floating World Records",
"graph": "resource:Floating_World_Records"
},
{
"modified": "Jazz",
"readable": "Jazz",
"graph": "resource:Jazz"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?p ) WHERE { resource:Alison_O_Donnell property:record_label ?p }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?p ) WHERE { resource:Alison_O'Donnell property:record_label ?p }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { resource:Alison_O_Donnell property:record_label ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Alison_O'Donnell property:record_label ?l }",
"graph_answer": [
"resource:Floating_World_Records",
"resource:Deram_Records"
],
"readable_answer": [
"Floating World Records",
"Deram Records"
],
"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 ?w WHERE { resource:Alison_O_Donnell property:in_office_while_monarch ?w }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Alison_O'Donnell property:in_office_while_monarch ?w }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
MeanOfTransportation
| 2 |
4836
|
Id71
|
[
{
"subject": "ARA_Veinticinco_de_Mayo_(V-2)",
"property": "length",
"object": "\"192.0\"^^xsd:double"
},
{
"subject": "ARA_Veinticinco_de_Mayo_(V-2)",
"property": "shipBeam",
"object": "\"24.4\"^^xsd:double"
}
] |
[
{
"subject": "ARA_Veinticinco_de_Mayo_(V-2)",
"property": "length",
"object": "192000.0 (millimetres)"
},
{
"subject": "ARA_Veinticinco_de_Mayo_(V-2)",
"property": "shipBeam",
"object": "24.4"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The ARA Veinticinco de Mayo (V-2) is 192000.0 millimetres long and has a ship beam which measures 24.4.",
"The ARA Veinticinco de Mayo (V-2) has a ship beam length of 24.4 and is 192000 mms long.",
"The ARA Veinticinco de Mayo V-2, at a length of 192000.0 millimetres, has ship's beam which measures 24.4."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:ARA_Veinticinco_de_Mayo__V_2_",
"property:length",
"192000.0 (millimetres)"
],
[
"resource:ARA_Veinticinco_de_Mayo__V_2_",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:ARA_Veinticinco_de_Mayo__V_2_",
"property:ship_beam",
"resource:24_4"
]
] |
ARA_Veinticinco_de_Mayo_(V-2)
|
[
{
"modified": "192000.0 (millimetres)",
"readable": "192000.0",
"graph": "192000.0 (millimetres)"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "shipBeam",
"readable": "ship beam",
"graph": "property:ship_beam"
},
{
"modified": "24.4",
"readable": "24.4",
"graph": "resource:24_4"
},
{
"modified": "ARA_Veinticinco_de_Mayo_(V-2)",
"readable": "ARA Veinticinco de Mayo",
"graph": "resource:ARA_Veinticinco_de_Mayo__V_2_"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:ship_beam ?w . ?k property:length '253260.0 (millimetres)' }",
"readable_query": "ASK WHERE { ?k rdf:type ontology:mean_of_transportation . ?k property:ship_beam ?w . ?k property:length '253260.0 (millimetres)' }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
City
| 2 |
4321
|
Id171
|
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "Albuquerque,_New_Mexico",
"property": "country",
"object": "United_States"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The United States includes the ethnic group of Native Americans and is the location of Albuquerque, New Mexico.",
"Albuquerque is in New Mexico, United States, the country where you will find an ethnic group called Native Americans.",
"Albuquerque, New Mexico is in the United States, where Native Americans are one of the ethnic groups."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albuquerque__New_Mexico",
"rdf:type",
"ontology:city"
],
[
"resource:Albuquerque__New_Mexico",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] |
Albuquerque,_New_Mexico
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "Albuquerque,_New_Mexico",
"readable": "Albuquerque, New Mexico",
"graph": "resource:Albuquerque__New_Mexico"
},
{
"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 ?w ?v WHERE { ?w rdf:type ontology:city . ?v property:ethnic_group resource:Native_Americans_in_the_United_States . ?w property:country ?v }",
"readable_query": "SELECT DISTINCT ?w ?v WHERE { ?w rdf:type ontology:city . ?v property:ethnic_group resource:Native_Americans_in_the_United_States . ?w property:country ?v }",
"graph_answer": [
"resource:Albuquerque__New_Mexico",
"resource:United_States"
],
"readable_answer": [
"Albuquerque, New Mexico",
"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"
]
}
] |
|
Monument
| 6 |
12970
|
Id34
|
[
{
"subject": "Turkey",
"property": "leaderTitle",
"object": "President_of_Turkey"
},
{
"subject": "Turkey",
"property": "leaderName",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "material",
"object": "\"Bronze\"@en"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "open",
"object": "\"1932-07-27\"^^xsd:date"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
[
{
"subject": "Turkey",
"property": "leaderTitle",
"object": "President_of_Turkey"
},
{
"subject": "Turkey",
"property": "leader",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Turkey",
"property": "capital",
"object": "Ankara"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "material",
"object": "\"Bronze\""
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "inaugurationDate",
"object": "\"1932-07-27\""
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
(X (X) (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ahmet Davutoglu is President of Turkey whose capital is Ankara. The bronze Ataturk Monument found in Turkey was inaugurated on July 27th 1932.",
"The President of Turkey is Ahmet Davutoglu. The capital is Ankara, but it is in Izmir that the bronze Ataturk monument is located and was inaugurated on 27 July 1932.",
"President Ahmet Davutoglu is the leader of Turkey which has the capital city of Ankara. The country is the location of the bronze Ataturk monument inaugurated on 27 July 1932 in Izmir."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Turkey",
"property:leader",
"resource:Ahmet_Davuto_lu"
],
[
"resource:Turkey",
"property:leader_title",
"resource:President_of_Turkey"
],
[
"resource:Turkey",
"property:capital",
"resource:Ankara"
],
[
"resource:Atat_rk_Monument___zmir_",
"rdf:type",
"ontology:monument"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:location",
"resource:Turkey"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:inauguration_date",
"1932-07-27"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:material",
"resource:Bronze"
]
] |
Atatürk_Monument_(İzmir)
|
[
{
"modified": "1932-07-27",
"readable": "1932-07-27",
"graph": "1932-07-27"
},
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "inaugurationDate",
"readable": "inauguration date",
"graph": "property:inauguration_date"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "material",
"readable": "material",
"graph": "property:material"
},
{
"modified": "Ahmet_Davutoğlu",
"readable": "Ahmet Davutoğlu",
"graph": "resource:Ahmet_Davuto_lu"
},
{
"modified": "Ankara",
"readable": "Ankara",
"graph": "resource:Ankara"
},
{
"modified": "Atatürk_Monument_(İzmir)",
"readable": "Atatürk Monument",
"graph": "resource:Atat_rk_Monument___zmir_"
},
{
"modified": "Bronze",
"readable": "Bronze",
"graph": "resource:Bronze"
},
{
"modified": "President_of_Turkey",
"readable": "President of Turkey",
"graph": "resource:President_of_Turkey"
},
{
"modified": "Turkey",
"readable": "Turkey",
"graph": "resource:Turkey"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?q property:location ?v . ?q property:inauguration_date ?r . FILTER ( ?r = \"1932-07-27\" ) . ?v property:capital resource:Ankara . ?q rdf:type ontology:monument }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?q property:location ?v . ?q property:inauguration_date ?r . FILTER ( ?r = \"1932-07-27\" ) . ?v property:capital resource:Ankara . ?q rdf:type ontology:monument }",
"graph_answer": [
"resource:Turkey"
],
"readable_answer": [
"Turkey"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?h property:inauguration_date ?n . ?h property:location resource:Turkey . resource:Turkey property:capital resource:Ankara . ?h rdf:type ontology:monument . FILTER ( ?n = \"1932-07-27\" ) }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?h property:inauguration_date ?n . ?h property:location resource:Turkey . resource:Turkey property:capital resource:Ankara . ?h rdf:type ontology:monument . FILTER ( ?n = \"1932-07-27\" ) }",
"graph_answer": [
"resource:Atat_rk_Monument___zmir_"
],
"readable_answer": [
"Atatürk Monument"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_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 ?v ?q WHERE { resource:Turkey property:leader_title ?v . resource:Turkey property:leader ?q }",
"readable_query": "SELECT DISTINCT ?v ?q WHERE { resource:Turkey property:leader_title ?v . resource:Turkey property:leader ?q }",
"graph_answer": [
"resource:President_of_Turkey",
"resource:Ahmet_Davuto_lu"
],
"readable_answer": [
"President of Turkey",
"Ahmet Davutoğlu"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Astronaut
| 2 |
3638
|
Id24
|
[
{
"subject": "Buzz_Aldrin",
"property": "nationality",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leaderName",
"object": "Joe_Biden"
}
] |
[
{
"subject": "Buzz_Aldrin",
"property": "nationality",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Joe_Biden"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Leader, Joe Biden, and Buzz Aldrin are both American.",
"Buzz Aldrin is a US national led by Joe Biden.",
"Buzz Aldrin is united states citizen whose leader is Joe Biden."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Buzz_Aldrin",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Buzz_Aldrin",
"property:nationality",
"resource:United_States"
],
[
"resource:United_States",
"property:leader",
"resource:Joe_Biden"
]
] |
Buzz_Aldrin
|
[
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Buzz_Aldrin",
"readable": "Buzz Aldrin",
"graph": "resource:Buzz_Aldrin"
},
{
"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 ?x ?a WHERE { ?x rdf:type ontology:astronaut . ?a property:leader resource:Joe_Biden . ?x property:nationality ?a }",
"readable_query": "SELECT DISTINCT ?x ?a WHERE { ?x rdf:type ontology:astronaut . ?a property:leader resource:Joe_Biden . ?x property:nationality ?a }",
"graph_answer": [
"resource:Buzz_Aldrin",
"resource:United_States"
],
"readable_answer": [
"Buzz Aldrin",
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Building
| 3 |
6580
|
Id200
|
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leaderName",
"object": "Barack_Obama"
}
] |
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
},
{
"subject": "United_States",
"property": "leader",
"object": "Barack_Obama"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"President Barack Obama is the leader of the United States where 250 Delaware Avenue is located.",
"President Barack Obama is leader of the United States where 250 Delaware Avenue is located."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:leader",
"resource:Barack_Obama"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
],
[
"resource:250_Delaware_Avenue",
"rdf:type",
"ontology:building"
],
[
"resource:250_Delaware_Avenue",
"property:location",
"resource:United_States"
]
] |
250_Delaware_Avenue
|
[
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "250_Delaware_Avenue",
"readable": "250 Delaware Avenue",
"graph": "resource:250_Delaware_Avenue"
},
{
"modified": "Barack_Obama",
"readable": "Barack Obama",
"graph": "resource:Barack_Obama"
},
{
"modified": "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 ?q ?i WHERE { resource:United_States property:leader_title ?q . resource:United_States property:leader ?i }",
"readable_query": "SELECT DISTINCT ?q ?i WHERE { resource:United_States property:leader_title ?q . resource:United_States property:leader ?i }",
"graph_answer": [
"resource:President_of_the_United_States",
"resource:Barack_Obama"
],
"readable_answer": [
"President of the United States",
"Barack Obama"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?t property:location resource:United_States . ?t rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t property:location resource:United_States . ?t rdf:type ontology:building }",
"graph_answer": [
"resource:250_Delaware_Avenue"
],
"readable_answer": [
"250 Delaware Avenue"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
University
| 4 |
10779
|
Id71
|
[
{
"subject": "Visvesvaraya_Technological_University",
"property": "city",
"object": "Belgaum"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "director",
"object": "\"Dr. G. P. Prabhukumar\"@en"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliations",
"object": "Visvesvaraya_Technological_University"
}
] |
[
{
"subject": "Visvesvaraya_Technological_University",
"property": "city",
"object": "Belgaum"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "director",
"object": "\"Dr. G. P. Prabhukumar\""
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliation",
"object": "Visvesvaraya_Technological_University"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Acharya Institute of Technology in Karnataka is affiliated with the Visvesvaraya Technological University in Belgaum. Its director is Dr. G. P. Prabhukumar.",
"The Acharya Institute of Technology is located in Karnataka. It is affiliated with the Visvesvaraya Technological University in Belgaum and its director is Dr. G. P. Prabhukumar.",
"The Acharya Institute of Technology based in the state of Karnataka has the director Dr. G. P. Prabhukumar. The Institute is affiliated with Visvesvaraya Technological University which is located in the city of Belgaum."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"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:director",
"Dr. G. P. Prabhukumar"
]
] |
Acharya_Institute_of_Technology
|
[
{
"modified": "Dr. G. P. Prabhukumar",
"readable": "Dr. G. P. Prabhukumar",
"graph": "Dr. G. P. Prabhukumar"
},
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "director",
"readable": "director",
"graph": "property:director"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "Belgaum",
"readable": "Belgaum",
"graph": "resource:Belgaum"
},
{
"modified": "Karnataka",
"readable": "Karnataka",
"graph": "resource:Karnataka"
},
{
"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 { ?u property:state resource:Maryland . ?u rdf:type ontology:university . ?u property:director 'Dr. G. P. Prabhukumar' }",
"readable_query": "ASK WHERE { ?u property:state resource:Maryland . ?u rdf:type ontology:university . ?u property:director 'Dr. G. P. Prabhukumar' }",
"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 { ?z property:state resource:Karnataka . ?z property:director 'Dr. G. P. Prabhukumar' . ?z rdf:type ontology:university }",
"readable_query": "ASK WHERE { ?z property:state resource:Karnataka . ?z property:director 'Dr. G. P. Prabhukumar' . ?z rdf:type ontology:university }",
"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 ?g WHERE { ?g property:director 'Dr. G. P. Prabhukumar' . ?g property:state resource:Karnataka . ?g rdf:type ontology:university }",
"readable_query": "SELECT ?g WHERE { ?g property:director 'Dr. G. P. Prabhukumar' . ?g property:state resource:Karnataka . ?g rdf:type ontology:university }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"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"
]
}
] |
|
City
| 4 |
9419
|
Id18
|
[
{
"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": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "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": "ethnicGroup",
"object": "Asian_Americans"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The leader of the US is called the President of the United States and one of the ethnic groups there is Asian Americans. The US is where Albany is located, in the state of Georgia.",
"Asian Americans and Albany, Georgia are part of the United States, led by a President.",
"Albany is found in the US state of Georgia. The US is home to an ethnic group called Asian Americans and the leader of the country has the title of President."
],
"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:ethnic_group",
"resource:Asian_Americans"
]
] |
Albany,_Georgia
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "Albany,_Georgia",
"readable": "Albany, Georgia",
"graph": "resource:Albany__Georgia"
},
{
"modified": "Asian_Americans",
"readable": "Asian Americans",
"graph": "resource:Asian_Americans"
},
{
"modified": "Georgia_(U.S._state)",
"readable": "Georgia",
"graph": "resource:Georgia__U_S__state_"
},
{
"modified": "President_of_the_United_States",
"readable": "President of the United States",
"graph": "resource:President_of_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?q ) WHERE { ?c property:ethnic_group resource:Asian_Americans }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?q ) WHERE { ?c property:ethnic_group resource:Asian_Americans }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?l ) WHERE { resource:Albany__Georgia property:comparable ?a }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?a ) AS ?l ) WHERE { resource:Albany,_Georgia property:comparable ?a }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o ?q WHERE { resource:Albany__Georgia property:country ?q . resource:Albany__Georgia property:is_part_of ?o }",
"readable_query": "SELECT DISTINCT ?o ?q WHERE { resource:Albany,_Georgia property:country ?q . resource:Albany,_Georgia property:is_part_of ?o }",
"graph_answer": [
"resource:Georgia__U_S__state_",
"resource:United_States"
],
"readable_answer": [
"Georgia",
"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 ?m WHERE { resource:United_States property:influenced_by ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:United_States property:influenced_by ?m }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete
| 3 |
6322
|
Id158
|
[
{
"subject": "Alessio_Romagnoli",
"property": "team",
"object": "Italy_national_under-16_football_team"
},
{
"subject": "Alessio_Romagnoli",
"property": "clubs",
"object": "\"→ Sampdoria\"@en"
},
{
"subject": "Alessio_Romagnoli",
"property": "placeOfBirth",
"object": "Italy"
}
] |
[
{
"subject": "Alessio_Romagnoli",
"property": "club",
"object": "Italy_national_under-16_football_team"
},
{
"subject": "Alessio_Romagnoli",
"property": "club",
"object": "U.C._Sampdoria"
},
{
"subject": "Alessio_Romagnoli",
"property": "birthPlace",
"object": "Italy"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Italian born, Alessio Romagnoli, is connected to UC Sampdoria and played for Italy's national under 16's football team.",
"Italian born, Alessio Romagnoli, who played for the Italian national under 16 football team, plays for the club U.C. Sampdoria.",
"Italian born, Alessio Romagnoli, who played for the Italian national under-16 football team, plays for the club U.C. Sampdoria."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alessio_Romagnoli",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alessio_Romagnoli",
"property:club",
"resource:Italy_national_under_16_football_team"
],
[
"resource:Alessio_Romagnoli",
"property:club",
"resource:U_C__Sampdoria"
],
[
"resource:Alessio_Romagnoli",
"property:birth_place",
"resource:Italy"
]
] |
Alessio_Romagnoli
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Alessio_Romagnoli",
"readable": "Alessio Romagnoli",
"graph": "resource:Alessio_Romagnoli"
},
{
"modified": "Italy",
"readable": "Italy",
"graph": "resource:Italy"
},
{
"modified": "Italy_national_under-16_football_team",
"readable": "Italy national under-16 football team",
"graph": "resource:Italy_national_under_16_football_team"
},
{
"modified": "U.C._Sampdoria",
"readable": "U.C. Sampdoria",
"graph": "resource:U_C__Sampdoria"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?u ) WHERE { resource:Alessio_Romagnoli property:club ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?u ) WHERE { resource:Alessio_Romagnoli property:club ?e }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Alessio_Romagnoli property:club ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Alessio_Romagnoli property:club ?a }",
"graph_answer": [
"resource:Italy_national_under_16_football_team",
"resource:U_C__Sampdoria"
],
"readable_answer": [
"Italy national under-16 football team",
"U.C. Sampdoria"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Alessio_Romagnoli property:isbn_number ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Alessio_Romagnoli property:isbn_number ?c }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut
| 5 |
11415
|
Id32
|
[
{
"subject": "British_Hong_Kong",
"property": "representative",
"object": "Chris_Patten"
},
{
"subject": "Apollo_8",
"property": "crew1Up",
"object": "Frank_Borman"
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "William_Anders",
"property": "birthPlace",
"object": "British_Hong_Kong"
},
{
"subject": "Apollo_8",
"property": "crew2Up",
"object": "Buzz_Aldrin"
}
] |
[
{
"subject": "British_Hong_Kong",
"property": "representative",
"object": "Chris_Patten"
},
{
"subject": "Apollo_8",
"property": "commander",
"object": "Frank_Borman"
},
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "William_Anders",
"property": "birthPlace",
"object": "British_Hong_Kong"
},
{
"subject": "Apollo_8",
"property": "backupPilot",
"object": "Buzz_Aldrin"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"William Anders was born in British Hong Kong, which was represented by Chris Patten. He served as a crew member on Apollo 8, along with the commander Frank Borman and the backup pilot Buzz Aldrin.",
"William Anders was born in British Hong Kong for which Chris Patten is a British representative. He served as a crew member on Apollo 8 along with commander Frank Borman and backup pilot Buzz Aldrin."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"resource:William_Anders",
"property:mission",
"resource:Apollo_8"
],
[
"resource:William_Anders",
"property:birth_place",
"resource:British_Hong_Kong"
],
[
"resource:British_Hong_Kong",
"property:representative",
"resource:Chris_Patten"
],
[
"resource:Apollo_8",
"property:backup_pilot",
"resource:Buzz_Aldrin"
],
[
"resource:Apollo_8",
"property:commander",
"resource:Frank_Borman"
]
] |
William_Anders
|
[
{
"modified": "backupPilot",
"readable": "backup pilot",
"graph": "property:backup_pilot"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "commander",
"readable": "commander",
"graph": "property:commander"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "representative",
"readable": "representative",
"graph": "property:representative"
},
{
"modified": "Apollo_8",
"readable": "Apollo 8",
"graph": "resource:Apollo_8"
},
{
"modified": "British_Hong_Kong",
"readable": "British Hong Kong",
"graph": "resource:British_Hong_Kong"
},
{
"modified": "Buzz_Aldrin",
"readable": "Buzz Aldrin",
"graph": "resource:Buzz_Aldrin"
},
{
"modified": "Chris_Patten",
"readable": "Chris Patten",
"graph": "resource:Chris_Patten"
},
{
"modified": "Frank_Borman",
"readable": "Frank Borman",
"graph": "resource:Frank_Borman"
},
{
"modified": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?z ) WHERE { ?d rdf:type ontology:astronaut . ?h property:backup_pilot resource:Buzz_Aldrin . ?d property:mission ?h . ?d property:birth_place resource:British_Hong_Kong }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?z ) WHERE { ?d rdf:type ontology:astronaut . ?h property:backup_pilot resource:Buzz_Aldrin . ?d property:mission ?h . ?d property:birth_place resource:British_Hong_Kong }",
"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 ?i WHERE { ?i property:birth_place resource:British_Hong_Kong . ?f property:backup_pilot resource:Buzz_Aldrin . ?i property:mission ?f . ?i rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:birth_place resource:British_Hong_Kong . ?f property:backup_pilot resource:Buzz_Aldrin . ?i property:mission ?f . ?i rdf:type ontology:astronaut }",
"graph_answer": [
"resource:William_Anders"
],
"readable_answer": [
"William Anders"
],
"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 ?t WHERE { ?i property:mission ?t . ?i property:birth_place resource:British_Hong_Kong . ?i rdf:type ontology:astronaut . ?t property:backup_pilot resource:Buzz_Aldrin }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?i property:mission ?t . ?i property:birth_place resource:British_Hong_Kong . ?i rdf:type ontology:astronaut . ?t property:backup_pilot resource:Buzz_Aldrin }",
"graph_answer": [
"resource:Apollo_8"
],
"readable_answer": [
"Apollo 8"
],
"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 { resource:Apollo_8 property:colour ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Apollo_8 property:colour ?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"
]
}
] |
|
University
| 6 |
12975
|
Id4
|
[
{
"subject": "AWH_Engineering_College",
"property": "country",
"object": "India"
},
{
"subject": "Kerala",
"property": "leaderName",
"object": "Kochi"
},
{
"subject": "AWH_Engineering_College",
"property": "facultySize",
"object": "\"250\"^^xsd:nonNegativeInteger"
},
{
"subject": "AWH_Engineering_College",
"property": "state",
"object": "Kerala"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\"@en"
},
{
"subject": "India",
"property": "river",
"object": "Ganges"
}
] |
[
{
"subject": "AWH_Engineering_College",
"property": "country",
"object": "India"
},
{
"subject": "Kerala",
"property": "leader",
"object": "Kochi"
},
{
"subject": "AWH_Engineering_College",
"property": "academicStaffSize",
"object": "250"
},
{
"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)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AWH Engineering College is in Kuttikkattoor, India in the state of Kerala. The school has 250 employees and Kerala is ruled by Kochi. The Ganges River is also found in India.",
"The AWH Engineering College in Kuttikkattoor, Kerala India currently has 250 staff. Kerala's leader is named Kochi and a famous river in the country is the Ganges.",
"AWH Engineering College located in Kuttikkattoor, Kerala, India has an academic staff of 250. The state of Kerala's leader is Kochi and one of the rivers of India is the Ganges."
],
"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:academic_staff_size",
"250"
],
[
"resource:India",
"property:river",
"resource:Ganges"
],
[
"resource:Kerala",
"property:leader",
"resource:Kochi"
]
] |
AWH_Engineering_College
|
[
{
"modified": "250",
"readable": "250",
"graph": "250"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "river",
"readable": "river",
"graph": "property:river"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"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"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q property:leader resource:Kochi . ?u rdf:type ontology:university . ?u property:academic_staff_size ?x . FILTER ( ?x > '200' ) . ?u property:state ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q property:leader resource:Kochi . ?u rdf:type ontology:university . ?u property:academic_staff_size ?x . FILTER ( ?x > '200' ) . ?u property:state ?q }",
"graph_answer": [
"resource:Kerala"
],
"readable_answer": [
"Kerala"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:India property:river ?o }",
"readable_query": "ASK WHERE { resource:India property:river ?o }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"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 ?u WHERE { resource:India property:river ?u }",
"readable_query": "SELECT ?u WHERE { resource:India property:river ?u }",
"graph_answer": [
"resource:Ganges"
],
"readable_answer": [
"Ganges"
],
"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 ?m WHERE { ?m property:country ?t . ?t property:river resource:Ganges . ?m rdf:type ontology:university . ?m property:city resource:Kuttikkattoor }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m property:country ?t . ?t property:river resource:Ganges . ?m rdf:type ontology:university . ?m property:city resource:Kuttikkattoor }",
"graph_answer": [
"resource:AWH_Engineering_College"
],
"readable_answer": [
"AWH Engineering College"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { resource:AWH_Engineering_College property:academic_staff_size ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:AWH_Engineering_College property:academic_staff_size ?m }",
"graph_answer": [
"250"
],
"readable_answer": [
"250"
],
"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
| 2 |
4789
|
Id24
|
[
{
"subject": "AIDAluna",
"property": "MeanOfTransportation/length",
"object": "\"252000.0\"^^<http://dbpedia.org/datatype/millimetre>"
},
{
"subject": "AIDAluna",
"property": "christeningDate",
"object": "\"2009-04-04\"^^xsd:date"
}
] |
[
{
"subject": "AIDAluna",
"property": "christeningDate",
"object": "2009-04-04"
},
{
"subject": "AIDAluna",
"property": "length",
"object": "252000.0 (millimetres)"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The christening date of AIDAluna, which is 242000.0 mms in length, is the 4th April 2004.",
"The AIDAluna has a length of 252000.0 mms and its christening date was 4 April 2009.",
"The AIDAluna is 252 metres long and was launched on 4th April 2009."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:AIDAluna",
"property:length",
"252000.0 (millimetres)"
],
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:christening_date",
"resource:2009_04_04"
]
] |
AIDAluna
|
[
{
"modified": "252000.0 (millimetres)",
"readable": "252000.0",
"graph": "252000.0 (millimetres)"
},
{
"modified": "christeningDate",
"readable": "christening date",
"graph": "property:christening_date"
},
{
"modified": "length",
"readable": "length",
"graph": "property:length"
},
{
"modified": "2009-04-04",
"readable": "2009-04-04",
"graph": "resource:2009_04_04"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?l property:christening_date ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '2009' ) ) . ?l property:length ?x . ?l rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?l property:christening_date ?y . FILTER ( CONTAINS ( YEAR ( ?y ) , '2009' ) ) . ?l property:length ?x . ?l rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"252000.0 (millimetres)"
],
"readable_answer": [
"252000.0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { ?f property:length '252000.0 (millimetres)' . FILTER ( CONTAINS ( YEAR ( ?g ) , '2009' ) ) . ?f property:christening_date ?g . ?f rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?f property:length '252000.0 (millimetres)' . FILTER ( CONTAINS ( YEAR ( ?g ) , '2009' ) ) . ?f property:christening_date ?g . ?f rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:AIDAluna"
],
"readable_answer": [
"AIDAluna"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { resource:AIDAluna rdf:type ontology:mean_of_transportation . resource:AIDAluna property:christening_date ?d . resource:AIDAluna property:length '252000.0 (millimetres)' }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:AIDAluna rdf:type ontology:mean_of_transportation . resource:AIDAluna property:christening_date ?d . resource:AIDAluna property:length '252000.0 (millimetres)' }",
"graph_answer": [
"resource:2009_04_04"
],
"readable_answer": [
"2009-04-04"
],
"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"
]
}
] |
|
Food
| 5 |
12070
|
Id17
|
[
{
"subject": "Arem-arem",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Indonesia",
"property": "leader",
"object": "Joko_Widodo"
},
{
"subject": "Indonesia",
"property": "leaderName",
"object": "Jusuf_Kalla"
},
{
"subject": "Arem-arem",
"property": "region",
"object": "Javanese_cuisine"
},
{
"subject": "Indonesia",
"property": "language",
"object": "Indonesian_language"
}
] |
[
{
"subject": "Arem-arem",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Indonesia",
"property": "leader",
"object": "Joko_Widodo"
},
{
"subject": "Indonesia",
"property": "leader",
"object": "Jusuf_Kalla"
},
{
"subject": "Arem-arem",
"property": "region",
"object": "Javanese_cuisine"
},
{
"subject": "Indonesia",
"property": "language",
"object": "Indonesian_language"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Arem-arem, a Javanese dish, is from Indonesia, where Indonesian is the language spoken. Two of the leaders in Indonesia are Joko Widodo and Jusuf Kalla.",
"Arem-arem is a Javanese dish from Indonesia. Joko Widodo and Jusuf Kalla are the leaders of this Indonesian-speaking nation.",
"The Javanese dish Arem-arem is commonly served in Indonesia. The country's leaders include Jusuf Kalla and Joko Widodo, and the language is Indonesian."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Arem_arem",
"rdf:type",
"ontology:food"
],
[
"resource:Arem_arem",
"property:country",
"resource:Indonesia"
],
[
"resource:Arem_arem",
"property:region",
"resource:Javanese_cuisine"
],
[
"resource:Indonesia",
"property:leader",
"resource:Joko_Widodo"
],
[
"resource:Indonesia",
"property:leader",
"resource:Jusuf_Kalla"
],
[
"resource:Indonesia",
"property:language",
"resource:Indonesian_language"
]
] |
Arem-arem
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Arem-arem",
"readable": "Arem-arem",
"graph": "resource:Arem_arem"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Indonesian_language",
"readable": "Indonesian language",
"graph": "resource:Indonesian_language"
},
{
"modified": "Javanese_cuisine",
"readable": "Javanese cuisine",
"graph": "resource:Javanese_cuisine"
},
{
"modified": "Joko_Widodo",
"readable": "Joko Widodo",
"graph": "resource:Joko_Widodo"
},
{
"modified": "Jusuf_Kalla",
"readable": "Jusuf Kalla",
"graph": "resource:Jusuf_Kalla"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?p ) WHERE { resource:Indonesia property:leader ?o }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?p ) WHERE { resource:Indonesia property:leader ?o }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Indonesia property:leader ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Indonesia property:leader ?e }",
"graph_answer": [
"resource:Joko_Widodo",
"resource:Jusuf_Kalla"
],
"readable_answer": [
"Joko Widodo",
"Jusuf Kalla"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { resource:Arem_arem property:assembly ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Arem-arem property:assembly ?i }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete
| 2 |
3779
|
Id119
|
[
{
"subject": "Aleksandr_Prudnikov",
"property": "team",
"object": "FC_Kuban_Krasnodar"
},
{
"subject": "Aleksandr_Prudnikov",
"property": "clubs",
"object": "\"→ Sparta Prague\"@en"
}
] |
[
{
"subject": "Aleksandr_Prudnikov",
"property": "club",
"object": "FC_Kuban_Krasnodar"
},
{
"subject": "Aleksandr_Prudnikov",
"property": "club",
"object": "Sparta_Prague"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksandr Prudnikov's club is called Sparta Prague and he plays for FC Kuban Krasnodar.",
"Aleksandr Prudnikov plays for Sparta Prague and FC Kuban Krasnodar.",
"Aleksandr Prudnikov plays for FC Kuban Krasnodar and his club is called Sparta Prague."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aleksandr_Prudnikov",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aleksandr_Prudnikov",
"property:club",
"resource:FC_Kuban_Krasnodar"
],
[
"resource:Aleksandr_Prudnikov",
"property:club",
"resource:Sparta_Prague"
]
] |
Aleksandr_Prudnikov
|
[
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "Aleksandr_Prudnikov",
"readable": "Aleksandr Prudnikov",
"graph": "resource:Aleksandr_Prudnikov"
},
{
"modified": "FC_Kuban_Krasnodar",
"readable": "FC Kuban Krasnodar",
"graph": "resource:FC_Kuban_Krasnodar"
},
{
"modified": "Sparta_Prague",
"readable": "Sparta Prague",
"graph": "resource:Sparta_Prague"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'f' ) ) . resource:Aleksandr_Prudnikov property:club ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { FILTER ( STRSTARTS ( LCASE ( ?x ) , 'f' ) ) . resource:Aleksandr_Prudnikov property:club ?x }",
"graph_answer": [
"resource:FC_Kuban_Krasnodar"
],
"readable_answer": [
"FC Kuban Krasnodar"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?w ) WHERE { resource:Aleksandr_Prudnikov property:club ?b }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?w ) WHERE { resource:Aleksandr_Prudnikov property:club ?b }",
"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 ?d WHERE { FILTER ( ?d != resource:FC_Kuban_Krasnodar ) . resource:Aleksandr_Prudnikov property:club ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( ?d != resource:FC_Kuban_Krasnodar ) . resource:Aleksandr_Prudnikov property:club ?d }",
"graph_answer": [
"resource:Sparta_Prague"
],
"readable_answer": [
"Sparta Prague"
],
"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"
]
}
] |
|
WrittenWork
| 3 |
8280
|
Id126
|
[
{
"subject": "Above_the_Veil",
"property": "language",
"object": "English_language"
},
{
"subject": "Aenir",
"property": "isbn",
"object": "\"0-439-17684-0\""
},
{
"subject": "Aenir",
"property": "followedBy",
"object": "Above_the_Veil"
}
] |
[
{
"subject": "Above_the_Veil",
"property": "language",
"object": "English_language"
},
{
"subject": "Aenir",
"property": "isbnNumber",
"object": "\"0-439-17684-0\""
},
{
"subject": "Aenir",
"property": "followedBy",
"object": "Above_the_Veil"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Written in English, Above the Veil followed the book Aenir which has the ISBN number 0-439-17684-0.",
"Aenir has the ISBN number 0-439-17684-0. It was followed up by Above the Veil, which is written in English.",
"Aenir has a ISBN number of 0-439-17684-0 and is a prequel to the English book \"Above the Veil\"."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aenir",
"property:isbn_number",
"resource:0_439_17684_0"
],
[
"resource:Aenir",
"property:followed_by",
"resource:Above_the_Veil"
],
[
"resource:Above_the_Veil",
"rdf:type",
"ontology:written_work"
],
[
"resource:Above_the_Veil",
"property:language",
"resource:English_language"
]
] |
Above_the_Veil
|
[
{
"modified": "followedBy",
"readable": "followed by",
"graph": "property:followed_by"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "0-439-17684-0",
"readable": "0-439-17684-0",
"graph": "resource:0_439_17684_0"
},
{
"modified": "Above_the_Veil",
"readable": "Above the Veil",
"graph": "resource:Above_the_Veil"
},
{
"modified": "Aenir",
"readable": "Aenir",
"graph": "resource:Aenir"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?i property:isbn_number resource:0_439_17684_0 . ?i property:followed_by resource:Weymouth_Sands }",
"readable_query": "ASK WHERE { ?i property:isbn_number resource:0-439-17684-0 . ?i property:followed_by resource:Weymouth_Sands }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?x property:isbn_number resource:0_439_17684_0 . ?x property:followed_by resource:Above_the_Veil }",
"readable_query": "ASK WHERE { ?x property:isbn_number resource:0-439-17684-0 . ?x property:followed_by resource:Above_the_Veil }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?q WHERE { ?q property:followed_by resource:Above_the_Veil . ?q property:isbn_number resource:0_439_17684_0 }",
"readable_query": "SELECT ?q WHERE { ?q property:followed_by resource:Above_the_Veil . ?q property:isbn_number resource:0-439-17684-0 }",
"graph_answer": [
"resource:Aenir"
],
"readable_answer": [
"Aenir"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { resource:Above_the_Veil property:language ?d }",
"readable_query": "SELECT DISTINCT ?d WHERE { resource:Above_the_Veil property:language ?d }",
"graph_answer": [
"resource:English_language"
],
"readable_answer": [
"English language"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam
| 3 |
7949
|
Id22
|
[
{
"subject": "A.C._Cesena",
"property": "league",
"object": "Serie_B"
},
{
"subject": "Serie_B",
"property": "champions",
"object": "Carpi_F.C._1909"
},
{
"subject": "A.C._Cesena",
"property": "ground",
"object": "Stadio_Dino_Manuzzi"
}
] |
[
{
"subject": "A.C._Cesena",
"property": "league",
"object": "Serie_B"
},
{
"subject": "Serie_B",
"property": "champions",
"object": "Carpi_F.C._1909"
},
{
"subject": "A.C._Cesena",
"property": "ground",
"object": "Stadio_Dino_Manuzzi"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A.C.Cesena plays in Stadio Dino Manuzzi and is also the in the Serie B league, and the Carpi F.C. 1909 won the championship Serie B division.",
"A.C. Cesena's ground is the Stadio Dino Manuzzi and they played in Serie B but lost to Carpi FC 1909.",
"With grounds at the Stadio Dino Manuzzi, A.C. Cesena play in Serie B. Carpi FC 1909 are previous champions of that league."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_C__Cesena",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_C__Cesena",
"property:league",
"resource:Serie_B"
],
[
"resource:A_C__Cesena",
"property:ground",
"resource:Stadio_Dino_Manuzzi"
],
[
"resource:Serie_B",
"property:champions",
"resource:Carpi_F_C__1909"
]
] |
A.C._Cesena
|
[
{
"modified": "champions",
"readable": "champions",
"graph": "property:champions"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "A.C._Cesena",
"readable": "A.C. Cesena",
"graph": "resource:A_C__Cesena"
},
{
"modified": "Carpi_F.C._1909",
"readable": "Carpi F.C. 1909",
"graph": "resource:Carpi_F_C__1909"
},
{
"modified": "Serie_B",
"readable": "Serie B",
"graph": "resource:Serie_B"
},
{
"modified": "Stadio_Dino_Manuzzi",
"readable": "Stadio Dino Manuzzi",
"graph": "resource:Stadio_Dino_Manuzzi"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?a property:champions resource:Olympiacos_F_C_ . ?l property:league ?a . ?l rdf:type ontology:sports_team }",
"readable_query": "ASK WHERE { ?a property:champions resource:Olympiacos_F.C. . ?l property:league ?a . ?l rdf:type ontology:sports_team }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Artist
| 5 |
11247
|
Id98
|
[
{
"subject": "Alex_Day",
"property": "genre",
"object": "Synthpop"
},
{
"subject": "Synthpop",
"property": "derivative",
"object": "House_music"
},
{
"subject": "Alex_Day",
"property": "background",
"object": "\"solo_singer\"@en"
},
{
"subject": "Synthpop",
"property": "stylisticOrigins",
"object": "New_wave_music"
},
{
"subject": "Synthpop",
"property": "stylisticOrigin",
"object": "Disco"
}
] |
[
{
"subject": "Alex_Day",
"property": "genre",
"object": "Synthpop"
},
{
"subject": "Alex_Day",
"property": "background",
"object": "\"solo_singer\""
},
{
"subject": "Synthpop",
"property": "derivative",
"object": "House_music"
},
{
"subject": "Synthpop",
"property": "stylisticOrigin",
"object": "New_wave_music"
},
{
"subject": "Synthpop",
"property": "stylisticOrigin",
"object": "Disco"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alex Day is a solo singer in the Synthpop genre which is derived from house music and originated from Disco but has its sylistic origin in new wave music.",
"Synthpop music originated from Disco and new wave music and is derived from house music. It is performed by Alex Day who is a solo singer.",
"Synthpop has its origins in disco, house and new wave. Alex Day is a Synthpop singer."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Synthpop",
"property:derivative",
"resource:House_music"
],
[
"resource:Synthpop",
"property:stylistic_origin",
"resource:New_wave_music"
],
[
"resource:Synthpop",
"property:stylistic_origin",
"resource:Disco"
],
[
"resource:Alex_Day",
"rdf:type",
"ontology:artist"
],
[
"resource:Alex_Day",
"property:background",
"resource:solo_singer"
],
[
"resource:Alex_Day",
"property:genre",
"resource:Synthpop"
]
] |
Alex_Day
|
[
{
"modified": "background",
"readable": "background",
"graph": "property:background"
},
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Alex_Day",
"readable": "Alex Day",
"graph": "resource:Alex_Day"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "House_music",
"readable": "House music",
"graph": "resource:House_music"
},
{
"modified": "New_wave_music",
"readable": "New wave music",
"graph": "resource:New_wave_music"
},
{
"modified": "Synthpop",
"readable": "Synthpop",
"graph": "resource:Synthpop"
},
{
"modified": "solo_singer",
"readable": "solo singer",
"graph": "resource:solo_singer"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:Synthpop property:stylistic_origin ?y . FILTER ( STRSTARTS ( LCASE ( ?y ) , 'n' ) ) }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Synthpop property:stylistic_origin ?y . FILTER ( STRSTARTS ( LCASE ( ?y ) , 'n' ) ) }",
"graph_answer": [
"resource:New_wave_music"
],
"readable_answer": [
"New wave music"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?d property:background resource:non_vocal_instrumentalist . ?d rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?d property:background resource:non_vocal_instrumentalist . ?d rdf:type ontology:artist }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?g property:background resource:solo_singer . ?g rdf:type ontology:artist }",
"readable_query": "ASK WHERE { ?g property:background resource:solo_singer . ?g 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 ?j WHERE { ?j rdf:type ontology:artist . ?j property:background resource:solo_singer }",
"readable_query": "SELECT ?j WHERE { ?j rdf:type ontology:artist . ?j property:background resource:solo_singer }",
"graph_answer": [
"resource:Alex_Day"
],
"readable_answer": [
"Alex Day"
],
"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"
]
}
] |
|
ComicsCharacter
| 4 |
9654
|
Id35
|
[
{
"subject": "Black_Pirate",
"property": "creator",
"object": "Sheldon_Moldoff"
},
{
"subject": "Sheldon_Moldoff",
"property": "nationality",
"object": "Americans"
},
{
"subject": "Sheldon_Moldoff",
"property": "awards",
"object": "Inkpot_Award"
},
{
"subject": "Black_Pirate",
"property": "alterEgo",
"object": "\"Jon Valor\"@en"
}
] |
[
{
"subject": "Sheldon_Moldoff",
"property": "nationality",
"object": "Americans"
},
{
"subject": "Black_Pirate",
"property": "creator",
"object": "Sheldon_Moldoff"
},
{
"subject": "Sheldon_Moldoff",
"property": "award",
"object": "Inkpot_Award"
},
{
"subject": "Black_Pirate",
"property": "alternativeName",
"object": "\"Jon Valor\""
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Black Pirate, also know as Jon Valor, was created by the Inkpot Award winning American, Sheldon Moldoff.",
"American Sheldon Moldoff, who has won the Inkpot Award, created The Black Pirate, whose alternative name is Jon Valor.",
"The black pirate, also known as Jon Valor, was created by Sheldon Moldoff, an American who has won the Inkpot award."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Sheldon_Moldoff",
"property:award",
"resource:Inkpot_Award"
],
[
"resource:Sheldon_Moldoff",
"property:nationality",
"resource:Americans"
],
[
"resource:Black_Pirate",
"property:creator",
"resource:Sheldon_Moldoff"
],
[
"resource:Black_Pirate",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Black_Pirate",
"property:alternative_name",
"resource:Jon_Valor"
]
] |
Black_Pirate
|
[
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "award",
"readable": "award",
"graph": "property:award"
},
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Americans",
"readable": "Americans",
"graph": "resource:Americans"
},
{
"modified": "Black_Pirate",
"readable": "Black Pirate",
"graph": "resource:Black_Pirate"
},
{
"modified": "Inkpot_Award",
"readable": "Inkpot Award",
"graph": "resource:Inkpot_Award"
},
{
"modified": "Jon Valor",
"readable": "Jon Valor",
"graph": "resource:Jon_Valor"
},
{
"modified": "Sheldon_Moldoff",
"readable": "Sheldon Moldoff",
"graph": "resource:Sheldon_Moldoff"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?x rdf:type ontology:comics_character . ?x property:creator ?m . ?x property:alternative_name resource:Jon_Valor . ?m property:award resource:Inkpot_Award }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?x rdf:type ontology:comics_character . ?x property:creator ?m . ?x property:alternative_name resource:Jon_Valor . ?m property:award resource:Inkpot_Award }",
"graph_answer": [
"resource:Sheldon_Moldoff"
],
"readable_answer": [
"Sheldon Moldoff"
],
"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 ?b WHERE { ?b rdf:type ontology:comics_character . ?b property:alternative_name resource:Jon_Valor . ?b property:creator resource:Sheldon_Moldoff . resource:Sheldon_Moldoff property:award resource:Inkpot_Award }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:comics_character . ?b property:alternative_name resource:Jon_Valor . ?b property:creator resource:Sheldon_Moldoff . resource:Sheldon_Moldoff property:award resource:Inkpot_Award }",
"graph_answer": [
"resource:Black_Pirate"
],
"readable_answer": [
"Black Pirate"
],
"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 ?z WHERE { resource:Sheldon_Moldoff property:has_to_its_north ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Sheldon_Moldoff property:has_to_its_north ?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"
]
}
] |
|
Food
| 4 |
9958
|
Id247
|
[
{
"subject": "Bionico",
"property": "country",
"object": "Mexico"
},
{
"subject": "Bionico",
"property": "course",
"object": "Dessert"
},
{
"subject": "Bionico",
"property": "region",
"object": "Jalisco"
},
{
"subject": "Bionico",
"property": "ingredient",
"object": "Granola"
}
] |
[
{
"subject": "Bionico",
"property": "country",
"object": "Mexico"
},
{
"subject": "Bionico",
"property": "course",
"object": "Dessert"
},
{
"subject": "Bionico",
"property": "region",
"object": "Jalisco"
},
{
"subject": "Bionico",
"property": "ingredient",
"object": "Granola"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Using one of the required ingredients, granola, Bionico is a dish served for dessert and is found in the region of Jalisco, in Mexico.",
"Bionico, a dessert found in the Jalisco region of Mexico, has granola in it.",
"The granola-based dessert Bionico is a food found in Jalisco, Mexico."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bionico",
"property:ingredient",
"resource:Granola"
],
[
"resource:Bionico",
"rdf:type",
"ontology:food"
],
[
"resource:Bionico",
"property:country",
"resource:Mexico"
],
[
"resource:Bionico",
"property:course",
"resource:Dessert"
],
[
"resource:Bionico",
"property:region",
"resource:Jalisco"
]
] |
Bionico
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "course",
"readable": "course",
"graph": "property:course"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Bionico",
"readable": "Bionico",
"graph": "resource:Bionico"
},
{
"modified": "Dessert",
"readable": "Dessert",
"graph": "resource:Dessert"
},
{
"modified": "Granola",
"readable": "Granola",
"graph": "resource:Granola"
},
{
"modified": "Jalisco",
"readable": "Jalisco",
"graph": "resource:Jalisco"
},
{
"modified": "Mexico",
"readable": "Mexico",
"graph": "resource:Mexico"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?p ) WHERE { ?v property:region resource:Jalisco . ?v rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?p ) WHERE { ?v property:region resource:Jalisco . ?v rdf:type ontology:food }",
"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:food . ?d property:region resource:Jalisco }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:food . ?d property:region resource:Jalisco }",
"graph_answer": [
"resource:Bionico"
],
"readable_answer": [
"Bionico"
],
"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 ?p ?c WHERE { resource:Bionico property:ingredient ?p . resource:Bionico property:course ?c }",
"readable_query": "SELECT DISTINCT ?p ?c WHERE { resource:Bionico property:ingredient ?p . resource:Bionico property:course ?c }",
"graph_answer": [
"resource:Granola",
"resource:Dessert"
],
"readable_answer": [
"Granola",
"Dessert"
],
"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 ?p WHERE { resource:Bionico property:voice ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:Bionico property:voice ?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"
]
}
] |
|
Company
| 3 |
7050
|
Id39
|
[
{
"subject": "GMA_New_Media",
"property": "location",
"object": "Quezon_City"
},
{
"subject": "GMA_New_Media",
"property": "type",
"object": "Media_company"
},
{
"subject": "Quezon_City",
"property": "type",
"object": "Cities_of_the_Philippines"
}
] |
[
{
"subject": "GMA_New_Media",
"property": "location",
"object": "Quezon_City"
},
{
"subject": "GMA_New_Media",
"property": "type",
"object": "Media_company"
},
{
"subject": "Quezon_City",
"property": "type",
"object": "Cities_of_the_Philippines"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"GMA New Media is a media company located in Quezon City, Philippines.",
"GMA New Media, Inc. is a media company that is headquartered in Quezon City, Philippines.",
"GMA New Media, Inc. is a Philippine media company located in the city of Quezon."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:GMA_New_Media",
"rdf:type",
"ontology:media_company"
],
[
"resource:GMA_New_Media",
"property:location",
"resource:Quezon_City"
],
[
"resource:Quezon_City",
"rdf:type",
"ontology:cities_of_the__philippines"
]
] |
Quezon_City
|
[
{
"modified": "Cities_of_the_Philippines",
"readable": "cities of the philippines",
"graph": "ontology:cities_of_the__philippines"
},
{
"modified": "Media_company",
"readable": "media company",
"graph": "ontology:media_company"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "GMA_New_Media",
"readable": "GMA New Media",
"graph": "resource:GMA_New_Media"
},
{
"modified": "Quezon_City",
"readable": "Quezon City",
"graph": "resource:Quezon_City"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?v WHERE { ?v property:location resource:Quezon_City . FILTER ( CONTAINS ( LCASE ( ?v ) , 'media' ) ) . ?v rdf:type ontology:media_company }",
"readable_query": "SELECT DISTINCT ?v WHERE { ?v property:location resource:Quezon_City . FILTER ( CONTAINS ( LCASE ( ?v ) , 'media' ) ) . ?v rdf:type ontology:media_company }",
"graph_answer": [
"resource:GMA_New_Media"
],
"readable_answer": [
"GMA New Media"
],
"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": "ASK WHERE { resource:Quezon_City rdf:type ontology:media_company }",
"readable_query": "ASK WHERE { resource:Quezon_City rdf:type ontology:media_company }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
University
| 6 |
13014
|
Id43
|
[
{
"subject": "India",
"property": "largestCity",
"object": "Mumbai"
},
{
"subject": "AWH_Engineering_College",
"property": "country",
"object": "India"
},
{
"subject": "AWH_Engineering_College",
"property": "established",
"object": "2001"
},
{
"subject": "AWH_Engineering_College",
"property": "facultySize",
"object": "\"250\"^^xsd:nonNegativeInteger"
},
{
"subject": "AWH_Engineering_College",
"property": "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": "AWH_Engineering_College",
"property": "academicStaffSize",
"object": "250"
},
{
"subject": "AWH_Engineering_College",
"property": "city",
"object": "\"Kuttikkattoor\""
},
{
"subject": "India",
"property": "river",
"object": "Ganges"
}
] |
(X (X) (X) (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AWH Engineering College in Kuttikkattoor, India has 250 employees and was established in 2001. Mumbai is India's largest city and the country is home to the Ganges River.",
"Established in 2001, the AWH Engineering College in Kuttikkattoor, India currently has 250 staff. The country's largest city is Mumbai and a its most famous river is the Ganges.",
"AWH Engineering College of Kuttikkattoor, India was established in 2001 and has an academic staff of 250. India's largest city is Mumbai and one the country's rivers is the Ganges."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:AWH_Engineering_College",
"property:city",
"resource:Kuttikkattoor"
],
[
"resource:AWH_Engineering_College",
"rdf:type",
"ontology:university"
],
[
"resource:AWH_Engineering_College",
"property:country",
"resource:India"
],
[
"resource:AWH_Engineering_College",
"property:established",
"resource:2001"
],
[
"resource:AWH_Engineering_College",
"property:academic_staff_size",
"250"
],
[
"resource:India",
"property:largest_city",
"resource:Mumbai"
],
[
"resource:India",
"property:river",
"resource:Ganges"
]
] |
AWH_Engineering_College
|
[
{
"modified": "250",
"readable": "250",
"graph": "250"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "river",
"readable": "river",
"graph": "property:river"
},
{
"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": "Kuttikkattoor",
"readable": "Kuttikkattoor",
"graph": "resource:Kuttikkattoor"
},
{
"modified": "Mumbai",
"readable": "Mumbai",
"graph": "resource:Mumbai"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?u property:largest_city resource:Mumbai . FILTER ( ?k <= '400' ) . ?c property:academic_staff_size ?k . ?c rdf:type ontology:university . ?c property:country ?u }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?u property:largest_city resource:Mumbai . FILTER ( ?k <= '400' ) . ?c property:academic_staff_size ?k . ?c rdf:type ontology:university . ?c property:country ?u }",
"graph_answer": [
"resource:AWH_Engineering_College"
],
"readable_answer": [
"AWH Engineering College"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?h property:river ?y . resource:AWH_Engineering_College property:country ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'i' ) ) }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?h property:river ?y . resource:AWH_Engineering_College property:country ?h . FILTER ( STRSTARTS ( LCASE ( ?h ) , 'i' ) ) }",
"graph_answer": [
"resource:Ganges"
],
"readable_answer": [
"Ganges"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { FILTER ( STRSTARTS ( LCASE ( ?l ) , 'i' ) ) . ?l property:river resource:Ganges . ?g rdf:type ontology:university . ?g property:country ?l . ?g property:academic_staff_size '250' }",
"readable_query": "SELECT DISTINCT ?l WHERE { FILTER ( STRSTARTS ( LCASE ( ?l ) , 'i' ) ) . ?l property:river resource:Ganges . ?g rdf:type ontology:university . ?g property:country ?l . ?g property:academic_staff_size '250' }",
"graph_answer": [
"resource:India"
],
"readable_answer": [
"India"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
ComicsCharacter
| 3 |
6995
|
Id48
|
[
{
"subject": "Blockbuster_(DC_Comics)",
"property": "creators",
"object": "Gardner_Fox"
},
{
"subject": "Blockbuster_(DC_Comics)",
"property": "alterEgo",
"object": "\"Mark Desmond\"@en"
},
{
"subject": "Blockbuster_(DC_Comics)",
"property": "creator",
"object": "Tom_Lyle"
}
] |
[
{
"subject": "Blockbuster_(comicsCharacter)",
"property": "creator",
"object": "Gardner_Fox"
},
{
"subject": "Blockbuster_(comicsCharacter)",
"property": "creator",
"object": "Tom_Lyle"
},
{
"subject": "Blockbuster_(comicsCharacter)",
"property": "alternativeName",
"object": "\"Mark Desmond\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The comic book character Blockbuster, aka Mark Desmond, was created by Gardner Fox and Tom Lyle.",
"The comic character, Blockbuster, has the alternative name, Mark Desmond and was created by Tom Lyle and Gardner Fox.",
"The comic character, Blockbuster (a.k.a. Mark Desmond) was created by Gardner Fox and Tom Lyle."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Blockbuster__comicsCharacter_",
"property:creator",
"resource:Gardner_Fox"
],
[
"resource:Blockbuster__comicsCharacter_",
"property:creator",
"resource:Tom_Lyle"
],
[
"resource:Blockbuster__comicsCharacter_",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Blockbuster__comicsCharacter_",
"property:alternative_name",
"resource:Mark_Desmond"
]
] |
Blockbuster_(comicsCharacter)
|
[
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "Blockbuster_(comicsCharacter)",
"readable": "Blockbuster",
"graph": "resource:Blockbuster__comicsCharacter_"
},
{
"modified": "Gardner_Fox",
"readable": "Gardner Fox",
"graph": "resource:Gardner_Fox"
},
{
"modified": "Mark Desmond",
"readable": "Mark Desmond",
"graph": "resource:Mark_Desmond"
},
{
"modified": "Tom_Lyle",
"readable": "Tom Lyle",
"graph": "resource:Tom_Lyle"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?q ) WHERE { resource:Blockbuster__comicsCharacter_ property:creator ?o }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?q ) WHERE { resource:Blockbuster_(comicsCharacter) property:creator ?o }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Blockbuster__comicsCharacter_ property:creator ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Blockbuster_(comicsCharacter) property:creator ?u }",
"graph_answer": [
"resource:Gardner_Fox",
"resource:Tom_Lyle"
],
"readable_answer": [
"Gardner Fox",
"Tom Lyle"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Blockbuster__comicsCharacter_ property:alternative_name resource:Mark_Desmond }",
"readable_query": "ASK WHERE { resource:Blockbuster_(comicsCharacter) property:alternative_name resource:Mark_Desmond }",
"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 |
5604
|
Id139
|
[
{
"subject": "Addiction_(journal)",
"property": "abbreviation",
"object": "\"Addiction\"@en"
},
{
"subject": "Addiction_(journal)",
"property": "lccn",
"object": "93645978"
}
] |
[
{
"subject": "Addiction_(journal)",
"property": "abbreviation",
"object": "\"Addiction\""
},
{
"subject": "Addiction_(journal)",
"property": "LCCN_number",
"object": "93645978"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Addiction (journal) has the abbreviation of \"Addiction\" and an LCCN number of 93645978.",
"Addiction (journal) (abbreviated to Addiction) has the LCCN number 93645978.",
"The journal Addiction (abbreviated to Addiction) has the LCCN number 93645978."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Addiction__journal_",
"property:l_c_c_n_number",
"93645978"
],
[
"resource:Addiction__journal_",
"property:abbreviation",
"resource:Addiction"
],
[
"resource:Addiction__journal_",
"rdf:type",
"ontology:written_work"
]
] |
Addiction_(journal)
|
[
{
"modified": "93645978",
"readable": "93645978",
"graph": "93645978"
},
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "LCCN_number",
"readable": "l c c n number",
"graph": "property:l_c_c_n_number"
},
{
"modified": "Addiction",
"readable": "Addiction",
"graph": "resource:Addiction"
},
{
"modified": "Addiction_(journal)",
"readable": "Addiction",
"graph": "resource:Addiction__journal_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?h rdf:type ontology:written_work . FILTER ( ?a > '60000000' ) . ?h property:l_c_c_n_number ?a . ?h property:abbreviation ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?h rdf:type ontology:written_work . FILTER ( ?a > '60000000' ) . ?h property:l_c_c_n_number ?a . ?h property:abbreviation ?m }",
"graph_answer": [
"resource:Addiction"
],
"readable_answer": [
"Addiction"
],
"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 { ?d rdf:type ontology:written_work . ?d property:abbreviation 'ACM Trans. Inf. Syst.' . ?d property:l_c_c_n_number ?j }",
"readable_query": "ASK WHERE { ?d rdf:type ontology:written_work . ?d property:abbreviation 'ACM Trans. Inf. Syst.' . ?d property:l_c_c_n_number ?j }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
SportsTeam
| 3 |
7992
|
Id65
|
[
{
"subject": "A.F.C._Blackpool",
"property": "manager",
"object": "Stuart_Parker_(footballer)"
},
{
"subject": "Stuart_Parker_(footballer)",
"property": "clubs",
"object": "Chesterfield_F.C."
},
{
"subject": "Stuart_Parker_(footballer)",
"property": "team",
"object": "Bury_F.C."
}
] |
[
{
"subject": "A.F.C._Blackpool",
"property": "manager",
"object": "Stuart_Parker_(footballer)"
},
{
"subject": "Stuart_Parker_(footballer)",
"property": "club",
"object": "Chesterfield_F.C."
},
{
"subject": "Stuart_Parker_(footballer)",
"property": "club",
"object": "Bury_F.C."
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The manager of A.F.C. Blackpool is Stuart Parker (footballer) who played for both Chesterfield FC and Bury FC.",
"AFC Blackpool have had Stuart Parker as their manager, he was a footballer for Chesterfield FC. and Bury FC.",
"Stuart Parker was a footballer for Chesterfield FC and now plays for Bury FC and is the manager at A.F.C. Blackpool."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_F_C__Blackpool",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_F_C__Blackpool",
"property:manager",
"resource:Stuart_Parker__footballer_"
],
[
"resource:Stuart_Parker__footballer_",
"property:club",
"resource:Chesterfield_F_C_"
],
[
"resource:Stuart_Parker__footballer_",
"property:club",
"resource:Bury_F_C_"
]
] |
A.F.C._Blackpool
|
[
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "A.F.C._Blackpool",
"readable": "A.F.C. Blackpool",
"graph": "resource:A_F_C__Blackpool"
},
{
"modified": "Bury_F.C.",
"readable": "Bury F.C.",
"graph": "resource:Bury_F_C_"
},
{
"modified": "Chesterfield_F.C.",
"readable": "Chesterfield F.C.",
"graph": "resource:Chesterfield_F_C_"
},
{
"modified": "Stuart_Parker_(footballer)",
"readable": "Stuart Parker",
"graph": "resource:Stuart_Parker__footballer_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?y ) WHERE { ?w property:club resource:Blackpool_F_C_ . ?r rdf:type ontology:sports_team . ?r property:manager ?w }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?y ) WHERE { ?w property:club resource:Blackpool_F.C. . ?r rdf:type ontology:sports_team . ?r property:manager ?w }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?g ) WHERE { resource:Stuart_Parker__footballer_ property:club ?h }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?h ) AS ?g ) WHERE { resource:Stuart_Parker_(footballer) property:club ?h }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { resource:Stuart_Parker__footballer_ property:club ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Stuart_Parker_(footballer) property:club ?b }",
"graph_answer": [
"resource:Chesterfield_F_C_",
"resource:Bury_F_C_"
],
"readable_answer": [
"Chesterfield F.C.",
"Bury F.C."
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:A_F_C__Blackpool property:manager resource:Stuart_Parker__footballer_ . resource:A_F_C__Blackpool rdf:type ontology:sports_team }",
"readable_query": "ASK WHERE { resource:A.F.C._Blackpool property:manager resource:Stuart_Parker_(footballer) . resource:A.F.C._Blackpool rdf:type ontology:sports_team }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
SportsTeam
| 2 |
5330
|
Id74
|
[
{
"subject": "A.F.C._Fylde",
"property": "manager",
"object": "Dave_Challinor"
},
{
"subject": "Dave_Challinor",
"property": "team",
"object": "Stockport_County_F.C."
}
] |
[
{
"subject": "A.F.C._Fylde",
"property": "manager",
"object": "Dave_Challinor"
},
{
"subject": "Dave_Challinor",
"property": "club",
"object": "Stockport_County_F.C."
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AFC Fylde's manager is Dave Challinor who plays at the Stockport County F.C.",
"Dave Challinor manages A.F.C. Fylde and plays at the Stockport County F.C.",
"Dave Challinor, manager of AFC Fylde, played for Stockport County F.C."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_F_C__Fylde",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_F_C__Fylde",
"property:manager",
"resource:Dave_Challinor"
],
[
"resource:Dave_Challinor",
"property:club",
"resource:Stockport_County_F_C_"
]
] |
A.F.C._Fylde
|
[
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "A.F.C._Fylde",
"readable": "A.F.C. Fylde",
"graph": "resource:A_F_C__Fylde"
},
{
"modified": "Dave_Challinor",
"readable": "Dave Challinor",
"graph": "resource:Dave_Challinor"
},
{
"modified": "Stockport_County_F.C.",
"readable": "Stockport County F.C.",
"graph": "resource:Stockport_County_F_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?y WHERE { ?y property:club resource:Stockport_County_F_C_ . ?p rdf:type ontology:sports_team . ?p property:manager ?y }",
"readable_query": "SELECT DISTINCT ?p ?y WHERE { ?y property:club resource:Stockport_County_F.C. . ?p rdf:type ontology:sports_team . ?p property:manager ?y }",
"graph_answer": [
"resource:A_F_C__Fylde",
"resource:Dave_Challinor"
],
"readable_answer": [
"A.F.C. Fylde",
"Dave Challinor"
],
"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"
]
}
] |
|
Company
| 6 |
12925
|
Id5
|
[
{
"subject": "Chinabank",
"property": "foundingYear",
"object": "1920-01-01"
},
{
"subject": "Chinabank",
"property": "service",
"object": "Banking"
},
{
"subject": "Chinabank",
"property": "numberOfEmployees",
"object": "5594"
},
{
"subject": "Chinabank",
"property": "netIncome",
"object": "1.51E10"
},
{
"subject": "Chinabank",
"property": "numberOfLocations",
"object": "295"
},
{
"subject": "Chinabank",
"property": "type",
"object": "Public_company"
}
] |
[
{
"subject": "Chinabank",
"property": "foundingDate",
"object": "1920-08-16"
},
{
"subject": "Chinabank",
"property": "service",
"object": "Banking"
},
{
"subject": "Chinabank",
"property": "numberOfEmployees",
"object": "5594"
},
{
"subject": "Chinabank",
"property": "netIncome",
"object": "15100000000"
},
{
"subject": "Chinabank",
"property": "numberOfLocations",
"object": "295"
},
{
"subject": "Chinabank",
"property": "type",
"object": "Public_company"
}
] |
(X (X) (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Chinabank was founded August 16th of 1920. Chinabank gives customers banking services. Chinabank employs 5594 workers. Chinabanks net income is 15,100,000,000. There are 295 Chinabank banking centers. Chinabank is a traded public company.",
"Chinabank (founded on August 16, 1920) is a publicly traded company offering banking services at 295 of its locations. With 5594 employees, Chinabank has a net income of 15,100,000,000.",
"Chinabank, founded on 1920-08-16, is a public banking company, that employees 5594 with 295 branches and a net income of 15,100,000,000,."
],
"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:public_company"
],
[
"resource:Chinabank",
"rdf:type",
"ontology:company"
],
[
"resource:Chinabank",
"property:number_of_locations",
"295"
],
[
"resource:Chinabank",
"property:service",
"resource:Banking"
]
] |
Chinabank
|
[
{
"modified": "15100000000",
"readable": "15100000000",
"graph": "15100000000"
},
{
"modified": "295",
"readable": "295",
"graph": "295"
},
{
"modified": "Public_company",
"readable": "public company",
"graph": "ontology:public_company"
},
{
"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": "numberOfLocations",
"readable": "number of locations",
"graph": "property:number_of_locations"
},
{
"modified": "service",
"readable": "service",
"graph": "property:service"
},
{
"modified": "1920-08-16",
"readable": "1920-08-16",
"graph": "resource:1920_08_16"
},
{
"modified": "5594",
"readable": "5594",
"graph": "resource:5594"
},
{
"modified": "Banking",
"readable": "Banking",
"graph": "resource:Banking"
},
{
"modified": "Chinabank",
"readable": "Chinabank",
"graph": "resource:Chinabank"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?o rdf:type ontology:company . ?o property:founding_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '1920' ) ) . ?o property:service ?t }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?o rdf:type ontology:company . ?o property:founding_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '1920' ) ) . ?o property:service ?t }",
"graph_answer": [
"resource:Banking"
],
"readable_answer": [
"Banking"
],
"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 { ?u property:service resource:Banking . ?u property:net_income '108600000' . ?u rdf:type ontology:company }",
"readable_query": "ASK WHERE { ?u property:service resource:Banking . ?u property:net_income '108600000' . ?u rdf:type ontology:company }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?t property:net_income '15100000000' . ?t rdf:type ontology:company . ?t property:service resource:Banking }",
"readable_query": "ASK WHERE { ?t property:net_income '15100000000' . ?t rdf:type ontology:company . ?t property:service resource:Banking }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?z WHERE { ?z rdf:type ontology:company . ?z property:service resource:Banking . ?z property:net_income '15100000000' }",
"readable_query": "SELECT ?z WHERE { ?z rdf:type ontology:company . ?z property:service resource:Banking . ?z property:net_income '15100000000' }",
"graph_answer": [
"resource:Chinabank"
],
"readable_answer": [
"Chinabank"
],
"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 ?j ?w WHERE { resource:Chinabank property:net_income ?w . resource:Chinabank property:number_of_locations ?j }",
"readable_query": "SELECT DISTINCT ?j ?w WHERE { resource:Chinabank property:net_income ?w . resource:Chinabank property:number_of_locations ?j }",
"graph_answer": [
"295",
"15100000000"
],
"readable_answer": [
"295",
"15100000000"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t ?u WHERE { resource:Chinabank property:number_of_employees ?u . resource:Chinabank property:founding_date ?t }",
"readable_query": "SELECT DISTINCT ?t ?u WHERE { resource:Chinabank property:number_of_employees ?u . resource:Chinabank property:founding_date ?t }",
"graph_answer": [
"resource:1920_08_16",
"resource:5594"
],
"readable_answer": [
"1920-08-16",
"5594"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist
| 3 |
5910
|
Id56
|
[
{
"subject": "Ace_Wilder",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "musicSubgenre",
"object": "Gangsta_rap"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Disco"
}
] |
[
{
"subject": "Ace_Wilder",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "musicSubgenre",
"object": "Gangsta_rap"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Disco"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ace Wilder's musical genre is Hip hop which has its stylistic origins in disco and a sub genre called Gangsta rap.",
"Ace Wilder is an exponent of Hip hop music which has a sub genre called Gangsta rap and the stylistic origin is disco.",
"Disco music is the stylistic origin of hip hop which has a sub genre of Gangsta rap. Ace Wilder is an artist performing hip hop."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ace_Wilder",
"rdf:type",
"ontology:artist"
],
[
"resource:Ace_Wilder",
"property:genre",
"resource:Hip_hop_music"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Disco"
],
[
"resource:Hip_hop_music",
"property:music_subgenre",
"resource:Gangsta_rap"
]
] |
Ace_Wilder
|
[
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "musicSubgenre",
"readable": "music subgenre",
"graph": "property:music_subgenre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Ace_Wilder",
"readable": "Ace Wilder",
"graph": "resource:Ace_Wilder"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "Gangsta_rap",
"readable": "Gangsta rap",
"graph": "resource:Gangsta_rap"
},
{
"modified": "Hip_hop_music",
"readable": "Hip hop music",
"graph": "resource:Hip_hop_music"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?w WHERE { resource:Hip_hop_music property:music_subgenre ?c . resource:Hip_hop_music property:stylistic_origin ?w }",
"readable_query": "SELECT DISTINCT ?c ?w WHERE { resource:Hip_hop_music property:music_subgenre ?c . resource:Hip_hop_music property:stylistic_origin ?w }",
"graph_answer": [
"resource:Gangsta_rap",
"resource:Disco"
],
"readable_answer": [
"Gangsta rap",
"Disco"
],
"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 ?k WHERE { ?k property:genre resource:Hip_hop_music . ?k rdf:type ontology:artist . FILTER ( CONTAINS ( LCASE ( ?k ) , 'ace' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:genre resource:Hip_hop_music . ?k rdf:type ontology:artist . FILTER ( CONTAINS ( LCASE ( ?k ) , 'ace' ) ) }",
"graph_answer": [
"resource:Ace_Wilder"
],
"readable_answer": [
"Ace Wilder"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?q ) WHERE { ?t property:stylistic_origin resource:Funk . ?p property:genre ?t . ?p rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?q ) WHERE { ?t property:stylistic_origin resource:Funk . ?p property:genre ?t . ?p 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"
]
}
] |
|
CelestialBody
| 3 |
6640
|
Id57
|
[
{
"subject": "1036_Ganymed",
"property": "orbitalPeriod",
"object": "1.37048e+08"
},
{
"subject": "1036_Ganymed",
"property": "epoch",
"object": "\"2004-10-22\"^^xsd:date"
},
{
"subject": "1036_Ganymed",
"property": "Planet/apoapsis",
"object": "\"6.120048890337E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] |
[
{
"subject": "1036_Ganymed",
"property": "orbitalPeriod",
"object": "374976.0 (seconds)"
},
{
"subject": "1036_Ganymed",
"property": "epoch",
"object": "2004-10-22"
},
{
"subject": "1036_Ganymed",
"property": "apoapsis",
"object": "611961000.0 (kilometres)"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1036 Ganymed has an epoch date of October 22nd 2004. Its orbital period is 374976 seconds and has an apoapsis measurement of 611961000.0 (kilometres).",
"The asteroid called 1036 Ganymed has an epoch date of 22nd October 2004. Its orbital period is 374976 seconds and it has an apoapsis of 611961000.0 kilometres.",
"1036 Ganymed has an orbital period of 374976.0 seconds and an apoapsis of 611961000.0 kilometres. Its epoch date is October 22nd 2004."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1036_Ganymed",
"property:epoch",
"resource:2004_10_22"
],
[
"resource:1036_Ganymed",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1036_Ganymed",
"property:apoapsis",
"611961000.0 (kilometres)"
],
[
"resource:1036_Ganymed",
"property:orbital_period",
"374976.0 (seconds)"
]
] |
1036_Ganymed
|
[
{
"modified": "374976.0 (seconds)",
"readable": "374976.0",
"graph": "374976.0 (seconds)"
},
{
"modified": "611961000.0 (kilometres)",
"readable": "611961000.0",
"graph": "611961000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "1036_Ganymed",
"readable": "1036 Ganymed",
"graph": "resource:1036_Ganymed"
},
{
"modified": "2004-10-22",
"readable": "2004-10-22",
"graph": "resource:2004_10_22"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?j rdf:type ontology:celestial_body . ?j property:orbital_period ?k . ?j property:epoch ?b . FILTER ( ?b = \"2004_10_22\" ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?j rdf:type ontology:celestial_body . ?j property:orbital_period ?k . ?j property:epoch ?b . FILTER ( ?b = \"2004-10-22\" ) }",
"graph_answer": [
"374976.0 (seconds)"
],
"readable_answer": [
"374976.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": "ASK WHERE { ?n property:apoapsis ?s . ?n property:orbital_period '5.57 (days)' . ?n rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { ?n property:apoapsis ?s . ?n property:orbital_period '5.57 (days)' . ?n rdf:type ontology:celestial_body }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Airport
| 3 |
5711
|
Id44
|
[
{
"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": "Agra_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "167.94"
},
{
"subject": "Agra_Airport",
"property": "location",
"object": "Uttar_Pradesh"
},
{
"subject": "Uttar_Pradesh",
"property": "isPartOf",
"object": "Awadh"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Agra Airport is in Uttar Pradesh, Awadh, and is located at 167.94 metres above sea level.",
"Agra Airport, located in Uttar Pradesh, Awadh has an elevation of 167.94 meters about sea level.",
"Agra Airport, located in Uttar Pradesh, Awadh, has an elevation of 167.94 elevation of 167.94."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"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": "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": "Uttar_Pradesh",
"readable": "Uttar Pradesh",
"graph": "resource:Uttar_Pradesh"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?f ) WHERE { ?q property:location ?n . ?q rdf:type ontology:airport . ?n property:is_part_of resource:Bundelkhand }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?q ) AS ?f ) WHERE { ?q property:location ?n . ?q rdf:type ontology:airport . ?n property:is_part_of resource:Bundelkhand }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?x ) WHERE { ?o property:is_part_of resource:Awadh . ?d property:elevation_above_the_sea_level resource:167_94 . ?d rdf:type ontology:airport . ?d property:location ?o }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?x ) WHERE { ?o property:is_part_of resource:Awadh . ?d property:elevation_above_the_sea_level resource:167.94 . ?d rdf:type ontology:airport . ?d property:location ?o }",
"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 ?z WHERE { ?z property:elevation_above_the_sea_level resource:167_94 . ?z property:location ?f . ?z rdf:type ontology:airport . ?f property:is_part_of resource:Awadh }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z property:elevation_above_the_sea_level resource:167.94 . ?z property:location ?f . ?z rdf:type ontology:airport . ?f property:is_part_of resource:Awadh }",
"graph_answer": [
"resource:Agra_Airport"
],
"readable_answer": [
"Agra Airport"
],
"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 ?i WHERE { resource:Agra_Airport property:location ?i . ?i property:is_part_of resource:Awadh . resource:Agra_Airport rdf:type ontology:airport . resource:Agra_Airport property:elevation_above_the_sea_level resource:167_94 }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Agra_Airport property:location ?i . ?i property:is_part_of resource:Awadh . resource:Agra_Airport rdf:type ontology:airport . resource:Agra_Airport property:elevation_above_the_sea_level resource:167.94 }",
"graph_answer": [
"resource:Uttar_Pradesh"
],
"readable_answer": [
"Uttar Pradesh"
],
"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"
]
}
] |
|
Politician
| 2 |
5025
|
Id17
|
[
{
"subject": "Ab_Klink",
"property": "party",
"object": "Christian_Democratic_Appeal"
},
{
"subject": "Ab_Klink",
"property": "birthPlace",
"object": "Netherlands"
}
] |
[
{
"subject": "Ab_Klink",
"property": "party",
"object": "Christian_Democratic_Appeal"
},
{
"subject": "Ab_Klink",
"property": "birthPlace",
"object": "Netherlands"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Born in the Netherlands, Ab Klink, belongs to the Christian Democratic Appeal party.",
"Ab Klink, who was born in the Netherlands, belongs to the Christian Democratic Appeal Party.",
"Ab Klink waas born in the Netherlands and belongs to the Christian Democratic Appeal party."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ab_Klink",
"property:party",
"resource:Christian_Democratic_Appeal"
],
[
"resource:Ab_Klink",
"rdf:type",
"ontology:politician"
],
[
"resource:Ab_Klink",
"property:birth_place",
"resource:Netherlands"
]
] |
Ab_Klink
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "Ab_Klink",
"readable": "Ab Klink",
"graph": "resource:Ab_Klink"
},
{
"modified": "Christian_Democratic_Appeal",
"readable": "Christian Democratic Appeal",
"graph": "resource:Christian_Democratic_Appeal"
},
{
"modified": "Netherlands",
"readable": "Netherlands",
"graph": "resource:Netherlands"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?t property:birth_place resource:Austria_Hungary . ?t rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?t property:birth_place resource:Austria-Hungary . ?t rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?v property:birth_place resource:Netherlands . ?v rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?v property:birth_place resource:Netherlands . ?v 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 ?c WHERE { ?c rdf:type ontology:politician . ?c property:birth_place resource:Netherlands }",
"readable_query": "SELECT ?c WHERE { ?c rdf:type ontology:politician . ?c property:birth_place resource:Netherlands }",
"graph_answer": [
"resource:Ab_Klink"
],
"readable_answer": [
"Ab Klink"
],
"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 ?z WHERE { resource:Ab_Klink property:party ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Ab_Klink property:party ?z }",
"graph_answer": [
"resource:Christian_Democratic_Appeal"
],
"readable_answer": [
"Christian Democratic Appeal"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut
| 3 |
6106
|
Id6
|
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
}
] |
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4",
"Id5"
],
"text": [
"Test pilot Alan Bean was born in Wheeler, Texas, USA.",
"Alan Bean was born in Wheeler, Texas, US and was a test pilot.",
"Alan Bean, a US national whose birth place is Wheeler, Texas, served as a test pilot.",
"Alan Bean was born in Wheeler, Texas, United States and served as a test pilot.",
"Alan Bean (born in Wheeler, Texas of the United States served as a test pilot."
],
"lang": [
"",
"",
"",
"",
""
]
}
|
[] |
[] |
[
[
"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_place",
"resource:Wheeler__Texas"
]
] |
Alan_Bean
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"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": "ASK WHERE { ?e rdf:type ontology:astronaut . ?e property:birth_place resource:Suwa_ki . ?e property:nationality ?r }",
"readable_query": "ASK WHERE { ?e rdf:type ontology:astronaut . ?e property:birth_place resource:Suwałki . ?e property:nationality ?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"
]
}
] |
|
CelestialBody
| 4 |
9319
|
Id36
|
[
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "101_Helena",
"property": "Planet/orbitalPeriod",
"object": "\"1516.6700000000003\"^^<http://dbpedia.org/datatype/day>"
},
{
"subject": "James_Craig_Watson",
"property": "nationality",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
}
] |
[
{
"subject": "101_Helena",
"property": "discoverer",
"object": "James_Craig_Watson"
},
{
"subject": "101_Helena",
"property": "orbitalPeriod",
"object": "1516.6700000000003 (days)"
},
{
"subject": "James_Craig_Watson",
"property": "nationality",
"object": "Canada"
},
{
"subject": "James_Craig_Watson",
"property": "deathPlace",
"object": "Madison,_Wisconsin"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"With an orbit of 1516.6700000000003 days, 101 Helena, was discovered by Canadian, James Craig Watson, who died in Madison, Wisconsin.",
"Canadian, James Craig Watson (died in Madison, Wisconsin), discovered 101 Helena, which has an orbit of 1516.6700000000003 days.",
"101 Helena was discovered by James Craig Watson. He was a canadian who died in Madison, Wisconsin. 101 Helena has an orbital period of 1516.6700000000003 (days)."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:101_Helena",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:101_Helena",
"property:orbital_period",
"1516.6700000000003 (days)"
],
[
"resource:101_Helena",
"property:discoverer",
"resource:James_Craig_Watson"
],
[
"resource:James_Craig_Watson",
"property:death_place",
"resource:Madison__Wisconsin"
],
[
"resource:James_Craig_Watson",
"property:nationality",
"resource:Canada"
]
] |
101_Helena
|
[
{
"modified": "1516.6700000000003 (days)",
"readable": "1516.6700000000003",
"graph": "1516.6700000000003 (days)"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "discoverer",
"readable": "discoverer",
"graph": "property:discoverer"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "101_Helena",
"readable": "101 Helena",
"graph": "resource:101_Helena"
},
{
"modified": "Canada",
"readable": "Canada",
"graph": "resource:Canada"
},
{
"modified": "James_Craig_Watson",
"readable": "James Craig Watson",
"graph": "resource:James_Craig_Watson"
},
{
"modified": "Madison,_Wisconsin",
"readable": "Madison, Wisconsin",
"graph": "resource:Madison__Wisconsin"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?k property:orbital_period '1516.6700000000003 (days)' . ?k rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?k ) , 'helena' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:orbital_period '1516.6700000000003 (days)' . ?k rdf:type ontology:celestial_body . FILTER ( CONTAINS ( LCASE ( ?k ) , 'helena' ) ) }",
"graph_answer": [
"resource:101_Helena"
],
"readable_answer": [
"101 Helena"
],
"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 ?l WHERE { resource:101_Helena property:orbital_period ?l }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:101_Helena property:orbital_period ?l }",
"graph_answer": [
"1516.6700000000003 (days)"
],
"readable_answer": [
"1516.6700000000003"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?m property:nationality resource:Canada . ?m property:death_place resource:Buenos_Aires }",
"readable_query": "ASK WHERE { ?m property:nationality resource:Canada . ?m property:death_place resource:Buenos_Aires }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?o property:nationality resource:Canada . ?o property:death_place resource:Madison__Wisconsin }",
"readable_query": "ASK WHERE { ?o property:nationality resource:Canada . ?o property:death_place resource:Madison,_Wisconsin }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?c WHERE { ?c property:death_place resource:Madison__Wisconsin . ?c property:nationality resource:Canada }",
"readable_query": "SELECT ?c WHERE { ?c property:death_place resource:Madison,_Wisconsin . ?c property:nationality resource:Canada }",
"graph_answer": [
"resource:James_Craig_Watson"
],
"readable_answer": [
"James Craig Watson"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Astronaut
| 4 |
8858
|
Id10
|
[
{
"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": "selection",
"object": "1963"
}
] |
[
{
"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": "selectedByNasa",
"object": "1963"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The test pilot Alan Bean, born 1932-03-15 in Wheeler, Texas, was selected by NASA in 1963.",
"Test pilot Alan Bean was born March 15th, 1932 in Wheeler, Texas and in 1963 was picked by NASA to join the space program.",
"Alan Bean was born on 15 March 1932 in Wheeler Texas. He was a test pilot who was selected by NASA in 1963."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Bean",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"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": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "1963",
"readable": "1963",
"graph": "resource:1963"
},
{
"modified": "Alan_Bean",
"readable": "Alan Bean",
"graph": "resource:Alan_Bean"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( ?l = \"1932-03-15\" ) . ?s property:birth_place ?p . ?s property:birth_date ?l . ?s rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( ?l = \"1932-03-15\" ) . ?s property:birth_place ?p . ?s property:birth_date ?l . ?s rdf:type ontology:astronaut }",
"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 ?y WHERE { ?s property:occupation ?y . ?s property:birth_place resource:Wheeler__Texas . ?s rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?s property:occupation ?y . ?s property:birth_place resource:Wheeler,_Texas . ?s rdf:type ontology:astronaut }",
"graph_answer": [
"resource:Test_pilot"
],
"readable_answer": [
"Test pilot"
],
"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 ?o WHERE { ?j rdf:type ontology:astronaut . ?j property:birth_place resource:Wheeler__Texas . ?j property:selected_by_nasa ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?j rdf:type ontology:astronaut . ?j property:birth_place resource:Wheeler,_Texas . ?j property:selected_by_nasa ?o }",
"graph_answer": [
"resource:1963"
],
"readable_answer": [
"1963"
],
"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 WHERE { ?l rdf:type ontology:astronaut . ?l property:selected_by_nasa resource:1963 . ?l property:birth_place resource:Wheeler__Texas }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:astronaut . ?l property:selected_by_nasa resource:1963 . ?l 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",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.