category
string
size
int32
id
string
eid
string
original_triple_sets
list
modified_triple_sets
list
shape
string
shape_type
string
lex
sequence
test_category
string
dbpedia_links
sequence
links
sequence
graph
list
main_entity
string
mappings
list
dialogue
list
Politician
5
12560
Id79
[ { "subject": "Albert_B._White", "property": "spouse", "object": "Agnes_Ward_White" }, { "subject": "Albert_B._White", "property": "party", "object": "Republican_Party_(United_States)" }, { "subject": "Albert_B._White", "property": "birthPlace", "object": "Cleveland" }, { "subject": "Albert_B._White", "property": "activeYearsEndDate", "object": "\"1905-03-04\"^^xsd:date" }, { "subject": "Albert_B._White", "property": "activeYearsStartDate", "object": "\"1901-03-04\"^^xsd:date" } ]
[ { "subject": "Albert_B._White", "property": "spouse", "object": "Agnes_Ward_White" }, { "subject": "Albert_B._White", "property": "party", "object": "Republican_Party_(United_States)" }, { "subject": "Albert_B._White", "property": "birthPlace", "object": "Cleveland" }, { "subject": "Albert_B._White", "property": "activeYearsEndDate", "object": "1905-03-04" }, { "subject": "Albert_B._White", "property": "activeYearsStartDate", "object": "1901-03-04" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born in Cleveland, Albert B. White, started his career on March 4, 1901 and was married to Agnes Ward White. He was a member of the United States Republican party and finished his career on March 4th 1905.", "A member of the Republican Party of the United States, Albert B. White was born in Cleveland and married to Agnes Ward White. Albert B. White started his career on March 4, 1901 and finished it on March 4th, 1905.", "Cleveland born Albert B White, who was married to Agnes Ward White, is a member of the Republican Party of the United States. His career began on March 4th 1901 and ended exactly four years later." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albert_B__White", "property:spouse", "resource:Agnes_Ward_White" ], [ "resource:Albert_B__White", "property:party", "resource:Republican_Party__United_States_" ], [ "resource:Albert_B__White", "rdf:type", "ontology:politician" ], [ "resource:Albert_B__White", "property:active_years_start_date", "resource:1901_03_04" ], [ "resource:Albert_B__White", "property:active_years_end_date", "resource:1905_03_04" ], [ "resource:Albert_B__White", "property:birth_place", "resource:Cleveland" ] ]
Albert_B._White
[ { "modified": "activeYearsEndDate", "readable": "active years end date", "graph": "property:active_years_end_date" }, { "modified": "activeYearsStartDate", "readable": "active years start date", "graph": "property:active_years_start_date" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "party", "readable": "party", "graph": "property:party" }, { "modified": "spouse", "readable": "spouse", "graph": "property:spouse" }, { "modified": "1901-03-04", "readable": "1901-03-04", "graph": "resource:1901_03_04" }, { "modified": "1905-03-04", "readable": "1905-03-04", "graph": "resource:1905_03_04" }, { "modified": "Agnes_Ward_White", "readable": "Agnes Ward White", "graph": "resource:Agnes_Ward_White" }, { "modified": "Albert_B._White", "readable": "Albert B. White", "graph": "resource:Albert_B__White" }, { "modified": "Cleveland", "readable": "Cleveland", "graph": "resource:Cleveland" }, { "modified": "Republican_Party_(United_States)", "readable": "Republican Party", "graph": "resource:Republican_Party__United_States_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?z ) , '1905' ) ) . ?t property:spouse ?v . ?t property:active_years_end_date ?z . ?t rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( YEAR ( ?z ) , '1905' ) ) . ?t property:spouse ?v . ?t property:active_years_end_date ?z . ?t rdf:type ontology:politician }", "graph_answer": [ "resource:Agnes_Ward_White" ], "readable_answer": [ "Agnes Ward White" ], "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 ?a WHERE { ?m property:active_years_end_date ?a . ?m property:spouse resource:Agnes_Ward_White . ?m rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?a WHERE { ?m property:active_years_end_date ?a . ?m property:spouse resource:Agnes_Ward_White . ?m rdf:type ontology:politician }", "graph_answer": [ "resource:1905_03_04" ], "readable_answer": [ "1905-03-04" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:politician . ?a property:spouse resource:Agnes_Ward_White . ?a property:active_years_end_date resource:1905_03_04 }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:politician . ?a property:spouse resource:Agnes_Ward_White . ?a property:active_years_end_date resource:1905-03-04 }", "graph_answer": [ "resource:Albert_B__White" ], "readable_answer": [ "Albert B. White" ], "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 ?s ?d WHERE { resource:Albert_B__White property:active_years_start_date ?s . resource:Albert_B__White property:birth_place ?d }", "readable_query": "SELECT DISTINCT ?s ?d WHERE { resource:Albert_B._White property:active_years_start_date ?s . resource:Albert_B._White property:birth_place ?d }", "graph_answer": [ "resource:1901_03_04", "resource:Cleveland" ], "readable_answer": [ "1901-03-04", "Cleveland" ], "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 ?q WHERE { resource:Albert_B__White property:area_urban ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Albert_B._White property:area_urban ?q }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
3
6502
Id122
[ { "subject": "Alan_B._Miller_Hall", "property": "cost", "object": "\"7.5E7\"^^<http://dbpedia.org/datatype/usDollar>" }, { "subject": "Mason_School_of_Business", "property": "country", "object": "United_States" }, { "subject": "Alan_B._Miller_Hall", "property": "currentTenants", "object": "Mason_School_of_Business" } ]
[ { "subject": "Alan_B._Miller_Hall", "property": "cost", "object": "\"75.0 million (dollars)\"" }, { "subject": "Mason_School_of_Business", "property": "country", "object": "United_States" }, { "subject": "Alan_B._Miller_Hall", "property": "currentTenants", "object": "Mason_School_of_Business" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Located in the United States, the Mason School of Business currently live in the Alan B. Miller Hall, a building which cost 75 million dollars.", "The Mason School of Business, located in the United States, is the current tenant of Alan B Miller Hall, which cost 75 million dollars.", "The Alan B. Miller Hall in the United States cost 75 million dollars. The current tenants are The Mason School of Business." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alan_B__Miller_Hall", "rdf:type", "ontology:building" ], [ "resource:Alan_B__Miller_Hall", "property:cost", "resource:75_0_million__dollars_" ], [ "resource:Alan_B__Miller_Hall", "property:current_tenants", "resource:Mason_School_of_Business" ], [ "resource:Mason_School_of_Business", "property:country", "resource:United_States" ] ]
Alan_B._Miller_Hall
[ { "modified": "cost", "readable": "cost", "graph": "property:cost" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "currentTenants", "readable": "current tenants", "graph": "property:current_tenants" }, { "modified": "75.0 million (dollars)", "readable": "75.0 million", "graph": "resource:75_0_million__dollars_" }, { "modified": "Alan_B._Miller_Hall", "readable": "Alan B. Miller Hall", "graph": "resource:Alan_B__Miller_Hall" }, { "modified": "Mason_School_of_Business", "readable": "Mason School of Business", "graph": "resource:Mason_School_of_Business" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?j property:cost '120 million (Australian dollars)' . ?j rdf:type ontology:building . ?j property:current_tenants resource:Mason_School_of_Business }", "readable_query": "ASK WHERE { ?j property:cost '120 million (Australian dollars)' . ?j rdf:type ontology:building . ?j property:current_tenants resource:Mason_School_of_Business }", "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 { ?g property:cost resource:75_0_million__dollars_ . ?g property:current_tenants resource:Mason_School_of_Business . ?g rdf:type ontology:building }", "readable_query": "ASK WHERE { ?g property:cost resource:75.0_million_(dollars) . ?g property:current_tenants resource:Mason_School_of_Business . ?g rdf:type ontology:building }", "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 ?y WHERE { ?y property:cost resource:75_0_million__dollars_ . ?y property:current_tenants resource:Mason_School_of_Business . ?y rdf:type ontology:building }", "readable_query": "SELECT ?y WHERE { ?y property:cost resource:75.0_million_(dollars) . ?y property:current_tenants resource:Mason_School_of_Business . ?y rdf:type ontology:building }", "graph_answer": [ "resource:Alan_B__Miller_Hall" ], "readable_answer": [ "Alan B. Miller Hall" ], "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 ?i WHERE { resource:Mason_School_of_Business property:country ?i }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Mason_School_of_Business property:country ?i }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Astronaut
7
13035
Id2
[ { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Bean", "property": "occupation", "object": "Test_pilot" }, { "subject": "Alan_Bean", "property": "almaMater", "object": "\"UT Austin, B.S. 1955\"@en" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "birthPlace", "object": "Wheeler,_Texas" }, { "subject": "Alan_Bean", "property": "dateOfRet", "object": "\"June 1981\"@en" }, { "subject": "Alan_Bean", "property": "selection", "object": "1963" } ]
[ { "subject": "Alan_Bean", "property": "nationality", "object": "United_States" }, { "subject": "Alan_Bean", "property": "occupation", "object": "Test_pilot" }, { "subject": "Alan_Bean", "property": "almaMater", "object": "\"UT Austin, B.S. 1955\"" }, { "subject": "Alan_Bean", "property": "mission", "object": "Apollo_12" }, { "subject": "Alan_Bean", "property": "birthPlace", "object": "Wheeler,_Texas" }, { "subject": "Alan_Bean", "property": "dateOfRetirement", "object": "\"June 1981\"" }, { "subject": "Alan_Bean", "property": "selectedByNasa", "object": "1963" } ]
(X (X) (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Alan Bean is a US national, who was born in Wheeler, Texas. He received a B.S. degree from UT at Austin in 1955. He performed as a test pilot. He was selected by NASA in 1963 and became a crew member of Apollo 12. He retired in June 1981.", "Alan Bean is an American born in Wheeler, Texas. He graduated with a BS from UT Austin in 1955 and became a test pilot before being selected by NASA in 1963 to serve as crew on Apollo 12. He retired in June 1981." ], "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:date_of_retirement", "resource:June_1981" ], [ "resource:Alan_Bean", "property:nationality", "resource:United_States" ], [ "resource:Alan_Bean", "property:occupation", "resource:Test_pilot" ], [ "resource:Alan_Bean", "property:alma_mater", "UT Austin, B.S. 1955" ], [ "resource:Alan_Bean", "property:birth_place", "resource:Wheeler__Texas" ] ]
Alan_Bean
[ { "modified": "UT Austin, B.S. 1955", "readable": "UT Austin, B.S. 1955", "graph": "UT Austin, B.S. 1955" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "dateOfRetirement", "readable": "date of retirement", "graph": "property:date_of_retirement" }, { "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": "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": "June 1981", "readable": "June 1981", "graph": "resource:June_1981" }, { "modified": "Test_pilot", "readable": "Test pilot", "graph": "resource:Test_pilot" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Wheeler,_Texas", "readable": "Wheeler, Texas", "graph": "resource:Wheeler__Texas" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?o property:birth_place resource:Austria_Hungary . ?o property:selected_by_nasa ?c . ?o rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { ?o property:birth_place resource:Austria-Hungary . ?o property:selected_by_nasa ?c . ?o rdf:type ontology:astronaut }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
SportsTeam
3
8055
Id128
[ { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "league", "object": "Campeonato_Brasileiro_Série_C" }, { "subject": "Campeonato_Brasileiro_Série_C", "property": "country", "object": "Brazil" }, { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "season", "object": "2015" } ]
[ { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "league", "object": "Campeonato_Brasileiro_Série_C" }, { "subject": "Campeonato_Brasileiro_Série_C", "property": "country", "object": "Brazil" }, { "subject": "Agremiação_Sportiva_Arapiraquense", "property": "season", "object": "2015" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Agremiação Sportiva Arapiraquense play in the Campeonato Brasileiro Série C league in Brazil in 2015.", "Agremiação Sportiva Arapiraquense play in Brazil's Campeonato Brasileiro Série C league and competed in the 2015 event.", "Agremiação Sportiva Arapiraquense play in the Brazilian-based Campeonato Brasileiro Série C league and they played in the 2015 season." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Campeonato_Brasileiro_S_rie_C", "property:country", "resource:Brazil" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "property:season", "resource:2015" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "rdf:type", "ontology:sports_team" ], [ "resource:Agremia__o_Sportiva_Arapiraquense", "property:league", "resource:Campeonato_Brasileiro_S_rie_C" ] ]
Agremiação_Sportiva_Arapiraquense
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "season", "readable": "season", "graph": "property:season" }, { "modified": "2015", "readable": "2015", "graph": "resource:2015" }, { "modified": "Agremiação_Sportiva_Arapiraquense", "readable": "Agremiação Sportiva Arapiraquense", "graph": "resource:Agremia__o_Sportiva_Arapiraquense" }, { "modified": "Brazil", "readable": "Brazil", "graph": "resource:Brazil" }, { "modified": "Campeonato_Brasileiro_Série_C", "readable": "Campeonato Brasileiro Série C", "graph": "resource:Campeonato_Brasileiro_S_rie_C" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:league resource:Campeonato_Brasileiro_S_rie_C . ?k rdf:type ontology:sports_team . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:league resource:Campeonato_Brasileiro_Série_C . ?k rdf:type ontology:sports_team . FILTER ( STRSTARTS ( LCASE ( ?k ) , 'a' ) ) }", "graph_answer": [ "resource:Agremia__o_Sportiva_Arapiraquense" ], "readable_answer": [ "Agremiação Sportiva Arapiraquense" ], "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:Agremia__o_Sportiva_Arapiraquense property:season resource:2015 }", "readable_query": "ASK WHERE { resource:Agremiação_Sportiva_Arapiraquense property:season resource:2015 }", "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" ] } ]
University
7
13180
Id23
[ { "subject": "Acharya_Institute_of_Technology", "property": "president", "object": "\"B.M. Reddy\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "established", "object": "2000" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "postgrad", "object": "\"~700\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "campus", "object": "\"Urban, ,\\nIn Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliations", "object": "Visvesvaraya_Technological_University" } ]
[ { "subject": "Acharya_Institute_of_Technology", "property": "president", "object": "\"B.M. Reddy\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "established", "object": "2000" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "numberOfPostgraduateStudents", "object": "700" }, { "subject": "Acharya_Institute_of_Technology", "property": "campus", "object": "\"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliation", "object": "Visvesvaraya_Technological_University" } ]
(X (X) (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090. is the location of the Acharya Institute of Technology. The current President is B M Reddy and there are 700 postgraduate students. The Institute was established in India in the year 2000 and is affiliated with the Visvesvaraya Technological University.", "The Acharya Institute of Technology's campus is located in Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore, India, 560090. It was established in2000 and its president is B.M. Reddy. It has 700 postgraduate students and it is affiliated with the Visvesvaraya Technological University.", "The Acharya Institute of Technology in Bangalore, India was established in 2000. The school's president is B. M. Reddy and it has 700 post graduate students. The institute is affiliated with Visvesvaraya Technological University and its full address is In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Acharya_Institute_of_Technology", "property:president", "resource:B_M__Reddy" ], [ "resource:Acharya_Institute_of_Technology", "property:city", "resource:Bangalore" ], [ "resource:Acharya_Institute_of_Technology", "rdf:type", "ontology:university" ], [ "resource:Acharya_Institute_of_Technology", "property:affiliation", "resource:Visvesvaraya_Technological_University" ], [ "resource:Acharya_Institute_of_Technology", "property:country", "resource:India" ], [ "resource:Acharya_Institute_of_Technology", "property:campus", "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ], [ "resource:Acharya_Institute_of_Technology", "property:number_of_postgraduate_students", "700" ], [ "resource:Acharya_Institute_of_Technology", "property:established", "resource:2000" ] ]
Acharya_Institute_of_Technology
[ { "modified": "700", "readable": "700", "graph": "700" }, { "modified": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "readable": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "graph": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." }, { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "campus", "readable": "campus", "graph": "property:campus" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "numberOfPostgraduateStudents", "readable": "number of postgraduate students", "graph": "property:number_of_postgraduate_students" }, { "modified": "president", "readable": "president", "graph": "property:president" }, { "modified": "2000", "readable": "2000", "graph": "resource:2000" }, { "modified": "Acharya_Institute_of_Technology", "readable": "Acharya Institute of Technology", "graph": "resource:Acharya_Institute_of_Technology" }, { "modified": "B.M. Reddy", "readable": "B.M. Reddy", "graph": "resource:B_M__Reddy" }, { "modified": "Bangalore", "readable": "Bangalore", "graph": "resource:Bangalore" }, { "modified": "India", "readable": "India", "graph": "resource:India" }, { "modified": "Visvesvaraya_Technological_University", "readable": "Visvesvaraya Technological University", "graph": "resource:Visvesvaraya_Technological_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?f rdf:type ontology:university . FILTER ( ?i <= '1100' ) . ?f property:established ?j . ?f property:number_of_postgraduate_students ?i }", "readable_query": "SELECT DISTINCT ?j WHERE { ?f rdf:type ontology:university . FILTER ( ?i <= '1100' ) . ?f property:established ?j . ?f property:number_of_postgraduate_students ?i }", "graph_answer": [ "resource:2000" ], "readable_answer": [ "2000" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?k property:established resource:2001 . ?k property:number_of_postgraduate_students ?h . ?k rdf:type ontology:university }", "readable_query": "ASK WHERE { ?k property:established resource:2001 . ?k property:number_of_postgraduate_students ?h . ?k rdf:type ontology:university }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Politician
2
5173
Id165
[ { "subject": "Alberto_Teisaire", "property": "placeOfDeath", "object": "Buenos_Aires" }, { "subject": "Buenos_Aires", "property": "leaderName", "object": "Gabriela_Michetti" } ]
[ { "subject": "Alberto_Teisaire", "property": "deathPlace", "object": "Buenos_Aires" }, { "subject": "Buenos_Aires", "property": "leader", "object": "Gabriela_Michetti" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alberto Teisaire passed away in Buenos Aires, whose leader is Gabriela Michetti.", "The leader of Buenos Aires is called Gabriela Michetti and this is the place where Alberto Teisaire died.", "Alberto Teisaire's place of death was Buenos Aires, the leader of which, is Gabriela Michetti." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Buenos_Aires", "property:leader", "resource:Gabriela_Michetti" ], [ "resource:Alberto_Teisaire", "rdf:type", "ontology:politician" ], [ "resource:Alberto_Teisaire", "property:death_place", "resource:Buenos_Aires" ] ]
Alberto_Teisaire
[ { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Alberto_Teisaire", "readable": "Alberto Teisaire", "graph": "resource:Alberto_Teisaire" }, { "modified": "Buenos_Aires", "readable": "Buenos Aires", "graph": "resource:Buenos_Aires" }, { "modified": "Gabriela_Michetti", "readable": "Gabriela Michetti", "graph": "resource:Gabriela_Michetti" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?u property:death_place resource:California . ?u rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?u property:death_place resource:California . ?u rdf:type ontology:politician }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?w property:death_place resource:Buenos_Aires . ?w rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?w property:death_place resource:Buenos_Aires . ?w rdf:type ontology:politician }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?x WHERE { ?x property:death_place resource:Buenos_Aires . ?x rdf:type ontology:politician }", "readable_query": "SELECT ?x WHERE { ?x property:death_place resource:Buenos_Aires . ?x rdf:type ontology:politician }", "graph_answer": [ "resource:Alberto_Teisaire" ], "readable_answer": [ "Alberto Teisaire" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:Buenos_Aires property:leader ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:Buenos_Aires property:leader ?e }", "graph_answer": [ "resource:Gabriela_Michetti" ], "readable_answer": [ "Gabriela Michetti" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
5
12568
Id87
[ { "subject": "Albert_Jennings_Fountain", "property": "deathPlace", "object": "New_Mexico_Territory" }, { "subject": "Albert_Jennings_Fountain", "property": "birthPlace", "object": "New_York_City" }, { "subject": "Albert_Jennings_Fountain", "property": "placeOfDeath", "object": "United_States" }, { "subject": "Albert_Jennings_Fountain", "property": "dateOfDeath", "object": "\"1896-02-01\"^^xsd:date" }, { "subject": "Albert_Jennings_Fountain", "property": "placeOfBirth", "object": "Staten_Island" } ]
[ { "subject": "Albert_Jennings_Fountain", "property": "deathPlace", "object": "New_Mexico_Territory" }, { "subject": "Albert_Jennings_Fountain", "property": "birthPlace", "object": "New_York_City" }, { "subject": "Albert_Jennings_Fountain", "property": "deathPlace", "object": "United_States" }, { "subject": "Albert_Jennings_Fountain", "property": "deathDate", "object": "1896-02-01" }, { "subject": "Albert_Jennings_Fountain", "property": "birthPlace", "object": "Staten_Island" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "New York City born (in Staten Island), Albert Jennings Fountain died in the United States, on 1896-02-01, in the New Mexico Territory.", "Albert Jennings Fountain was born in New York City, U.S.A. on Staten Island. He died in the New Mexico Territory of the United States.", "Albert Jennings Fountain was born in Staten Island, New York City and died on 1896-02-01 in the New Mexico Territory, USA." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albert_Jennings_Fountain", "rdf:type", "ontology:politician" ], [ "resource:Albert_Jennings_Fountain", "property:death_place", "resource:United_States" ], [ "resource:Albert_Jennings_Fountain", "property:death_place", "resource:New_Mexico_Territory" ], [ "resource:Albert_Jennings_Fountain", "property:birth_place", "resource:Staten_Island" ], [ "resource:Albert_Jennings_Fountain", "property:birth_place", "resource:New_York_City" ], [ "resource:Albert_Jennings_Fountain", "property:death_date", "resource:1896_02_01" ] ]
Albert_Jennings_Fountain
[ { "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": "1896-02-01", "readable": "1896-02-01", "graph": "resource:1896_02_01" }, { "modified": "Albert_Jennings_Fountain", "readable": "Albert Jennings Fountain", "graph": "resource:Albert_Jennings_Fountain" }, { "modified": "New_Mexico_Territory", "readable": "New Mexico Territory", "graph": "resource:New_Mexico_Territory" }, { "modified": "New_York_City", "readable": "New York City", "graph": "resource:New_York_City" }, { "modified": "Staten_Island", "readable": "Staten Island", "graph": "resource:Staten_Island" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:politician . ?q property:death_date ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '1896' ) ) }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:politician . ?q property:death_date ?g . FILTER ( CONTAINS ( YEAR ( ?g ) , '1896' ) ) }", "graph_answer": [ "resource:Albert_Jennings_Fountain" ], "readable_answer": [ "Albert Jennings Fountain" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:Albert_Jennings_Fountain rdf:type ontology:politician . resource:Albert_Jennings_Fountain property:death_date ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Albert_Jennings_Fountain rdf:type ontology:politician . resource:Albert_Jennings_Fountain property:death_date ?z }", "graph_answer": [ "resource:1896_02_01" ], "readable_answer": [ "1896-02-01" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c ?l WHERE { resource:Albert_Jennings_Fountain property:death_place ?c . resource:Albert_Jennings_Fountain property:birth_place ?l }", "readable_query": "SELECT DISTINCT ?c ?l WHERE { resource:Albert_Jennings_Fountain property:death_place ?c . resource:Albert_Jennings_Fountain property:birth_place ?l }", "graph_answer": [ "resource:United_States", "resource:New_York_City" ], "readable_answer": [ "United States", "New York City" ], "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
10586
Id27
[ { "subject": "A.C._Lumezzane", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "officialLanguage", "object": "Italian_language" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" } ]
[ { "subject": "A.C._Lumezzane", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "capital", "object": "Rome" }, { "subject": "Italy", "property": "officialLanguage", "object": "Italian_language" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Pietro Grasso is the leader in Italy where the Italian language is used and the capital city is Rome. AC Lumezzane play in the country.", "A.C. Lumezzane's ground is in Italy where the capital is Rome, the official language is Italian and the leader is Pietro Grasso.", "A.C. Lumezzane's ground is in Italy, the capital of which is Rome. Pietro Grasso is a leader of the Italian people, and the national language is Italian." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_C__Lumezzane", "rdf:type", "ontology:sports_team" ], [ "resource:A_C__Lumezzane", "property:ground", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Pietro_Grasso" ], [ "resource:Italy", "property:official_language", "resource:Italian_language" ], [ "resource:Italy", "property:capital", "resource:Rome" ] ]
A.C._Lumezzane
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "officialLanguage", "readable": "official language", "graph": "property:official_language" }, { "modified": "A.C._Lumezzane", "readable": "A.C. Lumezzane", "graph": "resource:A_C__Lumezzane" }, { "modified": "Italian_language", "readable": "Italian language", "graph": "resource:Italian_language" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Pietro_Grasso", "readable": "Pietro Grasso", "graph": "resource:Pietro_Grasso" }, { "modified": "Rome", "readable": "Rome", "graph": "resource:Rome" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?q ) WHERE { ?b rdf:type ontology:sports_team . ?b property:ground ?r . ?r property:capital resource:Rome }", "readable_query": "SELECT DISTINCT ( COUNT ( ?b ) AS ?q ) WHERE { ?b rdf:type ontology:sports_team . ?b property:ground ?r . ?r property:capital resource:Rome }", "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 ?d WHERE { ?d rdf:type ontology:sports_team . ?d property:ground ?n . ?n property:capital resource:Rome }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:sports_team . ?d property:ground ?n . ?n property:capital resource:Rome }", "graph_answer": [ "resource:A_C__Lumezzane" ], "readable_answer": [ "A.C. Lumezzane" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 'i' ) ) . ?i property:capital resource:Rome . ?i property:leader resource:Pietro_Grasso }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( STRSTARTS ( LCASE ( ?i ) , 'i' ) ) . ?i property:capital resource:Rome . ?i property:leader resource:Pietro_Grasso }", "graph_answer": [ "resource:Italy" ], "readable_answer": [ "Italy" ], "type": [ "coreference", "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 ?p WHERE { resource:Italy property:ship_in_service ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Italy property:ship_in_service ?p }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Italy property:trainer_aircraft ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Italy property:trainer_aircraft ?r }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
4
9146
Id69
[ { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "location", "object": "Copenhagen" }, { "subject": "Marriott_International", "property": "foundationPlace", "object": "Washington,_D.C." }, { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "operator", "object": "Marriott_International" }, { "subject": "Marriott_International", "property": "keyPerson", "object": "Bill_Marriott" } ]
[ { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "location", "object": "Copenhagen" }, { "subject": "Marriott_International", "property": "foundationPlace", "object": "Washington,_D.C." }, { "subject": "AC_Hotel_Bella_Sky_Copenhagen", "property": "tenant", "object": "Marriott_International" }, { "subject": "Marriott_International", "property": "keyPerson", "object": "Bill_Marriott" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "The AC Hotel Bella Sky in Copenhagen is part of Marriott International. Marriott International was founded in Washington DC and a key member of staff is Bill Marriott." ], "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:Copenhagen" ], [ "resource:Marriott_International", "property:key_person", "resource:Bill_Marriott" ], [ "resource:Marriott_International", "property:foundation_place", "resource:Washington__D_C_" ] ]
AC_Hotel_Bella_Sky_Copenhagen
[ { "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": "tenant", "readable": "tenant", "graph": "property:tenant" }, { "modified": "AC_Hotel_Bella_Sky_Copenhagen", "readable": "AC Hotel Bella Sky Copenhagen", "graph": "resource:AC_Hotel_Bella_Sky_Copenhagen" }, { "modified": "Bill_Marriott", "readable": "Bill Marriott", "graph": "resource:Bill_Marriott" }, { "modified": "Copenhagen", "readable": "Copenhagen", "graph": "resource:Copenhagen" }, { "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 ?q WHERE { ?q rdf:type ontology:building . ?q property:tenant ?w . ?q property:location resource:Copenhagen . ?w property:foundation_place resource:Washington__D_C_ }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:building . ?q property:tenant ?w . ?q property:location resource:Copenhagen . ?w property:foundation_place resource:Washington,_D.C. }", "graph_answer": [ "resource:AC_Hotel_Bella_Sky_Copenhagen" ], "readable_answer": [ "AC Hotel Bella Sky Copenhagen" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?t property:foundation_place resource:Washington__D_C_ . ?j property:tenant ?t . ?j property:location resource:Copenhagen . ?j rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t property:foundation_place resource:Washington,_D.C. . ?j property:tenant ?t . ?j property:location resource:Copenhagen . ?j rdf:type ontology:building }", "graph_answer": [ "resource:Marriott_International" ], "readable_answer": [ "Marriott International" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Marriott_International property:key_person resource:Bill_Marriott }", "readable_query": "ASK WHERE { resource:Marriott_International property:key_person resource:Bill_Marriott }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
Food
2
4657
Id169
[ { "subject": "Barny_Cakes", "property": "country", "object": "France" }, { "subject": "France", "property": "leaderName", "object": "Manuel_Valls" } ]
[ { "subject": "Barny_Cakes", "property": "country", "object": "France" }, { "subject": "France", "property": "leader", "object": "Manuel_Valls" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Barny Cakes originated in France (led by Manuel Valls).", "Barny cakes can be found in France where Manuel Valls is a leader.", "Barny cakes are found in France where Manuel Valls is a leader." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Barny_Cakes", "rdf:type", "ontology:food" ], [ "resource:Barny_Cakes", "property:country", "resource:France" ], [ "resource:France", "property:leader", "resource:Manuel_Valls" ] ]
Barny_Cakes
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Barny_Cakes", "readable": "Barny Cakes", "graph": "resource:Barny_Cakes" }, { "modified": "France", "readable": "France", "graph": "resource:France" }, { "modified": "Manuel_Valls", "readable": "Manuel Valls", "graph": "resource:Manuel_Valls" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?g ) WHERE { ?v property:country ?c . ?c property:leader resource:Manuel_Valls . ?v rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ( COUNT ( ?v ) AS ?g ) WHERE { ?v property:country ?c . ?c property:leader resource:Manuel_Valls . ?v rdf:type ontology:food }", "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 ?h WHERE { ?h property:country ?j . ?j property:leader resource:Manuel_Valls . ?h rdf:type ontology:food }", "readable_query": "SELECT DISTINCT ?h WHERE { ?h property:country ?j . ?j property:leader resource:Manuel_Valls . ?h rdf:type ontology:food }", "graph_answer": [ "resource:Barny_Cakes" ], "readable_answer": [ "Barny Cakes" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x property:leader resource:Manuel_Valls }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x property:leader resource:Manuel_Valls }", "graph_answer": [ "resource:France" ], "readable_answer": [ "France" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
MeanOfTransportation
3
7518
Id118
[ { "subject": "Alfa_Romeo_164", "property": "engine", "object": "Alfa_Romeo_164__1" }, { "subject": "Alfa_Romeo_164", "property": "aka", "object": "\"Alfa Romeo 168\"@en" }, { "subject": "Alfa_Romeo_164", "property": "class", "object": "\"Mid-size luxury / Executive car\"@en" } ]
[ { "subject": "Alfa_Romeo_164", "property": "engine", "object": "Straight-four_engine" }, { "subject": "Alfa_Romeo_164", "property": "alternativeName", "object": "\"Alfa Romeo 168\"" }, { "subject": "Alfa_Romeo_164", "property": "class", "object": "\"Mid-size luxury / Executive car\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Alfa Romeo 164, or sometimes called the Alfa Romeo 168, is considered a mid-size luxury executive car. Its engine is also known as a straight-four engine.", "The Alfa Romeo 164 is a mid-size luxury executive car also known as the 168 and has a straight four engine.", "The Alfa Romeo 164 (alternatively called, the Alfa Romeo 168), has a straight-four engine and is considered a mid-size luxury executive car." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alfa_Romeo_164", "property:engine", "resource:Straight_four_engine" ], [ "resource:Alfa_Romeo_164", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Alfa_Romeo_164", "property:class", "Mid-size luxury / Executive car" ], [ "resource:Alfa_Romeo_164", "property:alternative_name", "resource:Alfa_Romeo_168" ] ]
Alfa_Romeo_164
[ { "modified": "Mid-size luxury / Executive car", "readable": "Mid-size luxury / Executive car", "graph": "Mid-size luxury / Executive car" }, { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "Alfa_Romeo_164", "readable": "Alfa Romeo 164", "graph": "resource:Alfa_Romeo_164" }, { "modified": "Alfa Romeo 168", "readable": "Alfa Romeo 168", "graph": "resource:Alfa_Romeo_168" }, { "modified": "Straight-four_engine", "readable": "Straight-four engine", "graph": "resource:Straight_four_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g ?v WHERE { resource:Alfa_Romeo_164 property:alternative_name ?v . resource:Alfa_Romeo_164 property:engine ?g }", "readable_query": "SELECT DISTINCT ?g ?v WHERE { resource:Alfa_Romeo_164 property:alternative_name ?v . resource:Alfa_Romeo_164 property:engine ?g }", "graph_answer": [ "resource:Straight_four_engine", "resource:Alfa_Romeo_168" ], "readable_answer": [ "Straight-four engine", "Alfa Romeo 168" ], "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:Alfa_Romeo_164 property:issn_number ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:Alfa_Romeo_164 property:issn_number ?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" ] } ]
Athlete
5
11532
Id63
[ { "subject": "Peñarol", "property": "league", "object": "Uruguayan_Primera_División" }, { "subject": "Abel_Hernández", "property": "youthclubs", "object": "Peñarol" }, { "subject": "U.S._Città_di_Palermo", "property": "manager", "object": "Giuseppe_Iachini" }, { "subject": "Abel_Hernández", "property": "team", "object": "Uruguay_national_football_team" }, { "subject": "Abel_Hernández", "property": "clubs", "object": "U.S._Città_di_Palermo" } ]
[ { "subject": "Peñarol", "property": "league", "object": "Uruguayan_Primera_División" }, { "subject": "Abel_Hernández", "property": "youthclub", "object": "Peñarol" }, { "subject": "U.S._Città_di_Palermo", "property": "manager", "object": "Giuseppe_Iachini" }, { "subject": "Abel_Hernández", "property": "club", "object": "Uruguay_national_football_team" }, { "subject": "Abel_Hernández", "property": "club", "object": "U.S._Città_di_Palermo" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abel Hernández was part of the youth club Peñarol that participates in the Uruguayan Primera División. Abel Hernández also plays with the U.S. Città di Palermo club which is in the Uruguay National football team. The Palermo club is managed by Giuseppe Iachini.", "In his youth Abel Hernandez played in the Uruguayan Primera Division with Penarol. His clubs are the Uruguay National Football team and also US Citta di Palermo which is managed by Giuseppe Iachini.", "Penarol, where Abel Hernandez played youth football, is in the Uruguayan Primera División. Hernandez, who represented the Uruguay national team, played for U.S. Città di Palermo, a club managed by Giuseppe Iachini." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Pe_arol", "property:league", "resource:Uruguayan_Primera_Divisi_n" ], [ "resource:U_S__Citt__di_Palermo", "property:manager", "resource:Giuseppe_Iachini" ], [ "resource:Abel_Hern_ndez", "rdf:type", "ontology:athlete" ], [ "resource:Abel_Hern_ndez", "property:club", "resource:U_S__Citt__di_Palermo" ], [ "resource:Abel_Hern_ndez", "property:club", "resource:Uruguay_national_football_team" ], [ "resource:Abel_Hern_ndez", "property:youthclub", "resource:Pe_arol" ] ]
Abel_Hernández
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "youthclub", "readable": "youthclub", "graph": "property:youthclub" }, { "modified": "Abel_Hernández", "readable": "Abel Hernández", "graph": "resource:Abel_Hern_ndez" }, { "modified": "Giuseppe_Iachini", "readable": "Giuseppe Iachini", "graph": "resource:Giuseppe_Iachini" }, { "modified": "Peñarol", "readable": "Peñarol", "graph": "resource:Pe_arol" }, { "modified": "U.S._Città_di_Palermo", "readable": "U.S. Città di Palermo", "graph": "resource:U_S__Citt__di_Palermo" }, { "modified": "Uruguay_national_football_team", "readable": "Uruguay national football team", "graph": "resource:Uruguay_national_football_team" }, { "modified": "Uruguayan_Primera_División", "readable": "Uruguayan Primera División", "graph": "resource:Uruguayan_Primera_Divisi_n" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?v ) WHERE { resource:Abel_Hern_ndez property:club ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?v ) WHERE { resource:Abel_Hernández property:club ?i }", "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 ?x WHERE { resource:Abel_Hern_ndez property:club ?x }", "readable_query": "SELECT DISTINCT ?x WHERE { resource:Abel_Hernández property:club ?x }", "graph_answer": [ "resource:U_S__Citt__di_Palermo", "resource:Uruguay_national_football_team" ], "readable_answer": [ "U.S. Città di Palermo", "Uruguay national football team" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?x ) WHERE { ?e property:league resource:Uruguayan_Primera_Divisi_n }", "readable_query": "SELECT DISTINCT ( COUNT ( ?e ) AS ?x ) WHERE { ?e property:league resource:Uruguayan_Primera_División }", "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 ?z WHERE { ?z property:league resource:Uruguayan_Primera_Divisi_n }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:league resource:Uruguayan_Primera_División }", "graph_answer": [ "resource:Pe_arol" ], "readable_answer": [ "Peñarol" ], "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
2
4218
Id68
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Indiana" }, { "subject": "Indiana", "property": "country", "object": "United_States" } ]
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Indiana" }, { "subject": "Indiana", "property": "country", "object": "United_States" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Anderson is a city in Indiana, United States.", "Anderson is a city in Indiana, in the U.S." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Indiana", "property:country", "resource:United_States" ], [ "resource:Anderson__Indiana", "rdf:type", "ontology:city" ], [ "resource:Anderson__Indiana", "property:is_part_of", "resource:Indiana" ] ]
Anderson,_Indiana
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Anderson,_Indiana", "readable": "Anderson, Indiana", "graph": "resource:Anderson__Indiana" }, { "modified": "Indiana", "readable": "Indiana", "graph": "resource:Indiana" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?y ) WHERE { ?f property:is_part_of resource:Indiana . ?f rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?y ) WHERE { ?f property:is_part_of resource:Indiana . ?f rdf:type ontology:city }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:city . ?e property:is_part_of resource:Indiana }", "readable_query": "SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:city . ?e property:is_part_of resource:Indiana }", "graph_answer": [ "resource:Anderson__Indiana" ], "readable_answer": [ "Anderson, Indiana" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { resource:Indiana property:associated_band_associated_musical_artist ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Indiana property:associated_band_associated_musical_artist ?j }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
University
3
8150
Id54
[ { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "country", "object": "Denmark" }, { "subject": "Denmark", "property": "leaderTitle", "object": "Monarchy_of_Denmark" }, { "subject": "Denmark", "property": "leader", "object": "Lars_Løkke_Rasmussen" } ]
[ { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "country", "object": "Denmark" }, { "subject": "Denmark", "property": "leaderTitle", "object": "Monarchy_of_Denmark" }, { "subject": "Denmark", "property": "leader", "object": "Lars_Løkke_Rasmussen" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The School of Business and Social Sciences at the Aarhus University is located in Denmark. Denmark has a monarch and Denmark's leader is called Lars Lokke Rasmussen.", "Lars Lokke Rasmussen is the leader of Denmark and has the title of Monarchy of Denmark. The country is the location of the School of Business and Social Sciences at the Aarhus University." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "rdf:type", "ontology:university" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:country", "resource:Denmark" ], [ "resource:Denmark", "property:leader", "resource:Lars_L_kke_Rasmussen" ], [ "resource:Denmark", "property:leader_title", "resource:Monarchy_of_Denmark" ] ]
School_of_Business_and_Social_Sciences_at_the_Aarhus_University
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Denmark", "readable": "Denmark", "graph": "resource:Denmark" }, { "modified": "Lars_Løkke_Rasmussen", "readable": "Lars Løkke Rasmussen", "graph": "resource:Lars_L_kke_Rasmussen" }, { "modified": "Monarchy_of_Denmark", "readable": "Monarchy of Denmark", "graph": "resource:Monarchy_of_Denmark" }, { "modified": "School of Business and Social Sciences at the Aarhus University", "readable": "School of Business and Social Sciences at the Aarhus University", "graph": "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?c WHERE { resource:Denmark property:leader ?c . resource:Denmark property:leader_title ?h }", "readable_query": "SELECT DISTINCT ?h ?c WHERE { resource:Denmark property:leader ?c . resource:Denmark property:leader_title ?h }", "graph_answer": [ "resource:Monarchy_of_Denmark", "resource:Lars_L_kke_Rasmussen" ], "readable_answer": [ "Monarchy of Denmark", "Lars Løkke Rasmussen" ], "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:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:country resource:Denmark . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University rdf:type ontology:university }", "readable_query": "ASK WHERE { resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University property:country resource:Denmark . resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University rdf:type ontology:university }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Athlete
3
6366
Id202
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "clubs", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "team", "object": "Connecticut_Huskies" } ]
[ { "subject": "Orange_County_Blues_FC", "property": "manager", "object": "Oliver_Wyss" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Orange_County_Blues_FC" }, { "subject": "Akeem_Priestley", "property": "club", "object": "Connecticut_Huskies" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Priestley's club is the Connecticut Huskies and he plays for Orange County Blues FC which is managed by Oliver Wyss.", "Akeem Priestley has played for the Connecticut Huskies and Orange County Blues FC, the latter of which is managed by Oliver Wyss.", "Akeem Priestley plays for the Connecticut Huskies and for Orange County Blues FC who are managed by Oliver Wyss." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Priestley", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Priestley", "property:club", "resource:Orange_County_Blues_FC" ], [ "resource:Akeem_Priestley", "property:club", "resource:Connecticut_Huskies" ], [ "resource:Orange_County_Blues_FC", "property:manager", "resource:Oliver_Wyss" ] ]
Akeem_Priestley
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "Akeem_Priestley", "readable": "Akeem Priestley", "graph": "resource:Akeem_Priestley" }, { "modified": "Connecticut_Huskies", "readable": "Connecticut Huskies", "graph": "resource:Connecticut_Huskies" }, { "modified": "Oliver_Wyss", "readable": "Oliver Wyss", "graph": "resource:Oliver_Wyss" }, { "modified": "Orange_County_Blues_FC", "readable": "Orange County Blues FC", "graph": "resource:Orange_County_Blues_FC" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?h property:manager resource:Frank_de_Boer . ?a property:club ?h . ?a rdf:type ontology:athlete }", "readable_query": "ASK WHERE { ?h property:manager resource:Frank_de_Boer . ?a property:club ?h . ?a rdf:type ontology:athlete }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Athlete
2
3672
Id12
[ { "subject": "Aaron_Hunt", "property": "team", "object": "Hamburger_SV" }, { "subject": "Aaron_Hunt", "property": "clubs", "object": "SV_Werder_Bremen" } ]
[ { "subject": "Aaron_Hunt", "property": "club", "object": "Hamburger_SV" }, { "subject": "Aaron_Hunt", "property": "club", "object": "SV_Werder_Bremen" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron Hunt, former player for Hamburger SV, now plays for SV Werder Bremen.", "Aaron Hunt played for the club SV Werder Bremen and now plays for Hamburger SV.", "Aaron Hunt has played for Hamburger SV and SV Werder Bremen." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Aaron_Hunt", "rdf:type", "ontology:athlete" ], [ "resource:Aaron_Hunt", "property:club", "resource:Hamburger_SV" ], [ "resource:Aaron_Hunt", "property:club", "resource:SV_Werder_Bremen" ] ]
Aaron_Hunt
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "Aaron_Hunt", "readable": "Aaron Hunt", "graph": "resource:Aaron_Hunt" }, { "modified": "Hamburger_SV", "readable": "Hamburger SV", "graph": "resource:Hamburger_SV" }, { "modified": "SV_Werder_Bremen", "readable": "SV Werder Bremen", "graph": "resource:SV_Werder_Bremen" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 's' ) ) . resource:Aaron_Hunt property:club ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 's' ) ) . resource:Aaron_Hunt property:club ?f }", "graph_answer": [ "resource:SV_Werder_Bremen" ], "readable_answer": [ "SV Werder Bremen" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( resource:SV_Werder_Bremen ) , 's' ) ) . resource:Aaron_Hunt property:club resource:SV_Werder_Bremen }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( resource:SV_Werder_Bremen ) , 's' ) ) . resource:Aaron_Hunt property:club resource:SV_Werder_Bremen }", "graph_answer": [ "resource:Hamburger_SV" ], "readable_answer": [ "Hamburger SV" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
3
6059
Id205
[ { "subject": "Andrew_Rayel", "property": "associatedMusicalArtist", "object": "Christian_Burns" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" }, { "subject": "Andrew_Rayel", "property": "associatedBand", "object": "Bobina" } ]
[ { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Christian_Burns" }, { "subject": "Andrew_Rayel", "property": "genre", "object": "Trance_music" }, { "subject": "Andrew_Rayel", "property": "associatedBand/associatedMusicalArtist", "object": "Bobina" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Christian Burns is associated with fellow muscian, Andrew Rayel, whose musical genre, is trance music and who is associated with Bobina.", "Andrew Rayel, whose genre is trance, is associated with musician Christian Burns and musical artist, Bobina.", "Trance music artist Andrew Rayel is associated with Christian Burns and Bobina." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Andrew_Rayel", "rdf:type", "ontology:artist" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Christian_Burns" ], [ "resource:Andrew_Rayel", "property:associated_band_associated_musical_artist", "resource:Bobina" ], [ "resource:Andrew_Rayel", "property:genre", "resource:Trance_music" ] ]
Andrew_Rayel
[ { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "Andrew_Rayel", "readable": "Andrew Rayel", "graph": "resource:Andrew_Rayel" }, { "modified": "Bobina", "readable": "Bobina", "graph": "resource:Bobina" }, { "modified": "Christian_Burns", "readable": "Christian Burns", "graph": "resource:Christian_Burns" }, { "modified": "Trance_music", "readable": "Trance music", "graph": "resource:Trance_music" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'b' ) ) . resource:Andrew_Rayel property:associated_band_associated_musical_artist ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'b' ) ) . resource:Andrew_Rayel property:associated_band_associated_musical_artist ?f }", "graph_answer": [ "resource:Bobina" ], "readable_answer": [ "Bobina" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist resource:Bobina }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Andrew_Rayel property:associated_band_associated_musical_artist resource:Bobina }", "graph_answer": [ "resource:Christian_Burns" ], "readable_answer": [ "Christian Burns" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Andrew_Rayel property:genre ?s }", "readable_query": "ASK WHERE { resource:Andrew_Rayel property:genre ?s }", "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 ?p WHERE { resource:Andrew_Rayel property:genre ?p }", "readable_query": "SELECT ?p WHERE { resource:Andrew_Rayel property:genre ?p }", "graph_answer": [ "resource:Trance_music" ], "readable_answer": [ "Trance music" ], "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" ] } ]
Athlete
3
6272
Id108
[ { "subject": "Alan_Martin_(footballer,_born_1989)", "property": "team", "object": "Accrington_Stanley_F.C." }, { "subject": "Alan_Martin_(footballer,_born_1989)", "property": "dateOfBirth", "object": "\"1989-01-01\"^^xsd:date" }, { "subject": "Alan_Martin_(footballer,_born_1989)", "property": "clubs", "object": "Ayr_United_F.C." } ]
[ { "subject": "Alan_Martin_(footballer)", "property": "club", "object": "Accrington_Stanley_F.C." }, { "subject": "Alan_Martin_(footballer)", "property": "birthDate", "object": "1989-01-01" }, { "subject": "Alan_Martin_(footballer)", "property": "club", "object": "Ayr_United_F.C." } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The footballer Alan Martin, who was born on 1 January 1989, plays for Ayr United FC and Accrington Stanley FC.", "Alan Martin was born on 01/01/1989 and he played football for Accrington Stanley F.C. but he currently plays for the club Ayr United F.C.", "Born on January 1st 1989, the footballer Alan Martin's former clubs include Ayr United FC and Accrington Stanley FC." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alan_Martin__footballer_", "rdf:type", "ontology:athlete" ], [ "resource:Alan_Martin__footballer_", "property:club", "resource:Accrington_Stanley_F_C_" ], [ "resource:Alan_Martin__footballer_", "property:club", "resource:Ayr_United_F_C_" ], [ "resource:Alan_Martin__footballer_", "property:birth_date", "resource:1989_01_01" ] ]
Alan_Martin_(footballer)
[ { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "1989-01-01", "readable": "1989-01-01", "graph": "resource:1989_01_01" }, { "modified": "Accrington_Stanley_F.C.", "readable": "Accrington Stanley F.C.", "graph": "resource:Accrington_Stanley_F_C_" }, { "modified": "Alan_Martin_(footballer)", "readable": "Alan Martin", "graph": "resource:Alan_Martin__footballer_" }, { "modified": "Ayr_United_F.C.", "readable": "Ayr United F.C.", "graph": "resource:Ayr_United_F_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?j property:birth_date ?o . ?j rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?o ) , '1989' ) ) }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:birth_date ?o . ?j rdf:type ontology:athlete . FILTER ( CONTAINS ( YEAR ( ?o ) , '1989' ) ) }", "graph_answer": [ "resource:Alan_Martin__footballer_" ], "readable_answer": [ "Alan Martin" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Alan_Martin__footballer_ property:birth_date ?l . resource:Alan_Martin__footballer_ rdf:type ontology:athlete }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Alan_Martin_(footballer) property:birth_date ?l . resource:Alan_Martin_(footballer) rdf:type ontology:athlete }", "graph_answer": [ "resource:1989_01_01" ], "readable_answer": [ "1989-01-01" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { resource:Alan_Martin__footballer_ property:club ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Alan_Martin_(footballer) property:club ?k }", "graph_answer": [ "resource:Accrington_Stanley_F_C_", "resource:Ayr_United_F_C_" ], "readable_answer": [ "Accrington Stanley F.C.", "Ayr United F.C." ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Company
2
4414
Id2
[ { "subject": "AmeriGas", "property": "country", "object": "United_States" }, { "subject": "AmeriGas", "property": "numberOfEmployees", "object": "8500" } ]
[ { "subject": "AmeriGas", "property": "country", "object": "United_States" }, { "subject": "AmeriGas", "property": "numberOfEmployees", "object": "8500" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "AmeriGas is based in the United States and employs 8.5 thousand people.", "AmeriGas, whose current employment is 8,500, has its home in the United States.", "AmeriGas works in the United States with 8500 employees." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AmeriGas", "property:number_of_employees", "resource:8500" ], [ "resource:AmeriGas", "rdf:type", "ontology:company" ], [ "resource:AmeriGas", "property:country", "resource:United_States" ] ]
AmeriGas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "numberOfEmployees", "readable": "number of employees", "graph": "property:number_of_employees" }, { "modified": "8500", "readable": "8500", "graph": "resource:8500" }, { "modified": "AmeriGas", "readable": "AmeriGas", "graph": "resource:AmeriGas" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?o property:country ?p . ?o rdf:type ontology:company . ?o property:number_of_employees '10252' }", "readable_query": "ASK WHERE { ?o property:country ?p . ?o rdf:type ontology:company . ?o property:number_of_employees '10252' }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Airport
4
8501
Id99
[ { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Wilson_Township,_Alpena_County,_Michigan" }, { "subject": "Wilson_Township,_Alpena_County,_Michigan", "property": "country", "object": "United_States" }, { "subject": "Alpena_County_Regional_Airport", "property": "elevation", "object": "\"210.312\"^^xsd:double" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayLength", "object": "\"2743.5\"^^xsd:double" } ]
[ { "subject": "Alpena_County_Regional_Airport", "property": "location", "object": "Wilson_Township,_Alpena_County,_Michigan" }, { "subject": "Wilson_Township,_Alpena_County,_Michigan", "property": "country", "object": "United_States" }, { "subject": "Alpena_County_Regional_Airport", "property": "elevationAboveTheSeaLevel", "object": "210" }, { "subject": "Alpena_County_Regional_Airport", "property": "runwayLength", "object": "2744.0" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Alpena County Regional Airport is found in Wilson Township, Alpena County, Michigan, United States. The airport is 210 metres above sea level and is 2744 metres in length.", "Alpena County Regional Airport is found in Wilson Township, Alpena County, Michigan, USA. It is 210 metres above sea level and has a runway length of 2744.0.", "Alpena County Regional Airport is located in the Wilson Township, Alpena County, Michigan, United States. The runway length is 2744.0 and it is 210 metres above sea level." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Wilson_Township__Alpena_County__Michigan", "property:country", "resource:United_States" ], [ "resource:Alpena_County_Regional_Airport", "property:runway_length", "resource:2744_0" ], [ "resource:Alpena_County_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Alpena_County_Regional_Airport", "property:location", "resource:Wilson_Township__Alpena_County__Michigan" ], [ "resource:Alpena_County_Regional_Airport", "property:elevation_above_the_sea_level", "210" ] ]
Alpena_County_Regional_Airport
[ { "modified": "210", "readable": "210", "graph": "210" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "elevationAboveTheSeaLevel", "readable": "elevation above the sea level", "graph": "property:elevation_above_the_sea_level" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "2744.0", "readable": "2744.0", "graph": "resource:2744_0" }, { "modified": "Alpena_County_Regional_Airport", "readable": "Alpena County Regional Airport", "graph": "resource:Alpena_County_Regional_Airport" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Wilson_Township,_Alpena_County,_Michigan", "readable": "Wilson Township, Alpena County, Michigan", "graph": "resource:Wilson_Township__Alpena_County__Michigan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?a rdf:type ontology:airport . FILTER ( ?b >= '100' ) . ?k property:country resource:United_States . ?a property:location ?k . ?a property:elevation_above_the_sea_level ?b }", "readable_query": "SELECT DISTINCT ?k WHERE { ?a rdf:type ontology:airport . FILTER ( ?b >= '100' ) . ?k property:country resource:United_States . ?a property:location ?k . ?a property:elevation_above_the_sea_level ?b }", "graph_answer": [ "resource:Wilson_Township__Alpena_County__Michigan" ], "readable_answer": [ "Wilson Township, Alpena County, Michigan" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { resource:Wilson_Township__Alpena_County__Michigan property:country resource:United_States . ?h rdf:type ontology:airport . ?h property:elevation_above_the_sea_level ?u . FILTER ( ?u >= '100' ) . ?h property:location resource:Wilson_Township__Alpena_County__Michigan }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Wilson_Township,_Alpena_County,_Michigan property:country resource:United_States . ?h rdf:type ontology:airport . ?h property:elevation_above_the_sea_level ?u . FILTER ( ?u >= '100' ) . ?h property:location resource:Wilson_Township,_Alpena_County,_Michigan }", "graph_answer": [ "210" ], "readable_answer": [ "210" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Wilson_Township__Alpena_County__Michigan property:country resource:United_States . ?y property:location resource:Wilson_Township__Alpena_County__Michigan . ?y rdf:type ontology:airport . ?y property:elevation_above_the_sea_level 210 }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Wilson_Township,_Alpena_County,_Michigan property:country resource:United_States . ?y property:location resource:Wilson_Township,_Alpena_County,_Michigan . ?y rdf:type ontology:airport . ?y property:elevation_above_the_sea_level 210 }", "graph_answer": [ "resource:Alpena_County_Regional_Airport" ], "readable_answer": [ "Alpena County Regional Airport" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Alpena_County_Regional_Airport property:3rd_runway_surface_type ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Alpena_County_Regional_Airport property:3rd_runway_surface_type ?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" ] } ]
City
3
6914
Id202
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Albuquerque,_New_Mexico", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "United_States", "property": "demonym", "object": "Americans" }, { "subject": "Albuquerque,_New_Mexico", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Americans are people living in the US and include the ethnic group of African Americans. The country is the location of Albuquerque in New Mexico.", "The United States, where Americans live, includes the ethnic group of African Americans and is the location of Albuquerque in New Mexico.", "The city of Albuquerque, New Mexico is in the United States where Americans live and African Americans are an ethnic group." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albuquerque__New_Mexico", "rdf:type", "ontology:city" ], [ "resource:Albuquerque__New_Mexico", "property:country", "resource:United_States" ], [ "resource:United_States", "property:demonym", "resource:Americans" ], [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ] ]
Albuquerque,_New_Mexico
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Albuquerque,_New_Mexico", "readable": "Albuquerque, New Mexico", "graph": "resource:Albuquerque__New_Mexico" }, { "modified": "Americans", "readable": "Americans", "graph": "resource:Americans" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?h ?i WHERE { resource:United_States property:ethnic_group ?h . resource:United_States property:demonym ?i }", "readable_query": "SELECT DISTINCT ?h ?i WHERE { resource:United_States property:ethnic_group ?h . resource:United_States property:demonym ?i }", "graph_answer": [ "resource:African_Americans", "resource:Americans" ], "readable_answer": [ "African Americans", "Americans" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Albuquerque__New_Mexico rdf:type ontology:city . resource:Albuquerque__New_Mexico property:country resource:United_States }", "readable_query": "ASK WHERE { resource:Albuquerque,_New_Mexico rdf:type ontology:city . resource:Albuquerque,_New_Mexico property:country resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
City
3
6818
Id106
[ { "subject": "Antioch,_California", "property": "areaCode", "object": "925" }, { "subject": "Antioch,_California", "property": "postalCode", "object": "\"9450994531\"^^xsd:decimal" }, { "subject": "Antioch,_California", "property": "areaTotal", "object": "\"75.324\"^^<http://dbpedia.org/datatype/squareKilometre>" } ]
[ { "subject": "Antioch,_California", "property": "postalCode", "object": "94509, 94531" }, { "subject": "Antioch,_California", "property": "areaCode", "object": "925" }, { "subject": "Antioch,_California", "property": "areaTotal", "object": "75.324 (square kilometres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Antioch, California covers an area of 75.324 square kilometres and has the postal codes 94509 and 94531, together with the area code 925.", "Antioch, California has the postal codes of 94509 and 94531 and the area code 925. It has a total area of 75.324 sq km.", "Antioch has the total area of 75.324 square km and is located within California. Its postal codes are 94509 and 94531 while the area code is 925." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Antioch__California", "property:area_total", "75.324 (square kilometres)" ], [ "resource:Antioch__California", "property:area_code", "925" ], [ "resource:Antioch__California", "rdf:type", "ontology:city" ], [ "resource:Antioch__California", "property:postal_code", "resource:94509__94531" ] ]
Antioch,_California
[ { "modified": "75.324 (square kilometres)", "readable": "75.324", "graph": "75.324 (square kilometres)" }, { "modified": "925", "readable": "925", "graph": "925" }, { "modified": "areaCode", "readable": "area code", "graph": "property:area_code" }, { "modified": "areaTotal", "readable": "area total", "graph": "property:area_total" }, { "modified": "postalCode", "readable": "postal code", "graph": "property:postal_code" }, { "modified": "94509, 94531", "readable": "94509, 94531", "graph": "resource:94509__94531" }, { "modified": "Antioch,_California", "readable": "Antioch, California", "graph": "resource:Antioch__California" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { ?o rdf:type ontology:city . ?o property:area_code ?u . FILTER ( ?u > '600' ) . ?o property:postal_code ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { ?o rdf:type ontology:city . ?o property:area_code ?u . FILTER ( ?u > '600' ) . ?o property:postal_code ?v }", "graph_answer": [ "resource:94509__94531" ], "readable_answer": [ "94509, 94531" ], "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 ?j WHERE { FILTER ( ?c > '600' ) . ?j property:area_code ?c . ?j property:postal_code resource:94509__94531 . ?j rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?j WHERE { FILTER ( ?c > '600' ) . ?j property:area_code ?c . ?j property:postal_code resource:94509,_94531 . ?j rdf:type ontology:city }", "graph_answer": [ "resource:Antioch__California" ], "readable_answer": [ "Antioch, California" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?b > '600' ) . resource:Antioch__California property:area_code ?b . resource:Antioch__California rdf:type ontology:city . resource:Antioch__California property:postal_code resource:94509__94531 }", "readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( ?b > '600' ) . resource:Antioch,_California property:area_code ?b . resource:Antioch,_California rdf:type ontology:city . resource:Antioch,_California property:postal_code resource:94509,_94531 }", "graph_answer": [ "925" ], "readable_answer": [ "925" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { resource:Antioch__California property:area_total ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Antioch,_California property:area_total ?m }", "graph_answer": [ "75.324 (square kilometres)" ], "readable_answer": [ "75.324" ], "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
4
10854
Id73
[ { "subject": "A_Wizard_of_Mars", "property": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "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": "language", "object": "English_language" }, { "subject": "English_language", "property": "spokenIn", "object": "Great_Britain" }, { "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)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A Wizard of Mars is published in the United States in English which is the language of Great Britain. One of the ethnic groups in the US are the Native Americans.", "A Wizard of Mars originates from the United States and is written in English, which is also spoken in Great Britain. Native Americans are one of the ethnic groups of the United States.", "A Wizard of Mars originates from the United States and is published in English which is spoken in Great Britain. Native Americans is one of the ethnicities in the U.S." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_Wizard_of_Mars", "rdf:type", "ontology:written_work" ], [ "resource:A_Wizard_of_Mars", "property:language", "resource:English_language" ], [ "resource:A_Wizard_of_Mars", "property:country", "resource:United_States" ], [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:English_language", "property:spoken_in", "resource:Great_Britain" ] ]
A_Wizard_of_Mars
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "spokenIn", "readable": "spoken in", "graph": "property:spoken_in" }, { "modified": "A_Wizard_of_Mars", "readable": "A Wizard of Mars", "graph": "resource:A_Wizard_of_Mars" }, { "modified": "English_language", "readable": "English language", "graph": "resource:English_language" }, { "modified": "Great_Britain", "readable": "Great Britain", "graph": "resource:Great_Britain" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?l ) WHERE { ?l rdf:type ontology:written_work . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?k property:ethnic_group resource:Native_Americans_in_the_United_States . ?l property:country ?k }", "readable_query": "SELECT DISTINCT ( COUNT ( ?l ) AS ?l ) WHERE { ?l rdf:type ontology:written_work . FILTER ( STRSTARTS ( LCASE ( ?l ) , 'a' ) ) . ?k property:ethnic_group resource:Native_Americans_in_the_United_States . ?l property:country ?k }", "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", "comparison", "string_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:English_language property:parent_company ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:English_language property:parent_company ?d }", "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
3
6471
Id91
[ { "subject": "Adare_Manor", "property": "completionDate", "object": "1862" }, { "subject": "Adare_Manor", "property": "architect", "object": "James_Pain" }, { "subject": "Adare_Manor", "property": "buildingStartDate", "object": "\"(original structure); 1832 (current structure)\"" } ]
[ { "subject": "Adare_Manor", "property": "completionDate", "object": "1862" }, { "subject": "Adare_Manor", "property": "architect", "object": "James_Pain" }, { "subject": "Adare_Manor", "property": "buildingStartDate", "object": "\"1700\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "James Pain was the architect of the Adare Manor building which construction started in 1700 and completed in 1862.", "James Pain was the architect of the Adare Manor, the building of which began in 1700 and was completed in 1862.", "James Pain was the architect of Adare Manor, the construction of which began in 1700 and was completed in 1862." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adare_Manor", "property:architect", "resource:James_Pain" ], [ "resource:Adare_Manor", "property:building_start_date", "1700" ], [ "resource:Adare_Manor", "rdf:type", "ontology:building" ], [ "resource:Adare_Manor", "property:completion_date", "resource:1862" ] ]
Adare_Manor
[ { "modified": "1700", "readable": "1700", "graph": "1700" }, { "modified": "architect", "readable": "architect", "graph": "property:architect" }, { "modified": "buildingStartDate", "readable": "building start date", "graph": "property:building_start_date" }, { "modified": "completionDate", "readable": "completion date", "graph": "property:completion_date" }, { "modified": "1862", "readable": "1862", "graph": "resource:1862" }, { "modified": "Adare_Manor", "readable": "Adare Manor", "graph": "resource:Adare_Manor" }, { "modified": "James_Pain", "readable": "James Pain", "graph": "resource:James_Pain" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?x property:completion_date resource:1964 . ?x rdf:type ontology:building . ?x property:architect ?g }", "readable_query": "ASK WHERE { ?x property:completion_date resource:1964 . ?x rdf:type ontology:building . ?x property:architect ?g }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
3
7471
Id71
[ { "subject": "AMC_Matador", "property": "assembly", "object": "Mexico_City" }, { "subject": "AMC_Matador", "property": "modelYears", "object": "1971" }, { "subject": "AMC_Matador", "property": "related", "object": "AMC_Ambassador" } ]
[ { "subject": "AMC_Matador", "property": "assembly", "object": "Mexico_City" }, { "subject": "AMC_Matador", "property": "modelYears", "object": "1971" }, { "subject": "AMC_Matador", "property": "relatedMeanOfTransportation", "object": "AMC_Ambassador" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Made in Mexico City, the AMC Matador was manufactured in 1971. It's related to the AMC Ambassador.", "The AMC Matador was made in Mexico City in 1971. The AMC Matador and the AMC Ambassador are means of transportation.", "The AMC Matador, which has a 1971 model and is related to the AMC Ambassador, is assembled in Mexico City." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AMC_Matador", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:AMC_Matador", "property:related_mean_of_transportation", "resource:AMC_Ambassador" ], [ "resource:AMC_Matador", "property:model_years", "resource:1971" ], [ "resource:AMC_Matador", "property:assembly", "resource:Mexico_City" ] ]
AMC_Matador
[ { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "modelYears", "readable": "model years", "graph": "property:model_years" }, { "modified": "relatedMeanOfTransportation", "readable": "related mean of transportation", "graph": "property:related_mean_of_transportation" }, { "modified": "1971", "readable": "1971", "graph": "resource:1971" }, { "modified": "AMC_Ambassador", "readable": "AMC Ambassador", "graph": "resource:AMC_Ambassador" }, { "modified": "AMC_Matador", "readable": "AMC Matador", "graph": "resource:AMC_Matador" }, { "modified": "Mexico_City", "readable": "Mexico City", "graph": "resource:Mexico_City" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?p ) WHERE { resource:AMC_Matador property:assembly ?g }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?p ) WHERE { resource:AMC_Matador property:assembly ?g }", "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 ?p WHERE { resource:AMC_Matador property:assembly ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:AMC_Matador property:assembly ?p }", "graph_answer": [ "resource:Mexico_City" ], "readable_answer": [ "Mexico City" ], "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 ?e ?i WHERE { resource:AMC_Matador property:model_years ?e . resource:AMC_Matador property:related_mean_of_transportation ?i }", "readable_query": "SELECT DISTINCT ?e ?i WHERE { resource:AMC_Matador property:model_years ?e . resource:AMC_Matador property:related_mean_of_transportation ?i }", "graph_answer": [ "resource:1971", "resource:AMC_Ambassador" ], "readable_answer": [ "1971", "AMC Ambassador" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Astronaut
6
12869
Id39
[ { "subject": "Buzz_Aldrin", "property": "birthPlace", "object": "Glen_Ridge,_New_Jersey" }, { "subject": "Buzz_Aldrin", "property": "nationality", "object": "United_States" }, { "subject": "Buzz_Aldrin", "property": "mission", "object": "Apollo_11" }, { "subject": "Buzz_Aldrin", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "Buzz_Aldrin", "property": "almaMater", "object": "\"Massachusetts Institute of Technology, Sc.D. 1963\"@en" }, { "subject": "Buzz_Aldrin", "property": "birthDate", "object": "\"1930-01-20\"^^xsd:date" } ]
[ { "subject": "Buzz_Aldrin", "property": "birthPlace", "object": "Glen_Ridge,_New_Jersey" }, { "subject": "Buzz_Aldrin", "property": "nationality", "object": "United_States" }, { "subject": "Buzz_Aldrin", "property": "mission", "object": "Apollo_11" }, { "subject": "Buzz_Aldrin", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "Buzz_Aldrin", "property": "almaMater", "object": "\"Massachusetts Institute of Technology, Sc.D. 1963\"" }, { "subject": "Buzz_Aldrin", "property": "birthDate", "object": "\"1930-01-20\"" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "American Buzz Aldrin was born in Glen Ridge, New Jersey on January 20th, 1930. In 1963 he graduated from MIT with a Sc. D then became a fighter pilot and later a member of the Apollo 11 crew.", "American Buzz Aldrin was born on the 20th of January 1930 in Glen Ridge, New Jersey. He graduated from Massachusetts Institute of Technology in 1963 with a doctorate in Science, was a fighter pilot and was a crew member of Apollo 11.", "American fighter pilot Buzz Aldrin, who was born January 20 1930 in Glen Ridge, NJ, graduated from Massachusetts Institute of Technology, Sc.D. 1963 and became a crew member of Apollo 11." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Buzz_Aldrin", "rdf:type", "ontology:astronaut" ], [ "resource:Buzz_Aldrin", "property:mission", "resource:Apollo_11" ], [ "resource:Buzz_Aldrin", "property:nationality", "resource:United_States" ], [ "resource:Buzz_Aldrin", "property:occupation", "resource:Fighter_pilot" ], [ "resource:Buzz_Aldrin", "property:birth_date", "1930-01-20" ], [ "resource:Buzz_Aldrin", "property:alma_mater", "Massachusetts Institute of Technology, Sc.D. 1963" ], [ "resource:Buzz_Aldrin", "property:birth_place", "resource:Glen_Ridge__New_Jersey" ] ]
Buzz_Aldrin
[ { "modified": "1930-01-20", "readable": "1930-01-20", "graph": "1930-01-20" }, { "modified": "Massachusetts Institute of Technology, Sc.D. 1963", "readable": "Massachusetts Institute of Technology, Sc.D. 1963", "graph": "Massachusetts Institute of Technology, Sc.D. 1963" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "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": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "Apollo_11", "readable": "Apollo 11", "graph": "resource:Apollo_11" }, { "modified": "Buzz_Aldrin", "readable": "Buzz Aldrin", "graph": "resource:Buzz_Aldrin" }, { "modified": "Fighter_pilot", "readable": "Fighter pilot", "graph": "resource:Fighter_pilot" }, { "modified": "Glen_Ridge,_New_Jersey", "readable": "Glen Ridge, New Jersey", "graph": "resource:Glen_Ridge__New_Jersey" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?t property:birth_place ?k . ?t rdf:type ontology:astronaut . ?t property:birth_date ?b . FILTER ( ?b = \"1930-01-20\" ) }", "readable_query": "SELECT DISTINCT ?k WHERE { ?t property:birth_place ?k . ?t rdf:type ontology:astronaut . ?t property:birth_date ?b . FILTER ( ?b = \"1930-01-20\" ) }", "graph_answer": [ "resource:Glen_Ridge__New_Jersey" ], "readable_answer": [ "Glen Ridge, New Jersey" ], "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 ?a WHERE { ?a property:birth_place resource:Glen_Ridge__New_Jersey . FILTER ( ?j = \"1930-01-20\" ) . ?a rdf:type ontology:astronaut . ?a property:birth_date ?j }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:birth_place resource:Glen_Ridge,_New_Jersey . FILTER ( ?j = \"1930-01-20\" ) . ?a rdf:type ontology:astronaut . ?a property:birth_date ?j }", "graph_answer": [ "resource:Buzz_Aldrin" ], "readable_answer": [ "Buzz Aldrin" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e ?f WHERE { resource:Buzz_Aldrin property:occupation ?e . resource:Buzz_Aldrin property:mission ?f }", "readable_query": "SELECT DISTINCT ?e ?f WHERE { resource:Buzz_Aldrin property:occupation ?e . resource:Buzz_Aldrin property:mission ?f }", "graph_answer": [ "resource:Fighter_pilot", "resource:Apollo_11" ], "readable_answer": [ "Fighter pilot", "Apollo 11" ], "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 ?l WHERE { FILTER ( CONTAINS ( LCASE ( ?l ) , 'massachusetts' ) ) . resource:Buzz_Aldrin property:alma_mater ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { FILTER ( CONTAINS ( LCASE ( ?l ) , 'massachusetts' ) ) . resource:Buzz_Aldrin property:alma_mater ?l }", "graph_answer": [ "Massachusetts Institute of Technology, Sc.D. 1963" ], "readable_answer": [ "Massachusetts Institute of Technology, Sc.D. 1963" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Buzz_Aldrin property:nationality resource:United_States }", "readable_query": "ASK WHERE { resource:Buzz_Aldrin property:nationality resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_variable", "single_answer", "no_comparison" ] } ]
Artist
4
8729
Id121
[ { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "Sidcup" }, { "subject": "Alfred_Garth_Jones", "property": "placeOfBirth", "object": "England" }, { "subject": "Alfred_Garth_Jones", "property": "birthPlace", "object": "Manchester" }, { "subject": "Manchester", "property": "leaderName", "object": "Labour_Party_(UK)" } ]
[ { "subject": "Alfred_Garth_Jones", "property": "deathPlace", "object": "Sidcup" }, { "subject": "Alfred_Garth_Jones", "property": "birthPlace", "object": "England" }, { "subject": "Manchester", "property": "leader", "object": "Labour_Party_(UK)" }, { "subject": "Alfred_Garth_Jones", "property": "birthPlace", "object": "Manchester" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Labour Party (UK) is the leader of Manchester (England), which is the birth place of Alfred Garth Jones, who died in Sidcup.", "Alfred Garth Jones was born in Manchester, England, a place where the labour party is in the majority. He died in Sidcup.", "Alfred Garth Jones was born in is Manchester, England, where the majority is the Labour Party, and he died in Sidcup." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Alfred_Garth_Jones", "rdf:type", "ontology:artist" ], [ "resource:Alfred_Garth_Jones", "property:death_place", "resource:Sidcup" ], [ "resource:Alfred_Garth_Jones", "property:birth_place", "resource:England" ], [ "resource:Alfred_Garth_Jones", "property:birth_place", "resource:Manchester" ], [ "resource:Manchester", "property:leader", "resource:Labour_Party__UK_" ] ]
Alfred_Garth_Jones
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Alfred_Garth_Jones", "readable": "Alfred Garth Jones", "graph": "resource:Alfred_Garth_Jones" }, { "modified": "England", "readable": "England", "graph": "resource:England" }, { "modified": "Labour_Party_(UK)", "readable": "Labour Party", "graph": "resource:Labour_Party__UK_" }, { "modified": "Manchester", "readable": "Manchester", "graph": "resource:Manchester" }, { "modified": "Sidcup", "readable": "Sidcup", "graph": "resource:Sidcup" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { FILTER ( STRSTARTS ( LCASE ( ?m ) , 'm' ) ) . ?m property:leader resource:Labour_Party__UK_ }", "readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( STRSTARTS ( LCASE ( ?m ) , 'm' ) ) . ?m property:leader resource:Labour_Party_(UK) }", "graph_answer": [ "resource:Manchester" ], "readable_answer": [ "Manchester" ], "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 ?d WHERE { ?d rdf:type ontology:artist . ?d property:birth_place resource:Manchester . FILTER ( CONTAINS ( LCASE ( ?d ) , 'alfred' ) ) }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:artist . ?d property:birth_place resource:Manchester . FILTER ( CONTAINS ( LCASE ( ?d ) , 'alfred' ) ) }", "graph_answer": [ "resource:Alfred_Garth_Jones" ], "readable_answer": [ "Alfred Garth Jones" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { resource:Alfred_Garth_Jones property:dedicated_to ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Alfred_Garth_Jones property:dedicated_to ?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" ] }, { "question": [], "graph_query": "ASK WHERE { ?m property:death_place ?u . ?m property:birth_place resource:Ridgewood__Queens . ?m rdf:type ontology:artist }", "readable_query": "ASK WHERE { ?m property:death_place ?u . ?m property:birth_place resource:Ridgewood,_Queens . ?m rdf:type ontology:artist }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
CelestialBody
4
9303
Id20
[ { "subject": "(66063)_1998_RO1", "property": "discoverer", "object": "Lincoln_Near-Earth_Asteroid_Research" }, { "subject": "(66063)_1998_RO1", "property": "orbitalPeriod", "object": "3.11291e+07" }, { "subject": "(66063)_1998_RO1", "property": "periapsis", "object": "4.14984e+10" }, { "subject": "(66063)_1998_RO1", "property": "epoch", "object": "\"2013-11-04\"^^xsd:date" } ]
[ { "subject": "(66063)_1998_RO1", "property": "discoverer", "object": "Lincoln_Near-Earth_Asteroid_Research" }, { "subject": "(66063)_1998_RO1", "property": "epoch", "object": "2013-11-04" }, { "subject": "(66063)_1998_RO1", "property": "orbitalPeriod", "object": "360.29 (days)" }, { "subject": "(66063)_1998_RO1", "property": "periapsis", "object": "41498400000.0" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Lincoln Near-Earth Asteroid Research centre discovered the asteroid (66063) 1998 RO1 on its epoch date of 2013-11-04. That celestial body has an orbital period of 360.29 days and a periapsis of 41498400000.", "The Lincoln Near-Earth Asteroid Research centre discovered the asteroid, (66063) 1998 RO1, which has an orbital period of 360.29 days. With an epoch on 13th of January 2016, (66063) 1998 RO1, has a perisapsis of 41498400000.0 Gm." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:_66063__1998_RO1", "property:epoch", "resource:2013_11_04" ], [ "resource:_66063__1998_RO1", "rdf:type", "ontology:celestial_body" ], [ "resource:_66063__1998_RO1", "property:periapsis", "resource:41498400000_0" ], [ "resource:_66063__1998_RO1", "property:orbital_period", "360.29 (days)" ], [ "resource:_66063__1998_RO1", "property:discoverer", "resource:Lincoln_Near_Earth_Asteroid_Research" ] ]
(66063)_1998_RO1
[ { "modified": "360.29 (days)", "readable": "360.29", "graph": "360.29 (days)" }, { "modified": "discoverer", "readable": "discoverer", "graph": "property:discoverer" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "orbitalPeriod", "readable": "orbital period", "graph": "property:orbital_period" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "2013-11-04", "readable": "2013-11-04", "graph": "resource:2013_11_04" }, { "modified": "41498400000.0", "readable": "41498400000.0", "graph": "resource:41498400000_0" }, { "modified": "Lincoln_Near-Earth_Asteroid_Research", "readable": "Lincoln Near-Earth Asteroid Research", "graph": "resource:Lincoln_Near_Earth_Asteroid_Research" }, { "modified": "(66063)_1998_RO1", "readable": "1998 RO1", "graph": "resource:_66063__1998_RO1" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { FILTER ( ?a = \"2013_11_04\" ) . ?k rdf:type ontology:celestial_body . ?k property:discoverer ?i . ?k property:epoch ?a }", "readable_query": "SELECT DISTINCT ?i WHERE { FILTER ( ?a = \"2013-11-04\" ) . ?k rdf:type ontology:celestial_body . ?k property:discoverer ?i . ?k property:epoch ?a }", "graph_answer": [ "resource:Lincoln_Near_Earth_Asteroid_Research" ], "readable_answer": [ "Lincoln Near-Earth Asteroid Research" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?t = \"2013_11_04\" ) . ?q property:epoch ?t . ?q rdf:type ontology:celestial_body . ?q property:discoverer resource:Lincoln_Near_Earth_Asteroid_Research }", "readable_query": "SELECT DISTINCT ?q WHERE { FILTER ( ?t = \"2013-11-04\" ) . ?q property:epoch ?t . ?q rdf:type ontology:celestial_body . ?q property:discoverer resource:Lincoln_Near-Earth_Asteroid_Research }", "graph_answer": [ "resource:_66063__1998_RO1" ], "readable_answer": [ "1998 RO1" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o ?s WHERE { resource:_66063__1998_RO1 property:orbital_period ?o . resource:_66063__1998_RO1 property:periapsis ?s }", "readable_query": "SELECT DISTINCT ?o ?s WHERE { resource:(66063)_1998_RO1 property:orbital_period ?o . resource:(66063)_1998_RO1 property:periapsis ?s }", "graph_answer": [ "360.29 (days)", "resource:41498400000_0" ], "readable_answer": [ "360.29", "41498400000.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" ] } ]
Politician
5
12483
Id2
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Netherlands", "property": "currency", "object": "Euro" }, { "subject": "Erasmus_University_Rotterdam", "property": "affiliations", "object": "Association_of_MBAs" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" }, { "subject": "Ab_Klink", "property": "nationality", "object": "Netherlands" } ]
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Erasmus_University_Rotterdam", "property": "affiliation", "object": "Association_of_MBAs" }, { "subject": "Netherlands", "property": "currency", "object": "Euro" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" }, { "subject": "Ab_Klink", "property": "nationality", "object": "Netherlands" } ]
(X (X) (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ab Klink of Netherlands was born in Stellendam and attended Erasmus University in Rotterdam which is affiliated with the Association of MBAs. Netherlands uses the Euro as its currency.", "Ab Klink was born in Stellendam in Netherlands which uses the Euro as its currency. He attended Erasmus University in Rotterdam which is affiliated with the Association of MBAs.", "Erasmus University Rotterdam (Assoc. of MBA's) alum and Netherland national Ab Klink was born in Stellendam. The Euro is the Netherlands currency." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Erasmus_University_Rotterdam", "property:affiliation", "resource:Association_of_MBAs" ], [ "resource:Netherlands", "property:currency", "resource:Euro" ], [ "resource:Ab_Klink", "rdf:type", "ontology:politician" ], [ "resource:Ab_Klink", "property:nationality", "resource:Netherlands" ], [ "resource:Ab_Klink", "property:alma_mater", "resource:Erasmus_University_Rotterdam" ], [ "resource:Ab_Klink", "property:birth_place", "resource:Stellendam" ] ]
Ab_Klink
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "currency", "readable": "currency", "graph": "property:currency" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "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": "Euro", "readable": "Euro", "graph": "resource:Euro" }, { "modified": "Netherlands", "readable": "Netherlands", "graph": "resource:Netherlands" }, { "modified": "Stellendam", "readable": "Stellendam", "graph": "resource:Stellendam" } ]
[ { "question": [], "graph_query": "ASK WHERE { resource:Erasmus_University_Rotterdam property:affiliation resource:Association_of_MBAs }", "readable_query": "ASK WHERE { resource:Erasmus_University_Rotterdam property:affiliation resource:Association_of_MBAs }", "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 ?m WHERE { ?m property:alma_mater ?p . ?m rdf:type ontology:politician . ?m property:birth_place resource:Stellendam . ?p property:affiliation resource:Association_of_MBAs }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:alma_mater ?p . ?m rdf:type ontology:politician . ?m property:birth_place resource:Stellendam . ?p property:affiliation resource:Association_of_MBAs }", "graph_answer": [ "resource:Ab_Klink" ], "readable_answer": [ "Ab Klink" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?m property:currency resource:Euro . ?g property:nationality ?m . ?g rdf:type ontology:politician . ?g property:birth_place resource:Stellendam }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:currency resource:Euro . ?g property:nationality ?m . ?g rdf:type ontology:politician . ?g property:birth_place resource:Stellendam }", "graph_answer": [ "resource:Netherlands" ], "readable_answer": [ "Netherlands" ], "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 { ?h rdf:type ontology:politician . ?h property:nationality ?r . ?h property:birth_place 'Windsor, Connecticut, United States' }", "readable_query": "ASK WHERE { ?h rdf:type ontology:politician . ?h property:nationality ?r . ?h property:birth_place 'Windsor, Connecticut, United States' }", "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
4
8909
Id61
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "University_of_Texas_at_Austin", "property": "mascot", "object": "Hook_'em_(mascot)" }, { "subject": "University_of_Texas_at_Austin", "property": "athletics", "object": "Big_12_Conference" }, { "subject": "University_of_Texas_at_Austin", "property": "affiliation", "object": "University_of_Texas_System" } ]
[ { "subject": "Elliot_See", "property": "almaMater", "object": "University_of_Texas_at_Austin" }, { "subject": "University_of_Texas_at_Austin", "property": "mascot", "object": "Hook_'em_(mascot)" }, { "subject": "University_of_Texas_at_Austin", "property": "competeIn", "object": "Big_12_Conference" }, { "subject": "University_of_Texas_at_Austin", "property": "affiliation", "object": "University_of_Texas_System" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good" ], "lid": [ "Id1" ], "text": [ "Elliot See was a student at the University of Texas in Austin which competes in the Big 12 Conference, is part of the University of Texas system and has as its mascot, Hook'em." ], "lang": [ "" ] }
[]
[]
[ [ "resource:Elliot_See", "rdf:type", "ontology:astronaut" ], [ "resource:Elliot_See", "property:alma_mater", "resource:University_of_Texas_at_Austin" ], [ "resource:University_of_Texas_at_Austin", "property:compete_in", "resource:Big_12_Conference" ], [ "resource:University_of_Texas_at_Austin", "property:affiliation", "resource:University_of_Texas_System" ], [ "resource:University_of_Texas_at_Austin", "property:mascot", "resource:Hook__em__mascot_" ] ]
Elliot_See
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "almaMater", "readable": "alma mater", "graph": "property:alma_mater" }, { "modified": "competeIn", "readable": "compete in", "graph": "property:compete_in" }, { "modified": "mascot", "readable": "mascot", "graph": "property:mascot" }, { "modified": "Big_12_Conference", "readable": "Big 12 Conference", "graph": "resource:Big_12_Conference" }, { "modified": "Elliot_See", "readable": "Elliot See", "graph": "resource:Elliot_See" }, { "modified": "Hook_'em_(mascot)", "readable": "Hook 'em", "graph": "resource:Hook__em__mascot_" }, { "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 ?p WHERE { ?n property:mascot resource:Hook__em__mascot_ . ?p rdf:type ontology:astronaut . ?p property:alma_mater ?n . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'e' ) ) }", "readable_query": "SELECT DISTINCT ?p WHERE { ?n property:mascot resource:Hook_'em_(mascot) . ?p rdf:type ontology:astronaut . ?p property:alma_mater ?n . FILTER ( STRSTARTS ( LCASE ( ?p ) , 'e' ) ) }", "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 ?j WHERE { ?j property:mascot resource:Hook__em__mascot_ . FILTER ( CONTAINS ( LCASE ( ?j ) , 'university' ) ) }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:mascot resource:Hook_'em_(mascot) . FILTER ( CONTAINS ( LCASE ( ?j ) , 'university' ) ) }", "graph_answer": [ "resource:University_of_Texas_at_Austin" ], "readable_answer": [ "University of Texas at Austin" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u ?g WHERE { resource:University_of_Texas_at_Austin property:affiliation ?u . resource:University_of_Texas_at_Austin property:compete_in ?g }", "readable_query": "SELECT DISTINCT ?u ?g WHERE { resource:University_of_Texas_at_Austin property:affiliation ?u . resource:University_of_Texas_at_Austin property:compete_in ?g }", "graph_answer": [ "resource:University_of_Texas_System", "resource:Big_12_Conference" ], "readable_answer": [ "University of Texas System", "Big 12 Conference" ], "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
2
4004
Id156
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "New_York_City" }, { "subject": "New_York_City", "property": "subdivisionName", "object": "Manhattan" } ]
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "New_York_City" }, { "subject": "New_York_City", "property": "isPartOf", "object": "Manhattan" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Asser Levy Public Baths are located in New York City which Manhattan is a part of.", "The Asser Levy Public Baths are in New York City which is part of Manhattan." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:New_York_City", "property:is_part_of", "resource:Manhattan" ], [ "resource:Asser_Levy_Public_Baths", "rdf:type", "ontology:building" ], [ "resource:Asser_Levy_Public_Baths", "property:location", "resource:New_York_City" ] ]
Asser_Levy_Public_Baths
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Asser_Levy_Public_Baths", "readable": "Asser Levy Public Baths", "graph": "resource:Asser_Levy_Public_Baths" }, { "modified": "Manhattan", "readable": "Manhattan", "graph": "resource:Manhattan" }, { "modified": "New_York_City", "readable": "New York City", "graph": "resource:New_York_City" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { resource:Asser_Levy_Public_Baths property:location ?i . FILTER ( STRSTARTS ( LCASE ( ?i ) , 'n' ) ) }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Asser_Levy_Public_Baths property:location ?i . FILTER ( STRSTARTS ( LCASE ( ?i ) , 'n' ) ) }", "graph_answer": [ "resource:New_York_City" ], "readable_answer": [ "New York City" ], "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 ?j WHERE { resource:New_York_City property:layout ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:New_York_City property:layout ?j }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
4
10364
Id48
[ { "subject": "Abel_Caballero", "property": "placeOfBirth", "object": "Galicia_(Spain)" }, { "subject": "Abel_Caballero", "property": "nationality", "object": "Spain" }, { "subject": "Spain", "property": "leaderName", "object": "Felipe_VI_of_Spain" }, { "subject": "Spain", "property": "language", "object": "Spanish_language" } ]
[ { "subject": "Abel_Caballero", "property": "birthPlace", "object": "Galicia_(Spain)" }, { "subject": "Abel_Caballero", "property": "nationality", "object": "Spain" }, { "subject": "Spain", "property": "leader", "object": "Felipe_VI_of_Spain" }, { "subject": "Spain", "property": "language", "object": "Spanish_language" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Spanish is the language in Spain, where the leader in Spain is Felipe VI of Spain. Born in Galicia in Spain, Abel Caballero is a national of Spain.", "Abel Caballero is Spanish and was born in Galicia in Spain. The country where Spanish is used and the leader of which, is Felipe VI of Spain.", "Spanish is spoken in Spain where the leader is Felipe VI and Abel Caballero was born in Galicia, Spain." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Spain", "property:leader", "resource:Felipe_VI_of_Spain" ], [ "resource:Spain", "property:language", "resource:Spanish_language" ], [ "resource:Abel_Caballero", "rdf:type", "ontology:politician" ], [ "resource:Abel_Caballero", "property:nationality", "resource:Spain" ], [ "resource:Abel_Caballero", "property:birth_place", "resource:Galicia__Spain_" ] ]
Abel_Caballero
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Abel_Caballero", "readable": "Abel Caballero", "graph": "resource:Abel_Caballero" }, { "modified": "Felipe_VI_of_Spain", "readable": "Felipe VI of Spain", "graph": "resource:Felipe_VI_of_Spain" }, { "modified": "Galicia_(Spain)", "readable": "Galicia", "graph": "resource:Galicia__Spain_" }, { "modified": "Spain", "readable": "Spain", "graph": "resource:Spain" }, { "modified": "Spanish_language", "readable": "Spanish language", "graph": "resource:Spanish_language" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { ?q property:language ?w . FILTER ( STRSTARTS ( LCASE ( ?w ) , 's' ) ) . ?q property:leader resource:Felipe_VI_of_Spain }", "readable_query": "SELECT DISTINCT ?w WHERE { ?q property:language ?w . FILTER ( STRSTARTS ( LCASE ( ?w ) , 's' ) ) . ?q property:leader resource:Felipe_VI_of_Spain }", "graph_answer": [ "resource:Spanish_language" ], "readable_answer": [ "Spanish language" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?f rdf:type ontology:politician . ?f property:birth_place resource:Hornchurch }", "readable_query": "ASK WHERE { ?f rdf:type ontology:politician . ?f property:birth_place resource:Hornchurch }", "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" ] } ]
Monument
4
10272
Id4
[ { "subject": "11th_Mississippi_Infantry_Monument", "property": "country", "object": "\"United States\"@en" }, { "subject": "Adams_County,_Pennsylvania", "property": "west", "object": "Franklin_County,_Pennsylvania" }, { "subject": "Adams_County,_Pennsylvania", "property": "southwest", "object": "Frederick_County,_Maryland" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "region", "object": "Adams_County,_Pennsylvania" } ]
[ { "subject": "11th_Mississippi_Infantry_Monument", "property": "country", "object": "\"United States\"" }, { "subject": "Adams_County,_Pennsylvania", "property": "hasToItsWest", "object": "Franklin_County,_Pennsylvania" }, { "subject": "Adams_County,_Pennsylvania", "property": "hasToItsSouthwest", "object": "Frederick_County,_Maryland" }, { "subject": "11th_Mississippi_Infantry_Monument", "property": "location", "object": "Adams_County,_Pennsylvania" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The 11th Mississippi Infantry Monument's location is Adams County, Pennsylvania, United States. To the west of Adams County is Franklin County and to the southwest is Frederick County, Maryland.", "The 11th Mississippi Infantry Monument is located in Adams County, Pennsylvania, in the United States, and has Franklin County to its west and Frederick County, Maryland to its southwest." ], "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:country", "resource:United_States" ], [ "resource:Adams_County__Pennsylvania", "property:has_to_its_southwest", "resource:Frederick_County__Maryland" ], [ "resource:Adams_County__Pennsylvania", "property:has_to_its_west", "resource:Franklin_County__Pennsylvania" ] ]
11th_Mississippi_Infantry_Monument
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "hasToItsSouthwest", "readable": "has to its southwest", "graph": "property:has_to_its_southwest" }, { "modified": "hasToItsWest", "readable": "has to its west", "graph": "property:has_to_its_west" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "11th_Mississippi_Infantry_Monument", "readable": "11th Mississippi Infantry Monument", "graph": "resource:11th_Mississippi_Infantry_Monument" }, { "modified": "Adams_County,_Pennsylvania", "readable": "Adams County, Pennsylvania", "graph": "resource:Adams_County__Pennsylvania" }, { "modified": "Franklin_County,_Pennsylvania", "readable": "Franklin County, Pennsylvania", "graph": "resource:Franklin_County__Pennsylvania" }, { "modified": "Frederick_County,_Maryland", "readable": "Frederick County, Maryland", "graph": "resource:Frederick_County__Maryland" }, { "modified": "United States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?u ) WHERE { ?u property:category resource:Contributing_property . ?u rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ( COUNT ( ?u ) AS ?u ) WHERE { ?u property:category resource:Contributing_property . ?u rdf:type ontology:monument }", "graph_answer": [ "0" ], "readable_answer": [ "0" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?w ) WHERE { ?f property:has_to_its_west resource:Franklin_County__Pennsylvania . ?f property:has_to_its_southwest resource:Frederick_County__Maryland }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?w ) WHERE { ?f property:has_to_its_west resource:Franklin_County,_Pennsylvania . ?f property:has_to_its_southwest resource:Frederick_County,_Maryland }", "graph_answer": [ "1" ], "readable_answer": [ "1" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?h property:has_to_its_west resource:Franklin_County__Pennsylvania . ?h property:has_to_its_southwest resource:Frederick_County__Maryland }", "readable_query": "SELECT DISTINCT ?h WHERE { ?h property:has_to_its_west resource:Franklin_County,_Pennsylvania . ?h property:has_to_its_southwest resource:Frederick_County,_Maryland }", "graph_answer": [ "resource:Adams_County__Pennsylvania" ], "readable_answer": [ "Adams County, Pennsylvania" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:11th_Mississippi_Infantry_Monument property:country resource:United_States . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument }", "readable_query": "ASK WHERE { resource:11th_Mississippi_Infantry_Monument property:country resource:United_States . resource:11th_Mississippi_Infantry_Monument rdf:type ontology:monument }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Building
4
9244
Id167
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "New_York_City" }, { "subject": "New_York_City", "property": "country", "object": "United_States" }, { "subject": "New_York_City", "property": "subdivisionName", "object": "Manhattan" }, { "subject": "New_York_City", "property": "isPartOf", "object": "Brooklyn" } ]
[ { "subject": "Asser_Levy_Public_Baths", "property": "location", "object": "New_York_City" }, { "subject": "New_York_City", "property": "country", "object": "United_States" }, { "subject": "New_York_City", "property": "isPartOf", "object": "Manhattan" }, { "subject": "New_York_City", "property": "isPartOf", "object": "Brooklyn" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The Asser Levy Public Baths are located in New York City which is located in the U.S. Both Manhattan and Brooklyn are also situated in New York.", "The Asser Levy Public Baths are located in New York City, United States. Manhattan and Brooklyn are both parts of New York City." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:New_York_City", "property:country", "resource:United_States" ], [ "resource:New_York_City", "property:is_part_of", "resource:Brooklyn" ], [ "resource:New_York_City", "property:is_part_of", "resource:Manhattan" ], [ "resource:Asser_Levy_Public_Baths", "rdf:type", "ontology:building" ], [ "resource:Asser_Levy_Public_Baths", "property:location", "resource:New_York_City" ] ]
Asser_Levy_Public_Baths
[ { "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": "Asser_Levy_Public_Baths", "readable": "Asser Levy Public Baths", "graph": "resource:Asser_Levy_Public_Baths" }, { "modified": "Brooklyn", "readable": "Brooklyn", "graph": "resource:Brooklyn" }, { "modified": "Manhattan", "readable": "Manhattan", "graph": "resource:Manhattan" }, { "modified": "New_York_City", "readable": "New York City", "graph": "resource:New_York_City" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?a ) WHERE { resource:New_York_City property:is_part_of ?z }", "readable_query": "SELECT DISTINCT ( COUNT ( ?z ) AS ?a ) WHERE { resource:New_York_City property:is_part_of ?z }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { resource:New_York_City property:is_part_of ?e }", "readable_query": "SELECT DISTINCT ?e WHERE { resource:New_York_City property:is_part_of ?e }", "graph_answer": [ "resource:Brooklyn", "resource:Manhattan" ], "readable_answer": [ "Brooklyn", "Manhattan" ], "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:Asser_Levy_Public_Baths rdf:type ontology:building . resource:Asser_Levy_Public_Baths property:location resource:New_York_City }", "readable_query": "ASK WHERE { resource:Asser_Levy_Public_Baths rdf:type ontology:building . resource:Asser_Levy_Public_Baths property:location resource:New_York_City }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?z WHERE { resource:New_York_City property:impact_factor ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:New_York_City property:impact_factor ?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
4581
Id93
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Bacon" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Bacon" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Bacon is an ingredient of the Bacon Explosion which comes from the United States.", "Bacon is an ingredient in Bacon Explosion which comes from the United States.", "If you've heard of a Bacon Explosion you might not know that it was created in The United States and the main ingredient is actually bacon." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bacon_Explosion", "property:ingredient", "resource:Bacon" ], [ "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": "Bacon", "readable": "Bacon", "graph": "resource:Bacon" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a ?z WHERE { ?z property:country ?a . ?z rdf:type ontology:food . ?z property:ingredient resource:Bacon }", "readable_query": "SELECT DISTINCT ?a ?z WHERE { ?z property:country ?a . ?z rdf:type ontology:food . ?z property:ingredient resource:Bacon }", "graph_answer": [ "resource:United_States", "resource:Bacon_Explosion" ], "readable_answer": [ "United States", "Bacon Explosion" ], "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" ] } ]
CelestialBody
4
9396
Id113
[ { "subject": "11264_Claudiomaccone", "property": "Planet/averageSpeed", "object": "\"18.29\"^^<http://dbpedia.org/datatype/kilometrePerSecond>" }, { "subject": "11264_Claudiomaccone", "property": "periapsis", "object": "2.96521e+11" }, { "subject": "11264_Claudiomaccone", "property": "epoch", "object": "\"2005-11-26\"^^xsd:date" }, { "subject": "11264_Claudiomaccone", "property": "Planet/apoapsis", "object": "\"4.75426E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "11264_Claudiomaccone", "property": "averageSpeed", "object": "18.29 (kilometrePerSeconds)" }, { "subject": "11264_Claudiomaccone", "property": "epoch", "object": "2005-11-26" }, { "subject": "11264_Claudiomaccone", "property": "periapsis", "object": "296521000.0 (kilometres)" }, { "subject": "11264_Claudiomaccone", "property": "apoapsis", "object": "475426000.0 (kilometres)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The celestial body known as 11264 Claudiomaccone has an average speed of 18.29km/s and an epoch date of November 26th 2005. It also, has a periapsis of 296521000.0 kilometres and an apoapsis of 475426000 kilometres.", "The celestial body known as 11264 Claudiomaccone; has an average speed of 18.29km/s, a periapsis at 296521000.0 kilometres, and an apoapsis of 475426000 kilometres. 11264 Claudiomaccone has an epoch date of November 26th 2005.", "The asteroid called 11264 Claudiomaccone has an average speed of 18.29 kilometres per second, a periapsis of 296521000.0 kilometres, and an apoapsis of 475426000.0 kilometres. Its epoch is November 26, 2005." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:11264_Claudiomaccone", "property:epoch", "resource:2005_11_26" ], [ "resource:11264_Claudiomaccone", "rdf:type", "ontology:celestial_body" ], [ "resource:11264_Claudiomaccone", "property:apoapsis", "475426000.0 (kilometres)" ], [ "resource:11264_Claudiomaccone", "property:average_speed", "18.29 (kilometrePerSeconds)" ], [ "resource:11264_Claudiomaccone", "property:periapsis", "296521000.0 (kilometres)" ] ]
11264_Claudiomaccone
[ { "modified": "18.29 (kilometrePerSeconds)", "readable": "18.29", "graph": "18.29 (kilometrePerSeconds)" }, { "modified": "296521000.0 (kilometres)", "readable": "296521000.0", "graph": "296521000.0 (kilometres)" }, { "modified": "475426000.0 (kilometres)", "readable": "475426000.0", "graph": "475426000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "averageSpeed", "readable": "average speed", "graph": "property:average_speed" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "11264_Claudiomaccone", "readable": "11264 Claudiomaccone", "graph": "resource:11264_Claudiomaccone" }, { "modified": "2005-11-26", "readable": "2005-11-26", "graph": "resource:2005_11_26" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?h rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?x ) , '2005' ) ) . ?h property:epoch ?x . ?h property:periapsis ?a }", "readable_query": "SELECT DISTINCT ?a WHERE { ?h rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?x ) , '2005' ) ) . ?h property:epoch ?x . ?h property:periapsis ?a }", "graph_answer": [ "296521000.0 (kilometres)" ], "readable_answer": [ "296521000.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?s property:periapsis resource:288749000000_0 . ?s rdf:type ontology:celestial_body . ?s property:average_speed ?e }", "readable_query": "ASK WHERE { ?s property:periapsis resource:288749000000.0 . ?s rdf:type ontology:celestial_body . ?s property:average_speed ?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" ] } ]
City
3
6945
Id233
[ { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Austin,_Texas", "property": "country", "object": "United_States" } ]
[ { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "Austin,_Texas", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Austin, Texas is in United States whose leader is called the president. Asian Americans are one ethnic group in that country.", "The United States, which is the location of Austin in Texas, is led by the President and includes the ethnic group of Asian Americans among its population.", "Austin, Texas, is in the United States, where Asian Americans are an ethnic group, and, where the leader is called the President of the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ], [ "resource:Austin__Texas", "rdf:type", "ontology:city" ], [ "resource:Austin__Texas", "property:country", "resource:United_States" ] ]
Austin,_Texas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "Austin,_Texas", "readable": "Austin, Texas", "graph": "resource:Austin__Texas" }, { "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 ?i ?p WHERE { resource:United_States property:leader_title ?i . resource:United_States property:ethnic_group ?p }", "readable_query": "SELECT DISTINCT ?i ?p WHERE { resource:United_States property:leader_title ?i . resource:United_States property:ethnic_group ?p }", "graph_answer": [ "resource:President_of_the_United_States", "resource:Asian_Americans" ], "readable_answer": [ "President of the United States", "Asian Americans" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( LCASE ( ?v ) , 'austin' ) ) . ?v rdf:type ontology:city . ?v property:country resource:United_States }", "readable_query": "SELECT DISTINCT ?v WHERE { FILTER ( CONTAINS ( LCASE ( ?v ) , 'austin' ) ) . ?v rdf:type ontology:city . ?v property:country resource:United_States }", "graph_answer": [ "resource:Austin__Texas" ], "readable_answer": [ "Austin, Texas" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Artist
5
11248
Id99
[ { "subject": "Alex_Day", "property": "genre", "object": "Synthpop" }, { "subject": "Alex_Day", "property": "birthPlace", "object": "United_Kingdom" }, { "subject": "Alex_Day", "property": "associatedBand", "object": "Chameleon_Circuit_(band)" }, { "subject": "Alex_Day", "property": "associatedMusicalArtist", "object": "Charlie_McDonnell" }, { "subject": "Alex_Day", "property": "activeYearsStartYear", "object": "\"2006\"^^xsd:gYear" } ]
[ { "subject": "Alex_Day", "property": "genre", "object": "Synthpop" }, { "subject": "Alex_Day", "property": "birthPlace", "object": "United_Kingdom" }, { "subject": "Alex_Day", "property": "associatedBand/associatedMusicalArtist", "object": "Chameleon_Circuit_(band)" }, { "subject": "Alex_Day", "property": "associatedBand/associatedMusicalArtist", "object": "Charlie_McDonnell" }, { "subject": "Alex_Day", "property": "activeYearsStartYear", "object": "2006" } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "UK born Synthpop artist Alex Day became active in music in 2006. He plays with the band Chameleon Circuit and is associated with the musical artist Charlie McDonnell.", "Alex Day, a native of the UK, started his Synthpop musical performing in 2006, with Chameleon Circuit Band. One of his musical associates is Charlie McDonnell." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alex_Day", "rdf:type", "ontology:artist" ], [ "resource:Alex_Day", "property:associated_band_associated_musical_artist", "resource:Chameleon_Circuit__band_" ], [ "resource:Alex_Day", "property:associated_band_associated_musical_artist", "resource:Charlie_McDonnell" ], [ "resource:Alex_Day", "property:active_years_start_year", "resource:2006" ], [ "resource:Alex_Day", "property:genre", "resource:Synthpop" ], [ "resource:Alex_Day", "property:birth_place", "resource:United_Kingdom" ] ]
Alex_Day
[ { "modified": "activeYearsStartYear", "readable": "active years start year", "graph": "property:active_years_start_year" }, { "modified": "associatedBand/associatedMusicalArtist", "readable": "associated band/associated musical artist", "graph": "property:associated_band_associated_musical_artist" }, { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "genre", "readable": "genre", "graph": "property:genre" }, { "modified": "2006", "readable": "2006", "graph": "resource:2006" }, { "modified": "Alex_Day", "readable": "Alex Day", "graph": "resource:Alex_Day" }, { "modified": "Chameleon_Circuit_(band)", "readable": "Chameleon Circuit", "graph": "resource:Chameleon_Circuit__band_" }, { "modified": "Charlie_McDonnell", "readable": "Charlie McDonnell", "graph": "resource:Charlie_McDonnell" }, { "modified": "Synthpop", "readable": "Synthpop", "graph": "resource:Synthpop" }, { "modified": "United_Kingdom", "readable": "United Kingdom", "graph": "resource:United_Kingdom" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?y ) WHERE { FILTER ( STRSTARTS ( LCASE ( ?k ) , 'c' ) ) . resource:Alex_Day property:associated_band_associated_musical_artist ?k }", "readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?y ) WHERE { FILTER ( STRSTARTS ( LCASE ( ?k ) , 'c' ) ) . resource:Alex_Day property:associated_band_associated_musical_artist ?k }", "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" ] }, { "question": [], "graph_query": "ASK WHERE { ?v property:active_years_start_year ?m . ?v rdf:type ontology:artist . ?v property:birth_place resource:Austria_Hungary }", "readable_query": "ASK WHERE { ?v property:active_years_start_year ?m . ?v rdf:type ontology:artist . ?v property:birth_place resource:Austria-Hungary }", "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
3
6164
Id64
[ { "subject": "William_Anders", "property": "selection", "object": "1963" }, { "subject": "William_Anders", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" } ]
[ { "subject": "William_Anders", "property": "selectedByNasa", "object": "1963" }, { "subject": "William_Anders", "property": "occupation", "object": "Fighter_pilot" }, { "subject": "William_Anders", "property": "birthPlace", "object": "British_Hong_Kong" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "William Anders was born in British Hong Kong, then served as a Fighter pilot when he was chosen by NASA in 1963.", "William Anders was a fighter pilot who joined NASA in 1963 having been born in British Hong Kong.", "William Anders was born in British Hong Kong and his occupation was a Fighter pilot when selected by NASA in 1963." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:William_Anders", "property:selected_by_nasa", "resource:1963" ], [ "resource:William_Anders", "rdf:type", "ontology:astronaut" ], [ "resource:William_Anders", "property:occupation", "resource:Fighter_pilot" ], [ "resource:William_Anders", "property:birth_place", "resource:British_Hong_Kong" ] ]
William_Anders
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "occupation", "readable": "occupation", "graph": "property:occupation" }, { "modified": "selectedByNasa", "readable": "selected by nasa", "graph": "property:selected_by_nasa" }, { "modified": "1963", "readable": "1963", "graph": "resource:1963" }, { "modified": "British_Hong_Kong", "readable": "British Hong Kong", "graph": "resource:British_Hong_Kong" }, { "modified": "Fighter_pilot", "readable": "Fighter pilot", "graph": "resource:Fighter_pilot" }, { "modified": "William_Anders", "readable": "William Anders", "graph": "resource:William_Anders" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?f property:selected_by_nasa ?w . ?f property:birth_place resource:Connecticut . ?f rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { ?f property:selected_by_nasa ?w . ?f property:birth_place resource:Connecticut . ?f rdf:type ontology:astronaut }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Building
4
9168
Id91
[ { "subject": "Addis_Ababa_City_Hall", "property": "currentTenants", "object": "\"Government of Addis Ababa\"@en" }, { "subject": "Addis_Ababa_City_Hall", "property": "startDate", "object": "1961" }, { "subject": "Addis_Ababa_City_Hall", "property": "floorArea", "object": "\"140000.0\"^^<http://dbpedia.org/datatype/squareMetre>" }, { "subject": "Addis_Ababa_City_Hall", "property": "height", "object": "\"42.0\"^^xsd:double" } ]
[ { "subject": "Addis_Ababa_City_Hall", "property": "currentTenants", "object": "\"Government of Addis Ababa\"" }, { "subject": "Addis_Ababa_City_Hall", "property": "buildingStartDate", "object": "1961" }, { "subject": "Addis_Ababa_City_Hall", "property": "floorArea", "object": "140000.0 (square metres)" }, { "subject": "Addis_Ababa_City_Hall", "property": "height", "object": "\"42 m\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Building started on the Addis Ababa City Hall in 1961, it is 42 m high and has a floor area of 140000.0 square metres. The Government of Addis Ababa are the current tenants.", "Addis Ababa City Hall, a 42 m high, 140,000-square meter facility which began construction in 1961, is currently occupied by the government of Addis Ababa." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Addis_Ababa_City_Hall", "property:building_start_date", "resource:1961" ], [ "resource:Addis_Ababa_City_Hall", "rdf:type", "ontology:building" ], [ "resource:Addis_Ababa_City_Hall", "property:floor_area", "140000.0 (square metres)" ], [ "resource:Addis_Ababa_City_Hall", "property:height", "resource:42_m" ], [ "resource:Addis_Ababa_City_Hall", "property:current_tenants", "Government of Addis Ababa" ] ]
Addis_Ababa_City_Hall
[ { "modified": "140000.0 (square metres)", "readable": "140000.0", "graph": "140000.0 (square metres)" }, { "modified": "Government of Addis Ababa", "readable": "Government of Addis Ababa", "graph": "Government of Addis Ababa" }, { "modified": "buildingStartDate", "readable": "building start date", "graph": "property:building_start_date" }, { "modified": "currentTenants", "readable": "current tenants", "graph": "property:current_tenants" }, { "modified": "floorArea", "readable": "floor area", "graph": "property:floor_area" }, { "modified": "height", "readable": "height", "graph": "property:height" }, { "modified": "1961", "readable": "1961", "graph": "resource:1961" }, { "modified": "42 m", "readable": "42 m", "graph": "resource:42_m" }, { "modified": "Addis_Ababa_City_Hall", "readable": "Addis Ababa City Hall", "graph": "resource:Addis_Ababa_City_Hall" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a property:building_start_date resource:1910 . ?a property:current_tenants 'Government of Addis Ababa' . ?a rdf:type ontology:building }", "readable_query": "ASK WHERE { ?a property:building_start_date resource:1910 . ?a property:current_tenants 'Government of Addis Ababa' . ?a rdf:type ontology:building }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?v property:building_start_date resource:1961 . ?v property:current_tenants 'Government of Addis Ababa' . ?v rdf:type ontology:building }", "readable_query": "ASK WHERE { ?v property:building_start_date resource:1961 . ?v property:current_tenants 'Government of Addis Ababa' . ?v rdf:type ontology:building }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?q WHERE { ?q property:current_tenants 'Government of Addis Ababa' . ?q property:building_start_date resource:1961 . ?q rdf:type ontology:building }", "readable_query": "SELECT ?q WHERE { ?q property:current_tenants 'Government of Addis Ababa' . ?q property:building_start_date resource:1961 . ?q rdf:type ontology:building }", "graph_answer": [ "resource:Addis_Ababa_City_Hall" ], "readable_answer": [ "Addis Ababa City Hall" ], "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 ?o WHERE { resource:Addis_Ababa_City_Hall property:current_tenants ?b . resource:Addis_Ababa_City_Hall property:floor_area ?o }", "readable_query": "SELECT DISTINCT ?b ?o WHERE { resource:Addis_Ababa_City_Hall property:current_tenants ?b . resource:Addis_Ababa_City_Hall property:floor_area ?o }", "graph_answer": [ "Government of Addis Ababa", "140000.0 (square metres)" ], "readable_answer": [ "Government of Addis Ababa", "140000.0" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Addis_Ababa_City_Hall property:height ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Addis_Ababa_City_Hall property:height ?p }", "graph_answer": [ "resource:42_m" ], "readable_answer": [ "42 m" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
3
7212
Id125
[ { "subject": "Baked_Alaska", "property": "country", "object": "France" }, { "subject": "Baked_Alaska", "property": "region", "object": "New_York" }, { "subject": "Baked_Alaska", "property": "ingredient", "object": "Christmas_pudding" } ]
[ { "subject": "Baked_Alaska", "property": "country", "object": "France" }, { "subject": "Baked_Alaska", "property": "region", "object": "New_York" }, { "subject": "Baked_Alaska", "property": "ingredient", "object": "Christmas_pudding" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Christmas pudding is an ingredient in Baked Alaska, which comes from the region of New York and the country of France.", "Baked Alaska is made with Christmas pudding and comes from France and New York.", "Christmas pudding is an ingredient in Baked Alaska, that is from France and New York region." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Baked_Alaska", "property:ingredient", "resource:Christmas_pudding" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:country", "resource:France" ], [ "resource:Baked_Alaska", "property:region", "resource:New_York" ] ]
Baked_Alaska
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "modified": "Christmas_pudding", "readable": "Christmas pudding", "graph": "resource:Christmas_pudding" }, { "modified": "France", "readable": "France", "graph": "resource:France" }, { "modified": "New_York", "readable": "New York", "graph": "resource:New_York" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?k ) WHERE { ?h property:ingredient ?m . ?h rdf:type ontology:food . ?h property:country resource:United_States }", "readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?k ) WHERE { ?h property:ingredient ?m . ?h rdf:type ontology:food . ?h property:country resource:United_States }", "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 ?f ?a WHERE { resource:Baked_Alaska property:ingredient ?a . resource:Baked_Alaska property:region ?f }", "readable_query": "SELECT DISTINCT ?f ?a WHERE { resource:Baked_Alaska property:ingredient ?a . resource:Baked_Alaska property:region ?f }", "graph_answer": [ "resource:New_York", "resource:Christmas_pudding" ], "readable_answer": [ "New York", "Christmas pudding" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Baked_Alaska property:notable_work ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Baked_Alaska property:notable_work ?l }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
CelestialBody
3
6617
Id34
[ { "subject": "1001_Gaussia", "property": "epoch", "object": "\"27 June 2015 (JD2457200.5)\"" }, { "subject": "1001_Gaussia", "property": "formerName", "object": "\"A911 MD\"@en" }, { "subject": "1001_Gaussia", "property": "periapsis", "object": "4.19113e+11" } ]
[ { "subject": "1001_Gaussia", "property": "epoch", "object": "2015-06-27" }, { "subject": "1001_Gaussia", "property": "formerName", "object": "\"A911 MD\"" }, { "subject": "1001_Gaussia", "property": "periapsis", "object": "419113394.55312 (kilometres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The celestial body known as 1001 Gaussia was formerly called A911 MD. It has an epoch of 31 July 2016 and a periapsis of 419113394.55312 kilometres.", "The former name of the asteroid 1001 Gaussia, which was discovered on 27 June 2015 and has a periapsis of 419113394.55312 kilometres, was A911 MD.", "The celestial body known as 1001 Gaussia (formerly called A911 MD), has a periapsis of 419113394.55312 kilometres and the epoch on 31 July 2016." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1001_Gaussia", "property:epoch", "resource:2015_06_27" ], [ "resource:1001_Gaussia", "rdf:type", "ontology:celestial_body" ], [ "resource:1001_Gaussia", "property:former_name", "resource:A911_MD" ], [ "resource:1001_Gaussia", "property:periapsis", "419113394.55312 (kilometres)" ] ]
1001_Gaussia
[ { "modified": "419113394.55312 (kilometres)", "readable": "419113394.55312", "graph": "419113394.55312 (kilometres)" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "formerName", "readable": "former name", "graph": "property:former_name" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "1001_Gaussia", "readable": "1001 Gaussia", "graph": "resource:1001_Gaussia" }, { "modified": "2015-06-27", "readable": "2015-06-27", "graph": "resource:2015_06_27" }, { "modified": "A911 MD", "readable": "A911 MD", "graph": "resource:A911_MD" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?v = \"2015_06_27\" ) . ?f property:epoch ?v . ?f property:periapsis ?n . ?f rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?v = \"2015-06-27\" ) . ?f property:epoch ?v . ?f property:periapsis ?n . ?f rdf:type ontology:celestial_body }", "graph_answer": [ "419113394.55312 (kilometres)" ], "readable_answer": [ "419113394.55312" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { ?g rdf:type ontology:celestial_body . FILTER ( ?p = \"2015_06_27\" ) . ?g property:epoch ?p . ?g property:periapsis '419113394.55312 (kilometres)' }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g rdf:type ontology:celestial_body . FILTER ( ?p = \"2015-06-27\" ) . ?g property:epoch ?p . ?g property:periapsis '419113394.55312 (kilometres)' }", "graph_answer": [ "resource:1001_Gaussia" ], "readable_answer": [ "1001 Gaussia" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { resource:1001_Gaussia property:mayor ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:1001_Gaussia property:mayor ?n }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
2
4576
Id88
[ { "subject": "Ayam_penyet", "property": "region", "object": "Malaysia" }, { "subject": "Ayam_penyet", "property": "ingredient", "object": "Fried_chicken" } ]
[ { "subject": "Ayam_penyet", "property": "region", "object": "Malaysia" }, { "subject": "Ayam_penyet", "property": "ingredient", "object": "Fried_chicken" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Fried chicken is one of the ingredients in the dish 'Ayam Penyet' which comes from Malaysia.", "Fried chicken is an ingredient in the popular Malaysian dish of Ayam penyet." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Ayam_penyet", "property:ingredient", "resource:Fried_chicken" ], [ "resource:Ayam_penyet", "rdf:type", "ontology:food" ], [ "resource:Ayam_penyet", "property:region", "resource:Malaysia" ] ]
Ayam_penyet
[ { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Ayam_penyet", "readable": "Ayam penyet", "graph": "resource:Ayam_penyet" }, { "modified": "Fried_chicken", "readable": "Fried chicken", "graph": "resource:Fried_chicken" }, { "modified": "Malaysia", "readable": "Malaysia", "graph": "resource:Malaysia" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) . ?t rdf:type ontology:food . ?t property:region resource:Malaysia . ?t property:ingredient resource:Fried_chicken }", "readable_query": "SELECT DISTINCT ?t WHERE { FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) . ?t rdf:type ontology:food . ?t property:region resource:Malaysia . ?t property:ingredient resource:Fried_chicken }", "graph_answer": [ "resource:Ayam_penyet" ], "readable_answer": [ "Ayam penyet" ], "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" ] } ]
SportsTeam
4
10620
Id61
[ { "subject": "A.F.C._Blackpool", "property": "manager", "object": "Stuart_Parker_(footballer)" }, { "subject": "Stuart_Parker_(footballer)", "property": "team", "object": "Stockport_County_F.C." }, { "subject": "A.F.C._Blackpool", "property": "ground", "object": "Blackpool" }, { "subject": "Blackpool", "property": "leaderName", "object": "Labour_Party_(UK)" } ]
[ { "subject": "A.F.C._Blackpool", "property": "manager", "object": "Stuart_Parker_(footballer)" }, { "subject": "Stuart_Parker_(footballer)", "property": "club", "object": "Stockport_County_F.C." }, { "subject": "A.F.C._Blackpool", "property": "ground", "object": "Blackpool" }, { "subject": "Blackpool", "property": "leader", "object": "Labour_Party_(UK)" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Stuart Parker has been the manager of AFC Blackpool, a club based in the city of Blackpool where the council is led by the UK Labour Party. His previous club was Stockport County FC.", "Stuart Parker, who once played for Stockport County FC is now the manager of AFC Blackpool. The club has their ground in Blackpool where the council is run by Labour." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:A_F_C__Blackpool", "rdf:type", "ontology:sports_team" ], [ "resource:A_F_C__Blackpool", "property:manager", "resource:Stuart_Parker__footballer_" ], [ "resource:A_F_C__Blackpool", "property:ground", "resource:Blackpool" ], [ "resource:Blackpool", "property:leader", "resource:Labour_Party__UK_" ], [ "resource:Stuart_Parker__footballer_", "property:club", "resource:Stockport_County_F_C_" ] ]
A.F.C._Blackpool
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "A.F.C._Blackpool", "readable": "A.F.C. Blackpool", "graph": "resource:A_F_C__Blackpool" }, { "modified": "Blackpool", "readable": "Blackpool", "graph": "resource:Blackpool" }, { "modified": "Labour_Party_(UK)", "readable": "Labour Party", "graph": "resource:Labour_Party__UK_" }, { "modified": "Stockport_County_F.C.", "readable": "Stockport County F.C.", "graph": "resource:Stockport_County_F_C_" }, { "modified": "Stuart_Parker_(footballer)", "readable": "Stuart Parker", "graph": "resource:Stuart_Parker__footballer_" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?u rdf:type ontology:sports_team . ?u property:ground resource:Blackpool . ?u property:manager resource:Dave_Challinor }", "readable_query": "ASK WHERE { ?u rdf:type ontology:sports_team . ?u property:ground resource:Blackpool . ?u property:manager resource:Dave_Challinor }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?y property:manager resource:Stuart_Parker__footballer_ . ?y rdf:type ontology:sports_team . ?y property:ground resource:Blackpool }", "readable_query": "ASK WHERE { ?y property:manager resource:Stuart_Parker_(footballer) . ?y rdf:type ontology:sports_team . ?y property:ground resource:Blackpool }", "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 ?v WHERE { ?v property:manager resource:Stuart_Parker__footballer_ . ?v property:ground resource:Blackpool . ?v rdf:type ontology:sports_team }", "readable_query": "SELECT ?v WHERE { ?v property:manager resource:Stuart_Parker_(footballer) . ?v property:ground resource:Blackpool . ?v rdf:type ontology:sports_team }", "graph_answer": [ "resource:A_F_C__Blackpool" ], "readable_answer": [ "A.F.C. Blackpool" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Stuart_Parker__footballer_ property:club ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Stuart_Parker_(footballer) property:club ?p }", "graph_answer": [ "resource:Stockport_County_F_C_" ], "readable_answer": [ "Stockport County F.C." ], "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" ] } ]
Building
4
9256
Id179
[ { "subject": "Ethiopia", "property": "leader", "object": "Hailemariam_Desalegn" }, { "subject": "Addis_Ababa_City_Hall", "property": "country", "object": "Ethiopia" }, { "subject": "Addis_Ababa_City_Hall", "property": "location", "object": "Addis_Ababa" }, { "subject": "Ethiopia", "property": "language", "object": "Amharic" } ]
[ { "subject": "Ethiopia", "property": "leader", "object": "Hailemariam_Desalegn" }, { "subject": "Addis_Ababa_City_Hall", "property": "country", "object": "Ethiopia" }, { "subject": "Addis_Ababa_City_Hall", "property": "location", "object": "Addis_Ababa" }, { "subject": "Ethiopia", "property": "language", "object": "Amharic" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Ethiopia is led by Hailemariam Desalegn and uses the Amharic language. The Addis Ababa City Hall is located in the city of Addis Ababa.", "Addis Ababa City Hall is located in Addis Ababa, Ethiopia. Hailemariam Desalegn is the ruler, where the language spoken is Amharic." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Ethiopia", "property:leader", "resource:Hailemariam_Desalegn" ], [ "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_City_Hall", "property:country", "resource:Ethiopia" ] ]
Addis_Ababa_City_Hall
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "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": "Amharic", "readable": "Amharic", "graph": "resource:Amharic" }, { "modified": "Ethiopia", "readable": "Ethiopia", "graph": "resource:Ethiopia" }, { "modified": "Hailemariam_Desalegn", "readable": "Hailemariam Desalegn", "graph": "resource:Hailemariam_Desalegn" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?f property:leader resource:Hailemariam_Desalegn . ?u property:location resource:Addis_Ababa . ?u rdf:type ontology:building . ?u property:country ?f }", "readable_query": "SELECT DISTINCT ?u WHERE { ?f property:leader resource:Hailemariam_Desalegn . ?u property:location resource:Addis_Ababa . ?u rdf:type ontology:building . ?u property:country ?f }", "graph_answer": [ "resource:Addis_Ababa_City_Hall" ], "readable_answer": [ "Addis Ababa City Hall" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:Addis_Ababa_City_Hall property:location resource:Addis_Ababa . ?d property:leader resource:Hailemariam_Desalegn . resource:Addis_Ababa_City_Hall rdf:type ontology:building . resource:Addis_Ababa_City_Hall property:country ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Addis_Ababa_City_Hall property:location resource:Addis_Ababa . ?d property:leader resource:Hailemariam_Desalegn . resource:Addis_Ababa_City_Hall rdf:type ontology:building . resource:Addis_Ababa_City_Hall property:country ?d }", "graph_answer": [ "resource:Ethiopia" ], "readable_answer": [ "Ethiopia" ], "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 ?t WHERE { resource:Ethiopia property:language ?t . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) }", "readable_query": "SELECT DISTINCT ?t WHERE { resource:Ethiopia property:language ?t . FILTER ( STRSTARTS ( LCASE ( ?t ) , 'a' ) ) }", "graph_answer": [ "resource:Amharic" ], "readable_answer": [ "Amharic" ], "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" ] } ]
Building
2
3948
Id100
[ { "subject": "Adisham_Hall", "property": "completionDate", "object": "1931" }, { "subject": "Adisham_Hall", "property": "location", "object": "\"Haputale, Sri Lanka\"@en" } ]
[ { "subject": "Adisham_Hall", "property": "location", "object": "\"Haputale, Sri Lanka\"" }, { "subject": "Adisham_Hall", "property": "completionDate", "object": "1931" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adisham Hall is in Haputale, Sri Lanka and was completed in 1931.", "Adisham Hall in Haputale, Sri Lanka, was finished in 1931.", "Adisham Hall, completed in 1931, is located at Haputale, Sri Lanka." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adisham_Hall", "rdf:type", "ontology:building" ], [ "resource:Adisham_Hall", "property:location", "resource:Haputale__Sri_Lanka" ], [ "resource:Adisham_Hall", "property:completion_date", "resource:1931" ] ]
Adisham_Hall
[ { "modified": "completionDate", "readable": "completion date", "graph": "property:completion_date" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "1931", "readable": "1931", "graph": "resource:1931" }, { "modified": "Adisham_Hall", "readable": "Adisham Hall", "graph": "resource:Adisham_Hall" }, { "modified": "Haputale, Sri Lanka", "readable": "Haputale, Sri Lanka", "graph": "resource:Haputale__Sri_Lanka" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?a rdf:type ontology:building . ?a property:completion_date resource:December_2008 }", "readable_query": "ASK WHERE { ?a rdf:type ontology:building . ?a property:completion_date resource:December_2008 }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?r rdf:type ontology:building . ?r property:completion_date resource:1931 }", "readable_query": "ASK WHERE { ?r rdf:type ontology:building . ?r property:completion_date resource:1931 }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?m WHERE { ?m rdf:type ontology:building . ?m property:completion_date resource:1931 }", "readable_query": "SELECT ?m WHERE { ?m rdf:type ontology:building . ?m property:completion_date resource:1931 }", "graph_answer": [ "resource:Adisham_Hall" ], "readable_answer": [ "Adisham Hall" ], "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 ?u WHERE { resource:Adisham_Hall property:location ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:Adisham_Hall property:location ?u }", "graph_answer": [ "resource:Haputale__Sri_Lanka" ], "readable_answer": [ "Haputale, Sri Lanka" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Food
2
4586
Id98
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "White_Americans" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "United_States", "property": "ethnicGroup", "object": "White_Americans" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "White Americans are an ethnic group in the United States where the Bacon Explosion originates.", "The Bacon Explosion is from the United States, where white Americans are one of the ethnic groups." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:White_Americans" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ], [ "resource:Bacon_Explosion", "property:country", "resource:United_States" ] ]
Bacon_Explosion
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "White_Americans", "readable": "White Americans", "graph": "resource:White_Americans" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o ?w WHERE { ?o rdf:type ontology:food . ?w property:ethnic_group resource:White_Americans . ?o property:country ?w }", "readable_query": "SELECT DISTINCT ?o ?w WHERE { ?o rdf:type ontology:food . ?w property:ethnic_group resource:White_Americans . ?o property:country ?w }", "graph_answer": [ "resource:Bacon_Explosion", "resource:United_States" ], "readable_answer": [ "Bacon Explosion", "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
2
5105
Id97
[ { "subject": "Adam_Koc", "property": "battles", "object": "Polish–Soviet_War" }, { "subject": "Polish–Soviet_War", "property": "isPartOfMilitaryConflict", "object": "Russian_Civil_War" } ]
[ { "subject": "Adam_Koc", "property": "battle", "object": "Polish–Soviet_War" }, { "subject": "Polish–Soviet_War", "property": "isPartOfMilitaryConflict", "object": "Russian_Civil_War" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adam Koc was involved in battles in the Polish–Soviet War which was part of the Russian Civil War.", "Adam Koc fought in the Polish–Soviet War, which was part of the Russian Civil War military conflict.", "Adam Koc fought in battles during the Polish-Soviet war which was part of the Russian Civil War." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Polish_Soviet_War", "property:is_part_of_military_conflict", "resource:Russian_Civil_War" ], [ "resource:Adam_Koc", "rdf:type", "ontology:politician" ], [ "resource:Adam_Koc", "property:battle", "resource:Polish_Soviet_War" ] ]
Adam_Koc
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "isPartOfMilitaryConflict", "readable": "is part of military conflict", "graph": "property:is_part_of_military_conflict" }, { "modified": "Adam_Koc", "readable": "Adam Koc", "graph": "resource:Adam_Koc" }, { "modified": "Polish–Soviet_War", "readable": "Polish–Soviet War", "graph": "resource:Polish_Soviet_War" }, { "modified": "Russian_Civil_War", "readable": "Russian Civil War", "graph": "resource:Russian_Civil_War" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?c ) WHERE { ?l property:is_part_of_military_conflict resource:Russian_Civil_War . ?p rdf:type ontology:politician . ?p property:battle ?l }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?c ) WHERE { ?l property:is_part_of_military_conflict resource:Russian_Civil_War . ?p rdf:type ontology:politician . ?p property:battle ?l }", "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 ?n WHERE { ?n property:battle ?j . ?n rdf:type ontology:politician . ?j property:is_part_of_military_conflict resource:Russian_Civil_War }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:battle ?j . ?n rdf:type ontology:politician . ?j property:is_part_of_military_conflict resource:Russian_Civil_War }", "graph_answer": [ "resource:Adam_Koc" ], "readable_answer": [ "Adam Koc" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { resource:Adam_Koc property:battle ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Adam_Koc property:battle ?q }", "graph_answer": [ "resource:Polish_Soviet_War" ], "readable_answer": [ "Polish–Soviet War" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
2
5011
Id3
[ { "subject": "Aaron_S._Daggett", "property": "battles", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Abraham_Lincoln" } ]
[ { "subject": "Aaron_S._Daggett", "property": "battle", "object": "American_Civil_War" }, { "subject": "American_Civil_War", "property": "commander", "object": "Abraham_Lincoln" } ]
(X (X (X)))
chain
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Aaron S. Daggett fought in the American Civil War, where Abraham Lincoln was a commander.", "Aaron S. Daggett fought in the American Civil War, the war in which Abraham Lincoln was a commander.", "Aaron S. Daggett fought in the American Civil War in which Abraham Lincoln was a commander." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:American_Civil_War", "property:commander", "resource:Abraham_Lincoln" ], [ "resource:Aaron_S__Daggett", "rdf:type", "ontology:politician" ], [ "resource:Aaron_S__Daggett", "property:battle", "resource:American_Civil_War" ] ]
Aaron_S._Daggett
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "commander", "readable": "commander", "graph": "property:commander" }, { "modified": "Aaron_S._Daggett", "readable": "Aaron S. Daggett", "graph": "resource:Aaron_S__Daggett" }, { "modified": "Abraham_Lincoln", "readable": "Abraham Lincoln", "graph": "resource:Abraham_Lincoln" }, { "modified": "American_Civil_War", "readable": "American Civil War", "graph": "resource:American_Civil_War" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:politician . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . ?c property:commander resource:Abraham_Lincoln . ?j property:battle ?c }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:politician . FILTER ( STRSTARTS ( LCASE ( ?j ) , 'a' ) ) . ?c property:commander resource:Abraham_Lincoln . ?j property:battle ?c }", "graph_answer": [ "resource:Aaron_S__Daggett" ], "readable_answer": [ "Aaron S. Daggett" ], "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 ?v WHERE { resource:Aaron_S__Daggett property:battle ?v . ?v property:commander resource:Abraham_Lincoln . resource:Aaron_S__Daggett rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Aaron_S._Daggett property:battle ?v . ?v property:commander resource:Abraham_Lincoln . resource:Aaron_S._Daggett rdf:type ontology:politician }", "graph_answer": [ "resource:American_Civil_War" ], "readable_answer": [ "American Civil War" ], "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" ] } ]
MeanOfTransportation
4
10263
Id237
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" } ]
[ { "subject": "United_States", "property": "ethnicGroup", "object": "Asian_Americans" }, { "subject": "United_States", "property": "capital", "object": "Washington,_D.C." }, { "subject": "Atlas_II", "property": "countryOrigin", "object": "United_States" }, { "subject": "United_States", "property": "leaderTitle", "object": "President_of_the_United_States" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Atlas II originates from the United States, whose capital is Washington D.C. The title of the leader of United States is The President of the United States and one of its ethnic groups is Asian Americans.", "The Atlas II originated from the U.S which has a President as the leader. The capital of the country is Washington DC and one of the ethnic groups are the Asian Americans.", "The United States, led by the President, has its capital at Washington D.C., is home to Asian Americans, and is the origin of the Atlas II." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Atlas_II", "property:country_origin", "resource:United_States" ], [ "resource:Atlas_II", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:United_States", "property:leader_title", "resource:President_of_the_United_States" ], [ "resource:United_States", "property:capital", "resource:Washington__D_C_" ], [ "resource:United_States", "property:ethnic_group", "resource:Asian_Americans" ] ]
Atlas_II
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "countryOrigin", "readable": "country origin", "graph": "property:country_origin" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "Asian_Americans", "readable": "Asian Americans", "graph": "resource:Asian_Americans" }, { "modified": "Atlas_II", "readable": "Atlas II", "graph": "resource:Atlas_II" }, { "modified": "President_of_the_United_States", "readable": "President of the United States", "graph": "resource:President_of_the_United_States" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" }, { "modified": "Washington,_D.C.", "readable": "Washington, D.C.", "graph": "resource:Washington__D_C_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?b WHERE { FILTER ( CONTAINS ( LCASE ( ?b ) , 'united' ) ) . ?b property:ethnic_group resource:Asian_Americans }", "readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( CONTAINS ( LCASE ( ?b ) , 'united' ) ) . ?b property:ethnic_group resource:Asian_Americans }", "graph_answer": [ "resource:United_States" ], "readable_answer": [ "United States" ], "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 ?d ?f WHERE { resource:United_States property:capital ?d . resource:United_States property:leader_title ?f }", "readable_query": "SELECT DISTINCT ?d ?f WHERE { resource:United_States property:capital ?d . resource:United_States property:leader_title ?f }", "graph_answer": [ "resource:Washington__D_C_", "resource:President_of_the_United_States" ], "readable_answer": [ "Washington, D.C.", "President of the 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": "ASK WHERE { ?n property:country_origin resource:United_States . ?n rdf:type ontology:mean_of_transportation }", "readable_query": "ASK WHERE { ?n property:country_origin resource:United_States . ?n rdf:type ontology:mean_of_transportation }", "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 ?g WHERE { ?g rdf:type ontology:mean_of_transportation . ?g property:country_origin resource:United_States }", "readable_query": "SELECT ?g WHERE { ?g rdf:type ontology:mean_of_transportation . ?g property:country_origin resource:United_States }", "graph_answer": [ "resource:Atlas_II" ], "readable_answer": [ "Atlas II" ], "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" ] } ]
Monument
7
13142
Id10
[ { "subject": "Azerbaijan", "property": "capital", "object": "Baku" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "dedicatedTo", "object": "\"Ottoman Army soldiers killed in the Battle of Baku\"@en" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"@en" }, { "subject": "Azerbaijan", "property": "leaderName", "object": "Artur_Rasizade" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "designer", "object": "\"Hüseyin Bütüner and Hilmi Güner\"@en" }, { "subject": "Azerbaijan", "property": "legislature", "object": "National_Assembly_(Azerbaijan)" } ]
[ { "subject": "Azerbaijan", "property": "capital", "object": "Baku" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "dedicatedTo", "object": "\"Ottoman Army soldiers killed in the Battle of Baku\"" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "location", "object": "Azerbaijan" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "nativeName", "object": "\"Türk Şehitleri Anıtı\"" }, { "subject": "Azerbaijan", "property": "leader", "object": "Artur_Rasizade" }, { "subject": "Baku_Turkish_Martyrs'_Memorial", "property": "designer", "object": "\"Hüseyin Bütüner and Hilmi Güner\"" }, { "subject": "Azerbaijan", "property": "legislature", "object": "National_Assembly_(Azerbaijan)" } ]
(X (X) (X) (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The leader of Azerbaijan is Artur Rasizade. It has a legislature known as the National Assembly. Baku is the capital of Azerbaijan. The Baku Turkish Martyrs' Memorial is in Azerbaijan and is in dedication to the Ottoman Army Soldiers killed at the Battle of Baku. It was designed by Huseyin Butuner and Hilmi Guner. The native name of the Memorial is Turk Sehitleri Aniti.", "The leader of Azerbaijan is Artur Rasizade, the capital city is Baku and the legislature is the National Assembly. The city is the location of the Baku Turkish Martyrs memorial designed by Huseyin Butuner and Hilmi Guner. It is dedicated to the soldiers of the Ottoman army killed in the Battle of Baku and has the local name of Turk Sehitleri Aniti.", "Azerbaijan leader's name is Artur Rasizade and its capital is in Baku with the legislature in Azerbaijan called The National Assembly. Baku has the Turkish Martyrs' Memorial, designed by Huseyin Butuner and Hilmi Guner, and dedicated to the Ottoman Army Soldiers killed in the Battle of Baku The Native name of the Memorial is \"Türk Sehitleri Aniti\"." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Azerbaijan", "property:leader", "resource:Artur_Rasizade" ], [ "resource:Azerbaijan", "property:capital", "resource:Baku" ], [ "resource:Azerbaijan", "property:legislature", "resource:National_Assembly__Azerbaijan_" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:native_name", "resource:T_rk__ehitleri_An_t_" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:dedicated_to", "Ottoman Army soldiers killed in the Battle of Baku" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "rdf:type", "ontology:monument" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:location", "resource:Azerbaijan" ], [ "resource:Baku_Turkish_Martyrs__Memorial", "property:designer", "Hüseyin Bütüner and Hilmi Güner" ] ]
Baku_Turkish_Martyrs'_Memorial
[ { "modified": "Hüseyin Bütüner and Hilmi Güner", "readable": "Hüseyin Bütüner and Hilmi Güner", "graph": "Hüseyin Bütüner and Hilmi Güner" }, { "modified": "Ottoman Army soldiers killed in the Battle of Baku", "readable": "Ottoman Army soldiers killed in the Battle of Baku", "graph": "Ottoman Army soldiers killed in the Battle of Baku" }, { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "dedicatedTo", "readable": "dedicated to", "graph": "property:dedicated_to" }, { "modified": "designer", "readable": "designer", "graph": "property:designer" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "legislature", "readable": "legislature", "graph": "property:legislature" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "nativeName", "readable": "native name", "graph": "property:native_name" }, { "modified": "Artur_Rasizade", "readable": "Artur Rasizade", "graph": "resource:Artur_Rasizade" }, { "modified": "Azerbaijan", "readable": "Azerbaijan", "graph": "resource:Azerbaijan" }, { "modified": "Baku", "readable": "Baku", "graph": "resource:Baku" }, { "modified": "Baku_Turkish_Martyrs'_Memorial", "readable": "Baku Turkish Martyrs' Memorial", "graph": "resource:Baku_Turkish_Martyrs__Memorial" }, { "modified": "National_Assembly_(Azerbaijan)", "readable": "National Assembly", "graph": "resource:National_Assembly__Azerbaijan_" }, { "modified": "Türk Şehitleri Anıtı", "readable": "Türk Şehitleri Anıtı", "graph": "resource:T_rk__ehitleri_An_t_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?y rdf:type ontology:monument . ?y property:native_name resource:T_rk__ehitleri_An_t_ . ?y property:location ?o . ?o property:capital resource:Baku }", "readable_query": "SELECT DISTINCT ?o WHERE { ?y rdf:type ontology:monument . ?y property:native_name resource:Türk_Şehitleri_Anıtı . ?y property:location ?o . ?o property:capital resource:Baku }", "graph_answer": [ "resource:Azerbaijan" ], "readable_answer": [ "Azerbaijan" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:location resource:Azerbaijan . resource:Azerbaijan property:capital resource:Baku . ?a property:native_name resource:T_rk__ehitleri_An_t_ . ?a rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:location resource:Azerbaijan . resource:Azerbaijan property:capital resource:Baku . ?a property:native_name resource:Türk_Şehitleri_Anıtı . ?a rdf:type ontology:monument }", "graph_answer": [ "resource:Baku_Turkish_Martyrs__Memorial" ], "readable_answer": [ "Baku Turkish Martyrs' Memorial" ], "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 ?a ?x WHERE { resource:Baku_Turkish_Martyrs__Memorial property:designer ?x . resource:Baku_Turkish_Martyrs__Memorial property:dedicated_to ?a }", "readable_query": "SELECT DISTINCT ?a ?x WHERE { resource:Baku_Turkish_Martyrs'_Memorial property:designer ?x . resource:Baku_Turkish_Martyrs'_Memorial property:dedicated_to ?a }", "graph_answer": [ "Ottoman Army soldiers killed in the Battle of Baku", "Hüseyin Bütüner and Hilmi Güner" ], "readable_answer": [ "Ottoman Army soldiers killed in the Battle of Baku", "Hüseyin Bütüner and Hilmi Güner" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
Food
3
7112
Id25
[ { "subject": "Arem-arem", "property": "country", "object": "Indonesia" }, { "subject": "Arem-arem", "property": "ingredient", "object": "Banana_leaf" }, { "subject": "Arem-arem", "property": "region", "object": "\"Nationwide in Indonesia, but more specific to Java\"@en" } ]
[ { "subject": "Arem-arem", "property": "country", "object": "Indonesia" }, { "subject": "Arem-arem", "property": "ingredient", "object": "Banana_leaf" }, { "subject": "Arem-arem", "property": "region", "object": "\"Nationwide in Indonesia, but more specific to Java\"" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Arem-arem is a food found nationwide in Indonesia, but is more specific to Java, and it uses the banana leaf as an ingredient.", "Arem-arem, which contains banana leaf, is served nationwide in Indonesia, but is more specific to Java." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Arem_arem", "property:ingredient", "resource:Banana_leaf" ], [ "resource:Arem_arem", "rdf:type", "ontology:food" ], [ "resource:Arem_arem", "property:country", "resource:Indonesia" ], [ "resource:Arem_arem", "property:region", "Nationwide in Indonesia, but more specific to Java" ] ]
Arem-arem
[ { "modified": "Nationwide in Indonesia, but more specific to Java", "readable": "Nationwide in Indonesia, but more specific to Java", "graph": "Nationwide in Indonesia, but more specific to Java" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Arem-arem", "readable": "Arem-arem", "graph": "resource:Arem_arem" }, { "modified": "Banana_leaf", "readable": "Banana leaf", "graph": "resource:Banana_leaf" }, { "modified": "Indonesia", "readable": "Indonesia", "graph": "resource:Indonesia" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m ?s WHERE { resource:Arem_arem property:region ?s . resource:Arem_arem property:ingredient ?m }", "readable_query": "SELECT DISTINCT ?m ?s WHERE { resource:Arem-arem property:region ?s . resource:Arem-arem property:ingredient ?m }", "graph_answer": [ "resource:Banana_leaf", "Nationwide in Indonesia, but more specific to Java" ], "readable_answer": [ "Banana leaf", "Nationwide in Indonesia, but more specific to Java" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Arem_arem property:isbn_number ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Arem-arem property:isbn_number ?v }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Company
4
9679
Id25
[ { "subject": "GMA_New_Media", "property": "industry", "object": "Entertainment" }, { "subject": "GMA_New_Media", "property": "product", "object": "World_Wide_Web" }, { "subject": "GMA_New_Media", "property": "product", "object": "Online_Game" }, { "subject": "GMA_New_Media", "property": "parentCompany", "object": "GMA_Network_(company)" } ]
[ { "subject": "GMA_New_Media", "property": "industry", "object": "Entertainment" }, { "subject": "GMA_New_Media", "property": "product", "object": "World_Wide_Web" }, { "subject": "GMA_New_Media", "property": "product", "object": "Online_Game" }, { "subject": "GMA_New_Media", "property": "parentCompany", "object": "GMA_Network_(company)" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "GMA New Media, Inc. (a subsidiary of GMA Network) offers applications in the entertainment industry producing web services. Its main product is online games.", "GMA Network is the parent company of GMA New Media; which is an entertainment industry. GMA New Media offers services concerning the World Wide Web and also produces online games.", "GMA New Media is an entertainment industry company that makes web sites and online games whose parent company is the GMA Network." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:GMA_New_Media", "property:product", "resource:World_Wide_Web" ], [ "resource:GMA_New_Media", "property:product", "resource:Online_Game" ], [ "resource:GMA_New_Media", "rdf:type", "ontology:company" ], [ "resource:GMA_New_Media", "property:parent_company", "resource:GMA_Network__company_" ], [ "resource:GMA_New_Media", "property:industry", "resource:Entertainment" ] ]
GMA_Network_(company)
[ { "modified": "industry", "readable": "industry", "graph": "property:industry" }, { "modified": "parentCompany", "readable": "parent company", "graph": "property:parent_company" }, { "modified": "product", "readable": "product", "graph": "property:product" }, { "modified": "Entertainment", "readable": "Entertainment", "graph": "resource:Entertainment" }, { "modified": "GMA_Network_(company)", "readable": "GMA Network", "graph": "resource:GMA_Network__company_" }, { "modified": "GMA_New_Media", "readable": "GMA New Media", "graph": "resource:GMA_New_Media" }, { "modified": "Online_Game", "readable": "Online Game", "graph": "resource:Online_Game" }, { "modified": "World_Wide_Web", "readable": "World Wide Web", "graph": "resource:World_Wide_Web" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?z ) WHERE { resource:GMA_New_Media property:product ?k }", "readable_query": "SELECT DISTINCT ( COUNT ( ?k ) AS ?z ) WHERE { resource:GMA_New_Media property:product ?k }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:GMA_New_Media property:product ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:GMA_New_Media property:product ?v }", "graph_answer": [ "resource:World_Wide_Web", "resource:Online_Game" ], "readable_answer": [ "World Wide Web", "Online Game" ], "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 ( ?y ) AS ?o ) WHERE { resource:GMA_New_Media property:industry ?y }", "readable_query": "SELECT DISTINCT ( COUNT ( ?y ) AS ?o ) WHERE { resource:GMA_New_Media property:industry ?y }", "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 ?z WHERE { resource:GMA_New_Media property:industry ?z }", "readable_query": "SELECT DISTINCT ?z WHERE { resource:GMA_New_Media property:industry ?z }", "graph_answer": [ "resource:Entertainment" ], "readable_answer": [ "Entertainment" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { resource:GMA_New_Media property:building_type ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:GMA_New_Media property:building_type ?k }", "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" ] } ]
Building
4
9210
Id133
[ { "subject": "Ampara_Hospital", "property": "state", "object": "Eastern_Province,_Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "region", "object": "Ampara_District" }, { "subject": "Ampara_Hospital", "property": "location", "object": "Ampara" }, { "subject": "Ampara_Hospital", "property": "country", "object": "\"Sri Lanka\"@en" } ]
[ { "subject": "Ampara_Hospital", "property": "country", "object": "Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "state", "object": "Eastern_Province,_Sri_Lanka" }, { "subject": "Ampara_Hospital", "property": "region", "object": "Ampara_District" }, { "subject": "Ampara_Hospital", "property": "location", "object": "Ampara" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Ampara Hospital is located in Ampara district, in the Eastern Province of Sri Lanka.", "Ampara Hospital is located in the region of Ampara District, in the Eastern Province, Sri Lanka.", "Ampara Hospital is in Ampara, Ampara district, Eastern Province, Sri Lanka." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ampara_Hospital", "rdf:type", "ontology:building" ], [ "resource:Ampara_Hospital", "property:state", "resource:Eastern_Province__Sri_Lanka" ], [ "resource:Ampara_Hospital", "property:location", "resource:Ampara" ], [ "resource:Ampara_Hospital", "property:country", "resource:Sri_Lanka" ], [ "resource:Ampara_Hospital", "property:region", "resource:Ampara_District" ] ]
Ampara_Hospital
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "Ampara", "readable": "Ampara", "graph": "resource:Ampara" }, { "modified": "Ampara_District", "readable": "Ampara District", "graph": "resource:Ampara_District" }, { "modified": "Ampara_Hospital", "readable": "Ampara Hospital", "graph": "resource:Ampara_Hospital" }, { "modified": "Eastern_Province,_Sri_Lanka", "readable": "Eastern Province, Sri Lanka", "graph": "resource:Eastern_Province__Sri_Lanka" }, { "modified": "Sri_Lanka", "readable": "Sri Lanka", "graph": "resource:Sri_Lanka" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?v property:region resource:Ampara_District . ?v rdf:type ontology:building . ?v property:state resource:New_York }", "readable_query": "ASK WHERE { ?v property:region resource:Ampara_District . ?v rdf:type ontology:building . ?v property:state resource:New_York }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?y property:region resource:Ampara_District . ?y rdf:type ontology:building . ?y property:state resource:Eastern_Province__Sri_Lanka }", "readable_query": "ASK WHERE { ?y property:region resource:Ampara_District . ?y rdf:type ontology:building . ?y property:state resource:Eastern_Province,_Sri_Lanka }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?s WHERE { ?s rdf:type ontology:building . ?s property:region resource:Ampara_District . ?s property:state resource:Eastern_Province__Sri_Lanka }", "readable_query": "SELECT ?s WHERE { ?s rdf:type ontology:building . ?s property:region resource:Ampara_District . ?s property:state resource:Eastern_Province,_Sri_Lanka }", "graph_answer": [ "resource:Ampara_Hospital" ], "readable_answer": [ "Ampara Hospital" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:Ampara_Hospital property:country ?w }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Ampara_Hospital property:country ?w }", "graph_answer": [ "resource:Sri_Lanka" ], "readable_answer": [ "Sri Lanka" ], "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" ] } ]
Company
3
7021
Id10
[ { "subject": "AmeriGas", "property": "regionServed", "object": "United_States" }, { "subject": "AmeriGas", "property": "locationCity", "object": "King_of_Prussia,_Pennsylvania" }, { "subject": "AmeriGas", "property": "locationCountry", "object": "United_States" } ]
[ { "subject": "AmeriGas", "property": "regionServed", "object": "United_States" }, { "subject": "AmeriGas", "property": "city", "object": "King_of_Prussia,_Pennsylvania" }, { "subject": "AmeriGas", "property": "country", "object": "United_States" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "AmeriGas serves all the United States with its headquarters in King of Prussia, Pennsylvania, USA.", "AmeriGas, located in King of Prussia, Pennsylvania, provides services in the United States.", "AmeriGas is a United States based company that is located in King of Prussia, Pennsylvania." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:AmeriGas", "property:city", "resource:King_of_Prussia__Pennsylvania" ], [ "resource:AmeriGas", "rdf:type", "ontology:company" ], [ "resource:AmeriGas", "property:country", "resource:United_States" ], [ "resource:AmeriGas", "property:region_served", "resource:United_States" ] ]
AmeriGas
[ { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "regionServed", "readable": "region served", "graph": "property:region_served" }, { "modified": "AmeriGas", "readable": "AmeriGas", "graph": "resource:AmeriGas" }, { "modified": "King_of_Prussia,_Pennsylvania", "readable": "King of Prussia, Pennsylvania", "graph": "resource:King_of_Prussia__Pennsylvania" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?w ?o WHERE { resource:AmeriGas property:city ?w . resource:AmeriGas property:country ?o }", "readable_query": "SELECT DISTINCT ?w ?o WHERE { resource:AmeriGas property:city ?w . resource:AmeriGas property:country ?o }", "graph_answer": [ "resource:King_of_Prussia__Pennsylvania", "resource:United_States" ], "readable_answer": [ "King of Prussia, Pennsylvania", "United States" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { resource:AmeriGas property:voice ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { resource:AmeriGas property:voice ?u }", "graph_answer": [], "readable_answer": [], "type": [ "complete", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8530
Id128
[ { "subject": "Appleton_International_Airport", "property": "location", "object": "Greenville,_Wisconsin" }, { "subject": "Appleton_International_Airport", "property": "city", "object": "Appleton,_Wisconsin" }, { "subject": "Appleton_International_Airport", "property": "elevation", "object": "\"280.0\"^^xsd:double" }, { "subject": "Appleton_International_Airport", "property": "runwayLength", "object": "\"1981.5\"^^xsd:double" } ]
[ { "subject": "Appleton_International_Airport", "property": "location", "object": "Greenville,_Wisconsin" }, { "subject": "Appleton_International_Airport", "property": "runwayLength", "object": "1982.0" }, { "subject": "Appleton_International_Airport", "property": "cityServed", "object": "Appleton,_Wisconsin" }, { "subject": "Appleton_International_Airport", "property": "elevationAboveTheSeaLevel", "object": "280" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "At 280 metres above sea level, and with a runaway length of 1,982, Appleton International Airport serves the city of Appleton and is in Greenville, Wisconsin.", "Appleton in Wisconsin is served by Appleton International Airport which has an elevation of 280 metres above sea level. It is located in Greenville, Wisconsin and has a runway length of 1982.", "Appleton International Airport can be found in Greenville, Wisconsin and also serves Appleton. It is elevated 280 metres above sea level and the runway is 1,982 metres long." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Appleton_International_Airport", "property:runway_length", "resource:1982_0" ], [ "resource:Appleton_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Appleton_International_Airport", "property:location", "resource:Greenville__Wisconsin" ], [ "resource:Appleton_International_Airport", "property:city_served", "resource:Appleton__Wisconsin" ], [ "resource:Appleton_International_Airport", "property:elevation_above_the_sea_level", "280" ] ]
Appleton_International_Airport
[ { "modified": "280", "readable": "280", "graph": "280" }, { "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": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "1982.0", "readable": "1982.0", "graph": "resource:1982_0" }, { "modified": "Appleton_International_Airport", "readable": "Appleton International Airport", "graph": "resource:Appleton_International_Airport" }, { "modified": "Appleton,_Wisconsin", "readable": "Appleton, Wisconsin", "graph": "resource:Appleton__Wisconsin" }, { "modified": "Greenville,_Wisconsin", "readable": "Greenville, Wisconsin", "graph": "resource:Greenville__Wisconsin" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { ?u property:city_served ?l . ?u rdf:type ontology:airport . ?u property:elevation_above_the_sea_level ?j . FILTER ( ?j != '200' ) }", "readable_query": "SELECT DISTINCT ?l WHERE { ?u property:city_served ?l . ?u rdf:type ontology:airport . ?u property:elevation_above_the_sea_level ?j . FILTER ( ?j != '200' ) }", "graph_answer": [ "resource:Appleton__Wisconsin" ], "readable_answer": [ "Appleton, Wisconsin" ], "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 ?r WHERE { FILTER ( ?d != '200' ) . ?r property:city_served resource:Appleton__Wisconsin . ?r rdf:type ontology:airport . ?r property:elevation_above_the_sea_level ?d }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?d != '200' ) . ?r property:city_served resource:Appleton,_Wisconsin . ?r rdf:type ontology:airport . ?r property:elevation_above_the_sea_level ?d }", "graph_answer": [ "resource:Appleton_International_Airport" ], "readable_answer": [ "Appleton International Airport" ], "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 ?p ?t WHERE { resource:Appleton_International_Airport property:location ?t . resource:Appleton_International_Airport property:elevation_above_the_sea_level ?p }", "readable_query": "SELECT DISTINCT ?p ?t WHERE { resource:Appleton_International_Airport property:location ?t . resource:Appleton_International_Airport property:elevation_above_the_sea_level ?p }", "graph_answer": [ "280", "resource:Greenville__Wisconsin" ], "readable_answer": [ "280", "Greenville, Wisconsin" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { resource:Appleton_International_Airport property:runway_length ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Appleton_International_Airport property:runway_length ?n }", "graph_answer": [ "resource:1982_0" ], "readable_answer": [ "1982.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" ] } ]
Airport
3
5737
Id70
[ { "subject": "Al_Asad_Airbase", "property": "operator", "object": "United_States_Air_Force" }, { "subject": "United_States_Air_Force", "property": "battle", "object": "Korean_War" }, { "subject": "United_States_Air_Force", "property": "battles", "object": "1986_United_States_bombing_of_Libya" } ]
[ { "subject": "Al_Asad_Airbase", "property": "operatingOrganisation", "object": "United_States_Air_Force" }, { "subject": "United_States_Air_Force", "property": "battle", "object": "Korean_War" }, { "subject": "United_States_Air_Force", "property": "battle", "object": "1986_United_States_bombing_of_Libya" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Al Asad airbase is operated by the United States Air Force which was involved in both the Korean War and the 1986 bombing of Libya.", "The United States Air Force fought in the Korean War, bombed Libya in 1986 and operates Al Asad airbase." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Al_Asad_Airbase", "rdf:type", "ontology:airport" ], [ "resource:Al_Asad_Airbase", "property:operating_organisation", "resource:United_States_Air_Force" ], [ "resource:United_States_Air_Force", "property:battle", "resource:Korean_War" ], [ "resource:United_States_Air_Force", "property:battle", "resource:1986_United_States_bombing_of_Libya" ] ]
Al_Asad_Airbase
[ { "modified": "battle", "readable": "battle", "graph": "property:battle" }, { "modified": "operatingOrganisation", "readable": "operating organisation", "graph": "property:operating_organisation" }, { "modified": "1986_United_States_bombing_of_Libya", "readable": "1986 United States bombing of Libya", "graph": "resource:1986_United_States_bombing_of_Libya" }, { "modified": "Al_Asad_Airbase", "readable": "Al Asad Airbase", "graph": "resource:Al_Asad_Airbase" }, { "modified": "Korean_War", "readable": "Korean War", "graph": "resource:Korean_War" }, { "modified": "United_States_Air_Force", "readable": "United States Air Force", "graph": "resource:United_States_Air_Force" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?q ) WHERE { resource:United_States_Air_Force property:battle ?m }", "readable_query": "SELECT DISTINCT ( COUNT ( ?m ) AS ?q ) WHERE { resource:United_States_Air_Force property:battle ?m }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:United_States_Air_Force property:battle ?r }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:United_States_Air_Force property:battle ?r }", "graph_answer": [ "resource:Korean_War", "resource:1986_United_States_bombing_of_Libya" ], "readable_answer": [ "Korean War", "1986 United States bombing of Libya" ], "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:Al_Asad_Airbase rdf:type ontology:airport . resource:Al_Asad_Airbase property:operating_organisation resource:United_States_Air_Force }", "readable_query": "ASK WHERE { resource:Al_Asad_Airbase rdf:type ontology:airport . resource:Al_Asad_Airbase property:operating_organisation resource:United_States_Air_Force }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
Astronaut
3
6113
Id13
[ { "subject": "Alan_Shepard", "property": "almaMater", "object": "\"NWC, M.A. 1957\"@en" }, { "subject": "Alan_Shepard", "property": "deathPlace", "object": "California" }, { "subject": "Alan_Shepard", "property": "birthPlace", "object": "New_Hampshire" } ]
[ { "subject": "Alan_Shepard", "property": "almaMater", "object": "\"NWC, M.A. 1957\"" }, { "subject": "Alan_Shepard", "property": "deathPlace", "object": "California" }, { "subject": "Alan_Shepard", "property": "birthPlace", "object": "New_Hampshire" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Alan Shepard was born in New Hampshire, graduated from NWC in 1957 with an M.A., and died in California.", "Alan Shepard who died in California, was born in New Hampshire and graduated from NWC with an MA in 1957." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Alan_Shepard", "rdf:type", "ontology:astronaut" ], [ "resource:Alan_Shepard", "property:death_place", "resource:California" ], [ "resource:Alan_Shepard", "property:alma_mater", "resource:NWC__M_A__1957" ], [ "resource:Alan_Shepard", "property:birth_place", "resource:New_Hampshire" ] ]
Alan_Shepard
[ { "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": "Alan_Shepard", "readable": "Alan Shepard", "graph": "resource:Alan_Shepard" }, { "modified": "California", "readable": "California", "graph": "resource:California" }, { "modified": "NWC, M.A. 1957", "readable": "NWC, M.A. 1957", "graph": "resource:NWC__M_A__1957" }, { "modified": "New_Hampshire", "readable": "New Hampshire", "graph": "resource:New_Hampshire" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?d property:birth_place resource:Katowice . ?d property:death_place ?o . ?d rdf:type ontology:astronaut }", "readable_query": "ASK WHERE { ?d property:birth_place resource:Katowice . ?d property:death_place ?o . ?d rdf:type ontology:astronaut }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Artist
4
8846
Id238
[ { "subject": "Uruguay", "property": "leader", "object": "Tabaré_Vázquez" }, { "subject": "Alfredo_Zitarrosa", "property": "deathPlace", "object": "Montevideo" }, { "subject": "Montevideo", "property": "country", "object": "Uruguay" }, { "subject": "Montevideo", "property": "leaderName", "object": "Daniel_Martínez_(politician)" } ]
[ { "subject": "Uruguay", "property": "leader", "object": "Tabaré_Vázquez" }, { "subject": "Alfredo_Zitarrosa", "property": "deathPlace", "object": "Montevideo" }, { "subject": "Montevideo", "property": "country", "object": "Uruguay" }, { "subject": "Montevideo", "property": "leader", "object": "Daniel_Martínez_(politician)" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Politician Daniel Martínez is the leader of Montevideo, where Alfredo Zitarrosa died. Montevideo is in Uruguay, the leader of which, is Tabaré Vázquez.", "Alfredo Zitarrosa died in Montevideo, the leader of which, is Daniel Martinez. Montevideo is in Uruguay which is led by Tabaré Vázquez.", "Daniel Martinez is a political leader in Montevideo which is where Alfredo Zitarrosa died. Montevideo is in the country of Uruguay, the leader of which, is Tabaré Vázquez." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Montevideo", "property:leader", "resource:Daniel_Mart_nez__politician_" ], [ "resource:Montevideo", "property:country", "resource:Uruguay" ], [ "resource:Uruguay", "property:leader", "resource:Tabar__V_zquez" ], [ "resource:Alfredo_Zitarrosa", "rdf:type", "ontology:artist" ], [ "resource:Alfredo_Zitarrosa", "property:death_place", "resource:Montevideo" ] ]
Alfredo_Zitarrosa
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "Alfredo_Zitarrosa", "readable": "Alfredo Zitarrosa", "graph": "resource:Alfredo_Zitarrosa" }, { "modified": "Daniel_Martínez_(politician)", "readable": "Daniel Martínez", "graph": "resource:Daniel_Mart_nez__politician_" }, { "modified": "Montevideo", "readable": "Montevideo", "graph": "resource:Montevideo" }, { "modified": "Tabaré_Vázquez", "readable": "Tabaré Vázquez", "graph": "resource:Tabar__V_zquez" }, { "modified": "Uruguay", "readable": "Uruguay", "graph": "resource:Uruguay" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?e WHERE { { { resource:Montevideo property:leader ?e } UNION { resource:Uruguay property:leader ?e } } }", "readable_query": "SELECT DISTINCT ?e WHERE { { { resource:Montevideo property:leader ?e } UNION { resource:Uruguay property:leader ?e } } }", "graph_answer": [ "resource:Daniel_Mart_nez__politician_", "resource:Tabar__V_zquez" ], "readable_answer": [ "Daniel Martínez", "Tabaré Vázquez" ], "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 ?c WHERE { resource:Montevideo property:leader ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { resource:Montevideo property:leader ?c }", "graph_answer": [ "resource:Daniel_Mart_nez__politician_" ], "readable_answer": [ "Daniel Martínez" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Alfredo_Zitarrosa rdf:type ontology:artist . resource:Alfredo_Zitarrosa property:death_place resource:Montevideo }", "readable_query": "ASK WHERE { resource:Alfredo_Zitarrosa rdf:type ontology:artist . resource:Alfredo_Zitarrosa property:death_place resource:Montevideo }", "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
4
9831
Id120
[ { "subject": "Baked_Alaska", "property": "course", "object": "Dessert" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Dessert", "property": "hasVariant", "object": "Sandesh_(confectionery)" }, { "subject": "Baked_Alaska", "property": "country", "object": "United_States" } ]
[ { "subject": "Baked_Alaska", "property": "course", "object": "Dessert" }, { "subject": "United_States", "property": "ethnicGroup", "object": "African_Americans" }, { "subject": "Dessert", "property": "dishVariation", "object": "Sandesh_(confectionery)" }, { "subject": "Baked_Alaska", "property": "country", "object": "United_States" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Sandesh (confectionery) and Baked Alaska are types of desserts. The later comes from the U.S. African Americans are an ethnic group in that country.", "Baked Alaska is a dessert found in the USA. African Americans are an ethnic group there, and Sandesh is another dessert.", "Sandesh is a dessert, as is Baked Alaska, which can be found in the US, where African Americans are an ethnic group." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:African_Americans" ], [ "resource:Dessert", "property:dish_variation", "resource:Sandesh__confectionery_" ], [ "resource:Baked_Alaska", "rdf:type", "ontology:food" ], [ "resource:Baked_Alaska", "property:country", "resource:United_States" ], [ "resource:Baked_Alaska", "property:course", "resource:Dessert" ] ]
Baked_Alaska
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "course", "readable": "course", "graph": "property:course" }, { "modified": "dishVariation", "readable": "dish variation", "graph": "property:dish_variation" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "African_Americans", "readable": "African Americans", "graph": "resource:African_Americans" }, { "modified": "Baked_Alaska", "readable": "Baked Alaska", "graph": "resource:Baked_Alaska" }, { "modified": "Dessert", "readable": "Dessert", "graph": "resource:Dessert" }, { "modified": "Sandesh_(confectionery)", "readable": "Sandesh", "graph": "resource:Sandesh__confectionery_" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?y rdf:type ontology:food . ?y property:course resource:Main_course . ?y property:country resource:United_States }", "readable_query": "ASK WHERE { ?y rdf:type ontology:food . ?y property:course resource:Main_course . ?y property:country resource:United_States }", "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 { ?q property:course resource:Dessert . ?q property:country resource:United_States . ?q rdf:type ontology:food }", "readable_query": "ASK WHERE { ?q property:course resource:Dessert . ?q property:country resource:United_States . ?q rdf:type ontology:food }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?s WHERE { ?s property:country resource:United_States . ?s rdf:type ontology:food . ?s property:course resource:Dessert }", "readable_query": "SELECT ?s WHERE { ?s property:country resource:United_States . ?s rdf:type ontology:food . ?s property:course resource:Dessert }", "graph_answer": [ "resource:Baked_Alaska" ], "readable_answer": [ "Baked Alaska" ], "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 ?f WHERE { resource:Dessert property:dish_variation ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Dessert property:dish_variation ?f }", "graph_answer": [ "resource:Sandesh__confectionery_" ], "readable_answer": [ "Sandesh" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8547
Id145
[ { "subject": "Ardmore_Airport_(New_Zealand)", "property": "r3Surface", "object": "Poaceae" }, { "subject": "Poaceae", "property": "ordo", "object": "Poales" }, { "subject": "Poaceae", "property": "class", "object": "Monocotyledon" }, { "subject": "Poaceae", "property": "order", "object": "Commelinids" } ]
[ { "subject": "Ardmore_Airport_(New_Zealand)", "property": "3rdRunwaySurfaceType", "object": "Poaceae" }, { "subject": "Poaceae", "property": "order", "object": "Poales" }, { "subject": "Poaceae", "property": "class", "object": "Monocotyledon" }, { "subject": "Poaceae", "property": "order", "object": "Commelinids" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Poaceae is of the order poales, the class of Monocotyledon and belongs to the order of Commelinids. It constitutes the surface of the 3rd runway at Ardmore Airport in New Zealand.", "Ardmore Airport (New Zealand)'s 3rd runway surface type is Poaceae which is a member of the order of Poales, the class is Monocotyledon, and belongs to the order of Commelinids.", "Ardmore Airport (New Zealand)'s 3rd runway is surfaced with Poaceae. Poaceae belongs to the Poales and Commelinids order and classified as Monocotyledon." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Poaceae", "property:class", "resource:Monocotyledon" ], [ "resource:Poaceae", "property:order", "resource:Commelinids" ], [ "resource:Poaceae", "property:order", "resource:Poales" ], [ "resource:Ardmore_Airport__New_Zealand_", "rdf:type", "ontology:airport" ], [ "resource:Ardmore_Airport__New_Zealand_", "property:3rd_runway_surface_type", "resource:Poaceae" ] ]
Ardmore_Airport_(New_Zealand)
[ { "modified": "3rdRunwaySurfaceType", "readable": "3rd runway surface type", "graph": "property:3rd_runway_surface_type" }, { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "order", "readable": "order", "graph": "property:order" }, { "modified": "Ardmore_Airport_(New_Zealand)", "readable": "Ardmore Airport", "graph": "resource:Ardmore_Airport__New_Zealand_" }, { "modified": "Commelinids", "readable": "Commelinids", "graph": "resource:Commelinids" }, { "modified": "Monocotyledon", "readable": "Monocotyledon", "graph": "resource:Monocotyledon" }, { "modified": "Poaceae", "readable": "Poaceae", "graph": "resource:Poaceae" }, { "modified": "Poales", "readable": "Poales", "graph": "resource:Poales" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?n ) WHERE { resource:Poaceae property:order ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?n ) WHERE { resource:Poaceae property:order ?s }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Poaceae property:order ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Poaceae property:order ?v }", "graph_answer": [ "resource:Commelinids", "resource:Poales" ], "readable_answer": [ "Commelinids", "Poales" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:Poaceae property:class ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Poaceae property:class ?g }", "graph_answer": [ "resource:Monocotyledon" ], "readable_answer": [ "Monocotyledon" ], "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 ?g WHERE { ?g property:3rd_runway_surface_type resource:Poaceae . ?g rdf:type ontology:airport }", "readable_query": "SELECT DISTINCT ?g WHERE { ?g property:3rd_runway_surface_type resource:Poaceae . ?g rdf:type ontology:airport }", "graph_answer": [ "resource:Ardmore_Airport__New_Zealand_" ], "readable_answer": [ "Ardmore Airport" ], "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
9914
Id203
[ { "subject": "Beef_kway_teow", "property": "mainIngredient", "object": "\"Kway teow , beef tenderloin, gula Melaka ,sliced, dried black beans, garlic, dark soy sauce, lengkuas , oyster sauce, soya sauce, chilli and sesame oil\"@en" }, { "subject": "Beef_kway_teow", "property": "ingredient", "object": "Sesame_oil" }, { "subject": "Beef_kway_teow", "property": "region", "object": "Indonesia" }, { "subject": "Beef_kway_teow", "property": "country", "object": "\"Singapore and Indonesia\"@en" } ]
[ { "subject": "Beef_kway_teow", "property": "mainIngredient", "object": "\"Kway teow, beef tender loin, gula Melaka, sliced, dried black beans, garlic, dark soy sauce, lengkuas, oyster sauce, soya sauce, chilli and sesame oil\"" }, { "subject": "Beef_kway_teow", "property": "ingredient", "object": "Sesame_oil" }, { "subject": "Beef_kway_teow", "property": "region", "object": "Indonesia" }, { "subject": "Beef_kway_teow", "property": "country", "object": "\"Singapore and Indonesia\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Beef kway teow is found in Indonesia and Singapore. Its main ingredients are kway teow, beef tender loin, gula melaka, sliced, dried black beans, garlic, dark soy sauce, lengkuas, oyster sauce, soya sauce, chilli and sesame oil.", "Beef kway teow is commonly found in Singapore and Indonesia. Kway teow, beef tender loin, gula Melaka, sliced, dried black beans, garlic, dark soy sauce, lengkuas, oyster sauce, soya sauce, chilli and sesame oil are the main ingredients of Beef kway teow." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Beef_kway_teow", "property:ingredient", "resource:Sesame_oil" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Lengkuas" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Oyster_sauce" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Kway_teow" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Dried_black_beans" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Chilli" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Sliced" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Gula_melaka" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Dark_soy_sauce" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Beef_tender_loin" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Soya_sauce" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Garlic" ], [ "resource:Beef_kway_teow", "property:main_ingredient", "resource:Sesame_oil" ], [ "resource:Beef_kway_teow", "rdf:type", "ontology:food" ], [ "resource:Beef_kway_teow", "property:country", "resource:Singapore_and_Indonesia" ], [ "resource:Beef_kway_teow", "property:region", "resource:Indonesia" ] ]
Beef_kway_teow
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Beef_kway_teow", "readable": "Beef kway teow", "graph": "resource:Beef_kway_teow" }, { "modified": "Beef tender loin", "readable": "Beef tender loin", "graph": "resource:Beef_tender_loin" }, { "modified": "Chilli", "readable": "Chilli", "graph": "resource:Chilli" }, { "modified": "Dark soy sauce", "readable": "Dark soy sauce", "graph": "resource:Dark_soy_sauce" }, { "modified": "Dried black beans", "readable": "Dried black beans", "graph": "resource:Dried_black_beans" }, { "modified": "Garlic", "readable": "Garlic", "graph": "resource:Garlic" }, { "modified": "Gula melaka", "readable": "Gula melaka", "graph": "resource:Gula_melaka" }, { "modified": "Indonesia", "readable": "Indonesia", "graph": "resource:Indonesia" }, { "modified": "Kway teow", "readable": "Kway teow", "graph": "resource:Kway_teow" }, { "modified": "Lengkuas", "readable": "Lengkuas", "graph": "resource:Lengkuas" }, { "modified": "Oyster sauce", "readable": "Oyster sauce", "graph": "resource:Oyster_sauce" }, { "modified": "Sesame_oil", "readable": "Sesame oil", "graph": "resource:Sesame_oil" }, { "modified": "Singapore and Indonesia", "readable": "Singapore and Indonesia", "graph": "resource:Singapore_and_Indonesia" }, { "modified": "Sliced", "readable": "Sliced", "graph": "resource:Sliced" }, { "modified": "Soya sauce", "readable": "Soya sauce", "graph": "resource:Soya_sauce" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?t ) WHERE { resource:Beef_kway_teow property:main_ingredient ?d }", "readable_query": "SELECT DISTINCT ( COUNT ( ?d ) AS ?t ) WHERE { resource:Beef_kway_teow property:main_ingredient ?d }", "graph_answer": [ "12" ], "readable_answer": [ "12" ], "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:Beef_kway_teow property:main_ingredient ?n }", "readable_query": "SELECT DISTINCT ?n WHERE { resource:Beef_kway_teow property:main_ingredient ?n }", "graph_answer": [ "resource:Lengkuas", "resource:Oyster_sauce", "resource:Kway_teow", "resource:Dried_black_beans", "resource:Chilli", "resource:Sliced", "resource:Gula_melaka", "resource:Dark_soy_sauce", "resource:Beef_tender_loin", "resource:Soya_sauce", "resource:Garlic", "resource:Sesame_oil" ], "readable_answer": [ "Lengkuas", "Oyster sauce", "Kway teow", "Dried black beans", "Chilli", "Sliced", "Gula melaka", "Dark soy sauce", "Beef tender loin", "Soya sauce", "Garlic", "Sesame oil" ], "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 ?k WHERE { resource:Beef_kway_teow property:building_type ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:Beef_kway_teow property:building_type ?k }", "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" ] } ]
Food
4
9795
Id84
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "Bacon_Explosion", "property": "ingredientName", "object": "\"Bacon,sausage\"" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Sausage" }, { "subject": "Bacon_Explosion", "property": "region", "object": "Kansas_City_metropolitan_area" } ]
[ { "subject": "Bacon_Explosion", "property": "country", "object": "United_States" }, { "subject": "Bacon_Explosion", "property": "mainIngredient", "object": "\"Bacon,sausage\"" }, { "subject": "Bacon_Explosion", "property": "ingredient", "object": "Sausage" }, { "subject": "Bacon_Explosion", "property": "region", "object": "Kansas_City_metropolitan_area" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The main ingredients of the Bacon Explosion are bacon and sausage, and comes from the Kansas City metropolitan area in the United States.", "Bacon Explosion is a dish that originated from the Kansas City metropolitan area in the United States and includes the ingredients bacon and sausage.", "The bacon explosion is from the Kansas city metropolitan area of the United States. The main ingredients are bacon and sausage." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Bacon_Explosion", "property:ingredient", "resource:Sausage" ], [ "resource:Bacon_Explosion", "property:main_ingredient", "resource:Bacon_sausage" ], [ "resource:Bacon_Explosion", "rdf:type", "ontology:food" ], [ "resource:Bacon_Explosion", "property:country", "resource:United_States" ], [ "resource:Bacon_Explosion", "property:region", "resource:Kansas_City_metropolitan_area" ] ]
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": "region", "readable": "region", "graph": "property:region" }, { "modified": "Bacon_Explosion", "readable": "Bacon Explosion", "graph": "resource:Bacon_Explosion" }, { "modified": "Bacon,sausage", "readable": "Bacon,sausage", "graph": "resource:Bacon_sausage" }, { "modified": "Kansas_City_metropolitan_area", "readable": "Kansas City metropolitan area", "graph": "resource:Kansas_City_metropolitan_area" }, { "modified": "Sausage", "readable": "Sausage", "graph": "resource:Sausage" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l ?n WHERE { resource:Bacon_Explosion property:ingredient ?n . resource:Bacon_Explosion property:main_ingredient ?l }", "readable_query": "SELECT DISTINCT ?l ?n WHERE { resource:Bacon_Explosion property:ingredient ?n . resource:Bacon_Explosion property:main_ingredient ?l }", "graph_answer": [ "resource:Bacon_sausage", "resource:Sausage" ], "readable_answer": [ "Bacon,sausage", "Sausage" ], "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 ?q WHERE { resource:Bacon_Explosion property:serving_size ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Bacon_Explosion property:serving_size ?q }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
3
6224
Id60
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "Los_Angeles_Rams" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" }, { "subject": "Akeem_Ayers", "property": "birthYear", "object": "\"1989\"^^xsd:gYear" } ]
[ { "subject": "Akeem_Ayers", "property": "formerTeam", "object": "Los_Angeles_Rams" }, { "subject": "Akeem_Ayers", "property": "debutTeam", "object": "Tennessee_Titans" }, { "subject": "Akeem_Ayers", "property": "birthYear", "object": "1989" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Akeem Ayers, who was born in 1989, made his debut for the Tennessee Titans and formerly also played for the Los Angeles Rams.", "Born in 1989, Akeem Ayers, former Los Angeles Rams member, debuted with the Tennessee Titans.", "Akeem Ayers was born in 1989 and started with the Tennessee Titans team. He also was with the Los Angeles Rams team." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akeem_Ayers", "property:birth_year", "resource:1989" ], [ "resource:Akeem_Ayers", "property:former_team", "resource:Los_Angeles_Rams" ], [ "resource:Akeem_Ayers", "rdf:type", "ontology:athlete" ], [ "resource:Akeem_Ayers", "property:debut_team", "resource:Tennessee_Titans" ] ]
Akeem_Ayers
[ { "modified": "birthYear", "readable": "birth year", "graph": "property:birth_year" }, { "modified": "debutTeam", "readable": "debut team", "graph": "property:debut_team" }, { "modified": "formerTeam", "readable": "former team", "graph": "property:former_team" }, { "modified": "1989", "readable": "1989", "graph": "resource:1989" }, { "modified": "Akeem_Ayers", "readable": "Akeem Ayers", "graph": "resource:Akeem_Ayers" }, { "modified": "Los_Angeles_Rams", "readable": "Los Angeles Rams", "graph": "resource:Los_Angeles_Rams" }, { "modified": "Tennessee_Titans", "readable": "Tennessee Titans", "graph": "resource:Tennessee_Titans" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?t property:debut_team resource:Tennessee_Titans . ?t property:birth_year resource:1914 . ?t rdf:type ontology:athlete }", "readable_query": "ASK WHERE { ?t property:debut_team resource:Tennessee_Titans . ?t property:birth_year resource:1914 . ?t rdf:type ontology:athlete }", "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 { ?h property:birth_year resource:1989 . ?h rdf:type ontology:athlete . ?h property:debut_team resource:Tennessee_Titans }", "readable_query": "ASK WHERE { ?h property:birth_year resource:1989 . ?h rdf:type ontology:athlete . ?h property:debut_team resource:Tennessee_Titans }", "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 ?k WHERE { ?k rdf:type ontology:athlete . ?k property:debut_team resource:Tennessee_Titans . ?k property:birth_year resource:1989 }", "readable_query": "SELECT ?k WHERE { ?k rdf:type ontology:athlete . ?k property:debut_team resource:Tennessee_Titans . ?k property:birth_year resource:1989 }", "graph_answer": [ "resource:Akeem_Ayers" ], "readable_answer": [ "Akeem Ayers" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { resource:Akeem_Ayers property:former_team ?p }", "readable_query": "SELECT DISTINCT ?p WHERE { resource:Akeem_Ayers property:former_team ?p }", "graph_answer": [ "resource:Los_Angeles_Rams" ], "readable_answer": [ "Los Angeles Rams" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
University
6
12991
Id20
[ { "subject": "Acharya_Institute_of_Technology", "property": "affiliation", "object": "Visvesvaraya_Technological_University" }, { "subject": "Acharya_Institute_of_Technology", "property": "president", "object": "\"B.M. Reddy\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "established", "object": "2000" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"@en" }, { "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": "president", "object": "\"B.M. Reddy\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "established", "object": "2000" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "state", "object": "Karnataka" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Acharya Institute of Technology in Bangalore, Karnataka, India was established in 2000. Its president is B.M. Reddy and it is affiliated with the Visvesvaraya Technological University.", "The city of Bangalore in the state of Karnataka in India is the location of the Acharya Institute of Technology. The President of the Institute which was established in 2000 and is affiliated with Visvesvaraya Technological University is B M Reddy.", "Established in 2000, the Acharya Institute of Technology is in Bangalore, Karnataka India. The institute's president is B.M. Reddy and it is affiliated with the Visvesvaraya Technological University." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Acharya_Institute_of_Technology", "property:president", "resource:B_M__Reddy" ], [ "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" ], [ "resource:Acharya_Institute_of_Technology", "property:country", "resource:India" ], [ "resource:Acharya_Institute_of_Technology", "property:established", "resource:2000" ] ]
Acharya_Institute_of_Technology
[ { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "president", "readable": "president", "graph": "property:president" }, { "modified": "state", "readable": "state", "graph": "property:state" }, { "modified": "2000", "readable": "2000", "graph": "resource:2000" }, { "modified": "Acharya_Institute_of_Technology", "readable": "Acharya Institute of Technology", "graph": "resource:Acharya_Institute_of_Technology" }, { "modified": "B.M. Reddy", "readable": "B.M. Reddy", "graph": "resource:B_M__Reddy" }, { "modified": "Bangalore", "readable": "Bangalore", "graph": "resource:Bangalore" }, { "modified": "India", "readable": "India", "graph": "resource:India" }, { "modified": "Karnataka", "readable": "Karnataka", "graph": "resource:Karnataka" }, { "modified": "Visvesvaraya_Technological_University", "readable": "Visvesvaraya Technological University", "graph": "resource:Visvesvaraya_Technological_University" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?m rdf:type ontology:university . ?m property:president ?b . ?m property:established '1907-07-11' }", "readable_query": "ASK WHERE { ?m rdf:type ontology:university . ?m property:president ?b . ?m property:established '1907-07-11' }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
Politician
2
5149
Id141
[ { "subject": "Albert_B._White", "property": "dateOfBirth", "object": "\"1856-09-22\"^^xsd:date" }, { "subject": "Albert_B._White", "property": "placeOfDeath", "object": "Parkersburg,_West_Virginia" } ]
[ { "subject": "Albert_B._White", "property": "birthDate", "object": "1856-09-22" }, { "subject": "Albert_B._White", "property": "deathPlace", "object": "Parkersburg,_West_Virginia" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Albert White was born on 22nd September 1856 and he died in Parkersburg West Virginia.", "Albert B White was born on September 22nd, 1856 and died in Parkersburg, West Virginia.", "Albert B. White was born September 22nd, 1856 and died in Parkersburg, West Virginia." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Albert_B__White", "rdf:type", "ontology:politician" ], [ "resource:Albert_B__White", "property:death_place", "resource:Parkersburg__West_Virginia" ], [ "resource:Albert_B__White", "property:birth_date", "resource:1856_09_22" ] ]
Albert_B._White
[ { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "1856-09-22", "readable": "1856-09-22", "graph": "resource:1856_09_22" }, { "modified": "Albert_B._White", "readable": "Albert B. White", "graph": "resource:Albert_B__White" }, { "modified": "Parkersburg,_West_Virginia", "readable": "Parkersburg, West Virginia", "graph": "resource:Parkersburg__West_Virginia" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?z property:death_place ?k . ?z rdf:type ontology:politician . ?z property:birth_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1856' ) ) }", "readable_query": "SELECT DISTINCT ?k WHERE { ?z property:death_place ?k . ?z rdf:type ontology:politician . ?z property:birth_date ?t . FILTER ( CONTAINS ( YEAR ( ?t ) , '1856' ) ) }", "graph_answer": [ "resource:Parkersburg__West_Virginia" ], "readable_answer": [ "Parkersburg, West Virginia" ], "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 { ?j property:death_place resource:Sidcup . ?j property:birth_date ?s . ?j rdf:type ontology:politician }", "readable_query": "ASK WHERE { ?j property:death_place resource:Sidcup . ?j property:birth_date ?s . ?j rdf:type ontology:politician }", "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
5
12632
Id5
[ { "subject": "A.E_Dimitra_Efxeinoupolis", "property": "location", "object": "Greece" }, { "subject": "Greece", "property": "currency", "object": "Euro" }, { "subject": "Greece", "property": "capital", "object": "Athens" }, { "subject": "Greece", "property": "leaderName", "object": "Nikos_Voutsis" }, { "subject": "Greece", "property": "leader", "object": "Prokopis_Pavlopoulos" } ]
[ { "subject": "A.E_Dimitra_Efxeinoupolis", "property": "location", "object": "Greece" }, { "subject": "Greece", "property": "currency", "object": "Euro" }, { "subject": "Greece", "property": "capital", "object": "Athens" }, { "subject": "Greece", "property": "leader", "object": "Nikos_Voutsis" }, { "subject": "Greece", "property": "leader", "object": "Prokopis_Pavlopoulos" } ]
(X (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A.E Dimitra Efxeinoupolis is located in Greece where the leaders are Nikos Voutsis and Prokopis Pavlopoulos. The country's capital is Athens and their currency is the euro.", "Greece is led by Nikos Voutsis and Prokopis Pavlopoulos, the capital city is Athens and the country uses the euro as their currency. It is also the location of the A.E Dimitra Efxeinoupolis club.", "The A.E Dimitra Efxeinoupolis club is located in Greece which is led by Nikos Voutsis and Prokopis Pavlopoulos. The capital of the country is Athens and the currency used is the euro." ], "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:Prokopis_Pavlopoulos" ], [ "resource:Greece", "property:leader", "resource:Nikos_Voutsis" ], [ "resource:Greece", "property:capital", "resource:Athens" ], [ "resource:Greece", "property:currency", "resource:Euro" ] ]
A.E_Dimitra_Efxeinoupolis
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "currency", "readable": "currency", "graph": "property:currency" }, { "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": "Athens", "readable": "Athens", "graph": "resource:Athens" }, { "modified": "Euro", "readable": "Euro", "graph": "resource:Euro" }, { "modified": "Greece", "readable": "Greece", "graph": "resource:Greece" }, { "modified": "Nikos_Voutsis", "readable": "Nikos Voutsis", "graph": "resource:Nikos_Voutsis" }, { "modified": "Prokopis_Pavlopoulos", "readable": "Prokopis Pavlopoulos", "graph": "resource:Prokopis_Pavlopoulos" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?q ) WHERE { resource:Greece property:leader ?x }", "readable_query": "SELECT DISTINCT ( COUNT ( ?x ) AS ?q ) WHERE { resource:Greece property:leader ?x }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { resource:Greece property:leader ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { resource:Greece property:leader ?f }", "graph_answer": [ "resource:Prokopis_Pavlopoulos", "resource:Nikos_Voutsis" ], "readable_answer": [ "Prokopis Pavlopoulos", "Nikos Voutsis" ], "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 ?q WHERE { resource:Greece property:instrument ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Greece property:instrument ?q }", "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" ] } ]
Building
4
9097
Id20
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "capital", "object": "Cape_Town" }, { "subject": "South_Africa", "property": "leaderName", "object": "Jacob_Zuma" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "Asian_South_Africans" } ]
[ { "subject": "11_Diagonal_Street", "property": "location", "object": "South_Africa" }, { "subject": "South_Africa", "property": "capital", "object": "Cape_Town" }, { "subject": "South_Africa", "property": "leader", "object": "Jacob_Zuma" }, { "subject": "South_Africa", "property": "ethnicGroup", "object": "Asian_South_Africans" } ]
(X (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "11 Diagonal Street is located in South Africa which has the capital city of Cape Town. The leader of South Africa is Jacob Zuma and one of the ethnic groups are the Asian South Africans.", "11 Diagonal Street is located in South Africa, the capital of which is Cape Town. The leader of South Africa is Jacob Zuma and one of the ethnic groups within the country is Asian South Africans.", "One of the ethnic groups of South Africa, where the leader is Jacob Zuma, are the Asian South Africans. The capital city is Cape Town and 11 Diagonal Street is located within the country." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:South_Africa", "property:leader", "resource:Jacob_Zuma" ], [ "resource:South_Africa", "property:capital", "resource:Cape_Town" ], [ "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": "capital", "readable": "capital", "graph": "property:capital" }, { "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": "Cape_Town", "readable": "Cape Town", "graph": "resource:Cape_Town" }, { "modified": "Jacob_Zuma", "readable": "Jacob Zuma", "graph": "resource:Jacob_Zuma" }, { "modified": "South_Africa", "readable": "South Africa", "graph": "resource:South_Africa" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g ?n WHERE { resource:South_Africa property:leader ?n . resource:South_Africa property:capital ?g }", "readable_query": "SELECT DISTINCT ?g ?n WHERE { resource:South_Africa property:leader ?n . resource:South_Africa property:capital ?g }", "graph_answer": [ "resource:Cape_Town", "resource:Jacob_Zuma" ], "readable_answer": [ "Cape Town", "Jacob Zuma" ], "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 ?b WHERE { resource:South_Africa property:distributor ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:South_Africa property:distributor ?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" ] } ]
Airport
2
3279
Id84
[ { "subject": "Allama_Iqbal_International_Airport", "property": "location", "object": "Pakistan" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayLength", "object": "\"3310.0\"^^xsd:double" } ]
[ { "subject": "Allama_Iqbal_International_Airport", "property": "location", "object": "Pakistan" }, { "subject": "Allama_Iqbal_International_Airport", "property": "runwayLength", "object": "3310.0" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The runway length of Allama Iqbal International Airport in Pakistan is 3,310.", "Allama Iqbal International airport is located in Pakistan and the runway length is 3310.0.", "Allama Iqbal International airport, with a runway length of 3310.0, is located in Pakistan." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Allama_Iqbal_International_Airport", "property:runway_length", "resource:3310_0" ], [ "resource:Allama_Iqbal_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Allama_Iqbal_International_Airport", "property:location", "resource:Pakistan" ] ]
Allama_Iqbal_International_Airport
[ { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "runwayLength", "readable": "runway length", "graph": "property:runway_length" }, { "modified": "3310.0", "readable": "3310.0", "graph": "resource:3310_0" }, { "modified": "Allama_Iqbal_International_Airport", "readable": "Allama Iqbal International Airport", "graph": "resource:Allama_Iqbal_International_Airport" }, { "modified": "Pakistan", "readable": "Pakistan", "graph": "resource:Pakistan" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?g ?h WHERE { resource:Allama_Iqbal_International_Airport property:location ?g . resource:Allama_Iqbal_International_Airport property:runway_length ?h }", "readable_query": "SELECT DISTINCT ?g ?h WHERE { resource:Allama_Iqbal_International_Airport property:location ?g . resource:Allama_Iqbal_International_Airport property:runway_length ?h }", "graph_answer": [ "resource:Pakistan", "resource:3310_0" ], "readable_answer": [ "Pakistan", "3310.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" ] } ]
MeanOfTransportation
4
10123
Id97
[ { "subject": "Acura_TLX", "property": "manufacturer", "object": "Honda" }, { "subject": "Honda", "property": "division", "object": "Acura" }, { "subject": "Acura_TLX", "property": "engine", "object": "Honda_J_engine" }, { "subject": "Acura_TLX", "property": "relatedMeanOfTransportation", "object": "Honda_Accord" } ]
[ { "subject": "Acura_TLX", "property": "manufacturer", "object": "Honda" }, { "subject": "Honda", "property": "division", "object": "Acura" }, { "subject": "Acura_TLX", "property": "engine", "object": "Honda_J_engine" }, { "subject": "Acura_TLX", "property": "relatedMeanOfTransportation", "object": "Honda_Accord" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Honda makes the Acura TLX model (related to the Honda Accord) that contains a Honda J Engine. A division of honda is the Acura.", "Acura is a division of Honda, the company who make the Acura TLX. The vehicle is related to the Honda Accord and has a Honda J engine." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Acura_TLX", "property:engine", "resource:Honda_J_engine" ], [ "resource:Acura_TLX", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Acura_TLX", "property:related_mean_of_transportation", "resource:Honda_Accord" ], [ "resource:Acura_TLX", "property:manufacturer", "resource:Honda" ], [ "resource:Honda", "property:division", "resource:Acura" ] ]
Acura_TLX
[ { "modified": "division", "readable": "division", "graph": "property:division" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "manufacturer", "readable": "manufacturer", "graph": "property:manufacturer" }, { "modified": "relatedMeanOfTransportation", "readable": "related mean of transportation", "graph": "property:related_mean_of_transportation" }, { "modified": "Acura", "readable": "Acura", "graph": "resource:Acura" }, { "modified": "Acura_TLX", "readable": "Acura TLX", "graph": "resource:Acura_TLX" }, { "modified": "Honda", "readable": "Honda", "graph": "resource:Honda" }, { "modified": "Honda_Accord", "readable": "Honda Accord", "graph": "resource:Honda_Accord" }, { "modified": "Honda_J_engine", "readable": "Honda J engine", "graph": "resource:Honda_J_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?t WHERE { ?t property:manufacturer ?d . FILTER ( CONTAINS ( LCASE ( ?t ) , 'tlx' ) ) . ?d property:division resource:Acura . ?t property:related_mean_of_transportation resource:Honda_Accord . ?t rdf:type ontology:mean_of_transportation }", "readable_query": "SELECT DISTINCT ?t WHERE { ?t property:manufacturer ?d . FILTER ( CONTAINS ( LCASE ( ?t ) , 'tlx' ) ) . ?d property:division resource:Acura . ?t property:related_mean_of_transportation resource:Honda_Accord . ?t rdf:type ontology:mean_of_transportation }", "graph_answer": [ "resource:Acura_TLX" ], "readable_answer": [ "Acura TLX" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { resource:Acura_TLX property:assembly ?d }", "readable_query": "SELECT DISTINCT ?d WHERE { resource:Acura_TLX property:assembly ?d }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
ComicsCharacter
2
4337
Id2
[ { "subject": "Airman_(comics)", "property": "alterEgo", "object": "\"Drake Stevens\"@en" }, { "subject": "Airman_(comics)", "property": "creators", "object": "Harry_Sahle" } ]
[ { "subject": "Airman_(comicsCharacter)", "property": "alternativeName", "object": "\"Drake Stevens\"" }, { "subject": "Airman_(comicsCharacter)", "property": "creator", "object": "Harry_Sahle" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The comic book character Airman, AKA Drake Stevens, was created by Harry Sahle.", "Drake Stevens is known as the comic character Airman, which was created by Harry Sahle.", "The comic character Airman, who has the alternative name Drake Stevens, was created by Harry Sahle." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Airman__comicsCharacter_", "property:creator", "resource:Harry_Sahle" ], [ "resource:Airman__comicsCharacter_", "rdf:type", "ontology:comics_character" ], [ "resource:Airman__comicsCharacter_", "property:alternative_name", "resource:Drake_Stevens" ] ]
Airman_(comicsCharacter)
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "Airman_(comicsCharacter)", "readable": "Airman", "graph": "resource:Airman__comicsCharacter_" }, { "modified": "Drake Stevens", "readable": "Drake Stevens", "graph": "resource:Drake_Stevens" }, { "modified": "Harry_Sahle", "readable": "Harry Sahle", "graph": "resource:Harry_Sahle" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?j ?k WHERE { resource:Airman__comicsCharacter_ property:creator ?k . resource:Airman__comicsCharacter_ property:alternative_name ?j }", "readable_query": "SELECT DISTINCT ?j ?k WHERE { resource:Airman_(comicsCharacter) property:creator ?k . resource:Airman_(comicsCharacter) property:alternative_name ?j }", "graph_answer": [ "resource:Drake_Stevens", "resource:Harry_Sahle" ], "readable_answer": [ "Drake Stevens", "Harry Sahle" ], "type": [ "complete", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
University
3
8127
Id31
[ { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "campus", "object": "\"Urban, ,\\nIn Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliations", "object": "Visvesvaraya_Technological_University" } ]
[ { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "campus", "object": "\"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliation", "object": "Visvesvaraya_Technological_University" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Acharya Institute of Technology is located at Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore, 560090, India. It is affiliated with the Visvesvaraya Technological University.", "The Acharya Institute of Technology is affiliated to the Visvesvaraya Technological University and the campus is located in India at Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "India's Acharya Institute of Technology is affiliated with Visvesvaraya Technological University and the campus is located in Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Acharya_Institute_of_Technology", "rdf:type", "ontology:university" ], [ "resource:Acharya_Institute_of_Technology", "property:affiliation", "resource:Visvesvaraya_Technological_University" ], [ "resource:Acharya_Institute_of_Technology", "property:country", "resource:India" ], [ "resource:Acharya_Institute_of_Technology", "property:campus", "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ] ]
Acharya_Institute_of_Technology
[ { "modified": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "readable": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "graph": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." }, { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "campus", "readable": "campus", "graph": "property:campus" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "Acharya_Institute_of_Technology", "readable": "Acharya Institute of Technology", "graph": "resource:Acharya_Institute_of_Technology" }, { "modified": "India", "readable": "India", "graph": "resource:India" }, { "modified": "Visvesvaraya_Technological_University", "readable": "Visvesvaraya Technological University", "graph": "resource:Visvesvaraya_Technological_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?d ) WHERE { resource:Acharya_Institute_of_Technology property:nearest_city ?s }", "readable_query": "SELECT DISTINCT ( COUNT ( ?s ) AS ?d ) WHERE { resource:Acharya_Institute_of_Technology property:nearest_city ?s }", "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 ?d ?k WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?d . resource:Acharya_Institute_of_Technology property:country ?k }", "readable_query": "SELECT DISTINCT ?d ?k WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?d . resource:Acharya_Institute_of_Technology property:country ?k }", "graph_answer": [ "resource:Visvesvaraya_Technological_University", "resource:India" ], "readable_answer": [ "Visvesvaraya Technological University", "India" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Acharya_Institute_of_Technology property:campus 'In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.' }", "readable_query": "ASK WHERE { resource:Acharya_Institute_of_Technology property:campus 'In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.' }", "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 ?y WHERE { resource:Acharya_Institute_of_Technology property:cylinder_count ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Acharya_Institute_of_Technology property:cylinder_count ?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" ] } ]
University
6
12998
Id27
[ { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "established", "object": "2000" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "numberOfPostgraduateStudents", "object": "\"700\"^^xsd:nonNegativeInteger" }, { "subject": "Acharya_Institute_of_Technology", "property": "campus", "object": "\"Urban, ,\\nIn Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliations", "object": "Visvesvaraya_Technological_University" } ]
[ { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "established", "object": "2000" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "numberOfPostgraduateStudents", "object": "700" }, { "subject": "Acharya_Institute_of_Technology", "property": "campus", "object": "\"In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliation", "object": "Visvesvaraya_Technological_University" } ]
(X (X) (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Acharya Institute of Technology was established in 2000 in Bangalore, India. It has 700 postgraduate students and is affiliated with Visvesvaraya Technological University. Acharya Institute of Technology is located in Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "The Acharya Institute of Technology, which is affiliated with Visvesvaraya Technological University, is in Bangalore, India. The school was established in 2000 and has 700 post graduate students. Its full address is In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Acharya_Institute_of_Technology", "property:city", "resource:Bangalore" ], [ "resource:Acharya_Institute_of_Technology", "rdf:type", "ontology:university" ], [ "resource:Acharya_Institute_of_Technology", "property:affiliation", "resource:Visvesvaraya_Technological_University" ], [ "resource:Acharya_Institute_of_Technology", "property:country", "resource:India" ], [ "resource:Acharya_Institute_of_Technology", "property:campus", "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ], [ "resource:Acharya_Institute_of_Technology", "property:number_of_postgraduate_students", "700" ], [ "resource:Acharya_Institute_of_Technology", "property:established", "resource:2000" ] ]
Acharya_Institute_of_Technology
[ { "modified": "700", "readable": "700", "graph": "700" }, { "modified": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "readable": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090.", "graph": "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." }, { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "campus", "readable": "campus", "graph": "property:campus" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "numberOfPostgraduateStudents", "readable": "number of postgraduate students", "graph": "property:number_of_postgraduate_students" }, { "modified": "2000", "readable": "2000", "graph": "resource:2000" }, { "modified": "Acharya_Institute_of_Technology", "readable": "Acharya Institute of Technology", "graph": "resource:Acharya_Institute_of_Technology" }, { "modified": "Bangalore", "readable": "Bangalore", "graph": "resource:Bangalore" }, { "modified": "India", "readable": "India", "graph": "resource:India" }, { "modified": "Visvesvaraya_Technological_University", "readable": "Visvesvaraya Technological University", "graph": "resource:Visvesvaraya_Technological_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?t property:number_of_postgraduate_students ?r . ?t rdf:type ontology:university . FILTER ( ?r != '1100' ) . ?t property:established ?c }", "readable_query": "SELECT DISTINCT ?c WHERE { ?t property:number_of_postgraduate_students ?r . ?t rdf:type ontology:university . FILTER ( ?r != '1100' ) . ?t property:established ?c }", "graph_answer": [ "resource:2000" ], "readable_answer": [ "2000" ], "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 ?z WHERE { ?z property:number_of_postgraduate_students ?g . ?z property:established resource:2000 . ?z rdf:type ontology:university . FILTER ( ?g != '1100' ) }", "readable_query": "SELECT DISTINCT ?z WHERE { ?z property:number_of_postgraduate_students ?g . ?z property:established resource:2000 . ?z rdf:type ontology:university . FILTER ( ?g != '1100' ) }", "graph_answer": [ "resource:Acharya_Institute_of_Technology" ], "readable_answer": [ "Acharya Institute of Technology" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { resource:Acharya_Institute_of_Technology rdf:type ontology:university . resource:Acharya_Institute_of_Technology property:number_of_postgraduate_students ?i . resource:Acharya_Institute_of_Technology property:established resource:2000 }", "readable_query": "SELECT DISTINCT ?i WHERE { resource:Acharya_Institute_of_Technology rdf:type ontology:university . resource:Acharya_Institute_of_Technology property:number_of_postgraduate_students ?i . resource:Acharya_Institute_of_Technology property:established resource:2000 }", "graph_answer": [ "700" ], "readable_answer": [ "700" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g ?w WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?w . resource:Acharya_Institute_of_Technology property:city ?g }", "readable_query": "SELECT DISTINCT ?g ?w WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?w . resource:Acharya_Institute_of_Technology property:city ?g }", "graph_answer": [ "resource:Bangalore", "resource:Visvesvaraya_Technological_University" ], "readable_answer": [ "Bangalore", "Visvesvaraya Technological University" ], "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:Acharya_Institute_of_Technology property:campus ?o }", "readable_query": "ASK WHERE { resource:Acharya_Institute_of_Technology property:campus ?o }", "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 ?g WHERE { resource:Acharya_Institute_of_Technology property:campus ?g }", "readable_query": "SELECT ?g WHERE { resource:Acharya_Institute_of_Technology property:campus ?g }", "graph_answer": [ "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ], "readable_answer": [ "In Soldevanahalli, Acharya Dr. Sarvapalli Radhakrishnan Road, Hessarghatta Main Road, Bangalore – 560090." ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "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 ?h WHERE { resource:Acharya_Institute_of_Technology property:service ?h }", "readable_query": "SELECT DISTINCT ?h WHERE { resource:Acharya_Institute_of_Technology property:service ?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" ] } ]
Monument
6
12962
Id26
[ { "subject": "Monocacy_National_Battlefield", "property": "location", "object": "Frederick_County,_Maryland" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "established", "object": "\"1907-07-11\"^^xsd:date" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "country", "object": "\"United States\"@en" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "district", "object": "Monocacy_National_Battlefield" }, { "subject": "Monocacy_National_Battlefield", "property": "nearestCity", "object": "Frederick,_Maryland" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "owningOrganisation", "object": "National_Park_Service" } ]
[ { "subject": "Monocacy_National_Battlefield", "property": "location", "object": "Frederick_County,_Maryland" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "established", "object": "\"1907-07-11\"" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "country", "object": "\"United States\"" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "district", "object": "Monocacy_National_Battlefield" }, { "subject": "Monocacy_National_Battlefield", "property": "nearestCity", "object": "Frederick,_Maryland" }, { "subject": "14th_New_Jersey_Volunteer_Infantry_Monument", "property": "owningOrganisation", "object": "National_Park_Service" } ]
(X (X) (X) (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The location of the 14th New Jersey Volunteer Infantry Monument is the Monocacy National Battlefield in Frederick County, Maryland, United States. The monument was established on 11 July 1907 and is owned by the National Park Service.", "The 14th New Jersey Volunteer Infantry Monument (located in the Monocacy National Battlefield, Frederick County, Maryland, USA) was established on the 11th July, 1907. The nearest city is Frederick, Maryland. The Monument was provided by the National Park Service.", "The 14th New Jersey Volunteer Infantry Monument was established on 11 July 1907 and is located in the district of the Monocacy National Battlefield in Frederick County, Maryland, US. The monument is owned by the National Park Service. The nearest city to the battlefield is Frederick, Maryland." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:owning_organisation", "resource:National_Park_Service" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:district", "resource:Monocacy_National_Battlefield" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "rdf:type", "ontology:monument" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:country", "resource:United_States" ], [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument", "property:established", "1907-07-11" ], [ "resource:Monocacy_National_Battlefield", "property:nearest_city", "resource:Frederick__Maryland" ], [ "resource:Monocacy_National_Battlefield", "property:location", "resource:Frederick_County__Maryland" ] ]
14th_New_Jersey_Volunteer_Infantry_Monument
[ { "modified": "1907-07-11", "readable": "1907-07-11", "graph": "1907-07-11" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "district", "readable": "district", "graph": "property:district" }, { "modified": "established", "readable": "established", "graph": "property:established" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "nearestCity", "readable": "nearest city", "graph": "property:nearest_city" }, { "modified": "owningOrganisation", "readable": "owning organisation", "graph": "property:owning_organisation" }, { "modified": "14th_New_Jersey_Volunteer_Infantry_Monument", "readable": "14th New Jersey Volunteer Infantry Monument", "graph": "resource:14th_New_Jersey_Volunteer_Infantry_Monument" }, { "modified": "Frederick_County,_Maryland", "readable": "Frederick County, Maryland", "graph": "resource:Frederick_County__Maryland" }, { "modified": "Frederick,_Maryland", "readable": "Frederick, Maryland", "graph": "resource:Frederick__Maryland" }, { "modified": "Monocacy_National_Battlefield", "readable": "Monocacy National Battlefield", "graph": "resource:Monocacy_National_Battlefield" }, { "modified": "National_Park_Service", "readable": "National Park Service", "graph": "resource:National_Park_Service" }, { "modified": "United States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?k property:district ?i . ?k property:established ?l . FILTER ( ?l = \"1907-07-11\" ) . ?k rdf:type ontology:monument . ?i property:nearest_city resource:Frederick__Maryland }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:district ?i . ?k property:established ?l . FILTER ( ?l = \"1907-07-11\" ) . ?k rdf:type ontology:monument . ?i property:nearest_city resource:Frederick,_Maryland }", "graph_answer": [ "resource:14th_New_Jersey_Volunteer_Infantry_Monument" ], "readable_answer": [ "14th New Jersey Volunteer Infantry Monument" ], "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 ?d WHERE { ?d property:nearest_city resource:Frederick__Maryland . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:district ?d . FILTER ( ?g = \"1907-07-11\" ) . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:established ?g . resource:14th_New_Jersey_Volunteer_Infantry_Monument rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ?d WHERE { ?d property:nearest_city resource:Frederick,_Maryland . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:district ?d . FILTER ( ?g = \"1907-07-11\" ) . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:established ?g . resource:14th_New_Jersey_Volunteer_Infantry_Monument rdf:type ontology:monument }", "graph_answer": [ "resource:Monocacy_National_Battlefield" ], "readable_answer": [ "Monocacy National Battlefield" ], "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 ?f ?h WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:country ?f . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:owning_organisation ?h }", "readable_query": "SELECT DISTINCT ?f ?h WHERE { resource:14th_New_Jersey_Volunteer_Infantry_Monument property:country ?f . resource:14th_New_Jersey_Volunteer_Infantry_Monument property:owning_organisation ?h }", "graph_answer": [ "resource:United_States", "resource:National_Park_Service" ], "readable_answer": [ "United States", "National Park Service" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Company
4
9685
Id31
[ { "subject": "GMA_New_Media", "property": "parentCompany", "object": "GMA_Network_(company)" }, { "subject": "GMA_Network_(company)", "property": "locationCity", "object": "Diliman" }, { "subject": "GMA_New_Media", "property": "keyPerson", "object": "Felipe_Gozon" }, { "subject": "Felipe_Gozon", "property": "birthDate", "object": "1939-12-08" } ]
[ { "subject": "GMA_New_Media", "property": "parentCompany", "object": "GMA_Network_(company)" }, { "subject": "GMA_Network_(company)", "property": "city", "object": "Diliman" }, { "subject": "GMA_New_Media", "property": "keyPerson", "object": "Felipe_Gozon" }, { "subject": "Felipe_Gozon", "property": "birthDate", "object": "1939-12-08" } ]
(X (X (X)) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "GMA New Media, Inc., a subsidiary of GMA Network, is located in Diliman. Felipe Gozon, leader of the company, was born on August 12, 1939.", "Diliman based GMA Network is the parent company of GMA New Media, where Felipe Gozon, born December 8, 1939, is a key person.", "The key person on GMA New Media is Felipe Gozon (born December 8,1939). Its parent company is GMA Network located in Diliman." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:GMA_Network__company_", "property:city", "resource:Diliman" ], [ "resource:Felipe_Gozon", "property:birth_date", "resource:1939_12_08" ], [ "resource:GMA_New_Media", "property:key_person", "resource:Felipe_Gozon" ], [ "resource:GMA_New_Media", "rdf:type", "ontology:company" ], [ "resource:GMA_New_Media", "property:parent_company", "resource:GMA_Network__company_" ] ]
GMA_Network_(company)
[ { "modified": "birthDate", "readable": "birth date", "graph": "property:birth_date" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "keyPerson", "readable": "key person", "graph": "property:key_person" }, { "modified": "parentCompany", "readable": "parent company", "graph": "property:parent_company" }, { "modified": "1939-12-08", "readable": "1939-12-08", "graph": "resource:1939_12_08" }, { "modified": "Diliman", "readable": "Diliman", "graph": "resource:Diliman" }, { "modified": "Felipe_Gozon", "readable": "Felipe Gozon", "graph": "resource:Felipe_Gozon" }, { "modified": "GMA_Network_(company)", "readable": "GMA Network", "graph": "resource:GMA_Network__company_" }, { "modified": "GMA_New_Media", "readable": "GMA New Media", "graph": "resource:GMA_New_Media" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { ?i property:birth_date ?k . FILTER ( ?k = \"1939_12_08\" ) . ?r rdf:type ontology:company . ?r property:parent_company resource:GMA_Network__company_ . ?r property:key_person ?i }", "readable_query": "SELECT DISTINCT ?r WHERE { ?i property:birth_date ?k . FILTER ( ?k = \"1939-12-08\" ) . ?r rdf:type ontology:company . ?r property:parent_company resource:GMA_Network_(company) . ?r property:key_person ?i }", "graph_answer": [ "resource:GMA_New_Media" ], "readable_answer": [ "GMA New Media" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:GMA_New_Media property:key_person resource:Felipe_Gozon }", "readable_query": "ASK WHERE { resource:GMA_New_Media property:key_person resource:Felipe_Gozon }", "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" ] } ]
University
2
5455
Id29
[ { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "faculty", "object": "737" }, { "subject": "Aarhus_University,_School_of_Business_and_Social_Sciences", "property": "country", "object": "Denmark" } ]
[ { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "academicStaffSize", "object": "737" }, { "subject": "School of Business and Social Sciences at the Aarhus University", "property": "country", "object": "Denmark" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Denmark's School of Business and Social Sciences at the Aarhus University has an academic staff size of 737 people.", "School of Business and Social Sciences at the Aarhus University has a staff size of 737 and is located in Denmark." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "rdf:type", "ontology:university" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:country", "resource:Denmark" ], [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University", "property:academic_staff_size", "737" ] ]
School_of_Business_and_Social_Sciences_at_the_Aarhus_University
[ { "modified": "737", "readable": "737", "graph": "737" }, { "modified": "academicStaffSize", "readable": "academic staff size", "graph": "property:academic_staff_size" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "Denmark", "readable": "Denmark", "graph": "resource:Denmark" }, { "modified": "School of Business and Social Sciences at the Aarhus University", "readable": "School of Business and Social Sciences at the Aarhus University", "graph": "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?c property:academic_staff_size ?e . ?c property:country ?n . ?c rdf:type ontology:university . FILTER ( ?e = '737' ) }", "readable_query": "SELECT DISTINCT ?n WHERE { ?c property:academic_staff_size ?e . ?c property:country ?n . ?c rdf:type ontology:university . FILTER ( ?e = '737' ) }", "graph_answer": [ "resource:Denmark" ], "readable_answer": [ "Denmark" ], "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 ?n WHERE { FILTER ( ?x = '737' ) . ?n property:country resource:Denmark . ?n rdf:type ontology:university . ?n property:academic_staff_size ?x }", "readable_query": "SELECT DISTINCT ?n WHERE { FILTER ( ?x = '737' ) . ?n property:country resource:Denmark . ?n rdf:type ontology:university . ?n property:academic_staff_size ?x }", "graph_answer": [ "resource:School_of_Business_and_Social_Sciences_at_the_Aarhus_University" ], "readable_answer": [ "School of Business and Social Sciences at the Aarhus University" ], "type": [ "coreference", "meaningful", "answer", "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" ] } ]
Airport
3
5794
Id127
[ { "subject": "Appleton,_Wisconsin", "property": "isPartOf", "object": "Kimberly,_Wisconsin" }, { "subject": "Appleton_International_Airport", "property": "cityServed", "object": "Appleton,_Wisconsin" }, { "subject": "Appleton,_Wisconsin", "property": "subdivisionName", "object": "Grand_Chute,_Wisconsin" } ]
[ { "subject": "Appleton,_Wisconsin", "property": "isPartOf", "object": "Kimberly,_Wisconsin" }, { "subject": "Appleton_International_Airport", "property": "cityServed", "object": "Appleton,_Wisconsin" }, { "subject": "Appleton,_Wisconsin", "property": "isPartOf", "object": "Grand_Chute,_Wisconsin" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Appleton International Airport is located in Appleton Wisconsin which is a part of Kimberly and Grand Chute.", "Appletone International Airport city serves Appleton, Wisconsin, which is part of Kimberly and Grand Chute.", "Appleton, Wisconsin, part of Kimberly Wisconsin, is served by Appleton International Airport and part of the Grand Chute Wisconsin." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Appleton__Wisconsin", "property:is_part_of", "resource:Grand_Chute__Wisconsin" ], [ "resource:Appleton__Wisconsin", "property:is_part_of", "resource:Kimberly__Wisconsin" ], [ "resource:Appleton_International_Airport", "rdf:type", "ontology:airport" ], [ "resource:Appleton_International_Airport", "property:city_served", "resource:Appleton__Wisconsin" ] ]
Appleton_International_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Appleton_International_Airport", "readable": "Appleton International Airport", "graph": "resource:Appleton_International_Airport" }, { "modified": "Appleton,_Wisconsin", "readable": "Appleton, Wisconsin", "graph": "resource:Appleton__Wisconsin" }, { "modified": "Grand_Chute,_Wisconsin", "readable": "Grand Chute, Wisconsin", "graph": "resource:Grand_Chute__Wisconsin" }, { "modified": "Kimberly,_Wisconsin", "readable": "Kimberly, Wisconsin", "graph": "resource:Kimberly__Wisconsin" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?u ) WHERE { resource:Appleton__Wisconsin property:is_part_of ?g }", "readable_query": "SELECT DISTINCT ( COUNT ( ?g ) AS ?u ) WHERE { resource:Appleton,_Wisconsin property:is_part_of ?g }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?v WHERE { resource:Appleton__Wisconsin property:is_part_of ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:Appleton,_Wisconsin property:is_part_of ?v }", "graph_answer": [ "resource:Grand_Chute__Wisconsin", "resource:Kimberly__Wisconsin" ], "readable_answer": [ "Grand Chute, Wisconsin", "Kimberly, Wisconsin" ], "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:Appleton_International_Airport property:city_served resource:Appleton__Wisconsin . resource:Appleton_International_Airport rdf:type ontology:airport }", "readable_query": "ASK WHERE { resource:Appleton_International_Airport property:city_served resource:Appleton,_Wisconsin . resource:Appleton_International_Airport rdf:type ontology:airport }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]
SportsTeam
2
5317
Id61
[ { "subject": "A.F.C._Blackpool", "property": "ground", "object": "\"Blackpool\"@en" }, { "subject": "A.F.C._Blackpool", "property": "league", "object": "North_West_Counties_Football_League" } ]
[ { "subject": "A.F.C._Blackpool", "property": "ground", "object": "Blackpool" }, { "subject": "A.F.C._Blackpool", "property": "league", "object": "North_West_Counties_Football_League" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "A.F.C. Blackpool play at their ground in Blackpool and is part of the North West Counties Football League.", "AFC Blackpool, whose ground is located in Blackpool, plays in the North West Counties Football League.", "AFC Blackpool (the grounds of which are in Blackpool), play in the North West Counties Football League." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:A_F_C__Blackpool", "rdf:type", "ontology:sports_team" ], [ "resource:A_F_C__Blackpool", "property:league", "resource:North_West_Counties_Football_League" ], [ "resource:A_F_C__Blackpool", "property:ground", "resource:Blackpool" ] ]
A.F.C._Blackpool
[ { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "A.F.C._Blackpool", "readable": "A.F.C. Blackpool", "graph": "resource:A_F_C__Blackpool" }, { "modified": "Blackpool", "readable": "Blackpool", "graph": "resource:Blackpool" }, { "modified": "North_West_Counties_Football_League", "readable": "North West Counties Football League", "graph": "resource:North_West_Counties_Football_League" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i ?w WHERE { ?w property:ground ?i . ?w property:league resource:North_West_Counties_Football_League . ?w rdf:type ontology:sports_team }", "readable_query": "SELECT DISTINCT ?i ?w WHERE { ?w property:ground ?i . ?w property:league resource:North_West_Counties_Football_League . ?w rdf:type ontology:sports_team }", "graph_answer": [ "resource:Blackpool", "resource:A_F_C__Blackpool" ], "readable_answer": [ "Blackpool", "A.F.C. Blackpool" ], "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" ] } ]
CelestialBody
3
6680
Id97
[ { "subject": "1099_Figneria", "property": "epoch", "object": "\"December 31, 2006 (JD2454100.5)\"" }, { "subject": "1099_Figneria", "property": "periapsis", "object": "3.49206e+11" }, { "subject": "1099_Figneria", "property": "Planet/apoapsis", "object": "\"6.05718E8\"^^<http://dbpedia.org/datatype/kilometre>" } ]
[ { "subject": "1099_Figneria", "property": "epoch", "object": "2006-12-31" }, { "subject": "1099_Figneria", "property": "periapsis", "object": "349206000000.0" }, { "subject": "1099_Figneria", "property": "apoapsis", "object": "605718000.0 (kilometres)" } ]
(X (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The epoch date for 1099 Figneria is 31 December 2006. It has a periapsis of 349206000000 and an apoapsis of 605718000.0 kms.", "The epoch date for 1099 Figneria is 31 December 2006. It has an apoapsis of 605718000.0 kilometres and a periapsis of 349206000000.0." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:1099_Figneria", "property:epoch", "resource:2006_12_31" ], [ "resource:1099_Figneria", "rdf:type", "ontology:celestial_body" ], [ "resource:1099_Figneria", "property:apoapsis", "605718000.0 (kilometres)" ], [ "resource:1099_Figneria", "property:periapsis", "resource:349206000000_0" ] ]
1099_Figneria
[ { "modified": "605718000.0 (kilometres)", "readable": "605718000.0", "graph": "605718000.0 (kilometres)" }, { "modified": "apoapsis", "readable": "apoapsis", "graph": "property:apoapsis" }, { "modified": "epoch", "readable": "epoch", "graph": "property:epoch" }, { "modified": "periapsis", "readable": "periapsis", "graph": "property:periapsis" }, { "modified": "1099_Figneria", "readable": "1099 Figneria", "graph": "resource:1099_Figneria" }, { "modified": "2006-12-31", "readable": "2006-12-31", "graph": "resource:2006_12_31" }, { "modified": "349206000000.0", "readable": "349206000000.0", "graph": "resource:349206000000_0" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?r property:epoch ?t . ?r property:periapsis ?i . ?r rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?t ) , '2006' ) ) }", "readable_query": "SELECT DISTINCT ?i WHERE { ?r property:epoch ?t . ?r property:periapsis ?i . ?r rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?t ) , '2006' ) ) }", "graph_answer": [ "resource:349206000000_0" ], "readable_answer": [ "349206000000.0" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { ?k property:periapsis resource:349206000000_0 . ?k property:epoch ?o . FILTER ( CONTAINS ( YEAR ( ?o ) , '2006' ) ) . ?k rdf:type ontology:celestial_body }", "readable_query": "SELECT DISTINCT ?o WHERE { ?k property:periapsis resource:349206000000.0 . ?k property:epoch ?o . FILTER ( CONTAINS ( YEAR ( ?o ) , '2006' ) ) . ?k rdf:type ontology:celestial_body }", "graph_answer": [ "resource:2006_12_31" ], "readable_answer": [ "2006-12-31" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?v rdf:type ontology:celestial_body . ?v property:epoch ?d . ?v property:apoapsis ?n . FILTER ( CONTAINS ( YEAR ( ?d ) , '2006' ) ) }", "readable_query": "SELECT DISTINCT ?n WHERE { ?v rdf:type ontology:celestial_body . ?v property:epoch ?d . ?v property:apoapsis ?n . FILTER ( CONTAINS ( YEAR ( ?d ) , '2006' ) ) }", "graph_answer": [ "605718000.0 (kilometres)" ], "readable_answer": [ "605718000.0" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "date_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?n WHERE { ?n property:apoapsis '605718000.0 (kilometres)' . ?n property:epoch ?o . ?n rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?o ) , '2006' ) ) }", "readable_query": "SELECT DISTINCT ?n WHERE { ?n property:apoapsis '605718000.0 (kilometres)' . ?n property:epoch ?o . ?n rdf:type ontology:celestial_body . FILTER ( CONTAINS ( YEAR ( ?o ) , '2006' ) ) }", "graph_answer": [ "resource:1099_Figneria" ], "readable_answer": [ "1099 Figneria" ], "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" ] } ]
Politician
5
12521
Id40
[ { "subject": "Abraham_A._Ribicoff", "property": "spouse", "object": "Casey_Ribicoff" }, { "subject": "Abraham_A._Ribicoff", "property": "deathPlace", "object": "New_York_City" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "\"American\"@en" }, { "subject": "Abraham_A._Ribicoff", "property": "birthPlace", "object": "United_States" } ]
[ { "subject": "Abraham_A._Ribicoff", "property": "spouse", "object": "Casey_Ribicoff" }, { "subject": "Abraham_A._Ribicoff", "property": "deathPlace", "object": "New_York_City" }, { "subject": "United_States", "property": "ethnicGroup", "object": "Native_Americans_in_the_United_States" }, { "subject": "Abraham_A._Ribicoff", "property": "nationality", "object": "American" }, { "subject": "Abraham_A._Ribicoff", "property": "birthPlace", "object": "United_States" } ]
(X (X) (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "United States born Abraham A. Ribicoff, died in New York City. He was married to Casey Ribicoff. Native Americans are an ethnic group in the U.S.", "Abraham A. Ribicoff was a national of the United States where he was born and where the Native Americans are an ethnic group. He was married to Casey Ribicoff and died in New York City.", "Native Americans are the ethnic group in the United States, the country where Abraham A Ribicoff was born and is from. Casey Ribicoff was the wife of Abraham A. Ribicoff, who died in New York City." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:United_States", "property:ethnic_group", "resource:Native_Americans_in_the_United_States" ], [ "resource:Abraham_A__Ribicoff", "property:spouse", "resource:Casey_Ribicoff" ], [ "resource:Abraham_A__Ribicoff", "rdf:type", "ontology:politician" ], [ "resource:Abraham_A__Ribicoff", "property:death_place", "resource:New_York_City" ], [ "resource:Abraham_A__Ribicoff", "property:nationality", "resource:American" ], [ "resource:Abraham_A__Ribicoff", "property:birth_place", "resource:United_States" ] ]
Abraham_A._Ribicoff
[ { "modified": "birthPlace", "readable": "birth place", "graph": "property:birth_place" }, { "modified": "deathPlace", "readable": "death place", "graph": "property:death_place" }, { "modified": "ethnicGroup", "readable": "ethnic group", "graph": "property:ethnic_group" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "spouse", "readable": "spouse", "graph": "property:spouse" }, { "modified": "Abraham_A._Ribicoff", "readable": "Abraham A. Ribicoff", "graph": "resource:Abraham_A__Ribicoff" }, { "modified": "American", "readable": "American", "graph": "resource:American" }, { "modified": "Casey_Ribicoff", "readable": "Casey Ribicoff", "graph": "resource:Casey_Ribicoff" }, { "modified": "Native_Americans_in_the_United_States", "readable": "Native Americans in the United States", "graph": "resource:Native_Americans_in_the_United_States" }, { "modified": "New_York_City", "readable": "New York City", "graph": "resource:New_York_City" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?b ) WHERE { resource:United_States property:ethnic_group ?i }", "readable_query": "SELECT DISTINCT ( COUNT ( ?i ) AS ?b ) WHERE { resource:United_States property:ethnic_group ?i }", "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_States property:ethnic_group ?v }", "readable_query": "SELECT DISTINCT ?v WHERE { resource:United_States property:ethnic_group ?v }", "graph_answer": [ "resource:Native_Americans_in_the_United_States" ], "readable_answer": [ "Native Americans in the United States" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:death_place resource:New_York_City . ?a property:birth_place ?g . ?g property:ethnic_group resource:Native_Americans_in_the_United_States . ?a rdf:type ontology:politician }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:death_place resource:New_York_City . ?a property:birth_place ?g . ?g property:ethnic_group resource:Native_Americans_in_the_United_States . ?a rdf:type ontology:politician }", "graph_answer": [ "resource:Abraham_A__Ribicoff" ], "readable_answer": [ "Abraham A. Ribicoff" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l ?k WHERE { resource:Abraham_A__Ribicoff property:nationality ?k . resource:Abraham_A__Ribicoff property:spouse ?l }", "readable_query": "SELECT DISTINCT ?l ?k WHERE { resource:Abraham_A._Ribicoff property:nationality ?k . resource:Abraham_A._Ribicoff property:spouse ?l }", "graph_answer": [ "resource:Casey_Ribicoff", "resource:American" ], "readable_answer": [ "Casey Ribicoff", "American" ], "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 { ?j rdf:type ontology:politician . ?j property:birth_place resource:United_Kingdom . ?j property:spouse ?x }", "readable_query": "ASK WHERE { ?j rdf:type ontology:politician . ?j property:birth_place resource:United_Kingdom . ?j property:spouse ?x }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison" ] } ]
MeanOfTransportation
4
10114
Id88
[ { "subject": "Acura_TLX", "property": "assembly", "object": "Marysville,_Ohio" }, { "subject": "Acura_TLX", "property": "engine", "object": "Acura_TLX__10" }, { "subject": "Acura_TLX", "property": "layout", "object": "Front-engine_design" }, { "subject": "Acura_TLX", "property": "class", "object": "Luxury_vehicle" } ]
[ { "subject": "Acura_TLX", "property": "assembly", "object": "Marysville,_Ohio" }, { "subject": "Acura_TLX", "property": "engine", "object": "V6_engine" }, { "subject": "Acura_TLX", "property": "layout", "object": "Front-engine_design" }, { "subject": "Acura_TLX", "property": "class", "object": "Luxury_vehicle" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Acura TLX is a luxury class of vehicle which was assembled in Marysville, Ohio. It had a front engine design layout and a V6 engine.", "Acura TLX is a luxury class of vehicle with a V6 engine and a front engine design. It is assembled in Marysville, Ohio.", "Acura TLX is a luxury class of vehicle with a V6 engine and a front engine design. It was assembled in Marysville, Ohio." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Acura_TLX", "property:engine", "resource:V6_engine" ], [ "resource:Acura_TLX", "rdf:type", "ontology:mean_of_transportation" ], [ "resource:Acura_TLX", "property:layout", "resource:Front_engine_design" ], [ "resource:Acura_TLX", "property:class", "resource:Luxury_vehicle" ], [ "resource:Acura_TLX", "property:assembly", "resource:Marysville__Ohio" ] ]
Acura_TLX
[ { "modified": "assembly", "readable": "assembly", "graph": "property:assembly" }, { "modified": "class", "readable": "class", "graph": "property:class" }, { "modified": "engine", "readable": "engine", "graph": "property:engine" }, { "modified": "layout", "readable": "layout", "graph": "property:layout" }, { "modified": "Acura_TLX", "readable": "Acura TLX", "graph": "resource:Acura_TLX" }, { "modified": "Front-engine_design", "readable": "Front-engine design", "graph": "resource:Front_engine_design" }, { "modified": "Luxury_vehicle", "readable": "Luxury vehicle", "graph": "resource:Luxury_vehicle" }, { "modified": "Marysville,_Ohio", "readable": "Marysville, Ohio", "graph": "resource:Marysville__Ohio" }, { "modified": "V6_engine", "readable": "V6 engine", "graph": "resource:V6_engine" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?f property:engine ?c . FILTER ( STRSTARTS ( LCASE ( ?c ) , 'v' ) ) . ?f rdf:type ontology:mean_of_transportation . ?f property:assembly resource:Marysville__Ohio }", "readable_query": "SELECT DISTINCT ?c WHERE { ?f property:engine ?c . FILTER ( STRSTARTS ( LCASE ( ?c ) , 'v' ) ) . ?f rdf:type ontology:mean_of_transportation . ?f property:assembly resource:Marysville,_Ohio }", "graph_answer": [ "resource:V6_engine" ], "readable_answer": [ "V6 engine" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?h property:assembly resource:Marysville__Ohio . ?h rdf:type ontology:mean_of_transportation . ?h property:engine resource:V6_engine }", "readable_query": "SELECT DISTINCT ?h WHERE { ?h property:assembly resource:Marysville,_Ohio . ?h rdf:type ontology:mean_of_transportation . ?h property:engine resource:V6_engine }", "graph_answer": [ "resource:Acura_TLX" ], "readable_answer": [ "Acura TLX" ], "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 ?b ?i WHERE { resource:Acura_TLX property:class ?b . resource:Acura_TLX property:layout ?i }", "readable_query": "SELECT DISTINCT ?b ?i WHERE { resource:Acura_TLX property:class ?b . resource:Acura_TLX property:layout ?i }", "graph_answer": [ "resource:Luxury_vehicle", "resource:Front_engine_design" ], "readable_answer": [ "Luxury vehicle", "Front-engine design" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_multiple_answers", "conjunctive_only", "multiple_intentions", "no_typing", "no_answer_typing", "two_variables", "multiple_answers", "no_comparison" ] } ]
City
3
6796
Id84
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Lafayette_Township,_Madison_County,_Indiana" }, { "subject": "Lafayette_Township,_Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "subdivisionName", "object": "Indiana" } ]
[ { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Lafayette_Township,_Madison_County,_Indiana" }, { "subject": "Lafayette_Township,_Madison_County,_Indiana", "property": "country", "object": "United_States" }, { "subject": "Anderson,_Indiana", "property": "isPartOf", "object": "Indiana" } ]
(X (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Anderson is part of Lafayette Township, Madison County, which is located in Indiana, United States.", "Anderson is in Lafayette Township, Madison County, Indiana; which is in the United States.", "Anderson is a city that's part of Lafayette Township, Madison County, Indiana and is found in the United States." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Lafayette_Township__Madison_County__Indiana", "property:country", "resource: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": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Anderson,_Indiana", "readable": "Anderson, Indiana", "graph": "resource:Anderson__Indiana" }, { "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { FILTER ( ?m != resource:Indiana ) . resource:Anderson__Indiana property:is_part_of ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { FILTER ( ?m != resource:Indiana ) . resource:Anderson,_Indiana property:is_part_of ?m }", "graph_answer": [ "resource:Lafayette_Township__Madison_County__Indiana" ], "readable_answer": [ "Lafayette Township, Madison County, Indiana" ], "type": [ "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { { resource:Anderson__Indiana property:is_part_of ?r } MINUS { ?r property:country resource:United_States } }", "readable_query": "SELECT DISTINCT ?r WHERE { { resource:Anderson,_Indiana property:is_part_of ?r } MINUS { ?r property:country resource:United_States } }", "graph_answer": [ "resource:Indiana" ], "readable_answer": [ "Indiana" ], "type": [ "coreference", "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
City
3
6821
Id109
[ { "subject": "Arlington,_Texas", "property": "isPartOf", "object": "Tarrant_County,_Texas" }, { "subject": "Tarrant_County,_Texas", "property": "largestCity", "object": "Fort_Worth,_Texas" }, { "subject": "Tarrant_County,_Texas", "property": "country", "object": "United_States" } ]
[ { "subject": "Arlington,_Texas", "property": "isPartOf", "object": "Tarrant_County,_Texas" }, { "subject": "Tarrant_County,_Texas", "property": "largestCity", "object": "Fort_Worth,_Texas" }, { "subject": "Tarrant_County,_Texas", "property": "country", "object": "United_States" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Arlington is part of Tarrant County, Texas in the United States and the state's largest city is Fort Worth.", "Arlington, Tarrant County, is in Texas in the U.S. Fort Worth is the largest city in Tarrant County.", "Arlington in the United States is part of Tarrant County in Texas where the largest city is Fort Worth." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Arlington__Texas", "rdf:type", "ontology:city" ], [ "resource:Arlington__Texas", "property:is_part_of", "resource:Tarrant_County__Texas" ], [ "resource:Tarrant_County__Texas", "property:largest_city", "resource:Fort_Worth__Texas" ], [ "resource:Tarrant_County__Texas", "property:country", "resource:United_States" ] ]
Arlington,_Texas
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "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": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?d property:country resource:United_States . ?d property:largest_city resource:Anderson__Indiana }", "readable_query": "ASK WHERE { ?d property:country resource:United_States . ?d property:largest_city resource:Anderson,_Indiana }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "complete", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?g property:largest_city resource:Fort_Worth__Texas . ?g property:country resource:United_States }", "readable_query": "ASK WHERE { ?g property:largest_city resource:Fort_Worth,_Texas . ?g property:country resource:United_States }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "no_typing", "no_hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?t WHERE { ?t property:largest_city resource:Fort_Worth__Texas . ?t property:country resource:United_States }", "readable_query": "SELECT ?t WHERE { ?t property:largest_city resource:Fort_Worth,_Texas . ?t property:country resource:United_States }", "graph_answer": [ "resource:Tarrant_County__Texas" ], "readable_answer": [ "Tarrant County, Texas" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { ?y property:is_part_of resource:Tarrant_County__Texas . ?y rdf:type ontology:city }", "readable_query": "SELECT DISTINCT ?y WHERE { ?y property:is_part_of resource:Tarrant_County,_Texas . ?y rdf:type ontology:city }", "graph_answer": [ "resource:Arlington__Texas" ], "readable_answer": [ "Arlington, Texas" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Building
4
9207
Id130
[ { "subject": "Gujarat", "property": "leaderName", "object": "Anandiben_Patel" }, { "subject": "Amdavad_ni_Gufa", "property": "location", "object": "Ahmedabad" }, { "subject": "Amdavad_ni_Gufa", "property": "locationTown", "object": "Gujarat" }, { "subject": "Amdavad_ni_Gufa", "property": "locationCountry", "object": "India" } ]
[ { "subject": "Amdavad_ni_Gufa", "property": "location", "object": "Gujarat" }, { "subject": "Gujarat", "property": "leader", "object": "Anandiben_Patel" }, { "subject": "Amdavad_ni_Gufa", "property": "location", "object": "Ahmedabad" }, { "subject": "Amdavad_ni_Gufa", "property": "country", "object": "India" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Amdavad ni Gufa can be found in Gujarat, Ahmedabad, India, where Gujarat is led by Anandiben Patel.", "Anandiben Patel was the leader of Gujarat, which is where Amdavad ni Gufa is located in Ahmedabad, India.", "Amdavad ni Gufa can be found in Gujarat, Ahmedabad, India, where the leader of Gujarat is Anandiben Patel." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Amdavad_ni_Gufa", "rdf:type", "ontology:building" ], [ "resource:Amdavad_ni_Gufa", "property:location", "resource:Ahmedabad" ], [ "resource:Amdavad_ni_Gufa", "property:location", "resource:Gujarat" ], [ "resource:Amdavad_ni_Gufa", "property:country", "resource:India" ], [ "resource:Gujarat", "property:leader", "resource:Anandiben_Patel" ] ]
Amdavad_ni_Gufa
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Ahmedabad", "readable": "Ahmedabad", "graph": "resource:Ahmedabad" }, { "modified": "Amdavad_ni_Gufa", "readable": "Amdavad ni Gufa", "graph": "resource:Amdavad_ni_Gufa" }, { "modified": "Anandiben_Patel", "readable": "Anandiben Patel", "graph": "resource:Anandiben_Patel" }, { "modified": "Gujarat", "readable": "Gujarat", "graph": "resource:Gujarat" }, { "modified": "India", "readable": "India", "graph": "resource:India" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m WHERE { ?m property:leader resource:Anandiben_Patel . ?o rdf:type ontology:building . ?o property:location ?m . ?o property:location resource:Ahmedabad }", "readable_query": "SELECT DISTINCT ?m WHERE { ?m property:leader resource:Anandiben_Patel . ?o rdf:type ontology:building . ?o property:location ?m . ?o property:location resource:Ahmedabad }", "graph_answer": [ "resource:Gujarat" ], "readable_answer": [ "Gujarat" ], "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 ?j WHERE { ?j property:location resource:Gujarat . resource:Gujarat property:leader resource:Anandiben_Patel . ?j property:location resource:Ahmedabad . ?j rdf:type ontology:building }", "readable_query": "SELECT DISTINCT ?j WHERE { ?j property:location resource:Gujarat . resource:Gujarat property:leader resource:Anandiben_Patel . ?j property:location resource:Ahmedabad . ?j rdf:type ontology:building }", "graph_answer": [ "resource:Amdavad_ni_Gufa" ], "readable_answer": [ "Amdavad ni Gufa" ], "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 ?j WHERE { resource:Amdavad_ni_Gufa property:distributor ?j }", "readable_query": "SELECT DISTINCT ?j WHERE { resource:Amdavad_ni_Gufa property:distributor ?j }", "graph_answer": [], "readable_answer": [], "type": [ "coreference", "non_sense", "no_answer", "single_triple", "direct", "direct_none", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
WrittenWork
4
10806
Id25
[ { "subject": "ACM_Transactions_on_Information_Systems", "property": "issn", "object": "\"1046-8188\"" }, { "subject": "ACM_Transactions_on_Information_Systems", "property": "abbreviation", "object": "\"ACM Trans. Inf. Syst.\"@en" }, { "subject": "ACM_Transactions_on_Information_Systems", "property": "lccn", "object": "89646863" }, { "subject": "ACM_Transactions_on_Information_Systems", "property": "coden", "object": "\"ATISET\"" } ]
[ { "subject": "ACM_Transactions_on_Information_Systems", "property": "issnNumber", "object": "\"1046-8188\"" }, { "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": "codenCode", "object": "\"ATISET\"" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "ACM Transactions on Information Systems (abbreviated to ACM Trans. Inf. Syst.) has the CODEN code ATISET. It has the ISSN number of 1046-8188 and LCCN number 89646863.", "ACM Transactions on Information Systems (abbrv. ACM Trans. Inf. Syst) has the CODEN code 'ATISET'. Its ISSN and LCCN numbers are 1046-8188 and 89646863 respectively.", "ACM Transactions on Information Systems has the abbreviation ACM Trans. Inf. Syst. It also has the ISSN number 1046-8188. As well as the CODEN code \"ATISET\" and the LCCN number 89646863." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:ACM_Transactions_on_Information_Systems", "property:coden_code", "resource:ATISET" ], [ "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:issn_number", "1046-8188" ] ]
ACM_Transactions_on_Information_Systems
[ { "modified": "1046-8188", "readable": "1046-8188", "graph": "1046-8188" }, { "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": "codenCode", "readable": "coden code", "graph": "property:coden_code" }, { "modified": "issnNumber", "readable": "issn number", "graph": "property:issn_number" }, { "modified": "LCCN_number", "readable": "l c c n number", "graph": "property:l_c_c_n_number" }, { "modified": "ACM_Transactions_on_Information_Systems", "readable": "ACM Transactions on Information Systems", "graph": "resource:ACM_Transactions_on_Information_Systems" }, { "modified": "ATISET", "readable": "ATISET", "graph": "resource:ATISET" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?t property:l_c_c_n_number ?r . ?t property:issn_number ?c . ?t rdf:type ontology:written_work . FILTER ( ?r != '130000000' ) }", "readable_query": "SELECT DISTINCT ?c WHERE { ?t property:l_c_c_n_number ?r . ?t property:issn_number ?c . ?t rdf:type ontology:written_work . FILTER ( ?r != '130000000' ) }", "graph_answer": [ "1046-8188" ], "readable_answer": [ "1046-8188" ], "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 { ?r property:issn_number '1046-8188' . ?r property:coden_code resource:AAIDBI . ?r rdf:type ontology:written_work }", "readable_query": "ASK WHERE { ?r property:issn_number '1046-8188' . ?r property:coden_code resource:AAIDBI . ?r rdf:type ontology:written_work }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?p rdf:type ontology:written_work . ?p property:coden_code resource:ATISET . ?p property:issn_number '1046-8188' }", "readable_query": "ASK WHERE { ?p rdf:type ontology:written_work . ?p property:coden_code resource:ATISET . ?p property:issn_number '1046-8188' }", "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 ?e WHERE { ?e rdf:type ontology:written_work . ?e property:coden_code resource:ATISET . ?e property:issn_number '1046-8188' }", "readable_query": "SELECT ?e WHERE { ?e rdf:type ontology:written_work . ?e property:coden_code resource:ATISET . ?e property:issn_number '1046-8188' }", "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 ?v ?m WHERE { resource:ACM_Transactions_on_Information_Systems property:abbreviation ?m . resource:ACM_Transactions_on_Information_Systems property:l_c_c_n_number ?v }", "readable_query": "SELECT DISTINCT ?v ?m WHERE { resource:ACM_Transactions_on_Information_Systems property:abbreviation ?m . resource:ACM_Transactions_on_Information_Systems property:l_c_c_n_number ?v }", "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" ] } ]
Monument
7
13152
Id20
[ { "subject": "Turkey", "property": "leader", "object": "Ahmet_Davutoğlu" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "designer", "object": "Pietro_Canonica" }, { "subject": "Turkey", "property": "capital", "object": "Ankara" }, { "subject": "Turkey", "property": "largestCity", "object": "Istanbul" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "material", "object": "\"Bronze\"@en" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "open", "object": "\"1932-07-27\"^^xsd:date" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" } ]
[ { "subject": "Turkey", "property": "leader", "object": "Ahmet_Davutoğlu" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "designer", "object": "Pietro_Canonica" }, { "subject": "Turkey", "property": "capital", "object": "Ankara" }, { "subject": "Turkey", "property": "largestCity", "object": "Istanbul" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "material", "object": "\"Bronze\"" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "inaugurationDate", "object": "\"1932-07-27\"" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" } ]
(X (X) (X) (X) (X (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The largest city in Turkey is Istanbul, although the capital city is Ankara. The country is led by Ahmet Davutoglu and is the location of the bronze Ataturk Monument designed by Pietro Canonica which was inaugurated on 27 July 1932 and is located in Izmir.", "The Turkish leader is Ahmet Davutoglu and although the largest city is Istanbul, the capital is Ankara. Izmir is the location of the Ataturk monument designed by Pietro Canonica in bronze and inaugurated on 27 July 1932.", "The largest city in Turkey is Istanbul, and the capital city is Ankara. The country is led by Ahmet Davutoglu and is the location of the bronze Ataturk monument which was designed by Pietro Canonica and inaugurated in Izmir on 27 July 1932." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Turkey", "property:largest_city", "resource:Istanbul" ], [ "resource:Turkey", "property:leader", "resource:Ahmet_Davuto_lu" ], [ "resource:Turkey", "property:capital", "resource:Ankara" ], [ "resource:Atat_rk_Monument___zmir_", "rdf:type", "ontology:monument" ], [ "resource:Atat_rk_Monument___zmir_", "property:location", "resource:Turkey" ], [ "resource:Atat_rk_Monument___zmir_", "property:inauguration_date", "1932-07-27" ], [ "resource:Atat_rk_Monument___zmir_", "property:material", "resource:Bronze" ], [ "resource:Atat_rk_Monument___zmir_", "property:designer", "resource:Pietro_Canonica" ] ]
Atatürk_Monument_(İzmir)
[ { "modified": "1932-07-27", "readable": "1932-07-27", "graph": "1932-07-27" }, { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "designer", "readable": "designer", "graph": "property:designer" }, { "modified": "inaugurationDate", "readable": "inauguration date", "graph": "property:inauguration_date" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "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": "Ankara", "readable": "Ankara", "graph": "resource:Ankara" }, { "modified": "Atatürk_Monument_(İzmir)", "readable": "Atatürk Monument", "graph": "resource:Atat_rk_Monument___zmir_" }, { "modified": "Bronze", "readable": "Bronze", "graph": "resource:Bronze" }, { "modified": "Istanbul", "readable": "Istanbul", "graph": "resource:Istanbul" }, { "modified": "Pietro_Canonica", "readable": "Pietro Canonica", "graph": "resource:Pietro_Canonica" }, { "modified": "Turkey", "readable": "Turkey", "graph": "resource:Turkey" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?t = \"1932-07-27\" ) . ?r rdf:type ontology:monument . ?e property:capital resource:Ankara . ?r property:location ?e . ?r property:inauguration_date ?t }", "readable_query": "SELECT DISTINCT ?r WHERE { FILTER ( ?t = \"1932-07-27\" ) . ?r rdf:type ontology:monument . ?e property:capital resource:Ankara . ?r property:location ?e . ?r property:inauguration_date ?t }", "graph_answer": [ "resource:Atat_rk_Monument___zmir_" ], "readable_answer": [ "Atatürk Monument" ], "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 ?k WHERE { ?k property:capital resource:Ankara . ?k property:largest_city resource:Istanbul . FILTER ( STRSTARTS ( LCASE ( ?k ) , 't' ) ) }", "readable_query": "SELECT DISTINCT ?k WHERE { ?k property:capital resource:Ankara . ?k property:largest_city resource:Istanbul . FILTER ( STRSTARTS ( LCASE ( ?k ) , 't' ) ) }", "graph_answer": [ "resource:Turkey" ], "readable_answer": [ "Turkey" ], "type": [ "coreference", "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 ?m WHERE { resource:Turkey property:general_manager ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Turkey property:general_manager ?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" ] } ]
City
2
4249
Id99
[ { "subject": "Atlanta", "property": "isPartOf", "object": "Georgia_(U.S._state)" }, { "subject": "Atlanta", "property": "subdivisionName", "object": "\"Georgia\"@en" } ]
[ { "subject": "Atlanta", "property": "isPartOf", "object": "Georgia_(U.S._state)" }, { "subject": "Atlanta", "property": "isPartOf", "object": "\"Georgia\"" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Atlanta can be found in the US state of Georgia.", "Atlanta is part of Georgia in the United States." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Atlanta", "rdf:type", "ontology:city" ], [ "resource:Atlanta", "property:is_part_of", "resource:Georgia" ], [ "resource:Atlanta", "property:is_part_of", "resource:Georgia__U_S__state_" ] ]
Atlanta
[ { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Atlanta", "readable": "Atlanta", "graph": "resource:Atlanta" }, { "modified": "Georgia", "readable": "Georgia", "graph": "resource:Georgia" }, { "modified": "Georgia_(U.S._state)", "readable": "Georgia", "graph": "resource:Georgia__U_S__state_" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?w ) WHERE { resource:Atlanta property:is_part_of ?f }", "readable_query": "SELECT DISTINCT ( COUNT ( ?f ) AS ?w ) WHERE { resource:Atlanta property:is_part_of ?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 ?q WHERE { resource:Atlanta property:is_part_of ?q }", "readable_query": "SELECT DISTINCT ?q WHERE { resource:Atlanta property:is_part_of ?q }", "graph_answer": [ "resource:Georgia", "resource:Georgia__U_S__state_" ], "readable_answer": [ "Georgia", "Georgia" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
4
8584
Id182
[ { "subject": "Harrietstown,_New_York", "property": "country", "object": "United_States" }, { "subject": "Saranac_Lake,_New_York", "property": "subdivisionName", "object": "Harrietstown,_New_York" }, { "subject": "Saranac_Lake,_New_York", "property": "isPartOf", "object": "Essex_County,_New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "city", "object": "Saranac_Lake,_New_York" } ]
[ { "subject": "Harrietstown,_New_York", "property": "country", "object": "United_States" }, { "subject": "Saranac_Lake,_New_York", "property": "isPartOf", "object": "Harrietstown,_New_York" }, { "subject": "Saranac_Lake,_New_York", "property": "isPartOf", "object": "Essex_County,_New_York" }, { "subject": "Adirondack_Regional_Airport", "property": "cityServed", "object": "Saranac_Lake,_New_York" } ]
(X (X (X) (X (X))))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Adirondack Regional Airport serves the city of Saranac Lake, New York part of Harrietstown and Essex County, New York, U.S.", "Adirondack Regional Airport serves the city of Saranac Lake which is part of Harrietstown and Essex County, New York, USA.", "Adirondack Regional Airport serves Harrietstown, Essex County and Saranac Lake, New York (United States)." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Adirondack_Regional_Airport", "rdf:type", "ontology:airport" ], [ "resource:Adirondack_Regional_Airport", "property:city_served", "resource:Saranac_Lake__New_York" ], [ "resource:Harrietstown__New_York", "property:country", "resource:United_States" ], [ "resource:Saranac_Lake__New_York", "property:is_part_of", "resource:Harrietstown__New_York" ], [ "resource:Saranac_Lake__New_York", "property:is_part_of", "resource:Essex_County__New_York" ] ]
Adirondack_Regional_Airport
[ { "modified": "cityServed", "readable": "city served", "graph": "property:city_served" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "isPartOf", "readable": "is part of", "graph": "property:is_part_of" }, { "modified": "Adirondack_Regional_Airport", "readable": "Adirondack Regional Airport", "graph": "resource:Adirondack_Regional_Airport" }, { "modified": "Essex_County,_New_York", "readable": "Essex County, New York", "graph": "resource:Essex_County__New_York" }, { "modified": "Harrietstown,_New_York", "readable": "Harrietstown, New York", "graph": "resource:Harrietstown__New_York" }, { "modified": "Saranac_Lake,_New_York", "readable": "Saranac Lake, New York", "graph": "resource:Saranac_Lake__New_York" }, { "modified": "United_States", "readable": "United States", "graph": "resource:United_States" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { { resource:Saranac_Lake__New_York property:is_part_of ?c } MINUS { ?c property:country resource:United_States } }", "readable_query": "SELECT DISTINCT ?c WHERE { { resource:Saranac_Lake,_New_York property:is_part_of ?c } MINUS { ?c property:country resource:United_States } }", "graph_answer": [ "resource:Essex_County__New_York" ], "readable_answer": [ "Essex County, New York" ], "type": [ "complete", "meaningful", "answer", "two_triples", "sibling", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { FILTER ( ?u != resource:Essex_County__New_York ) . resource:Saranac_Lake__New_York property:is_part_of ?u }", "readable_query": "SELECT DISTINCT ?u WHERE { FILTER ( ?u != resource:Essex_County,_New_York ) . resource:Saranac_Lake,_New_York property:is_part_of ?u }", "graph_answer": [ "resource:Harrietstown__New_York" ], "readable_answer": [ "Harrietstown, New York" ], "type": [ "ellipsis", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "exclusive", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { resource:Adirondack_Regional_Airport rdf:type ontology:airport . resource:Adirondack_Regional_Airport property:city_served resource:Saranac_Lake__New_York }", "readable_query": "ASK WHERE { resource:Adirondack_Regional_Airport rdf:type ontology:airport . resource:Adirondack_Regional_Airport property:city_served resource:Saranac_Lake,_New_York }", "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" ] } ]
University
4
10738
Id30
[ { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "postgrad", "object": "\"~700\"@en" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliations", "object": "Visvesvaraya_Technological_University" } ]
[ { "subject": "Acharya_Institute_of_Technology", "property": "city", "object": "Bangalore" }, { "subject": "Acharya_Institute_of_Technology", "property": "country", "object": "\"India\"" }, { "subject": "Acharya_Institute_of_Technology", "property": "numberOfPostgraduateStudents", "object": "700" }, { "subject": "Acharya_Institute_of_Technology", "property": "affiliation", "object": "Visvesvaraya_Technological_University" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Acharya Institute of Technology, Bangalore, India, has 700 postgraduate students and is affiliated with Visvesvaraya Technological University.", "Acharya Institute of Technology in Bangalore, India has 700 post graduate students. The Institute is affiliated with Visvesvaraya Technological University.", "An affiliate of Visvesvaraya Technological University, Acharya Institute of Technology in Bangalore, India has 700 postgraduate students." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Acharya_Institute_of_Technology", "property:city", "resource:Bangalore" ], [ "resource:Acharya_Institute_of_Technology", "rdf:type", "ontology:university" ], [ "resource:Acharya_Institute_of_Technology", "property:affiliation", "resource:Visvesvaraya_Technological_University" ], [ "resource:Acharya_Institute_of_Technology", "property:country", "resource:India" ], [ "resource:Acharya_Institute_of_Technology", "property:number_of_postgraduate_students", "700" ] ]
Acharya_Institute_of_Technology
[ { "modified": "700", "readable": "700", "graph": "700" }, { "modified": "affiliation", "readable": "affiliation", "graph": "property:affiliation" }, { "modified": "city", "readable": "city", "graph": "property:city" }, { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "numberOfPostgraduateStudents", "readable": "number of postgraduate students", "graph": "property:number_of_postgraduate_students" }, { "modified": "Acharya_Institute_of_Technology", "readable": "Acharya Institute of Technology", "graph": "resource:Acharya_Institute_of_Technology" }, { "modified": "Bangalore", "readable": "Bangalore", "graph": "resource:Bangalore" }, { "modified": "India", "readable": "India", "graph": "resource:India" }, { "modified": "Visvesvaraya_Technological_University", "readable": "Visvesvaraya Technological University", "graph": "resource:Visvesvaraya_Technological_University" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { ?u property:number_of_postgraduate_students ?t . ?u rdf:type ontology:university . FILTER ( ?t != '500' ) . ?u property:country ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { ?u property:number_of_postgraduate_students ?t . ?u rdf:type ontology:university . FILTER ( ?t != '500' ) . ?u property:country ?k }", "graph_answer": [ "resource:India" ], "readable_answer": [ "India" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?h WHERE { ?g property:number_of_postgraduate_students ?h . ?g rdf:type ontology:university . FILTER ( ?h != '500' ) . ?g property:country resource:India }", "readable_query": "SELECT DISTINCT ?h WHERE { ?g property:number_of_postgraduate_students ?h . ?g rdf:type ontology:university . FILTER ( ?h != '500' ) . ?g property:country resource:India }", "graph_answer": [ "700" ], "readable_answer": [ "700" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "comparison", "number_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:university . ?x property:number_of_postgraduate_students 700 . ?x property:country resource:India }", "readable_query": "SELECT DISTINCT ?x WHERE { ?x rdf:type ontology:university . ?x property:number_of_postgraduate_students 700 . ?x property:country resource:India }", "graph_answer": [ "resource:Acharya_Institute_of_Technology" ], "readable_answer": [ "Acharya Institute of Technology" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "direct", "direct_single", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?u ?i WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?i . resource:Acharya_Institute_of_Technology property:city ?u }", "readable_query": "SELECT DISTINCT ?u ?i WHERE { resource:Acharya_Institute_of_Technology property:affiliation ?i . resource:Acharya_Institute_of_Technology property:city ?u }", "graph_answer": [ "resource:Bangalore", "resource:Visvesvaraya_Technological_University" ], "readable_answer": [ "Bangalore", "Visvesvaraya Technological University" ], "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" ] } ]
Company
4
9672
Id18
[ { "subject": "Chinabank", "property": "numberOfEmployees", "object": "5594" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Insular_Government_of_the_Philippine_Islands" }, { "subject": "Chinabank", "property": "foundingYear", "object": "1920-01-01" }, { "subject": "Chinabank", "property": "service", "object": "Banking" } ]
[ { "subject": "Chinabank", "property": "numberOfEmployees", "object": "5594" }, { "subject": "Chinabank", "property": "foundationPlace", "object": "Insular_Government_of_the_Philippine_Islands" }, { "subject": "Chinabank", "property": "foundingDate", "object": "1920-08-16" }, { "subject": "Chinabank", "property": "service", "object": "Banking" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Chinabank, a banking service founded in the Insular Government of the Philippine Islands, was founded on August 16, 1920 and employs 5594 people.", "Chinabank was founded on 1920-08-06 during the time of the Philippines Insular Government and operates in banking with 5594 employees.", "The Insular Government of the Philippine Islands is the founding place of Chinabank. Chinabank is a bank employing 5594 workers and was founded on 16th of August, 1920." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Chinabank", "property:founding_date", "resource:1920_08_16" ], [ "resource:Chinabank", "property:number_of_employees", "resource:5594" ], [ "resource:Chinabank", "rdf:type", "ontology:company" ], [ "resource:Chinabank", "property:foundation_place", "resource:Insular_Government_of_the_Philippine_Islands" ], [ "resource:Chinabank", "property:service", "resource:Banking" ] ]
Chinabank
[ { "modified": "foundationPlace", "readable": "foundation place", "graph": "property:foundation_place" }, { "modified": "foundingDate", "readable": "founding date", "graph": "property:founding_date" }, { "modified": "numberOfEmployees", "readable": "number of employees", "graph": "property:number_of_employees" }, { "modified": "service", "readable": "service", "graph": "property:service" }, { "modified": "1920-08-16", "readable": "1920-08-16", "graph": "resource:1920_08_16" }, { "modified": "5594", "readable": "5594", "graph": "resource:5594" }, { "modified": "Banking", "readable": "Banking", "graph": "resource:Banking" }, { "modified": "Chinabank", "readable": "Chinabank", "graph": "resource:Chinabank" }, { "modified": "Insular_Government_of_the_Philippine_Islands", "readable": "Insular Government of the Philippine Islands", "graph": "resource:Insular_Government_of_the_Philippine_Islands" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?a = \"1920_08_16\" ) . ?g rdf:type ontology:company . ?g property:founding_date ?a . ?g property:service ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { FILTER ( ?a = \"1920-08-16\" ) . ?g rdf:type ontology:company . ?g property:founding_date ?a . ?g property:service ?l }", "graph_answer": [ "resource:Banking" ], "readable_answer": [ "Banking" ], "type": [ "complete", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "more_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "ASK WHERE { ?m property:number_of_employees '29000' . ?m property:service resource:Banking . ?m rdf:type ontology:company }", "readable_query": "ASK WHERE { ?m property:number_of_employees '29000' . ?m property:service resource:Banking . ?m rdf:type ontology:company }", "graph_answer": [ "False" ], "readable_answer": [ "False" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "false_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "ASK WHERE { ?q property:number_of_employees resource:5594 . ?q rdf:type ontology:company . ?q property:service resource:Banking }", "readable_query": "ASK WHERE { ?q property:number_of_employees resource:5594 . ?q rdf:type ontology:company . ?q property:service resource:Banking }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "two_triples", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "hidden_variable_typing", "one_variable", "single_answer", "no_comparison" ] }, { "question": [], "graph_query": "SELECT ?o WHERE { ?o property:service resource:Banking . ?o rdf:type ontology:company . ?o property:number_of_employees resource:5594 }", "readable_query": "SELECT ?o WHERE { ?o property:service resource:Banking . ?o rdf:type ontology:company . ?o property:number_of_employees resource:5594 }", "graph_answer": [ "resource:Chinabank" ], "readable_answer": [ "Chinabank" ], "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 ?m WHERE { resource:Chinabank property:foundation_place ?m }", "readable_query": "SELECT DISTINCT ?m WHERE { resource:Chinabank property:foundation_place ?m }", "graph_answer": [ "resource:Insular_Government_of_the_Philippine_Islands" ], "readable_answer": [ "Insular Government of the Philippine Islands" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Politician
4
10326
Id10
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Ab_Klink", "property": "office", "object": "\"Member of the Senate\"" }, { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" } ]
[ { "subject": "Ab_Klink", "property": "almaMater", "object": "Erasmus_University_Rotterdam" }, { "subject": "Ab_Klink", "property": "office", "object": "\"Member of the Senate\"" }, { "subject": "Ab_Klink", "property": "party", "object": "Christian_Democratic_Appeal" }, { "subject": "Ab_Klink", "property": "birthPlace", "object": "Stellendam" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Born in Stellendam, Ab Klink, belongs to the Christian Democratic Appeal party. He worked as a member of the senate and his Alma mater is Erasmus University Rotterdam.", "Ab Klink was born in Stellendam and was a member of the Christian Democratic Appeal Party. He worked as a member of the senate and attended Erasmus University in Rotterdam.", "Ab Klink studied at the Erasmus University in Rotterdam. He was born in Stellendam, worked as a member of the senate and belonged to the Christian Democratic Appeal party." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Ab_Klink", "property:party", "resource:Christian_Democratic_Appeal" ], [ "resource:Ab_Klink", "rdf:type", "ontology:politician" ], [ "resource:Ab_Klink", "property:office", "Member of the Senate" ], [ "resource:Ab_Klink", "property:alma_mater", "resource:Erasmus_University_Rotterdam" ], [ "resource:Ab_Klink", "property:birth_place", "resource:Stellendam" ] ]
Ab_Klink
[ { "modified": "Member of the Senate", "readable": "Member of the Senate", "graph": "Member of the Senate" }, { "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": "Ab_Klink", "readable": "Ab Klink", "graph": "resource:Ab_Klink" }, { "modified": "Christian_Democratic_Appeal", "readable": "Christian Democratic Appeal", "graph": "resource:Christian_Democratic_Appeal" }, { "modified": "Erasmus_University_Rotterdam", "readable": "Erasmus University Rotterdam", "graph": "resource:Erasmus_University_Rotterdam" }, { "modified": "Stellendam", "readable": "Stellendam", "graph": "resource:Stellendam" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?a WHERE { ?a property:birth_place resource:Stellendam . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) . ?a rdf:type ontology:politician . ?a property:party resource:Christian_Democratic_Appeal }", "readable_query": "SELECT DISTINCT ?a WHERE { ?a property:birth_place resource:Stellendam . FILTER ( STRSTARTS ( LCASE ( ?a ) , 'a' ) ) . ?a rdf:type ontology:politician . ?a property:party resource:Christian_Democratic_Appeal }", "graph_answer": [ "resource:Ab_Klink" ], "readable_answer": [ "Ab Klink" ], "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 ?g ?a WHERE { resource:Ab_Klink property:office ?g . resource:Ab_Klink property:alma_mater ?a }", "readable_query": "SELECT DISTINCT ?g ?a WHERE { resource:Ab_Klink property:office ?g . resource:Ab_Klink property:alma_mater ?a }", "graph_answer": [ "Member of the Senate", "resource:Erasmus_University_Rotterdam" ], "readable_answer": [ "Member of the Senate", "Erasmus University Rotterdam" ], "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
5
12647
Id20
[ { "subject": "A.S._Gubbio_1910", "property": "league", "object": "Serie_D" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" }, { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" }, { "subject": "Serie_D", "property": "champions", "object": "S.S._Robur_Siena" } ]
[ { "subject": "A.S._Gubbio_1910", "property": "league", "object": "Serie_D" }, { "subject": "Italy", "property": "leader", "object": "Pietro_Grasso" }, { "subject": "A.S._Gubbio_1910", "property": "ground", "object": "Italy" }, { "subject": "Italy", "property": "language", "object": "Italian_language" }, { "subject": "Serie_D", "property": "champions", "object": "S.S._Robur_Siena" } ]
(X (X (X)) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "S.S. Robur Siena are champions of Serie D. in which AS Gubbio 1910 also play. The latter club have their home ground located in Italy which is led by Pietro Grasso and uses the Italian language.", "The ground of A.S. Gubbio 1910 is located in Italy. The football club play in Serie D, the champions of which are S.S. Robur Siena. Italy is led by Pietro Grasso and the language spoken is Italian.", "A.S. Gubbio 1910 (Italy) play in Serie D. S.S. Robur Siena are champions of that serie. Pietro Grasso leads Italy. Italian is the language spoken in Italy." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Serie_D", "property:champions", "resource:S_S__Robur_Siena" ], [ "resource:A_S__Gubbio_1910", "rdf:type", "ontology:sports_team" ], [ "resource:A_S__Gubbio_1910", "property:league", "resource:Serie_D" ], [ "resource:A_S__Gubbio_1910", "property:ground", "resource:Italy" ], [ "resource:Italy", "property:leader", "resource:Pietro_Grasso" ], [ "resource:Italy", "property:language", "resource:Italian_language" ] ]
A.S._Gubbio_1910
[ { "modified": "champions", "readable": "champions", "graph": "property:champions" }, { "modified": "ground", "readable": "ground", "graph": "property:ground" }, { "modified": "language", "readable": "language", "graph": "property:language" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "A.S._Gubbio_1910", "readable": "A.S. Gubbio 1910", "graph": "resource:A_S__Gubbio_1910" }, { "modified": "Italian_language", "readable": "Italian language", "graph": "resource:Italian_language" }, { "modified": "Italy", "readable": "Italy", "graph": "resource:Italy" }, { "modified": "Pietro_Grasso", "readable": "Pietro Grasso", "graph": "resource:Pietro_Grasso" }, { "modified": "S.S._Robur_Siena", "readable": "S.S. Robur Siena", "graph": "resource:S_S__Robur_Siena" }, { "modified": "Serie_D", "readable": "Serie D", "graph": "resource:Serie_D" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?u WHERE { ?j property:ground ?u . ?j rdf:type ontology:sports_team . ?j property:league resource:Serie_D . ?u property:language resource:Italian_language }", "readable_query": "SELECT DISTINCT ?u WHERE { ?j property:ground ?u . ?j rdf:type ontology:sports_team . ?j property:league resource:Serie_D . ?u property:language resource:Italian_language }", "graph_answer": [ "resource:Italy" ], "readable_answer": [ "Italy" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:sports_team . ?q property:league resource:Serie_D . resource:Italy property:language resource:Italian_language . ?q property:ground resource:Italy }", "readable_query": "SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:sports_team . ?q property:league resource:Serie_D . resource:Italy property:language resource:Italian_language . ?q property:ground resource:Italy }", "graph_answer": [ "resource:A_S__Gubbio_1910" ], "readable_answer": [ "A.S. Gubbio 1910" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "sibling", "conjunctive_only", "entity_answer", "typing", "answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?w WHERE { resource:Italy property:leader ?w . FILTER ( CONTAINS ( LCASE ( ?w ) , 'grasso' ) ) }", "readable_query": "SELECT DISTINCT ?w WHERE { resource:Italy property:leader ?w . FILTER ( CONTAINS ( LCASE ( ?w ) , 'grasso' ) ) }", "graph_answer": [ "resource:Pietro_Grasso" ], "readable_answer": [ "Pietro Grasso" ], "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" ] } ]
ComicsCharacter
4
9652
Id33
[ { "subject": "René_Goscinny", "property": "nationality", "object": "French_people" }, { "subject": "Asterix_(character)", "property": "creator", "object": "René_Goscinny" }, { "subject": "Asterix_(character)", "property": "alterEgo", "object": "\"Astérix\"@en" }, { "subject": "Asterix_(character)", "property": "creators", "object": "Albert_Uderzo" } ]
[ { "subject": "René_Goscinny", "property": "nationality", "object": "French_people" }, { "subject": "Asterix_(comicsCharacter)", "property": "creator", "object": "René_Goscinny" }, { "subject": "Asterix_(comicsCharacter)", "property": "alternativeName", "object": "\"Astérix\"" }, { "subject": "Asterix_(comicsCharacter)", "property": "creator", "object": "Albert_Uderzo" } ]
(X (X) (X) (X (X)))
mixed
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "The comic character Asterix is sometimes called \"Astérix\" and was created by Albert Uderzo and the French national, Rene Goscinny.", "Albert Uderzo and French born René Goscinny, are the creators of the comic character Asterix, also know as Astérix." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Ren__Goscinny", "property:nationality", "resource:French_people" ], [ "resource:Asterix__comicsCharacter_", "property:creator", "resource:Ren__Goscinny" ], [ "resource:Asterix__comicsCharacter_", "property:creator", "resource:Albert_Uderzo" ], [ "resource:Asterix__comicsCharacter_", "rdf:type", "ontology:comics_character" ], [ "resource:Asterix__comicsCharacter_", "property:alternative_name", "resource:Ast_rix" ] ]
Asterix_(comicsCharacter)
[ { "modified": "alternativeName", "readable": "alternative name", "graph": "property:alternative_name" }, { "modified": "creator", "readable": "creator", "graph": "property:creator" }, { "modified": "nationality", "readable": "nationality", "graph": "property:nationality" }, { "modified": "Albert_Uderzo", "readable": "Albert Uderzo", "graph": "resource:Albert_Uderzo" }, { "modified": "Astérix", "readable": "Astérix", "graph": "resource:Ast_rix" }, { "modified": "Asterix_(comicsCharacter)", "readable": "Asterix", "graph": "resource:Asterix__comicsCharacter_" }, { "modified": "French_people", "readable": "French people", "graph": "resource:French_people" }, { "modified": "René_Goscinny", "readable": "René Goscinny", "graph": "resource:Ren__Goscinny" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?x ) WHERE { resource:Asterix__comicsCharacter_ property:creator ?c }", "readable_query": "SELECT DISTINCT ( COUNT ( ?c ) AS ?x ) WHERE { resource:Asterix_(comicsCharacter) property:creator ?c }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l WHERE { resource:Asterix__comicsCharacter_ property:creator ?l }", "readable_query": "SELECT DISTINCT ?l WHERE { resource:Asterix_(comicsCharacter) property:creator ?l }", "graph_answer": [ "resource:Ren__Goscinny", "resource:Albert_Uderzo" ], "readable_answer": [ "René Goscinny", "Albert Uderzo" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?g WHERE { resource:Asterix__comicsCharacter_ property:similar_dish ?g }", "readable_query": "SELECT DISTINCT ?g WHERE { resource:Asterix_(comicsCharacter) property:similar_dish ?g }", "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" ] } ]
Food
4
9858
Id147
[ { "subject": "Bakso", "property": "region", "object": "Indonesia" }, { "subject": "Bakso", "property": "ingredient", "object": "Noodle" }, { "subject": "Bakso", "property": "mainIngredient", "object": "\"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, fried shallots\"@en" }, { "subject": "Bakso", "property": "country", "object": "Chinese_cuisine" } ]
[ { "subject": "Bakso", "property": "region", "object": "Indonesia" }, { "subject": "Bakso", "property": "ingredient", "object": "Noodle" }, { "subject": "Bakso", "property": "mainIngredient", "object": "\"Ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, fried shallots\"" }, { "subject": "Bakso", "property": "country", "object": "Chinese_cuisine" } ]
(X (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good" ], "lid": [ "Id1", "Id2" ], "text": [ "Bakso is dish from the Chinese cuisine which is found in Indonesia. The main ingredients of bakso are ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables and fried shallots.", "Bakso is a dish of Chinese cuisine found in Indonesia and is made from ground beef, tapioca, noodle, rice vermicelli, beef broth, kailan, celery, salted vegetables, and fried shallots." ], "lang": [ "", "" ] }
[]
[]
[ [ "resource:Bakso", "property:ingredient", "resource:Noodle" ], [ "resource:Bakso", "property:main_ingredient", "resource:Ground_beef" ], [ "resource:Bakso", "property:main_ingredient", "resource:Salted_vegetables" ], [ "resource:Bakso", "property:main_ingredient", "resource:Noodle" ], [ "resource:Bakso", "property:main_ingredient", "resource:Kailan" ], [ "resource:Bakso", "property:main_ingredient", "resource:Beef_broth" ], [ "resource:Bakso", "property:main_ingredient", "resource:Celery" ], [ "resource:Bakso", "property:main_ingredient", "resource:Fried_shallots" ], [ "resource:Bakso", "property:main_ingredient", "resource:Rice_vermicelli" ], [ "resource:Bakso", "property:main_ingredient", "resource:Tapioca" ], [ "resource:Bakso", "rdf:type", "ontology:food" ], [ "resource:Bakso", "property:country", "resource:Chinese_cuisine" ], [ "resource:Bakso", "property:region", "resource:Indonesia" ] ]
Bakso
[ { "modified": "country", "readable": "country", "graph": "property:country" }, { "modified": "ingredient", "readable": "ingredient", "graph": "property:ingredient" }, { "modified": "mainIngredient", "readable": "main ingredient", "graph": "property:main_ingredient" }, { "modified": "region", "readable": "region", "graph": "property:region" }, { "modified": "Bakso", "readable": "Bakso", "graph": "resource:Bakso" }, { "modified": "Beef broth", "readable": "Beef broth", "graph": "resource:Beef_broth" }, { "modified": "Celery", "readable": "Celery", "graph": "resource:Celery" }, { "modified": "Chinese_cuisine", "readable": "Chinese cuisine", "graph": "resource:Chinese_cuisine" }, { "modified": "Fried shallots", "readable": "Fried shallots", "graph": "resource:Fried_shallots" }, { "modified": "Ground beef", "readable": "Ground beef", "graph": "resource:Ground_beef" }, { "modified": "Indonesia", "readable": "Indonesia", "graph": "resource:Indonesia" }, { "modified": "Kailan", "readable": "Kailan", "graph": "resource:Kailan" }, { "modified": "Noodle", "readable": "Noodle", "graph": "resource:Noodle" }, { "modified": "Rice vermicelli", "readable": "Rice vermicelli", "graph": "resource:Rice_vermicelli" }, { "modified": "Salted vegetables", "readable": "Salted vegetables", "graph": "resource:Salted_vegetables" }, { "modified": "Tapioca", "readable": "Tapioca", "graph": "resource:Tapioca" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?j ) WHERE { resource:Bakso property:main_ingredient ?t }", "readable_query": "SELECT DISTINCT ( COUNT ( ?t ) AS ?j ) WHERE { resource:Bakso property:main_ingredient ?t }", "graph_answer": [ "9" ], "readable_answer": [ "9" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?s WHERE { resource:Bakso property:main_ingredient ?s }", "readable_query": "SELECT DISTINCT ?s WHERE { resource:Bakso property:main_ingredient ?s }", "graph_answer": [ "resource:Ground_beef", "resource:Salted_vegetables", "resource:Noodle", "resource:Kailan", "resource:Beef_broth", "resource:Celery", "resource:Fried_shallots", "resource:Rice_vermicelli", "resource:Tapioca" ], "readable_answer": [ "Ground beef", "Salted vegetables", "Noodle", "Kailan", "Beef broth", "Celery", "Fried shallots", "Rice vermicelli", "Tapioca" ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_multiple_answers", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "multiple_answers", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'i' ) ) . resource:Bakso property:region ?f }", "readable_query": "SELECT DISTINCT ?f WHERE { FILTER ( STRSTARTS ( LCASE ( ?f ) , 'i' ) ) . resource:Bakso property:region ?f }", "graph_answer": [ "resource:Indonesia" ], "readable_answer": [ "Indonesia" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?y WHERE { resource:Bakso property:issn_number ?y }", "readable_query": "SELECT DISTINCT ?y WHERE { resource:Bakso property:issn_number ?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" ] } ]
WrittenWork
2
5472
Id7
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "previousWork", "object": "1634:_The_Baltic_War" } ]
[ { "subject": "1634:_The_Bavarian_Crisis", "property": "author", "object": "Eric_Flint" }, { "subject": "1634:_The_Bavarian_Crisis", "property": "precededBy", "object": "1634:_The_Baltic_War" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Eric Flint was the author of 1634: The Bavarian Crisis, which was preceded by his novel 1634: The Baltic War.", "1634: The Bavarian Crisis was written by Eric Flint and is preceded by 1634: The Baltic War.", "Eric Flint is the author of 1634: The Bavarian Crisis which was the follow-up to 1634: The Baltic War." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:1634__The_Bavarian_Crisis", "property:preceded_by", "resource:1634__The_Baltic_War" ], [ "resource:1634__The_Bavarian_Crisis", "property:author", "resource:Eric_Flint" ], [ "resource:1634__The_Bavarian_Crisis", "rdf:type", "ontology:written_work" ] ]
1634:_The_Bavarian_Crisis
[ { "modified": "author", "readable": "author", "graph": "property:author" }, { "modified": "precededBy", "readable": "preceded by", "graph": "property:preceded_by" }, { "modified": "1634:_The_Baltic_War", "readable": "1634: The Baltic War", "graph": "resource:1634__The_Baltic_War" }, { "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" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?q WHERE { ?d property:author ?q . ?d property:preceded_by resource:1634__The_Baltic_War . FILTER ( CONTAINS ( LCASE ( ?d ) , 'the' ) ) . ?d rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?q WHERE { ?d property:author ?q . ?d property:preceded_by resource:1634:_The_Baltic_War . FILTER ( CONTAINS ( LCASE ( ?d ) , 'the' ) ) . ?d rdf:type ontology:written_work }", "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", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?c WHERE { ?c property:preceded_by resource:1634__The_Baltic_War . ?c property:author resource:Eric_Flint . ?c rdf:type ontology:written_work }", "readable_query": "SELECT DISTINCT ?c WHERE { ?c property:preceded_by resource:1634:_The_Baltic_War . ?c property:author resource:Eric_Flint . ?c rdf:type ontology:written_work }", "graph_answer": [ "resource:1634__The_Bavarian_Crisis" ], "readable_answer": [ "1634: The Bavarian Crisis" ], "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" ] } ]
Company
5
12035
Id16
[ { "subject": "GMA_New_Media", "property": "product", "object": "Mobile_Applications" }, { "subject": "GMA_New_Media", "property": "type", "object": "Media_company" }, { "subject": "GMA_New_Media", "property": "product", "object": "World_Wide_Web" }, { "subject": "GMA_New_Media", "property": "subsidiary", "object": "Philippine_Entertainment_Portal" }, { "subject": "GMA_New_Media", "property": "subsidiary", "object": "Digify,_Inc." } ]
[ { "subject": "GMA_New_Media", "property": "product", "object": "Mobile_Applications" }, { "subject": "GMA_New_Media", "property": "type", "object": "Media_company" }, { "subject": "GMA_New_Media", "property": "product", "object": "World_Wide_Web" }, { "subject": "GMA_New_Media", "property": "subsidiary", "object": "Philippine_Entertainment_Portal" }, { "subject": "GMA_New_Media", "property": "subsidiary", "object": "Digify,_Inc." } ]
(X (X) (X) (X) (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The media company GMA New Media, a mobile applications maker offering World Wide Web related services, has Philippine Entertainment Portal and Digify, Inc. as subsidiaries.", "GMA New Media is a media company that creates mobile apps and web services. Two subsidiaries of GMA New Media are Digify, Inc. and Philippine Entertainment Portal, Inc.", "GMA New Media is a company that offers mobile apps & websites. Philippine Entertainment Portal and Digify are subsidiaries of GMA." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:GMA_New_Media", "property:product", "resource:World_Wide_Web" ], [ "resource:GMA_New_Media", "property:product", "resource:Mobile_Applications" ], [ "resource:GMA_New_Media", "rdf:type", "ontology:media_company" ], [ "resource:GMA_New_Media", "property:subsidiary", "resource:Philippine_Entertainment_Portal" ], [ "resource:GMA_New_Media", "property:subsidiary", "resource:Digify__Inc_" ] ]
GMA_New_Media
[ { "modified": "Media_company", "readable": "media company", "graph": "ontology:media_company" }, { "modified": "product", "readable": "product", "graph": "property:product" }, { "modified": "subsidiary", "readable": "subsidiary", "graph": "property:subsidiary" }, { "modified": "Digify,_Inc.", "readable": "Digify, Inc.", "graph": "resource:Digify__Inc_" }, { "modified": "GMA_New_Media", "readable": "GMA New Media", "graph": "resource:GMA_New_Media" }, { "modified": "Mobile_Applications", "readable": "Mobile Applications", "graph": "resource:Mobile_Applications" }, { "modified": "Philippine_Entertainment_Portal", "readable": "Philippine Entertainment Portal", "graph": "resource:Philippine_Entertainment_Portal" }, { "modified": "World_Wide_Web", "readable": "World Wide Web", "graph": "resource:World_Wide_Web" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?a ) WHERE { resource:GMA_New_Media property:product ?p }", "readable_query": "SELECT DISTINCT ( COUNT ( ?p ) AS ?a ) WHERE { resource:GMA_New_Media property:product ?p }", "graph_answer": [ "2" ], "readable_answer": [ "2" ], "type": [ "complete", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "number_answer", "no_typing", "no_answer_typing", "two_variables", "single_answer", "no_comparison", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?k WHERE { resource:GMA_New_Media property:product ?k }", "readable_query": "SELECT DISTINCT ?k WHERE { resource:GMA_New_Media property:product ?k }", "graph_answer": [ "resource:World_Wide_Web", "resource:Mobile_Applications" ], "readable_answer": [ "World Wide Web", "Mobile Applications" ], "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 ?b WHERE { FILTER ( CONTAINS ( LCASE ( ?b ) , 'entertainment' ) ) . resource:GMA_New_Media property:subsidiary ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { FILTER ( CONTAINS ( LCASE ( ?b ) , 'entertainment' ) ) . resource:GMA_New_Media property:subsidiary ?b }", "graph_answer": [ "resource:Philippine_Entertainment_Portal" ], "readable_answer": [ "Philippine Entertainment Portal" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?o WHERE { resource:GMA_New_Media property:subsidiary ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'd' ) ) }", "readable_query": "SELECT DISTINCT ?o WHERE { resource:GMA_New_Media property:subsidiary ?o . FILTER ( STRSTARTS ( LCASE ( ?o ) , 'd' ) ) }", "graph_answer": [ "resource:Digify__Inc_" ], "readable_answer": [ "Digify, Inc." ], "type": [ "ellipsis", "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] } ]
Athlete
4
8950
Id20
[ { "subject": "Abel_Hernández", "property": "clubs", "object": "Peñarol" }, { "subject": "Peñarol", "property": "league", "object": "Uruguayan_Primera_División" }, { "subject": "Abel_Hernández", "property": "youthclubs", "object": "Central_Español" }, { "subject": "Peñarol", "property": "manager", "object": "Jorge_Orosmán_da_Silva" } ]
[ { "subject": "Abel_Hernández", "property": "club", "object": "Peñarol" }, { "subject": "Peñarol", "property": "league", "object": "Uruguayan_Primera_División" }, { "subject": "Abel_Hernández", "property": "youthclub", "object": "Central_Español" }, { "subject": "Peñarol", "property": "manager", "object": "Jorge_Orosmán_da_Silva" } ]
(X (X) (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Abel Hernandez, who played youth football for Central Español, is now with the club is Penarol. This club plays in the Uruguayan Primera División and is managed by Jorge Orosmán da Silva.", "Abel Hernandez played youth football for Central Espanol and played for Penarol. Penarol is managed by Jorge Orosman da Silva and they play in the Uruguayan Primera Division.", "Abel Hernandez played for Penarol (manager: Jorge Orosmán da Silva), who are in the Uruguayan Primera División. He also played youth football for Central Espanol." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Pe_arol", "property:manager", "resource:Jorge_Orosm_n_da_Silva" ], [ "resource:Pe_arol", "property:league", "resource:Uruguayan_Primera_Divisi_n" ], [ "resource:Abel_Hern_ndez", "rdf:type", "ontology:athlete" ], [ "resource:Abel_Hern_ndez", "property:club", "resource:Pe_arol" ], [ "resource:Abel_Hern_ndez", "property:youthclub", "resource:Central_Espa_ol" ] ]
Abel_Hernández
[ { "modified": "club", "readable": "club", "graph": "property:club" }, { "modified": "league", "readable": "league", "graph": "property:league" }, { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "youthclub", "readable": "youthclub", "graph": "property:youthclub" }, { "modified": "Abel_Hernández", "readable": "Abel Hernández", "graph": "resource:Abel_Hern_ndez" }, { "modified": "Central_Español", "readable": "Central Español", "graph": "resource:Central_Espa_ol" }, { "modified": "Jorge_Orosmán_da_Silva", "readable": "Jorge Orosmán da Silva", "graph": "resource:Jorge_Orosm_n_da_Silva" }, { "modified": "Peñarol", "readable": "Peñarol", "graph": "resource:Pe_arol" }, { "modified": "Uruguayan_Primera_División", "readable": "Uruguayan Primera División", "graph": "resource:Uruguayan_Primera_Divisi_n" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?i WHERE { ?k property:manager resource:Jorge_Orosm_n_da_Silva . ?i rdf:type ontology:athlete . ?i property:youthclub resource:Central_Espa_ol . ?i property:club ?k }", "readable_query": "SELECT DISTINCT ?i WHERE { ?k property:manager resource:Jorge_Orosmán_da_Silva . ?i rdf:type ontology:athlete . ?i property:youthclub resource:Central_Español . ?i property:club ?k }", "graph_answer": [ "resource:Abel_Hern_ndez" ], "readable_answer": [ "Abel Hernández" ], "type": [ "complete", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'u' ) ) . ?c property:league ?p . resource:Abel_Hern_ndez property:club ?c }", "readable_query": "SELECT DISTINCT ?p WHERE { FILTER ( STRSTARTS ( LCASE ( ?p ) , 'u' ) ) . ?c property:league ?p . resource:Abel_Hernández property:club ?c }", "graph_answer": [ "resource:Uruguayan_Primera_Divisi_n" ], "readable_answer": [ "Uruguayan Primera División" ], "type": [ "coreference", "meaningful", "answer", "two_triples", "chain", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "no_hidden_variable_typing", "two_variables", "single_answer", "comparison", "string_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?r WHERE { resource:Abel_Hern_ndez property:club ?r . ?r property:league resource:Uruguayan_Primera_Divisi_n }", "readable_query": "SELECT DISTINCT ?r WHERE { resource:Abel_Hernández property:club ?r . ?r property:league resource:Uruguayan_Primera_División }", "graph_answer": [ "resource:Pe_arol" ], "readable_answer": [ "Peñarol" ], "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" ] } ]
SportsTeam
2
5409
Id153
[ { "subject": "Akron_Summit_Assault", "property": "capacity", "object": "3000" }, { "subject": "Akron_Summit_Assault", "property": "manager", "object": "\"Denzil Antonio\"@en" } ]
[ { "subject": "Akron_Summit_Assault", "property": "manager", "object": "Denzil_Antonio" }, { "subject": "Akron_Summit_Assault", "property": "numberOfMembers", "object": "3000" } ]
(X (X) (X))
sibling
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Denzil Antonio is the manager of Akron Summit Assault which has 3000 members.", "Denzil Antonio was the manager of Akron Summit Assault, it has 3000 members.", "Akron Summit Assault, which has got 3000 members, was managed by Denzil Antonio." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Akron_Summit_Assault", "property:number_of_members", "resource:3000" ], [ "resource:Akron_Summit_Assault", "rdf:type", "ontology:sports_team" ], [ "resource:Akron_Summit_Assault", "property:manager", "resource:Denzil_Antonio" ] ]
Akron_Summit_Assault
[ { "modified": "manager", "readable": "manager", "graph": "property:manager" }, { "modified": "numberOfMembers", "readable": "number of members", "graph": "property:number_of_members" }, { "modified": "3000", "readable": "3000", "graph": "resource:3000" }, { "modified": "Akron_Summit_Assault", "readable": "Akron Summit Assault", "graph": "resource:Akron_Summit_Assault" }, { "modified": "Denzil_Antonio", "readable": "Denzil Antonio", "graph": "resource:Denzil_Antonio" } ]
[ { "question": [], "graph_query": "ASK WHERE { ?k property:number_of_members resource:5300 . ?k rdf:type ontology:sports_team . ?k property:manager ?y }", "readable_query": "ASK WHERE { ?k property:number_of_members resource:5300 . ?k rdf:type ontology:sports_team . ?k property:manager ?y }", "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
7
13156
Id24
[ { "subject": "Turkey", "property": "leaderTitle", "object": "President_of_Turkey" }, { "subject": "Turkey", "property": "leader", "object": "Ahmet_Davutoğlu" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "designer", "object": "Pietro_Canonica" }, { "subject": "Turkey", "property": "largestCity", "object": "Istanbul" }, { "subject": "Turkey", "property": "currency", "object": "Turkish_lira" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "open", "object": "\"1932-07-27\"^^xsd:date" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" } ]
[ { "subject": "Turkey", "property": "leaderTitle", "object": "President_of_Turkey" }, { "subject": "Turkey", "property": "leader", "object": "Ahmet_Davutoğlu" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "designer", "object": "Pietro_Canonica" }, { "subject": "Turkey", "property": "largestCity", "object": "Istanbul" }, { "subject": "Turkey", "property": "currency", "object": "Turkish_lira" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "inaugurationDate", "object": "\"1932-07-27\"" }, { "subject": "Atatürk_Monument_(İzmir)", "property": "location", "object": "Turkey" } ]
(X (X) (X) (X (X) (X) (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "The Atatürk Monument in İzmir was designed by Pietro Canonica and was inaugurated on 27th July, 1932. It can be found in Turkey, a country with Istanbul as its largest city and the lira as its currency, and led by the President of Turkey, Ahmet Davutoglu.", "The Leader Of Turkey (official title President of Turkey) is Ahmet Davutoğlu. Ataturk Monument, located in İzmir was designed by Pietro Canonica and was inaugurated on 27th of July, 1932. Turkey's largest city is Istanbul and their currency is the Turkish lira.", "The Turkish leader (official title President of Turkey) is Ahmet Davutoglu. Pietro Canonica designed the Ataturk Monument in Izmir and it was inaugurated on 27th of July, 1932. Turkey's largest City is Istanbul and the currency is the Turkish lira." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Turkey", "property:largest_city", "resource:Istanbul" ], [ "resource:Turkey", "property:leader", "resource:Ahmet_Davuto_lu" ], [ "resource:Turkey", "property:leader_title", "resource:President_of_Turkey" ], [ "resource:Turkey", "property:currency", "resource:Turkish_lira" ], [ "resource:Atat_rk_Monument___zmir_", "rdf:type", "ontology:monument" ], [ "resource:Atat_rk_Monument___zmir_", "property:location", "resource:Turkey" ], [ "resource:Atat_rk_Monument___zmir_", "property:inauguration_date", "1932-07-27" ], [ "resource:Atat_rk_Monument___zmir_", "property:designer", "resource:Pietro_Canonica" ] ]
Atatürk_Monument_(İzmir)
[ { "modified": "1932-07-27", "readable": "1932-07-27", "graph": "1932-07-27" }, { "modified": "currency", "readable": "currency", "graph": "property:currency" }, { "modified": "designer", "readable": "designer", "graph": "property:designer" }, { "modified": "inaugurationDate", "readable": "inauguration date", "graph": "property:inauguration_date" }, { "modified": "largestCity", "readable": "largest city", "graph": "property:largest_city" }, { "modified": "leader", "readable": "leader", "graph": "property:leader" }, { "modified": "leaderTitle", "readable": "leader title", "graph": "property:leader_title" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "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": "Istanbul", "readable": "Istanbul", "graph": "resource:Istanbul" }, { "modified": "Pietro_Canonica", "readable": "Pietro Canonica", "graph": "resource:Pietro_Canonica" }, { "modified": "President_of_Turkey", "readable": "President of Turkey", "graph": "resource:President_of_Turkey" }, { "modified": "Turkey", "readable": "Turkey", "graph": "resource:Turkey" }, { "modified": "Turkish_lira", "readable": "Turkish lira", "graph": "resource:Turkish_lira" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?d WHERE { FILTER ( CONTAINS ( YEAR ( ?x ) , '1932' ) ) . ?a property:leader resource:Ahmet_Davuto_lu . ?d property:inauguration_date ?x . ?d property:location ?a . ?d rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ?d WHERE { FILTER ( CONTAINS ( YEAR ( ?x ) , '1932' ) ) . ?a property:leader resource:Ahmet_Davutoğlu . ?d property:inauguration_date ?x . ?d property:location ?a . ?d rdf:type ontology:monument }", "graph_answer": [ "resource:Atat_rk_Monument___zmir_" ], "readable_answer": [ "Atatürk Monument" ], "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 ?j WHERE { ?d property:location ?j . ?j property:leader resource:Ahmet_Davuto_lu . ?d property:designer resource:Pietro_Canonica . ?d rdf:type ontology:monument }", "readable_query": "SELECT DISTINCT ?j WHERE { ?d property:location ?j . ?j property:leader resource:Ahmet_Davutoğlu . ?d property:designer resource:Pietro_Canonica . ?d rdf:type ontology:monument }", "graph_answer": [ "resource:Turkey" ], "readable_answer": [ "Turkey" ], "type": [ "coreference", "meaningful", "answer", "more_triples", "mixed", "conjunctive_only", "entity_answer", "typing", "no_answer_typing", "hidden_variable_typing", "two_variables", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] }, { "question": [], "graph_query": "SELECT DISTINCT ?l ?m WHERE { resource:Turkey property:currency ?m . resource:Turkey property:largest_city ?l }", "readable_query": "SELECT DISTINCT ?l ?m WHERE { resource:Turkey property:currency ?m . resource:Turkey property:largest_city ?l }", "graph_answer": [ "resource:Istanbul", "resource:Turkish_lira" ], "readable_answer": [ "Istanbul", "Turkish lira" ], "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:Turkey property:leader_title ?b }", "readable_query": "SELECT DISTINCT ?b WHERE { resource:Turkey property:leader_title ?b }", "graph_answer": [ "resource:President_of_Turkey" ], "readable_answer": [ "President of Turkey" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "direct", "direct_single", "conjunctive_only", "entity_answer", "no_typing", "no_answer_typing", "one_variable", "single_answer", "no_comparison", "open_entity_answer", "single_intention" ] } ]
Airport
3
5771
Id104
[ { "subject": "Andrews_County_Airport", "property": "location", "object": "Texas" }, { "subject": "Texas", "property": "capital", "object": "Austin,_Texas" }, { "subject": "Texas", "property": "demonym", "object": "Tejano" } ]
[ { "subject": "Andrews_County_Airport", "property": "location", "object": "Texas" }, { "subject": "Texas", "property": "capital", "object": "Austin,_Texas" }, { "subject": "Texas", "property": "demonym", "object": "Tejano" } ]
(X (X (X) (X)))
mixed
{ "comment": [ "good", "good", "good" ], "lid": [ "Id1", "Id2", "Id3" ], "text": [ "Andrews County Airport is located in Texas, where Austin is the capital and a Tejano is a demonym term used in Texas.", "Andrews County Airport is located in Texas where the capital city is Austin and the inhabitants have the demonym of Tejano.", "Texas, or Tejano, is the location of Andrews County Airport, with the capital in Austin." ], "lang": [ "", "", "" ] }
[]
[]
[ [ "resource:Texas", "property:capital", "resource:Austin__Texas" ], [ "resource:Texas", "property:demonym", "resource:Tejano" ], [ "resource:Andrews_County_Airport", "rdf:type", "ontology:airport" ], [ "resource:Andrews_County_Airport", "property:location", "resource:Texas" ] ]
Andrews_County_Airport
[ { "modified": "capital", "readable": "capital", "graph": "property:capital" }, { "modified": "demonym", "readable": "demonym", "graph": "property:demonym" }, { "modified": "location", "readable": "location", "graph": "property:location" }, { "modified": "Andrews_County_Airport", "readable": "Andrews County Airport", "graph": "resource:Andrews_County_Airport" }, { "modified": "Austin,_Texas", "readable": "Austin, Texas", "graph": "resource:Austin__Texas" }, { "modified": "Tejano", "readable": "Tejano", "graph": "resource:Tejano" }, { "modified": "Texas", "readable": "Texas", "graph": "resource:Texas" } ]
[ { "question": [], "graph_query": "SELECT DISTINCT ?m ?o WHERE { resource:Texas property:capital ?o . resource:Texas property:demonym ?m }", "readable_query": "SELECT DISTINCT ?m ?o WHERE { resource:Texas property:capital ?o . resource:Texas property:demonym ?m }", "graph_answer": [ "resource:Tejano", "resource:Austin__Texas" ], "readable_answer": [ "Tejano", "Austin, Texas" ], "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:Andrews_County_Airport property:location resource:Texas . resource:Andrews_County_Airport rdf:type ontology:airport }", "readable_query": "ASK WHERE { resource:Andrews_County_Airport property:location resource:Texas . resource:Andrews_County_Airport rdf:type ontology:airport }", "graph_answer": [ "True" ], "readable_answer": [ "True" ], "type": [ "coreference", "meaningful", "answer", "single_triple", "other", "conjunctive_only", "boolean_answer", "true_answer", "typing", "no_variable", "single_answer", "no_comparison" ] } ]