question
stringlengths 19
168
| compositionality_type
stringclasses 4
values | webqsp_question
stringlengths 15
74
| composition_answer
stringlengths 0
41
| created
stringlengths 19
19
| answers
list | webqsp_ID
stringlengths 9
13
| ID
stringlengths 11
46
| machine_question
stringlengths 21
172
| sparql
stringlengths 127
1.39k
|
---|---|---|---|---|---|---|---|---|---|
What state is the educational institution that has a grad student named Diana B. Henriques located in? | composition | what state is george washington university located in | george washington university | 2018-02-12T23:48:23 | [
{
"aliases": [
"Washington D.C.",
"Washington",
"The District",
"U.S. Capital",
"District of Columbia / Washington city",
"The District of Columbia",
"District of Columbia",
"Washington DC"
],
"answer": "Washington, D.C.",
"answer_id": "m.0rh6k"
}
] | WebQTrn-2348 | WebQTrn-2348_24c49a8bd695fc1ec71314b4a054ac0f | what state is the education institution has a grad student named Diana B. Henriques located in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.0glsflj .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.state_province_region ?x .
}
|
In which city is the university with the mascot called Benny Beaver located? | composition | where is the university of oregon state | oregon state | 2018-02-12T22:54:17 | [
{
"aliases": [
"Corvallis, Oregon",
"Benton County / Corvallis city"
],
"answer": "Corvallis",
"answer_id": "m.0d234"
}
] | WebQTrn-1821 | WebQTrn-1821_8c2cc18c15cf7c21993758ae2021374c | where is the university of the educational institution with the mascot Oregon State University Benny Beaver | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.mascot ns:m.01yhkp .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What country is a member of the security council and has Beijing as its capital? | conjunction | what countries are members of the security council | 2018-02-13T04:15:50 | [
{
"aliases": [
"People's Republic of China"
],
"answer": "China",
"answer_id": "m.0d05w3"
}
] | WebQTest-847 | WebQTest-847_ec8e1de161a301bf213a1d49ca575dfb | what countries are members of the security council and the country capital is Beijing | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07vnr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07vnr ns:base.unitednations.united_nations_body.members ?y .
?y ns:base.unitednations.united_nations_body_membership.member ?x .
FILTER(NOT EXISTS {?y ns:base.unitednations.united_nations_body_membership.from ?sk0} ||
EXISTS {?y ns:base.unitednations.united_nations_body_membership.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:base.unitednations.united_nations_body_membership.to ?sk2} ||
EXISTS {?y ns:base.unitednations.united_nations_body_membership.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:location.country.capital ns:m.01914 .
} |
|
In the team that won Super Bowl VII, who was number 22? | composition | who is number 22 on miami dolphins | miami dolphins | 2018-02-13T06:24:23 | [
{
"aliases": [],
"answer": "Jamar Taylor",
"answer_id": "m.0q3yxb2"
}
] | WebQTest-1979 | WebQTest-1979_abf64dfb64b19b3efc6bd3bc86a162c6 | who is number 22 on the team won the Super Bowl VII championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.076nd .
?c ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
?y ns:sports.sports_team_roster.number ?sk0 .
FILTER (str(?sk0) = "22")
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk1} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk2 .
FILTER(xsd:datetime(?sk2) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk3} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk4 .
FILTER(xsd:datetime(?sk4) >= "2015-08-10"^^xsd:dateTime) })
}
|
Where was the home of Charlton Heston and also a pro athlete who started his career in 1999? | conjunction | where did charlton heston live | 2018-02-13T02:11:08 | [
{
"aliases": [
"Los Angeles, California, USA",
"LA",
"Los Angeles, California",
"Los Angeles, USA",
"City of Angels",
"L.A.",
"Los Angeles County / Los Angeles city",
"Los Angeles, CA"
],
"answer": "Los Angeles",
"answer_id": "m.030qb3t"
}
] | WebQTrn-3548 | WebQTrn-3548_56cf05bd5b41e04f4358490ed3e81619 | where did charlton heston live and is the pro athlete born here that started his career 1999 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0chsq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0chsq ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.location.people_born_here ?c .
?c ns:sports.pro_athlete.career_start "1999"^^xsd:dateTime .
} |
|
Where is Italian spoken that contains the place called Dobma? | conjunction | where is italian spoken around the world | 2018-02-13T02:15:27 | [
{
"aliases": [
"Republic of Slovenia",
"Repubblica di Slovenia",
"Slovania"
],
"answer": "Slovenia",
"answer_id": "m.06t8v"
}
] | WebQTrn-3619 | WebQTrn-3619_00fa41f5ec55c80cc7f4cab2f45e5fe4 | where is italian spoken around the world and is the country that contains Dobrna | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02bjrlw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02bjrlw ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.administrative_divisions ns:g.11xgqbdrw .
} |
|
Which countries share borders with Spain, that's the location that appointed Louis-Eugène Cavaignac to a governmental position? | conjunction | which countries share borders with spain | 2018-02-12T23:03:58 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
},
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
}
] | WebQTrn-1898 | WebQTrn-1898_e6a542ce7b518b8f58626e3e75d72732 | which countries share borders with spain and is the location that appointed Louis-Eugène Cavaignac to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.01dsxn .
} |
|
What is the state flower of the state with Phoenix as its capital? | composition | what is the state flower of arizona | arizona | 2018-02-13T02:42:09 | [
{
"aliases": [],
"answer": "Saguaro",
"answer_id": "m.0m5w_"
}
] | WebQTest-44 | WebQTest-44_4e89c1dffdc379421d43840f4194ca9e | what is the state flower of the us state that has a capital named Phoenix | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.us_state.capital ns:m.0d35y .
?c ns:government.governmental_jurisdiction.official_symbols ?y .
?y ns:location.location_symbol_relationship.symbol ?x .
?y ns:location.location_symbol_relationship.Kind_of_symbol ns:m.04627gn .
}
|
Which country around Spain is in the Western European Time Zone? | conjunction | what country surrounds spain | 2018-02-12T23:39:01 | [
{
"aliases": [
"Regne del Marroc",
"Kingdom of Morocco",
"The West",
"The Western Kingdom"
],
"answer": "Morocco",
"answer_id": "m.04wgh"
},
{
"aliases": [
"Portuguese Republic"
],
"answer": "Portugal",
"answer_id": "m.05r4w"
}
] | WebQTrn-2246 | WebQTrn-2246_0652d8b1cb95848c9630860c92e38e6f | what country surrounds spain and the location time zone is Western European Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.time_zones ns:m.02q_y6 .
} |
|
The country that contains Red Sea Governorate speaks what language? | composition | what do egyptians speak | egyptians | 2018-02-13T01:28:51 | [
{
"aliases": [
"Siwa",
"Siwi",
"Oasis Berber",
"Sioua",
"Zenati"
],
"answer": "Siwi Language",
"answer_id": "m.012zfy"
},
{
"aliases": [
"High Arabic",
"Fasih",
"Modern Literary Arabic",
"Arabic, Standard",
"Al Arabiya",
"Al Fus-ha"
],
"answer": "Modern Standard Arabic",
"answer_id": "m.025rvv7"
},
{
"aliases": [
"Arabic, Egyptian Spoken",
"Lower Egypt Arabic",
"Arabic, Egyptian Spoken Language",
"Normal Egyptian Arabic",
"Massry"
],
"answer": "Egyptian Arabic",
"answer_id": "m.02hx2cr"
},
{
"aliases": [
"Sa`idi",
"Upper Egypt Arabic",
"Sa<idi"
],
"answer": "Sa'idi Arabic",
"answer_id": "m.02hxbhg"
},
{
"aliases": [
"Arabic, Sudanese Spoken",
"Khartoum Arabic"
],
"answer": "Arabic, Sudanese Spoken Language",
"answer_id": "m.035t_3"
},
{
"aliases": [
"Bedawi",
"Arabic Bedawi language",
"Arabic, Levantine Bedawi Spoken",
"Bedawi Arabic language",
"Eastern Egyptian Bedawi Arabic language",
"Levantine Bedawi Arabic",
"Arabic, Eastern Egyptian Bedawi Spoken Language"
],
"answer": "Bedawi Arabic",
"answer_id": "m.03wc2kf"
},
{
"aliases": [
"Nobiin",
"Fiyadikkya",
"Mahas",
"Mahas-fiadidja",
"Sukot",
"Fadicha",
"Nile Nubian",
"Mahas-fiyadikkya",
"Fadija",
"Fiadidja",
"Fiadidja-mahas",
"Fedicca",
"Fedija",
"Fadicca"
],
"answer": "Nobiin Language",
"answer_id": "m.051bnt"
},
{
"aliases": [
"Tsigene",
"Mehtar",
"Barake",
"Dom",
"Domra Magu Hiya",
"Near-eastern Gypsy",
"Domari",
"Gypsy",
"Middle Eastern Romani",
"Nawari",
"Luti",
"Kurbat",
"Nawar"
],
"answer": "Domari Language",
"answer_id": "m.0c4chg"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-3224 | WebQTrn-3224_c0495334f4678f947149a7a30d8e49a0 | what do the country that contains Red Sea Governorate speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.02d5mf .
?c ns:location.country.languages_spoken ?x .
}
|
The Oxford Student newspaper is part of what educational institution attended by Harper Lee? | conjunction | what colleges did harper lee attend | 2018-02-13T04:25:37 | [
{
"aliases": [
"Universitas Oxoniensis",
"Oxford University"
],
"answer": "University of Oxford",
"answer_id": "m.07tgn"
}
] | WebQTest-928 | WebQTest-928_1fc25f9b3bb6e06f62e89be16e31c52b | what colleges did harper lee attend and the educational institution newspaper is The Oxford Student | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01bq7x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01bq7x ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.newspaper ns:m.046h3s .
} |
|
Which years did the 1983 champions go to the World Series? | composition | what year did the orioles go to the world series | orioles | 2018-02-13T03:12:44 | [
{
"aliases": [
"1983 World"
],
"answer": "1983 World Series",
"answer_id": "m.046_p6"
},
{
"aliases": [
"1970 World"
],
"answer": "1970 World Series",
"answer_id": "m.04jg7y"
},
{
"aliases": [
"1966 World"
],
"answer": "1966 World Series",
"answer_id": "m.04td_d"
}
] | WebQTest-298 | WebQTest-298_cac1786667e05d667a11e64176d513f1 | what year did the the team won the 1983 World Series championship go to the world series | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.046_p6 .
?c ns:sports.sports_team.championships ?x .
}
|
Which is the largest country that partially contains Denmark? | composition | which country in europe has the largest land area | europe | 2018-02-13T06:23:15 | [
{
"aliases": [
"Russian Federation",
"Россия"
],
"answer": "Russia",
"answer_id": "m.06bnz"
}
] | WebQTest-1956 | WebQTest-1956_3d784c638d4b044d17ab942ee87db9cf | which country in the location partially contains Denmark has the largest land area | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
?c ns:base.locations.continents.countries_within ?x .
?x ns:location.location.area ?y .
}
ORDER BY DESC(xsd:float(?y))
LIMIT 1 |
Martin Luther King Jr. attended which college that publishes the Daily Free Press? | conjunction | what college did martin luther king jr go to | 2018-02-13T03:45:02 | [
{
"aliases": [
"BU",
"Boston"
],
"answer": "Boston University",
"answer_id": "m.0gl5_"
}
] | WebQTest-543 | WebQTest-543_4a52faeb448c24fb7b803f52bce802c4 | what college did martin luther king jr go to and the educational institution newspaper is The Daily Free Press | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.051cc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.051cc ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.newspaper ns:m.09412d .
} |
|
Which Super Bowls were won by the winner of the 1934 NFL Championship Game? | composition | when did ny giants win the superbowl | ny giants | 2018-02-13T01:34:18 | [
{
"aliases": [],
"answer": "Super Bowl XLVI",
"answer_id": "m.043t_rh"
},
{
"aliases": [],
"answer": "Super Bowl XLII",
"answer_id": "m.04myq1"
},
{
"aliases": [],
"answer": "Super Bowl XXI",
"answer_id": "m.076sw"
},
{
"aliases": [],
"answer": "Super Bowl XXV",
"answer_id": "m.076v7"
}
] | WebQTrn-3290 | WebQTrn-3290_4e074d51c67d5358b05e462d1f48f3e5 | when did the team won the 1934 NFL Championship Game championship win the superbowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.07yh_r .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.06x5s .
}
|
What film with character named P.K. does Chad Michael Murray play in? | conjunction | what does chad michael murray play in | 2018-02-13T02:13:13 | [
{
"aliases": [],
"answer": "Other People's Children",
"answer_id": "m.01067b9q"
}
] | WebQTrn-3573 | WebQTrn-3573_1ac899a76e1cb7f3951e5335e90791d0 | what does chad michael murray play in and is the film has a charcter named P.K. | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0bmn4p)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0bmn4p ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.01067b9x .
} |
|
Perpignan is located in what country that falls in the Central European Time Zone? | conjunction | where is perpignan located | 2018-02-13T03:28:31 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
},
{
"aliases": [
"Languedocroussillon"
],
"answer": "Languedoc-Roussillon",
"answer_id": "m.0lwkz"
}
] | WebQTest-420 | WebQTest-420_682800b1263c4a6d5b650e4196fc2b7d | where is perpignan located and the location time zone is Central European Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09nkq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09nkq ns:location.location.containedby ?x .
?x ns:location.location.time_zones ns:m.02llzg .
} |
|
Which country that once had the largest CPI inflation rate borders the US? | superlative | which countries border the us | 2018-02-12T19:39:16 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTrn-13 | WebQTrn-13_e2781c61d5b732942936175d1bbc19bb | which countries border the us and is the CPI inflation rate was once largest percent | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09c7w0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09c7w0 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.statistical_region.cpi_inflation_rate ?c .
?c ns:measurement_unit.dated_percentage.rate ?num .
}
ORDER BY DESC(xsd:integer(?num)) LIMIT 1 |
|
What type of currency is used in the country with national anthem called Valiant Quisqueyans? | composition | what kind of currency does the dominican republic have | dominican republic | 2018-02-13T04:07:32 | [
{
"aliases": [],
"answer": "Dominican peso",
"answer_id": "m.04lt7_"
}
] | WebQTest-774 | WebQTest-774_0d5bc4f5ce16dafee354662c09965811 | what kind of currency does the the country that has the national anthem Valiant Quisqueyans have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01n3lv .
?c ns:location.country.currency_used ?x .
}
|
What type of government is in the country whose major exports are from fruit and nut tree farming? | composition | what form of government does afghanistan have | afghanistan | 2018-02-12T22:58:27 | [
{
"aliases": [
"Islamic"
],
"answer": "Islamic republic",
"answer_id": "m.01fgl7"
}
] | WebQTrn-1846 | WebQTrn-1846_3c58a650bf56f8c8d0f6931d08bd2598 | what form of government does the major exports industry Fruit and Tree Nut Farming have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.statistical_region.major_exports ?k .
?k ns:location.imports_exports_by_industry.industry ns:m.03q9v6s .
?c ns:location.country.form_of_government ?x .
}
|
Richard D. Holland is part of the organization located where? | composition | where is the university of west alabama located | university of west alabama | 2018-02-12T20:51:53 | [
{
"aliases": [
"U.S. of A.",
"Estats Units d'Amèrica",
"USA",
"U.S.A.",
"U.S.",
"The States",
"US",
"United States",
"America"
],
"answer": "United States of America",
"answer_id": "m.09c7w0"
},
{
"aliases": [
"Cotton State",
"AL",
"Ala"
],
"answer": "Alabama",
"answer_id": "m.0gyh"
},
{
"aliases": [
"Livingston, Alabama",
"Sumter County / Livingston city"
],
"answer": "Livingston",
"answer_id": "m.0qbzf"
}
] | WebQTrn-656 | WebQTrn-656_7705b1a558471f269ee5a30e2f3f473b | where is the the organiztion leadership has a person named Richard D. Holland located | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0h7c0kh .
?c ns:location.location.containedby ?x .
}
|
What are the names of the kids of the artist who had the "History World Tour"? | composition | what are the names of michael jackson 's kids | michael jackson | 2018-02-13T06:26:37 | [
{
"aliases": [
"Peashe",
"Yab Yab",
"Paris Jackson"
],
"answer": "Paris-Michael Katherine Jackson",
"answer_id": "m.0598rm4"
},
{
"aliases": [
"Prince Michael Jackson I",
"Prince",
"Prince Michael"
],
"answer": "Michael Joseph Jackson, Jr.",
"answer_id": "m.0598rmb"
},
{
"aliases": [
"Blanket",
"Prince Michael II"
],
"answer": "Prince Michael Jackson II",
"answer_id": "m.065qbyj"
}
] | WebQTest-2002 | WebQTest-2002_1ef15e22372df70baf01b72850deb14d | what are the names of the artist had a concert tour named HIStory World Tour 's kids | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.09x1nf .
?c ns:people.person.children ?x .
}
|
Where is the team with the mascot named Billy the Marlin? | composition | where did the florida marlins | florida marlins | 2018-02-13T01:28:37 | [
{
"aliases": [
"Latin Quarter, Florida",
"Little Havana, Miami",
"Little Havana, Florida",
"Latin Quarter"
],
"answer": "Little Havana",
"answer_id": "m.03msbs"
},
{
"aliases": [
"Miami, Florida",
"MIA, 305",
"Miami-Dade County / Miami city"
],
"answer": "Miami",
"answer_id": "m.0f2v0"
}
] | WebQTrn-3221 | WebQTrn-3221_41af72814a39f25d7ed38942f39713a1 | where did the the team has a team moscot named Billy the Marlin | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.0952r6 .
?c ns:sports.sports_team.location ?x .
}
|
What educational institution with men's basketball sports team named George Washington Colonials did Brian Willialms go to college? | conjunction | where did brian williams go to college | 2018-02-13T00:03:40 | [
{
"aliases": [
"GW",
"GWU",
"George Washington",
"The George Washington University"
],
"answer": "George Washington University",
"answer_id": "m.01nnsv"
}
] | WebQTrn-2508 | WebQTrn-2508_a1c6e3e9dd03bcd6c17f5c3620819249 | where did brian williams go to college and is the education institution has a sports team named George Washington Colonials men's basketball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.030p0z)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.030p0z ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.sports_teams ns:m.03d0l76 .
} |
|
What country in the UK has William Morris as a religious leader? | conjunction | what are the four nations of the united kingdom | 2018-02-13T05:10:51 | [
{
"aliases": [],
"answer": "Wales",
"answer_id": "m.0j5g9"
}
] | WebQTest-1353 | WebQTest-1353_0a1996d491be83ff36e8fc86c3d436a4 | what are the four nations of the united kingdom and the religious leader is William Morris | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ssc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ssc ns:base.aareas.schema.administrative_area.administrative_children ?x .
?x ns:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.leader ns:m.0_h07sd .
} |
|
Where did the inaugural address of the person with Addison's disease take place? | composition | where did kennedy 's inaugural address take place | kennedy | 2018-02-13T03:50:38 | [
{
"aliases": [],
"answer": "United States Capitol",
"answer_id": "m.07vth"
},
{
"aliases": [
"Washington D.C.",
"Washington",
"The District",
"U.S. Capital",
"District of Columbia / Washington city",
"The District of Columbia",
"District of Columbia",
"Washington DC"
],
"answer": "Washington, D.C.",
"answer_id": "m.0rh6k"
}
] | WebQTest-620 | WebQTest-620_b0ec4891d80892c6499b17b0c8c363e2 | where did the person notable with the medical condition Addison's disease 's inaugural address take place | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
ns:m.05br2y1 ns:time.event.locations ?x .
} |
What is the largest populated country that partially contains Georgia? | composition | what is the biggest country in europe by population | europe | 2018-02-13T02:29:07 | [
{
"aliases": [
"Federal Republic of Germany",
"Bundesrepublik Deutschland",
"BRD",
"Deutschland"
],
"answer": "Germany",
"answer_id": "m.0345h"
}
] | WebQTrn-3727 | WebQTrn-3727_5610ad35b96b7e38d0836d9c9bd8cd17 | what is the biggest country in the location partially contains Georgia by population | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.0d0kn .
?c ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:topic_server.population_number ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
|
What countries border the country with Nicolas Sarkozy in the government position? | composition | what are five countries that border france | france | 2018-02-12T21:45:31 | [
{
"aliases": [
"Belgique",
"België",
"Kingdom of Belgium"
],
"answer": "Belgium",
"answer_id": "m.0154j"
},
{
"aliases": [
"Federal Republic of Germany",
"Bundesrepublik Deutschland",
"BRD",
"Deutschland"
],
"answer": "Germany",
"answer_id": "m.0345h"
},
{
"aliases": [
"Italia",
"Italian Republic"
],
"answer": "Italy",
"answer_id": "m.03rjj"
},
{
"aliases": [
"Grand Duchy of Luxembourg"
],
"answer": "Luxembourg",
"answer_id": "m.04g61"
},
{
"aliases": [
"Principality of Monaco",
"Monte Carlo"
],
"answer": "Monaco",
"answer_id": "m.04w58"
},
{
"aliases": [
"Kingdom of Spain",
"España",
"Furija"
],
"answer": "Spain",
"answer_id": "m.06mkj"
},
{
"aliases": [
"La Suisse",
"Helvetia",
"Svizzera",
"Svizra",
"Schweiz",
"Swiss Confederation"
],
"answer": "Switzerland",
"answer_id": "m.06mzp"
},
{
"aliases": [
"U.K.",
"United Kingdom of Great Britain",
"United Kingdom of Great Britain and Ireland",
"The United Kingdom of Great Britain and Northern Ireland",
"Britain",
"Great Britain",
"GBR",
"GB",
"UK",
"United Kingdom of Great Britain and Northern Ireland"
],
"answer": "United Kingdom",
"answer_id": "m.07ssc"
},
{
"aliases": [
"Principado de Andorra",
"Principado dos Vales de Andorra",
"Principality of Andorra",
"Principality of the Valleys of Andorra"
],
"answer": "Andorra",
"answer_id": "m.0hg5"
}
] | WebQTrn-1112 | WebQTrn-1112_dfad75afd3c40503f595b4cb6acc43a5 | what are five countries that border the location that appointed Nicolas Sarkozy to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.02ps9k .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
}
|
Name the leader of the US with Guillain-Barré syndrome who was also the leader during WWII.? | conjunction | who was the leader of the us during wwii | 2018-02-13T02:53:29 | [
{
"aliases": [
"The Sphinx",
"President Roosevelt",
"That Man In the White House",
"Franklin D Roosevelt",
"Houdini In the White House",
"Franlin D. Roosevelt",
"Pres. Franklin D. Roosevelt",
"The Squire of Hyde Park",
"F.D.R.",
"FDR",
"Franklin Roosevelt",
"President Franklin Delano Roosevelt",
"President Franklin D. Roosevelt",
"Delano Roosevelt",
"Franklin Delano Roosevelt",
"Franklin D. Rossevelt"
],
"answer": "Franklin D. Roosevelt",
"answer_id": "m.02yy8"
}
] | WebQTest-178 | WebQTest-178_a69a0b51c9440256be0b07dc76a053e1 | who was the leader of the us during wwii and is the person notable with the medical condition GuillainâBarré syndrome | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
ns:m.081pw ns:time.event.start_date ?start ;
ns:time.event.end_date ?end .
?x ns:government.politician.government_positions_held ?y .
?y ns:government.government_position_held.office_position_or_title ns:m.060d2 ; # President of the United States
ns:government.government_position_held.from ?from ;
ns:government.government_position_held.to ?to .
FILTER (?from < ?end)
FILTER (?to > ?start)?x ns:medicine.notable_person_with_medical_condition.condition ns:m.0370f .
} |
|
What was the last Superbowl won by the team with the fight song "Renegade"? | composition | when 's the last time the steelers won the superbowl | steelers | 2018-02-13T03:28:39 | [
{
"aliases": [
"Super Bowl 43",
"Super Bowl 2009"
],
"answer": "Super Bowl XLIII",
"answer_id": "m.04n7r5"
}
] | WebQTest-423 | WebQTest-423_993bf41507919333b3a87058c5072363 | when 's the last time the the sports team with the fight song Renegade won the superbowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.06c78r .
?c ns:sports.sports_team.championships ?x .
?x ns:common.topic.notable_types ns:m.01xljv1 .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
Which religion practiced in Thailand believes in Mahdi? | conjunction | what religion in thailand | 2018-02-12T22:28:50 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTrn-1535 | WebQTrn-1535_bd004b3ecd13b726a483f1e9772d276d | what religion in thailand and the religion belief is Mahdi | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07f1x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07f1x ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.beliefs ns:m.019vqj .
} |
|
What country was Osama Bin Laden living in that contains Saraikistan? | conjunction | what country did osama bin laden live in | 2018-02-12T21:56:38 | [
{
"aliases": [
"Federation of Pakistan",
"Islamic Republic of Pakistan"
],
"answer": "Pakistan",
"answer_id": "m.05sb1"
}
] | WebQTrn-1231 | WebQTrn-1231_df6fea4c05afbfdf3c3ff091e5d0fca4 | what country did osama bin laden live in and is the country that contains Saraikistan | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05mg9)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05mg9 ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.country.administrative_divisions ns:m.0117z5vk .
} |
|
A person from the Horace Mann School for the Deaf and Hard of Hearing education institution faces what challenges? | composition | what challenges did helen keller have to face | helen keller | 2018-02-13T01:02:55 | [
{
"aliases": [
"Difficulty hearing",
"Hearing loss and arthritis",
"Loss of hearing",
"Deafness",
"Hard of hearing",
"Hearing loss",
"Hard hearing",
"Decreased hearing"
],
"answer": "Hearing loss",
"answer_id": "m.014wq_"
},
{
"aliases": [
"Visual loss",
"Blind Vision",
"Loss of vision",
"Lost of vision",
"Blindness",
"Loss of sight"
],
"answer": "Vision loss",
"answer_id": "m.04t973"
}
] | WebQTrn-3005 | WebQTrn-3005_496153141015e2276bf542bbf6a99b96 | what challenges did the person education institution is Horace Mann School for the Deaf and Hard of Hearing have to face | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0bydgq .
?c ns:base.qualia.disabled_person.disability ?y .
?y ns:base.qualia.disability.type_of_disability ?x .
}
|
What form of currency is used in the country that is home ot the city of Crete? | composition | what currency does greece use | greece | 2018-02-13T01:35:01 | [
{
"aliases": [
"€",
"EUR"
],
"answer": "Euro",
"answer_id": "m.02l6h"
}
] | WebQTrn-3293 | WebQTrn-3293_a3be6ba7c257f1c9c8514e54a314337a | what currency does the country that contains Crete use | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01xyy .
?c ns:location.country.currency_used ?x .
}
|
Which team claimed victory in the 1956 Pequena Copa del Mundo de Clubes championship and also had Cristiano Ronaldo as a player in 2010? | conjunction | who does cristiano ronaldo play for in 2010 | 2018-02-13T01:46:14 | [
{
"aliases": [
"Real Madrid C.F. in European football",
"Sociedad Madrid FC",
"Los Merengues",
"Los Vikingos",
"Royal Madrid Football Club",
"Real Madrid",
"Madrid Football Club",
"Real Madrid Club de Fútbol",
"Los Blancos"
],
"answer": "Real Madrid C.F.",
"answer_id": "m.06l22"
}
] | WebQTrn-3370 | WebQTrn-3370_f085fa4c2b6c7af6fd1f07e269a418de | who does cristiano ronaldo play for in 2010 and is the team won the 1956 Pequeña Copa del Mundo de Clubes championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02xt6q)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02xt6q ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2010-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2010-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.011q6011 .
} |
|
Who held a government position after 06-08-2010 and was the prime minister of Japan in 2012? | comparative | who is prime minister of japan 2012 | 2018-02-12T22:08:55 | [
{
"aliases": [
"Shinzo Abe"
],
"answer": "Shinzō Abe",
"answer_id": "m.07t7hy"
},
{
"aliases": [
"Noda Yoshihiko"
],
"answer": "Yoshihiko Noda",
"answer_id": "m.03cdbgl"
}
] | WebQTrn-1350 | WebQTrn-1350_cf15d9ef787b8e314cf8c4c047911f65 | who is prime minister of japan 2012 and held his govermental position from after 2010-06-08 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03_3d)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03_3d ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060bp .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num > "2010-06-08"^^xsd:dateTime) .
} |
|
What country in Arabic Time Zone did Osama bin Laden live in? | conjunction | what country did osama bin laden live in | 2018-02-12T21:56:38 | [
{
"aliases": [
"Kingdom of Saudi Arabia"
],
"answer": "Saudi Arabia",
"answer_id": "m.01z215"
}
] | WebQTrn-1231 | WebQTrn-1231_246df9cb8c1270992b65275e4997b955 | what country did osama bin laden live in and the location time zone is Arabia Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05mg9)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05mg9 ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.location.time_zones ns:m.0y497tt .
} |
|
What country that contains Lindt also borders Lake Victoria? | conjunction | which countries border lake victoria | 2018-02-12T23:42:23 | [
{
"aliases": [
"Jamhuri ya Muungano wa Tanzania",
"United Republic of Tanzania"
],
"answer": "Tanzania",
"answer_id": "m.07dzf"
}
] | WebQTrn-2284 | WebQTrn-2284_b7d675958ce634fa88489d2d3ac3f6f9 | which countries border lake victoria and is the country that contains Lindi | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jmt7)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jmt7 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.020pfm .
} |
|
What Australian territories are in the Australian Central Time Zone? | conjunction | how many australian states and territories | 2018-02-12T20:53:09 | [
{
"aliases": [],
"answer": "Northern Territory",
"answer_id": "m.05ff6"
},
{
"aliases": [
"NSW Australia",
"State Of New South Wales",
"NSW"
],
"answer": "New South Wales",
"answer_id": "m.05fly"
},
{
"aliases": [
"State Of South Australia"
],
"answer": "South Australia",
"answer_id": "m.06mtq"
}
] | WebQTrn-661 | WebQTrn-661_0be4b8c14ab527c81961960035b89255 | how many australian states and territories and the location time zone is Australian Central Time Zone | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
ns:m.0chghy ns:location.country.administrative_divisions ?x .
?x ns:common.topic.notable_types ns:m.02xhc47 . #australian state
}
UNION
{
ns:m.0chghy ns:location.country.administrative_divisions ?x .
?x ns:common.topic.notable_types ns:m.02_8yfs . #australian external territory
}
UNION
{
ns:m.0chghy ns:location.country.administrative_divisions ?x .
?x ns:common.topic.notable_types ns:m.02xhc4k . #australian territory
}?x ns:location.location.time_zones ns:m.0y497zw .
} |
|
What are the films with a character called Conan the Barbarian that Leo Howard appeared in? | conjunction | what movies does leo howard play in | 2018-02-12T21:14:22 | [
{
"aliases": [
"Conan ha'Barbari",
"Conan",
"Conan, o Bárbaro",
"Konanas barbaras 3D"
],
"answer": "Conan the Barbarian",
"answer_id": "m.0bhc5kw"
},
{
"aliases": [
"Conan ha'Barbari",
"Conan",
"Conan, o Bárbaro",
"Konanas barbaras 3D"
],
"answer": "Conan the Barbarian",
"answer_id": "m.0bhc5kw"
}
] | WebQTrn-862 | WebQTrn-862_b24b6ed69d69ec2735f93a3fc438fa4d | what movies does leo howard play in and is the film has a charcter named Conan the Barbarian | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05sqlp_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05sqlp_ ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.01z02 .
} |
|
What continent within the Eastern Time Zone is home to El Salvador? | conjunction | where is el salvador located | 2018-02-12T21:50:31 | [
{
"aliases": [],
"answer": "Latin America",
"answer_id": "m.04pnx"
},
{
"aliases": [],
"answer": "North America",
"answer_id": "m.059g4"
},
{
"aliases": [
"New World",
"The Americas",
"America"
],
"answer": "Americas",
"answer_id": "m.07c5l"
}
] | WebQTrn-1175 | WebQTrn-1175_872253e47dd6ddaa213ff31eeda8783b | where is el salvador located and the location time zone is Eastern Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02k8k)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02k8k ns:location.location.containedby ?x .
?x ns:location.location.time_zones ns:m.02hcv8 .
} |
|
Where did the person who attended Noelani Elementary School got to school? | composition | where obama went to school | obama | 2018-02-13T03:06:01 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
},
{
"aliases": [
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
],
"answer": "Columbia University",
"answer_id": "m.01w5m"
},
{
"aliases": [
"Noelani Elementary"
],
"answer": "Noelani Elementary School",
"answer_id": "m.0265r_n"
},
{
"aliases": [
"SDN Besuki",
"Besuki school",
"Sekolah Dasar Negeri (SDN) Menteng 01"
],
"answer": "State Elementary School Menteng 01",
"answer_id": "m.0280qps"
},
{
"aliases": [
"Punahou School Campus, Honolulu",
"Punahou School Campus",
"Punahou"
],
"answer": "Punahou School",
"answer_id": "m.02d9nr"
},
{
"aliases": [
"Occidental",
"Oxy",
"Occidental College, main campus"
],
"answer": "Occidental College",
"answer_id": "m.05q2c"
},
{
"aliases": [
"St. Francis of Assisi Catholic"
],
"answer": "St. Francis of Assisi Catholic School",
"answer_id": "m.0nbyhz3"
}
] | WebQTest-255 | WebQTest-255_f627c1bb9cdbcf6a029c816631a982b2 | where the person education institution is Noelani Elementary School went to school | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0265r_n .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What is the currency need in the country with La Bayamesa as the national anthem? | composition | what type of money to take to cuba | cuba | 2018-02-13T03:18:38 | [
{
"aliases": [],
"answer": "Cuban peso",
"answer_id": "m.049p2z"
},
{
"aliases": [
"Chavito"
],
"answer": "Cuban convertible peso",
"answer_id": "m.049p6c"
}
] | WebQTest-335 | WebQTest-335_8e4ffbb924cdcf9393c9cfa849b3a31c | what type of money to take to the country that has the national anthem La Bayamesa | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01lg5j .
?c ns:location.country.currency_used ?x .
}
|
What form of government used in the country that the capital is Bamako Empire? | composition | what kind of government did the mali empire have | mali | 2018-02-12T20:22:33 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
}
] | WebQTrn-405 | WebQTrn-405_937500aff40330a671879b7e0acd4337 | what kind of government did the the country capital is Bamako empire have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.0fn13 .
?c ns:location.country.form_of_government ?x .
}
|
Where did Woodrow Wilson go to school that has a sports team named the Davidson Wildcats? | conjunction | where did woodrow wilson go to school | 2018-02-13T00:19:52 | [
{
"aliases": [
"Davidson College, main campus",
"DC",
"Davidson"
],
"answer": "Davidson College",
"answer_id": "m.02pdhz"
}
] | WebQTrn-2618 | WebQTrn-2618_cafef29d793f0edca8c26e249a7a3832 | where did woodrow wilson go to school and is the education institution has a sports team named Davidson Wildcats men's basketball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.083q7)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.083q7 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.sports_teams ns:m.02qt_sl .
} |
|
Who was the leader of the country that has Santiago de Cuba Province in 2012? | composition | who is the leader of cuba 2012 | cuba | 2018-02-12T22:07:12 | [
{
"aliases": [
"Raúl Modesto Castro Ruz",
"Raul Castro"
],
"answer": "Raúl Castro",
"answer_id": "m.01gcjq"
}
] | WebQTrn-1336 | WebQTrn-1336_4089d6d7ba86121ff285b80865682a7c | who is the leader of the country that contains Santiago de Cuba Province 2012 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01rj4t .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
}
|
What religion believes in the Virgin birth of Jesus and was also Mary Todd Lincoln's religion? | conjunction | what religion was mary todd lincoln | 2018-02-12T20:56:22 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-688 | WebQTrn-688_be64d515debe3029f7c0fb2af05bfe7e | what religion was mary todd lincoln and the religion belief is Virgin birth of Jesus | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01ypl0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01ypl0 ns:people.person.religion ?x .
?x ns:religion.religion.beliefs ns:m.012lvl .
} |
|
Which Vice President was educated at St. John's Catholic Elementary School? | composition | who was vice president with bill clinton | bill clinton | 2018-02-13T06:15:59 | [
{
"aliases": [
"Albert Gore",
"Senator Albert Gore",
"Albert Gore Jr",
"Al Gore Jr.",
"Albert Arnold \"Al\" Gore, Jr.",
"Albert Arnold Gore, Jr.",
"Vice President Al Gore",
"Albert Gore, Jr.",
"Albert Arnold Gore Jr."
],
"answer": "Al Gore",
"answer_id": "m.0d05fv"
}
] | WebQTest-1889 | WebQTest-1889_87f2309c33a86e13ce73f341a6f1dc46 | who was vice president with the person education institution is St. John's Catholic Elementary School | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0jwh_hy .
?c ns:government.us_president.vice_president ?x .
}
|
What country was controlled by the Habsburg family and has CO2 emissions per capita of 1960 metric ton? | conjunction | what did the habsburg family control | 2018-02-12T22:48:23 | [
{
"aliases": [
"Ostarrichi",
"Republic of Austria",
"Österreich",
"Oesterreich",
"Autriche"
],
"answer": "Austria",
"answer_id": "m.0h7x"
},
{
"aliases": [
"Ostarrichi",
"Republic of Austria",
"Österreich",
"Oesterreich",
"Autriche"
],
"answer": "Austria",
"answer_id": "m.0h7x"
}
] | WebQTrn-1769 | WebQTrn-1769_279ab36d62e499754cff2b68b31a1f78 | what did the habsburg family control and is the co2 emiisions per capita was once 1960 metric ton | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03lht)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03lht ns:people.family.country ?x .
?x ns:location.statistical_region.co2_emissions_per_capita ?c .
?c ns:measurement_unit.dated_metric_ton.date "1960"^^xsd:dateTime .
} |
|
What educational institution with sports team named Columbia Lions Softball did Barack Obama allegedly attend? | conjunction | which college did barack obama attend | 2018-02-12T22:17:28 | [
{
"aliases": [
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
],
"answer": "Columbia University",
"answer_id": "m.01w5m"
}
] | WebQTrn-1431 | WebQTrn-1431_1f020e280d6c22339572b06cfdb32c1a | which college did barack obama attend and is the education institution has a sports team named Columbia Lions Softball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02mjmr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02mjmr ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.sports_teams ns:m.0vx41sj .
} |
|
What airport do you fly into for Destin that is in the Central Time Zone? | conjunction | what airport do you fly into for destin | 2018-02-12T20:57:10 | [
{
"aliases": [
"Okaloosa Airport",
"Northwest Florida Regional Airport",
"Northwest Florida Airport"
],
"answer": "Destin–Fort Walton Beach Airport",
"answer_id": "m.01q6d0"
}
] | WebQTrn-711 | WebQTrn-711_8c6b952c6bd963f0ece4e401c9eb731a | what airport do you fly into for destin and the location time zone is Central Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0rp8x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0rp8x ns:location.location.nearby_airports ?x .
?x ns:location.location.time_zones ns:m.02fqwt .
} |
|
What country speaks Arabic and contains the Emirate of Ajman? | conjunction | which countries speak arabic language | 2018-02-13T06:28:42 | [
{
"aliases": [
"Emirates",
"UAE"
],
"answer": "United Arab Emirates",
"answer_id": "m.0j1z8"
}
] | WebQTest-2008 | WebQTest-2008_903862ba8e6858e19627acb4f736619f | which countries speak arabic language and is the country that contains Emirate of Ajman | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jzc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jzc ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.administrative_divisions ns:m.01430j .
} |
|
Who coached the team that won 2011 Superbowl XLI? | composition | who was the colts coach in 2011 | colts | 2018-02-12T21:00:37 | [
{
"aliases": [],
"answer": "Jim Caldwell",
"answer_id": "m.0bjdtb"
}
] | WebQTrn-764 | WebQTrn-764_d1070c28593ad0d9fc89f6c8b4ed0aa9 | who was the the team won the Super Bowl XLI championship coach in 2011 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.04k5qm .
?c ns:american_football.football_team.historical_coaching_staff ?y .
?y ns:american_football.football_historical_coach_position.coach ?x .
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk0} ||
EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2011-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk2} ||
EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2011-01-01"^^xsd:dateTime) })
}
|
Who did the person marry with an education from Emsley A. Laney High School? | composition | who did michael jordan marry | michael jordan | 2018-02-12T21:01:44 | [
{
"aliases": [
"Juanita Jordan"
],
"answer": "Juanita Vanoy",
"answer_id": "m.04g36_n"
},
{
"aliases": [],
"answer": "Yvette Prieto",
"answer_id": "m.0rb2ds8"
}
] | WebQTrn-793 | WebQTrn-793_048afa751894ba3400587301a9e1cc7a | who did the person education institution is Emsley A. Laney High School marry | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.07qymj .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
In which years have the team that is owned by Steve Bisciotti claimed the Super Bowl title? | composition | what years have the ravens won the super bowl | ravens | 2018-02-12T23:49:06 | [
{
"aliases": [],
"answer": "2001 AFC Championship Game",
"answer_id": "m.0_gt_qt"
},
{
"aliases": [],
"answer": "2013 AFC Championship Game",
"answer_id": "m.0_gtz8t"
},
{
"aliases": [
"Super Bowl 2013",
"Super Bowl 47"
],
"answer": "Super Bowl XLVII",
"answer_id": "m.0642vqv"
},
{
"aliases": [],
"answer": "Super Bowl XXXV",
"answer_id": "m.076yq"
}
] | WebQTrn-2354 | WebQTrn-2354_8d86dc5e03446f0e50fd69bc06ae0658 | what years have the the sports team owner is Steve Bisciotti won the super bowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.06x8mf .
?c ns:sports.sports_team.championships ?x .
}
|
What position did the person with Malaria hold in the Constitutional Convention? | composition | what position did george washington serve in the constitutional convention | george washington | 2018-02-12T20:47:58 | [
{
"aliases": [],
"answer": "Delegate to the Continental Congress",
"answer_id": "m.09ryhrh"
}
] | WebQTrn-611 | WebQTrn-611_5b2ee58a0c627d39697b59d993911c04 | what position did the person notable with the medical condition Malaria serve in the constitutional convention | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:medicine.notable_person_with_medical_condition.condition ns:m.0542n .
?c ns:government.politician.government_positions_held ?y .
?y ns:government.government_position_held.office_position_or_title ?x .
?y ns:government.government_position_held.governmental_body ns:m.09k5k .
}
|
What religion that uses the Sword Verse text is major in Russia? | conjunction | what are the major religions in russia | 2018-02-12T21:21:48 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTrn-932 | WebQTrn-932_b4b09a6362d19ad994b9bd48df92631d | what are the major religions in russia and the religion text is Sword Verse | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.texts ns:m.02q8xdw .
} |
|
Who were the rulers of the country that appointed Margrethe II of Denmark to a governmental position? | composition | who rules denmark right now | denmark | 2018-02-13T02:54:28 | [
{
"aliases": [],
"answer": "Helle Thorning-Schmidt",
"answer_id": "m.05rn5r"
},
{
"aliases": [],
"answer": "Margrethe Vestager",
"answer_id": "m.05ysvw"
},
{
"aliases": [
"Hendes Majestæt Dronning Margrethe Den II",
"Margrethe Alexandrine Þorhildur Ingrid",
"Queen Margrethe",
"Margrethe II",
"Hendes Majestæt Dronning Margrethe II",
"Her Majesty Queen Margrethe II of Denmark",
"Prinsesse Margrethe",
"Daisy"
],
"answer": "Margrethe II of Denmark",
"answer_id": "m.0g2kv"
}
] | WebQTest-186 | WebQTest-186_275abff5d62790363fe8bc0387660115 | who rules the location that appointed Margrethe II of Denmark to govermental position right now | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0g2kv .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
Where is David J. Skorton's organization located? | composition | where is located cornell university | cornell university | 2018-02-13T01:55:29 | [
{
"aliases": [
"Ithaca city",
"City of Ithaca",
"Ithaca, New York",
"Tompkins County / Ithaca city"
],
"answer": "Ithaca",
"answer_id": "m.03v_5"
}
] | WebQTrn-3436 | WebQTrn-3436_438418e50ce528ea478cee3818c0bba2 | where is located the organiztion leadership has a person named David J. Skorton | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0b00b1 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What religion with place of worship named Nibbia Chapel did Hitler follow? | conjunction | what religion did adolf hitler follow | 2018-02-13T04:47:06 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTest-1136 | WebQTest-1136_af54111e15741229e1280646ec1d6bac | what religion did adolf hitler follow and the religion place of worship is Nibbia Chapel | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07_m9_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07_m9_ ns:people.person.religion ?x .
?x ns:religion.religion.places_of_worship ns:m.010gpwhw .
} |
|
What country is Mount Everest in and also the location that appointed the National People's Congress to a governmental position? | conjunction | in which country is mount everest found | 2018-02-12T23:30:14 | [
{
"aliases": [
"People's Republic of China"
],
"answer": "China",
"answer_id": "m.0d05w3"
}
] | WebQTrn-2162 | WebQTrn-2162_162e0e450fa8156ecb9927c4aa6d5b78 | in which country is mount everest found and is the location that appointed National People's Congress to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0blbd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0blbd ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.0c3xm .
} |
|
Which country of Sahel does the Niger River flow through that contains the Kano Emirate Council? | conjunction | through which countries of the sahel does the niger river flow | 2018-02-13T05:53:36 | [
{
"aliases": [
"Federal Republic of Nigeria"
],
"answer": "Nigeria",
"answer_id": "m.05cgv"
}
] | WebQTest-1748 | WebQTest-1748_585c717aaf67fbced8aaaee42eedb591 | through which countries of the sahel does the niger river flow and is the country that contains Kano Emirate Council | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05csx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05csx ns:location.location.partially_containedby ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.partially_contains ns:m.0l5_l .
?x ns:location.country.administrative_divisions ns:m.010fbxn6 .
} |
|
In the film with the characcter named Tom Portman, who played Damien? | composition | who played damien in the omen 2006 | the omen 2006 | 2018-02-13T04:33:54 | [
{
"aliases": [],
"answer": "Tomas Wooler",
"answer_id": "m.05h9v7d"
},
{
"aliases": [
"Bad Seed",
"Seamus Davey Fitzpatrick",
"Seamus Liam Davey-Fitzpatrick"
],
"answer": "Seamus Davey-Fitzpatrick",
"answer_id": "m.0dcshy"
}
] | WebQTest-1052 | WebQTest-1052_e448dc98747ea32c062ad14a32e05342 | who played damien in the film has a charcter named Tom Portman | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.starring ?k .
?k ns:film.performance.character ns:m.0h5v9ts .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.09s4pt .
}
|
What museum in Philadelphia was established the latest? | superlative | what are fun things to do in philadelphia | 2018-02-13T00:46:44 | [
{
"aliases": [],
"answer": "Pizza Brain",
"answer_id": "m.0h_9pvw"
}
] | WebQTrn-2841 | WebQTrn-2841_44518f8a13dd0b7edb82ddfa61bd06fd | what are fun things to do in philadelphia and is the museum that was established in latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dclg)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dclg ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.museum.established ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
Who was the 1945 leader of the country that has "The Internationale" national anthem? | composition | who was the leader of the soviet union in 1945 | soviet union | 2018-02-12T21:00:20 | [
{
"aliases": [
"Ivanov",
"Joseph Vissarionovich Stalin",
"Soselo",
"Man of Steel",
"Staline",
"Premier Joseph Stalin",
"The Red Tsar",
"Ioseb Besarionis dze Jugashvili",
"Uncle Joe",
"Dear father",
"Stalin",
"Ioseb Besarionis dze Jughashvili",
"K. Stalin",
"Josef Stalin",
"Iosif Vissarionovich Stalin",
"Soso",
"Kremlin Highlander",
"Iosif (Joseph) Vissarionovich Dzhugashvili",
"Vozhd",
"Koba",
"Iosif Vissarionovich Dzhugashvili"
],
"answer": "Joseph Stalin",
"answer_id": "m.03_lf"
}
] | WebQTrn-752 | WebQTrn-752_8c30eccd3cde88b0a0d389f34d086641 | who was the leader of the the country that has the national anthem The Internationale in 1945 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01nrft .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.0fkx3 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "1945-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "1945-01-01"^^xsd:dateTime) })
}
|
Who is the 2010 president of the country that contains San Pedro de Macoris Province? | composition | who is the current president of the dominican republic in 2010 | dominican republic | 2018-02-12T19:50:22 | [
{
"aliases": [
"Leonel Fernandez",
"Leonel Antonio Fernández Reyna"
],
"answer": "Leonel Fernández",
"answer_id": "m.02_vvc"
}
] | WebQTrn-129 | WebQTrn-129_84e5ab7013a2c0dd11f7f61db45df94c | who is the current president of the the country that contains San Pedro de MacorÃs Province in 2010 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03xyyk .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2010-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2010-01-01"^^xsd:dateTime) })
}
|
What location is the mascot Auburn University Aubie found in? | composition | where is auburn university located | auburn university | 2018-02-13T05:45:14 | [
{
"aliases": [
"Auburn University"
],
"answer": "Auburn University Historic District",
"answer_id": "m.06_g97h"
},
{
"aliases": [
"U.S. of A.",
"Estats Units d'Amèrica",
"USA",
"U.S.A.",
"U.S.",
"The States",
"US",
"United States",
"America"
],
"answer": "United States of America",
"answer_id": "m.09c7w0"
},
{
"aliases": [
"Cotton State",
"AL",
"Ala"
],
"answer": "Alabama",
"answer_id": "m.0gyh"
},
{
"aliases": [
"Auburn, Alabama",
"Lee County / Auburn city"
],
"answer": "Auburn",
"answer_id": "m.0q8p8"
}
] | WebQTest-1669 | WebQTest-1669_410a16b88c858b5024f1480209e4b4e6 | where is the educational institution with the mascot Auburn University Aubie located | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.mascot ns:m.067twr .
?c ns:location.location.containedby ?x .
}
|
Who is the current president of the country whose national anthem is the National Anthem of Peru? | composition | who is the president of peru now | peru | 2018-02-13T06:02:49 | [
{
"aliases": [],
"answer": "Ollanta Humala",
"answer_id": "m.0d2m0y"
}
] | WebQTest-1808 | WebQTest-1808_023685c3cb99d634645216a66c21afb0 | who is the president of the country that has the national anthem National Anthem of Peru now | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0224qy .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
Where did Woodrow Wilson go to school with a sports team called the Princeton Tigers? | conjunction | where did woodrow wilson go to school | 2018-02-13T00:19:52 | [
{
"aliases": [
"Princeton University, Borough of Princeton",
"Princeton University, main campus",
"Princeton"
],
"answer": "Princeton University",
"answer_id": "m.05zl0"
}
] | WebQTrn-2618 | WebQTrn-2618_f4a104d8c52908ab206863b13fb60154 | where did woodrow wilson go to school and is the education institution has a sports team named Princeton Tigers football | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.083q7)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.083q7 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.sports_teams ns:m.09rvt17 .
} |
|
What did the famous person who went to Neolani Elementary School study in college? | composition | what did obama study in school | obama | 2018-02-12T20:16:41 | [
{
"aliases": [],
"answer": "Political Science",
"answer_id": "m.062z7"
}
] | WebQTrn-353 | WebQTrn-353_f627c1bb9cdbcf6a029c816631a982b2 | what did the person education institution is Noelani Elementary School study in school | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0265r_n .
?c ns:people.person.education ?y .
?y ns:education.education.major_field_of_study ?x .
}
|
The person who went to Saugerties Junion High Schoo is married to whom? | composition | who is jimmy fallon married to | jimmy fallon | 2018-02-13T02:33:41 | [
{
"aliases": [
"Nan",
"Nancy Fallon"
],
"answer": "Nancy Juvonen",
"answer_id": "m.05p185j"
}
] | WebQTrn-3762 | WebQTrn-3762_2883c98bdc4ce42ff2e83dc2a8e069c1 | who is the person education institution is Saugerties Junior High School married to | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0766l96 .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
What country bordering Ukraine that has the capital Moscow? | conjunction | what countries and seas border ukraine | 2018-02-13T02:17:39 | [
{
"aliases": [
"Russian Federation",
"Россия"
],
"answer": "Russia",
"answer_id": "m.06bnz"
}
] | WebQTrn-3643 | WebQTrn-3643_cac35b068e1387f24f6866829a93ee31 | what countries and seas border ukraine and the country capital is Moscow | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07t21)
FILTER (!isLiteral(?x) OR (lang(?x) = '' OR lang(?x) = 'en'))
ns:m.07t21 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
{ {?x ns:common.topic.notable_types ns:m.01mp .} UNION {?x ns:common.topic.notable_types ns:m.01y2jks .} }
?x ns:location.country.capital ns:m.04swd .
} |
|
What structure which began construction in 1908 is in Liverpool, England? | conjunction | what is in liverpool england | 2018-02-12T20:21:11 | [
{
"aliases": [
"Royal Liver Assurance Building",
"Royal Liver Building, Liverpool"
],
"answer": "Royal Liver Building",
"answer_id": "m.036gxj"
}
] | WebQTrn-399 | WebQTrn-399_d21408ded6f89759cafe668b56d29289 | what is in liverpool england and is the structure construction started in 1908 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04lh6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04lh6 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.structure.construction_started "1908"^^xsd:dateTime .
} |
|
Who are the players on the Toronto Maple Leafs that started their career after 2006? | comparative | who are the players on the toronto maple leafs | 2018-02-13T02:02:16 | [
{
"aliases": [
"Michael Santorelli"
],
"answer": "Jake Gardiner",
"answer_id": "m.03d2kxh"
},
{
"aliases": [],
"answer": "Daniel Winnik",
"answer_id": "m.02ql4c_"
},
{
"aliases": [
"Ryan David O'Byrne"
],
"answer": "Cody Franson",
"answer_id": "m.03d91f2"
},
{
"aliases": [],
"answer": "Mike Santorelli",
"answer_id": "m.02q295d"
},
{
"aliases": [],
"answer": "Jonathan Bernier",
"answer_id": "m.047lwc7"
},
{
"aliases": [],
"answer": "Ryan O'Byrne",
"answer_id": "m.0fb5fp"
},
{
"aliases": [],
"answer": "James Reimer",
"answer_id": "m.0f1944"
},
{
"aliases": [
"JVR"
],
"answer": "David Clarkson",
"answer_id": "m.02897yb"
},
{
"aliases": [
"Daniel Spencer Winnik"
],
"answer": "James van Riemsdyk",
"answer_id": "m.03cb4yg"
}
] | WebQTrn-3483 | WebQTrn-3483_c91e331ddde37723b616e66bc2800806 | who are the players on the toronto maple leafs and is the pro athelete who started hist career on after 2006 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0j6tr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0j6tr ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.pro_athlete.career_start ?num .
FILTER (?num > "2006"^^xsd:dateTime) .
} |
|
What countries in the European Time Zone does Portugal trade with? | conjunction | who does portugal trade with | 2018-02-13T06:13:10 | [
{
"aliases": [],
"answer": "Tunisia",
"answer_id": "m.07fj_"
},
{
"aliases": [
"The People's Democratic Republic of Algeria",
"People's Democratic Republic of Algeria"
],
"answer": "Algeria",
"answer_id": "m.0h3y"
}
] | WebQTest-1874 | WebQTest-1874_682800b1263c4a6d5b650e4196fc2b7d | who does portugal trade with and the location time zone is Central European Time Zone | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05r4w)
{
ns:m.05r4w ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.05r4w ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.location.time_zones ns:m.02llzg .
} |
|
The nation that placed the First Labour Government of New Zealand in a government post accepts what as its currency? | composition | what currency is accepted in new zealand | new zealand | 2018-02-13T05:21:04 | [
{
"aliases": [
"kiwi"
],
"answer": "New Zealand dollar",
"answer_id": "m.015f1d"
}
] | WebQTest-1429 | WebQTest-1429_a688312e7036d529cc04e88d8404d9b9 | what currency is accepted in the location that appointed First Labour Government of New Zealand to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.02qfr26 .
?c ns:location.country.currency_used ?x .
}
|
What south America Country speaking Italian in home to the capital city of Buenos Aires? | conjunction | where is italian spoken around the world | 2018-02-13T02:15:27 | [
{
"aliases": [
"The Argentine",
"Agrentina ",
"Argentine Republic"
],
"answer": "Argentina",
"answer_id": "m.0jgd"
}
] | WebQTrn-3619 | WebQTrn-3619_71550f233e235825483f2bdb07be8e35 | where is italian spoken around the world and the country capital is Buenos Aires | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02bjrlw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02bjrlw ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.capital ns:m.01ly5m .
} |
|
The Converse organization sells what type of products? | composition | what kind of products does nike sell | nike | 2018-02-13T05:38:51 | [
{
"aliases": [],
"answer": "Athletic Shoes & Apparel",
"answer_id": "m.02kztmt"
},
{
"aliases": [
"Shoe manufacturing"
],
"answer": "Footwear Manufacturing",
"answer_id": "m.03q9xp9"
},
{
"aliases": [],
"answer": "Fashion accessory",
"answer_id": "m.0463sg"
},
{
"aliases": [],
"answer": "Sports equipment",
"answer_id": "m.05y5lj"
},
{
"aliases": [
"Apparel"
],
"answer": "Clothing",
"answer_id": "m.09j2d"
},
{
"aliases": [],
"answer": "Footwear",
"answer_id": "m.09j5n"
}
] | WebQTest-1597 | WebQTest-1597_b2a386a0aab78bf35cbaa44bb3119859 | what kind of products does the child organization is Converse sell | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.0140d2 .
?c ns:business.business_operation.industry ?x .
}
|
What Arabic-speaking country's capital is Ray? | conjunction | where is arabic used | 2018-02-12T23:36:30 | [
{
"aliases": [],
"answer": "Seljuk Empire",
"answer_id": "m.02z62v1"
}
] | WebQTrn-2224 | WebQTrn-2224_bb55aa21fb7ee9be4cc3125053f73b3d | where is arabic used and the country capital is Ray | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jzc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jzc ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.capital ns:m.01ct0j .
} |
|
Where is the school with the Cornell Big Red football team located? | composition | where is located cornell university | cornell university | 2018-02-13T01:55:29 | [
{
"aliases": [
"Ithaca city",
"City of Ithaca",
"Ithaca, New York",
"Tompkins County / Ithaca city"
],
"answer": "Ithaca",
"answer_id": "m.03v_5"
}
] | WebQTrn-3436 | WebQTrn-3436_47ae51d1a0e2c88ec638f95177db6857 | where is located the education institution has a sports team named Cornell Big Red football | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.05pdfvg .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Which city that played host to the 1928 Summer Olympics did Anne Frank reside in before the war? | conjunction | where did anne frank live before the war | 2018-02-12T22:06:22 | [
{
"aliases": [
"Venice of the North",
"Amsterdam, Netherlands",
"Amsterdam, The Netherlands",
"Mokum"
],
"answer": "Amsterdam",
"answer_id": "m.0k3p"
}
] | WebQTrn-1322 | WebQTrn-1322_3ec68aab6a2444e07c6b961d89147be9 | where did anne frank live before the war and is the city that hosted 1928 Summer Olympics | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
ns:m.03d9rk ns:people.person.places_lived ?y . # ann frank
?y ns:people.place_lived.location ?x ;
ns:people.place_lived.start_date ?start_date .
ns:m.081pw ns:time.event.start_date ?war_start_date .
FILTER (xsd:datetime(?start_date) - xsd:datetime(?war_start_date) < 0)?x ns:olympics.olympic_host_city.olympics_hosted ns:m.0lv1x .
} |
|
What film starring Mario Lopez has a character named A.C. Slater? | conjunction | what has mario lopez been in | 2018-02-12T21:02:06 | [
{
"aliases": [],
"answer": "Saved by the Bell: Wedding in Las Vegas",
"answer_id": "m.0261c2_"
},
{
"aliases": [
"California Highschool - Heiße Ferien und Intrigen",
"Salvado por la campana: Estilo hawaiano",
"Bayside School - Avventura hawaiana"
],
"answer": "Saved by the Bell: Hawaiian Style",
"answer_id": "m.02qrsmm"
}
] | WebQTrn-795 | WebQTrn-795_4344736d2997966b8898766e84348ac3 | what has mario lopez been in and is the film has a charcter named A.C. Slater | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02w5q6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02w5q6 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.02nnfl_ .
} |
|
What countries using the Swiss Franc currency are in Western Europe? | conjunction | what countries include western europe | 2018-02-12T23:09:17 | [
{
"aliases": [
"Principality of Liechtenstein",
"Fürstentum Liechtenstein"
],
"answer": "Liechtenstein",
"answer_id": "m.04j53"
},
{
"aliases": [
"La Suisse",
"Helvetia",
"Svizzera",
"Svizra",
"Schweiz",
"Swiss Confederation"
],
"answer": "Switzerland",
"answer_id": "m.06mzp"
}
] | WebQTrn-1946 | WebQTrn-1946_f6e8b7149f2e422640a49beb753be4ef | what countries include western europe and the currency used in the country is Swiss franc | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0852h)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0852h ns:location.location.contains ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:location.country.currency_used ns:m.01_h4b .
} |
|
What zoo that opened on or before 2003 is a Houston Texas tourist attraction? | comparative | what tourist attractions are in houston texas | 2018-02-12T22:23:56 | [
{
"aliases": [],
"answer": "Houston Zoo",
"answer_id": "m.01_nc_"
}
] | WebQTrn-1480 | WebQTrn-1480_c396900ef50214f788625d0655de2210 | what tourist attractions are in houston texas and is the zoo that opened on before 2003 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03l2n)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03l2n ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened ?num .
FILTER (?num < "2003"^^xsd:dateTime) .
} |
|
Which country close to Russia that has Ukrainian Ortodox Chuck of the Kyivan Partriachate? | conjunction | what country is russia close to | 2018-02-13T02:34:32 | [
{
"aliases": [
"Ukraine Region"
],
"answer": "Ukraine",
"answer_id": "m.07t21"
}
] | WebQTrn-3763 | WebQTrn-3763_5e7f2ddc862adf547cf031bf067e6af0 | what country is russia close to and the religious organization leadeship is Ukrainian Orthodox Church of the Kyivan Patriarchate | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.organization ns:m.05cx56 .
} |
|
What movie which a character named Ryan has Ian Somerhalder been in? | conjunction | what has ian somerhalder played in | 2018-02-12T22:34:43 | [
{
"aliases": [
"A Anomalia"
],
"answer": "The Anomaly",
"answer_id": "m.0vsjfsp"
}
] | WebQTrn-1599 | WebQTrn-1599_d16c4289e57ed2ae8b8359a54b70add1 | what has ian somerhalder played in and is the film has a charcter named Ryan | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.044mvs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.044mvs ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.010vznnt .
} |
|
What Super bowl was the last one to be won by the team that won the 2009 AFC Championship title? | composition | when 's the last time the steelers won the superbowl | steelers | 2018-02-13T03:28:39 | [
{
"aliases": [
"Super Bowl 43",
"Super Bowl 2009"
],
"answer": "Super Bowl XLIII",
"answer_id": "m.04n7r5"
}
] | WebQTest-423 | WebQTest-423_365a098580db25b4bb178c4ed81bd460 | when 's the last time the the team won the 2009 AFC Championship Game championship won the superbowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gt_lv .
?c ns:sports.sports_team.championships ?x .
?x ns:common.topic.notable_types ns:m.01xljv1 .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What college with the Harvard Law Record newspaper, did Barack Obama supposedly attend school? | conjunction | where did barack obama attend school | 2018-02-12T21:22:25 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
}
] | WebQTrn-940 | WebQTrn-940_f7ac69e1e18c33dec6527d5ed425e6e3 | where did barack obama attend school and the educational institution newspaper is Harvard Law Record | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02mjmr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02mjmr ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.02r0wkp .
} |
|
In what years did the 2004 World Series Championship winner win the pennant? | composition | when did the red sox win the pennant | red sox | 2018-02-12T22:14:32 | [
{
"aliases": [
"1903 World"
],
"answer": "1903 World Series",
"answer_id": "m.018n8"
},
{
"aliases": [
"2007 World"
],
"answer": "2007 World Series",
"answer_id": "m.0268bkj"
},
{
"aliases": [
"2004 World"
],
"answer": "2004 World Series",
"answer_id": "m.044ym6"
},
{
"aliases": [
"1918 World"
],
"answer": "1918 World Series",
"answer_id": "m.0469hv"
},
{
"aliases": [
"1912 World"
],
"answer": "1912 World Series",
"answer_id": "m.04tf98"
},
{
"aliases": [
"1916 World"
],
"answer": "1916 World Series",
"answer_id": "m.04tg7d"
},
{
"aliases": [
"1915 World"
],
"answer": "1915 World Series",
"answer_id": "m.04tg7r"
},
{
"aliases": [
"2013 World"
],
"answer": "2013 World Series",
"answer_id": "m.0ds324c"
}
] | WebQTrn-1410 | WebQTrn-1410_958676d1afb9f2d55dc274e103a09a32 | when did the the team won the 2004 World Series championship win the pennant | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.044ym6 .
?c ns:sports.sports_team.championships ?x .
}
|
What are the children of the person named Ike who attended Flag Grove School? | composition | where are ike and tina turner 's children | tina turner | 2018-02-13T05:43:29 | [
{
"aliases": [
"Ronald Renelle Turner",
"Ronald Turner"
],
"answer": "Ronnie Turner",
"answer_id": "m.0ggl36p"
},
{
"aliases": [
"Craig Turner",
"Craig Hill"
],
"answer": "Raymond Craig Turner",
"answer_id": "m.0j5dh53"
}
] | WebQTest-1655 | WebQTest-1655_3cd2d4dce85e7bc6424818351903b374 | where are ike and the person education institution is Flag Grove School 's children | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.03ns83s .
?c ns:people.person.children ?x .
?x ns:people.person.parents ns:m.0dbzg .
}
|
Which country that contains Lindi does South Africa export to? | conjunction | which countries does south africa export to | 2018-02-12T21:14:13 | [
{
"aliases": [
"Jamhuri ya Muungano wa Tanzania",
"United Republic of Tanzania"
],
"answer": "Tanzania",
"answer_id": "m.07dzf"
}
] | WebQTrn-858 | WebQTrn-858_b7d675958ce634fa88489d2d3ac3f6f9 | which countries does south africa export to and is the country that contains Lindi | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hzlz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hzlz ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
?x ns:location.country.administrative_divisions ns:m.020pfm .
} |
|
What country that is ruled by Maria Theresa has the capital of Budapest? | conjunction | what did maria theresa rule | 2018-02-12T23:02:53 | [
{
"aliases": [
"Magyarország",
"Hungary, Europe"
],
"answer": "Hungary",
"answer_id": "m.03gj2"
}
] | WebQTrn-1895 | WebQTrn-1895_f450c1b77e7230f9d3e4a1a4f94b4dca | what did maria theresa rule and the country capital is Budapest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0czh6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0czh6 ns:royalty.monarch.kingdom ?x .
?x ns:location.country.capital ns:m.095w_ .
} |
|
When did team owner James D. Stern's sports team first win their Championship? | composition | when did the chicago bulls win their first championship | chicago bulls | 2018-02-12T23:39:48 | [
{
"aliases": [],
"answer": "1991 NBA Finals",
"answer_id": "m.08x9qv"
}
] | WebQTrn-2261 | WebQTrn-2261_e8b7b55c54a4b3523a2a3036bd255b1a | when did the the sports team owner is James D. Stern win their first championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.0ggb8tz .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
What was the team that won the 1980 American League Championship Series located in? | composition | where did kansas city royals come from | kansas city royals | 2018-02-13T03:49:17 | [
{
"aliases": [
"Kansas",
"Kansas City, Missouri",
"Platte County / Kansas City city"
],
"answer": "Kansas City",
"answer_id": "m.04f_d"
}
] | WebQTest-596 | WebQTest-596_6a18fd9c407d734d29959bd8e31953e4 | where did the team won the 1980 American League Championship Series championship come from | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.07gxqc .
?c ns:sports.sports_team.location ?x .
}
|
What is the continent where the city of Lyon is situated and that also contains the Thames River? | conjunction | where is the thames river located | 2018-02-12T20:00:24 | [
{
"aliases": [
"The Old Continent"
],
"answer": "Europe",
"answer_id": "m.02j9z"
}
] | WebQTrn-208 | WebQTrn-208_89ad938188e36a4d053dc1c8cdf90a64 | where is the thames river located and is the location that contains the city/town Lyon | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d2kt)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d2kt ns:location.location.containedby ?x .
?x ns:location.location.contains ?c .
?c ns:location.mailing_address.citytown ns:m.0dprg .
} |
|
What time zone is the country with Nicolas Sarkozy as its government official in? | composition | what is the time zone in france | france | 2018-02-12T23:43:38 | [
{
"aliases": [
"Central European Time"
],
"answer": "Central European Time Zone",
"answer_id": "m.02llzg"
}
] | WebQTrn-2291 | WebQTrn-2291_dfad75afd3c40503f595b4cb6acc43a5 | what is the time zone in the location that appointed Nicolas Sarkozy to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.02ps9k .
?c ns:location.location.time_zones ?x .
}
|
Where is the artist from who had the concert tour named This Is It Tour? | composition | where michael jackson from | michael jackson | 2018-02-13T06:20:06 | [
{
"aliases": [
"Lake County / Gary city",
"Gary, Indiana"
],
"answer": "Gary",
"answer_id": "m.03b12"
}
] | WebQTest-1934 | WebQTest-1934_cbe0b2e42bd644732f31cbd57e534e85 | where the artist had a concert tour named This Is It Tour from | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.05y_zz5 .
?c ns:music.artist.origin ?x .
}
|
Where does the champion of the 2013 AFC Championship Game play the home games? | composition | where do baltimore ravens play | baltimore ravens | 2018-02-12T19:50:27 | [
{
"aliases": [
"M&T Bank Stadium, Baltimore"
],
"answer": "M&T Bank Stadium",
"answer_id": "m.01yq7r"
}
] | WebQTrn-131 | WebQTrn-131_c4e06c3a9e4b4f10bd1ae97f1742c198 | where do the team won the 2013 AFC Championship Game championship play | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gtz8t .
?c ns:sports.sports_team.arena_stadium ?x .
}
|
What team that won the 1978 FIFA World Cup championship does Sergio Aguero play for? | conjunction | what team does sergio aguero play for | 2018-02-12T21:36:55 | [
{
"aliases": [
"Argentina Mens Soccer Team",
"Argentina Men's National Football Team",
"Argentina Mens Football Team",
"La Albiceleste",
"Argentina Soccer Team",
"Argentina Men's National Soccer Team",
"Argentina national football",
"Albicelestes",
"La Selección",
"Argentina National Football Team",
"Argentina Football Team",
"Argentina Men's Football Team",
"Argentina Mens National Soccer Team",
"Argentina National Soccer Team",
"Argentina Men's Soccer Team",
"Argentina Mens National Football Team"
],
"answer": "Argentina national football team",
"answer_id": "m.02bh_v"
}
] | WebQTrn-1055 | WebQTrn-1055_fc2a807112f9623de1c5dd4185e7bd87 | what team does sergio aguero play for and is the team won the 1978 FIFA World Cup championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.099vgz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.099vgz ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.014nlh .
} |
|
What West African countries are located in Greenwich Mean Time Zone? | conjunction | what are west african countries | 2018-02-12T21:56:58 | [
{
"aliases": [
"Republic of Ghana"
],
"answer": "Ghana",
"answer_id": "m.035dk"
},
{
"aliases": [],
"answer": "Guinea",
"answer_id": "m.03676"
},
{
"aliases": [],
"answer": "Guinea-Bissau",
"answer_id": "m.036b_"
},
{
"aliases": [],
"answer": "Liberia",
"answer_id": "m.04hzj"
},
{
"aliases": [],
"answer": "Mali",
"answer_id": "m.04v09"
},
{
"aliases": [
"Islamic Republic of Mauritania"
],
"answer": "Mauritania",
"answer_id": "m.04vjh"
},
{
"aliases": [],
"answer": "Sierra Leone",
"answer_id": "m.06s_2"
},
{
"aliases": [],
"answer": "Togo",
"answer_id": "m.07f5x"
},
{
"aliases": [
"Republic of Côte d'Ivoire",
"Cote d'Ivoire",
"Ivory Coast",
"Côte d’Ivoire"
],
"answer": "Ivory Coast",
"answer_id": "m.0fv4v"
},
{
"aliases": [],
"answer": "Gambia",
"answer_id": "m.0hdx8"
}
] | WebQTrn-1238 | WebQTrn-1238_471b83eade9707a4dba68e201bf29d73 | what are west african countries and the location time zone is Greenwich Mean Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hqjh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hqjh ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.time_zones ns:m.03bdv .
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.