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 |
9010
|
Id80
|
[
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "position",
"object": "Centre_(ice_hockey)"
},
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "team",
"object": "Florida_Panthers"
},
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "dateOfBirth",
"object": "\"1995-09-02\"^^xsd:date"
},
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "placeOfBirth",
"object": "\"Tampere, Finland\"@en"
}
] |
[
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "position",
"object": "Centre_(ice_hockey)"
},
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "club",
"object": "Florida_Panthers"
},
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "birthDate",
"object": "1995-09-02"
},
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "birthPlace",
"object": "\"Tampere, Finland\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aleksander Barkov Jr was born in Tampere, Finland, on 1995-09-02. He plays centre and has played for the Florida Panthers.",
"Aleksander Barkov Jr was born September 2, 1995 in Tampere, Finland. He is a Centre and has played for the Florida Panthers.",
"Aleksander Barkov Jr was born in Tampere, Finland on 2 September 1995 and plays as a centre for his club, the Florida Panthers."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aleksander_Barkov__Jr_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aleksander_Barkov__Jr_",
"property:club",
"resource:Florida_Panthers"
],
[
"resource:Aleksander_Barkov__Jr_",
"property:birth_date",
"resource:1995_09_02"
],
[
"resource:Aleksander_Barkov__Jr_",
"property:position",
"resource:Centre__ice_hockey_"
],
[
"resource:Aleksander_Barkov__Jr_",
"property:birth_place",
"resource:Tampere__Finland"
]
] |
Aleksander_Barkov,_Jr.
|
[
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "position",
"readable": "position",
"graph": "property:position"
},
{
"modified": "1995-09-02",
"readable": "1995-09-02",
"graph": "resource:1995_09_02"
},
{
"modified": "Aleksander_Barkov,_Jr.",
"readable": "Aleksander Barkov, Jr.",
"graph": "resource:Aleksander_Barkov__Jr_"
},
{
"modified": "Centre_(ice_hockey)",
"readable": "Centre",
"graph": "resource:Centre__ice_hockey_"
},
{
"modified": "Florida_Panthers",
"readable": "Florida Panthers",
"graph": "resource:Florida_Panthers"
},
{
"modified": "Tampere, Finland",
"readable": "Tampere, Finland",
"graph": "resource:Tampere__Finland"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?m property:birth_place ?l . FILTER ( CONTAINS ( YEAR ( ?a ) , '1995' ) ) . ?m rdf:type ontology:athlete . ?m property:birth_date ?a }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?m property:birth_place ?l . FILTER ( CONTAINS ( YEAR ( ?a ) , '1995' ) ) . ?m rdf:type ontology:athlete . ?m property:birth_date ?a }",
"graph_answer": [
"resource:Tampere__Finland"
],
"readable_answer": [
"Tampere, Finland"
],
"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 ?l WHERE { ?n property:birth_place resource:Tampere__Finland . ?n rdf:type ontology:athlete . ?n property:birth_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '1995' ) ) }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?n property:birth_place resource:Tampere,_Finland . ?n rdf:type ontology:athlete . ?n property:birth_date ?l . FILTER ( CONTAINS ( YEAR ( ?l ) , '1995' ) ) }",
"graph_answer": [
"resource:1995_09_02"
],
"readable_answer": [
"1995-09-02"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?h property:position ?x . ?h rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?u ) , '1995' ) ) . ?h property:birth_date ?u }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?h property:position ?x . ?h rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?u ) , '1995' ) ) . ?h property:birth_date ?u }",
"graph_answer": [
"resource:Centre__ice_hockey_"
],
"readable_answer": [
"Centre"
],
"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": "ASK WHERE { ?d property:club ?g . ?d property:position resource:Salvadoran_Primera_Divisi_n . ?d rdf:type ontology:athlete }",
"readable_query": "ASK WHERE { ?d property:club ?g . ?d property:position resource:Salvadoran_Primera_División . ?d rdf:type ontology:athlete }",
"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"
]
}
] |
|
Food
| 2 |
4635
|
Id147
|
[
{
"subject": "Bakso",
"property": "ingredient",
"object": "Noodle"
},
{
"subject": "Bakso",
"property": "country",
"object": "Indonesia"
}
] |
[
{
"subject": "Bakso",
"property": "ingredient",
"object": "Noodle"
},
{
"subject": "Bakso",
"property": "country",
"object": "Indonesia"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bakso contains noodles and comes from Indonesia.",
"Bakso is a dish containing noodles, from Indonesia.",
"Bakso is a noodle dish that comes from Indonesia."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bakso",
"property:ingredient",
"resource:Noodle"
],
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Indonesia"
]
] |
Bakso
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Bakso",
"readable": "Bakso",
"graph": "resource:Bakso"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Noodle",
"readable": "Noodle",
"graph": "resource:Noodle"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?j WHERE { resource:Bakso property:ingredient ?j . resource:Bakso property:country ?r }",
"readable_query": "SELECT DISTINCT ?r ?j WHERE { resource:Bakso property:ingredient ?j . resource:Bakso property:country ?r }",
"graph_answer": [
"resource:Indonesia",
"resource:Noodle"
],
"readable_answer": [
"Indonesia",
"Noodle"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?f rdf:type ontology:food . ?f property:ingredient resource:Celery . ?f property:country ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?f rdf:type ontology:food . ?f property:ingredient resource:Celery . ?f property:country ?p }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"meaningful",
"no_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"
]
}
] |
|
CelestialBody
| 2 |
4087
|
Id68
|
[
{
"subject": "103_Hera",
"property": "epoch",
"object": "\"August 27, 2011 (JD2455800.5)\""
},
{
"subject": "103_Hera",
"property": "orbitalPeriod",
"object": "1.40159e+08"
}
] |
[
{
"subject": "103_Hera",
"property": "epoch",
"object": "2011-08-27"
},
{
"subject": "103_Hera",
"property": "orbitalPeriod",
"object": "1622.213 (days)"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The epoch of 103 Hera is 31st July 2016 and its orbital period is 1622.213 days.",
"103 Hera has an orbital period of 1622.213 days and an epoch date of August 27th 2011.",
"103 Hera has an epoch date of August 27th 2011, and an orbital period of 1622.213 days."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:103_Hera",
"property:epoch",
"resource:2011_08_27"
],
[
"resource:103_Hera",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:103_Hera",
"property:orbital_period",
"1622.213 (days)"
]
] |
103_Hera
|
[
{
"modified": "1622.213 (days)",
"readable": "1622.213",
"graph": "1622.213 (days)"
},
{
"modified": "epoch",
"readable": "epoch",
"graph": "property:epoch"
},
{
"modified": "orbitalPeriod",
"readable": "orbital period",
"graph": "property:orbital_period"
},
{
"modified": "103_Hera",
"readable": "103 Hera",
"graph": "resource:103_Hera"
},
{
"modified": "2011-08-27",
"readable": "2011-08-27",
"graph": "resource:2011_08_27"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { FILTER ( CONTAINS ( YEAR ( ?y ) , '2011' ) ) . ?i property:orbital_period ?g . ?i property:epoch ?y . ?i rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?g WHERE { FILTER ( CONTAINS ( YEAR ( ?y ) , '2011' ) ) . ?i property:orbital_period ?g . ?i property:epoch ?y . ?i rdf:type ontology:celestial_body }",
"graph_answer": [
"1622.213 (days)"
],
"readable_answer": [
"1622.213"
],
"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 { ?v property:orbital_period resource:139705000_0 . ?v property:epoch ?e . ?v rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { ?v property:orbital_period resource:139705000.0 . ?v property:epoch ?e . ?v 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"
]
}
] |
|
Politician
| 4 |
10492
|
Id176
|
[
{
"subject": "Alberto_Teisaire",
"property": "office",
"object": "\"Provisional President of the Argentine Senate\""
},
{
"subject": "Alberto_Teisaire",
"property": "party",
"object": "Justicialist_Party"
},
{
"subject": "Alberto_Teisaire",
"property": "successor",
"object": "Isaac_Rojas"
},
{
"subject": "Alberto_Teisaire",
"property": "birthPlace",
"object": "Mendoza,_Argentina"
}
] |
[
{
"subject": "Alberto_Teisaire",
"property": "office",
"object": "\"Provisional President of the Argentine Senate\""
},
{
"subject": "Alberto_Teisaire",
"property": "party",
"object": "Justicialist_Party"
},
{
"subject": "Alberto_Teisaire",
"property": "successor",
"object": "Isaac_Rojas"
},
{
"subject": "Alberto_Teisaire",
"property": "birthPlace",
"object": "Mendoza,_Argentina"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alberto Teisaire was born in Mendoza, Argentina and worked as the Provisional President of the Argentine Senate. His party is Justicialist Party and his successor was Isaac Rojas.",
"Alberto Teisaire was born in Mendoza in Argentina and was attached to the Justicialist Party. He worked as the Provisional President of the Argentine Senate and was succeeded by Isaac Rojas.",
"Alberto Teisaire was born in Mendoza in Argentina and was a member of the Justicialist Party. He worked as the Provisional President of the Argentine Senate and was succeeded by Isaac Rojas."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alberto_Teisaire",
"property:party",
"resource:Justicialist_Party"
],
[
"resource:Alberto_Teisaire",
"rdf:type",
"ontology:politician"
],
[
"resource:Alberto_Teisaire",
"property:successor",
"resource:Isaac_Rojas"
],
[
"resource:Alberto_Teisaire",
"property:office",
"Provisional President of the Argentine Senate"
],
[
"resource:Alberto_Teisaire",
"property:birth_place",
"resource:Mendoza__Argentina"
]
] |
Alberto_Teisaire
|
[
{
"modified": "Provisional President of the Argentine Senate",
"readable": "Provisional President of the Argentine Senate",
"graph": "Provisional President of the Argentine Senate"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Alberto_Teisaire",
"readable": "Alberto Teisaire",
"graph": "resource:Alberto_Teisaire"
},
{
"modified": "Isaac_Rojas",
"readable": "Isaac Rojas",
"graph": "resource:Isaac_Rojas"
},
{
"modified": "Justicialist_Party",
"readable": "Justicialist Party",
"graph": "resource:Justicialist_Party"
},
{
"modified": "Mendoza,_Argentina",
"readable": "Mendoza, Argentina",
"graph": "resource:Mendoza__Argentina"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?a rdf:type ontology:politician . ?a property:party ?q . ?a property:birth_place resource:Suwa_ki }",
"readable_query": "ASK WHERE { ?a rdf:type ontology:politician . ?a property:party ?q . ?a property:birth_place resource:Suwałki }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Food
| 3 |
7185
|
Id98
|
[
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "Bacon_Explosion",
"property": "ingredientName",
"object": "\"Bacon,sausage\""
},
{
"subject": "Bacon_Explosion",
"property": "ingredient",
"object": "Bacon"
}
] |
[
{
"subject": "Bacon_Explosion",
"property": "country",
"object": "United_States"
},
{
"subject": "Bacon_Explosion",
"property": "mainIngredient",
"object": "\"Bacon,sausage\""
},
{
"subject": "Bacon_Explosion",
"property": "ingredient",
"object": "Bacon"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bacon explosion which contains bacon and sausage is a dish found in the United States.",
"Bacon Explosion - a dish which contains bacon and sausage - originally comes from the United States.",
"Bacon and sausage are the main ingredients of a Bacon Explosion which originates from the United States."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bacon_Explosion",
"property:ingredient",
"resource:Bacon"
],
[
"resource:Bacon_Explosion",
"property:main_ingredient",
"resource:Bacon_sausage"
],
[
"resource:Bacon_Explosion",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_Explosion",
"property:country",
"resource:United_States"
]
] |
Bacon_Explosion
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "Bacon",
"readable": "Bacon",
"graph": "resource:Bacon"
},
{
"modified": "Bacon_Explosion",
"readable": "Bacon Explosion",
"graph": "resource:Bacon_Explosion"
},
{
"modified": "Bacon,sausage",
"readable": "Bacon,sausage",
"graph": "resource:Bacon_sausage"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b ?t WHERE { resource:Bacon_Explosion property:country ?b . resource:Bacon_Explosion property:main_ingredient ?t }",
"readable_query": "SELECT DISTINCT ?b ?t WHERE { resource:Bacon_Explosion property:country ?b . resource:Bacon_Explosion property:main_ingredient ?t }",
"graph_answer": [
"resource:United_States",
"resource:Bacon_sausage"
],
"readable_answer": [
"United States",
"Bacon,sausage"
],
"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 ?b WHERE { resource:Bacon_Explosion property:function ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Bacon_Explosion property:function ?b }",
"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"
]
}
] |
|
Monument
| 5 |
12445
|
Id9
|
[
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "range",
"object": "Seminary_Ridge"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "region",
"object": "Adams_County,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "established",
"object": "2000"
},
{
"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": "Seminary_Ridge"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "location",
"object": "Adams_County,_Pennsylvania"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "established",
"object": "2000"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "category",
"object": "Contributing_property"
},
{
"subject": "11th_Mississippi_Infantry_Monument",
"property": "municipality",
"object": "Gettysburg,_Pennsylvania"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The 11th Mississippi Infantry Monument is located at Seminary Ridge, Gettysburg, Adams County, Pennsylvania and was completed in 2000. It is categorized as a Contributing Property.",
"Established in 2000, the 11th Mississippi Infantry Monument is found in the Seminary Ridge, Adams County, Pennsylvania. It has a Contributing Property designation in Gettysburg.",
"Located at Seminary Ridge in the municipality of Gettysburg, which is in Adams County, Pennsylvania, the 11th Mississippi Infantry Monument was established in 2000, and is categorized as a Contributing Property."
],
"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:location",
"resource:Seminary_Ridge"
],
[
"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"
]
] |
11th_Mississippi_Infantry_Monument
|
[
{
"modified": "category",
"readable": "category",
"graph": "property:category"
},
{
"modified": "established",
"readable": "established",
"graph": "property:established"
},
{
"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": "Gettysburg,_Pennsylvania",
"readable": "Gettysburg, Pennsylvania",
"graph": "resource:Gettysburg__Pennsylvania"
},
{
"modified": "Seminary_Ridge",
"readable": "Seminary Ridge",
"graph": "resource:Seminary_Ridge"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?p ) WHERE { ?v property:country resource:United_States . ?v rdf:type ontology:monument . ?v property:category ?o }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?p ) WHERE { ?v property:country resource:United_States . ?v rdf:type ontology:monument . ?v property:category ?o }",
"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 ?l ?i WHERE { resource:11th_Mississippi_Infantry_Monument property:location ?i . resource:11th_Mississippi_Infantry_Monument property:category ?l }",
"readable_query": "SELECT DISTINCT ?l ?i WHERE { resource:11th_Mississippi_Infantry_Monument property:location ?i . resource:11th_Mississippi_Infantry_Monument property:category ?l }",
"graph_answer": [
"resource:Contributing_property",
"resource:Adams_County__Pennsylvania"
],
"readable_answer": [
"Contributing property",
"Adams County, Pennsylvania"
],
"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 ?h WHERE { resource:11th_Mississippi_Infantry_Monument property:abbreviation ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:11th_Mississippi_Infantry_Monument property:abbreviation ?h }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 5 |
12139
|
Id86
|
[
{
"subject": "United_Kingdom",
"property": "leader",
"object": "David_Cameron"
},
{
"subject": "BLT",
"property": "variations",
"object": "Club_sandwich"
},
{
"subject": "Bacon_sandwich",
"property": "hasVariant",
"object": "BLT"
},
{
"subject": "BLT",
"property": "ingredient",
"object": "Tomato"
},
{
"subject": "Bacon_sandwich",
"property": "country",
"object": "United_Kingdom"
}
] |
[
{
"subject": "Bacon_sandwich",
"property": "dishVariation",
"object": "BLT"
},
{
"subject": "United_Kingdom",
"property": "leader",
"object": "David_Cameron"
},
{
"subject": "BLT",
"property": "dishVariation",
"object": "Club_sandwich"
},
{
"subject": "BLT",
"property": "ingredient",
"object": "Tomato"
},
{
"subject": "Bacon_sandwich",
"property": "country",
"object": "United_Kingdom"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bacon sandwich, a variation of the club sandwich and BLT, is a dish from the United Kingdom. One of its ingredients is tomato. David Cameron is a leader in the UK.",
"BLT is a type of sandwich containing bacon and tomato. Its variations include bacon and club sandwiches. Bacon sandwiches are very popular in Great Britain where the leader is called David Cameron.",
"Bacon sandwiches are popular in the UK where David Cameron was once Prime Minister. Variations on the sandwich include the BLT (which includes tomato) and club sandwich."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_Kingdom",
"property:leader",
"resource:David_Cameron"
],
[
"resource:BLT",
"property:dish_variation",
"resource:Club_sandwich"
],
[
"resource:BLT",
"property:ingredient",
"resource:Tomato"
],
[
"resource:Bacon_sandwich",
"property:dish_variation",
"resource:BLT"
],
[
"resource:Bacon_sandwich",
"rdf:type",
"ontology:food"
],
[
"resource:Bacon_sandwich",
"property:country",
"resource:United_Kingdom"
]
] |
Bacon_sandwich
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "dishVariation",
"readable": "dish variation",
"graph": "property:dish_variation"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "BLT",
"readable": "BLT",
"graph": "resource:BLT"
},
{
"modified": "Bacon_sandwich",
"readable": "Bacon sandwich",
"graph": "resource:Bacon_sandwich"
},
{
"modified": "Club_sandwich",
"readable": "Club sandwich",
"graph": "resource:Club_sandwich"
},
{
"modified": "David_Cameron",
"readable": "David Cameron",
"graph": "resource:David_Cameron"
},
{
"modified": "Tomato",
"readable": "Tomato",
"graph": "resource:Tomato"
},
{
"modified": "United_Kingdom",
"readable": "United Kingdom",
"graph": "resource:United_Kingdom"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?k ) WHERE { resource:United_Kingdom property:leader ?u }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?k ) WHERE { resource:United_Kingdom property:leader ?u }",
"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 { resource:United_Kingdom property:leader ?v }",
"readable_query": "SELECT DISTINCT ?v WHERE { resource:United_Kingdom property:leader ?v }",
"graph_answer": [
"resource:David_Cameron"
],
"readable_answer": [
"David Cameron"
],
"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 ?x WHERE { resource:Bacon_sandwich property:dish_variation ?x . VALUES ( ?x ) { ( resource:Club_sandwich ) ( resource:BLT ) } }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Bacon_sandwich property:dish_variation ?x . VALUES ( ?x ) { ( resource:Club_sandwich ) ( resource:BLT ) } }",
"graph_answer": [
"resource:BLT"
],
"readable_answer": [
"BLT"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
}
] |
|
City
| 3 |
6844
|
Id132
|
[
{
"subject": "Attica,_Indiana",
"property": "isPartOf",
"object": "Indiana"
},
{
"subject": "Indiana",
"property": "capital",
"object": "Indianapolis"
},
{
"subject": "Attica,_Indiana",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "Attica,_Indiana",
"property": "isPartOf",
"object": "Indiana"
},
{
"subject": "Indiana",
"property": "capital",
"object": "Indianapolis"
},
{
"subject": "Attica,_Indiana",
"property": "country",
"object": "United_States"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Attica in the United States is part of Indiana where the capital is Indianapolis.",
"Attica, Indiana is in the United States. Indiana's capital is Indianapolis.",
"Attica, Indiana is in the United States. The capital of Indiana is Indianapolis."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Indiana",
"property:capital",
"resource:Indianapolis"
],
[
"resource:Attica__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Attica__Indiana",
"property:country",
"resource:United_States"
],
[
"resource:Attica__Indiana",
"property:is_part_of",
"resource:Indiana"
]
] |
Attica,_Indiana
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Attica,_Indiana",
"readable": "Attica, Indiana",
"graph": "resource:Attica__Indiana"
},
{
"modified": "Indiana",
"readable": "Indiana",
"graph": "resource:Indiana"
},
{
"modified": "Indianapolis",
"readable": "Indianapolis",
"graph": "resource:Indianapolis"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:city . ?y property:country resource:United_States . ?x property:capital resource:Indianapolis . ?y property:is_part_of ?x }",
"readable_query": "SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:city . ?y property:country resource:United_States . ?x property:capital resource:Indianapolis . ?y property:is_part_of ?x }",
"graph_answer": [
"resource:Attica__Indiana"
],
"readable_answer": [
"Attica, Indiana"
],
"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"
]
}
] |
|
ComicsCharacter
| 3 |
6987
|
Id40
|
[
{
"subject": "Big_Hero_6_(film)",
"property": "distributor",
"object": "Walt_Disney_Studios_Motion_Pictures"
},
{
"subject": "Baymax",
"property": "series",
"object": "Big_Hero_6_(film)"
},
{
"subject": "Big_Hero_6_(film)",
"property": "starring",
"object": "Jamie_Chung"
}
] |
[
{
"subject": "Big_Hero_6_(film)",
"property": "distributor",
"object": "Walt_Disney_Studios_Motion_Pictures"
},
{
"subject": "Baymax",
"property": "series",
"object": "Big_Hero_6_(film)"
},
{
"subject": "Big_Hero_6_(film)",
"property": "starring",
"object": "Jamie_Chung"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The distributor of the film Big Hero 6, which stars Jamie Chung, is Walt Disney Studios Motion Pictures. The character Baymax appears in this film.",
"Big Hero 6, a film distributed by Walt Disney Studios Motion Pictures, starred Jamie Chung and included the character Baymax."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Baymax",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Baymax",
"property:series",
"resource:Big_Hero_6__film_"
],
[
"resource:Big_Hero_6__film_",
"property:distributor",
"resource:Walt_Disney_Studios_Motion_Pictures"
],
[
"resource:Big_Hero_6__film_",
"property:starring",
"resource:Jamie_Chung"
]
] |
Baymax
|
[
{
"modified": "distributor",
"readable": "distributor",
"graph": "property:distributor"
},
{
"modified": "series",
"readable": "series",
"graph": "property:series"
},
{
"modified": "starring",
"readable": "starring",
"graph": "property:starring"
},
{
"modified": "Baymax",
"readable": "Baymax",
"graph": "resource:Baymax"
},
{
"modified": "Big_Hero_6_(film)",
"readable": "Big Hero 6",
"graph": "resource:Big_Hero_6__film_"
},
{
"modified": "Jamie_Chung",
"readable": "Jamie Chung",
"graph": "resource:Jamie_Chung"
},
{
"modified": "Walt_Disney_Studios_Motion_Pictures",
"readable": "Walt Disney Studios Motion Pictures",
"graph": "resource:Walt_Disney_Studios_Motion_Pictures"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?e ?m WHERE { resource:Big_Hero_6__film_ property:starring ?m . resource:Big_Hero_6__film_ property:distributor ?e }",
"readable_query": "SELECT DISTINCT ?e ?m WHERE { resource:Big_Hero_6_(film) property:starring ?m . resource:Big_Hero_6_(film) property:distributor ?e }",
"graph_answer": [
"resource:Walt_Disney_Studios_Motion_Pictures",
"resource:Jamie_Chung"
],
"readable_answer": [
"Walt Disney Studios Motion Pictures",
"Jamie Chung"
],
"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:Baymax rdf:type ontology:comics_character . resource:Baymax property:series resource:Big_Hero_6__film_ }",
"readable_query": "ASK WHERE { resource:Baymax rdf:type ontology:comics_character . resource:Baymax property:series resource:Big_Hero_6_(film) }",
"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 |
7127
|
Id40
|
[
{
"subject": "Arrabbiata_sauce",
"property": "ingredient",
"object": "Tomato"
},
{
"subject": "Tomato",
"property": "order",
"object": "Solanales"
},
{
"subject": "Tomato",
"property": "family",
"object": "Solanaceae"
}
] |
[
{
"subject": "Arrabbiata_sauce",
"property": "ingredient",
"object": "Tomato"
},
{
"subject": "Tomato",
"property": "order",
"object": "Solanales"
},
{
"subject": "Tomato",
"property": "family",
"object": "Solanaceae"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Tomato, from the family of Solanaceae and the order of Solanales, is a key ingredient in an Arrabbiata sauce.",
"Tomatoes are found in Arrabbiata sauce and is one of the members of the order Solanales in the Solanaceae family."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Tomato",
"property:family",
"resource:Solanaceae"
],
[
"resource:Tomato",
"property:order",
"resource:Solanales"
],
[
"resource:Arrabbiata_sauce",
"property:ingredient",
"resource:Tomato"
],
[
"resource:Arrabbiata_sauce",
"rdf:type",
"ontology:food"
]
] |
Arrabbiata_sauce
|
[
{
"modified": "family",
"readable": "family",
"graph": "property:family"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "order",
"readable": "order",
"graph": "property:order"
},
{
"modified": "Arrabbiata_sauce",
"readable": "Arrabbiata sauce",
"graph": "resource:Arrabbiata_sauce"
},
{
"modified": "Solanaceae",
"readable": "Solanaceae",
"graph": "resource:Solanaceae"
},
{
"modified": "Solanales",
"readable": "Solanales",
"graph": "resource:Solanales"
},
{
"modified": "Tomato",
"readable": "Tomato",
"graph": "resource:Tomato"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x property:order resource:Solanales . FILTER ( STRSTARTS ( LCASE ( ?x ) , 't' ) ) }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x property:order resource:Solanales . FILTER ( STRSTARTS ( LCASE ( ?x ) , 't' ) ) }",
"graph_answer": [
"resource:Tomato"
],
"readable_answer": [
"Tomato"
],
"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 ?u WHERE { resource:Tomato property:family ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Tomato property:family ?u }",
"graph_answer": [
"resource:Solanaceae"
],
"readable_answer": [
"Solanaceae"
],
"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 ?n WHERE { resource:Arrabbiata_sauce property:active_years_end_year ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Arrabbiata_sauce property:active_years_end_year ?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"
]
}
] |
|
CelestialBody
| 4 |
9299
|
Id16
|
[
{
"subject": "(410777)_2009_FD",
"property": "discoverer",
"object": "Spacewatch"
},
{
"subject": "(410777)_2009_FD",
"property": "epoch",
"object": "\"27 June 2015\""
},
{
"subject": "(410777)_2009_FD",
"property": "orbitalPeriod",
"object": "3.9447e+07"
},
{
"subject": "(410777)_2009_FD",
"property": "Planet/apoapsis",
"object": "\"2.5977670247055E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] |
[
{
"subject": "(410777)_2009_FD",
"property": "epoch",
"object": "2015-06-27"
},
{
"subject": "(410777)_2009_FD",
"property": "orbitalPeriod",
"object": "39447000.0"
},
{
"subject": "(410777)_2009_FD",
"property": "discoverer",
"object": "Spacewatch"
},
{
"subject": "(410777)_2009_FD",
"property": "apoapsis",
"object": "259776702.47055 (kilometres)"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The celestial body known as (410777) 2009 FD (discovered by Spacewatch) has an orbital period of 39447000, the epoch date of June 27th 2015 and the apoapsis of 259776702.47055 kilometers.",
"(410777) 2009 FD has an epoch date of June 27th 2015 and an orbital period of 39447000.0. It was discovered by Spacewatch and has an apoapsis of 259776702.47055 kilometres.",
"(410777) 2009 FD was discovered by Spacewatch and its epoch date was on June 27th 2015. Its apoapsis is 259776702.47055 mms and has an orbital period of 39447000.0."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:_410777__2009_FD",
"property:epoch",
"resource:2015_06_27"
],
[
"resource:_410777__2009_FD",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:_410777__2009_FD",
"property:apoapsis",
"259776702.47055 (kilometres)"
],
[
"resource:_410777__2009_FD",
"property:orbital_period",
"resource:39447000_0"
],
[
"resource:_410777__2009_FD",
"property:discoverer",
"resource:Spacewatch"
]
] |
(410777)_2009_FD
|
[
{
"modified": "259776702.47055 (kilometres)",
"readable": "259776702.47055",
"graph": "259776702.47055 (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": "2015-06-27",
"readable": "2015-06-27",
"graph": "resource:2015_06_27"
},
{
"modified": "39447000.0",
"readable": "39447000.0",
"graph": "resource:39447000_0"
},
{
"modified": "Spacewatch",
"readable": "Spacewatch",
"graph": "resource:Spacewatch"
},
{
"modified": "(410777)_2009_FD",
"readable": "2009 FD",
"graph": "resource:_410777__2009_FD"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?u property:discoverer ?m . ?u property:epoch ?y . ?u rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?y ) , '2015' ) ) }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?u property:discoverer ?m . ?u property:epoch ?y . ?u rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?y ) , '2015' ) ) }",
"graph_answer": [
"resource:Spacewatch"
],
"readable_answer": [
"Spacewatch"
],
"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 { ?o property:epoch resource:2006_12_31 . ?o rdf:type ontology:celestial_body . ?o property:discoverer resource:Spacewatch }",
"readable_query": "ASK WHERE { ?o property:epoch resource:2006-12-31 . ?o rdf:type ontology:celestial_body . ?o property:discoverer resource:Spacewatch }",
"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 { ?d property:epoch resource:2015_06_27 . ?d property:discoverer resource:Spacewatch . ?d rdf:type ontology:celestial_body }",
"readable_query": "ASK WHERE { ?d property:epoch resource:2015-06-27 . ?d property:discoverer resource:Spacewatch . ?d rdf:type ontology:celestial_body }",
"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 ?h WHERE { ?h property:discoverer resource:Spacewatch . ?h rdf:type ontology:celestial_body . ?h property:epoch resource:2015_06_27 }",
"readable_query": "SELECT ?h WHERE { ?h property:discoverer resource:Spacewatch . ?h rdf:type ontology:celestial_body . ?h property:epoch resource:2015-06-27 }",
"graph_answer": [
"resource:_410777__2009_FD"
],
"readable_answer": [
"2009 FD"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h ?t WHERE { resource:_410777__2009_FD property:orbital_period ?t . resource:_410777__2009_FD property:apoapsis ?h }",
"readable_query": "SELECT DISTINCT ?h ?t WHERE { resource:(410777)_2009_FD property:orbital_period ?t . resource:(410777)_2009_FD property:apoapsis ?h }",
"graph_answer": [
"259776702.47055 (kilometres)",
"resource:39447000_0"
],
"readable_answer": [
"259776702.47055",
"39447000.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Astronaut
| 4 |
8866
|
Id18
|
[
{
"subject": "Alan_Shepard",
"property": "almaMater",
"object": "\"NWC, M.A. 1957\"@en"
},
{
"subject": "Alan_Shepard",
"property": "mission",
"object": "Apollo_14"
},
{
"subject": "Alan_Shepard",
"property": "dateOfRet",
"object": "\"1974-08-01\"^^xsd:date"
},
{
"subject": "Apollo_14",
"property": "operator",
"object": "NASA"
}
] |
[
{
"subject": "Alan_Shepard",
"property": "almaMater",
"object": "\"NWC, M.A. 1957\""
},
{
"subject": "Alan_Shepard",
"property": "mission",
"object": "Apollo_14"
},
{
"subject": "Alan_Shepard",
"property": "dateOfRetirement",
"object": "\"1974-08-01\""
},
{
"subject": "Apollo_14",
"property": "operator",
"object": "NASA"
}
] |
(X (X) (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"In 1957 Alan Shepard graduated from NWC with an M.A. and later became an Apollo 14 crew member as chosen by NASA before retiring on August 1st, 1974.",
"Alan Shepard was a crew member of the NASA operated Apollo 14. He graduated from NWC, MA in 1957 and retired on 1 August 1974."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Shepard",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Shepard",
"property:mission",
"resource:Apollo_14"
],
[
"resource:Alan_Shepard",
"property:date_of_retirement",
"1974-08-01"
],
[
"resource:Alan_Shepard",
"property:alma_mater",
"resource:NWC__M_A__1957"
],
[
"resource:Apollo_14",
"property:operator",
"resource:NASA"
]
] |
Alan_Shepard
|
[
{
"modified": "1974-08-01",
"readable": "1974-08-01",
"graph": "1974-08-01"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "dateOfRetirement",
"readable": "date of retirement",
"graph": "property:date_of_retirement"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "Alan_Shepard",
"readable": "Alan Shepard",
"graph": "resource:Alan_Shepard"
},
{
"modified": "Apollo_14",
"readable": "Apollo 14",
"graph": "resource:Apollo_14"
},
{
"modified": "NASA",
"readable": "NASA",
"graph": "resource:NASA"
},
{
"modified": "NWC, M.A. 1957",
"readable": "NWC, M.A. 1957",
"graph": "resource:NWC__M_A__1957"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { FILTER ( ?a = \"1974-08-01\" ) . ?q property:mission ?u . ?q property:date_of_retirement ?a . ?q rdf:type ontology:astronaut . ?u property:operator resource:NASA }",
"readable_query": "SELECT DISTINCT ?u WHERE { FILTER ( ?a = \"1974-08-01\" ) . ?q property:mission ?u . ?q property:date_of_retirement ?a . ?q rdf:type ontology:astronaut . ?u property:operator resource:NASA }",
"graph_answer": [
"resource:Apollo_14"
],
"readable_answer": [
"Apollo 14"
],
"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 { ?b rdf:type ontology:astronaut . ?b property:mission resource:Apollo_8 . ?b property:alma_mater ?e }",
"readable_query": "ASK WHERE { ?b rdf:type ontology:astronaut . ?b property:mission resource:Apollo_8 . ?b property:alma_mater ?e }",
"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"
]
}
] |
|
Astronaut
| 3 |
6140
|
Id40
|
[
{
"subject": "Dallas",
"property": "partsType",
"object": "List_of_counties_in_Texas"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Dallas",
"property": "part",
"object": "Collin_County,_Texas"
}
] |
[
{
"subject": "Dallas",
"property": "partsType",
"object": "List_of_counties_in_Texas"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Dallas",
"property": "part",
"object": "Collin_County,_Texas"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Elliot See was born in Dallas, Collin County, Texas.",
"Elliot See was born in Dallas, located in the Collin County in Texas."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:birth_place",
"resource:Dallas"
],
[
"resource:Dallas",
"property:parts_type",
"resource:List_of_counties_in_Texas"
],
[
"resource:Dallas",
"property:part",
"resource:Collin_County__Texas"
]
] |
Elliot_See
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "part",
"readable": "part",
"graph": "property:part"
},
{
"modified": "partsType",
"readable": "parts type",
"graph": "property:parts_type"
},
{
"modified": "Collin_County,_Texas",
"readable": "Collin County, Texas",
"graph": "resource:Collin_County__Texas"
},
{
"modified": "Dallas",
"readable": "Dallas",
"graph": "resource:Dallas"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "List_of_counties_in_Texas",
"readable": "List of counties in Texas",
"graph": "resource:List_of_counties_in_Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 'd' ) ) . ?u property:birth_place ?v . ?v property:part resource:Collin_County__Texas . ?u rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?u WHERE { FILTER ( STRSTARTS ( LCASE ( ?v ) , 'd' ) ) . ?u property:birth_place ?v . ?v property:part resource:Collin_County,_Texas . ?u rdf:type ontology:astronaut }",
"graph_answer": [
"resource:Elliot_See"
],
"readable_answer": [
"Elliot See"
],
"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 ?p WHERE { ?p property:part resource:Collin_County__Texas . resource:Elliot_See rdf:type ontology:astronaut . resource:Elliot_See property:birth_place ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:part resource:Collin_County,_Texas . resource:Elliot_See rdf:type ontology:astronaut . resource:Elliot_See property:birth_place ?p }",
"graph_answer": [
"resource:Dallas"
],
"readable_answer": [
"Dallas"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Dallas property:temperature ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Dallas property:temperature ?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"
]
}
] |
|
Astronaut
| 7 |
13103
|
Id70
|
[
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "affiliations",
"object": "University_of_Texas_System"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Elliot_See",
"property": "birthDate",
"object": "\"1927-07-23\"^^xsd:date"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "athletics",
"object": "Big_12_Conference"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
}
] |
[
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "affiliation",
"object": "University_of_Texas_System"
},
{
"subject": "Elliot_See",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Elliot_See",
"property": "birthDate",
"object": "\"1927-07-23\""
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "University_of_Texas_at_Austin",
"property": "competeIn",
"object": "Big_12_Conference"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
}
] |
(X (X) (X) (X) (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Elliot see was born on July 23, 1927 in Dallas. He attended the U of Texas at Austin, which is a part of the U of Texas system and part of the big 12 conference. He worked as a test pilot, and died in St. Louis.",
"Elliot See was born on July 23, 1927 in Dallas. He attended the U of Texas at Austin which is affiliated with the U of Texas system and is part of the big 12 conference. See worked as a test pilot and passed away in St. Louis.",
"Elliot See was born in Dallas on the 23rd July, 1927. He attended the University of Texas at Austin, which is affiliated to the university of Texas system and is competing in the Big 12 Conference. Elliot See was a test pilot, who died in St Louis."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:occupation",
"resource:Test_pilot"
],
[
"resource:Elliot_See",
"property:birth_date",
"1927-07-23"
],
[
"resource:Elliot_See",
"property:alma_mater",
"resource:University_of_Texas_at_Austin"
],
[
"resource:Elliot_See",
"property:birth_place",
"resource:Dallas"
],
[
"resource:University_of_Texas_at_Austin",
"property:compete_in",
"resource:Big_12_Conference"
],
[
"resource:University_of_Texas_at_Austin",
"property:affiliation",
"resource:University_of_Texas_System"
]
] |
Elliot_See
|
[
{
"modified": "1927-07-23",
"readable": "1927-07-23",
"graph": "1927-07-23"
},
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "competeIn",
"readable": "compete in",
"graph": "property:compete_in"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "occupation",
"readable": "occupation",
"graph": "property:occupation"
},
{
"modified": "Big_12_Conference",
"readable": "Big 12 Conference",
"graph": "resource:Big_12_Conference"
},
{
"modified": "Dallas",
"readable": "Dallas",
"graph": "resource:Dallas"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "University_of_Texas_System",
"readable": "University of Texas System",
"graph": "resource:University_of_Texas_System"
},
{
"modified": "University_of_Texas_at_Austin",
"readable": "University of Texas at Austin",
"graph": "resource:University_of_Texas_at_Austin"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?s = \"1927-07-23\" ) . ?t rdf:type ontology:astronaut . ?t property:alma_mater ?c . ?c property:affiliation resource:University_of_Texas_System . ?t property:birth_date ?s }",
"readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( ?s = \"1927-07-23\" ) . ?t rdf:type ontology:astronaut . ?t property:alma_mater ?c . ?c property:affiliation resource:University_of_Texas_System . ?t property:birth_date ?s }",
"graph_answer": [
"resource:Elliot_See"
],
"readable_answer": [
"Elliot See"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { resource:Elliot_See property:alma_mater ?n . FILTER ( ?e = \"1927-07-23\" ) . ?n property:affiliation resource:University_of_Texas_System . resource:Elliot_See rdf:type ontology:astronaut . resource:Elliot_See property:birth_date ?e }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Elliot_See property:alma_mater ?n . FILTER ( ?e = \"1927-07-23\" ) . ?n property:affiliation resource:University_of_Texas_System . resource:Elliot_See rdf:type ontology:astronaut . resource:Elliot_See property:birth_date ?e }",
"graph_answer": [
"resource:University_of_Texas_at_Austin"
],
"readable_answer": [
"University of Texas at Austin"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s ?b WHERE { resource:Elliot_See property:birth_place ?b . resource:Elliot_See property:death_place ?s }",
"readable_query": "SELECT DISTINCT ?s ?b WHERE { resource:Elliot_See property:birth_place ?b . resource:Elliot_See property:death_place ?s }",
"graph_answer": [
"resource:St__Louis",
"resource:Dallas"
],
"readable_answer": [
"St. Louis",
"Dallas"
],
"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 ?b WHERE { resource:Elliot_See property:occupation ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:Elliot_See property:occupation ?b }",
"graph_answer": [
"resource:Test_pilot"
],
"readable_answer": [
"Test pilot"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 3 |
6768
|
Id56
|
[
{
"subject": "Anaheim,_California",
"property": "utcOffset",
"object": "\"−7\""
},
{
"subject": "Anaheim,_California",
"property": "areaCode",
"object": "657"
},
{
"subject": "Anaheim,_California",
"property": "areaTotal",
"object": "1.316e+08"
}
] |
[
{
"subject": "Anaheim,_California",
"property": "utcOffset",
"object": "\"-7\""
},
{
"subject": "Anaheim,_California",
"property": "areaCode",
"object": "657"
},
{
"subject": "Anaheim,_California",
"property": "areaTotal",
"object": "131.6 (square kilometres)"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Anaheim, California has a UTC offset of - 7,its area code is 657 and has a total area of 131.6 square kilometres.",
"Anaheim, California, covers an area of 131.6 square kilometres, has the area code 657 and an UTC offset of -7.",
"With a total area of 131.6 sq km, Anaheim, California has a UTC offset of - 7, and the area code 657."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Anaheim__California",
"property:area_total",
"131.6 (square kilometres)"
],
[
"resource:Anaheim__California",
"property:area_code",
"657"
],
[
"resource:Anaheim__California",
"rdf:type",
"ontology:city"
],
[
"resource:Anaheim__California",
"property:utc_offset",
"resource:_7"
]
] |
Anaheim,_California
|
[
{
"modified": "131.6 (square kilometres)",
"readable": "131.6",
"graph": "131.6 (square kilometres)"
},
{
"modified": "657",
"readable": "657",
"graph": "657"
},
{
"modified": "areaCode",
"readable": "area code",
"graph": "property:area_code"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "utcOffset",
"readable": "utc offset",
"graph": "property:utc_offset"
},
{
"modified": "Anaheim,_California",
"readable": "Anaheim, California",
"graph": "resource:Anaheim__California"
},
{
"modified": "-7",
"readable": "-7",
"graph": "resource:_7"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { ?a rdf:type ontology:city . ?a property:utc_offset ?p . FILTER ( ?u = '657' ) . ?a property:area_code ?u }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?a rdf:type ontology:city . ?a property:utc_offset ?p . FILTER ( ?u = '657' ) . ?a property:area_code ?u }",
"graph_answer": [
"resource:_7"
],
"readable_answer": [
"-7"
],
"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 ( ?r ) AS ?k ) WHERE { ?r property:utc_offset resource:_7 . ?r rdf:type ontology:city }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?k ) WHERE { ?r property:utc_offset resource:-7 . ?r rdf:type ontology:city }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:city . ?q property:utc_offset resource:_7 }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:city . ?q property:utc_offset resource:-7 }",
"graph_answer": [
"resource:Anaheim__California"
],
"readable_answer": [
"Anaheim, California"
],
"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 ?f WHERE { resource:Anaheim__California property:parts_type ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Anaheim,_California property:parts_type ?f }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician
| 2 |
5010
|
Id2
|
[
{
"subject": "Aaron_S._Daggett",
"property": "battles",
"object": "American_Civil_War"
},
{
"subject": "Aaron_S._Daggett",
"property": "award",
"object": "Purple_Heart"
}
] |
[
{
"subject": "Aaron_S._Daggett",
"property": "battle",
"object": "American_Civil_War"
},
{
"subject": "Aaron_S._Daggett",
"property": "award",
"object": "Purple_Heart"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron S. Daggett fought in the American Civil War. He was given the Purple Heart.",
"Aaron S. Daggett fought in battles in the American Civil War and was awarded the Purple Heart.",
"Aaron S. Daggett, fought in the American Civil War, and was awarded the Purple Heart."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aaron_S__Daggett",
"property:award",
"resource:Purple_Heart"
],
[
"resource:Aaron_S__Daggett",
"rdf:type",
"ontology:politician"
],
[
"resource:Aaron_S__Daggett",
"property:battle",
"resource:American_Civil_War"
]
] |
Aaron_S._Daggett
|
[
{
"modified": "award",
"readable": "award",
"graph": "property:award"
},
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "Aaron_S._Daggett",
"readable": "Aaron S. Daggett",
"graph": "resource:Aaron_S__Daggett"
},
{
"modified": "American_Civil_War",
"readable": "American Civil War",
"graph": "resource:American_Civil_War"
},
{
"modified": "Purple_Heart",
"readable": "Purple Heart",
"graph": "resource:Purple_Heart"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?b ) WHERE { resource:Aaron_S__Daggett property:battle ?t }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?b ) WHERE { resource:Aaron_S._Daggett property:battle ?t }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { resource:Aaron_S__Daggett property:battle ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Aaron_S._Daggett property:battle ?c }",
"graph_answer": [
"resource:American_Civil_War"
],
"readable_answer": [
"American Civil War"
],
"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 ?z WHERE { resource:Aaron_S__Daggett property:category ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Aaron_S._Daggett property:category ?z }",
"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"
]
}
] |
|
Politician
| 2 |
5212
|
Id204
|
[
{
"subject": "Alfred_N._Phillips",
"property": "militaryBranch",
"object": "United_States_Army"
},
{
"subject": "United_States_Army",
"property": "battles",
"object": "Whiskey_Rebellion"
}
] |
[
{
"subject": "Alfred_N._Phillips",
"property": "militaryBranch",
"object": "United_States_Army"
},
{
"subject": "United_States_Army",
"property": "battle",
"object": "Whiskey_Rebellion"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfred N. Phillips was a member of the US Army, which fought in the Whiskey Rebellion.",
"Alfred N Phillips was a member of the US Army. The army fought in the Whiskey Rebellion Battle.",
"Alfred N. Phillips served in the United States, Army which took part in the Whiskey Rebellion."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States_Army",
"property:battle",
"resource:Whiskey_Rebellion"
],
[
"resource:Alfred_N__Phillips",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfred_N__Phillips",
"property:military_branch",
"resource:United_States_Army"
]
] |
Alfred_N._Phillips
|
[
{
"modified": "battle",
"readable": "battle",
"graph": "property:battle"
},
{
"modified": "militaryBranch",
"readable": "military branch",
"graph": "property:military_branch"
},
{
"modified": "Alfred_N._Phillips",
"readable": "Alfred N. Phillips",
"graph": "resource:Alfred_N__Phillips"
},
{
"modified": "United_States_Army",
"readable": "United States Army",
"graph": "resource:United_States_Army"
},
{
"modified": "Whiskey_Rebellion",
"readable": "Whiskey Rebellion",
"graph": "resource:Whiskey_Rebellion"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States_Army property:battle resource:Whiskey_Rebellion }",
"readable_query": "ASK WHERE { resource:United_States_Army property:battle resource:Whiskey_Rebellion }",
"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 ?e WHERE { resource:Alfred_N__Phillips property:literary_genre ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Alfred_N._Phillips property:literary_genre ?e }",
"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 |
9991
|
Id280
|
[
{
"subject": "Java",
"property": "ethnicGroup",
"object": "Baduy"
},
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Singapore"
},
{
"subject": "Singapore",
"property": "leaderName",
"object": "Tony_Tan"
},
{
"subject": "Ayam_penyet",
"property": "country",
"object": "Java"
}
] |
[
{
"subject": "Java",
"property": "ethnicGroup",
"object": "Baduy"
},
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Singapore"
},
{
"subject": "Singapore",
"property": "leader",
"object": "Tony_Tan"
},
{
"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 originates from Singapore and Tony Tan is the country's leader. It can also be found in Java where Baduy people are one of the ethnic groups.",
"Baduy is an ethnic group of Java, where the dish ayam penyet can be found. This dish is from the Singapore region, where Tony Tan is a leader.",
"Ayam penyet is a dish from Java, where the Baduy are an ethnic group. The dish comes from Singapore where Tony Tan is the leader."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Java",
"property:ethnic_group",
"resource:Baduy"
],
[
"resource:Singapore",
"property:leader",
"resource:Tony_Tan"
],
[
"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": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Ayam_penyet",
"readable": "Ayam penyet",
"graph": "resource:Ayam_penyet"
},
{
"modified": "Baduy",
"readable": "Baduy",
"graph": "resource:Baduy"
},
{
"modified": "Java",
"readable": "Java",
"graph": "resource:Java"
},
{
"modified": "Singapore",
"readable": "Singapore",
"graph": "resource:Singapore"
},
{
"modified": "Tony_Tan",
"readable": "Tony Tan",
"graph": "resource:Tony_Tan"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?a ) WHERE { ?t property:leader resource:Tony_Tan . ?f rdf:type ontology:food . ?f property:country resource:Java . ?f property:region ?t }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?a ) WHERE { ?t property:leader resource:Tony_Tan . ?f rdf:type ontology:food . ?f property:country resource:Java . ?f property:region ?t }",
"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 rdf:type ontology:food . ?i property:country resource:Java . ?s property:leader resource:Tony_Tan . ?i property:region ?s }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . ?i property:country resource:Java . ?s property:leader resource:Tony_Tan . ?i property:region ?s }",
"graph_answer": [
"resource:Ayam_penyet"
],
"readable_answer": [
"Ayam penyet"
],
"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 ?l WHERE { resource:Ayam_penyet property:region ?l . ?l property:leader resource:Tony_Tan . resource:Ayam_penyet property:country resource:Java . resource:Ayam_penyet rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?l WHERE { resource:Ayam_penyet property:region ?l . ?l property:leader resource:Tony_Tan . resource:Ayam_penyet property:country resource:Java . resource:Ayam_penyet rdf:type ontology:food }",
"graph_answer": [
"resource:Singapore"
],
"readable_answer": [
"Singapore"
],
"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 ?e WHERE { resource:Java property:chief ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Java property:chief ?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
| 2 |
3235
|
Id40
|
[
{
"subject": "Afonso_Pena_International_Airport",
"property": "operator",
"object": "Infraero"
},
{
"subject": "Infraero",
"property": "location",
"object": "Brazil"
}
] |
[
{
"subject": "Afonso_Pena_International_Airport",
"property": "operatingOrganisation",
"object": "Infraero"
},
{
"subject": "Infraero",
"property": "location",
"object": "Brazil"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Infraero in Brazil, operates Afonso Pena International Airport.",
"Afonso Pena International Airport is operated by Infraero who are located in Brazil."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Infraero",
"property:location",
"resource:Brazil"
],
[
"resource:Afonso_Pena_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"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": "Brazil",
"readable": "Brazil",
"graph": "resource:Brazil"
},
{
"modified": "Infraero",
"readable": "Infraero",
"graph": "resource:Infraero"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?w WHERE { ?w property:location resource:Brazil . ?k property:operating_organisation ?w . ?k rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?k ?w WHERE { ?w property:location resource:Brazil . ?k property:operating_organisation ?w . ?k rdf:type ontology:airport }",
"graph_answer": [
"resource:Afonso_Pena_International_Airport",
"resource:Infraero"
],
"readable_answer": [
"Afonso Pena International Airport",
"Infraero"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist
| 4 |
8644
|
Id36
|
[
{
"subject": "Abradab",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Jazz"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigins",
"object": "Disco"
}
] |
[
{
"subject": "Abradab",
"property": "genre",
"object": "Hip_hop_music"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Jazz"
},
{
"subject": "Hip_hop_music",
"property": "derivative",
"object": "Drum_and_bass"
},
{
"subject": "Hip_hop_music",
"property": "stylisticOrigin",
"object": "Disco"
}
] |
(X (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Hip Hop music has origins in Disco and Jazz and influences Drum and Bass. Abradab is a Hip Hop musician.",
"The musical genre of Abradab is hip hop music which originated from jazz music and has its origins in Disco. Drum and bass derives its sounds from hip hop music.",
"Drum and bass is a derivative of Hip Hop music (as performed by Abradab) which has its stylistic origins in Jazz and Disco."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abradab",
"rdf:type",
"ontology:artist"
],
[
"resource:Abradab",
"property:genre",
"resource:Hip_hop_music"
],
[
"resource:Hip_hop_music",
"property:derivative",
"resource:Drum_and_bass"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Disco"
],
[
"resource:Hip_hop_music",
"property:stylistic_origin",
"resource:Jazz"
]
] |
Abradab
|
[
{
"modified": "derivative",
"readable": "derivative",
"graph": "property:derivative"
},
{
"modified": "genre",
"readable": "genre",
"graph": "property:genre"
},
{
"modified": "stylisticOrigin",
"readable": "stylistic origin",
"graph": "property:stylistic_origin"
},
{
"modified": "Abradab",
"readable": "Abradab",
"graph": "resource:Abradab"
},
{
"modified": "Disco",
"readable": "Disco",
"graph": "resource:Disco"
},
{
"modified": "Drum_and_bass",
"readable": "Drum and bass",
"graph": "resource:Drum_and_bass"
},
{
"modified": "Hip_hop_music",
"readable": "Hip hop music",
"graph": "resource:Hip_hop_music"
},
{
"modified": "Jazz",
"readable": "Jazz",
"graph": "resource:Jazz"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?t ) WHERE { resource:Hip_hop_music property:coach ?k }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?t ) WHERE { resource:Hip_hop_music property:coach ?k }",
"graph_answer": [
"0"
],
"readable_answer": [
"0"
],
"type": [
"complete",
"non_sense",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?a ) WHERE { resource:Hip_hop_music property:stylistic_origin ?m }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?a ) WHERE { resource:Hip_hop_music property:stylistic_origin ?m }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { resource:Hip_hop_music property:stylistic_origin ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Hip_hop_music property:stylistic_origin ?i }",
"graph_answer": [
"resource:Disco",
"resource:Jazz"
],
"readable_answer": [
"Disco",
"Jazz"
],
"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:Hip_hop_music property:derivative resource:Drum_and_bass }",
"readable_query": "ASK WHERE { resource:Hip_hop_music property:derivative resource:Drum_and_bass }",
"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 ?g WHERE { ?g property:genre resource:Hip_hop_music . ?g rdf:type ontology:artist }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:genre resource:Hip_hop_music . ?g rdf:type ontology:artist }",
"graph_answer": [
"resource:Abradab"
],
"readable_answer": [
"Abradab"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
CelestialBody
| 3 |
6704
|
Id121
|
[
{
"subject": "110_Lydia",
"property": "temperature",
"object": "\"168.0\"^^xsd:double"
},
{
"subject": "110_Lydia",
"property": "escapeVelocity",
"object": "\"0.0455\"^^<http://dbpedia.org/datatype/kilometrePerSecond>"
},
{
"subject": "110_Lydia",
"property": "Planet/apoapsis",
"object": "\"4.40756E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] |
[
{
"subject": "110_Lydia",
"property": "escapeVelocity",
"object": "0.0455 (kilometrePerSeconds)"
},
{
"subject": "110_Lydia",
"property": "temperature",
"object": "168.0 (kelvins)"
},
{
"subject": "110_Lydia",
"property": "apoapsis",
"object": "440756000.0 (kilometres)"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"With an escape velocity of 0.0455 km/s, 110 Lydia, has a temperature of 168.0 kelvins and an apoapsis of 440756000.0 kilometres.",
"At a temperature of 168.0 kelvins, and with an escape velocity of 0.0455 kilometres per second, 110 Lydia has an apoapsis of, 440756000.0 kilometres.",
"110 Lydia has an escape velocity of 0.0455 km per sec, a temperature of 168 kelvins and an apoapsis of 440756000.0 (kilometres)."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:110_Lydia",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:110_Lydia",
"property:temperature",
"168.0 (kelvins)"
],
[
"resource:110_Lydia",
"property:apoapsis",
"440756000.0 (kilometres)"
],
[
"resource:110_Lydia",
"property:escape_velocity",
"0.0455 (kilometrePerSeconds)"
]
] |
110_Lydia
|
[
{
"modified": "0.0455 (kilometrePerSeconds)",
"readable": "0.0455",
"graph": "0.0455 (kilometrePerSeconds)"
},
{
"modified": "168.0 (kelvins)",
"readable": "168.0",
"graph": "168.0 (kelvins)"
},
{
"modified": "440756000.0 (kilometres)",
"readable": "440756000.0",
"graph": "440756000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "escapeVelocity",
"readable": "escape velocity",
"graph": "property:escape_velocity"
},
{
"modified": "temperature",
"readable": "temperature",
"graph": "property:temperature"
},
{
"modified": "110_Lydia",
"readable": "110 Lydia",
"graph": "resource:110_Lydia"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?l property:escape_velocity '0.0348 (kilometrePerSeconds)' . ?l rdf:type ontology:celestial_body . ?l property:temperature ?k }",
"readable_query": "ASK WHERE { ?l property:escape_velocity '0.0348 (kilometrePerSeconds)' . ?l rdf:type ontology:celestial_body . ?l property:temperature ?k }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
University
| 3 |
8106
|
Id10
|
[
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "numberOfStudents",
"object": "\"600\"^^xsd:nonNegativeInteger"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "faculty",
"object": "100"
}
] |
[
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "city",
"object": "Mendrisio"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "numberOfStudents",
"object": "600"
},
{
"subject": "Accademia_di_Architettura_di_Mendrisio",
"property": "academicStaffSize",
"object": "100"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Accademia di Architettura di Mendrisio is in Mendrisio. It has 600 students and an academic staff of 100.",
"The Accademia di Architettura di Mendrisio has a staff compliment of 100 and 600 students.",
"The Accademia di Architettura di Mendrisio is located in the city of Mendrisio. It has an academic staff of 100 and a total of 600 students."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:city",
"resource:Mendrisio"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"rdf:type",
"ontology:university"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:number_of_students",
"600"
],
[
"resource:Accademia_di_Architettura_di_Mendrisio",
"property:academic_staff_size",
"100"
]
] |
Accademia_di_Architettura_di_Mendrisio
|
[
{
"modified": "100",
"readable": "100",
"graph": "100"
},
{
"modified": "600",
"readable": "600",
"graph": "600"
},
{
"modified": "academicStaffSize",
"readable": "academic staff size",
"graph": "property:academic_staff_size"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "numberOfStudents",
"readable": "number of students",
"graph": "property:number_of_students"
},
{
"modified": "Accademia_di_Architettura_di_Mendrisio",
"readable": "Accademia di Architettura di Mendrisio",
"graph": "resource:Accademia_di_Architettura_di_Mendrisio"
},
{
"modified": "Mendrisio",
"readable": "Mendrisio",
"graph": "resource:Mendrisio"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?o property:city ?i . ?o property:academic_staff_size ?y . ?o rdf:type ontology:university . FILTER ( ?y != '100' ) }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?o property:city ?i . ?o property:academic_staff_size ?y . ?o rdf:type ontology:university . FILTER ( ?y != '100' ) }",
"graph_answer": [
"resource:Mendrisio"
],
"readable_answer": [
"Mendrisio"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:university . ?d property:academic_staff_size ?r . ?d property:city resource:Mendrisio . FILTER ( ?r != '100' ) }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:university . ?d property:academic_staff_size ?r . ?d property:city resource:Mendrisio . FILTER ( ?r != '100' ) }",
"graph_answer": [
"resource:Accademia_di_Architettura_di_Mendrisio"
],
"readable_answer": [
"Accademia di Architettura di Mendrisio"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:production_end_year ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:Accademia_di_Architettura_di_Mendrisio property:production_end_year ?f }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete
| 3 |
6181
|
Id17
|
[
{
"subject": "Aaron_Hunt",
"property": "team",
"object": "VfL_Wolfsburg"
},
{
"subject": "VfL_Wolfsburg",
"property": "manager",
"object": "Dieter_Hecking"
},
{
"subject": "Aaron_Hunt",
"property": "clubs",
"object": "Hamburger_SV"
}
] |
[
{
"subject": "Aaron_Hunt",
"property": "club",
"object": "VfL_Wolfsburg"
},
{
"subject": "VfL_Wolfsburg",
"property": "manager",
"object": "Dieter_Hecking"
},
{
"subject": "Aaron_Hunt",
"property": "club",
"object": "Hamburger_SV"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Aaron Hunt, whose club is VfL Wolfsburg managed by Dieter Hecking, has also played for Hamburger SV.",
"Aaron Hunt has played for Hamburger SV and for Vfl Wolfsburg, which is managed by Dieter Hecking."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:VfL_Wolfsburg",
"property:manager",
"resource:Dieter_Hecking"
],
[
"resource:Aaron_Hunt",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aaron_Hunt",
"property:club",
"resource:Hamburger_SV"
],
[
"resource:Aaron_Hunt",
"property:club",
"resource:VfL_Wolfsburg"
]
] |
Aaron_Hunt
|
[
{
"modified": "club",
"readable": "club",
"graph": "property:club"
},
{
"modified": "manager",
"readable": "manager",
"graph": "property:manager"
},
{
"modified": "Aaron_Hunt",
"readable": "Aaron Hunt",
"graph": "resource:Aaron_Hunt"
},
{
"modified": "Dieter_Hecking",
"readable": "Dieter Hecking",
"graph": "resource:Dieter_Hecking"
},
{
"modified": "Hamburger_SV",
"readable": "Hamburger SV",
"graph": "resource:Hamburger_SV"
},
{
"modified": "VfL_Wolfsburg",
"readable": "VfL Wolfsburg",
"graph": "resource:VfL_Wolfsburg"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?r ) WHERE { resource:Aaron_Hunt property:club ?f }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?r ) WHERE { resource:Aaron_Hunt property:club ?f }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?j property:manager resource:Christian_Panucci }",
"readable_query": "ASK WHERE { ?j property:manager resource:Christian_Panucci }",
"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:Dieter_Hecking }",
"readable_query": "ASK WHERE { ?m property:manager resource:Dieter_Hecking }",
"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 ?v WHERE { ?v property:manager resource:Dieter_Hecking }",
"readable_query": "SELECT ?v WHERE { ?v property:manager resource:Dieter_Hecking }",
"graph_answer": [
"resource:VfL_Wolfsburg"
],
"readable_answer": [
"VfL Wolfsburg"
],
"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"
]
}
] |
|
Airport
| 5 |
11145
|
Id194
|
[
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "isPartOf",
"object": "Community_of_Madrid"
},
{
"subject": "ENAIRE",
"property": "locationCity",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
},
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "country",
"object": "Spain"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operator",
"object": "ENAIRE"
}
] |
[
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "isPartOf",
"object": "Community_of_Madrid"
},
{
"subject": "ENAIRE",
"property": "city",
"object": "Madrid"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "location",
"object": "San_Sebastián_de_los_Reyes"
},
{
"subject": "San_Sebastián_de_los_Reyes",
"property": "country",
"object": "Spain"
},
{
"subject": "Adolfo_Suárez_Madrid–Barajas_Airport",
"property": "operatingOrganisation",
"object": "ENAIRE"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"ENAIRE in the city of Madrid is the operator of Adolfo Suárez Madrid–Barajas Airport which is located in San Sebastian de los Reyes, part of the Community of Madrid in Spain.",
"ENAIRE is located in the city of Madrid and operates Adolfo Suárez Madrid–Barajas Airport. The airport is in San Sebastian de los Reyes which is part of the Community of Madrid in Spain.",
"Adolfo Suárez Madrid–Barajas Airport is found in San Sebastián de los Reyes which is located in Spain and considered part of the community of Madrid. this airport is operated by ENAIRE which also in the city of Madrid."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:San_Sebasti_n_de_los_Reyes",
"property:country",
"resource:Spain"
],
[
"resource:San_Sebasti_n_de_los_Reyes",
"property:is_part_of",
"resource:Community_of_Madrid"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:location",
"resource:San_Sebasti_n_de_los_Reyes"
],
[
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport",
"property:operating_organisation",
"resource:ENAIRE"
],
[
"resource:ENAIRE",
"property:city",
"resource:Madrid"
]
] |
Adolfo_Suárez_Madrid–Barajas_Airport
|
[
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "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": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Adolfo_Suárez_Madrid–Barajas_Airport",
"readable": "Adolfo Suárez Madrid–Barajas Airport",
"graph": "resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
},
{
"modified": "Community_of_Madrid",
"readable": "Community of Madrid",
"graph": "resource:Community_of_Madrid"
},
{
"modified": "ENAIRE",
"readable": "ENAIRE",
"graph": "resource:ENAIRE"
},
{
"modified": "Madrid",
"readable": "Madrid",
"graph": "resource:Madrid"
},
{
"modified": "San_Sebastián_de_los_Reyes",
"readable": "San Sebastián de los Reyes",
"graph": "resource:San_Sebasti_n_de_los_Reyes"
},
{
"modified": "Spain",
"readable": "Spain",
"graph": "resource:Spain"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?x ) WHERE { resource:ENAIRE property:city ?j }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?x ) WHERE { resource:ENAIRE property:city ?j }",
"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 ?r WHERE { FILTER ( CONTAINS ( LCASE ( ?r ) , 'adolfo' ) ) . ?o property:is_part_of resource:Community_of_Madrid . ?r property:location ?o . ?r rdf:type ontology:airport }",
"readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( CONTAINS ( LCASE ( ?r ) , 'adolfo' ) ) . ?o property:is_part_of resource:Community_of_Madrid . ?r property:location ?o . ?r rdf:type ontology:airport }",
"graph_answer": [
"resource:Adolfo_Su_rez_Madrid_Barajas_Airport"
],
"readable_answer": [
"Adolfo Suárez Madrid–Barajas Airport"
],
"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 ?g ?a WHERE { resource:Adolfo_Su_rez_Madrid_Barajas_Airport property:location ?a . ?a property:country ?g }",
"readable_query": "SELECT DISTINCT ?g ?a WHERE { resource:Adolfo_Suárez_Madrid–Barajas_Airport property:location ?a . ?a property:country ?g }",
"graph_answer": [
"resource:Spain",
"resource:San_Sebasti_n_de_los_Reyes"
],
"readable_answer": [
"Spain",
"San Sebastián de los Reyes"
],
"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"
]
}
] |
|
Astronaut
| 6 |
12839
|
Id9
|
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selection",
"object": "1963"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\"@en"
}
] |
[
{
"subject": "Alan_Bean",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selectedByNasa",
"object": "1963"
},
{
"subject": "Alan_Bean",
"property": "status",
"object": "\"Retired\""
}
] |
(X (X) (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alan Bean was a United States test pilot and member of Apollo 12. He was born in Wheeler, Texas. He was selected by NASA in 1963 and is now retired.",
"American Alan Bean is originally from Wheeler in Texas and went on to become a test pilot. He joined NASA in 1963 and became a member of Apollo 12 before he retired."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Bean",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Alan_Bean",
"property:status",
"resource:Retired"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:mission",
"resource:Apollo_12"
],
[
"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": "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": "status",
"readable": "status",
"graph": "property:status"
},
{
"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": "Retired",
"readable": "Retired",
"graph": "resource:Retired"
},
{
"modified": "Test_pilot",
"readable": "Test pilot",
"graph": "resource:Test_pilot"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Wheeler,_Texas",
"readable": "Wheeler, Texas",
"graph": "resource:Wheeler__Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?d ) WHERE { ?e rdf:type ontology:astronaut . ?e property:birth_place resource:Wheeler__Texas }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?d ) WHERE { ?e rdf:type ontology:astronaut . ?e property:birth_place resource:Wheeler,_Texas }",
"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 ?h WHERE { ?h property:birth_place resource:Wheeler__Texas . ?h rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?h property:birth_place resource:Wheeler,_Texas . ?h rdf:type ontology:astronaut }",
"graph_answer": [
"resource:Alan_Bean"
],
"readable_answer": [
"Alan Bean"
],
"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 ?g ?d WHERE { resource:Alan_Bean property:mission ?d . resource:Alan_Bean property:occupation ?g }",
"readable_query": "SELECT DISTINCT ?g ?d WHERE { resource:Alan_Bean property:mission ?d . resource:Alan_Bean property:occupation ?g }",
"graph_answer": [
"resource:Test_pilot",
"resource:Apollo_12"
],
"readable_answer": [
"Test pilot",
"Apollo 12"
],
"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 ?a ?i WHERE { resource:Alan_Bean property:nationality ?i . resource:Alan_Bean property:selected_by_nasa ?a }",
"readable_query": "SELECT DISTINCT ?a ?i WHERE { resource:Alan_Bean property:nationality ?i . resource:Alan_Bean property:selected_by_nasa ?a }",
"graph_answer": [
"resource:1963",
"resource:United_States"
],
"readable_answer": [
"1963",
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?e WHERE { resource:Alan_Bean property:distributing_company ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Alan_Bean property:distributing_company ?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"
]
}
] |
|
Astronaut
| 5 |
11394
|
Id11
|
[
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\"^^xsd:date"
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selection",
"object": "1963"
}
] |
[
{
"subject": "Alan_Bean",
"property": "occupation",
"object": "Test_pilot"
},
{
"subject": "Alan_Bean",
"property": "birthDate",
"object": "\"1932-03-15\""
},
{
"subject": "Alan_Bean",
"property": "mission",
"object": "Apollo_12"
},
{
"subject": "Alan_Bean",
"property": "birthPlace",
"object": "Wheeler,_Texas"
},
{
"subject": "Alan_Bean",
"property": "selectedByNasa",
"object": "1963"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alan Bean was born on the 15th March 1932 in Wheeler, Texas. He was a test pilot and he was chosen by NASA in 1963. He served as a crew member on Apollo 12.",
"Alan Bean was born in Wheeler, Texas on March 15th 1932. He then went on to become a test pilot and joined NASA in 1963 where he became a part of the Apollo 12 crew."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Bean",
"property:selected_by_nasa",
"resource:1963"
],
[
"resource:Alan_Bean",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Bean",
"property:mission",
"resource:Apollo_12"
],
[
"resource:Alan_Bean",
"property: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": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"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": "Apollo_12",
"readable": "Apollo 12",
"graph": "resource:Apollo_12"
},
{
"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 ?f WHERE { ?q rdf:type ontology:astronaut . FILTER ( ?l = \"1932-03-15\" ) . ?q property:birth_date ?l . ?q property:birth_place ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?q rdf:type ontology:astronaut . FILTER ( ?l = \"1932-03-15\" ) . ?q property:birth_date ?l . ?q property:birth_place ?f }",
"graph_answer": [
"resource:Wheeler__Texas"
],
"readable_answer": [
"Wheeler, Texas"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?m property:birth_place resource:Lincoln__Nebraska . ?m rdf:type ontology:astronaut . ?m property:occupation ?z }",
"readable_query": "ASK WHERE { ?m property:birth_place resource:Lincoln,_Nebraska . ?m rdf:type ontology:astronaut . ?m property:occupation ?z }",
"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 |
7981
|
Id54
|
[
{
"subject": "A.E_Dimitra_Efxeinoupolis",
"property": "location",
"object": "Greece"
},
{
"subject": "Greece",
"property": "leaderName",
"object": "Alexis_Tsipras"
},
{
"subject": "Greece",
"property": "leader",
"object": "Nikos_Voutsis"
}
] |
[
{
"subject": "A.E_Dimitra_Efxeinoupolis",
"property": "location",
"object": "Greece"
},
{
"subject": "Greece",
"property": "leader",
"object": "Alexis_Tsipras"
},
{
"subject": "Greece",
"property": "leader",
"object": "Nikos_Voutsis"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The A.E Dimitra Efxeinoupolis club is located in Greece where two of the leaders are Alexis Tsipras and Nikos Voutsis.",
"A.E Dimitra Efxeinoupolis is located in Greece where the leader is Nikos Voutsis and Alexis Tsipras is at the head.",
"A.E Dimitra Efxeinoupolis is located in Greece, the leader of which is Alexis Tsipras and/or Nikos Voutsis."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_E_Dimitra_Efxeinoupolis",
"rdf:type",
"ontology:sports_team"
],
[
"resource:A_E_Dimitra_Efxeinoupolis",
"property:location",
"resource:Greece"
],
[
"resource:Greece",
"property:leader",
"resource:Alexis_Tsipras"
],
[
"resource:Greece",
"property:leader",
"resource:Nikos_Voutsis"
]
] |
A.E_Dimitra_Efxeinoupolis
|
[
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "A.E_Dimitra_Efxeinoupolis",
"readable": "A.E Dimitra Efxeinoupolis",
"graph": "resource:A_E_Dimitra_Efxeinoupolis"
},
{
"modified": "Alexis_Tsipras",
"readable": "Alexis Tsipras",
"graph": "resource:Alexis_Tsipras"
},
{
"modified": "Greece",
"readable": "Greece",
"graph": "resource:Greece"
},
{
"modified": "Nikos_Voutsis",
"readable": "Nikos Voutsis",
"graph": "resource:Nikos_Voutsis"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?q ?g WHERE { ?g property:leader resource:Nikos_Voutsis . ?q property:location ?g . ?q rdf:type ontology:sports_team }",
"readable_query": "SELECT DISTINCT ?q ?g WHERE { ?g property:leader resource:Nikos_Voutsis . ?q property:location ?g . ?q rdf:type ontology:sports_team }",
"graph_answer": [
"resource:A_E_Dimitra_Efxeinoupolis",
"resource:Greece"
],
"readable_answer": [
"A.E Dimitra Efxeinoupolis",
"Greece"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?z ) WHERE { resource:Greece property:leader ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?z ) WHERE { resource:Greece property:leader ?y }",
"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 ?j WHERE { FILTER ( ?j != resource:Nikos_Voutsis ) . resource:Greece property:leader ?j }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?j != resource:Nikos_Voutsis ) . resource:Greece property:leader ?j }",
"graph_answer": [
"resource:Alexis_Tsipras"
],
"readable_answer": [
"Alexis Tsipras"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?f ) WHERE { resource:Greece property:leader ?g . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?f ) WHERE { resource:Greece property:leader ?g . FILTER ( STRSTARTS ( LCASE ( ?g ) , 'a' ) ) }",
"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",
"comparison",
"string_comparison",
"single_intention"
]
}
] |
|
City
| 5 |
11821
|
Id42
|
[
{
"subject": "Amarillo,_Texas",
"property": "isPartOf",
"object": "Potter_County,_Texas"
},
{
"subject": "Potter_County,_Texas",
"property": "state",
"object": "Texas"
},
{
"subject": "Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Texas",
"property": "language",
"object": "Spanish_language"
}
] |
[
{
"subject": "Amarillo,_Texas",
"property": "isPartOf",
"object": "Potter_County,_Texas"
},
{
"subject": "Potter_County,_Texas",
"property": "state",
"object": "Texas"
},
{
"subject": "Texas",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "Texas",
"property": "language",
"object": "Spanish_language"
}
] |
(X (X (X (X) (X (X)))))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The United States, (capital Washington DC), is the location of the county of Texas, where Spanish is spoken. Texas is where you will find Amarillo, which is part of Potter County.",
"Amarillo is part of Potter County, in Texas, where Spanish is spoken. The state of Texas, is in the United States, where the capital is Washington, D.C.",
"Spanish is spoken in Texas where Amarillo can be found in Potter County, U.S. The capital of the United States is Washington D.C."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Texas",
"property:language",
"resource:Spanish_language"
],
[
"resource:Texas",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:Amarillo__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Amarillo__Texas",
"property:is_part_of",
"resource:Potter_County__Texas"
],
[
"resource:Potter_County__Texas",
"property:state",
"resource:Texas"
]
] |
Amarillo,_Texas
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "Amarillo,_Texas",
"readable": "Amarillo, Texas",
"graph": "resource:Amarillo__Texas"
},
{
"modified": "Potter_County,_Texas",
"readable": "Potter County, Texas",
"graph": "resource:Potter_County__Texas"
},
{
"modified": "Spanish_language",
"readable": "Spanish language",
"graph": "resource:Spanish_language"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { ?z property:capital resource:Washington__D_C_ . ?u property:country ?z . ?u property:language resource:Spanish_language }",
"readable_query": "SELECT DISTINCT ?z WHERE { ?z property:capital resource:Washington,_D.C. . ?u property:country ?z . ?u property:language resource:Spanish_language }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:United_States property:capital resource:Washington__D_C_ . ?s property:country resource:United_States . ?s property:language resource:Spanish_language }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:United_States property:capital resource:Washington,_D.C. . ?s property:country resource:United_States . ?s property:language resource:Spanish_language }",
"graph_answer": [
"resource:Texas"
],
"readable_answer": [
"Texas"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Potter_County__Texas property:state resource:Ohio }",
"readable_query": "ASK WHERE { resource:Potter_County,_Texas property:state resource:Ohio }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Artist
| 3 |
5885
|
Id31
|
[
{
"subject": "Aaron_Turner",
"property": "associatedBand",
"object": "Twilight_(band)"
},
{
"subject": "Aaron_Turner",
"property": "associatedMusicalArtist",
"object": "Lotus_Eaters_(band)"
},
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Black_metal"
}
] |
[
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "Twilight_(band)"
},
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "Lotus_Eaters_(band)"
},
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Black_metal"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Black metal musician Aaron Turner has played with the bands Twilight and Lotus Eaters.",
"Black metal musician Aaron Turner, played with the band Twilight and is in the Lotus Eaters band."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aaron_Turner",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:Lotus_Eaters__band_"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:Twilight__band_"
],
[
"resource:Aaron_Turner",
"property:genre",
"resource:Black_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": "Aaron_Turner",
"readable": "Aaron Turner",
"graph": "resource:Aaron_Turner"
},
{
"modified": "Black_metal",
"readable": "Black metal",
"graph": "resource:Black_metal"
},
{
"modified": "Lotus_Eaters_(band)",
"readable": "Lotus Eaters",
"graph": "resource:Lotus_Eaters__band_"
},
{
"modified": "Twilight_(band)",
"readable": "Twilight",
"graph": "resource:Twilight__band_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?e ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?f }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?e ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?f }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?s }",
"graph_answer": [
"resource:Lotus_Eaters__band_",
"resource:Twilight__band_"
],
"readable_answer": [
"Lotus Eaters",
"Twilight"
],
"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 { resource:Aaron_Turner property:genre ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:Aaron_Turner property:genre ?x }",
"graph_answer": [
"resource:Black_metal"
],
"readable_answer": [
"Black metal"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 3 |
6887
|
Id175
|
[
{
"subject": "Tarrant_County,_Texas",
"property": "largestCity",
"object": "Fort_Worth,_Texas"
},
{
"subject": "Arlington,_Texas",
"property": "subdivisionName",
"object": "Tarrant_County,_Texas"
},
{
"subject": "Arlington,_Texas",
"property": "isPartOf",
"object": "Texas"
}
] |
[
{
"subject": "Tarrant_County,_Texas",
"property": "largestCity",
"object": "Fort_Worth,_Texas"
},
{
"subject": "Arlington,_Texas",
"property": "isPartOf",
"object": "Tarrant_County,_Texas"
},
{
"subject": "Arlington,_Texas",
"property": "isPartOf",
"object": "Texas"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Arlington is part of Tarrant County, Texas where the largest city is Fort Worth.",
"Arlington is part of Tarrant County, Texas, where the largest city is Fort Worth.",
"Arlington, Tarrant County, is in Texas. The largest city also in Tarrant County, Texas, is Fort Worth."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Arlington__Texas",
"rdf:type",
"ontology:city"
],
[
"resource:Arlington__Texas",
"property:is_part_of",
"resource:Texas"
],
[
"resource:Arlington__Texas",
"property:is_part_of",
"resource:Tarrant_County__Texas"
],
[
"resource:Tarrant_County__Texas",
"property:largest_city",
"resource:Fort_Worth__Texas"
]
] |
Arlington,_Texas
|
[
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "largestCity",
"readable": "largest city",
"graph": "property:largest_city"
},
{
"modified": "Arlington,_Texas",
"readable": "Arlington, Texas",
"graph": "resource:Arlington__Texas"
},
{
"modified": "Fort_Worth,_Texas",
"readable": "Fort Worth, Texas",
"graph": "resource:Fort_Worth__Texas"
},
{
"modified": "Tarrant_County,_Texas",
"readable": "Tarrant County, Texas",
"graph": "resource:Tarrant_County__Texas"
},
{
"modified": "Texas",
"readable": "Texas",
"graph": "resource:Texas"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?s ) WHERE { ?r property:is_part_of resource:Texas . ?e property:largest_city resource:Fort_Worth__Texas . ?r rdf:type ontology:city . ?r property:is_part_of ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?s ) WHERE { ?r property:is_part_of resource:Texas . ?e property:largest_city resource:Fort_Worth,_Texas . ?r rdf:type ontology:city . ?r property:is_part_of ?e }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?c rdf:type ontology:city . ?c property:is_part_of ?n . ?c property:is_part_of resource:Texas . ?n property:largest_city resource:Fort_Worth__Texas }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?c rdf:type ontology:city . ?c property:is_part_of ?n . ?c property:is_part_of resource:Texas . ?n property:largest_city resource:Fort_Worth,_Texas }",
"graph_answer": [
"resource:Tarrant_County__Texas"
],
"readable_answer": [
"Tarrant County, Texas"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:city . ?m property:is_part_of resource:Texas . resource:Tarrant_County__Texas property:largest_city resource:Fort_Worth__Texas . ?m property:is_part_of resource:Tarrant_County__Texas }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m rdf:type ontology:city . ?m property:is_part_of resource:Texas . resource:Tarrant_County,_Texas property:largest_city resource:Fort_Worth,_Texas . ?m property:is_part_of resource:Tarrant_County,_Texas }",
"graph_answer": [
"resource:Arlington__Texas"
],
"readable_answer": [
"Arlington, Texas"
],
"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"
]
}
] |
|
Food
| 3 |
7176
|
Id89
|
[
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Singapore"
},
{
"subject": "Ayam_penyet",
"property": "country",
"object": "Java"
},
{
"subject": "Ayam_penyet",
"property": "ingredientName",
"object": "\"\\\"Squeezed\\\" or \\\"smashed\\\"fried chickenserved withsambal\""
}
] |
[
{
"subject": "Ayam_penyet",
"property": "region",
"object": "Singapore"
},
{
"subject": "Ayam_penyet",
"property": "country",
"object": "Java"
},
{
"subject": "Ayam_penyet",
"property": "mainIngredient",
"object": "\"Squeezed\" or \"smashed\" fried chicken served with sambal"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ayam penyet is a dish from the region of Singapore as well as from Java. The main ingredients of Ayam penyet are \"squeezed\" or \"smashed\" chicken served with sambal.",
"Ayam penyet's main ingredients are squeezed or smashed fried chicken served with sambal. The dish is from the region of Singapore and is also found in Java.",
"Ayam penyet's main ingredients are squeezed or smashed fried chicken served with sambal. It originates from Java and the Singapore region."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ayam_penyet",
"property:main_ingredient",
"resource:Squeezed"
],
[
"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": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Ayam_penyet",
"readable": "Ayam penyet",
"graph": "resource:Ayam_penyet"
},
{
"modified": "Java",
"readable": "Java",
"graph": "resource:Java"
},
{
"modified": "Singapore",
"readable": "Singapore",
"graph": "resource:Singapore"
},
{
"modified": "Squeezed",
"readable": "Squeezed",
"graph": "resource:Squeezed"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?r property:region resource:Singapore . ?r property:main_ingredient ?h . ?r rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?r property:region resource:Singapore . ?r property:main_ingredient ?h . ?r rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) }",
"graph_answer": [
"resource:Squeezed"
],
"readable_answer": [
"Squeezed"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?i ) , 'a' ) ) . ?i property:region resource:Singapore . ?i property:main_ingredient resource:Squeezed }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:food . FILTER ( STRSTARTS ( LCASE ( ?i ) , 'a' ) ) . ?i property:region resource:Singapore . ?i property:main_ingredient resource:Squeezed }",
"graph_answer": [
"resource:Ayam_penyet"
],
"readable_answer": [
"Ayam penyet"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Ayam_penyet property:spoken_in ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Ayam_penyet property:spoken_in ?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"
]
}
] |
|
WrittenWork
| 3 |
8191
|
Id37
|
[
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "abbreviation",
"object": "\"ACM Trans. Inf. Syst.\"@en"
},
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "discipline",
"object": "Computer_science"
},
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "lccn",
"object": "89646863"
}
] |
[
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "LCCN_number",
"object": "89646863"
},
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "abbreviation",
"object": "\"ACM Trans. Inf. Syst.\""
},
{
"subject": "ACM_Transactions_on_Information_Systems",
"property": "academicDiscipline",
"object": "Computer_science"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"ACM Transactions on Information Systems (abbreviated to ACM Trans. Inf. Syst) is part of the academic Discipline of Computer Science and has the LCCN number 89646863.",
"ACM Transactions on Information Systems, or, ACM Trans. Inf. Syst. is part of the Discipline of Computer Science. It can be found by the LCCN number 89646863."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:ACM_Transactions_on_Information_Systems",
"property:l_c_c_n_number",
"89646863"
],
[
"resource:ACM_Transactions_on_Information_Systems",
"property:abbreviation",
"ACM Trans. Inf. Syst."
],
[
"resource:ACM_Transactions_on_Information_Systems",
"rdf:type",
"ontology:written_work"
],
[
"resource:ACM_Transactions_on_Information_Systems",
"property:academic_discipline",
"resource:Computer_science"
]
] |
ACM_Transactions_on_Information_Systems
|
[
{
"modified": "89646863",
"readable": "89646863",
"graph": "89646863"
},
{
"modified": "ACM Trans. Inf. Syst.",
"readable": "ACM Trans. Inf. Syst.",
"graph": "ACM Trans. Inf. Syst."
},
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "LCCN_number",
"readable": "l c c n number",
"graph": "property:l_c_c_n_number"
},
{
"modified": "ACM_Transactions_on_Information_Systems",
"readable": "ACM Transactions on Information Systems",
"graph": "resource:ACM_Transactions_on_Information_Systems"
},
{
"modified": "Computer_science",
"readable": "Computer science",
"graph": "resource:Computer_science"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?x rdf:type ontology:written_work . FILTER ( ?s != '130000000' ) . ?x property:academic_discipline ?t . ?x property:l_c_c_n_number ?s }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?x rdf:type ontology:written_work . FILTER ( ?s != '130000000' ) . ?x property:academic_discipline ?t . ?x property:l_c_c_n_number ?s }",
"graph_answer": [
"resource:Computer_science"
],
"readable_answer": [
"Computer science"
],
"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 { ?j rdf:type ontology:written_work . ?j property:academic_discipline resource:Computer_science . ?j property:l_c_c_n_number '83646315' }",
"readable_query": "ASK WHERE { ?j rdf:type ontology:written_work . ?j property:academic_discipline resource:Computer_science . ?j property:l_c_c_n_number '83646315' }",
"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 property:l_c_c_n_number '89646863' . ?i rdf:type ontology:written_work . ?i property:academic_discipline resource:Computer_science }",
"readable_query": "ASK WHERE { ?i property:l_c_c_n_number '89646863' . ?i rdf:type ontology:written_work . ?i property:academic_discipline resource:Computer_science }",
"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 ?l WHERE { ?l rdf:type ontology:written_work . ?l property:l_c_c_n_number '89646863' . ?l property:academic_discipline resource:Computer_science }",
"readable_query": "SELECT ?l WHERE { ?l rdf:type ontology:written_work . ?l property:l_c_c_n_number '89646863' . ?l property:academic_discipline resource:Computer_science }",
"graph_answer": [
"resource:ACM_Transactions_on_Information_Systems"
],
"readable_answer": [
"ACM Transactions on Information Systems"
],
"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 ?e ?w WHERE { resource:ACM_Transactions_on_Information_Systems property:abbreviation ?w . resource:ACM_Transactions_on_Information_Systems property:l_c_c_n_number ?e }",
"readable_query": "SELECT DISTINCT ?e ?w WHERE { resource:ACM_Transactions_on_Information_Systems property:abbreviation ?w . resource:ACM_Transactions_on_Information_Systems property:l_c_c_n_number ?e }",
"graph_answer": [
"89646863",
"ACM Trans. Inf. Syst."
],
"readable_answer": [
"89646863",
"ACM Trans. Inf. Syst."
],
"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
| 3 |
8225
|
Id71
|
[
{
"subject": "A_Glastonbury_Romance",
"property": "numberOfPages",
"object": "\"1174\"^^xsd:positiveInteger"
},
{
"subject": "A_Glastonbury_Romance",
"property": "mediaType",
"object": "\"Print\"@en"
},
{
"subject": "A_Glastonbury_Romance",
"property": "oclc",
"object": "76798317"
}
] |
[
{
"subject": "A_Glastonbury_Romance",
"property": "numberOfPages",
"object": "\"1174\""
},
{
"subject": "A_Glastonbury_Romance",
"property": "oclcNumber",
"object": "76798317"
},
{
"subject": "A_Glastonbury_Romance",
"property": "mediaType",
"object": "\"Print\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The OCLC number for A Glastonbury Romance is 76798317. It has 1174 pages and is in print.",
"A Glastonbury Romance is in print, has 1174 pages and the OCLC number 76798317.",
"A Glastonbury Romance has 1174 pages and is in print with the OCLC number 76798317."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Glastonbury_Romance",
"property:media_type",
"resource:Print"
],
[
"resource:A_Glastonbury_Romance",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Glastonbury_Romance",
"property:oclc_number",
"76798317"
],
[
"resource:A_Glastonbury_Romance",
"property:number_of_pages",
"1174"
]
] |
A_Glastonbury_Romance
|
[
{
"modified": "1174",
"readable": "1174",
"graph": "1174"
},
{
"modified": "76798317",
"readable": "76798317",
"graph": "76798317"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "oclcNumber",
"readable": "oclc number",
"graph": "property:oclc_number"
},
{
"modified": "A_Glastonbury_Romance",
"readable": "A Glastonbury Romance",
"graph": "resource:A_Glastonbury_Romance"
},
{
"modified": "Print",
"readable": "Print",
"graph": "resource:Print"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?b = '76798317' ) . ?o property:number_of_pages ?j . ?o rdf:type ontology:written_work . ?o property:oclc_number ?b }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?b = '76798317' ) . ?o property:number_of_pages ?j . ?o rdf:type ontology:written_work . ?o property:oclc_number ?b }",
"graph_answer": [
"1174"
],
"readable_answer": [
"1174"
],
"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 ( ?r ) AS ?t ) WHERE { ?r property:number_of_pages '1174' . ?r rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?t ) WHERE { ?r property:number_of_pages '1174' . ?r rdf:type ontology:written_work }",
"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 ?i WHERE { ?i property:number_of_pages '1174' . ?i rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:number_of_pages '1174' . ?i rdf:type ontology:written_work }",
"graph_answer": [
"resource:A_Glastonbury_Romance"
],
"readable_answer": [
"A Glastonbury Romance"
],
"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"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?y WHERE { resource:A_Glastonbury_Romance property:distributor ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:A_Glastonbury_Romance property:distributor ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Athlete
| 2 |
3767
|
Id107
|
[
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "league",
"object": "National_Hockey_League"
},
{
"subject": "National_Hockey_League",
"property": "mostChamps",
"object": "Montreal_Canadiens"
}
] |
[
{
"subject": "Aleksander_Barkov,_Jr.",
"property": "league",
"object": "National_Hockey_League"
},
{
"subject": "National_Hockey_League",
"property": "mostChampions",
"object": "Montreal_Canadiens"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Aleksander Barkov Jr. plays in the National Hockey League where the Montreal Canadiens have won the most championships.",
"Aleksander Barkov Jr. plays in the National Hockey League where most championships have been won by the Montreal Canadiens."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aleksander_Barkov__Jr_",
"rdf:type",
"ontology:athlete"
],
[
"resource:Aleksander_Barkov__Jr_",
"property:league",
"resource:National_Hockey_League"
],
[
"resource:National_Hockey_League",
"property:most_champions",
"resource:Montreal_Canadiens"
]
] |
Aleksander_Barkov,_Jr.
|
[
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "mostChampions",
"readable": "most champions",
"graph": "property:most_champions"
},
{
"modified": "Aleksander_Barkov,_Jr.",
"readable": "Aleksander Barkov, Jr.",
"graph": "resource:Aleksander_Barkov__Jr_"
},
{
"modified": "Montreal_Canadiens",
"readable": "Montreal Canadiens",
"graph": "resource:Montreal_Canadiens"
},
{
"modified": "National_Hockey_League",
"readable": "National Hockey League",
"graph": "resource:National_Hockey_League"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?n ?v WHERE { ?n property:league ?v . ?n rdf:type ontology:athlete . ?v property:most_champions resource:Montreal_Canadiens }",
"readable_query": "SELECT DISTINCT ?n ?v WHERE { ?n property:league ?v . ?n rdf:type ontology:athlete . ?v property:most_champions resource:Montreal_Canadiens }",
"graph_answer": [
"resource:Aleksander_Barkov__Jr_",
"resource:National_Hockey_League"
],
"readable_answer": [
"Aleksander Barkov, Jr.",
"National Hockey League"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Astronaut
| 4 |
8869
|
Id21
|
[
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "deathDate",
"object": "\"1998-07-21\"^^xsd:date"
},
{
"subject": "Alan_Shepard",
"property": "birthDate",
"object": "\"1923-11-18\"^^xsd:date"
}
] |
[
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "deathDate",
"object": "\"1998-07-21\""
},
{
"subject": "Alan_Shepard",
"property": "birthDate",
"object": "\"1923-11-18\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alan Shepard who was born in New Hampshire on 18th November 1923, died in California on 21st July 1998.",
"Alan Shepard died in California on July 21, 1998. He was born in New Hampshire On 11-18-1923."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Shepard",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Shepard",
"property:death_place",
"resource:California"
],
[
"resource:Alan_Shepard",
"property:birth_date",
"1923-11-18"
],
[
"resource:Alan_Shepard",
"property:birth_place",
"resource:New_Hampshire"
],
[
"resource:Alan_Shepard",
"property:death_date",
"1998-07-21"
]
] |
Alan_Shepard
|
[
{
"modified": "1923-11-18",
"readable": "1923-11-18",
"graph": "1923-11-18"
},
{
"modified": "1998-07-21",
"readable": "1998-07-21",
"graph": "1998-07-21"
},
{
"modified": "birthDate",
"readable": "birth date",
"graph": "property:birth_date"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathDate",
"readable": "death date",
"graph": "property:death_date"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "Alan_Shepard",
"readable": "Alan Shepard",
"graph": "resource:Alan_Shepard"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "New_Hampshire",
"readable": "New Hampshire",
"graph": "resource:New_Hampshire"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { ?f rdf:type ontology:astronaut . ?f property:death_date ?d . ?f property:death_place ?w . FILTER ( CONTAINS ( YEAR ( ?d ) , '1998' ) ) }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?f rdf:type ontology:astronaut . ?f property:death_date ?d . ?f property:death_place ?w . FILTER ( CONTAINS ( YEAR ( ?d ) , '1998' ) ) }",
"graph_answer": [
"resource:California"
],
"readable_answer": [
"California"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { ?g property:death_place resource:California . FILTER ( CONTAINS ( YEAR ( ?j ) , '1998' ) ) . ?g property:death_date ?j . ?g rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:death_place resource:California . FILTER ( CONTAINS ( YEAR ( ?j ) , '1998' ) ) . ?g property:death_date ?j . ?g rdf:type ontology:astronaut }",
"graph_answer": [
"resource:Alan_Shepard"
],
"readable_answer": [
"Alan Shepard"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?u WHERE { resource:Alan_Shepard property:death_date ?l . resource:Alan_Shepard property:birth_date ?u }",
"readable_query": "SELECT DISTINCT ?l ?u WHERE { resource:Alan_Shepard property:death_date ?l . resource:Alan_Shepard property:birth_date ?u }",
"graph_answer": [
"1998-07-21",
"1923-11-18"
],
"readable_answer": [
"1998-07-21",
"1923-11-18"
],
"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 ?m WHERE { resource:Alan_Shepard property:postal_code ?m }",
"readable_query": "SELECT DISTINCT ?m WHERE { resource:Alan_Shepard property:postal_code ?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"
]
}
] |
|
Building
| 2 |
4015
|
Id167
|
[
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
}
] |
[
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"250 Delaware Avenue is located in the United States, in which English is the main language.",
"English is the language of the United States, where 250 Delaware Avenue is located.",
"250 Delaware Avenue is located in the United States where they speak the English language."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:250_Delaware_Avenue",
"rdf:type",
"ontology:building"
],
[
"resource:250_Delaware_Avenue",
"property:location",
"resource:United_States"
]
] |
250_Delaware_Avenue
|
[
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "250_Delaware_Avenue",
"readable": "250 Delaware Avenue",
"graph": "resource:250_Delaware_Avenue"
},
{
"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 ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'delaware' ) ) . ?z rdf:type ontology:building . ?v property:language resource:English_language . ?z property:location ?v }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( CONTAINS ( LCASE ( ?z ) , 'delaware' ) ) . ?z rdf:type ontology:building . ?v property:language resource:English_language . ?z property:location ?v }",
"graph_answer": [
"resource:250_Delaware_Avenue"
],
"readable_answer": [
"250 Delaware Avenue"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:language resource:English_language }",
"readable_query": "ASK WHERE { resource:United_States property:language resource:English_language }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Building
| 5 |
11671
|
Id135
|
[
{
"subject": "Ethiopia",
"property": "leader",
"object": "Mulatu_Teshome"
},
{
"subject": "Addis_Ababa",
"property": "isPartOf",
"object": "Addis_Ababa_Stadium"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "location",
"object": "Addis_Ababa"
},
{
"subject": "Addis_Ababa",
"property": "country",
"object": "Ethiopia"
},
{
"subject": "Ethiopia",
"property": "language",
"object": "Amharic"
}
] |
[
{
"subject": "Ethiopia",
"property": "leader",
"object": "Mulatu_Teshome"
},
{
"subject": "Addis_Ababa",
"property": "isPartOf",
"object": "Addis_Ababa_Stadium"
},
{
"subject": "Addis_Ababa_City_Hall",
"property": "location",
"object": "Addis_Ababa"
},
{
"subject": "Addis_Ababa",
"property": "country",
"object": "Ethiopia"
},
{
"subject": "Ethiopia",
"property": "language",
"object": "Amharic"
}
] |
(X (X (X) (X (X) (X))))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Amharic is a language in Ethiopia where the leader is Mulatu Teshome. Addis Ababa is located in the country and is where Addis Ababa City Hall and Addis Ababa Stadium are located.",
"Addis Ababa is in in Ethiopia and has a City Hall and Stadium. Mulatu Teshome is an Ethiopian leader and the language is Amharic.",
"Addis Ababa City Hall and Addis Ababa Stadium are located in Addis Ababa, Ethiopia. The leader of Ethiopia is Mulatu Teshome and the language used in the country is Amharic."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ethiopia",
"property:leader",
"resource:Mulatu_Teshome"
],
[
"resource:Ethiopia",
"property:language",
"resource:Amharic"
],
[
"resource:Addis_Ababa_City_Hall",
"rdf:type",
"ontology:building"
],
[
"resource:Addis_Ababa_City_Hall",
"property:location",
"resource:Addis_Ababa"
],
[
"resource:Addis_Ababa",
"property:country",
"resource:Ethiopia"
],
[
"resource:Addis_Ababa",
"property:is_part_of",
"resource:Addis_Ababa_Stadium"
]
] |
Addis_Ababa_City_Hall
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"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": "Addis_Ababa_Stadium",
"readable": "Addis Ababa Stadium",
"graph": "resource:Addis_Ababa_Stadium"
},
{
"modified": "Amharic",
"readable": "Amharic",
"graph": "resource:Amharic"
},
{
"modified": "Ethiopia",
"readable": "Ethiopia",
"graph": "resource:Ethiopia"
},
{
"modified": "Mulatu_Teshome",
"readable": "Mulatu Teshome",
"graph": "resource:Mulatu_Teshome"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?o property:country ?n . ?o property:is_part_of resource:Addis_Ababa_Stadium . ?n property:language resource:Amharic }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?o property:country ?n . ?o property:is_part_of resource:Addis_Ababa_Stadium . ?n property:language resource:Amharic }",
"graph_answer": [
"resource:Ethiopia"
],
"readable_answer": [
"Ethiopia"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Ethiopia property:manager ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Ethiopia property:manager ?u }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 2 |
4246
|
Id96
|
[
{
"subject": "Atlanta",
"property": "isPartOf",
"object": "DeKalb_County,_Georgia"
},
{
"subject": "Atlanta",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "Atlanta",
"property": "isPartOf",
"object": "DeKalb_County,_Georgia"
},
{
"subject": "Atlanta",
"property": "country",
"object": "United_States"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Atlanta is part of DeKalb County, Georgia, United States.",
"Most of Atlanta is part of DeKalb County in Georgia, United States."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Atlanta",
"rdf:type",
"ontology:city"
],
[
"resource:Atlanta",
"property:country",
"resource:United_States"
],
[
"resource:Atlanta",
"property:is_part_of",
"resource:DeKalb_County__Georgia"
]
] |
Atlanta
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "Atlanta",
"readable": "Atlanta",
"graph": "resource:Atlanta"
},
{
"modified": "DeKalb_County,_Georgia",
"readable": "DeKalb County, Georgia",
"graph": "resource:DeKalb_County__Georgia"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { FILTER ( CONTAINS ( LCASE ( ?s ) , 'dekalb' ) ) . resource:Atlanta property:is_part_of ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( CONTAINS ( LCASE ( ?s ) , 'dekalb' ) ) . resource:Atlanta property:is_part_of ?s }",
"graph_answer": [
"resource:DeKalb_County__Georgia"
],
"readable_answer": [
"DeKalb County, Georgia"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { resource:Atlanta property:part ?o }",
"readable_query": "SELECT DISTINCT ?o WHERE { resource:Atlanta property:part ?o }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork
| 5 |
12784
|
Id52
|
[
{
"subject": "John_Cowper_Powys",
"property": "birthPlace",
"object": "Shirley,_Derbyshire"
},
{
"subject": "Weymouth_Sands",
"property": "followedBy",
"object": "Maiden_Castle_(novel)"
},
{
"subject": "A_Glastonbury_Romance",
"property": "subsequentWork",
"object": "Weymouth_Sands"
},
{
"subject": "A_Glastonbury_Romance",
"property": "previousWork",
"object": "Wolf_Solent"
},
{
"subject": "A_Glastonbury_Romance",
"property": "author",
"object": "John_Cowper_Powys"
}
] |
[
{
"subject": "John_Cowper_Powys",
"property": "birthPlace",
"object": "Shirley,_Derbyshire"
},
{
"subject": "Weymouth_Sands",
"property": "followedBy",
"object": "Maiden_Castle_(novel)"
},
{
"subject": "A_Glastonbury_Romance",
"property": "followedBy",
"object": "Weymouth_Sands"
},
{
"subject": "A_Glastonbury_Romance",
"property": "precededBy",
"object": "Wolf_Solent"
},
{
"subject": "A_Glastonbury_Romance",
"property": "author",
"object": "John_Cowper_Powys"
}
] |
(X (X) (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"After Wolf Solent, John Cowper Powys from Shirley, Derbyshire wrote A Glastonbury Romance. He next wrote the novel Weymouth Sands, followed by the novel Maiden Castle.",
"The author of A Glastonbury Romance is John Cowper Powys, who was born in Shirley, Derbyshire. The novel is a sequel to Wolf Solent and was followed by Weymouth Sands and Maiden Castle.",
"A Glastonbury Romance, the sequel to Wolf Solent, was written by John Cowper Powys who was born in Shirley, Derbyshire. The book was followed by Maiden Castle and Weymouth Sands."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:John_Cowper_Powys",
"property:birth_place",
"resource:Shirley__Derbyshire"
],
[
"resource:A_Glastonbury_Romance",
"property:preceded_by",
"resource:Wolf_Solent"
],
[
"resource:A_Glastonbury_Romance",
"property:author",
"resource:John_Cowper_Powys"
],
[
"resource:A_Glastonbury_Romance",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Glastonbury_Romance",
"property:followed_by",
"resource:Weymouth_Sands"
],
[
"resource:Weymouth_Sands",
"property:followed_by",
"resource:Maiden_Castle__novel_"
]
] |
A_Glastonbury_Romance
|
[
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "followedBy",
"readable": "followed by",
"graph": "property:followed_by"
},
{
"modified": "precededBy",
"readable": "preceded by",
"graph": "property:preceded_by"
},
{
"modified": "A_Glastonbury_Romance",
"readable": "A Glastonbury Romance",
"graph": "resource:A_Glastonbury_Romance"
},
{
"modified": "John_Cowper_Powys",
"readable": "John Cowper Powys",
"graph": "resource:John_Cowper_Powys"
},
{
"modified": "Maiden_Castle_(novel)",
"readable": "Maiden Castle",
"graph": "resource:Maiden_Castle__novel_"
},
{
"modified": "Shirley,_Derbyshire",
"readable": "Shirley, Derbyshire",
"graph": "resource:Shirley__Derbyshire"
},
{
"modified": "Weymouth_Sands",
"readable": "Weymouth Sands",
"graph": "resource:Weymouth_Sands"
},
{
"modified": "Wolf_Solent",
"readable": "Wolf Solent",
"graph": "resource:Wolf_Solent"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:A_Glastonbury_Romance property:followed_by ?w . VALUES ( ?w ) { ( resource:Maiden_Castle__novel_ ) ( resource:Weymouth_Sands ) } }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:A_Glastonbury_Romance property:followed_by ?w . VALUES ( ?w ) { ( resource:Maiden_Castle_(novel) ) ( resource:Weymouth_Sands ) } }",
"graph_answer": [
"resource:Weymouth_Sands"
],
"readable_answer": [
"Weymouth Sands"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:John_Cowper_Powys property:birth_place resource:Sweden }",
"readable_query": "ASK WHERE { resource:John_Cowper_Powys property:birth_place resource:Sweden }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:John_Cowper_Powys property:has_to_its_southeast ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:John_Cowper_Powys property:has_to_its_southeast ?q }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Airport
| 4 |
8414
|
Id12
|
[
{
"subject": "Aarhus_Airport",
"property": "runwayLength",
"object": "\"2777.0\"^^xsd:double"
},
{
"subject": "Aarhus_Airport",
"property": "elevation",
"object": "\"25.0\"^^xsd:double"
},
{
"subject": "Aarhus_Airport",
"property": "operator",
"object": "Aktieselskab"
},
{
"subject": "Aarhus_Airport",
"property": "runwayDesignation",
"object": "\"10L/28R\""
}
] |
[
{
"subject": "Aarhus_Airport",
"property": "runwayLength",
"object": "2777.0"
},
{
"subject": "Aarhus_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "25.0"
},
{
"subject": "Aarhus_Airport",
"property": "operatingOrganisation",
"object": "Aktieselskab"
},
{
"subject": "Aarhus_Airport",
"property": "runwayName",
"object": "\"10L/28R\""
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aktieselskab is the operating organisation for Aarhus Airport which is 25 metres above sea level. The runway name is 10L/28R and has a length of 2777.0.",
"Aarhus Airport is operated by the Aktieselskab organisation. Its runway name is 10L/28R, is 25 meters above sea level, and 2777 meters long.",
"Aarhus Airport is 25 meters above sea level with a runway length of 2777 and named 10L/28R. It is operated by Aktieselskab ."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aarhus_Airport",
"property:runway_length",
"resource:2777_0"
],
[
"resource:Aarhus_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Aarhus_Airport",
"property:elevation_above_the_sea_level",
"resource:25_0"
],
[
"resource:Aarhus_Airport",
"property:runway_name",
"resource:10L_28R"
],
[
"resource:Aarhus_Airport",
"property:operating_organisation",
"resource:Aktieselskab"
]
] |
Aarhus_Airport
|
[
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"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": "10L/28R",
"readable": "10L/28R",
"graph": "resource:10L_28R"
},
{
"modified": "25.0",
"readable": "25.0",
"graph": "resource:25_0"
},
{
"modified": "2777.0",
"readable": "2777.0",
"graph": "resource:2777_0"
},
{
"modified": "Aarhus_Airport",
"readable": "Aarhus Airport",
"graph": "resource:Aarhus_Airport"
},
{
"modified": "Aktieselskab",
"readable": "Aktieselskab",
"graph": "resource:Aktieselskab"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?l ?n WHERE { resource:Aarhus_Airport property:elevation_above_the_sea_level ?l . resource:Aarhus_Airport property:operating_organisation ?n }",
"readable_query": "SELECT DISTINCT ?l ?n WHERE { resource:Aarhus_Airport property:elevation_above_the_sea_level ?l . resource:Aarhus_Airport property:operating_organisation ?n }",
"graph_answer": [
"resource:25_0",
"resource:Aktieselskab"
],
"readable_answer": [
"25.0",
"Aktieselskab"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?m WHERE { resource:Aarhus_Airport property:runway_name ?m . resource:Aarhus_Airport property:runway_length ?p }",
"readable_query": "SELECT DISTINCT ?p ?m WHERE { resource:Aarhus_Airport property:runway_name ?m . resource:Aarhus_Airport property:runway_length ?p }",
"graph_answer": [
"resource:2777_0",
"resource:10L_28R"
],
"readable_answer": [
"2777.0",
"10L/28R"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Building
| 4 |
9152
|
Id75
|
[
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "location",
"object": "Denmark"
},
{
"subject": "Marriott_International",
"property": "foundationPlace",
"object": "Washington,_D.C."
},
{
"subject": "Denmark",
"property": "leaderName",
"object": "Lars_Løkke_Rasmussen"
},
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "operator",
"object": "Marriott_International"
}
] |
[
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "location",
"object": "Denmark"
},
{
"subject": "Marriott_International",
"property": "foundationPlace",
"object": "Washington,_D.C."
},
{
"subject": "Denmark",
"property": "leader",
"object": "Lars_Løkke_Rasmussen"
},
{
"subject": "AC_Hotel_Bella_Sky_Copenhagen",
"property": "tenant",
"object": "Marriott_International"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The leader of Denmark is Lars Lokke Rasmussen and the country is the location of the AC Hotel Bella Sky in Copenhagen. The tenant of the hotel is Marriott International which was founded in Washington DC.",
"Marriott International (founded in Washington D.C.) is the tenant of AC Hotel Bella Sky Copenhagen, Denmark. Lars Løkke Rasmussen is the Prime Minister of Denmark."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:AC_Hotel_Bella_Sky_Copenhagen",
"rdf:type",
"ontology:building"
],
[
"resource:AC_Hotel_Bella_Sky_Copenhagen",
"property:tenant",
"resource:Marriott_International"
],
[
"resource:AC_Hotel_Bella_Sky_Copenhagen",
"property:location",
"resource:Denmark"
],
[
"resource:Marriott_International",
"property:foundation_place",
"resource:Washington__D_C_"
],
[
"resource:Denmark",
"property:leader",
"resource:Lars_L_kke_Rasmussen"
]
] |
AC_Hotel_Bella_Sky_Copenhagen
|
[
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "tenant",
"readable": "tenant",
"graph": "property:tenant"
},
{
"modified": "AC_Hotel_Bella_Sky_Copenhagen",
"readable": "AC Hotel Bella Sky Copenhagen",
"graph": "resource:AC_Hotel_Bella_Sky_Copenhagen"
},
{
"modified": "Denmark",
"readable": "Denmark",
"graph": "resource:Denmark"
},
{
"modified": "Lars_Løkke_Rasmussen",
"readable": "Lars Løkke Rasmussen",
"graph": "resource:Lars_L_kke_Rasmussen"
},
{
"modified": "Marriott_International",
"readable": "Marriott International",
"graph": "resource:Marriott_International"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?o ) WHERE { ?d property:location ?b . ?b property:leader resource:Lars_L_kke_Rasmussen . ?d rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?o ) WHERE { ?d property:location ?b . ?b property:leader resource:Lars_Løkke_Rasmussen . ?d rdf:type ontology:building }",
"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 ( COUNT ( ?i ) AS ?n ) WHERE { ?i property:foundation_place resource:Washington__D_C_ }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?n ) WHERE { ?i property:foundation_place resource:Washington,_D.C. }",
"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 ?n WHERE { ?n property:foundation_place resource:Washington__D_C_ }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:foundation_place resource:Washington,_D.C. }",
"graph_answer": [
"resource:Marriott_International"
],
"readable_answer": [
"Marriott International"
],
"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 ?j WHERE { ?j property:location resource:Denmark . ?j rdf:type ontology:building . ?j property:tenant resource:Marriott_International . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:location resource:Denmark . ?j rdf:type ontology:building . ?j property:tenant resource:Marriott_International . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) }",
"graph_answer": [
"resource:AC_Hotel_Bella_Sky_Copenhagen"
],
"readable_answer": [
"AC Hotel Bella Sky Copenhagen"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
SportsTeam
| 3 |
7952
|
Id25
|
[
{
"subject": "A.C._Chievo_Verona",
"property": "fullname",
"object": "\"Associazione Calcio ChievoVerona S.r.l.\"@en"
},
{
"subject": "A.C._Chievo_Verona",
"property": "ground",
"object": "Verona"
},
{
"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"
},
{
"subject": "A.C._Chievo_Verona",
"property": "numberOfMembers",
"object": "39371"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Associazione Calcio Chievo Verona S.r.l., or shortly A.C. Chievo Verona, is at the ground Verona and has 39371 members.",
"The full name of AC Chievo Verona is \"Associazione Calcio ChievoVerona S.r.l.\" and play at their ground in Verona where they have 39371 members.",
"The full name of AC Chievo Verona, which has 39371 members and plays in Verona, is \"Associazione Calcio ChievoVerona S.r.l.\""
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"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"
]
] |
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": "A.C._Chievo_Verona",
"readable": "A.C. Chievo Verona",
"graph": "resource:A_C__Chievo_Verona"
},
{
"modified": "Verona",
"readable": "Verona",
"graph": "resource:Verona"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?e = '39371' ) . ?r rdf:type ontology:sports_team . ?r property:number_of_members ?e . ?r property:ground ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?e = '39371' ) . ?r rdf:type ontology:sports_team . ?r property:number_of_members ?e . ?r property:ground ?b }",
"graph_answer": [
"resource:Verona"
],
"readable_answer": [
"Verona"
],
"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 ?x ?q WHERE { ?q property:full_name ?x . ?q property:ground resource:Verona . ?q rdf:type ontology:sports_team }",
"readable_query": "SELECT DISTINCT ?x ?q WHERE { ?q property:full_name ?x . ?q property:ground resource:Verona . ?q rdf:type ontology:sports_team }",
"graph_answer": [
"Associazione Calcio ChievoVerona S.r.l.",
"resource:A_C__Chievo_Verona"
],
"readable_answer": [
"Associazione Calcio ChievoVerona S.r.l.",
"A.C. Chievo Verona"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
MeanOfTransportation
| 2 |
4813
|
Id48
|
[
{
"subject": "ALCO_RS-3",
"property": "enginetype",
"object": "V12_engine"
},
{
"subject": "ALCO_RS-3",
"property": "builddate",
"object": "\"May 1950 – August 1956\"@en"
}
] |
[
{
"subject": "ALCO_RS-3",
"property": "engine",
"object": "V12_engine"
},
{
"subject": "ALCO_RS-3",
"property": "buildDate",
"object": "\"May 1950 - August 1956\""
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The ALCO RS-3 has a V12 engine and was produced between May 1950 and August 1956.",
"The ALCO RS-3, made between May 1950 and Aug. 1956, has a V12 engine type."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:ALCO_RS_3",
"property:build_date",
"May 1950 - August 1956"
],
[
"resource:ALCO_RS_3",
"property:engine",
"resource:V12_engine"
],
[
"resource:ALCO_RS_3",
"rdf:type",
"ontology:mean_of_transportation"
]
] |
ALCO_RS-3
|
[
{
"modified": "May 1950 - August 1956",
"readable": "May 1950 - August 1956",
"graph": "May 1950 - August 1956"
},
{
"modified": "buildDate",
"readable": "build date",
"graph": "property:build_date"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "ALCO_RS-3",
"readable": "ALCO RS-3",
"graph": "resource:ALCO_RS_3"
},
{
"modified": "V12_engine",
"readable": "V12 engine",
"graph": "resource:V12_engine"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?r ) WHERE { ?l property:engine resource:V12_engine . ?l rdf:type ontology:mean_of_transportation . ?l property:build_date 'May 1950 - August 1956' }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?r ) WHERE { ?l property:engine resource:V12_engine . ?l rdf:type ontology:mean_of_transportation . ?l property:build_date 'May 1950 - August 1956' }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"number_answer",
"typing",
"answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?f WHERE { ?f property:engine resource:V12_engine . ?f rdf:type ontology:mean_of_transportation . ?f property:build_date 'May 1950 - August 1956' }",
"readable_query": "SELECT DISTINCT ?f WHERE { ?f property:engine resource:V12_engine . ?f rdf:type ontology:mean_of_transportation . ?f property:build_date 'May 1950 - August 1956' }",
"graph_answer": [
"resource:ALCO_RS_3"
],
"readable_answer": [
"ALCO RS-3"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { resource:ALCO_RS_3 property:doctoral_advisor ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { resource:ALCO_RS-3 property:doctoral_advisor ?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"
]
}
] |
|
Astronaut
| 4 |
8868
|
Id20
|
[
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "dateOfRet",
"object": "\"1974-08-01\"^^xsd:date"
},
{
"subject": "Alan_Shepard",
"property": "nationality",
"object": "United_States"
}
] |
[
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
},
{
"subject": "Alan_Shepard",
"property": "birthPlace",
"object": "New_Hampshire"
},
{
"subject": "Alan_Shepard",
"property": "dateOfRetirement",
"object": "\"1974-08-01\""
},
{
"subject": "Alan_Shepard",
"property": "nationality",
"object": "United_States"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alan Shepard of the United States, was born in New Hampshire and retired on August 1, 1974. He died in California.",
"Alan Shepard (born in New Hampshire of the United States) retired on 1974-08-01 and died in California."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Shepard",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Shepard",
"property:death_place",
"resource:California"
],
[
"resource:Alan_Shepard",
"property:date_of_retirement",
"1974-08-01"
],
[
"resource:Alan_Shepard",
"property:nationality",
"resource:United_States"
],
[
"resource:Alan_Shepard",
"property:birth_place",
"resource:New_Hampshire"
]
] |
Alan_Shepard
|
[
{
"modified": "1974-08-01",
"readable": "1974-08-01",
"graph": "1974-08-01"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "dateOfRetirement",
"readable": "date of retirement",
"graph": "property:date_of_retirement"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "Alan_Shepard",
"readable": "Alan Shepard",
"graph": "resource:Alan_Shepard"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "New_Hampshire",
"readable": "New Hampshire",
"graph": "resource:New_Hampshire"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?n property:birth_place ?c . ?n rdf:type ontology:astronaut . ?n property:date_of_retirement ?i . FILTER ( CONTAINS ( YEAR ( ?i ) , '1974' ) ) }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?n property:birth_place ?c . ?n rdf:type ontology:astronaut . ?n property:date_of_retirement ?i . FILTER ( CONTAINS ( YEAR ( ?i ) , '1974' ) ) }",
"graph_answer": [
"resource:New_Hampshire"
],
"readable_answer": [
"New Hampshire"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:astronaut . ?o property:date_of_retirement ?x . ?o property:birth_place resource:New_Hampshire . FILTER ( CONTAINS ( YEAR ( ?x ) , '1974' ) ) }",
"readable_query": "SELECT DISTINCT ?o WHERE { ?o rdf:type ontology:astronaut . ?o property:date_of_retirement ?x . ?o property:birth_place resource:New_Hampshire . FILTER ( CONTAINS ( YEAR ( ?x ) , '1974' ) ) }",
"graph_answer": [
"resource:Alan_Shepard"
],
"readable_answer": [
"Alan Shepard"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?d ?r WHERE { resource:Alan_Shepard property:date_of_retirement ?d . resource:Alan_Shepard property:nationality ?r }",
"readable_query": "SELECT DISTINCT ?d ?r WHERE { resource:Alan_Shepard property:date_of_retirement ?d . resource:Alan_Shepard property:nationality ?r }",
"graph_answer": [
"1974-08-01",
"resource:United_States"
],
"readable_answer": [
"1974-08-01",
"United States"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Alan_Shepard property:author ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Alan_Shepard property:author ?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"
]
}
] |
|
Astronaut
| 5 |
11465
|
Id82
|
[
{
"subject": "William_Anders",
"property": "mission",
"object": "Apollo_8"
},
{
"subject": "William_Anders",
"property": "nationality",
"object": "United_States"
},
{
"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": "mission",
"object": "Apollo_8"
},
{
"subject": "William_Anders",
"property": "nationality",
"object": "United_States"
},
{
"subject": "Apollo_8",
"property": "backupPilot",
"object": "Buzz_Aldrin"
},
{
"subject": "Apollo_8",
"property": "crewMembers",
"object": "Frank_Borman"
},
{
"subject": "Apollo_8",
"property": "operator",
"object": "NASA"
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"US national William Anders was a crew member of Apollo 8, which was operated by NASA. Among other crew members were Frank Borman and backup pilot Buzz Aldrin.",
"William Anders who is a citizen of the United States became a crew member of the NASA Apollo 8 along with Buzz Aldrin and Frank Borman."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:William_Anders",
"rdf:type",
"ontology:astronaut"
],
[
"resource:William_Anders",
"property:mission",
"resource:Apollo_8"
],
[
"resource:William_Anders",
"property:nationality",
"resource:United_States"
],
[
"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": "backupPilot",
"readable": "backup pilot",
"graph": "property:backup_pilot"
},
{
"modified": "crewMembers",
"readable": "crew members",
"graph": "property:crew_members"
},
{
"modified": "mission",
"readable": "mission",
"graph": "property:mission"
},
{
"modified": "nationality",
"readable": "nationality",
"graph": "property:nationality"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"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": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "William_Anders",
"readable": "William Anders",
"graph": "resource:William_Anders"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?f property:backup_pilot resource:Buzz_Aldrin . ?t property:mission ?f . ?t property:nationality resource:United_States . ?t rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?f property:backup_pilot resource:Buzz_Aldrin . ?t property:mission ?f . ?t property:nationality resource:United_States . ?t rdf:type ontology:astronaut }",
"graph_answer": [
"resource:William_Anders"
],
"readable_answer": [
"William Anders"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { ?y property:mission ?b . ?y property:nationality resource:United_States . ?y rdf:type ontology:astronaut . ?b property:operator resource:NASA }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?y property:mission ?b . ?y property:nationality resource:United_States . ?y rdf:type ontology:astronaut . ?b property:operator resource:NASA }",
"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 ( COUNT ( ?r ) AS ?n ) WHERE { ?b property:commander resource:Frank_Borman . ?r property:mission ?b . ?r rdf:type ontology:astronaut }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?n ) WHERE { ?b property:commander resource:Frank_Borman . ?r property:mission ?b . ?r rdf:type ontology:astronaut }",
"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"
]
}
] |
|
University
| 4 |
10748
|
Id40
|
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "free",
"object": "All_India_Council_for_Technical_Education"
},
{
"subject": "All_India_Council_for_Technical_Education",
"property": "location",
"object": "Mumbai"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliations",
"object": "Visvesvaraya_Technological_University"
}
] |
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "wasGivenTheTechnicalCampusStatusBy",
"object": "All_India_Council_for_Technical_Education"
},
{
"subject": "All_India_Council_for_Technical_Education",
"property": "location",
"object": "Mumbai"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"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": [
"Acharya Institute of Technology is located in Mumbai, Bangalore. It is affiliated to the Visvesvaraya Technological University and it was given the \"Technical Campus\" status by the All India Council for Technical Education.",
"Acharya Institute of Technology in Bangalore was awarded Technical Campus status by the All India Council for Technical Education based in Mumbai. The Institute is affiliated to the Visvesvaraya Technological University.",
"The Acharya Institute of Technology is located in Bangalore and is affiliated with the Visvesvaraya Technological University. It has been given the 'Technical Campus' status by the All India Council for Technical Education which is based in Mumbai."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:All_India_Council_for_Technical_Education",
"property:location",
"resource:Mumbai"
],
[
"resource:Acharya_Institute_of_Technology",
"property:was_given_the_technical_campus_status_by",
"resource:All_India_Council_for_Technical_Education"
],
[
"resource:Acharya_Institute_of_Technology",
"property:city",
"resource:Bangalore"
],
[
"resource:Acharya_Institute_of_Technology",
"rdf:type",
"ontology:university"
],
[
"resource:Acharya_Institute_of_Technology",
"property:affiliation",
"resource:Visvesvaraya_Technological_University"
]
] |
Acharya_Institute_of_Technology
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "wasGivenTheTechnicalCampusStatusBy",
"readable": "was given the technical campus status by",
"graph": "property:was_given_the_technical_campus_status_by"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "All_India_Council_for_Technical_Education",
"readable": "All India Council for Technical Education",
"graph": "resource:All_India_Council_for_Technical_Education"
},
{
"modified": "Bangalore",
"readable": "Bangalore",
"graph": "resource:Bangalore"
},
{
"modified": "Mumbai",
"readable": "Mumbai",
"graph": "resource:Mumbai"
},
{
"modified": "Visvesvaraya_Technological_University",
"readable": "Visvesvaraya Technological University",
"graph": "resource:Visvesvaraya_Technological_University"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?i WHERE { ?i property:affiliation resource:Visvesvaraya_Technological_University . ?u property:location resource:Mumbai . ?i property:was_given_the_technical_campus_status_by ?u . ?i rdf:type ontology:university }",
"readable_query": "SELECT DISTINCT ?i WHERE { ?i property:affiliation resource:Visvesvaraya_Technological_University . ?u property:location resource:Mumbai . ?i property:was_given_the_technical_campus_status_by ?u . ?i rdf:type ontology:university }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { ?u rdf:type ontology:university . ?n property:location resource:Mumbai . ?u property:was_given_the_technical_campus_status_by ?n . ?u property:city resource:Bangalore }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?u rdf:type ontology:university . ?n property:location resource:Mumbai . ?u property:was_given_the_technical_campus_status_by ?n . ?u property:city resource:Bangalore }",
"graph_answer": [
"resource:All_India_Council_for_Technical_Education"
],
"readable_answer": [
"All India Council for Technical Education"
],
"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
| 2 |
5577
|
Id112
|
[
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] |
[
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Native Americans are an ethnic group located in the US where A Wizard of Mars originates from.",
"A Wizard of Mars is American Literature. Native Americans are the original ethnic group of that country."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Wizard_of_Mars",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Wizard_of_Mars",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
]
] |
A_Wizard_of_Mars
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "A_Wizard_of_Mars",
"readable": "A Wizard of Mars",
"graph": "resource:A_Wizard_of_Mars"
},
{
"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 ?r WHERE { ?l property:ethnic_group resource:Native_Americans_in_the_United_States . ?r rdf:type ontology:written_work . ?r property:country ?l . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?r WHERE { ?l property:ethnic_group resource:Native_Americans_in_the_United_States . ?r rdf:type ontology:written_work . ?r property:country ?l . FILTER ( STRSTARTS ( LCASE ( ?r ) , 'a' ) ) }",
"graph_answer": [
"resource:A_Wizard_of_Mars"
],
"readable_answer": [
"A Wizard of Mars"
],
"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"
]
}
] |
|
Building
| 5 |
11581
|
Id45
|
[
{
"subject": "3Arena",
"property": "owner",
"object": "Live_Nation_Entertainment"
},
{
"subject": "Dublin",
"property": "leaderName",
"object": "Críona_Ní_Dhálaigh"
},
{
"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": "leader",
"object": "Críona_Ní_Dhálaigh"
},
{
"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) (X)))
|
mixed
|
{
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"3Arena is owned by Live Nation Entertainment and it is located in Dublin, Leinster, the Republic of Ireland. Criona Ni Dhalaigh was Lord Mayor of Dublin."
],
"lang": [
""
]
}
|
[] |
[] |
[
[
"resource:Dublin",
"property:leader",
"resource:Cr_ona_N__Dh_laigh"
],
[
"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": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "3Arena",
"readable": "3Arena",
"graph": "resource:3Arena"
},
{
"modified": "Críona_Ní_Dhálaigh",
"readable": "Críona Ní Dhálaigh",
"graph": "resource:Cr_ona_N__Dh_laigh"
},
{
"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 ?u WHERE { ?u property:location ?o . ?u rdf:type ontology:building . ?u property:owner resource:Live_Nation_Entertainment . ?o property:is_part_of resource:Leinster }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:location ?o . ?u rdf:type ontology:building . ?u property:owner resource:Live_Nation_Entertainment . ?o property:is_part_of resource:Leinster }",
"graph_answer": [
"resource:3Arena"
],
"readable_answer": [
"3Arena"
],
"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 ?d WHERE { ?h property:owner resource:Live_Nation_Entertainment . ?h property:location ?d . ?d property:country resource:Republic_of_Ireland . ?h rdf:type ontology:building }",
"readable_query": "SELECT DISTINCT ?d WHERE { ?h property:owner resource:Live_Nation_Entertainment . ?h property:location ?d . ?d property:country resource:Republic_of_Ireland . ?h rdf:type ontology:building }",
"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": "ASK WHERE { resource:Dublin property:leader resource:Cr_ona_N__Dh_laigh }",
"readable_query": "ASK WHERE { resource:Dublin property:leader resource:Críona_Ní_Dhálaigh }",
"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"
]
}
] |
|
Athlete
| 4 |
9030
|
Id100
|
[
{
"subject": "Alex_Plante",
"property": "birthYear",
"object": "\"1989\"^^xsd:gYear"
},
{
"subject": "Alex_Plante",
"property": "team",
"object": "Anyang_Halla"
},
{
"subject": "Alex_Plante",
"property": "placeOfBirth",
"object": "Manitoba"
},
{
"subject": "Alex_Plante",
"property": "dateOfBirth",
"object": "\"1989-05-09\"^^xsd:date"
}
] |
[
{
"subject": "Alex_Plante",
"property": "birthYear",
"object": "1989"
},
{
"subject": "Alex_Plante",
"property": "club",
"object": "Anyang_Halla"
},
{
"subject": "Alex_Plante",
"property": "birthPlace",
"object": "Manitoba"
},
{
"subject": "Alex_Plante",
"property": "birthDate",
"object": "1989-05-09"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alex Plante played for Anyang Halla and was born in Manitoba on May 9, 1989.",
"Alex Plante was born in Manitoba on May 9, 1989. He played for Anyang Halla.",
"Alex Plante, who has played for the club Anyang Halla, was born in Manitoba, on 09/05/1989."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alex_Plante",
"property:birth_year",
"resource:1989"
],
[
"resource:Alex_Plante",
"rdf:type",
"ontology:athlete"
],
[
"resource:Alex_Plante",
"property:club",
"resource:Anyang_Halla"
],
[
"resource:Alex_Plante",
"property:birth_date",
"resource:1989_05_09"
],
[
"resource:Alex_Plante",
"property:birth_place",
"resource:Manitoba"
]
] |
Alex_Plante
|
[
{
"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": "1989",
"readable": "1989",
"graph": "resource:1989"
},
{
"modified": "1989-05-09",
"readable": "1989-05-09",
"graph": "resource:1989_05_09"
},
{
"modified": "Alex_Plante",
"readable": "Alex Plante",
"graph": "resource:Alex_Plante"
},
{
"modified": "Anyang_Halla",
"readable": "Anyang Halla",
"graph": "resource:Anyang_Halla"
},
{
"modified": "Manitoba",
"readable": "Manitoba",
"graph": "resource:Manitoba"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?f property:birth_date ?o . ?f rdf:type ontology:athlete . ?f property:birth_place ?q . FILTER ( CONTAINS ( YEAR ( ?o ) , '1989' ) ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?f property:birth_date ?o . ?f rdf:type ontology:athlete . ?f property:birth_place ?q . FILTER ( CONTAINS ( YEAR ( ?o ) , '1989' ) ) }",
"graph_answer": [
"resource:Manitoba"
],
"readable_answer": [
"Manitoba"
],
"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 ?w WHERE { ?w property:birth_place resource:Manitoba . ?w rdf:type ontology:athlete . ?w property:birth_date ?i . FILTER ( CONTAINS ( YEAR ( ?i ) , '1989' ) ) }",
"readable_query": "SELECT DISTINCT ?w WHERE { ?w property:birth_place resource:Manitoba . ?w rdf:type ontology:athlete . ?w property:birth_date ?i . FILTER ( CONTAINS ( YEAR ( ?i ) , '1989' ) ) }",
"graph_answer": [
"resource:Alex_Plante"
],
"readable_answer": [
"Alex Plante"
],
"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 ?j ?s WHERE { resource:Alex_Plante property:birth_date ?s . resource:Alex_Plante property:club ?j }",
"readable_query": "SELECT DISTINCT ?j ?s WHERE { resource:Alex_Plante property:birth_date ?s . resource:Alex_Plante property:club ?j }",
"graph_answer": [
"resource:Anyang_Halla",
"resource:1989_05_09"
],
"readable_answer": [
"Anyang Halla",
"1989-05-09"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:Alex_Plante property:birth_year resource:1989 }",
"readable_query": "ASK WHERE { resource:Alex_Plante property:birth_year resource:1989 }",
"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"
]
}
] |
|
ComicsCharacter
| 3 |
6974
|
Id27
|
[
{
"subject": "Bananaman",
"property": "starring",
"object": "Graeme_Garden"
},
{
"subject": "Bananaman",
"property": "firstAired",
"object": "\"1983-10-03\"^^xsd:date"
},
{
"subject": "Bananaman",
"property": "network",
"object": "\"STV\"@en"
}
] |
[
{
"subject": "Bananaman",
"property": "starring",
"object": "Graeme_Garden"
},
{
"subject": "Bananaman",
"property": "firstAired",
"object": "\"1983-10-03\""
},
{
"subject": "Bananaman",
"property": "broadcastedBy",
"object": "\"STV\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bananaman was broadcasted by STV, starring Graeme Garden it first aired on 3rd October 1983.",
"Graeme Garden stars in Bananaman which first aired on 3 October 1983 and was broadcast by STV.",
"Bananaman which first aired 10/03/1983, stars Graeme Garden and was broadcasted by STV."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bananaman",
"property:broadcasted_by",
"resource:STV"
],
[
"resource:Bananaman",
"rdf:type",
"ontology:comics_character"
],
[
"resource:Bananaman",
"property:first_aired",
"1983-10-03"
],
[
"resource:Bananaman",
"property:starring",
"resource:Graeme_Garden"
]
] |
Bananaman
|
[
{
"modified": "1983-10-03",
"readable": "1983-10-03",
"graph": "1983-10-03"
},
{
"modified": "broadcastedBy",
"readable": "broadcasted by",
"graph": "property:broadcasted_by"
},
{
"modified": "firstAired",
"readable": "first aired",
"graph": "property:first_aired"
},
{
"modified": "starring",
"readable": "starring",
"graph": "property:starring"
},
{
"modified": "Bananaman",
"readable": "Bananaman",
"graph": "resource:Bananaman"
},
{
"modified": "Graeme_Garden",
"readable": "Graeme Garden",
"graph": "resource:Graeme_Garden"
},
{
"modified": "STV",
"readable": "STV",
"graph": "resource:STV"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { ?m rdf:type ontology:comics_character . FILTER ( CONTAINS ( YEAR ( ?p ) , '1983' ) ) . ?m property:starring ?a . ?m property:first_aired ?p }",
"readable_query": "SELECT DISTINCT ?a WHERE { ?m rdf:type ontology:comics_character . FILTER ( CONTAINS ( YEAR ( ?p ) , '1983' ) ) . ?m property:starring ?a . ?m property:first_aired ?p }",
"graph_answer": [
"resource:Graeme_Garden"
],
"readable_answer": [
"Graeme Garden"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j property:first_aired ?d . ?j property:starring resource:Graeme_Garden . FILTER ( CONTAINS ( YEAR ( ?d ) , '1983' ) ) . ?j rdf:type ontology:comics_character }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:first_aired ?d . ?j property:starring resource:Graeme_Garden . FILTER ( CONTAINS ( YEAR ( ?d ) , '1983' ) ) . ?j rdf:type ontology:comics_character }",
"graph_answer": [
"resource:Bananaman"
],
"readable_answer": [
"Bananaman"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { resource:Bananaman rdf:type ontology:comics_character . resource:Bananaman property:first_aired ?u . FILTER ( CONTAINS ( YEAR ( ?u ) , '1983' ) ) . resource:Bananaman property:starring resource:Graeme_Garden }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Bananaman rdf:type ontology:comics_character . resource:Bananaman property:first_aired ?u . FILTER ( CONTAINS ( YEAR ( ?u ) , '1983' ) ) . resource:Bananaman property:starring resource:Graeme_Garden }",
"graph_answer": [
"1983-10-03"
],
"readable_answer": [
"1983-10-03"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 's' ) ) . resource:Bananaman property:broadcasted_by ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 's' ) ) . resource:Bananaman property:broadcasted_by ?p }",
"graph_answer": [
"resource:STV"
],
"readable_answer": [
"STV"
],
"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"
]
}
] |
|
Astronaut
| 5 |
11441
|
Id58
|
[
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "Elliot_See",
"property": "status",
"object": "\"Deceased\"@en"
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "selection",
"object": "1962"
}
] |
[
{
"subject": "Elliot_See",
"property": "almaMater",
"object": "University_of_Texas_at_Austin"
},
{
"subject": "Elliot_See",
"property": "status",
"object": "\"Deceased\""
},
{
"subject": "Elliot_See",
"property": "deathPlace",
"object": "St._Louis"
},
{
"subject": "Elliot_See",
"property": "birthPlace",
"object": "Dallas"
},
{
"subject": "Elliot_See",
"property": "selectedByNasa",
"object": "1962"
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Elliot See was born in Dallas and attended the University of Texas at Austin. He was chosen by NASA in 1962. He died in St. Louis.",
"Elliot See was born in Dallas and studied at the University of Texas in Austin. He was was chosen by NASA in 1962. He died in St. Louis."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Elliot_See",
"property:selected_by_nasa",
"resource:1962"
],
[
"resource:Elliot_See",
"property:status",
"resource:Deceased"
],
[
"resource:Elliot_See",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Elliot_See",
"property:death_place",
"resource:St__Louis"
],
[
"resource:Elliot_See",
"property:alma_mater",
"resource:University_of_Texas_at_Austin"
],
[
"resource:Elliot_See",
"property:birth_place",
"resource:Dallas"
]
] |
Elliot_See
|
[
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "selectedByNasa",
"readable": "selected by nasa",
"graph": "property:selected_by_nasa"
},
{
"modified": "status",
"readable": "status",
"graph": "property:status"
},
{
"modified": "1962",
"readable": "1962",
"graph": "resource:1962"
},
{
"modified": "Dallas",
"readable": "Dallas",
"graph": "resource:Dallas"
},
{
"modified": "Deceased",
"readable": "Deceased",
"graph": "resource:Deceased"
},
{
"modified": "Elliot_See",
"readable": "Elliot See",
"graph": "resource:Elliot_See"
},
{
"modified": "St._Louis",
"readable": "St. Louis",
"graph": "resource:St__Louis"
},
{
"modified": "University_of_Texas_at_Austin",
"readable": "University of Texas at Austin",
"graph": "resource:University_of_Texas_at_Austin"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?c rdf:type ontology:astronaut . ?c property:birth_place resource:Austria . ?c property:selected_by_nasa ?r }",
"readable_query": "ASK WHERE { ?c rdf:type ontology:astronaut . ?c property:birth_place resource:Austria . ?c property:selected_by_nasa ?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"
]
}
] |
|
Astronaut
| 2 |
3641
|
Id27
|
[
{
"subject": "California",
"property": "gemstone",
"object": "Benitoite"
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
}
] |
[
{
"subject": "California",
"property": "gemstone",
"object": "Benitoite"
},
{
"subject": "Alan_Shepard",
"property": "deathPlace",
"object": "California"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alan Shepard died in California, the common place to find the gem Benitoite.",
"California is well known for the gemstone benitoite, and as the state where Alan Shepard died.",
"Alan Shepard died in California, which has as its gemstone, Benitoite."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alan_Shepard",
"rdf:type",
"ontology:astronaut"
],
[
"resource:Alan_Shepard",
"property:death_place",
"resource:California"
],
[
"resource:California",
"property:gemstone",
"resource:Benitoite"
]
] |
Alan_Shepard
|
[
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "gemstone",
"readable": "gemstone",
"graph": "property:gemstone"
},
{
"modified": "Alan_Shepard",
"readable": "Alan Shepard",
"graph": "resource:Alan_Shepard"
},
{
"modified": "Benitoite",
"readable": "Benitoite",
"graph": "resource:Benitoite"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?i ?y WHERE { ?i property:death_place ?y . ?i rdf:type ontology:astronaut . ?y property:gemstone resource:Benitoite }",
"readable_query": "SELECT DISTINCT ?i ?y WHERE { ?i property:death_place ?y . ?i rdf:type ontology:astronaut . ?y property:gemstone resource:Benitoite }",
"graph_answer": [
"resource:Alan_Shepard",
"resource:California"
],
"readable_answer": [
"Alan Shepard",
"California"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Politician
| 3 |
7843
|
Id174
|
[
{
"subject": "Alberto_Teisaire",
"property": "party",
"object": "Justicialist_Party"
},
{
"subject": "Alberto_Teisaire",
"property": "office",
"object": "List_of_Provisional_Presidents_of_Argentine_Senate"
},
{
"subject": "Alberto_Teisaire",
"property": "president",
"object": "Juan_Perón"
}
] |
[
{
"subject": "Alberto_Teisaire",
"property": "office",
"object": "\"Provisional President of the Argentine Senate\""
},
{
"subject": "Alberto_Teisaire",
"property": "party",
"object": "Justicialist_Party"
},
{
"subject": "Alberto_Teisaire",
"property": "inOfficeWhilePresident",
"object": "Juan_Perón"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alberto Teisaire, a member of the Justicialist Party, worked as the Provisional President of the Argentine Senate and was in office at the same time that Juan Perón was president.",
"Alberto Teisaire worked as a Provisional President of the Argentine Senate. His political party was the Justicialist Party. Juan Peron was President while Mr. Teisaire was in office."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alberto_Teisaire",
"property:party",
"resource:Justicialist_Party"
],
[
"resource:Alberto_Teisaire",
"rdf:type",
"ontology:politician"
],
[
"resource:Alberto_Teisaire",
"property:office",
"Provisional President of the Argentine Senate"
],
[
"resource:Alberto_Teisaire",
"property:in_office_while_president",
"resource:Juan_Per_n"
]
] |
Alberto_Teisaire
|
[
{
"modified": "Provisional President of the Argentine Senate",
"readable": "Provisional President of the Argentine Senate",
"graph": "Provisional President of the Argentine Senate"
},
{
"modified": "inOfficeWhilePresident",
"readable": "in office while president",
"graph": "property:in_office_while_president"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "Alberto_Teisaire",
"readable": "Alberto Teisaire",
"graph": "resource:Alberto_Teisaire"
},
{
"modified": "Juan_Perón",
"readable": "Juan Perón",
"graph": "resource:Juan_Per_n"
},
{
"modified": "Justicialist_Party",
"readable": "Justicialist Party",
"graph": "resource:Justicialist_Party"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?r ?g WHERE { resource:Alberto_Teisaire property:in_office_while_president ?g . resource:Alberto_Teisaire property:office ?r }",
"readable_query": "SELECT DISTINCT ?r ?g WHERE { resource:Alberto_Teisaire property:in_office_while_president ?g . resource:Alberto_Teisaire property:office ?r }",
"graph_answer": [
"Provisional President of the Argentine Senate",
"resource:Juan_Per_n"
],
"readable_answer": [
"Provisional President of the Argentine Senate",
"Juan Perón"
],
"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 ?z WHERE { resource:Alberto_Teisaire property:production_start_year ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Alberto_Teisaire property:production_start_year ?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
| 2 |
4681
|
Id193
|
[
{
"subject": "Beef_kway_teow",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Beef_kway_teow",
"property": "ingredient",
"object": "Palm_sugar"
}
] |
[
{
"subject": "Beef_kway_teow",
"property": "country",
"object": "Indonesia"
},
{
"subject": "Beef_kway_teow",
"property": "ingredient",
"object": "Palm_sugar"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Palm sugar is an ingredient of Beef kway teow which is an Indonesian dish.",
"Palm sugar is an ingredient in beef kway teow which is a popular food in Indonesia.",
"Beef kway teow is a popular food of Indonesia and it contains palm sugar."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Beef_kway_teow",
"property:ingredient",
"resource:Palm_sugar"
],
[
"resource:Beef_kway_teow",
"rdf:type",
"ontology:food"
],
[
"resource:Beef_kway_teow",
"property:country",
"resource:Indonesia"
]
] |
Beef_kway_teow
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "Beef_kway_teow",
"readable": "Beef kway teow",
"graph": "resource:Beef_kway_teow"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Palm_sugar",
"readable": "Palm sugar",
"graph": "resource:Palm_sugar"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( LCASE ( ?k ) , 'beef' ) ) . ?k rdf:type ontology:food . ?k property:ingredient resource:Palm_sugar . ?k property:country resource:Indonesia }",
"readable_query": "SELECT DISTINCT ?k WHERE { FILTER ( CONTAINS ( LCASE ( ?k ) , 'beef' ) ) . ?k rdf:type ontology:food . ?k property:ingredient resource:Palm_sugar . ?k property:country resource:Indonesia }",
"graph_answer": [
"resource:Beef_kway_teow"
],
"readable_answer": [
"Beef kway teow"
],
"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"
]
}
] |
|
CelestialBody
| 2 |
4134
|
Id115
|
[
{
"subject": "1101_Clematis",
"property": "escapeVelocity",
"object": "\"72.0\"^^xsd:double"
},
{
"subject": "1101_Clematis",
"property": "Planet/apoapsis",
"object": "\"5.20906E8\"^^<http://dbpedia.org/datatype/kilometre>"
}
] |
[
{
"subject": "1101_Clematis",
"property": "escapeVelocity",
"object": "0.02 (kilometrePerSeconds)"
},
{
"subject": "1101_Clematis",
"property": "apoapsis",
"object": "520906000.0 (kilometres)"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1101 Clematis has an apoapsis of 520906000.0 kilometres and an escape velocity of 0.02 kilometres per second.",
"The escape velocity of 1101 Clematis is 0.02 km per sec and its apoapsis is 520906000.0 km.",
"1101 Clematis, with an escape velocity of 0.02 kmps, has an apoapsis of 520906000.0 (kilometres)."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1101_Clematis",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:1101_Clematis",
"property:apoapsis",
"520906000.0 (kilometres)"
],
[
"resource:1101_Clematis",
"property:escape_velocity",
"0.02 (kilometrePerSeconds)"
]
] |
1101_Clematis
|
[
{
"modified": "0.02 (kilometrePerSeconds)",
"readable": "0.02",
"graph": "0.02 (kilometrePerSeconds)"
},
{
"modified": "520906000.0 (kilometres)",
"readable": "520906000.0",
"graph": "520906000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "escapeVelocity",
"readable": "escape velocity",
"graph": "property:escape_velocity"
},
{
"modified": "1101_Clematis",
"readable": "1101 Clematis",
"graph": "resource:1101_Clematis"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?x rdf:type ontology:celestial_body . ?x property:apoapsis '6603633000.0 (kilometres)' . ?x property:escape_velocity ?p }",
"readable_query": "ASK WHERE { ?x rdf:type ontology:celestial_body . ?x property:apoapsis '6603633000.0 (kilometres)' . ?x property:escape_velocity ?p }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Food
| 5 |
12149
|
Id96
|
[
{
"subject": "Bakewell_pudding",
"property": "region",
"object": "Derbyshire_Dales"
},
{
"subject": "Bakewell_pudding",
"property": "servingTemperature",
"object": "\"Warm (freshly baked) or cold\""
},
{
"subject": "Bakewell_pudding",
"property": "course",
"object": "\"Dessert\"@en"
},
{
"subject": "Bakewell_pudding",
"property": "creator",
"object": "\"Rutland Arms, Bakewell, in 1820\"@en"
},
{
"subject": "Bakewell_pudding",
"property": "mainIngredient",
"object": "\"Ground almond, jam, butter, eggs\"@en"
}
] |
[
{
"subject": "Bakewell_pudding",
"property": "region",
"object": "Derbyshire_Dales"
},
{
"subject": "Bakewell_pudding",
"property": "servingTemperature",
"object": "\"Warm (freshly baked) or cold\""
},
{
"subject": "Bakewell_pudding",
"property": "course",
"object": "\"Dessert\""
},
{
"subject": "Bakewell_pudding",
"property": "creator",
"object": "\"Rutland Arms, Bakewell, in 1820\""
},
{
"subject": "Bakewell_pudding",
"property": "mainIngredient",
"object": "\"Ground almond, jam, butter, eggs\""
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"From the Derbyshire Dales region, Bakewell pudding was created in 1820 at the Rutland Arms, Bakewell. The main ingredients in this dessert are ground almond, jam, butter, eggs. It can be served warm (freshly baked) or cold.",
"Bakewell pudding, a dessert which comes from the Derbyshire Dales region, can be served warm or cold, and has the following ingredients: ground almond, jam, butter, eggs. It was created at the Rutland Arms, Bakewell in 1820.",
"Bakewell pudding, a dessert that can be served warm (freshly baked) or cold, originates from the Derbyshire Dales. It was created in Rutland Arms, Bakewell, in 1820. The main ingredients are ground almonds, jam, butter and eggs."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bakewell_pudding",
"property:creator",
"Rutland Arms, Bakewell, in 1820"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Jam"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Ground_almond"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Eggs"
],
[
"resource:Bakewell_pudding",
"property:main_ingredient",
"resource:Butter"
],
[
"resource:Bakewell_pudding",
"rdf:type",
"ontology:food"
],
[
"resource:Bakewell_pudding",
"property:serving_temperature",
"Warm (freshly baked) or cold"
],
[
"resource:Bakewell_pudding",
"property:course",
"resource:Dessert"
],
[
"resource:Bakewell_pudding",
"property:region",
"resource:Derbyshire_Dales"
]
] |
Bakewell_pudding
|
[
{
"modified": "Rutland Arms, Bakewell, in 1820",
"readable": "Rutland Arms, Bakewell, in 1820",
"graph": "Rutland Arms, Bakewell, in 1820"
},
{
"modified": "Warm (freshly baked) or cold",
"readable": "Warm or cold",
"graph": "Warm (freshly baked) or cold"
},
{
"modified": "course",
"readable": "course",
"graph": "property:course"
},
{
"modified": "creator",
"readable": "creator",
"graph": "property:creator"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "servingTemperature",
"readable": "serving temperature",
"graph": "property:serving_temperature"
},
{
"modified": "Bakewell_pudding",
"readable": "Bakewell pudding",
"graph": "resource:Bakewell_pudding"
},
{
"modified": "Butter",
"readable": "Butter",
"graph": "resource:Butter"
},
{
"modified": "Derbyshire_Dales",
"readable": "Derbyshire Dales",
"graph": "resource:Derbyshire_Dales"
},
{
"modified": "Dessert",
"readable": "Dessert",
"graph": "resource:Dessert"
},
{
"modified": "Eggs",
"readable": "Eggs",
"graph": "resource:Eggs"
},
{
"modified": "Ground almond",
"readable": "Ground almond",
"graph": "resource:Ground_almond"
},
{
"modified": "Jam",
"readable": "Jam",
"graph": "resource:Jam"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?o ) WHERE { ?i property:main_ingredient resource:Jam . ?i property:region ?r . ?i rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?r ) AS ?o ) WHERE { ?i property:main_ingredient resource:Jam . ?i property:region ?r . ?i rdf:type ontology:food }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"number_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?b property:region ?l . ?b property:main_ingredient resource:Jam . ?b rdf:type ontology:food }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?b property:region ?l . ?b property:main_ingredient resource:Jam . ?b rdf:type ontology:food }",
"graph_answer": [
"resource:Derbyshire_Dales"
],
"readable_answer": [
"Derbyshire Dales"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { ?j property:main_ingredient resource:Jam . ?j rdf:type ontology:food . ?j property:region resource:Derbyshire_Dales }",
"readable_query": "SELECT DISTINCT ?j WHERE { ?j property:main_ingredient resource:Jam . ?j rdf:type ontology:food . ?j property:region resource:Derbyshire_Dales }",
"graph_answer": [
"resource:Bakewell_pudding"
],
"readable_answer": [
"Bakewell pudding"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?r ) WHERE { resource:Bakewell_pudding property:main_ingredient ?i }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?r ) WHERE { resource:Bakewell_pudding property:main_ingredient ?i }",
"graph_answer": [
"4"
],
"readable_answer": [
"4"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { FILTER ( ?s != resource:Jam ) . resource:Bakewell_pudding property:main_ingredient ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( ?s != resource:Jam ) . resource:Bakewell_pudding property:main_ingredient ?s }",
"graph_answer": [
"resource:Ground_almond",
"resource:Eggs",
"resource:Butter"
],
"readable_answer": [
"Ground almond",
"Eggs",
"Butter"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?a WHERE { resource:Bakewell_pudding property:first_appearance_in_film ?a }",
"readable_query": "SELECT DISTINCT ?a WHERE { resource:Bakewell_pudding property:first_appearance_in_film ?a }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician
| 5 |
12607
|
Id126
|
[
{
"subject": "Austria",
"property": "leaderName",
"object": "Doris_Bures"
},
{
"subject": "Alfons_Gorbach",
"property": "placeOfBirth",
"object": "Imst"
},
{
"subject": "Alfons_Gorbach",
"property": "deathPlace",
"object": "Styria"
},
{
"subject": "Austria",
"property": "language",
"object": "Austrian_German"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Austria"
}
] |
[
{
"subject": "Austria",
"property": "leader",
"object": "Doris_Bures"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Imst"
},
{
"subject": "Alfons_Gorbach",
"property": "deathPlace",
"object": "Styria"
},
{
"subject": "Austria",
"property": "language",
"object": "Austrian_German"
},
{
"subject": "Alfons_Gorbach",
"property": "birthPlace",
"object": "Austria"
}
] |
(X (X) (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alfons Gorbach was born in Imst, Austria and died in Styria. Austrian German is spoken in the country which is led by Doris Bures.",
"Imst, Austrian born Alfons Gorbach died in Styria. Doris Bures leads Austrian German speaking Austria.",
"Doris Bures is a leader in Austria, where Austrian German is spoken. Alfons Gorbach was born in, Imst, in Austria and died in Styria."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Austria",
"property:leader",
"resource:Doris_Bures"
],
[
"resource:Austria",
"property:language",
"resource:Austrian_German"
],
[
"resource:Alfons_Gorbach",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfons_Gorbach",
"property:death_place",
"resource:Styria"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Imst"
],
[
"resource:Alfons_Gorbach",
"property:birth_place",
"resource:Austria"
]
] |
Alfons_Gorbach
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Alfons_Gorbach",
"readable": "Alfons Gorbach",
"graph": "resource:Alfons_Gorbach"
},
{
"modified": "Austria",
"readable": "Austria",
"graph": "resource:Austria"
},
{
"modified": "Austrian_German",
"readable": "Austrian German",
"graph": "resource:Austrian_German"
},
{
"modified": "Doris_Bures",
"readable": "Doris Bures",
"graph": "resource:Doris_Bures"
},
{
"modified": "Imst",
"readable": "Imst",
"graph": "resource:Imst"
},
{
"modified": "Styria",
"readable": "Styria",
"graph": "resource:Styria"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?e property:leader resource:Doris_Bures . ?e property:language ?k }",
"readable_query": "ASK WHERE { ?e property:leader resource:Doris_Bures . ?e property:language ?k }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"no_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?j WHERE { ?s property:language ?j . ?s property:leader resource:Doris_Bures }",
"readable_query": "SELECT ?j WHERE { ?s property:language ?j . ?s property:leader resource:Doris_Bures }",
"graph_answer": [
"resource:Austrian_German"
],
"readable_answer": [
"Austrian German"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT ?g WHERE { ?g property:language resource:Austrian_German . ?g property:leader resource:Doris_Bures }",
"readable_query": "SELECT ?g WHERE { ?g property:language resource:Austrian_German . ?g property:leader resource:Doris_Bures }",
"graph_answer": [
"resource:Austria"
],
"readable_answer": [
"Austria"
],
"type": [
"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 ?m WHERE { ?m property:death_place resource:Styria . ?j property:language resource:Austrian_German . ?m property:birth_place ?j . ?m rdf:type ontology:politician }",
"readable_query": "SELECT DISTINCT ?m WHERE { ?m property:death_place resource:Styria . ?j property:language resource:Austrian_German . ?m property:birth_place ?j . ?m rdf:type ontology:politician }",
"graph_answer": [
"resource:Alfons_Gorbach"
],
"readable_answer": [
"Alfons Gorbach"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?z rdf:type ontology:politician . ?z property:death_place ?j . ?z property:birth_place resource:Atlanta__Georgia }",
"readable_query": "ASK WHERE { ?z rdf:type ontology:politician . ?z property:death_place ?j . ?z property:birth_place resource:Atlanta,_Georgia }",
"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
| 2 |
5004
|
Id28
|
[
{
"subject": "Dead_Man's_Plack",
"property": "location",
"object": "England"
},
{
"subject": "England",
"property": "ethnicGroups",
"object": "British_Arabs"
}
] |
[
{
"subject": "Dead_Man's_Plack",
"property": "location",
"object": "England"
},
{
"subject": "England",
"property": "ethnicGroup",
"object": "British_Arabs"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Dead Man's Plack is in England and one of the ethnic groups found in England is the British Arabs.",
"The Dead Man's Plack is in England honoring the British Arab ethnic group.",
"The Dead Man's Plack is located in England, where one of the ethnic groups is the British Arabs."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:England",
"property:ethnic_group",
"resource:British_Arabs"
],
[
"resource:Dead_Man_s_Plack",
"rdf:type",
"ontology:monument"
],
[
"resource:Dead_Man_s_Plack",
"property:location",
"resource:England"
]
] |
Dead_Man's_Plack
|
[
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "British_Arabs",
"readable": "British Arabs",
"graph": "resource:British_Arabs"
},
{
"modified": "Dead_Man's_Plack",
"readable": "Dead Man's Plack",
"graph": "resource:Dead_Man_s_Plack"
},
{
"modified": "England",
"readable": "England",
"graph": "resource:England"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y ?a WHERE { ?y property:location ?a . ?y rdf:type ontology:monument . ?a property:ethnic_group resource:British_Arabs }",
"readable_query": "SELECT DISTINCT ?y ?a WHERE { ?y property:location ?a . ?y rdf:type ontology:monument . ?a property:ethnic_group resource:British_Arabs }",
"graph_answer": [
"resource:Dead_Man_s_Plack",
"resource:England"
],
"readable_answer": [
"Dead Man's Plack",
"England"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Politician
| 4 |
10531
|
Id215
|
[
{
"subject": "Alvah_Sabin",
"property": "region",
"object": "Vermont"
},
{
"subject": "Alvah_Sabin",
"property": "office",
"object": "\"Secretary of State of Vermont\""
},
{
"subject": "Alvah_Sabin",
"property": "successor",
"object": "Homer_Elihu_Royce"
},
{
"subject": "Alvah_Sabin",
"property": "birthPlace",
"object": "Georgia,_Vermont"
}
] |
[
{
"subject": "Alvah_Sabin",
"property": "region",
"object": "Vermont"
},
{
"subject": "Alvah_Sabin",
"property": "office",
"object": "Secretary_of_State_of_Vermont"
},
{
"subject": "Alvah_Sabin",
"property": "successor",
"object": "Homer_Elihu_Royce"
},
{
"subject": "Alvah_Sabin",
"property": "birthPlace",
"object": "Georgia,_Vermont"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alvah Sabin was born in Georgia, Vermont and he represented Vermont. He was the secretary of state and was succeeded by Homer Elihu Royce.",
"Alvah Sabin was born in Georgia, Vermont and was the secretary for that state. His successor was Homer Elihu Royce.",
"Alvah Sabin was born in Georgia, Vermont. He represented the state and worked as the secretary of the State of Vermont. He was succeeded by Homer Elihu Royce."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alvah_Sabin",
"rdf:type",
"ontology:politician"
],
[
"resource:Alvah_Sabin",
"property:successor",
"resource:Homer_Elihu_Royce"
],
[
"resource:Alvah_Sabin",
"property:office",
"resource:Secretary_of_State_of_Vermont"
],
[
"resource:Alvah_Sabin",
"property:region",
"resource:Vermont"
],
[
"resource:Alvah_Sabin",
"property:birth_place",
"resource:Georgia__Vermont"
]
] |
Alvah_Sabin
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Alvah_Sabin",
"readable": "Alvah Sabin",
"graph": "resource:Alvah_Sabin"
},
{
"modified": "Georgia,_Vermont",
"readable": "Georgia, Vermont",
"graph": "resource:Georgia__Vermont"
},
{
"modified": "Homer_Elihu_Royce",
"readable": "Homer Elihu Royce",
"graph": "resource:Homer_Elihu_Royce"
},
{
"modified": "Secretary_of_State_of_Vermont",
"readable": "Secretary of State of Vermont",
"graph": "resource:Secretary_of_State_of_Vermont"
},
{
"modified": "Vermont",
"readable": "Vermont",
"graph": "resource:Vermont"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?s property:birth_place resource:Goslar . ?s property:successor ?n . ?s rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?s property:birth_place resource:Goslar . ?s property:successor ?n . ?s 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 |
8209
|
Id55
|
[
{
"subject": "AIP_Advances",
"property": "editor",
"object": "A.T._Charlie_Johnson"
},
{
"subject": "A.T._Charlie_Johnson",
"property": "doctoralAdvisor",
"object": "Michael_Tinkham"
},
{
"subject": "A.T._Charlie_Johnson",
"property": "almaMater",
"object": "Stanford_University"
}
] |
[
{
"subject": "AIP_Advances",
"property": "editor",
"object": "A.T._Charlie_Johnson"
},
{
"subject": "A.T._Charlie_Johnson",
"property": "doctoralAdvisor",
"object": "Michael_Tinkham"
},
{
"subject": "A.T._Charlie_Johnson",
"property": "almaMater",
"object": "Stanford_University"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A T Charlie Johnson, whose alma mater is Stanford University, is the doctoral advisor for Michael Tinkham and the editor of AIP Advances.",
"AIP Advances was edited by A.T. Charlie Johnson who studied at Stanford University and is the doctoral advisor for Michael Tinkham.",
"A T Charlie Johnson is the editor of AIP Advances. His alma mater was Stanford University and he is doctoral advisor to Michael Tinkham."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_T__Charlie_Johnson",
"property:doctoral_advisor",
"resource:Michael_Tinkham"
],
[
"resource:A_T__Charlie_Johnson",
"property:alma_mater",
"resource:Stanford_University"
],
[
"resource:AIP_Advances",
"property:editor",
"resource:A_T__Charlie_Johnson"
],
[
"resource:AIP_Advances",
"rdf:type",
"ontology:written_work"
]
] |
AIP_Advances
|
[
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "doctoralAdvisor",
"readable": "doctoral advisor",
"graph": "property:doctoral_advisor"
},
{
"modified": "editor",
"readable": "editor",
"graph": "property:editor"
},
{
"modified": "AIP_Advances",
"readable": "AIP Advances",
"graph": "resource:AIP_Advances"
},
{
"modified": "A.T._Charlie_Johnson",
"readable": "A.T. Charlie Johnson",
"graph": "resource:A_T__Charlie_Johnson"
},
{
"modified": "Michael_Tinkham",
"readable": "Michael Tinkham",
"graph": "resource:Michael_Tinkham"
},
{
"modified": "Stanford_University",
"readable": "Stanford University",
"graph": "resource:Stanford_University"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?s WHERE { resource:A_T__Charlie_Johnson property:alma_mater ?s . resource:A_T__Charlie_Johnson property:doctoral_advisor ?c }",
"readable_query": "SELECT DISTINCT ?c ?s WHERE { resource:A.T._Charlie_Johnson property:alma_mater ?s . resource:A.T._Charlie_Johnson property:doctoral_advisor ?c }",
"graph_answer": [
"resource:Michael_Tinkham",
"resource:Stanford_University"
],
"readable_answer": [
"Michael Tinkham",
"Stanford University"
],
"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:AIP_Advances rdf:type ontology:written_work . resource:AIP_Advances property:editor resource:A_T__Charlie_Johnson }",
"readable_query": "ASK WHERE { resource:AIP_Advances rdf:type ontology:written_work . resource:AIP_Advances property:editor resource:A.T._Charlie_Johnson }",
"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
| 4 |
9414
|
Id13
|
[
{
"subject": "Albany,_Georgia",
"property": "subdivisionName",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
[
{
"subject": "Albany,_Georgia",
"property": "isPartOf",
"object": "Dougherty_County,_Georgia"
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Albany,_Georgia",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Albany is a city in Dougherty County, Georgia in the United States. One ethnic group in the U.S. are African Americans and English is the language spoken in that country.",
"Albany is part of Dougherty County in Georgia. It is located in the United States which has the African Americans among its ethnic groups and uses the English language.",
"Albany is a city in Dougherty County, Georgia in the United States. English is the official language of the United States and African Americans are an ethnic group of the country."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Albany__Georgia",
"rdf:type",
"ontology:city"
],
[
"resource:Albany__Georgia",
"property:country",
"resource:United_States"
],
[
"resource:Albany__Georgia",
"property:is_part_of",
"resource:Dougherty_County__Georgia"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_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": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Albany,_Georgia",
"readable": "Albany, Georgia",
"graph": "resource:Albany__Georgia"
},
{
"modified": "Dougherty_County,_Georgia",
"readable": "Dougherty County, Georgia",
"graph": "resource:Dougherty_County__Georgia"
},
{
"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 ( COUNT ( ?z ) AS ?u ) WHERE { resource:United_States property:ethnic_group ?z }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?u ) WHERE { resource:United_States property:ethnic_group ?z }",
"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 ?x WHERE { resource:United_States property:ethnic_group ?x }",
"readable_query": "SELECT DISTINCT ?x WHERE { resource:United_States property:ethnic_group ?x }",
"graph_answer": [
"resource:African_Americans"
],
"readable_answer": [
"African Americans"
],
"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 ?i WHERE { resource:Albany__Georgia property:total_production ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Albany,_Georgia property:total_production ?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"
]
}
] |
|
Politician
| 5 |
12577
|
Id96
|
[
{
"subject": "Alberto_Teisaire",
"property": "deathPlace",
"object": "Buenos_Aires"
},
{
"subject": "Juan_Perón",
"property": "spouse",
"object": "Eva_Perón"
},
{
"subject": "Juan_Perón",
"property": "party",
"object": "Labour_Party_(Argentina)"
},
{
"subject": "Buenos_Aires",
"property": "leaderName",
"object": "Horacio_Rodríguez_Larreta"
},
{
"subject": "Alberto_Teisaire",
"property": "president",
"object": "Juan_Perón"
}
] |
[
{
"subject": "Alberto_Teisaire",
"property": "deathPlace",
"object": "Buenos_Aires"
},
{
"subject": "Juan_Perón",
"property": "spouse",
"object": "Eva_Perón"
},
{
"subject": "Juan_Perón",
"property": "party",
"object": "Labour_Party_(Argentina)"
},
{
"subject": "Buenos_Aires",
"property": "leader",
"object": "Horacio_Rodríguez_Larreta"
},
{
"subject": "Alberto_Teisaire",
"property": "inOfficeWhilePresident",
"object": "Juan_Perón"
}
] |
(X (X (X)) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alberto Teisaire was in office while Labour Party member Juan Peron, who was married to Eva Peron, was President of Argentina. Teisaire died in Buenos Aires where Horacio Rodríguez Larreta was the leader.",
"Alberto Teisaire was in office while Labour Party member Juan Peron, who was married to Eva Peron, was President of Argentina. Teisaire died in Buenos Aires whose leader is Horacio Rodríguez Larreta.",
"Alberto Teisaire was in office while Juan Peron was President. Juan Perón, was married to Eva Perón, and belonged to the Labour Party in Argentina. Alberto Teisaire died in Buenos Aires, the leader of which is, Horacio Rodríguez Larreta."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Buenos_Aires",
"property:leader",
"resource:Horacio_Rodr_guez_Larreta"
],
[
"resource:Juan_Per_n",
"property:spouse",
"resource:Eva_Per_n"
],
[
"resource:Juan_Per_n",
"property:party",
"resource:Labour_Party__Argentina_"
],
[
"resource:Alberto_Teisaire",
"rdf:type",
"ontology:politician"
],
[
"resource:Alberto_Teisaire",
"property:death_place",
"resource:Buenos_Aires"
],
[
"resource:Alberto_Teisaire",
"property:in_office_while_president",
"resource:Juan_Per_n"
]
] |
Alberto_Teisaire
|
[
{
"modified": "deathPlace",
"readable": "death place",
"graph": "property:death_place"
},
{
"modified": "inOfficeWhilePresident",
"readable": "in office while president",
"graph": "property:in_office_while_president"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "spouse",
"readable": "spouse",
"graph": "property:spouse"
},
{
"modified": "Alberto_Teisaire",
"readable": "Alberto Teisaire",
"graph": "resource:Alberto_Teisaire"
},
{
"modified": "Buenos_Aires",
"readable": "Buenos Aires",
"graph": "resource:Buenos_Aires"
},
{
"modified": "Eva_Perón",
"readable": "Eva Perón",
"graph": "resource:Eva_Per_n"
},
{
"modified": "Horacio_Rodríguez_Larreta",
"readable": "Horacio Rodríguez Larreta",
"graph": "resource:Horacio_Rodr_guez_Larreta"
},
{
"modified": "Juan_Perón",
"readable": "Juan Perón",
"graph": "resource:Juan_Per_n"
},
{
"modified": "Labour_Party_(Argentina)",
"readable": "Labour Party",
"graph": "resource:Labour_Party__Argentina_"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?e property:in_office_while_president resource:Juan_Per_n . ?e property:death_place 'New York City, New York, U.S.' . ?e rdf:type ontology:politician }",
"readable_query": "ASK WHERE { ?e property:in_office_while_president resource:Juan_Perón . ?e property:death_place 'New York City, New York, U.S.' . ?e rdf:type ontology:politician }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?r rdf:type ontology:politician . ?r property:in_office_while_president resource:Juan_Per_n . ?r property:death_place resource:Buenos_Aires }",
"readable_query": "ASK WHERE { ?r rdf:type ontology:politician . ?r property:in_office_while_president resource:Juan_Perón . ?r property:death_place resource:Buenos_Aires }",
"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 ?u WHERE { ?u property:in_office_while_president resource:Juan_Per_n . ?u rdf:type ontology:politician . ?u property:death_place resource:Buenos_Aires }",
"readable_query": "SELECT ?u WHERE { ?u property:in_office_while_president resource:Juan_Perón . ?u rdf:type ontology:politician . ?u property:death_place resource:Buenos_Aires }",
"graph_answer": [
"resource:Alberto_Teisaire"
],
"readable_answer": [
"Alberto Teisaire"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p ?g WHERE { resource:Juan_Per_n property:party ?p . resource:Juan_Per_n property:spouse ?g }",
"readable_query": "SELECT DISTINCT ?p ?g WHERE { resource:Juan_Perón property:party ?p . resource:Juan_Perón property:spouse ?g }",
"graph_answer": [
"resource:Labour_Party__Argentina_",
"resource:Eva_Per_n"
],
"readable_answer": [
"Labour Party",
"Eva Perón"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
SportsTeam
| 4 |
10660
|
Id101
|
[
{
"subject": "Agremiação_Sportiva_Arapiraquense",
"property": "league",
"object": "Campeonato_Brasileiro_Série_C"
},
{
"subject": "Agremiação_Sportiva_Arapiraquense",
"property": "ground",
"object": "Estádio_Municipal_Coaracy_da_Mata_Fonseca"
},
{
"subject": "Estádio_Municipal_Coaracy_da_Mata_Fonseca",
"property": "location",
"object": "Arapiraca"
},
{
"subject": "Campeonato_Brasileiro_Série_C",
"property": "champions",
"object": "Vila_Nova_Futebol_Clube"
}
] |
[
{
"subject": "Agremiação_Sportiva_Arapiraquense",
"property": "league",
"object": "Campeonato_Brasileiro_Série_C"
},
{
"subject": "Agremiação_Sportiva_Arapiraquense",
"property": "ground",
"object": "Estádio_Municipal_Coaracy_da_Mata_Fonseca"
},
{
"subject": "Estádio_Municipal_Coaracy_da_Mata_Fonseca",
"property": "location",
"object": "Arapiraca"
},
{
"subject": "Campeonato_Brasileiro_Série_C",
"property": "champions",
"object": "Vila_Nova_Futebol_Clube"
}
] |
(X (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Agremiacao Sportiva Arapiraquense's ground is the Estadio Municipal Coaracy da Mata Fonseca which is located in Arapiraca. They play in the Campeonato Brasileiro Série C league in which Vila Nova Futebol Clube are the champions.",
"Agremiacao Sportiva Arapiraquense's ground is the Estadio Municipal Coaracy da Mata Fonseca which is located in Arapiraca. They play in the Campeonato Brasileiro Serie C League, in which the current champions are Vila Nova Futebol Clube.",
"Agremiação Sportiva Arapiraquense play at the Estádio Municipal Coaracy da Mata Fonseca ground which is located in Arapiraca. They currently play in the Campeonato Brasileiro Serie C League whose current champions are The Vila Nova Futebol Clube."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Est_dio_Municipal_Coaracy_da_Mata_Fonseca",
"property:location",
"resource:Arapiraca"
],
[
"resource:Campeonato_Brasileiro_S_rie_C",
"property:champions",
"resource:Vila_Nova_Futebol_Clube"
],
[
"resource:Agremia__o_Sportiva_Arapiraquense",
"rdf:type",
"ontology:sports_team"
],
[
"resource:Agremia__o_Sportiva_Arapiraquense",
"property:league",
"resource:Campeonato_Brasileiro_S_rie_C"
],
[
"resource:Agremia__o_Sportiva_Arapiraquense",
"property:ground",
"resource:Est_dio_Municipal_Coaracy_da_Mata_Fonseca"
]
] |
Agremiação_Sportiva_Arapiraquense
|
[
{
"modified": "champions",
"readable": "champions",
"graph": "property:champions"
},
{
"modified": "ground",
"readable": "ground",
"graph": "property:ground"
},
{
"modified": "league",
"readable": "league",
"graph": "property:league"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "Agremiação_Sportiva_Arapiraquense",
"readable": "Agremiação Sportiva Arapiraquense",
"graph": "resource:Agremia__o_Sportiva_Arapiraquense"
},
{
"modified": "Arapiraca",
"readable": "Arapiraca",
"graph": "resource:Arapiraca"
},
{
"modified": "Campeonato_Brasileiro_Série_C",
"readable": "Campeonato Brasileiro Série C",
"graph": "resource:Campeonato_Brasileiro_S_rie_C"
},
{
"modified": "Estádio_Municipal_Coaracy_da_Mata_Fonseca",
"readable": "Estádio Municipal Coaracy da Mata Fonseca",
"graph": "resource:Est_dio_Municipal_Coaracy_da_Mata_Fonseca"
},
{
"modified": "Vila_Nova_Futebol_Clube",
"readable": "Vila Nova Futebol Clube",
"graph": "resource:Vila_Nova_Futebol_Clube"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?j property:ground ?h . ?j property:league resource:Campeonato_Brasileiro_S_rie_C . ?j rdf:type ontology:sports_team . ?h property:location resource:Arapiraca }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?j property:ground ?h . ?j property:league resource:Campeonato_Brasileiro_Série_C . ?j rdf:type ontology:sports_team . ?h property:location resource:Arapiraca }",
"graph_answer": [
"resource:Est_dio_Municipal_Coaracy_da_Mata_Fonseca"
],
"readable_answer": [
"Estádio Municipal Coaracy da Mata Fonseca"
],
"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 ?n WHERE { ?n property:league resource:Campeonato_Brasileiro_S_rie_C . resource:Est_dio_Municipal_Coaracy_da_Mata_Fonseca property:location resource:Arapiraca . ?n property:ground resource:Est_dio_Municipal_Coaracy_da_Mata_Fonseca . ?n rdf:type ontology:sports_team }",
"readable_query": "SELECT DISTINCT ?n WHERE { ?n property:league resource:Campeonato_Brasileiro_Série_C . resource:Estádio_Municipal_Coaracy_da_Mata_Fonseca property:location resource:Arapiraca . ?n property:ground resource:Estádio_Municipal_Coaracy_da_Mata_Fonseca . ?n rdf:type ontology:sports_team }",
"graph_answer": [
"resource:Agremia__o_Sportiva_Arapiraquense"
],
"readable_answer": [
"Agremiação Sportiva Arapiraquense"
],
"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 ?c WHERE { resource:Campeonato_Brasileiro_S_rie_C property:area_urban ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { resource:Campeonato_Brasileiro_Série_C property:area_urban ?c }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 5 |
11847
|
Id68
|
[
{
"subject": "Anderson,_Indiana",
"property": "leaderName",
"object": "Democratic_Party_(United_States)"
},
{
"subject": "Anderson_Township,_Madison_County,_Indiana",
"property": "country",
"object": "United_States"
},
{
"subject": "Anderson,_Indiana",
"property": "subdivisionName",
"object": "Anderson_Township,_Madison_County,_Indiana"
},
{
"subject": "Anderson,_Indiana",
"property": "isPartOf",
"object": "Union_Township,_Madison_County,_Indiana"
},
{
"subject": "Democratic_Party_(United_States)",
"property": "headquarters",
"object": "South_Capitol_Street"
}
] |
[
{
"subject": "Anderson,_Indiana",
"property": "leader",
"object": "Democratic_Party_(United_States)"
},
{
"subject": "Anderson_Township,_Madison_County,_Indiana",
"property": "country",
"object": "United_States"
},
{
"subject": "Anderson,_Indiana",
"property": "isPartOf",
"object": "Anderson_Township,_Madison_County,_Indiana"
},
{
"subject": "Anderson,_Indiana",
"property": "isPartOf",
"object": "Union_Township,_Madison_County,_Indiana"
},
{
"subject": "Democratic_Party_(United_States)",
"property": "headquarter",
"object": "South_Capitol_Street"
}
] |
(X (X) (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Anderson in the United States is part of both Union and Anderson Townships, Madison County, Indiana. It is led by the US Democratic Party which has headquarters on South Capitol Street.",
"Anderson, Anderson and Union Townships of Madison County, Indiana is in the United States. It's led by the Democratic Party which has its American headquarters on South Capitol Street.",
"Anderson, part of both Union Township and Anderson Township, is in Madison County, Indiana, in the United States. Anderson is led by the Democratic Party of the U.S., the headquarters of which, are at South Capitol Street."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Democratic_Party__United_States_",
"property:headquarter",
"resource:South_Capitol_Street"
],
[
"resource:Anderson_Township__Madison_County__Indiana",
"property:country",
"resource:United_States"
],
[
"resource:Anderson__Indiana",
"property:leader",
"resource:Democratic_Party__United_States_"
],
[
"resource:Anderson__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Anderson__Indiana",
"property:is_part_of",
"resource:Anderson_Township__Madison_County__Indiana"
],
[
"resource:Anderson__Indiana",
"property:is_part_of",
"resource:Union_Township__Madison_County__Indiana"
]
] |
Anderson,_Indiana
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "headquarter",
"readable": "headquarter",
"graph": "property:headquarter"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Anderson_Township,_Madison_County,_Indiana",
"readable": "Anderson Township, Madison County, Indiana",
"graph": "resource:Anderson_Township__Madison_County__Indiana"
},
{
"modified": "Anderson,_Indiana",
"readable": "Anderson, Indiana",
"graph": "resource:Anderson__Indiana"
},
{
"modified": "Democratic_Party_(United_States)",
"readable": "Democratic Party",
"graph": "resource:Democratic_Party__United_States_"
},
{
"modified": "South_Capitol_Street",
"readable": "South Capitol Street",
"graph": "resource:South_Capitol_Street"
},
{
"modified": "Union_Township,_Madison_County,_Indiana",
"readable": "Union Township, Madison County, Indiana",
"graph": "resource:Union_Township__Madison_County__Indiana"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?x WHERE { ?x property:headquarter resource:South_Capitol_Street . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'd' ) ) }",
"readable_query": "SELECT DISTINCT ?x WHERE { ?x property:headquarter resource:South_Capitol_Street . FILTER ( STRSTARTS ( LCASE ( ?x ) , 'd' ) ) }",
"graph_answer": [
"resource:Democratic_Party__United_States_"
],
"readable_answer": [
"Democratic Party"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER NOT EXISTS { ?b property:country resource:United_States } . resource:Anderson__Indiana property:is_part_of ?b }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER NOT EXISTS { ?b property:country resource:United_States } . resource:Anderson,_Indiana property:is_part_of ?b }",
"graph_answer": [
"resource:Union_Township__Madison_County__Indiana"
],
"readable_answer": [
"Union Township, Madison County, Indiana"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?w WHERE { resource:Anderson__Indiana property:is_part_of ?w . FILTER ( ?w != resource:Union_Township__Madison_County__Indiana ) }",
"readable_query": "SELECT DISTINCT ?w WHERE { resource:Anderson__Indiana property:is_part_of ?w . FILTER ( ?w != resource:Union_Township,_Madison_County,_Indiana ) }",
"graph_answer": [
"resource:Anderson_Township__Madison_County__Indiana"
],
"readable_answer": [
"Anderson Township, Madison County, Indiana"
],
"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"
]
}
] |
|
MeanOfTransportation
| 4 |
10082
|
Id56
|
[
{
"subject": "ALV_X-1",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
}
] |
[
{
"subject": "ALV_X-1",
"property": "countryOrigin",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "Native_Americans_in_the_United_States"
},
{
"subject": "United_States",
"property": "demonym",
"object": "Americans"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
}
] |
(X (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The United States has its capital as Washington, D.C., is home to Americans and Native Americans and is the origin of the ALV X-1.",
"The ALV X-1 originated from the United States which has the capital city of Washington DC. The people of the US are called Americans and include the ethnic group of native Americans."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:demonym",
"resource:Americans"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:Native_Americans_in_the_United_States"
],
[
"resource:ALV_X_1",
"property:country_origin",
"resource:United_States"
],
[
"resource:ALV_X_1",
"rdf:type",
"ontology:mean_of_transportation"
]
] |
ALV_X-1
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "countryOrigin",
"readable": "country origin",
"graph": "property:country_origin"
},
{
"modified": "demonym",
"readable": "demonym",
"graph": "property:demonym"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "ALV_X-1",
"readable": "ALV X-1",
"graph": "resource:ALV_X_1"
},
{
"modified": "Americans",
"readable": "Americans",
"graph": "resource:Americans"
},
{
"modified": "Native_Americans_in_the_United_States",
"readable": "Native Americans in the United States",
"graph": "resource:Native_Americans_in_the_United_States"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "Washington,_D.C.",
"readable": "Washington, D.C.",
"graph": "resource:Washington__D_C_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'u' ) ) . ?j property:demonym resource:Americans . ?j property:capital resource:Washington__D_C_ }",
"readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( STRSTARTS ( LCASE ( ?j ) , 'u' ) ) . ?j property:demonym resource:Americans . ?j property:capital resource:Washington,_D.C. }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:United_States property:influenced_by ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:United_States property:influenced_by ?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"
]
}
] |
|
MeanOfTransportation
| 2 |
4916
|
Id151
|
[
{
"subject": "Ariane_5",
"property": "sites",
"object": "ELA-3"
},
{
"subject": "ELA-3",
"property": "operator",
"object": "Arianespace"
}
] |
[
{
"subject": "Ariane_5",
"property": "launchSite",
"object": "ELA-3"
},
{
"subject": "ELA-3",
"property": "operator",
"object": "Arianespace"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Ariane 5 was launched at the ELA-3, operated by Arianespace.",
"The launch site of the Ariane 5 was ELA-3 launchpad which is operated by Arianespace.",
"The Ariane 5 was launched from ELA-3, operated by Arianespace."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Ariane_5",
"property:launch_site",
"resource:ELA_3"
],
[
"resource:Ariane_5",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:ELA_3",
"property:operator",
"resource:Arianespace"
]
] |
Ariane_5
|
[
{
"modified": "launchSite",
"readable": "launch site",
"graph": "property:launch_site"
},
{
"modified": "operator",
"readable": "operator",
"graph": "property:operator"
},
{
"modified": "Ariane_5",
"readable": "Ariane 5",
"graph": "resource:Ariane_5"
},
{
"modified": "Arianespace",
"readable": "Arianespace",
"graph": "resource:Arianespace"
},
{
"modified": "ELA-3",
"readable": "ELA-3",
"graph": "resource:ELA_3"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?y rdf:type ontology:mean_of_transportation . ?s property:operator resource:United_States_Air_Force . ?y property:launch_site ?s }",
"readable_query": "ASK WHERE { ?y rdf:type ontology:mean_of_transportation . ?s property:operator resource:United_States_Air_Force . ?y property:launch_site ?s }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
Politician
| 5 |
12585
|
Id104
|
[
{
"subject": "Alfred_Moore_Scales",
"property": "successor",
"object": "Daniel_Gould_Fowle"
},
{
"subject": "Alfred_Moore_Scales",
"property": "almaMater",
"object": "University_of_North_Carolina_at_Chapel_Hill"
},
{
"subject": "Alfred_Moore_Scales",
"property": "office",
"object": "\"Governor of North Carolina\""
},
{
"subject": "Alfred_Moore_Scales",
"property": "party",
"object": "Democratic_Party_(United_States)"
},
{
"subject": "Alfred_Moore_Scales",
"property": "birthPlace",
"object": "Reidsville,_North_Carolina"
}
] |
[
{
"subject": "Alfred_Moore_Scales",
"property": "successor",
"object": "Daniel_Gould_Fowle"
},
{
"subject": "Alfred_Moore_Scales",
"property": "almaMater",
"object": "University_of_North_Carolina_at_Chapel_Hill"
},
{
"subject": "Alfred_Moore_Scales",
"property": "party",
"object": "Democratic_Party_(United_States)"
},
{
"subject": "Alfred_Moore_Scales",
"property": "birthPlace",
"object": "Reidsville,_North_Carolina"
},
{
"subject": "Alfred_Moore_Scales",
"property": "office",
"object": "\"Governor of North Carolina\""
}
] |
(X (X) (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Democrat Alfred Moore Scales was Governor of North Carolina and was born in Reidsville, North Carolina. He attended the University of North Carolina in Chapel Hill and was succeeded by Daniel Gould Fowle.",
"Born in Reidsville, North Carolina, Alfred Moore Scales, was Governor of North Carolina. He was a member of the U.S. Democratic Party and was succeeded by Daniel Gould Fowle. The alma mater of Alfred Moore Scales was the University of North Carolina at Chapel Hill.",
"Alfred Moore Scales, who was born in Reidsville, North Carolina, graduated from the University of North Carolina at Chapel Hill and is a member of the Democratic Party. He became governor of North Carolina and was succeeded by Daniel Gould Fowle."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alfred_Moore_Scales",
"property:party",
"resource:Democratic_Party__United_States_"
],
[
"resource:Alfred_Moore_Scales",
"rdf:type",
"ontology:politician"
],
[
"resource:Alfred_Moore_Scales",
"property:successor",
"resource:Daniel_Gould_Fowle"
],
[
"resource:Alfred_Moore_Scales",
"property:office",
"Governor of North Carolina"
],
[
"resource:Alfred_Moore_Scales",
"property:alma_mater",
"resource:University_of_North_Carolina_at_Chapel_Hill"
],
[
"resource:Alfred_Moore_Scales",
"property:birth_place",
"resource:Reidsville__North_Carolina"
]
] |
Alfred_Moore_Scales
|
[
{
"modified": "Governor of North Carolina",
"readable": "Governor of North Carolina",
"graph": "Governor of North Carolina"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "party",
"readable": "party",
"graph": "property:party"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Alfred_Moore_Scales",
"readable": "Alfred Moore Scales",
"graph": "resource:Alfred_Moore_Scales"
},
{
"modified": "Daniel_Gould_Fowle",
"readable": "Daniel Gould Fowle",
"graph": "resource:Daniel_Gould_Fowle"
},
{
"modified": "Democratic_Party_(United_States)",
"readable": "Democratic Party",
"graph": "resource:Democratic_Party__United_States_"
},
{
"modified": "Reidsville,_North_Carolina",
"readable": "Reidsville, North Carolina",
"graph": "resource:Reidsville__North_Carolina"
},
{
"modified": "University_of_North_Carolina_at_Chapel_Hill",
"readable": "University of North Carolina at Chapel Hill",
"graph": "resource:University_of_North_Carolina_at_Chapel_Hill"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?u property:party ?o . ?u rdf:type ontology:politician . ?u property:birth_place resource:England }",
"readable_query": "ASK WHERE { ?u property:party ?o . ?u rdf:type ontology:politician . ?u property:birth_place resource:England }",
"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 |
3893
|
Id45
|
[
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
},
{
"subject": "250_Delaware_Avenue",
"property": "architecturalStyle",
"object": "Postmodern_architecture"
}
] |
[
{
"subject": "250_Delaware_Avenue",
"property": "location",
"object": "United_States"
},
{
"subject": "250_Delaware_Avenue",
"property": "architecturalStyle",
"object": "Postmodern_architecture"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good"
],
"lid": [
"Id1"
],
"text": [
"250 Delaware Avenue has the Postmodern style of architecture and is located in the United States."
],
"lang": [
""
]
}
|
[] |
[] |
[
[
"resource:250_Delaware_Avenue",
"rdf:type",
"ontology:building"
],
[
"resource:250_Delaware_Avenue",
"property:location",
"resource:United_States"
],
[
"resource:250_Delaware_Avenue",
"property:architectural_style",
"resource:Postmodern_architecture"
]
] |
250_Delaware_Avenue
|
[
{
"modified": "architecturalStyle",
"readable": "architectural style",
"graph": "property:architectural_style"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "250_Delaware_Avenue",
"readable": "250 Delaware Avenue",
"graph": "resource:250_Delaware_Avenue"
},
{
"modified": "Postmodern_architecture",
"readable": "Postmodern architecture",
"graph": "resource:Postmodern_architecture"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?l WHERE { resource:250_Delaware_Avenue property:location ?z . resource:250_Delaware_Avenue property:architectural_style ?l }",
"readable_query": "SELECT DISTINCT ?z ?l WHERE { resource:250_Delaware_Avenue property:location ?z . resource:250_Delaware_Avenue property:architectural_style ?l }",
"graph_answer": [
"resource:United_States",
"resource:Postmodern_architecture"
],
"readable_answer": [
"United States",
"Postmodern architecture"
],
"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"
]
}
] |
|
Politician
| 3 |
7681
|
Id12
|
[
{
"subject": "Ab_Klink",
"property": "almaMater",
"object": "Erasmus_University_Rotterdam"
},
{
"subject": "Erasmus_University_Rotterdam",
"property": "affiliation",
"object": "Association_of_MBAs"
},
{
"subject": "Ab_Klink",
"property": "office",
"object": "House_of_Representatives_(Netherlands)"
}
] |
[
{
"subject": "Ab_Klink",
"property": "almaMater",
"object": "Erasmus_University_Rotterdam"
},
{
"subject": "Erasmus_University_Rotterdam",
"property": "affiliation",
"object": "Association_of_MBAs"
},
{
"subject": "Ab_Klink",
"property": "office",
"object": "House_of_Representatives_(Netherlands)"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Ab Klink, who worked at the House of Representatives in the Netherlands, graduated from Erasmus University Rotterdam which is affiliated to the Association of MBAs.",
"Ab Klink, who worked at the House of Representatives in Netherlands, graduated from Erasmus University in Rotterdam which is affiliated to the Association of MBAs.",
"Ab Klink, who worked at the House of Representatives in Netherlands, attended Erasmus University in Rotterdam which is affiliated to the Association of MBAs."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Erasmus_University_Rotterdam",
"property:affiliation",
"resource:Association_of_MBAs"
],
[
"resource:Ab_Klink",
"rdf:type",
"ontology:politician"
],
[
"resource:Ab_Klink",
"property:office",
"resource:House_of_Representatives__Netherlands_"
],
[
"resource:Ab_Klink",
"property:alma_mater",
"resource:Erasmus_University_Rotterdam"
]
] |
Ab_Klink
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "almaMater",
"readable": "alma mater",
"graph": "property:alma_mater"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "Ab_Klink",
"readable": "Ab Klink",
"graph": "resource:Ab_Klink"
},
{
"modified": "Association_of_MBAs",
"readable": "Association of MBAs",
"graph": "resource:Association_of_MBAs"
},
{
"modified": "Erasmus_University_Rotterdam",
"readable": "Erasmus University Rotterdam",
"graph": "resource:Erasmus_University_Rotterdam"
},
{
"modified": "House_of_Representatives_(Netherlands)",
"readable": "House of Representatives",
"graph": "resource:House_of_Representatives__Netherlands_"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:politician . ?k property:alma_mater resource:Erasmus_University_Rotterdam . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k rdf:type ontology:politician . ?k property:alma_mater resource:Erasmus_University_Rotterdam . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) }",
"graph_answer": [
"resource:Ab_Klink"
],
"readable_answer": [
"Ab Klink"
],
"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:Ab_Klink property:office resource:House_of_Representatives__Netherlands_ }",
"readable_query": "ASK WHERE { resource:Ab_Klink property:office resource:House_of_Representatives_(Netherlands) }",
"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 |
7596
|
Id196
|
[
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "United_States"
},
{
"subject": "AIDAluna",
"property": "shipOwner",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
] |
[
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "United_States"
},
{
"subject": "AIDAluna",
"property": "owner",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AIDA Cruises is the owner of the AIDAluna which is powered by Caterpillar Inc. found in the US.",
"AIDAluna is owned by AIDA Cruises and powered by the Caterpillar Inc. engine from the US.",
"The AIDAluna, is owned by AIDA Cruises and powered by Caterpillar Inc. which is located in the U.S."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Caterpillar_Inc_",
"property:location",
"resource:United_States"
],
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:power_type",
"resource:Caterpillar_Inc_"
],
[
"resource:AIDAluna",
"property:owner",
"resource:AIDA_Cruises"
]
] |
AIDAluna
|
[
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "AIDA_Cruises",
"readable": "AIDA Cruises",
"graph": "resource:AIDA_Cruises"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
},
{
"modified": "Caterpillar_Inc.",
"readable": "Caterpillar Inc.",
"graph": "resource:Caterpillar_Inc_"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?l ) WHERE { ?w property:location resource:United_States }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?w ) AS ?l ) WHERE { ?w property:location resource:United_States }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { ?b property:location resource:United_States }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b property:location resource:United_States }",
"graph_answer": [
"resource:Caterpillar_Inc_"
],
"readable_answer": [
"Caterpillar Inc."
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?u property:power_type resource:Caterpillar_Inc_ . ?u rdf:type ontology:mean_of_transportation }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?u property:power_type resource:Caterpillar_Inc. . ?u rdf:type ontology:mean_of_transportation }",
"graph_answer": [
"resource:AIDAluna"
],
"readable_answer": [
"AIDAluna"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?b property:power_type resource:Humphrys__Tennant_and_Dykes . ?b property:owner resource:AIDA_Cruises . ?b rdf:type ontology:mean_of_transportation }",
"readable_query": "ASK WHERE { ?b property:power_type resource:Humphrys,_Tennant_and_Dykes . ?b property:owner resource:AIDA_Cruises . ?b rdf:type ontology:mean_of_transportation }",
"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"
]
}
] |
|
WrittenWork
| 5 |
12764
|
Id32
|
[
{
"subject": "Administrative_Science_Quarterly",
"property": "publisher",
"object": "Cornell_University"
},
{
"subject": "Cornell_University",
"property": "nickname",
"object": "Cornell_Big_Red"
},
{
"subject": "Cornell_University",
"property": "affiliation",
"object": "Association_of_Public_and_Land-grant_Universities"
},
{
"subject": "Cornell_University",
"property": "affiliations",
"object": "Association_of_American_Universities"
},
{
"subject": "Cornell_University",
"property": "city",
"object": "Ithaca,_New_York"
}
] |
[
{
"subject": "Administrative_Science_Quarterly",
"property": "publisher",
"object": "Cornell_University"
},
{
"subject": "Cornell_University",
"property": "nickname",
"object": "Cornell_Big_Red"
},
{
"subject": "Cornell_University",
"property": "affiliation",
"object": "Association_of_Public_and_Land-grant_Universities"
},
{
"subject": "Cornell_University",
"property": "affiliation",
"object": "Association_of_American_Universities"
},
{
"subject": "Cornell_University",
"property": "city",
"object": "Ithaca,_New_York"
}
] |
(X (X (X) (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Cornell University, nicknamed Cornell Big Red, and located in Ithaca, New York, is the publisher of Administrative Science Quarterly and is also affiliated with both the Association of Public and Land-grant Universities and the Association of American Universities.",
"Administrative Science Quarterly was published by Cornell University which is located in Ithaca New York. The university is affiliated with the Association of Public and Land-grant Universities and the Association of American Universities. Its nickname is Cornell Big Red."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Cornell_University",
"property:city",
"resource:Ithaca__New_York"
],
[
"resource:Cornell_University",
"property:affiliation",
"resource:Association_of_American_Universities"
],
[
"resource:Cornell_University",
"property:affiliation",
"resource:Association_of_Public_and_Land_grant_Universities"
],
[
"resource:Cornell_University",
"property:nickname",
"resource:Cornell_Big_Red"
],
[
"resource:Administrative_Science_Quarterly",
"rdf:type",
"ontology:written_work"
],
[
"resource:Administrative_Science_Quarterly",
"property:publisher",
"resource:Cornell_University"
]
] |
Administrative_Science_Quarterly
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "nickname",
"readable": "nickname",
"graph": "property:nickname"
},
{
"modified": "publisher",
"readable": "publisher",
"graph": "property:publisher"
},
{
"modified": "Administrative_Science_Quarterly",
"readable": "Administrative Science Quarterly",
"graph": "resource:Administrative_Science_Quarterly"
},
{
"modified": "Association_of_American_Universities",
"readable": "Association of American Universities",
"graph": "resource:Association_of_American_Universities"
},
{
"modified": "Association_of_Public_and_Land-grant_Universities",
"readable": "Association of Public and Land-grant Universities",
"graph": "resource:Association_of_Public_and_Land_grant_Universities"
},
{
"modified": "Cornell_Big_Red",
"readable": "Cornell Big Red",
"graph": "resource:Cornell_Big_Red"
},
{
"modified": "Cornell_University",
"readable": "Cornell University",
"graph": "resource:Cornell_University"
},
{
"modified": "Ithaca,_New_York",
"readable": "Ithaca, New York",
"graph": "resource:Ithaca__New_York"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?s ) WHERE { resource:Cornell_University property:affiliation ?e }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?s ) WHERE { resource:Cornell_University property:affiliation ?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 ?u WHERE { resource:Cornell_University property:affiliation ?u }",
"readable_query": "SELECT DISTINCT ?u WHERE { resource:Cornell_University property:affiliation ?u }",
"graph_answer": [
"resource:Association_of_American_Universities",
"resource:Association_of_Public_and_Land_grant_Universities"
],
"readable_answer": [
"Association of American Universities",
"Association of Public and Land-grant Universities"
],
"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:Cornell_University property:nickname resource:Cornell_Big_Red }",
"readable_query": "ASK WHERE { resource:Cornell_University property:nickname resource:Cornell_Big_Red }",
"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 ?e WHERE { resource:Cornell_University property:diameter ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Cornell_University property:diameter ?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"
]
}
] |
|
Company
| 4 |
9692
|
Id38
|
[
{
"subject": "Hypermarcas",
"property": "numberOfEmployees",
"object": "10252"
},
{
"subject": "Hypermarcas",
"property": "location",
"object": "São_Paulo"
},
{
"subject": "Hypermarcas",
"property": "keyPerson",
"object": "CEO"
},
{
"subject": "Hypermarcas",
"property": "type",
"object": "S.A._(corporation)"
}
] |
[
{
"subject": "Hypermarcas",
"property": "numberOfEmployees",
"object": "10252"
},
{
"subject": "Hypermarcas",
"property": "location",
"object": "São_Paulo"
},
{
"subject": "Hypermarcas",
"property": "keyPerson",
"object": "CEO"
},
{
"subject": "Hypermarcas",
"property": "type",
"object": "S.A._(corporation)"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Hypermarcas is an S.A. corporation in Sao Paulo employing 10,252 people with a CEO as the key person.",
"The São Paulo company, Hypermarcas S. A., has 10252 employees beneath its CEO.",
"Hypermarcas is a S.A. with 10252 employees. The company is located in Sao Paulo and is managed by a CEO."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Hypermarcas",
"property:number_of_employees",
"10252"
],
[
"resource:Hypermarcas",
"property:key_person",
"resource:CEO"
],
[
"resource:Hypermarcas",
"rdf:type",
"ontology:s__a___corporation_"
],
[
"resource:Hypermarcas",
"rdf:type",
"ontology:company"
],
[
"resource:Hypermarcas",
"property:location",
"resource:S_o_Paulo"
]
] |
Hypermarcas
|
[
{
"modified": "10252",
"readable": "10252",
"graph": "10252"
},
{
"modified": "S.A._(corporation)",
"readable": "s. a.",
"graph": "ontology:s__a___corporation_"
},
{
"modified": "keyPerson",
"readable": "key person",
"graph": "property:key_person"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "numberOfEmployees",
"readable": "number of employees",
"graph": "property:number_of_employees"
},
{
"modified": "CEO",
"readable": "CEO",
"graph": "resource:CEO"
},
{
"modified": "Hypermarcas",
"readable": "Hypermarcas",
"graph": "resource:Hypermarcas"
},
{
"modified": "São_Paulo",
"readable": "São Paulo",
"graph": "resource:S_o_Paulo"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?q > '10000' ) . ?d rdf:type ontology:s__a___corporation_ . ?d property:location ?b . ?d property:number_of_employees ?q }",
"readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?q > '10000' ) . ?d rdf:type ontology:s._a._(corporation) . ?d property:location ?b . ?d property:number_of_employees ?q }",
"graph_answer": [
"resource:S_o_Paulo"
],
"readable_answer": [
"São Paulo"
],
"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 ?g WHERE { ?g property:location resource:S_o_Paulo . ?g property:number_of_employees ?v . ?g rdf:type ontology:s__a___corporation_ . FILTER ( ?v > '10000' ) }",
"readable_query": "SELECT DISTINCT ?g WHERE { ?g property:location resource:São_Paulo . ?g property:number_of_employees ?v . ?g rdf:type ontology:s._a._(corporation) . FILTER ( ?v > '10000' ) }",
"graph_answer": [
"resource:Hypermarcas"
],
"readable_answer": [
"Hypermarcas"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"comparison",
"number_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g ?u WHERE { resource:Hypermarcas property:number_of_employees ?u . resource:Hypermarcas property:key_person ?g }",
"readable_query": "SELECT DISTINCT ?g ?u WHERE { resource:Hypermarcas property:number_of_employees ?u . resource:Hypermarcas property:key_person ?g }",
"graph_answer": [
"resource:CEO",
"10252"
],
"readable_answer": [
"CEO",
"10252"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Airport
| 2 |
3237
|
Id42
|
[
{
"subject": "Agra_Airport",
"property": "iataLocationIdentifier",
"object": "\"AGR\""
},
{
"subject": "Agra_Airport",
"property": "location",
"object": "Agra"
}
] |
[
{
"subject": "Agra_Airport",
"property": "iataLocationIdentifier",
"object": "\"AGR\""
},
{
"subject": "Agra_Airport",
"property": "location",
"object": "Agra"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AGR is the ATA Location Identifier for Agra Airport, Agra.",
"AGR is the ATA Location Identifier for Agra Airport which is located in Agra.",
"AGR is the IATA I.D. of the Agra Airport which is located in Agra."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Agra_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Agra_Airport",
"property:location",
"resource:Agra"
],
[
"resource:Agra_Airport",
"property:iata_location_identifier",
"resource:AGR"
]
] |
Agra_Airport
|
[
{
"modified": "iataLocationIdentifier",
"readable": "iata location identifier",
"graph": "property:iata_location_identifier"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "AGR",
"readable": "AGR",
"graph": "resource:AGR"
},
{
"modified": "Agra",
"readable": "Agra",
"graph": "resource:Agra"
},
{
"modified": "Agra_Airport",
"readable": "Agra Airport",
"graph": "resource:Agra_Airport"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?a ?f WHERE { ?f rdf:type ontology:airport . ?f property:location resource:Agra . ?f property:iata_location_identifier ?a }",
"readable_query": "SELECT DISTINCT ?a ?f WHERE { ?f rdf:type ontology:airport . ?f property:location resource:Agra . ?f property:iata_location_identifier ?a }",
"graph_answer": [
"resource:AGR",
"resource:Agra_Airport"
],
"readable_answer": [
"AGR",
"Agra Airport"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist
| 2 |
3538
|
Id150
|
[
{
"subject": "Alison_O'Donnell",
"property": "genre",
"object": "Folk_rock"
},
{
"subject": "Alison_O'Donnell",
"property": "recordLabel",
"object": "Static_Caravan_Recordings"
}
] |
[
{
"subject": "Alison_O'Donnell",
"property": "genre",
"object": "Folk_rock"
},
{
"subject": "Alison_O'Donnell",
"property": "recordLabel",
"object": "Static_Caravan_Recordings"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alison O'Donnell, a folk rock genre artist, recorded on the record label, Static Caravan Recordings.",
"Folk rock musician Alison O'Donnell is signed with Static Caravan Recordings.",
"Alison O'Donnell performs folk rock music and is signed to Static Caravan Recordings."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alison_O_Donnell",
"rdf:type",
"ontology:artist"
],
[
"resource:Alison_O_Donnell",
"property:genre",
"resource:Folk_rock"
],
[
"resource:Alison_O_Donnell",
"property:record_label",
"resource:Static_Caravan_Recordings"
]
] |
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": "Folk_rock",
"readable": "Folk rock",
"graph": "resource:Folk_rock"
},
{
"modified": "Static_Caravan_Recordings",
"readable": "Static Caravan Recordings",
"graph": "resource:Static_Caravan_Recordings"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?u property:record_label resource:Static_Caravan_Recordings . ?u rdf:type ontology:artist . ?u property:genre resource:Folk_rock }",
"readable_query": "ASK WHERE { ?u property:record_label resource:Static_Caravan_Recordings . ?u rdf:type ontology:artist . ?u property:genre resource:Folk_rock }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?h WHERE { ?h property:record_label resource:Static_Caravan_Recordings . ?h property:genre resource:Folk_rock . ?h rdf:type ontology:artist }",
"readable_query": "SELECT ?h WHERE { ?h property:record_label resource:Static_Caravan_Recordings . ?h property:genre resource:Folk_rock . ?h rdf:type ontology:artist }",
"graph_answer": [
"resource:Alison_O_Donnell"
],
"readable_answer": [
"Alison O'Donnell"
],
"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"
]
}
] |
|
WrittenWork
| 5 |
12777
|
Id45
|
[
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
[
{
"subject": "English_language",
"property": "spokenIn",
"object": "Great_Britain"
},
{
"subject": "United_States",
"property": "capital",
"object": "Washington,_D.C."
},
{
"subject": "United_States",
"property": "language",
"object": "English_language"
},
{
"subject": "Alcatraz_Versus_the_Evil_Librarians",
"property": "country",
"object": "United_States"
},
{
"subject": "United_States",
"property": "ethnicGroup",
"object": "African_Americans"
}
] |
(X (X (X) (X) (X (X))))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Alcatraz Versus the Evil Librarians was written in the United States where like in Great Britain, English is spoken. Washington DC is the capital of the US and African Americans are an ethnic group.",
"The book Alcatraz Versus the Evil Librarians comes from the U.S, the capital is Washington, D.C. and one of the ethnic groups is African American. They speak English, same as in Great Britain.",
"The book Alcatraz Versus the Evil Librarians comes from the U.S, the capital of this country is Washington D. C. and one of the ethnic group is The African Americans. They speak English, same as in Great Britain."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:United_States",
"property:capital",
"resource:Washington__D_C_"
],
[
"resource:United_States",
"property:language",
"resource:English_language"
],
[
"resource:United_States",
"property:ethnic_group",
"resource:African_Americans"
],
[
"resource:English_language",
"property:spoken_in",
"resource:Great_Britain"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"rdf:type",
"ontology:written_work"
],
[
"resource:Alcatraz_Versus_the_Evil_Librarians",
"property:country",
"resource:United_States"
]
] |
Alcatraz_Versus_the_Evil_Librarians
|
[
{
"modified": "capital",
"readable": "capital",
"graph": "property:capital"
},
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "spokenIn",
"readable": "spoken in",
"graph": "property:spoken_in"
},
{
"modified": "African_Americans",
"readable": "African Americans",
"graph": "resource:African_Americans"
},
{
"modified": "Alcatraz_Versus_the_Evil_Librarians",
"readable": "Alcatraz Versus the Evil Librarians",
"graph": "resource:Alcatraz_Versus_the_Evil_Librarians"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "Great_Britain",
"readable": "Great Britain",
"graph": "resource:Great_Britain"
},
{
"modified": "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 ?p WHERE { ?p property:language ?x . ?p property:capital resource:Washington__D_C_ . ?x property:spoken_in resource:Great_Britain }",
"readable_query": "SELECT DISTINCT ?p WHERE { ?p property:language ?x . ?p property:capital resource:Washington,_D.C. . ?x property:spoken_in resource:Great_Britain }",
"graph_answer": [
"resource:United_States"
],
"readable_answer": [
"United States"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:capital resource:Washington__D_C_ . ?p property:spoken_in resource:Great_Britain . resource:United_States property:language ?p }",
"readable_query": "SELECT DISTINCT ?p WHERE { resource:United_States property:capital resource:Washington,_D.C. . ?p property:spoken_in resource:Great_Britain . resource:United_States property:language ?p }",
"graph_answer": [
"resource:English_language"
],
"readable_answer": [
"English language"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { resource:United_States property:ethnic_group ?u }",
"readable_query": "ASK WHERE { resource:United_States property:ethnic_group ?u }",
"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 ?o WHERE { resource:United_States property:ethnic_group ?o }",
"readable_query": "SELECT ?o WHERE { resource:United_States property:ethnic_group ?o }",
"graph_answer": [
"resource:African_Americans"
],
"readable_answer": [
"African Americans"
],
"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 ?l WHERE { ?l property:country resource:United_States . ?l rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?l property:country resource:United_States . ?l rdf:type ontology:written_work }",
"graph_answer": [
"resource:Alcatraz_Versus_the_Evil_Librarians"
],
"readable_answer": [
"Alcatraz Versus the Evil Librarians"
],
"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
| 4 |
9983
|
Id272
|
[
{
"subject": "Indonesia",
"property": "language",
"object": "Indonesian_language"
},
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
},
{
"subject": "Indonesia",
"property": "leaderName",
"object": "Joko_Widodo"
}
] |
[
{
"subject": "Indonesia",
"property": "language",
"object": "Indonesian_language"
},
{
"subject": "Bakso",
"property": "region",
"object": "Indonesia"
},
{
"subject": "Bakso",
"property": "country",
"object": "Chinese_cuisine"
},
{
"subject": "Indonesia",
"property": "leader",
"object": "Joko_Widodo"
}
] |
(X (X) (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Bakso is made in China and found in Indonesia. In Indonesia the main language is Indonesian and the leader is Joko Widodo.",
"Indonesian is the language of Indonesia, where Joko Widodo is leader and where the Chinese dish Bakso can be found.",
"Bakso is from the Chinese cuisine and is a food found in Indonsia. Joko Widodo is the leader of the country where the Indonesian language is spoken."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bakso",
"rdf:type",
"ontology:food"
],
[
"resource:Bakso",
"property:country",
"resource:Chinese_cuisine"
],
[
"resource:Bakso",
"property:region",
"resource:Indonesia"
],
[
"resource:Indonesia",
"property:leader",
"resource:Joko_Widodo"
],
[
"resource:Indonesia",
"property:language",
"resource:Indonesian_language"
]
] |
Bakso
|
[
{
"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": "Bakso",
"readable": "Bakso",
"graph": "resource:Bakso"
},
{
"modified": "Chinese_cuisine",
"readable": "Chinese cuisine",
"graph": "resource:Chinese_cuisine"
},
{
"modified": "Indonesia",
"readable": "Indonesia",
"graph": "resource:Indonesia"
},
{
"modified": "Indonesian_language",
"readable": "Indonesian language",
"graph": "resource:Indonesian_language"
},
{
"modified": "Joko_Widodo",
"readable": "Joko Widodo",
"graph": "resource:Joko_Widodo"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?u WHERE { ?c property:region ?u . ?c property:country resource:Chinese_cuisine . ?c rdf:type ontology:food . ?u property:leader resource:Joko_Widodo }",
"readable_query": "SELECT DISTINCT ?u WHERE { ?c property:region ?u . ?c property:country resource:Chinese_cuisine . ?c rdf:type ontology:food . ?u property:leader resource:Joko_Widodo }",
"graph_answer": [
"resource:Indonesia"
],
"readable_answer": [
"Indonesia"
],
"type": [
"complete",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?c property:region ?k . ?k property:language resource:Indonesian_language . ?c rdf:type ontology:food . ?c property:country resource:Chinese_cuisine }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?c property:region ?k . ?k property:language resource:Indonesian_language . ?c rdf:type ontology:food . ?c property:country resource:Chinese_cuisine }",
"graph_answer": [
"resource:Bakso"
],
"readable_answer": [
"Bakso"
],
"type": [
"coreference",
"meaningful",
"answer",
"more_triples",
"mixed",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"no_hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Politician
| 3 |
7743
|
Id74
|
[
{
"subject": "Abraham_A._Ribicoff",
"property": "successor",
"object": "John_N._Dempsey"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "United_States"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "office",
"object": "\"United States Secretary of Health, Education, and Welfare\"@en"
}
] |
[
{
"subject": "Abraham_A._Ribicoff",
"property": "office",
"object": "\"United States Secretary of Health, Education, and Welfare\""
},
{
"subject": "Abraham_A._Ribicoff",
"property": "successor",
"object": "John_N._Dempsey"
},
{
"subject": "Abraham_A._Ribicoff",
"property": "birthPlace",
"object": "United_States"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Abraham A. Ribicoff, who was born in the U.S. worked as the United States Secretary of Health, Education and Welfare, where he was succeded by John N Dempsey.",
"Abraham A. Ribicoff was born in the US and once worked for the United States Secretary of Health, Education, and Welfare office where he succeeded John N Dempsey.",
"American Abraham A. Ribicoff worked as the U. S. Secretary of Health, Education and Welfare and was succeeded by John N. Dempsey."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Abraham_A__Ribicoff",
"rdf:type",
"ontology:politician"
],
[
"resource:Abraham_A__Ribicoff",
"property:successor",
"resource:John_N__Dempsey"
],
[
"resource:Abraham_A__Ribicoff",
"property:office",
"resource:and_Welfare"
],
[
"resource:Abraham_A__Ribicoff",
"property:office",
"resource:Education"
],
[
"resource:Abraham_A__Ribicoff",
"property:office",
"resource:United_States_Secretary_of_Health"
],
[
"resource:Abraham_A__Ribicoff",
"property:birth_place",
"resource:United_States"
]
] |
Abraham_A._Ribicoff
|
[
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "office",
"readable": "office",
"graph": "property:office"
},
{
"modified": "successor",
"readable": "successor",
"graph": "property:successor"
},
{
"modified": "Abraham_A._Ribicoff",
"readable": "Abraham A. Ribicoff",
"graph": "resource:Abraham_A__Ribicoff"
},
{
"modified": "Education",
"readable": "Education",
"graph": "resource:Education"
},
{
"modified": "John_N._Dempsey",
"readable": "John N. Dempsey",
"graph": "resource:John_N__Dempsey"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
},
{
"modified": "United States Secretary of Health",
"readable": "United States Secretary of Health",
"graph": "resource:United_States_Secretary_of_Health"
},
{
"modified": "and Welfare",
"readable": "and Welfare",
"graph": "resource:and_Welfare"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?j ) WHERE { resource:Abraham_A__Ribicoff property:office ?j }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?j ) AS ?j ) WHERE { resource:Abraham_A._Ribicoff property:office ?j }",
"graph_answer": [
"3"
],
"readable_answer": [
"3"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { resource:Abraham_A__Ribicoff property:office ?n }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Abraham_A._Ribicoff property:office ?n }",
"graph_answer": [
"resource:and_Welfare",
"resource:Education",
"resource:United_States_Secretary_of_Health"
],
"readable_answer": [
"and Welfare",
"Education",
"United States Secretary of Health"
],
"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:Abraham_A__Ribicoff property:area_urban ?i }",
"readable_query": "SELECT DISTINCT ?i WHERE { resource:Abraham_A._Ribicoff property:area_urban ?i }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork
| 3 |
8293
|
Id139
|
[
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\"@en"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "discipline",
"object": "Paleontology"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "issn",
"object": "\"1732-2421\""
}
] |
[
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "academicDiscipline",
"object": "Paleontology"
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "abbreviation",
"object": "\"Acta Palaeontol. Pol.\""
},
{
"subject": "Acta_Palaeontologica_Polonica",
"property": "issnNumber",
"object": "\"1732-2421\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Acta Palaeontologica Polonica (Acta Palaeontol. Pol.) is academically focused on Paleontology and the ISSN number is 1732-2421.",
"The Acta Palaeontological Polonica is abbreviated as Acta Palaeontol. Pol and is part of the academic discipline of paleontology with the ISSN number 1732-2421."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Acta_Palaeontologica_Polonica",
"property:abbreviation",
"resource:Acta_Palaeontol__Pol_"
],
[
"resource:Acta_Palaeontologica_Polonica",
"rdf:type",
"ontology:written_work"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:issn_number",
"1732-2421"
],
[
"resource:Acta_Palaeontologica_Polonica",
"property:academic_discipline",
"resource:Paleontology"
]
] |
Acta_Palaeontologica_Polonica
|
[
{
"modified": "1732-2421",
"readable": "1732-2421",
"graph": "1732-2421"
},
{
"modified": "abbreviation",
"readable": "abbreviation",
"graph": "property:abbreviation"
},
{
"modified": "academicDiscipline",
"readable": "academic discipline",
"graph": "property:academic_discipline"
},
{
"modified": "issnNumber",
"readable": "issn number",
"graph": "property:issn_number"
},
{
"modified": "Acta Palaeontol. Pol.",
"readable": "Acta Palaeontol. Pol.",
"graph": "resource:Acta_Palaeontol__Pol_"
},
{
"modified": "Acta_Palaeontologica_Polonica",
"readable": "Acta Palaeontologica Polonica",
"graph": "resource:Acta_Palaeontologica_Polonica"
},
{
"modified": "Paleontology",
"readable": "Paleontology",
"graph": "resource:Paleontology"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?r rdf:type ontology:written_work . ?r property:academic_discipline resource:Paleontology . ?r property:abbreviation resource:Admin__Sci__Q_ }",
"readable_query": "ASK WHERE { ?r rdf:type ontology:written_work . ?r property:academic_discipline resource:Paleontology . ?r property:abbreviation resource:Admin._Sci._Q. }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?j property:academic_discipline resource:Paleontology . ?j property:abbreviation resource:Acta_Palaeontol__Pol_ . ?j rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?j property:academic_discipline resource:Paleontology . ?j property:abbreviation resource:Acta_Palaeontol._Pol. . ?j rdf:type ontology:written_work }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?u WHERE { ?u rdf:type ontology:written_work . ?u property:abbreviation resource:Acta_Palaeontol__Pol_ . ?u property:academic_discipline resource:Paleontology }",
"readable_query": "SELECT ?u WHERE { ?u rdf:type ontology:written_work . ?u property:abbreviation resource:Acta_Palaeontol._Pol. . ?u property:academic_discipline resource:Paleontology }",
"graph_answer": [
"resource:Acta_Palaeontologica_Polonica"
],
"readable_answer": [
"Acta Palaeontologica Polonica"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:Acta_Palaeontologica_Polonica property:issn_number ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:Acta_Palaeontologica_Polonica property:issn_number ?h }",
"graph_answer": [
"1732-2421"
],
"readable_answer": [
"1732-2421"
],
"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 |
3287
|
Id92
|
[
{
"subject": "Allama_Iqbal_International_Airport",
"property": "operator",
"object": "Pakistan_Civil_Aviation_Authority"
},
{
"subject": "Pakistan_Civil_Aviation_Authority",
"property": "location",
"object": "Jinnah_International_Airport"
}
] |
[
{
"subject": "Allama_Iqbal_International_Airport",
"property": "operatingOrganisation",
"object": "Pakistan_Civil_Aviation_Authority"
},
{
"subject": "Pakistan_Civil_Aviation_Authority",
"property": "location",
"object": "Jinnah_International_Airport"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Jinnah International Airport is the location of the HQ of the Pakistan Civil Aviation Authority, who govern Allama Iqbal International Airport.",
"The Pakistan Civil Aviation Authority is located at Jinnah International Airport and is the operating organisation of the Allama Iqbal International Airport.",
"The Pakistan Civil Aviation Authority which is located at Jinnah International airport, is the operating organisation of the Allama Iqbal International Airport."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Allama_Iqbal_International_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Allama_Iqbal_International_Airport",
"property:operating_organisation",
"resource:Pakistan_Civil_Aviation_Authority"
],
[
"resource:Pakistan_Civil_Aviation_Authority",
"property:location",
"resource:Jinnah_International_Airport"
]
] |
Allama_Iqbal_International_Airport
|
[
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operatingOrganisation",
"readable": "operating organisation",
"graph": "property:operating_organisation"
},
{
"modified": "Allama_Iqbal_International_Airport",
"readable": "Allama Iqbal International Airport",
"graph": "resource:Allama_Iqbal_International_Airport"
},
{
"modified": "Jinnah_International_Airport",
"readable": "Jinnah International Airport",
"graph": "resource:Jinnah_International_Airport"
},
{
"modified": "Pakistan_Civil_Aviation_Authority",
"readable": "Pakistan Civil Aviation Authority",
"graph": "resource:Pakistan_Civil_Aviation_Authority"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?q WHERE { ?k rdf:type ontology:airport . ?q property:location resource:Jinnah_International_Airport . ?k property:operating_organisation ?q }",
"readable_query": "SELECT DISTINCT ?k ?q WHERE { ?k rdf:type ontology:airport . ?q property:location resource:Jinnah_International_Airport . ?k property:operating_organisation ?q }",
"graph_answer": [
"resource:Allama_Iqbal_International_Airport",
"resource:Pakistan_Civil_Aviation_Authority"
],
"readable_answer": [
"Allama Iqbal International Airport",
"Pakistan Civil Aviation Authority"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Artist
| 4 |
8626
|
Id18
|
[
{
"subject": "Aaron_Turner",
"property": "associatedBand",
"object": "House_of_Low_Culture"
},
{
"subject": "Aaron_Turner",
"property": "associatedMusicalArtist",
"object": "Isis_(band)"
},
{
"subject": "Aaron_Turner",
"property": "instrument",
"object": "Singing"
},
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Post-metal"
}
] |
[
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "House_of_Low_Culture"
},
{
"subject": "Aaron_Turner",
"property": "associatedBand/associatedMusicalArtist",
"object": "Isis_(band)"
},
{
"subject": "Aaron_Turner",
"property": "instrument",
"object": "Singing"
},
{
"subject": "Aaron_Turner",
"property": "genre",
"object": "Post-metal"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Aaron Turner is a post-metal singer, who plays for the Isis band. Previously he performed in the House of Low Culture.",
"Singer, Aaron Turner, is an artist for the band Isis. He is a performer of the musical genre Post metal and performed for House of Low Culture.",
"Post metal musician Aaron Turner, who sings for a living, has performed in the bands House of Low Culture and Isis."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aaron_Turner",
"rdf:type",
"ontology:artist"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:Isis__band_"
],
[
"resource:Aaron_Turner",
"property:associated_band_associated_musical_artist",
"resource:House_of_Low_Culture"
],
[
"resource:Aaron_Turner",
"property:genre",
"resource:Post_metal"
],
[
"resource:Aaron_Turner",
"property:instrument",
"resource:Singing"
]
] |
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": "Aaron_Turner",
"readable": "Aaron Turner",
"graph": "resource:Aaron_Turner"
},
{
"modified": "House_of_Low_Culture",
"readable": "House of Low Culture",
"graph": "resource:House_of_Low_Culture"
},
{
"modified": "Isis_(band)",
"readable": "Isis",
"graph": "resource:Isis__band_"
},
{
"modified": "Post-metal",
"readable": "Post-metal",
"graph": "resource:Post_metal"
},
{
"modified": "Singing",
"readable": "Singing",
"graph": "resource:Singing"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?c ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?y }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?c ) WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?y }",
"graph_answer": [
"2"
],
"readable_answer": [
"2"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Aaron_Turner property:associated_band_associated_musical_artist ?g }",
"graph_answer": [
"resource:Isis__band_",
"resource:House_of_Low_Culture"
],
"readable_answer": [
"Isis",
"House of Low Culture"
],
"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 ( COUNT ( ?t ) AS ?q ) WHERE { resource:Aaron_Turner property:instrument ?t }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?q ) WHERE { resource:Aaron_Turner property:instrument ?t }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { resource:Aaron_Turner property:instrument ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { resource:Aaron_Turner property:instrument ?q }",
"graph_answer": [
"resource:Singing"
],
"readable_answer": [
"Singing"
],
"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 ?z WHERE { resource:Aaron_Turner property:postal_code ?z }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Aaron_Turner property:postal_code ?z }",
"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
| 5 |
12387
|
Id104
|
[
{
"subject": "Caterpillar_Inc.",
"property": "keyPerson",
"object": "Douglas_R._Oberhelman"
},
{
"subject": "Caterpillar_Inc.",
"property": "foundationPlace",
"object": "California"
},
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "United_States"
},
{
"subject": "AIDAluna",
"property": "shipOwner",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
] |
[
{
"subject": "Caterpillar_Inc.",
"property": "keyPerson",
"object": "Douglas_R._Oberhelman"
},
{
"subject": "Caterpillar_Inc.",
"property": "foundationPlace",
"object": "California"
},
{
"subject": "Caterpillar_Inc.",
"property": "location",
"object": "United_States"
},
{
"subject": "AIDAluna",
"property": "owner",
"object": "AIDA_Cruises"
},
{
"subject": "AIDAluna",
"property": "powerType",
"object": "Caterpillar_Inc."
}
] |
(X (X) (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"AIDAluna is owned by AIDA Cruises and powered by Caterpillar Inc. The company, Caterpillar, Inc., where Douglas R. Oberhelman is a key person, was founded in California and is located in the United States.",
"Douglas R Oberhelman is a key person at Caterpillar Inc. which was founded in California and is located in the US. The company powers the AIDAluna which is owned by AIDA Cruises.",
"AIDAluna, owned by AIDA Cruises, is powered by Caterpillar Inc. Caterpillar Inc, with key member Douglas R Oberhelman, was founded in California and located in the United States."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Caterpillar_Inc_",
"property:key_person",
"resource:Douglas_R__Oberhelman"
],
[
"resource:Caterpillar_Inc_",
"property:location",
"resource:United_States"
],
[
"resource:Caterpillar_Inc_",
"property:foundation_place",
"resource:California"
],
[
"resource:AIDAluna",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:AIDAluna",
"property:power_type",
"resource:Caterpillar_Inc_"
],
[
"resource:AIDAluna",
"property:owner",
"resource:AIDA_Cruises"
]
] |
AIDAluna
|
[
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "keyPerson",
"readable": "key person",
"graph": "property:key_person"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "owner",
"readable": "owner",
"graph": "property:owner"
},
{
"modified": "powerType",
"readable": "power type",
"graph": "property:power_type"
},
{
"modified": "AIDA_Cruises",
"readable": "AIDA Cruises",
"graph": "resource:AIDA_Cruises"
},
{
"modified": "AIDAluna",
"readable": "AIDAluna",
"graph": "resource:AIDAluna"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Caterpillar_Inc.",
"readable": "Caterpillar Inc.",
"graph": "resource:Caterpillar_Inc_"
},
{
"modified": "Douglas_R._Oberhelman",
"readable": "Douglas R. Oberhelman",
"graph": "resource:Douglas_R__Oberhelman"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?t property:power_type resource:MTU_Friedrichshafen . ?t rdf:type ontology:mean_of_transportation . ?t property:owner resource:AIDA_Cruises }",
"readable_query": "ASK WHERE { ?t property:power_type resource:MTU_Friedrichshafen . ?t rdf:type ontology:mean_of_transportation . ?t property:owner resource:AIDA_Cruises }",
"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": "SELECT DISTINCT ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'c' ) ) . ?z property:foundation_place resource:California . ?z property:key_person resource:Douglas_R__Oberhelman }",
"readable_query": "SELECT DISTINCT ?z WHERE { FILTER ( STRSTARTS ( LCASE ( ?z ) , 'c' ) ) . ?z property:foundation_place resource:California . ?z property:key_person resource:Douglas_R._Oberhelman }",
"graph_answer": [
"resource:Caterpillar_Inc_"
],
"readable_answer": [
"Caterpillar Inc."
],
"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:AIDAluna rdf:type ontology:mean_of_transportation . resource:AIDAluna property:power_type resource:Caterpillar_Inc_ }",
"readable_query": "ASK WHERE { resource:AIDAluna rdf:type ontology:mean_of_transportation . resource:AIDAluna property:power_type resource:Caterpillar_Inc. }",
"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 ?y WHERE { resource:Caterpillar_Inc_ property:function ?y }",
"readable_query": "SELECT DISTINCT ?y WHERE { resource:Caterpillar_Inc. property:function ?y }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 5 |
11868
|
Id89
|
[
{
"subject": "Antioch,_California",
"property": "isPartOf",
"object": "Contra_Costa_County,_California"
},
{
"subject": "Antioch,_California",
"property": "settlementType",
"object": "California"
},
{
"subject": "California",
"property": "language",
"object": "English_language"
},
{
"subject": "Antioch,_California",
"property": "areaTotal",
"object": "7.5324e+07"
},
{
"subject": "Contra_Costa_County,_California",
"property": "subdivisionName",
"object": "San_Francisco_Bay_Area"
}
] |
[
{
"subject": "Antioch,_California",
"property": "isPartOf",
"object": "Contra_Costa_County,_California"
},
{
"subject": "Antioch,_California",
"property": "isPartOf",
"object": "California"
},
{
"subject": "California",
"property": "language",
"object": "English_language"
},
{
"subject": "Antioch,_California",
"property": "areaTotal",
"object": "75.324 (square kilometres)"
},
{
"subject": "Contra_Costa_County,_California",
"property": "isPartOf",
"object": "San_Francisco_Bay_Area"
}
] |
(X (X) (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Antioch is part of Contra Costa County (part of the San Francisco Bay Area) in California and has a total area of 75.324 sq km. The language spoken in California is English.",
"Antioch, Contra Costa County, in the San Francisco Bay area, is part of English speaking, California, United States. Antioch has an area of 75.3242 sq km.",
"With a total are of 75.324 square km, Antioch is in English speaking California. Antioch, is part of Contra Costa County, which is part of the San Francisco Bay Area."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Contra_Costa_County__California",
"property:is_part_of",
"resource:San_Francisco_Bay_Area"
],
[
"resource:Antioch__California",
"property:area_total",
"75.324 (square kilometres)"
],
[
"resource:Antioch__California",
"rdf:type",
"ontology:city"
],
[
"resource:Antioch__California",
"property:is_part_of",
"resource:Contra_Costa_County__California"
],
[
"resource:Antioch__California",
"property:is_part_of",
"resource:California"
],
[
"resource:California",
"property:language",
"resource:English_language"
]
] |
Antioch,_California
|
[
{
"modified": "75.324 (square kilometres)",
"readable": "75.324",
"graph": "75.324 (square kilometres)"
},
{
"modified": "areaTotal",
"readable": "area total",
"graph": "property:area_total"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "Antioch,_California",
"readable": "Antioch, California",
"graph": "resource:Antioch__California"
},
{
"modified": "California",
"readable": "California",
"graph": "resource:California"
},
{
"modified": "Contra_Costa_County,_California",
"readable": "Contra Costa County, California",
"graph": "resource:Contra_Costa_County__California"
},
{
"modified": "English_language",
"readable": "English language",
"graph": "resource:English_language"
},
{
"modified": "San_Francisco_Bay_Area",
"readable": "San Francisco Bay Area",
"graph": "resource:San_Francisco_Bay_Area"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { { { ?l property:is_part_of resource:San_Francisco_Bay_Area } UNION { ?l property:is_part_of resource:California } } }",
"readable_query": "SELECT DISTINCT ?l WHERE { { { ?l property:is_part_of resource:San_Francisco_Bay_Area } UNION { ?l property:is_part_of resource:California } } }",
"graph_answer": [
"resource:Contra_Costa_County__California",
"resource:Antioch__California"
],
"readable_answer": [
"Contra Costa County, California",
"Antioch, California"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"disjunctive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?t WHERE { ?t property:is_part_of resource:California }",
"readable_query": "SELECT DISTINCT ?t WHERE { ?t property:is_part_of resource:California }",
"graph_answer": [
"resource:Antioch__California"
],
"readable_answer": [
"Antioch, California"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { resource:California property:chancellor ?h }",
"readable_query": "SELECT DISTINCT ?h WHERE { resource:California property:chancellor ?h }",
"graph_answer": [],
"readable_answer": [],
"type": [
"ellipsis",
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork
| 4 |
10918
|
Id137
|
[
{
"subject": "John_Cowper_Powys",
"property": "birthPlace",
"object": "Shirley,_Derbyshire"
},
{
"subject": "Weymouth_Sands",
"property": "subsequentWork",
"object": "Maiden_Castle_(novel)"
},
{
"subject": "Weymouth_Sands",
"property": "author",
"object": "John_Cowper_Powys"
},
{
"subject": "A_Glastonbury_Romance",
"property": "followedBy",
"object": "Weymouth_Sands"
}
] |
[
{
"subject": "John_Cowper_Powys",
"property": "birthPlace",
"object": "Shirley,_Derbyshire"
},
{
"subject": "Weymouth_Sands",
"property": "followedBy",
"object": "Maiden_Castle_(novel)"
},
{
"subject": "A_Glastonbury_Romance",
"property": "followedBy",
"object": "Weymouth_Sands"
},
{
"subject": "Weymouth_Sands",
"property": "author",
"object": "John_Cowper_Powys"
}
] |
(X (X (X) (X (X))))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"John Cowper Powys, author of A Glastonbury Romance, Weymouth Sands and Maiden Castle (in that order), was born in Shirley, Derbyshire.",
"John Cowper Powys was born in Shirley, Derbyshire and is the author or Weymouth Sands. The book is a sequel to A Glastonbury Romance and is followed by Maiden Castle.",
"Shirley, Derbyshire is the birthplace of John Cowper Powys, the author of Weymouth Sands. This book was preceded by the novel Maiden Castle and A Glastonbury Romance."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:John_Cowper_Powys",
"property:birth_place",
"resource:Shirley__Derbyshire"
],
[
"resource:A_Glastonbury_Romance",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Glastonbury_Romance",
"property:followed_by",
"resource:Weymouth_Sands"
],
[
"resource:Weymouth_Sands",
"property:author",
"resource:John_Cowper_Powys"
],
[
"resource:Weymouth_Sands",
"property:followed_by",
"resource:Maiden_Castle__novel_"
]
] |
A_Glastonbury_Romance
|
[
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "birthPlace",
"readable": "birth place",
"graph": "property:birth_place"
},
{
"modified": "followedBy",
"readable": "followed by",
"graph": "property:followed_by"
},
{
"modified": "A_Glastonbury_Romance",
"readable": "A Glastonbury Romance",
"graph": "resource:A_Glastonbury_Romance"
},
{
"modified": "John_Cowper_Powys",
"readable": "John Cowper Powys",
"graph": "resource:John_Cowper_Powys"
},
{
"modified": "Maiden_Castle_(novel)",
"readable": "Maiden Castle",
"graph": "resource:Maiden_Castle__novel_"
},
{
"modified": "Shirley,_Derbyshire",
"readable": "Shirley, Derbyshire",
"graph": "resource:Shirley__Derbyshire"
},
{
"modified": "Weymouth_Sands",
"readable": "Weymouth Sands",
"graph": "resource:Weymouth_Sands"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { VALUES ( ?g ) { ( resource:Maiden_Castle__novel_ ) ( resource:Weymouth_Sands ) } . resource:A_Glastonbury_Romance property:followed_by ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { VALUES ( ?g ) { ( resource:Maiden_Castle_(novel) ) ( resource:Weymouth_Sands ) } . resource:A_Glastonbury_Romance property:followed_by ?g }",
"graph_answer": [
"resource:Weymouth_Sands"
],
"readable_answer": [
"Weymouth Sands"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?z WHERE { resource:Weymouth_Sands property:followed_by ?z . VALUES ( ?z ) { ( resource:Maiden_Castle__novel_ ) ( resource:Weymouth_Sands ) } }",
"readable_query": "SELECT DISTINCT ?z WHERE { resource:Weymouth_Sands property:followed_by ?z . VALUES ( ?z ) { ( resource:Maiden_Castle_(novel) ) ( resource:Weymouth_Sands ) } }",
"graph_answer": [
"resource:Maiden_Castle__novel_"
],
"readable_answer": [
"Maiden Castle"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"direct_multiple_choices",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"closed_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?c ) WHERE { ?m property:birth_place resource:Shirley__Derbyshire }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?c ) WHERE { ?m property:birth_place resource:Shirley,_Derbyshire }",
"graph_answer": [
"1"
],
"readable_answer": [
"1"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"number_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"single_answer",
"no_comparison",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?b WHERE { ?b property:birth_place resource:Shirley__Derbyshire }",
"readable_query": "SELECT DISTINCT ?b WHERE { ?b property:birth_place resource:Shirley,_Derbyshire }",
"graph_answer": [
"resource:John_Cowper_Powys"
],
"readable_answer": [
"John Cowper Powys"
],
"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"
]
}
] |
|
Monument
| 3 |
7666
|
Id38
|
[
{
"subject": "Turkey",
"property": "leader",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "material",
"object": "\"Bronze\"@en"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
[
{
"subject": "Turkey",
"property": "leader",
"object": "Ahmet_Davutoğlu"
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "material",
"object": "\"Bronze\""
},
{
"subject": "Atatürk_Monument_(İzmir)",
"property": "location",
"object": "Turkey"
}
] |
(X (X) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3",
"Id4"
],
"text": [
"Turkey, where the leader is Ahmet Davutoglu, is the location of the bronze Ataturk monument in Izmir.",
"The bronze Atatürk Monument (İzmir) is found in Turkey, where the leader is Ahmet Davutoglu.",
"The bronze Atatürk monument is in Turkey, where the leader is Ahmet Davutoğlu.",
"The Atatürk Monument made of bronze is located in İzmir, Turkey, whose leader is Ahmet Davutoğlu."
],
"lang": [
"",
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Turkey",
"property:leader",
"resource:Ahmet_Davuto_lu"
],
[
"resource:Atat_rk_Monument___zmir_",
"rdf:type",
"ontology:monument"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:location",
"resource:Turkey"
],
[
"resource:Atat_rk_Monument___zmir_",
"property:material",
"resource:Bronze"
]
] |
Atatürk_Monument_(İzmir)
|
[
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"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": "Atatürk_Monument_(İzmir)",
"readable": "Atatürk Monument",
"graph": "resource:Atat_rk_Monument___zmir_"
},
{
"modified": "Bronze",
"readable": "Bronze",
"graph": "resource:Bronze"
},
{
"modified": "Turkey",
"readable": "Turkey",
"graph": "resource:Turkey"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?s rdf:type ontology:monument . ?c property:leader resource:Ahmet_Davuto_lu . ?s property:material resource:Bronze . ?s property:location ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?s rdf:type ontology:monument . ?c property:leader resource:Ahmet_Davutoğlu . ?s property:material resource:Bronze . ?s property:location ?c }",
"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",
"two_variables",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?h WHERE { ?h property:material resource:Bronze . ?h property:location resource:Turkey . resource:Turkey property:leader resource:Ahmet_Davuto_lu . ?h rdf:type ontology:monument }",
"readable_query": "SELECT DISTINCT ?h WHERE { ?h property:material resource:Bronze . ?h property:location resource:Turkey . resource:Turkey property:leader resource:Ahmet_Davutoğlu . ?h rdf:type ontology:monument }",
"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",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 3 |
6399
|
Id19
|
[
{
"subject": "11_Diagonal_Street",
"property": "location",
"object": "South_Africa"
},
{
"subject": "South_Africa",
"property": "leaderName",
"object": "Cyril_Ramaphosa"
},
{
"subject": "South_Africa",
"property": "ethnicGroup",
"object": "Asian_South_Africans"
}
] |
[
{
"subject": "11_Diagonal_Street",
"property": "location",
"object": "South_Africa"
},
{
"subject": "South_Africa",
"property": "leader",
"object": "Cyril_Ramaphosa"
},
{
"subject": "South_Africa",
"property": "ethnicGroup",
"object": "Asian_South_Africans"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Cyril Ramaphosa is one leader of South Africa, where Asian South Africans reside at 11 Diagonal Street.",
"The Asian South Africans group, under leadership of Cyril Ramaphosa, is located at 11 Diagonal Street in South Africa.",
"The address, 11 Diagonal Street is located in South Africa where the leader is Cyril Ramaphosa and some Asian South Africans live."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:South_Africa",
"property:leader",
"resource:Cyril_Ramaphosa"
],
[
"resource:South_Africa",
"property:ethnic_group",
"resource:Asian_South_Africans"
],
[
"resource:11_Diagonal_Street",
"rdf:type",
"ontology:building"
],
[
"resource:11_Diagonal_Street",
"property:location",
"resource:South_Africa"
]
] |
11_Diagonal_Street
|
[
{
"modified": "ethnicGroup",
"readable": "ethnic group",
"graph": "property:ethnic_group"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "11_Diagonal_Street",
"readable": "11 Diagonal Street",
"graph": "resource:11_Diagonal_Street"
},
{
"modified": "Asian_South_Africans",
"readable": "Asian South Africans",
"graph": "resource:Asian_South_Africans"
},
{
"modified": "Cyril_Ramaphosa",
"readable": "Cyril Ramaphosa",
"graph": "resource:Cyril_Ramaphosa"
},
{
"modified": "South_Africa",
"readable": "South Africa",
"graph": "resource:South_Africa"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?y ?s WHERE { resource:South_Africa property:ethnic_group ?y . resource:South_Africa property:leader ?s }",
"readable_query": "SELECT DISTINCT ?y ?s WHERE { resource:South_Africa property:ethnic_group ?y . resource:South_Africa property:leader ?s }",
"graph_answer": [
"resource:Asian_South_Africans",
"resource:Cyril_Ramaphosa"
],
"readable_answer": [
"Asian South Africans",
"Cyril Ramaphosa"
],
"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:11_Diagonal_Street property:location resource:South_Africa . resource:11_Diagonal_Street rdf:type ontology:building }",
"readable_query": "ASK WHERE { resource:11_Diagonal_Street property:location resource:South_Africa . resource:11_Diagonal_Street rdf:type ontology:building }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"no_variable",
"single_answer",
"no_comparison"
]
}
] |
|
Building
| 4 |
9156
|
Id79
|
[
{
"subject": "Adare_Manor",
"property": "locationCountry",
"object": "Republic_of_Ireland"
},
{
"subject": "Republic_of_Ireland",
"property": "leader",
"object": "Enda_Kenny"
},
{
"subject": "Republic_of_Ireland",
"property": "language",
"object": "Irish_language"
},
{
"subject": "Republic_of_Ireland",
"property": "currency",
"object": "Euro"
}
] |
[
{
"subject": "Adare_Manor",
"property": "country",
"object": "Republic_of_Ireland"
},
{
"subject": "Republic_of_Ireland",
"property": "leader",
"object": "Enda_Kenny"
},
{
"subject": "Republic_of_Ireland",
"property": "language",
"object": "Irish_language"
},
{
"subject": "Republic_of_Ireland",
"property": "currency",
"object": "Euro"
}
] |
(X (X (X) (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"The Adare Manor is located in the Republic of Ireland where Irish is one of the official language's spoken and the currency used is the euro. Enda Kenny is the current leader for the republic.",
"Adare Manor is located in the Republic of Ireland which has Irish as the official language, the euro as currency and is led by Enda Kenny."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Adare_Manor",
"rdf:type",
"ontology:building"
],
[
"resource:Adare_Manor",
"property:country",
"resource:Republic_of_Ireland"
],
[
"resource:Republic_of_Ireland",
"property:leader",
"resource:Enda_Kenny"
],
[
"resource:Republic_of_Ireland",
"property:language",
"resource:Irish_language"
],
[
"resource:Republic_of_Ireland",
"property:currency",
"resource:Euro"
]
] |
Adare_Manor
|
[
{
"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": "Adare_Manor",
"readable": "Adare Manor",
"graph": "resource:Adare_Manor"
},
{
"modified": "Enda_Kenny",
"readable": "Enda Kenny",
"graph": "resource:Enda_Kenny"
},
{
"modified": "Euro",
"readable": "Euro",
"graph": "resource:Euro"
},
{
"modified": "Irish_language",
"readable": "Irish language",
"graph": "resource:Irish_language"
},
{
"modified": "Republic_of_Ireland",
"readable": "Republic of Ireland",
"graph": "resource:Republic_of_Ireland"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?m rdf:type ontology:building . ?q property:currency resource:Turkish_lira . ?m property:country ?q }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:building . ?q property:currency resource:Turkish_lira . ?m property:country ?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"
]
}
] |
|
WrittenWork
| 3 |
8189
|
Id35
|
[
{
"subject": "1634:_The_Ram_Rebellion",
"property": "mediaType",
"object": "E-book"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "Virginia_DeMarce"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "isbn",
"object": "\"1-4165-2060-0\""
}
] |
[
{
"subject": "1634:_The_Ram_Rebellion",
"property": "mediaType",
"object": "E-book"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "author",
"object": "Virginia_DeMarce"
},
{
"subject": "1634:_The_Ram_Rebellion",
"property": "isbnNumber",
"object": "\"1-4165-2060-0\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Written by Virginia DeMarce, 1634: The Ram Rebellion has the ISBN number 1-4165-2060-0 and is available as an E-Book.",
"1634: The Ram Rebellion, written by Virginia DeMarce, has the ISBN number 1-4165-2060-0 and is available as an E book.",
"1634: The Ram Rebellion was written by Virginia DeMarce and has the ISBN number 1-4165-2060-0. It is published as an E book."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1634__The_Ram_Rebellion",
"property:media_type",
"resource:E_book"
],
[
"resource:1634__The_Ram_Rebellion",
"property:author",
"resource:Virginia_DeMarce"
],
[
"resource:1634__The_Ram_Rebellion",
"rdf:type",
"ontology:written_work"
],
[
"resource:1634__The_Ram_Rebellion",
"property:isbn_number",
"resource:1_4165_2060_0"
]
] |
1634:_The_Ram_Rebellion
|
[
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "isbnNumber",
"readable": "isbn number",
"graph": "property:isbn_number"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "1634:_The_Ram_Rebellion",
"readable": "1634: The Ram Rebellion",
"graph": "resource:1634__The_Ram_Rebellion"
},
{
"modified": "1-4165-2060-0",
"readable": "1-4165-2060-0",
"graph": "resource:1_4165_2060_0"
},
{
"modified": "E-book",
"readable": "E-book",
"graph": "resource:E_book"
},
{
"modified": "Virginia_DeMarce",
"readable": "Virginia DeMarce",
"graph": "resource:Virginia_DeMarce"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?g property:isbn_number resource:0_670_03380_4 . ?g property:media_type ?q . ?g rdf:type ontology:written_work }",
"readable_query": "ASK WHERE { ?g property:isbn_number resource:0-670-03380-4 . ?g property:media_type ?q . ?g rdf:type ontology:written_work }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"typing",
"hidden_variable_typing",
"two_variables",
"single_answer",
"no_comparison"
]
}
] |
|
MeanOfTransportation
| 3 |
7566
|
Id166
|
[
{
"subject": "Aston_Martin_V8",
"property": "engine",
"object": "Aston_Martin_V8__1"
},
{
"subject": "Aston_Martin_V8",
"property": "related",
"object": "Aston_Martin_RHAM/1"
},
{
"subject": "Aston_Martin_V8",
"property": "assembly",
"object": "Newport_Pagnell"
}
] |
[
{
"subject": "Aston_Martin_V8",
"property": "engine",
"object": "5.3 (litres)"
},
{
"subject": "Aston_Martin_V8",
"property": "relatedMeanOfTransportation",
"object": "Aston_Martin_RHAM/1"
},
{
"subject": "Aston_Martin_V8",
"property": "assembly",
"object": "Newport_Pagnell"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"The Aston Martin V8 is produced at Newport Pagnell and has a 5.3 l engine. The Aston Martin V8 and the Aston Martin RHAM/1 are related cars.",
"The Aston Martin V8, assembled in Newport Pagnell, with its 5.3 liter engine, is relative to the Aston Martin RHAM/1.",
"The Aston Martin V8, assembled at Newport Pagnell, has a 5.3 liter engine and is relative to the Aston Martin RHAM/1."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Aston_Martin_V8",
"property:engine",
"5.3 (litres)"
],
[
"resource:Aston_Martin_V8",
"rdf:type",
"ontology:mean_of_transportation"
],
[
"resource:Aston_Martin_V8",
"property:related_mean_of_transportation",
"resource:Aston_Martin_RHAM_1"
],
[
"resource:Aston_Martin_V8",
"property:assembly",
"resource:Newport_Pagnell"
]
] |
Aston_Martin_V8
|
[
{
"modified": "5.3 (litres)",
"readable": "5.3",
"graph": "5.3 (litres)"
},
{
"modified": "assembly",
"readable": "assembly",
"graph": "property:assembly"
},
{
"modified": "engine",
"readable": "engine",
"graph": "property:engine"
},
{
"modified": "relatedMeanOfTransportation",
"readable": "related mean of transportation",
"graph": "property:related_mean_of_transportation"
},
{
"modified": "Aston_Martin_RHAM/1",
"readable": "Aston Martin RHAM/1",
"graph": "resource:Aston_Martin_RHAM_1"
},
{
"modified": "Aston_Martin_V8",
"readable": "Aston Martin V8",
"graph": "resource:Aston_Martin_V8"
},
{
"modified": "Newport_Pagnell",
"readable": "Newport Pagnell",
"graph": "resource:Newport_Pagnell"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?t ) WHERE { ?r property:engine ?o . ?r rdf:type ontology:mean_of_transportation . ?r property:assembly resource:United_Kingdom }",
"readable_query": "SELECT DISTINCT ( COUNT ( ?o ) AS ?t ) WHERE { ?r property:engine ?o . ?r rdf:type ontology:mean_of_transportation . ?r property:assembly resource:United_Kingdom }",
"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 ?a ?l WHERE { resource:Aston_Martin_V8 property:assembly ?a . resource:Aston_Martin_V8 property:engine ?l }",
"readable_query": "SELECT DISTINCT ?a ?l WHERE { resource:Aston_Martin_V8 property:assembly ?a . resource:Aston_Martin_V8 property:engine ?l }",
"graph_answer": [
"resource:Newport_Pagnell",
"5.3 (litres)"
],
"readable_answer": [
"Newport Pagnell",
"5.3"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"multiple_intentions",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Aston_Martin_V8 property:impact_factor ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Aston_Martin_V8 property:impact_factor ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Company
| 2 |
4476
|
Id64
|
[
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
},
{
"subject": "Trane",
"property": "product",
"object": "HVAC"
}
] |
[
{
"subject": "Trane",
"property": "foundationPlace",
"object": "La_Crosse,_Wisconsin"
},
{
"subject": "Trane",
"property": "product",
"object": "HVAC"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Trane is an HVAC manufacturer founded in La Crosse, Wisconsin.",
"Trane is a company that produces HVAC that was founded in La Crosse, Wisconsin.",
"Trane was founded in La Crosse, Wisconsin and they produce HVAC."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Trane",
"property:product",
"resource:HVAC"
],
[
"resource:Trane",
"rdf:type",
"ontology:company"
],
[
"resource:Trane",
"property:foundation_place",
"resource:La_Crosse__Wisconsin"
]
] |
Trane
|
[
{
"modified": "foundationPlace",
"readable": "foundation place",
"graph": "property:foundation_place"
},
{
"modified": "product",
"readable": "product",
"graph": "property:product"
},
{
"modified": "HVAC",
"readable": "HVAC",
"graph": "resource:HVAC"
},
{
"modified": "La_Crosse,_Wisconsin",
"readable": "La Crosse, Wisconsin",
"graph": "resource:La_Crosse__Wisconsin"
},
{
"modified": "Trane",
"readable": "Trane",
"graph": "resource:Trane"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?k ?t WHERE { resource:Trane property:foundation_place ?k . resource:Trane property:product ?t }",
"readable_query": "SELECT DISTINCT ?k ?t WHERE { resource:Trane property:foundation_place ?k . resource:Trane property:product ?t }",
"graph_answer": [
"resource:La_Crosse__Wisconsin",
"resource:HVAC"
],
"readable_answer": [
"La Crosse, Wisconsin",
"HVAC"
],
"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"
]
}
] |
|
Company
| 3 |
7078
|
Id67
|
[
{
"subject": "Trane",
"property": "operatingIncome",
"object": "8.754E8"
},
{
"subject": "Trane",
"property": "foundingYear",
"object": "1913-01-01"
},
{
"subject": "Trane",
"property": "location",
"object": "Ireland"
}
] |
[
{
"subject": "Trane",
"property": "operatingIncome",
"object": "875400000"
},
{
"subject": "Trane",
"property": "foundingDate",
"object": "1913-01-01"
},
{
"subject": "Trane",
"property": "location",
"object": "Ireland"
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Trane, a company founded on 1913-01-01 in Ireland, has an operating income of 875.4 million USD.",
"Trane is a company located in Ireland that was founded on January 1st, 1913, and has an operating income of $875,400,000.",
"Trane, which was founded on 1913-01-01, is located in Ireland and has an operating income of $875,400,000."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Trane",
"property:founding_date",
"resource:1913_01_01"
],
[
"resource:Trane",
"rdf:type",
"ontology:company"
],
[
"resource:Trane",
"property:location",
"resource:Ireland"
],
[
"resource:Trane",
"property:operating_income",
"875400000"
]
] |
Trane
|
[
{
"modified": "875400000",
"readable": "875400000",
"graph": "875400000"
},
{
"modified": "foundingDate",
"readable": "founding date",
"graph": "property:founding_date"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "operatingIncome",
"readable": "operating income",
"graph": "property:operating_income"
},
{
"modified": "1913-01-01",
"readable": "1913-01-01",
"graph": "resource:1913_01_01"
},
{
"modified": "Ireland",
"readable": "Ireland",
"graph": "resource:Ireland"
},
{
"modified": "Trane",
"readable": "Trane",
"graph": "resource:Trane"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( YEAR ( ?d ) , '1913' ) ) . ?r property:founding_date ?d . ?r rdf:type ontology:company . ?r property:operating_income ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( CONTAINS ( YEAR ( ?d ) , '1913' ) ) . ?r property:founding_date ?d . ?r rdf:type ontology:company . ?r property:operating_income ?q }",
"graph_answer": [
"875400000"
],
"readable_answer": [
"875400000"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"chain",
"conjunctive_only",
"entity_answer",
"typing",
"no_answer_typing",
"hidden_variable_typing",
"more_variables",
"single_answer",
"comparison",
"date_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { ?b property:location ?q . ?b rdf:type ontology:company . ?b property:operating_income ?k . FILTER ( ?k > '600000000' ) }",
"readable_query": "SELECT DISTINCT ?q WHERE { ?b property:location ?q . ?b rdf:type ontology:company . ?b property:operating_income ?k . FILTER ( ?k > '600000000' ) }",
"graph_answer": [
"resource:Ireland"
],
"readable_answer": [
"Ireland"
],
"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": "ASK WHERE { ?w rdf:type ontology:company . ?w property:location resource:Ireland . ?w property:founding_date resource:1959_01_01 }",
"readable_query": "ASK WHERE { ?w rdf:type ontology:company . ?w property:location resource:Ireland . ?w property:founding_date resource:1959-01-01 }",
"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 { ?m rdf:type ontology:company . ?m property:founding_date resource:1913_01_01 . ?m property:location resource:Ireland }",
"readable_query": "ASK WHERE { ?m rdf:type ontology:company . ?m property:founding_date resource:1913-01-01 . ?m property:location resource:Ireland }",
"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:location resource:Ireland . ?i property:founding_date resource:1913_01_01 . ?i rdf:type ontology:company }",
"readable_query": "SELECT ?i WHERE { ?i property:location resource:Ireland . ?i property:founding_date resource:1913-01-01 . ?i rdf:type ontology:company }",
"graph_answer": [
"resource:Trane"
],
"readable_answer": [
"Trane"
],
"type": [
"ellipsis",
"coreference",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Food
| 4 |
9936
|
Id225
|
[
{
"subject": "Bhajji",
"property": "region",
"object": "Karnataka"
},
{
"subject": "Bhajji",
"property": "mainIngredient",
"object": "\"Gram flour, vegetables\"@en"
},
{
"subject": "Bhajji",
"property": "alias",
"object": "\"Bhaji, bajji\"@en"
},
{
"subject": "Bhajji",
"property": "ingredient",
"object": "Vegetable"
}
] |
[
{
"subject": "Bhajji",
"property": "region",
"object": "Karnataka"
},
{
"subject": "Bhajji",
"property": "mainIngredient",
"object": "\"Gram flour, vegetables\""
},
{
"subject": "Bhajji",
"property": "alternativeName",
"object": "\"Bhaji, bajji\""
},
{
"subject": "Bhajji",
"property": "ingredient",
"object": "Vegetable"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Gram flour and vegetables are main ingredients in bhajji (also known as Bhaji and bajji) which comes from the Karnataka region.",
"Bhajji, also known as Bhaji or bajji, are found in the region of Karnataka and its ingredients are gram flour and vegetables.",
"Bhajji (aka Bhaji or bajji) is from the Karnataka region. It includes gram flour and vegetables."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Bhajji",
"property:ingredient",
"resource:Vegetable"
],
[
"resource:Bhajji",
"property:main_ingredient",
"resource:Gram_flour__vegetables"
],
[
"resource:Bhajji",
"rdf:type",
"ontology:food"
],
[
"resource:Bhajji",
"property:alternative_name",
"resource:Bhaji__bajji"
],
[
"resource:Bhajji",
"property:region",
"resource:Karnataka"
]
] |
Bhajji
|
[
{
"modified": "alternativeName",
"readable": "alternative name",
"graph": "property:alternative_name"
},
{
"modified": "ingredient",
"readable": "ingredient",
"graph": "property:ingredient"
},
{
"modified": "mainIngredient",
"readable": "main ingredient",
"graph": "property:main_ingredient"
},
{
"modified": "region",
"readable": "region",
"graph": "property:region"
},
{
"modified": "Bhaji, bajji",
"readable": "Bhaji, bajji",
"graph": "resource:Bhaji__bajji"
},
{
"modified": "Bhajji",
"readable": "Bhajji",
"graph": "resource:Bhajji"
},
{
"modified": "Gram flour, vegetables",
"readable": "Gram flour, vegetables",
"graph": "resource:Gram_flour__vegetables"
},
{
"modified": "Karnataka",
"readable": "Karnataka",
"graph": "resource:Karnataka"
},
{
"modified": "Vegetable",
"readable": "Vegetable",
"graph": "resource:Vegetable"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?s WHERE { FILTER ( STRSTARTS ( LCASE ( ?s ) , 'k' ) ) . resource:Bhajji property:region ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { FILTER ( STRSTARTS ( LCASE ( ?s ) , 'k' ) ) . resource:Bhajji property:region ?s }",
"graph_answer": [
"resource:Karnataka"
],
"readable_answer": [
"Karnataka"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?g WHERE { resource:Bhajji property:profession ?g }",
"readable_query": "SELECT DISTINCT ?g WHERE { resource:Bhajji property:profession ?g }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 3 |
6432
|
Id52
|
[
{
"subject": "300_North_LaSalle",
"property": "location",
"object": "Chicago"
},
{
"subject": "Chicago",
"property": "country",
"object": "United_States"
},
{
"subject": "Chicago",
"property": "leaderName",
"object": "Susana_Mendoza"
}
] |
[
{
"subject": "300_North_LaSalle",
"property": "location",
"object": "Chicago"
},
{
"subject": "Chicago",
"property": "country",
"object": "United_States"
},
{
"subject": "Chicago",
"property": "leader",
"object": "Susana_Mendoza"
}
] |
(X (X (X) (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"300 North LaSalle is located in Chicago, U.S., and Susana Mendoza is the leader.",
"Susana Mendoza is the leader of Chicago (United States), where 300 North LaSalle is located.",
"Susana Mendoza is a leader in Chicago, US. In this city we can find 300 North LaSalle."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:300_North_LaSalle",
"rdf:type",
"ontology:building"
],
[
"resource:300_North_LaSalle",
"property:location",
"resource:Chicago"
],
[
"resource:Chicago",
"property:leader",
"resource:Susana_Mendoza"
],
[
"resource:Chicago",
"property:country",
"resource:United_States"
]
] |
300_North_LaSalle
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "300_North_LaSalle",
"readable": "300 North LaSalle",
"graph": "resource:300_North_LaSalle"
},
{
"modified": "Chicago",
"readable": "Chicago",
"graph": "resource:Chicago"
},
{
"modified": "Susana_Mendoza",
"readable": "Susana Mendoza",
"graph": "resource:Susana_Mendoza"
},
{
"modified": "United_States",
"readable": "United States",
"graph": "resource:United_States"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?z ?d WHERE { resource:Chicago property:country ?z . resource:Chicago property:leader ?d }",
"readable_query": "SELECT DISTINCT ?z ?d WHERE { resource:Chicago property:country ?z . resource:Chicago property:leader ?d }",
"graph_answer": [
"resource:United_States",
"resource:Susana_Mendoza"
],
"readable_answer": [
"United States",
"Susana Mendoza"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"direct",
"direct_multiple_answers",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"two_variables",
"multiple_answers",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "ASK WHERE { ?d property:location resource:Chicago . ?d rdf:type ontology:building }",
"readable_query": "ASK WHERE { ?d property:location resource:Chicago . ?d rdf:type ontology:building }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?n WHERE { ?n property:location resource:Chicago . ?n rdf:type ontology:building }",
"readable_query": "SELECT ?n WHERE { ?n property:location resource:Chicago . ?n rdf:type ontology:building }",
"graph_answer": [
"resource:300_North_LaSalle"
],
"readable_answer": [
"300 North LaSalle"
],
"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"
]
}
] |
|
WrittenWork
| 3 |
8159
|
Id5
|
[
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "numberOfPages",
"object": "\"448\"^^xsd:positiveInteger"
}
] |
[
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "author",
"object": "Eric_Flint"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "mediaType",
"object": "Hardcover"
},
{
"subject": "1634:_The_Bavarian_Crisis",
"property": "numberOfPages",
"object": "\"448\""
}
] |
(X (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"1634: The Bavarian Crisis, written by Eric Flint, has 448 pages and is available in hardcover.",
"1634: The Bavarian Crisis by Eric Flint is a hardcover publication with 448 pages.",
"1634: The Bavarian Crisis by Eric Flint comes in hardcover and has 448 pages."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:1634__The_Bavarian_Crisis",
"property:media_type",
"resource:Hardcover"
],
[
"resource:1634__The_Bavarian_Crisis",
"property:author",
"resource:Eric_Flint"
],
[
"resource:1634__The_Bavarian_Crisis",
"rdf:type",
"ontology:written_work"
],
[
"resource:1634__The_Bavarian_Crisis",
"property:number_of_pages",
"448"
]
] |
1634:_The_Bavarian_Crisis
|
[
{
"modified": "448",
"readable": "448",
"graph": "448"
},
{
"modified": "author",
"readable": "author",
"graph": "property:author"
},
{
"modified": "mediaType",
"readable": "media type",
"graph": "property:media_type"
},
{
"modified": "numberOfPages",
"readable": "number of pages",
"graph": "property:number_of_pages"
},
{
"modified": "1634:_The_Bavarian_Crisis",
"readable": "1634: The Bavarian Crisis",
"graph": "resource:1634__The_Bavarian_Crisis"
},
{
"modified": "Eric_Flint",
"readable": "Eric Flint",
"graph": "resource:Eric_Flint"
},
{
"modified": "Hardcover",
"readable": "Hardcover",
"graph": "resource:Hardcover"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c WHERE { ?j property:number_of_pages ?y . FILTER ( ?y = '448' ) . ?j rdf:type ontology:written_work . ?j property:author ?c }",
"readable_query": "SELECT DISTINCT ?c WHERE { ?j property:number_of_pages ?y . FILTER ( ?y = '448' ) . ?j rdf:type ontology:written_work . ?j property:author ?c }",
"graph_answer": [
"resource:Eric_Flint"
],
"readable_answer": [
"Eric Flint"
],
"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 ?v ?g WHERE { ?g property:media_type ?v . ?g property:author resource:Eric_Flint . ?g rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?v ?g WHERE { ?g property:media_type ?v . ?g property:author resource:Eric_Flint . ?g rdf:type ontology:written_work }",
"graph_answer": [
"resource:Hardcover",
"resource:1634__The_Bavarian_Crisis"
],
"readable_answer": [
"Hardcover",
"1634: The Bavarian Crisis"
],
"type": [
"coreference",
"meaningful",
"answer",
"two_triples",
"mixed",
"conjunctive_only",
"multiple_intentions",
"typing",
"answer_typing",
"two_variables",
"multiple_answers",
"no_comparison"
]
}
] |
|
Airport
| 4 |
8485
|
Id83
|
[
{
"subject": "Alderney_Airport",
"property": "r1Surface",
"object": "Poaceae"
},
{
"subject": "Alderney_Airport",
"property": "runwayLength",
"object": "\"733.0\"^^xsd:double"
},
{
"subject": "Alderney_Airport",
"property": "city",
"object": "Alderney"
},
{
"subject": "Alderney_Airport",
"property": "elevation",
"object": "\"88.392\"^^xsd:double"
}
] |
[
{
"subject": "Alderney_Airport",
"property": "1stRunwaySurfaceType",
"object": "Poaceae"
},
{
"subject": "Alderney_Airport",
"property": "runwayLength",
"object": "733.0"
},
{
"subject": "Alderney_Airport",
"property": "cityServed",
"object": "Alderney"
},
{
"subject": "Alderney_Airport",
"property": "elevationAboveTheSeaLevel",
"object": "88.0"
}
] |
(X (X) (X) (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"Alderney is served by Alderney airport which is 88 meters above sea level. The 1st runway is made from poaceae and has a length of 733.0.",
"Alderney is served by Alderney airport located at a height of 88 metres above sea level. The runway length is 733 and the surface material is poaceae."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:Alderney_Airport",
"property:runway_length",
"resource:733_0"
],
[
"resource:Alderney_Airport",
"rdf:type",
"ontology:airport"
],
[
"resource:Alderney_Airport",
"property:city_served",
"resource:Alderney"
],
[
"resource:Alderney_Airport",
"property:elevation_above_the_sea_level",
"resource:88_0"
],
[
"resource:Alderney_Airport",
"property:1st_runway_surface_type",
"resource:Poaceae"
]
] |
Alderney_Airport
|
[
{
"modified": "1stRunwaySurfaceType",
"readable": "1st runway surface type",
"graph": "property:1st_runway_surface_type"
},
{
"modified": "cityServed",
"readable": "city served",
"graph": "property:city_served"
},
{
"modified": "elevationAboveTheSeaLevel",
"readable": "elevation above the sea level",
"graph": "property:elevation_above_the_sea_level"
},
{
"modified": "runwayLength",
"readable": "runway length",
"graph": "property:runway_length"
},
{
"modified": "733.0",
"readable": "733.0",
"graph": "resource:733_0"
},
{
"modified": "88.0",
"readable": "88.0",
"graph": "resource:88_0"
},
{
"modified": "Alderney",
"readable": "Alderney",
"graph": "resource:Alderney"
},
{
"modified": "Alderney_Airport",
"readable": "Alderney Airport",
"graph": "resource:Alderney_Airport"
},
{
"modified": "Poaceae",
"readable": "Poaceae",
"graph": "resource:Poaceae"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?c ?w WHERE { resource:Alderney_Airport property:runway_length ?w . resource:Alderney_Airport property:1st_runway_surface_type ?c }",
"readable_query": "SELECT DISTINCT ?c ?w WHERE { resource:Alderney_Airport property:runway_length ?w . resource:Alderney_Airport property:1st_runway_surface_type ?c }",
"graph_answer": [
"resource:Poaceae",
"resource:733_0"
],
"readable_answer": [
"Poaceae",
"733.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 ?s WHERE { resource:Alderney_Airport property:elevation_above_the_sea_level ?s }",
"readable_query": "SELECT DISTINCT ?s WHERE { resource:Alderney_Airport property:elevation_above_the_sea_level ?s }",
"graph_answer": [
"resource:88_0"
],
"readable_answer": [
"88.0"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
City
| 5 |
11845
|
Id66
|
[
{
"subject": "Anderson,_Indiana",
"property": "leaderName",
"object": "Democratic_Party_(United_States)"
},
{
"subject": "Anderson,_Indiana",
"property": "isPartOf",
"object": "Lafayette_Township,_Madison_County,_Indiana"
},
{
"subject": "Lafayette_Township,_Madison_County,_Indiana",
"property": "country",
"object": "United_States"
},
{
"subject": "Democratic_Party_(United_States)",
"property": "headquarters",
"object": "Washington,_D.C."
},
{
"subject": "Anderson,_Indiana",
"property": "subdivisionName",
"object": "Indiana"
}
] |
[
{
"subject": "Anderson,_Indiana",
"property": "leader",
"object": "Democratic_Party_(United_States)"
},
{
"subject": "Anderson,_Indiana",
"property": "isPartOf",
"object": "Lafayette_Township,_Madison_County,_Indiana"
},
{
"subject": "Lafayette_Township,_Madison_County,_Indiana",
"property": "country",
"object": "United_States"
},
{
"subject": "Democratic_Party_(United_States)",
"property": "headquarter",
"object": "Washington,_D.C."
},
{
"subject": "Anderson,_Indiana",
"property": "isPartOf",
"object": "Indiana"
}
] |
(X (X) (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Anderson, Lafayette Township, Madison County, Indiana, U.S., is led by the Democratic Party (with its headquarters in Washington, DC.",
"Anderson, Lafayette Township, Madison County, Indiana is part of the United states and is led by the Democratic Party (headquarters in Washington DC).",
"Anderson is part of Lafayette Township, Madison County, Indiana, in the United States. Anderson, is led by the Democratic Party of the U.S. which has its headquarters in Washington, D.C."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Democratic_Party__United_States_",
"property:headquarter",
"resource:Washington__D_C_"
],
[
"resource:Lafayette_Township__Madison_County__Indiana",
"property:country",
"resource:United_States"
],
[
"resource:Anderson__Indiana",
"property:leader",
"resource:Democratic_Party__United_States_"
],
[
"resource:Anderson__Indiana",
"rdf:type",
"ontology:city"
],
[
"resource:Anderson__Indiana",
"property:is_part_of",
"resource:Lafayette_Township__Madison_County__Indiana"
],
[
"resource:Anderson__Indiana",
"property:is_part_of",
"resource:Indiana"
]
] |
Anderson,_Indiana
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "headquarter",
"readable": "headquarter",
"graph": "property:headquarter"
},
{
"modified": "isPartOf",
"readable": "is part of",
"graph": "property:is_part_of"
},
{
"modified": "leader",
"readable": "leader",
"graph": "property:leader"
},
{
"modified": "Anderson,_Indiana",
"readable": "Anderson, Indiana",
"graph": "resource:Anderson__Indiana"
},
{
"modified": "Democratic_Party_(United_States)",
"readable": "Democratic Party",
"graph": "resource:Democratic_Party__United_States_"
},
{
"modified": "Indiana",
"readable": "Indiana",
"graph": "resource:Indiana"
},
{
"modified": "Lafayette_Township,_Madison_County,_Indiana",
"readable": "Lafayette Township, Madison County, Indiana",
"graph": "resource:Lafayette_Township__Madison_County__Indiana"
},
{
"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 WHERE { resource:Anderson__Indiana property:is_part_of ?n . FILTER NOT EXISTS { ?n property:country resource:United_States } }",
"readable_query": "SELECT DISTINCT ?n WHERE { resource:Anderson,_Indiana property:is_part_of ?n . FILTER NOT EXISTS { ?n property:country resource:United_States } }",
"graph_answer": [
"resource:Indiana"
],
"readable_answer": [
"Indiana"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"exclusive",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?q != resource:Indiana ) . resource:Anderson__Indiana property:is_part_of ?q }",
"readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?q != resource:Indiana ) . resource:Anderson__Indiana property:is_part_of ?q }",
"graph_answer": [
"resource:Lafayette_Township__Madison_County__Indiana"
],
"readable_answer": [
"Lafayette Township, Madison County, Indiana"
],
"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": "SELECT DISTINCT ?e WHERE { resource:Democratic_Party__United_States_ property:aircraft_fighter ?e }",
"readable_query": "SELECT DISTINCT ?e WHERE { resource:Democratic_Party_(United_States) property:aircraft_fighter ?e }",
"graph_answer": [],
"readable_answer": [],
"type": [
"complete",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
Building
| 2 |
3904
|
Id56
|
[
{
"subject": "300_North_LaSalle",
"property": "location",
"object": "Illinois"
},
{
"subject": "300_North_LaSalle",
"property": "buildingEndDate",
"object": "\"2009\""
}
] |
[
{
"subject": "300_North_LaSalle",
"property": "location",
"object": "Illinois"
},
{
"subject": "300_North_LaSalle",
"property": "completionDate",
"object": "2009"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"300 North LaSalle, Illinois, was completed in 2009.",
"300 North Lasalle was completed in 2009 and is located in Illinois."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:300_North_LaSalle",
"rdf:type",
"ontology:building"
],
[
"resource:300_North_LaSalle",
"property:location",
"resource:Illinois"
],
[
"resource:300_North_LaSalle",
"property:completion_date",
"resource:2009"
]
] |
300_North_LaSalle
|
[
{
"modified": "completionDate",
"readable": "completion date",
"graph": "property:completion_date"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "2009",
"readable": "2009",
"graph": "resource:2009"
},
{
"modified": "300_North_LaSalle",
"readable": "300 North LaSalle",
"graph": "resource:300_North_LaSalle"
},
{
"modified": "Illinois",
"readable": "Illinois",
"graph": "resource:Illinois"
}
] |
[
{
"question": [],
"graph_query": "ASK WHERE { ?y property:completion_date resource:1931 . ?y rdf:type ontology:building }",
"readable_query": "ASK WHERE { ?y property:completion_date resource:1931 . ?y rdf:type ontology:building }",
"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 { ?j property:completion_date resource:2009 . ?j rdf:type ontology:building }",
"readable_query": "ASK WHERE { ?j property:completion_date resource:2009 . ?j rdf:type ontology:building }",
"graph_answer": [
"True"
],
"readable_answer": [
"True"
],
"type": [
"ellipsis",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"true_answer",
"typing",
"hidden_variable_typing",
"one_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT ?l WHERE { ?l property:completion_date resource:2009 . ?l rdf:type ontology:building }",
"readable_query": "SELECT ?l WHERE { ?l property:completion_date resource:2009 . ?l rdf:type ontology:building }",
"graph_answer": [
"resource:300_North_LaSalle"
],
"readable_answer": [
"300 North LaSalle"
],
"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 ?f WHERE { resource:300_North_LaSalle property:location ?f }",
"readable_query": "SELECT DISTINCT ?f WHERE { resource:300_North_LaSalle property:location ?f }",
"graph_answer": [
"resource:Illinois"
],
"readable_answer": [
"Illinois"
],
"type": [
"coreference",
"meaningful",
"answer",
"single_triple",
"direct",
"direct_single",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
WrittenWork
| 2 |
5664
|
Id199
|
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "United_States",
"property": "leaderTitle",
"object": "President_of_the_United_States"
},
{
"subject": "A_Wizard_of_Mars",
"property": "country",
"object": "United_States"
}
] |
(X (X (X)))
|
chain
|
{
"comment": [
"good",
"good"
],
"lid": [
"Id1",
"Id2"
],
"text": [
"\"A Wizard of Mars\" was published in the United States, where the leader is known as the President.",
"A Wizard of Mars originates from the United States where the title of the leader is the President."
],
"lang": [
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Wizard_of_Mars",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Wizard_of_Mars",
"property:country",
"resource:United_States"
],
[
"resource:United_States",
"property:leader_title",
"resource:President_of_the_United_States"
]
] |
A_Wizard_of_Mars
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "leaderTitle",
"readable": "leader title",
"graph": "property:leader_title"
},
{
"modified": "A_Wizard_of_Mars",
"readable": "A Wizard of Mars",
"graph": "resource:A_Wizard_of_Mars"
},
{
"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 ?y ?g WHERE { ?g property:leader_title resource:President_of_the_United_States . ?y property:country ?g . ?y rdf:type ontology:written_work }",
"readable_query": "SELECT DISTINCT ?y ?g WHERE { ?g property:leader_title resource:President_of_the_United_States . ?y property:country ?g . ?y rdf:type ontology:written_work }",
"graph_answer": [
"resource:A_Wizard_of_Mars",
"resource:United_States"
],
"readable_answer": [
"A Wizard of Mars",
"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"
]
}
] |
|
WrittenWork
| 2 |
5570
|
Id105
|
[
{
"subject": "A_Severed_Wasp",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Severed_Wasp",
"property": "country",
"object": "United_States"
}
] |
[
{
"subject": "A_Severed_Wasp",
"property": "language",
"object": "English_language"
},
{
"subject": "A_Severed_Wasp",
"property": "country",
"object": "United_States"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"A Severed Wasp, published in the United States is in the English language.",
"A Severed Wasp, from the United States, was written in the English language.",
"A Severed Wasp originates from the United States and is written in the English language."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:A_Severed_Wasp",
"rdf:type",
"ontology:written_work"
],
[
"resource:A_Severed_Wasp",
"property:language",
"resource:English_language"
],
[
"resource:A_Severed_Wasp",
"property:country",
"resource:United_States"
]
] |
A_Severed_Wasp
|
[
{
"modified": "country",
"readable": "country",
"graph": "property:country"
},
{
"modified": "language",
"readable": "language",
"graph": "property:language"
},
{
"modified": "A_Severed_Wasp",
"readable": "A Severed Wasp",
"graph": "resource:A_Severed_Wasp"
},
{
"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 ?b ?p WHERE { resource:A_Severed_Wasp property:language ?p . resource:A_Severed_Wasp property:country ?b }",
"readable_query": "SELECT DISTINCT ?b ?p WHERE { resource:A_Severed_Wasp property:language ?p . resource:A_Severed_Wasp property:country ?b }",
"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"
]
}
] |
|
CelestialBody
| 2 |
4065
|
Id46
|
[
{
"subject": "101_Helena",
"property": "Planet/apoapsis",
"object": "\"4.41092E8\"^^<http://dbpedia.org/datatype/kilometre>"
},
{
"subject": "101_Helena",
"property": "Planet/temperature",
"object": "\"173.0\"^^<http://dbpedia.org/datatype/kelvin>"
}
] |
[
{
"subject": "101_Helena",
"property": "apoapsis",
"object": "441092000.0 (kilometres)"
},
{
"subject": "101_Helena",
"property": "temperature",
"object": "173.0 (kelvins)"
}
] |
(X (X) (X))
|
sibling
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"101 Helena, has an apoapsis of 441092000.0 kilometres, and an average temperature is 173.0 kelvins.",
"The apoapsis of 101 Helena is 441092000.0 km and it has an average temperature of 173.0 kelvins.",
"101 Helena has a temperature of 173.0 kelvins and an apoapsis of 441092000.0 kilometres."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:101_Helena",
"rdf:type",
"ontology:celestial_body"
],
[
"resource:101_Helena",
"property:temperature",
"173.0 (kelvins)"
],
[
"resource:101_Helena",
"property:apoapsis",
"441092000.0 (kilometres)"
]
] |
101_Helena
|
[
{
"modified": "173.0 (kelvins)",
"readable": "173.0",
"graph": "173.0 (kelvins)"
},
{
"modified": "441092000.0 (kilometres)",
"readable": "441092000.0",
"graph": "441092000.0 (kilometres)"
},
{
"modified": "apoapsis",
"readable": "apoapsis",
"graph": "property:apoapsis"
},
{
"modified": "temperature",
"readable": "temperature",
"graph": "property:temperature"
},
{
"modified": "101_Helena",
"readable": "101 Helena",
"graph": "resource:101_Helena"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( CONTAINS ( LCASE ( ?n ) , 'helena' ) ) . ?n property:temperature '173.0 (kelvins)' . ?n property:apoapsis '441092000.0 (kilometres)' . ?n rdf:type ontology:celestial_body }",
"readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( CONTAINS ( LCASE ( ?n ) , 'helena' ) ) . ?n property:temperature '173.0 (kelvins)' . ?n property:apoapsis '441092000.0 (kilometres)' . ?n rdf:type ontology:celestial_body }",
"graph_answer": [
"resource:101_Helena"
],
"readable_answer": [
"101 Helena"
],
"type": [
"complete",
"meaningful",
"answer",
"two_triples",
"sibling",
"conjunctive_only",
"entity_answer",
"typing",
"answer_typing",
"one_variable",
"single_answer",
"comparison",
"string_comparison",
"open_entity_answer",
"single_intention"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?r WHERE { resource:101_Helena property:place ?r }",
"readable_query": "SELECT DISTINCT ?r WHERE { resource:101_Helena property:place ?r }",
"graph_answer": [],
"readable_answer": [],
"type": [
"coreference",
"non_sense",
"no_answer",
"single_triple",
"direct",
"direct_none",
"conjunctive_only",
"entity_answer",
"no_typing",
"no_answer_typing",
"one_variable",
"single_answer",
"no_comparison",
"open_entity_answer",
"single_intention"
]
}
] |
|
University
| 7 |
13170
|
Id13
|
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliation",
"object": "Visvesvaraya_Technological_University"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "free",
"object": "All_India_Council_for_Technical_Education"
},
{
"subject": "All_India_Council_for_Technical_Education",
"property": "location",
"object": "Mumbai"
},
{
"subject": "Bangalore",
"property": "founder",
"object": "Kempe_Gowda_I"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Karnataka",
"property": "west",
"object": "Arabian_Sea"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
}
] |
[
{
"subject": "Acharya_Institute_of_Technology",
"property": "affiliation",
"object": "Visvesvaraya_Technological_University"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "wasGivenTheTechnicalCampusStatusBy",
"object": "All_India_Council_for_Technical_Education"
},
{
"subject": "All_India_Council_for_Technical_Education",
"property": "location",
"object": "Mumbai"
},
{
"subject": "Bangalore",
"property": "founder",
"object": "Kempe_Gowda_I"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "city",
"object": "Bangalore"
},
{
"subject": "Karnataka",
"property": "hasToItsWest",
"object": "Arabian_Sea"
},
{
"subject": "Acharya_Institute_of_Technology",
"property": "state",
"object": "Karnataka"
}
] |
(X (X) (X (X)) (X (X)) (X (X)))
|
mixed
|
{
"comment": [
"good",
"good",
"good"
],
"lid": [
"Id1",
"Id2",
"Id3"
],
"text": [
"Acharya Institute of Technology in Bangalore is affiliated with Visvesvaraya Technological University. The school was given its Technical Campus' status by the All India Council for Technical Education in Mumbai. Bangalore, which was founded by Kempe Gowda, is in the state of Karnataka which has the Arabian Sea to its west.",
"Karnataka state which is positioned with the Arabian Sea to its west is also home to the Acharya Institute of Technology, which is located in the city of Bangalore and was founded by Kempe Gowda. The institute has recently been given the 'Technical Campus' status by the All India Council for Technical Education which is based in Mumbai. The Acharya Institute of Technology also has connections with the Visvesvaraya Technological University.",
"The Visvesvaraya Technological University affiliated Acharya Institute of Technology in Bangalore, Karnataka was given the 'Technical Campus' status by the All India Council for Technical Education in Mumbai. Karnataka has the Arabian Sea to its west. Bangalore was founded by Kempe Gowda I."
],
"lang": [
"",
"",
""
]
}
|
[] |
[] |
[
[
"resource:Karnataka",
"property:has_to_its_west",
"resource:Arabian_Sea"
],
[
"resource:Bangalore",
"property:founder",
"resource:Kempe_Gowda_I"
],
[
"resource:All_India_Council_for_Technical_Education",
"property:location",
"resource:Mumbai"
],
[
"resource:Acharya_Institute_of_Technology",
"property:was_given_the_technical_campus_status_by",
"resource:All_India_Council_for_Technical_Education"
],
[
"resource:Acharya_Institute_of_Technology",
"property:city",
"resource:Bangalore"
],
[
"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"
]
] |
Acharya_Institute_of_Technology
|
[
{
"modified": "affiliation",
"readable": "affiliation",
"graph": "property:affiliation"
},
{
"modified": "city",
"readable": "city",
"graph": "property:city"
},
{
"modified": "founder",
"readable": "founder",
"graph": "property:founder"
},
{
"modified": "hasToItsWest",
"readable": "has to its west",
"graph": "property:has_to_its_west"
},
{
"modified": "location",
"readable": "location",
"graph": "property:location"
},
{
"modified": "state",
"readable": "state",
"graph": "property:state"
},
{
"modified": "wasGivenTheTechnicalCampusStatusBy",
"readable": "was given the technical campus status by",
"graph": "property:was_given_the_technical_campus_status_by"
},
{
"modified": "Acharya_Institute_of_Technology",
"readable": "Acharya Institute of Technology",
"graph": "resource:Acharya_Institute_of_Technology"
},
{
"modified": "All_India_Council_for_Technical_Education",
"readable": "All India Council for Technical Education",
"graph": "resource:All_India_Council_for_Technical_Education"
},
{
"modified": "Arabian_Sea",
"readable": "Arabian Sea",
"graph": "resource:Arabian_Sea"
},
{
"modified": "Bangalore",
"readable": "Bangalore",
"graph": "resource:Bangalore"
},
{
"modified": "Karnataka",
"readable": "Karnataka",
"graph": "resource:Karnataka"
},
{
"modified": "Kempe_Gowda_I",
"readable": "Kempe Gowda I",
"graph": "resource:Kempe_Gowda_I"
},
{
"modified": "Mumbai",
"readable": "Mumbai",
"graph": "resource:Mumbai"
},
{
"modified": "Visvesvaraya_Technological_University",
"readable": "Visvesvaraya Technological University",
"graph": "resource:Visvesvaraya_Technological_University"
}
] |
[
{
"question": [],
"graph_query": "SELECT DISTINCT ?l WHERE { ?t rdf:type ontology:university . ?t property:state ?l . ?l property:has_to_its_west resource:Arabian_Sea . ?t property:was_given_the_technical_campus_status_by resource:All_India_Council_for_Technical_Education }",
"readable_query": "SELECT DISTINCT ?l WHERE { ?t rdf:type ontology:university . ?t property:state ?l . ?l property:has_to_its_west resource:Arabian_Sea . ?t property:was_given_the_technical_campus_status_by resource:All_India_Council_for_Technical_Education }",
"graph_answer": [
"resource:Karnataka"
],
"readable_answer": [
"Karnataka"
],
"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": "ASK WHERE { resource:Bangalore property:founder resource:Sara_Miller_McCune }",
"readable_query": "ASK WHERE { resource:Bangalore property:founder resource:Sara_Miller_McCune }",
"graph_answer": [
"False"
],
"readable_answer": [
"False"
],
"type": [
"complete",
"meaningful",
"answer",
"single_triple",
"other",
"conjunctive_only",
"boolean_answer",
"false_answer",
"no_typing",
"no_variable",
"single_answer",
"no_comparison"
]
},
{
"question": [],
"graph_query": "SELECT DISTINCT ?k WHERE { ?k property:affiliation resource:Visvesvaraya_Technological_University . ?k rdf:type ontology:university . ?k property:city ?e . ?e property:founder resource:Kempe_Gowda_I }",
"readable_query": "SELECT DISTINCT ?k WHERE { ?k property:affiliation resource:Visvesvaraya_Technological_University . ?k rdf:type ontology:university . ?k property:city ?e . ?e property:founder resource:Kempe_Gowda_I }",
"graph_answer": [
"resource:Acharya_Institute_of_Technology"
],
"readable_answer": [
"Acharya Institute of Technology"
],
"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"
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.