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 type of work does Henri Matisse do which also is the hobby of David Veldt?
|
conjunction
|
what kind of artist is henri matisse
|
2017-10-25T23:35:04
|
[
{
"aliases": [],
"answer": "Drawing",
"answer_id": "m.02csf"
}
] |
WebQTrn-964
|
WebQTrn-964_48a026affcf105b2f5ccdc35ef7fe73c
|
what kind of artist is henri matisse and was also the hobby of David Veldt
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gct_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gct_ ns:visual_art.visual_artist.art_forms ?x .
?x ns:interests.hobby.people_with_this_hobby ns:m.0zvyd72 .
}
|
|
What people does the current Secretary of Defense for Personnel and Readiness report to?
|
composition
|
who does obama look up to
|
obama
|
2017-10-26T02:22:05
|
[
{
"aliases": [
"Saul David Alinsky"
],
"answer": "Saul Alinsky",
"answer_id": "m.018q7p"
},
{
"aliases": [],
"answer": "Reinhold Niebuhr",
"answer_id": "m.01d1nj"
},
{
"aliases": [
"The Poet Laureate of Comedy",
"Harlem's Son of Fun",
"Julius \"Nipsey\" Russell",
"Julius Russell",
"Russell, Nipsey",
"Nipsy Russell",
"Nipsey",
"The Poet Laureate of Television",
"Npsey Rusell"
],
"answer": "Nipsey Russell",
"answer_id": "m.04ct6p"
}
] |
WebQTrn-2133
|
WebQTrn-2133_4e2a785b515c8024dd42f5a9bc60760b
|
who does the politician that held the government position Under Secretary of Defense for Personnel and Readiness look up 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:government.political_appointer.appointees ?k .
?k ns:government.government_position_held.basic_title ns:m.0dq_h2 .
?c ns:influence.influence_node.influenced_by ?x .
}
|
In the tv program Knight Rider, what is the name of teh voice actor named Kitt?
|
composition
|
who did the voice of kitt in knight rider
|
knight rider
|
2017-10-26T04:33:37
|
[
{
"aliases": [
"Bill",
"William David Daniels"
],
"answer": "William Daniels",
"answer_id": "m.0309r1"
}
] |
WebQTrn-3004
|
WebQTrn-3004_65d7e76bce694463879c247a4304efea
|
who did the voice of kitt in the tv program that has the theme song Knight Rider: Theme
|
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:tv.tv_program.theme_song ns:m.0n9cdn6 .
?c ns:tv.tv_program.regular_cast ?y .
?y ns:tv.regular_tv_appearance.actor ?x .
?y ns:tv.regular_tv_appearance.character ns:m.05_bhx .
?y ns:tv.regular_tv_appearance.special_performance_type ns:m.02nsjvf .
}
|
In the movie that Tom Peha acted in, who plays the character of Jay Adams?
|
composition
|
who plays jay adams in lords of dogtown
|
lords of dogtown
|
2017-10-26T01:28:39
|
[
{
"aliases": [
"Emile Davenport Hirsch",
"Hirschy"
],
"answer": "Emile Hirsch",
"answer_id": "m.05mkhs"
}
] |
WebQTrn-1767
|
WebQTrn-1767_2e917394db4e5ae613152fc49206a320
|
who plays jay adams in the movie that Tom Peha played 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:film.film.starring ?k .
?k ns:film.performance.actor ns:m.0ydzdv1 .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0gl_8b_ .
}
|
Which Leonardo Da Vinci invention was made by Fausto Veranzio?
|
conjunction
|
what are some inventions that leonardo da vinci invented
|
2017-10-26T11:03:51
|
[
{
"aliases": [],
"answer": "Parachute",
"answer_id": "m.0cyfs"
}
] |
WebQTest-1625
|
WebQTest-1625_1e1313ebb092a73b1c421fd217df557a
|
what are some inventions that leonardo da vinci invented and invented by Fausto Veranzio
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04lg6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04lg6 ns:law.inventor.inventions ?x .
?x ns:law.invention.inventor ns:m.02f1gd .
}
|
|
What discoveries is the academic advisor of William Whiston credited with?
|
composition
|
what other discoveries did isaac newton discover
|
isaac newton
|
2017-10-25T21:41:53
|
[
{
"aliases": [],
"answer": "Reflecting telescope",
"answer_id": "m.01nhc9"
},
{
"aliases": [],
"answer": "Pet door",
"answer_id": "m.079vqm"
}
] |
WebQTrn-247
|
WebQTrn-247_c3288601f586027fadbf6f23bfa437d6
|
what other discoveries did the academic advisor of William Whiston discover
|
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.academic.advisees ns:m.019vc5 .
?c ns:law.inventor.inventions ?x .
}
|
Who said "The Devils name is dullness" and was involved in the battle of Gettysburg?
|
conjunction
|
who fought the battle of gettysburg
|
2017-10-26T07:44:08
|
[
{
"aliases": [
"Granny Lee",
"Robert Edward Lee",
"The King of Spades",
"Marse Robert",
"The Old Man",
"Bobby Lee",
"Marble Man",
"The Great Tycoon",
"Marble Model",
"Robert E Lee"
],
"answer": "Robert E. Lee",
"answer_id": "m.06f5j"
}
] |
WebQTest-405
|
WebQTest-405_79cc35ed4ab7963b1fe187922a49ff3b
|
who fought the battle of gettysburg and is the person that said "The devil's name is dullness."
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01jnm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01jnm ns:base.culturalevent.event.entity_involved ?x .
?x ns:people.person.quotations ns:m.048j9lk .
}
|
|
Who is the new senator in the state that has the official symbol of Mymphalis Antiopa?
|
composition
|
who is the new senator of montana
|
montana
|
2017-10-25T21:37:24
|
[
{
"aliases": [],
"answer": "John Walsh",
"answer_id": "m.0nbx8tv"
}
] |
WebQTrn-230
|
WebQTrn-230_abea2df5e66240da17ef0996ac378783
|
who is the new senator of has an official symbol of Nymphalis antiopa
|
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.official_symbols ?k .
?k ns:location.location_symbol_relationship.symbol ns:m.03n22w .
?c ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.office_position_or_title ns:m.02_7l8y .
?y ns:government.government_position_held.from ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
The movie Gone Too Soon focuses on what disease?
|
composition
|
what disease michael jackson
|
michael jackson
|
2017-10-26T03:14:44
|
[
{
"aliases": [],
"answer": "Mysophobia",
"answer_id": "m.026k8yn"
}
] |
WebQTrn-2524
|
WebQTrn-2524_aff3e39b596cc9fdc91a44241ff6928d
|
what disease the subject of the film Gone Too Soon
|
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_subject.films ns:m.0bh74w0 .
?c ns:medicine.notable_person_with_medical_condition.condition ?x .
}
|
Who was a president in Venezuela at some point but died before Dec 24, 2009?
|
comparative
|
who won the presidential race in venezuela
|
2017-10-26T02:48:58
|
[
{
"aliases": [],
"answer": "Luis Herrera Campins",
"answer_id": "m.06y8st"
}
] |
WebQTrn-2328
|
WebQTrn-2328_5b4ba7fc6807780a187bd4dbd9dd43a4
|
who won the presidential race in venezuela and the person's date of death is before 2009-12-24
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ylj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ylj 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 .
?x ns:people.deceased_person.date_of_death ?num .
FILTER (?num < "2009-12-24"^^xsd:dateTime) .
}
|
|
What movie wrote by James Frey that was produced by Stephen Tag Mendillo?
|
conjunction
|
what movie did james frey write
|
2017-10-25T21:20:08
|
[
{
"aliases": [],
"answer": "Kissing a Fool",
"answer_id": "m.08vh65"
}
] |
WebQTrn-146
|
WebQTrn-146_7769114915858c214321cbb8710017b1
|
what movie did james frey write and that was producted by Stephen Tag Mendillo
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06w054)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06w054 ns:film.writer.film ?x .
?x ns:film.film.produced_by ns:m.0j_k0y .
}
|
|
What currency would you use to purchase a copy of the "Royal Thai Government Gazette" newspaper?
|
composition
|
what currency should you take to thailand
|
thailand
|
2017-10-26T00:58:59
|
[
{
"aliases": [],
"answer": "Thai baht",
"answer_id": "m.0mcb5"
}
] |
WebQTrn-1512
|
WebQTrn-1512_4a22e87b9e3af2f4de74d5017c09de12
|
what currency should you take to the area in which the newspaper Royal Thai Government Gazette is circulated
|
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:periodicals.newspaper_circulation_area.newspapers ns:m.03gyjdb .
?c ns:location.country.currency_used ?x .
}
|
Which US senators during the year 2013 represented the state from which the fictional dorothy gale vlived?
|
composition
|
who are the senators of kansas 2013
|
kansas
|
2017-10-26T02:47:46
|
[
{
"aliases": [
"Charles Patrick Roberts"
],
"answer": "Pat Roberts",
"answer_id": "m.01_pdv"
},
{
"aliases": [
"Gerald W. Moran"
],
"answer": "Jerry Moran",
"answer_id": "m.024s8t"
}
] |
WebQTrn-2315
|
WebQTrn-2315_7bf87ad6e3e6df5465d127b46c9a32c3
|
who are the senators of the place in which the fictional character Dorothy Gale lived 2013
|
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:fictional_universe.fictional_setting.characters_that_have_lived_here ns:m.020hj1 .
?c ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.048zv9l .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2013-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) >= "2013-01-01"^^xsd:dateTime) })
}
|
What type of government can be found in both the UK and the Kingdom of Prussia?
|
conjunction
|
what type of voting system does the uk have
|
2017-10-26T01:54:07
|
[
{
"aliases": [
"Parliamentary monarchy"
],
"answer": "Constitutional monarchy",
"answer_id": "m.01q20"
}
] |
WebQTrn-1923
|
WebQTrn-1923_4449720a6e25f3093a8065ae980f0221
|
what type of voting system does the uk have and in country Kingdom of Prussia
|
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:location.country.form_of_government ?x .
?x ns:government.form_of_government.countries ?c .
?c ns:type.object.name "Kingdom of Prussia"@en .
}
|
|
Who has any idea what the primary language is where the Nigerian Pound is the currency of choice?
|
composition
|
what are the main languages of nigeria
|
nigeria
|
2017-10-25T21:19:33
|
[
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
}
] |
WebQTrn-136
|
WebQTrn-136_92d60e6197acf8830cf4cb29d7393968
|
what are the main languages of where the currency Nigerian pound is used
|
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.currency_formerly_used ns:m.0963bh .
?c ns:location.country.official_language ?x .
}
|
What Superbowl championship did the Miami Dolphins win with a score of 24-7?
|
conjunction
|
when did miami dolphins win super bowl
|
2017-10-26T04:19:08
|
[
{
"aliases": [],
"answer": "Super Bowl VIII",
"answer_id": "m.076nr"
}
] |
WebQTrn-2899
|
WebQTrn-2899_35a2096f0140778e19c5f4eafe3081b7
|
when did miami dolphins win super bowl and the sports championship results were 24-7
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04vn5)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04vn5 ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.result "24-7"@en .
}
|
|
Who was married to the president who said "Forgive your enemies, but never forget their names"?
|
composition
|
who did president kennedy marry
|
kennedy
|
2017-10-26T04:22:30
|
[
{
"aliases": [
"Jacqueline Lee Bouvier Kennedy Onassis",
"First lady Jacqueline Kennedy Onassis",
"Jacqueline Lee \"Jackie\" Bouvier Kennedy Onassis",
"Jackie O",
"Jacqueline Bouvier",
"Supertanker",
"Jacqueline Lee Bouvier Onassis",
"Jackie Bouvier Kennedy Onassis",
"Jacqueline Onassis",
"Mrs. John F. Kennedy",
"Lace",
"Jackie Bouvier",
"Jacqueline Lee Bouvier",
"Jackie Kennedy",
"Jackie Onassis",
"Jacqueline Kennedy"
],
"answer": "Jacqueline Kennedy Onassis",
"answer_id": "m.0h6mq"
}
] |
WebQTrn-2928
|
WebQTrn-2928_0ab198918959e0a63172be1705632a9c
|
who did president the person that said "Forgive your enemies, but never forget their names." 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.quotations ns:m.048kbz9 .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
Which year did the team that plays at Turner Field win the World Series?
|
composition
|
what years did the atlanta braves win the world series
|
atlanta braves
|
2017-10-26T02:28:08
|
[
{
"aliases": [
"1995 World"
],
"answer": "1995 World Series",
"answer_id": "m.04j712"
}
] |
WebQTrn-2185
|
WebQTrn-2185_0c26283f80199359b9dbe20a8155f878
|
what years did the the sports team arena stadium is Turner Field win 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.arena_stadium ns:m.020fp1 .
?c ns:sports.sports_team.championships ?x .
}
|
What type of political system identifies the Country with the Coat of Arms of the Solomon Islands?
|
composition
|
what type of political system is headed by queen elizabeth ii
|
queen elizabeth ii
|
2017-10-26T03:21:00
|
[
{
"aliases": [],
"answer": "Federation",
"answer_id": "m.014j8_"
},
{
"aliases": [],
"answer": "Consensus democracy",
"answer_id": "m.0163hx"
},
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Parliamentary monarchy"
],
"answer": "Constitutional monarchy",
"answer_id": "m.01q20"
},
{
"aliases": [],
"answer": "Non-partisan democracy",
"answer_id": "m.021zlr"
},
{
"aliases": [],
"answer": "Democracy",
"answer_id": "m.026wp"
},
{
"aliases": [
"Kingdom"
],
"answer": "Monarchy",
"answer_id": "m.04szc"
},
{
"aliases": [],
"answer": "Representative democracy",
"answer_id": "m.0drnm"
},
{
"aliases": [
"Federal constitutional monarchy"
],
"answer": "Federal monarchy",
"answer_id": "m.0g3y9q"
}
] |
WebQTrn-2559
|
WebQTrn-2559_672eee0b7c6422a51f41a444f66922ed
|
what type of political system is headed by the country that its coat of arms is Coat of arms of the Solomon Islands
|
#MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
?c ns:symbols.coat_of_arms_bearer.coat_of_arms_used ?k .
?k ns:symbols.armorial_grant.coat_of_arms ns:m.0czgbm .
?c ns:government.politician.government_positions_held ?y1 . # Queen Elizabeth II
?y1 ns:government.government_position_held.jurisdiction_of_office ?y2 . # ?y2 = country
?y2 ns:location.country.form_of_government ?x .
}
|
What nation has portuguese as a native language and is located in Western Africa?
|
conjunction
|
what are west african countries
|
2017-10-26T00:16:39
|
[
{
"aliases": [],
"answer": "Guinea-Bissau",
"answer_id": "m.036b_"
}
] |
WebQTrn-1238
|
WebQTrn-1238_0c6904f311581066d5de090afafe71dd
|
what are west african countries and is the country that has Portuguese Language as an official language
|
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.country.official_language ns:m.05zjd .
}
|
|
In the country where Farsi is spoken, what currency would you use?
|
composition
|
what is afghanistan money called
|
afghanistan
|
2017-10-26T04:40:52
|
[
{
"aliases": [],
"answer": "Afghan afghani",
"answer_id": "m.019vxc"
}
] |
WebQTrn-3044
|
WebQTrn-3044_e8cd4f111b252428852f30f4d6ed1732
|
what is the country where Farsi, Eastern Language is spoken money called
|
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.languages_spoken ns:m.02hwl5z .
?c ns:location.country.currency_used ?x .
}
|
In what family of languages does Niko's language fall into?
|
composition
|
into what language family does english fall
|
english
|
2017-10-26T06:21:26
|
[
{
"aliases": [],
"answer": "West Germanic languages",
"answer_id": "m.0140qt"
},
{
"aliases": [],
"answer": "Indo-European languages",
"answer_id": "m.03v09"
},
{
"aliases": [],
"answer": "Anglo-Frisian languages",
"answer_id": "m.082j1s"
}
] |
WebQTrn-3679
|
WebQTrn-3679_08ed5cb30e46bfec4a80275d0cf1c50a
|
into what language family does the language Niko's rest-place fall
|
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:fictional_universe.fictional_language.where_spoken ns:m.0cgrptx .
?c ns:language.human_language.language_family ?x .
}
|
What city in Mexico, that held the LIX Legislature session, has the largest population?
|
composition
|
what city has the largest population in mexico
|
mexico
|
2017-10-26T03:36:42
|
[
{
"aliases": [
"La Ciudad de los Palacios",
"Zona Metropolitana de la Ciudad de México",
"The Federal District",
"Ciudad de México",
"Mexico",
"DF",
"México, D.F.",
"D.F.",
"Mexico City Metropolitan Zone",
"Distritofederal",
"Tenochtitlán",
"Mexican Federal District",
"México",
"Zona Metropolitana del Valle de México",
"Metropolitan Area of the Valley of Mexico",
"Ciudad De Mexico",
"Distrito Federal",
"Cidade do México",
"Greater Mexico City"
],
"answer": "Mexico City",
"answer_id": "m.04sqj"
}
] |
WebQTrn-2632
|
WebQTrn-2632_9aa808981a5d76aaaf6a06c087a9f2a5
|
what city has the largest population in the governmental jurisdiction that held the legislative session of the LIX Legislature of the Mexican Congress
|
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.legislative_sessions ns:m.090m8p .
?c ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01m9 .
?x ns:topic_server.population_number ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
|
In what city was David Brown born and did Tennessee Williams live?
|
conjunction
|
where did tennessee williams live
|
2017-10-26T03:35:24
|
[
{
"aliases": [
"St. Louis city / St. Louis city",
"St. Louis, Missouri, USA",
"Saint Louis",
"Mound City",
"Gateway City",
"St. Louie",
"Saint Louis, Missouri",
"Gateway to the West",
"The Lou",
"St Louis"
],
"answer": "St. Louis",
"answer_id": "m.06wxw"
}
] |
WebQTrn-2626
|
WebQTrn-2626_4065f1aa8bcb8edeb006a6f7bed414d4
|
where did tennessee williams live and is the location where David Brown was born
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0c4y8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0c4y8 ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.location.people_born_here ?c .
?c ns:type.object.name "David Brown"@en .
}
|
|
What university is the almamater of the author of Business @ the Speed of Thought?
|
composition
|
what school did bill gates go to
|
bill gates
|
2017-10-26T01:16:59
|
[
{
"aliases": [
"Lakeside"
],
"answer": "Lakeside School",
"answer_id": "m.01jv5g"
},
{
"aliases": [
"Harvard",
"Harvard College, main campus",
"Harvard College, Cambridge"
],
"answer": "Harvard College",
"answer_id": "m.01mpwj"
}
] |
WebQTrn-1656
|
WebQTrn-1656_0e40770fb613032a26f9ef65dcab65be
|
what school did the author who published editions for Business @ the Speed of Thought go 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:book.author.book_editions_published ns:m.04v22vx .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
Who was the person who was nominated for the artist award in Do You Miss New York married to?
|
composition
|
who was rosemary clooney married to
|
rosemary clooney
|
2017-10-26T03:11:06
|
[
{
"aliases": [
"Dante Di Paola",
"Dante D'Paulo",
"Dante De Paulo"
],
"answer": "Dante DiPaolo",
"answer_id": "m.0gdkdhv"
},
{
"aliases": [
"José Vicente Ferrer de Otero y Cintrón",
"Joe",
"Jose Ferrer",
"Jose Ferrer in closing credits"
],
"answer": "José Ferrer",
"answer_id": "m.0sxqg"
}
] |
WebQTrn-2493
|
WebQTrn-2493_c100f991515e5099980fd033269f906d
|
who was the artist aword nominated for Do You Miss New York? 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:award.award_nominee.award_nominations ?k .
?k ns:award.award_nomination.nominated_for ns:m.06w4503 .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
What type of government do the Bahamas and Abkhazia both have?
|
conjunction
|
what type of government does the bahamas
|
2017-10-26T00:16:54
|
[
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
}
] |
WebQTrn-1245
|
WebQTrn-1245_ce6ab0fa5da0bd8194804f245e10833f
|
what type of government does the bahamas and is the form of government of Abkhazia
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0160w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0160w ns:location.country.form_of_government ?x .
?x ns:government.form_of_government.countries ns:m.011jw .
}
|
|
Which book by Aristotle has the ISBN 9780824069018?
|
conjunction
|
what books did aristotle wrote
|
2017-10-25T22:51:34
|
[
{
"aliases": [],
"answer": "Nicomachean ethics",
"answer_id": "m.059cb12"
}
] |
WebQTrn-703
|
WebQTrn-703_57295d763eb858949b8dfba183b87d6b
|
what books did aristotle wrote and the book edition ISBN is 9780824069018
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gz_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gz_ ns:book.author.book_editions_published ?x .
?x ns:book.book_edition.isbn ns:m.077893x .
}
|
|
Name the three major rivers located in South America.?
|
composition
|
what are the three major rivers in south america
|
south america
|
2017-10-25T21:41:51
|
[
{
"aliases": [
"Rio Negro river",
"Guainía River"
],
"answer": "Rio Negro",
"answer_id": "m.01tl45"
},
{
"aliases": [
"Orinoco River"
],
"answer": "Orinoco",
"answer_id": "m.0lzjs"
},
{
"aliases": [
"Amazon"
],
"answer": "Amazon River",
"answer_id": "m.0sd7"
}
] |
WebQTrn-246
|
WebQTrn-246_8f47e5d081aa5a569574199097e7c663
|
what are the three major rivers in the topic of the image LocationSouthAmerica
|
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:common.topic.image ns:m.02gqrbz .
?c ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01xs05k .
?x ns:geography.river.discharge ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 3
|
Which elected official won governor or the state in 2010 that has the official State fish the American Shad?
|
composition
|
who won governor in connecticut 2010
|
connecticut
|
2017-10-26T04:27:06
|
[
{
"aliases": [
"Mary Carolyn Reavis"
],
"answer": "Jodi Rell",
"answer_id": "m.037j0z"
}
] |
WebQTrn-2964
|
WebQTrn-2964_4ef57525531c742bc04ece5b1c454e7f
|
who won governor in has an official symbol of American shad 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:government.governmental_jurisdiction.official_symbols ?k .
?k ns:location.location_symbol_relationship.symbol ns:m.04n2k4 .
?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.0fkvn .
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) })
}
|
Who's the head coach for the Lucas Oils Stadium sports team?
|
composition
|
who is the head coach of the indianapolis colts
|
indianapolis colts
|
2017-10-26T03:07:19
|
[
{
"aliases": [],
"answer": "Chuck Pagano",
"answer_id": "m.03mbsxm"
}
] |
WebQTrn-2476
|
WebQTrn-2476_1a580a0b72b0806c7ed3e7560280233e
|
who is the head coach of the the sports team arena stadium is Lucas Oil Stadium
|
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.arena_stadium ns:m.080hb9 .
?c ns:american_football.football_team.current_head_coach ?x .
}
|
What is the jurisdiction of the court where Judge William Johnson serves?
|
composition
|
what is the jurisdiction of the us supreme court
|
us supreme court
|
2017-10-25T22:46:48
|
[
{
"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"
}
] |
WebQTrn-673
|
WebQTrn-673_7a45942f09ef3569391ab7bdda5960bb
|
what is the jurisdiction of the court in which William Johnson serves as a judge
|
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:law.court.judges ?k .
?k ns:law.judicial_tenure.judge ns:m.01hksb .
?c ns:law.court.jurisdiction ?x .
}
|
What minor league baseball team, plays at Scottsdale stadium and once had Michael Jordan as a team member?
|
conjunction
|
what professional baseball team did michael jordan play for
|
2017-10-26T06:29:29
|
[
{
"aliases": [],
"answer": "Scottsdale Scorpions",
"answer_id": "m.0f3wm2"
}
] |
WebQTrn-3714
|
WebQTrn-3714_fbee15b4833fc7f3917a593c1bbe10db
|
what professional baseball team did michael jordan play for and the sports team arena stadium is Scottsdale Stadium
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.054c1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.054c1 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:common.topic.notable_types ns:m.0256985 .
?x ns:sports.sports_team.arena_stadium ns:m.066cbs .
}
|
|
What does movie Chad Michael Murray play in that is 100.0 minutes long?
|
conjunction
|
what does chad michael murray play in
|
2017-10-26T06:10:00
|
[
{
"aliases": [],
"answer": "The Haunting in Connecticut 2: Ghosts of Georgia",
"answer_id": "m.0c015zb"
}
] |
WebQTrn-3573
|
WebQTrn-3573_a776583092dae132378825445eb44488
|
what does chad michael murray play in and that is 100.0 minutes long
|
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.runtime ?c .
?c ns:film.film_cut.runtime "100.0" .
}
|
|
What country has a nominal GDP currency similar to the US and was once controlled by the Hadsburg family?
|
conjunction
|
what did the habsburg family control
|
2017-10-26T01:29:49
|
[
{
"aliases": [
"Ostarrichi",
"Republic of Austria",
"Österreich",
"Oesterreich",
"Autriche"
],
"answer": "Austria",
"answer_id": "m.0h7x"
}
] |
WebQTrn-1769
|
WebQTrn-1769_cb535b26088aa7a8cf49a7aba65ef3d3
|
what did the habsburg family control and country has nominal gdp currency of United States Dollar
|
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.country.gdp_nominal ?c .
?c ns:measurement_unit.dated_money_value.currency ns:m.09nqf .
}
|
|
What is the language spoken at the Asian College of Science and Technology?
|
composition
|
what language they speak in the philippines
|
philippines
|
2017-10-25T21:49:48
|
[
{
"aliases": [
"Filipino"
],
"answer": "Filipino language",
"answer_id": "m.01jb8r"
},
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
}
] |
WebQTrn-279
|
WebQTrn-279_27af84292acd2e8c41f3af52918db317
|
what language they speak in the the location that contains Asian College of Science and Technology, main campus
|
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.partially_contains ns:m.0jwbft1 .
?c ns:location.country.official_language ?x .
}
|
Which of Aubrey Hepburns husbands produced El Greco?
|
conjunction
|
who was audrey hepburn 's husbands
|
2017-10-26T02:01:55
|
[
{
"aliases": [
"Melchor Ferrer",
"Melchor Gaston Ferrer",
"Melchor G. Ferrer",
"Melchor Gastón Ferrer"
],
"answer": "Mel Ferrer",
"answer_id": "m.05grdr"
}
] |
WebQTrn-1973
|
WebQTrn-1973_03981701e2309e96c6acd09503aa1d76
|
who was audrey hepburn 's husbands and produced the film El Greco
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dqcm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dqcm ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
?x ns:people.person.gender ns:m.05zppz .
?x ns:film.producer.film ns:m.04jlyb4 .
}
|
|
What is the currency that used to be used in Cuba and is now used in Panama?
|
conjunction
|
what currency is used in panama
|
2017-10-26T07:53:11
|
[
{
"aliases": [
"USD",
"$",
"US Dollar",
"US $",
"US Currency",
"US$",
"Federal Reserve Note",
"American Dollar",
"Greenback"
],
"answer": "United States Dollar",
"answer_id": "m.09nqf"
}
] |
WebQTest-469
|
WebQTest-469_2987f7760de713928bf536196df0a12e
|
what currency is used in panama and was former currency in Cuba
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05qx1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05qx1 ns:location.country.currency_used ?x .
?x ns:finance.currency.countries_formerly_used ns:m.0d04z6 .
}
|
|
When did Eric Staal's hockey team win the cup?
|
composition
|
when did carolina hurricanes win the cup
|
carolina hurricanes
|
2017-10-26T01:48:40
|
[
{
"aliases": [],
"answer": "2006 Stanley Cup Finals",
"answer_id": "m.02d08dj"
}
] |
WebQTrn-1888
|
WebQTrn-1888_f798409fa3019a4df9497c52a9bedd5a
|
when did the hockey team whose captainis Eric Staal win the cup
|
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:ice_hockey.hockey_team.captain ns:m.04lvys .
?c ns:sports.sports_team.championships ?x .
}
|
In what city did the public speaker who spoke about education reform grow up?
|
composition
|
what city did obama grow up in
|
obama
|
2017-10-26T03:22:20
|
[
{
"aliases": [
"Honolulu, Hawaii",
"Honolulu County / Honolulu CDP",
"Honolulu CDP"
],
"answer": "Honolulu",
"answer_id": "m.02hrh0_"
}
] |
WebQTrn-2562
|
WebQTrn-2562_7478e17a7cd155f218c821899d42a755
|
what city did the public speaker which spoke about Education reform grow up 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:event.public_speaker.speeches_or_presentations ?k .
?k ns:event.speech_or_presentation.speech_topic ns:m.02mdg .
?c ns:people.person.place_of_birth ?x .
?x ns:common.topic.notable_types ns:m.01m9 .
}
|
What city is the capital of the country in which El Gouna Beverage Co Sakara Gold beer is produced?
|
composition
|
what is the capital of modern egypt
|
egypt
|
2017-10-26T07:08:17
|
[
{
"aliases": [
"Cairo, Egypt",
"Capital of Egypt",
"Cairo, Arab Republic of Egypt"
],
"answer": "Cairo",
"answer_id": "m.01w2v"
}
] |
WebQTest-204
|
WebQTest-204_3a8152d581de19d1b839f3822e9392e3
|
what is the capital of modern the country where El Gouna Beverage Co. Sakara Gold beer is made
|
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:food.beer_country_region.beers_from_here ns:m.04dqh1z .
?c ns:location.country.capital ?x .
}
|
What location was where the movie "Nollywood Babylon" took place.?
|
composition
|
what is the nigeria time
|
nigeria
|
2017-10-26T07:47:50
|
[
{
"aliases": [
"West Africa Time"
],
"answer": "West Africa Time Zone",
"answer_id": "m.0gsrsm"
}
] |
WebQTest-436
|
WebQTest-436_44e6d6f196d9006ff25e0829f56c0639
|
what is the the location where the film "Nollywood Babylon" takes place time
|
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_location.featured_in_films ns:m.04q8lsb .
?c ns:location.location.time_zones ?x .
}
|
Which university attended by F Scott Fitzgerald has less than 2479 postgraduates?
|
comparative
|
where was f scott fitzgerald education
|
2017-10-26T04:12:09
|
[
{
"aliases": [
"Princeton University, Borough of Princeton",
"Princeton University, main campus",
"Princeton"
],
"answer": "Princeton University",
"answer_id": "m.05zl0"
}
] |
WebQTrn-2849
|
WebQTrn-2849_3da3d2f612e1a706e07900e01ec0e8e0
|
where was f scott fitzgerald education and is the university that has number of postgraduates less than 2479
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02zjd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02zjd ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.university.number_of_postgraduates ?c .
?c ns:measurement_unit.dated_integer.number ?num .
FILTER (xsd:integer(?num) < 2479) .
}
|
|
Where did the author who published editions for Sceptical Chymist study?
|
composition
|
where did robert boyle study
|
robert boyle
|
2017-10-26T04:15:48
|
[
{
"aliases": [
"Eton",
"Eton College, Windsor",
"Eton College, main campus"
],
"answer": "Eton College",
"answer_id": "m.0dzbl"
},
{
"aliases": [
"University College, Oxford, main campus",
"Univ.",
"The Master and Fellows of the College of the Great Hall of the University of Oxford"
],
"answer": "University College, Oxford",
"answer_id": "m.0ymf1"
}
] |
WebQTrn-2870
|
WebQTrn-2870_1972c005b9e7b99a70c40e2ae4d3e8ba
|
where did the author who published editions for Sceptical Chymist study
|
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:book.author.book_editions_published ns:m.04v1jdd .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What other inventions were created by the inventor of the Mimeograph?
|
composition
|
what inventions did thomas edison invent list
|
thomas edison
|
2017-10-26T08:14:27
|
[
{
"aliases": [],
"answer": "Movie camera",
"answer_id": "m.01cbh9"
},
{
"aliases": [],
"answer": "Quadruplex telegraph",
"answer_id": "m.02r0w8q"
},
{
"aliases": [],
"answer": "Electric Power Distribution",
"answer_id": "m.03q9w5j"
},
{
"aliases": [
"Mimeograph machine"
],
"answer": "Mimeograph",
"answer_id": "m.0505x"
},
{
"aliases": [],
"answer": "Phonograph",
"answer_id": "m.063md"
},
{
"aliases": [],
"answer": "Incandescent light bulb",
"answer_id": "m.0cpk7"
},
{
"aliases": [],
"answer": "Carbon microphone",
"answer_id": "m.0d9fkw"
},
{
"aliases": [],
"answer": "Phonograph cylinder",
"answer_id": "m.0xrxw"
}
] |
WebQTest-599
|
WebQTest-599_630e88691f76c9ef93d3401d6c0298b1
|
what inventions did is the parson that invented Mimeograph invent list
|
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:law.inventor.us_patents ns:m.0505x .
?c ns:law.inventor.inventions ?x .
}
|
In the governmental jurisdiction with an office holder named Izzat al-Nuss, who is the leader?
|
composition
|
who is the leader of syria now
|
syria
|
2017-10-26T02:07:33
|
[
{
"aliases": [
"Dr. Bashar al-Assad",
"Bashar Hafez al-Assad"
],
"answer": "Bashar al-Assad",
"answer_id": "m.01_vwx"
}
] |
WebQTrn-2019
|
WebQTrn-2019_fccc20053a35b0398860edabcde19d05
|
who is the leader of the governmental jurisdiction that has governmental office holder named Izzat al-Nuss 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.office_holder ns:m.010g7jq9 .
?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) })
}
|
For the governmental jurisdiction that held the legislative session of the 54th Brazilian National Congress, what is the government type?
|
composition
|
what sort of government does brazil have
|
brazil
|
2017-10-25T21:34:22
|
[
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] |
WebQTrn-220
|
WebQTrn-220_b0412b83228508271932b11e338e48c6
|
what sort of government does the governmental jurisdiction that held the legislative session of the 54th Brazilian National Congress 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:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.legislative_sessions ns:m.010lcr_q .
?c ns:location.country.form_of_government ?x .
}
|
What was the nationality of the person nominated for an award for The Hawaiian Wedding Song?
|
composition
|
what nationality was andy williams
|
andy williams
|
2017-10-25T22:19:50
|
[
{
"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"
}
] |
WebQTrn-487
|
WebQTrn-487_943ce46b37cfb5e69dcb4f63f0e77b09
|
what nationality was the artist aword nominated for The Hawaiian Wedding Song
|
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:award.award_nominee.award_nominations ?k .
?k ns:award.award_nomination.nominated_for ns:m.0174ycc .
?c ns:people.person.nationality ?x .
}
|
Which area contains the Roman Colosseum and has the 0982 area code?
|
conjunction
|
where was the roman colosseum located
|
2017-10-25T21:54:44
|
[
{
"aliases": [
"Italia",
"Italian Republic"
],
"answer": "Italy",
"answer_id": "m.03rjj"
}
] |
WebQTrn-323
|
WebQTrn-323_9c2ccaa9163c5b83b83a7f9c5f6efbb7
|
where was the roman colosseum located and contains Area Code 0982
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d5qx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d5qx ns:location.location.containedby ?x .
?x ns:location.location.contains ns:m.010g82ln .
}
|
|
What German-speaking country has a nominal GDP of 279500000000.0?
|
conjunction
|
which countries speak german officially
|
2017-10-26T06:51:46
|
[
{
"aliases": [
"Ostarrichi",
"Republic of Austria",
"Österreich",
"Oesterreich",
"Autriche"
],
"answer": "Austria",
"answer_id": "m.0h7x"
}
] |
WebQTest-83
|
WebQTest-83_cf6cc4cc9ed790243a390f155ae72256
|
which countries speak german officially and country has nomianl gdp of 279500000000.0
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04306rv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04306rv ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.official_language ns:m.04306rv .
?x ns:location.country.gdp_nominal ?c .
?c ns:measurement_unit.dated_money_value.amount "279500000000.0" .
}
|
|
Which currency was previously used in Montenegro and Serbia, and is now France's official currency?
|
conjunction
|
what is the official currency in france
|
2017-10-26T01:51:06
|
[
{
"aliases": [
"€",
"EUR"
],
"answer": "Euro",
"answer_id": "m.02l6h"
}
] |
WebQTrn-1899
|
WebQTrn-1899_37b9c0e922261985eccb3a84942b0059
|
what is the official currency in france and was former currency in Serbia and Montenegro
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f8l9c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f8l9c ns:location.country.currency_used ?x .
?x ns:finance.currency.countries_formerly_used ns:m.06swt .
}
|
|
Which amusement park in Kansas city opened prior to May 31, 1982?
|
comparative
|
what is there to do for fun in kansas city
|
2017-10-26T07:22:52
|
[
{
"aliases": [
"Worlds of Fun, Kansas City"
],
"answer": "Worlds of Fun",
"answer_id": "m.065tqj"
}
] |
WebQTest-266
|
WebQTest-266_804d2180926f1b46df73f11df78a8879
|
what is there to do for fun in kansas city and the place is an amusement park that opened before 1982-05-31
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04f_d)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04f_d ns:travel.travel_destination.tourist_attractions ?x .
?x ns:amusement_parks.park.opened ?num .
FILTER (?num < "1982-05-31"^^xsd:dateTime) .
}
|
|
What is the name of Shakespeare's parent who was buried on August 9, 1601?
|
conjunction
|
what is shakespeare 's parents names
|
2017-10-26T02:28:05
|
[
{
"aliases": [],
"answer": "John Shakespeare",
"answer_id": "m.01stsq"
}
] |
WebQTrn-2179
|
WebQTrn-2179_24267bc5c4eb718a470a4472db7a1000
|
what is shakespeare 's parents names and is the person that was buried on 1601-09-08
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.081k8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.081k8 ns:people.person.parents ?x .
?x ns:people.deceased_person.date_of_burial "1601-09-08"^^xsd:dateTime .
}
|
|
What typr of government does the country that has the Idoma language spoken utilize?
|
composition
|
what sort of government does nigeria have
|
nigeria
|
2017-10-26T08:27:27
|
[
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] |
WebQTest-684
|
WebQTest-684_3fc0134bbe1798e1314f32f21647aa54
|
what sort of government does the country where Idoma Language is spoken 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.languages_spoken ns:m.02hxt4p .
?c ns:location.country.form_of_government ?x .
}
|
What language is spoken in the country of the Prime Minister of Albania?
|
composition
|
what does albania speak
|
albania
|
2017-10-25T22:38:04
|
[
{
"aliases": [
"Romany",
"Romani",
"Romany language"
],
"answer": "Romani language",
"answer_id": "m.012psb"
},
{
"aliases": [
"Albanian"
],
"answer": "Albanian language",
"answer_id": "m.012v8"
},
{
"aliases": [
"Armina",
"Macedo-rumanian",
"Vlach",
"Arumun",
"Romanian, Macedo",
"Aromanian",
"Vlach language",
"Arumanian",
"Aromunian"
],
"answer": "Romanian, Macedo Language",
"answer_id": "m.01vy26"
},
{
"aliases": [
"Graecae",
"Neo-hellenic",
"Greek",
"Greco",
"Modern Greek (1453-)",
"Romaic",
"Grec",
"Ellinika"
],
"answer": "Greek Language",
"answer_id": "m.0349s"
}
] |
WebQTrn-607
|
WebQTrn-607_a2e0f49abbb2464fba30598d6fe25a02
|
what does the governmental jurisdiction that the government that has the position title Prime Minister of Albania 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:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.office_position_or_title ns:m.0v_8m76 .
?c ns:location.country.languages_spoken ?x .
}
|
The featured speaker at the 'March on Washington for Jobs and Freedom' was shot in which city?
|
composition
|
where did martin luther king got shot at
|
martin luther king
|
2017-10-26T08:22:55
|
[
{
"aliases": [
"Memphis, Tennessee",
"Shelby County / Memphis city"
],
"answer": "Memphis",
"answer_id": "m.0c_m3"
}
] |
WebQTest-657
|
WebQTest-657_0818b36d353ffb39f85b4606b1230866
|
where did that who was the speaker in March on Washington for Jobs and Freedom got shot at
|
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:event.public_speaker.speeches_or_presentations ?k .
?k ns:event.speech_or_presentation.event ns:m.01lt0z .
?c ns:people.deceased_person.place_of_death ?x .
}
|
"The salvation of the world is in man's suffering" was said by a person known for what?
|
composition
|
what was william faulkner known for
|
william faulkner
|
2017-10-26T02:01:50
|
[
{
"aliases": [],
"answer": "Novelist",
"answer_id": "m.02xhgwq"
},
{
"aliases": [
"Scribe",
"Author"
],
"answer": "Writer",
"answer_id": "m.0cbd2"
}
] |
WebQTrn-1971
|
WebQTrn-1971_f1bb78925b7b947a056544194a413bb5
|
what was the person that said "The salvation of the world is in man's suffering." known for
|
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.quotations ns:m.048j_0f .
?c ns:people.person.profession ?x .
}
|
What state contains Mount St. Helen's volcano and has a governmental jurisdiction location symbol that was adapted after 1987?
|
comparative
|
where is mount st helens volcano
|
2017-10-26T07:41:35
|
[
{
"aliases": [
"Washington, Madras",
"Wash",
"WA"
],
"answer": "Washington",
"answer_id": "m.081yw"
}
] |
WebQTest-380
|
WebQTest-380_f33c94a3010029177ef69c99aae0905d
|
where is mount st helens volcano and have governmental jurisdiction location symbol that was adapted after 1987
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.094xz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.094xz ns:location.location.containedby ?x .
?x ns:government.governmental_jurisdiction.official_symbols ?c .
?c ns:location.location_symbol_relationship.date_adopted ?num .
FILTER (?num > "1987"^^xsd:dateTime) .
}
|
|
Who was a peer of Donato Bramante who was also an influencer of Niccolo Machiavelli?
|
conjunction
|
who was niccolo machiavelli influenced by
|
2017-10-26T01:25:53
|
[
{
"aliases": [
"Leonardo DaVinci",
"Da Vinci",
"Leonardo di ser Piero da Vinci",
"Leonardo"
],
"answer": "Leonardo da Vinci",
"answer_id": "m.04lg6"
}
] |
WebQTrn-1719
|
WebQTrn-1719_5bc4d8ae19041b665493805c5c54fe19
|
who was niccolo machiavelli influenced by and was also a peer of Donato Bramante
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05cvs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05cvs ns:influence.influence_node.influenced_by ?x .
?x ns:influence.influence_node.peers ?c .
?c ns:influence.peer_relationship.peers ns:m.01g26y .
}
|
|
What language is spoken in the country where Brahma Bock beer is produced?
|
composition
|
what is the official language of brazil now
|
brazil
|
2017-10-26T10:53:43
|
[
{
"aliases": [
"Portuguese",
"Portugese",
"Portuguese language",
"Português"
],
"answer": "Portuguese Language",
"answer_id": "m.05zjd"
}
] |
WebQTest-1554
|
WebQTest-1554_644473daf4329ae665ef8a7c257fa848
|
what is the official language of the country where Brahma Bock beer is made 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:food.beer_country_region.beers_from_here ns:m.04dqkdq .
?c ns:location.country.official_language ?x .
}
|
When did the sports team whose arena is Old Trafford first win a trophy?
|
composition
|
when did manchester united first win a trophy
|
manchester united
|
2017-10-25T23:40:50
|
[
{
"aliases": [
"FA Cup 1976-77"
],
"answer": "1976–77 FA Cup",
"answer_id": "m.04gk9y8"
}
] |
WebQTrn-1018
|
WebQTrn-1018_593632bf477d73bb33a311728d6e6f29
|
when did the sports team arena stadium is Old Trafford first win a trophy
|
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.arena_stadium ns:m.030lpl .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
Which show produced by Mitchell Galin was shot in New York?
|
conjunction
|
what shows are shot in new york
|
2017-10-26T07:42:30
|
[
{
"aliases": [
"Stephen King's The Stand"
],
"answer": "The Stand",
"answer_id": "m.09fc83"
}
] |
WebQTest-381
|
WebQTest-381_c69c4e3bdc6f8cf0e7248bd93b637100
|
what shows are shot in new york and that was producted by Mitchell Galin
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02_286)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02_286 ns:tv.tv_location.tv_shows_filmed_here ?x .
?x ns:film.film.produced_by ns:m.0jxnhk .
}
|
|
What landmarks are in the country where Al Ahram Beverages Co. Stella beer is made?
|
composition
|
what major landforms are located in egypt
|
egypt
|
2017-10-26T03:45:41
|
[
{
"aliases": [],
"answer": "Bog",
"answer_id": "m.012v8q"
},
{
"aliases": [
"Desert climate"
],
"answer": "Desert",
"answer_id": "m.0284w"
},
{
"aliases": [],
"answer": "Bay",
"answer_id": "m.04ggh49"
},
{
"aliases": [],
"answer": "Peninsula",
"answer_id": "m.05sl2"
},
{
"aliases": [
"peak"
],
"answer": "Mountain",
"answer_id": "m.09d_r"
},
{
"aliases": [],
"answer": "Gulf",
"answer_id": "m.0cn9p5h"
}
] |
WebQTrn-2690
|
WebQTrn-2690_9f924908bb36bf7d331fa1b933af9f58
|
what major landforms are located in the country where Al Ahram Beverages Co. Stella beer is made
|
#MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
?c ns:food.beer_country_region.beers_from_here ns:m.04dqn_j .
?c ns:location.location.contains ?y .
?y ns:geography.geographical_feature.category ?x .
}
|
What film released after Oct 26, 2013 starred Chad Michael Murray?
|
comparative
|
what does chad michael murray play in
|
2017-10-26T06:10:00
|
[
{
"aliases": [
"Fruitvale Station",
"Fruitvale"
],
"answer": "Fruitvale Station",
"answer_id": "m.0q2lh3h"
},
{
"aliases": [],
"answer": "Left Behind",
"answer_id": "m.0_gbp0r"
},
{
"aliases": [],
"answer": "Cavemen",
"answer_id": "m.0pcfg64"
}
] |
WebQTrn-3573
|
WebQTrn-3573_5437862670478dbb389ece4807966981
|
what does chad michael murray play in and is the film that was released after 2013-10-26
|
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.release_date_s ?c .
?c ns:film.film_regional_release_date.release_date ?num .
FILTER (?num > "2013-10-26"^^xsd:dateTime) .
}
|
|
Of all the things that made Jimmy Hendrix great, one was the subject of a Lucio Godoy's film. What was it?
|
conjunction
|
what made jimi hendrix great
|
2017-10-25T22:24:18
|
[
{
"aliases": [],
"answer": "Music Producer",
"answer_id": "m.09wct1s"
}
] |
WebQTrn-501
|
WebQTrn-501_c4da55659d9702aec988c1be3a376dda
|
what made jimi hendrix great and was the film job of Lucio Godoy
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01vsy3q)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01vsy3q ns:people.person.profession ?x .
?x ns:film.film_job.films_with_this_crew_job ?c .
?c ns:film.film_crew_gig.crewmember ns:m.02p_s1f .
}
|
|
What river derives off Holsten River?
|
composition
|
where does the tennessee river go
|
tennessee river
|
2017-10-26T10:13:40
|
[
{
"aliases": [],
"answer": "Ohio River",
"answer_id": "m.05lx3"
}
] |
WebQTest-1333
|
WebQTest-1333_8818ef5177bc53fbc360c6508916303b
|
where does the river that its origin is Holston River go
|
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:geography.river.origin ns:m.036v0x .
?c ns:geography.river.mouth ?x .
}
|
Of what art movement was the person who said, "The genius of Einstein leads to Hiroshima" a part?
|
composition
|
what art movement was pablo picasso part of
|
pablo picasso
|
2017-10-26T04:17:18
|
[
{
"aliases": [],
"answer": "Modern art",
"answer_id": "m.015r61"
},
{
"aliases": [],
"answer": "Analytic cubism",
"answer_id": "m.070vcg"
},
{
"aliases": [],
"answer": "Picasso's Rose Period",
"answer_id": "m.071bmq"
},
{
"aliases": [],
"answer": "Picasso's Blue Period",
"answer_id": "m.072333"
},
{
"aliases": [
"Surrealist"
],
"answer": "Surrealism",
"answer_id": "m.073_6"
},
{
"aliases": [],
"answer": "Picasso's African Period",
"answer_id": "m.07hm5p"
},
{
"aliases": [],
"answer": "Synthetic cubism",
"answer_id": "m.07pcpz"
},
{
"aliases": [
"Cubist"
],
"answer": "Cubism",
"answer_id": "m.09ff3"
}
] |
WebQTrn-2891
|
WebQTrn-2891_a328b9fe3eb999d94d6554e998e4f005
|
what art movement was the person that said "The genius of Einstein leads to Hiroshima." part of
|
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.quotations ns:m.048jjt4 .
?c ns:visual_art.visual_artist.associated_periods_or_movements ?x .
}
|
What are the exports of the country in which the movie "The Last Leprechaun" is set?
|
composition
|
which countries does south africa export to
|
south africa
|
2017-10-25T23:14:56
|
[
{
"aliases": [
"Jamhuri ya Muungano wa Tanzania",
"United Republic of Tanzania"
],
"answer": "Tanzania",
"answer_id": "m.07dzf"
},
{
"aliases": [],
"answer": "Angola",
"answer_id": "m.0j4b"
}
] |
WebQTrn-858
|
WebQTrn-858_b48708c5870889e3e906da76a87ec92d
|
which countries does the location where the film "The Last Leprechaun" takes place export 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:film.film_location.featured_in_films ns:m.04j21rw .
?c ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
|
What country borders England and has a Religious Leadership Organization since 1868?
|
conjunction
|
what countries does england border
|
2017-10-26T09:08:05
|
[
{
"aliases": [],
"answer": "Wales",
"answer_id": "m.0j5g9"
}
] |
WebQTest-923
|
WebQTest-923_56b515f95819974c3b586fd6b82a07b5
|
what countries does england border and has a religious organization leadership since 1868
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02jx1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02jx1 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.start_date "1868"^^xsd:dateTime .
}
|
|
What instrument, invented by Adolphe Sax, did Ringo Starr play?
|
conjunction
|
what instrument does ringo starr play
|
2017-10-26T03:29:36
|
[
{
"aliases": [
"Saxophone player"
],
"answer": "Saxophone",
"answer_id": "m.06ncr"
}
] |
WebQTrn-2590
|
WebQTrn-2590_d4c6d38fa61abdbb48f1fef7db338109
|
what instrument does ringo starr play and invented by Adolphe Sax
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01vrnsk)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01vrnsk ns:music.group_member.instruments_played ?x .
?x ns:law.invention.inventor ns:m.013xf .
}
|
|
What country contains Puerto Galera and makes the beer San Miguel Premium Lager?
|
conjunction
|
where is puerto galera
|
2017-10-26T01:22:25
|
[
{
"aliases": [
"Republika ng Pilipinas",
"The Philippines",
"Republic of the Philippines",
"philippines",
"필리핀 공화국",
"フィリピン共和国",
"Pearl of the Orient Seas",
"Philippiness"
],
"answer": "Philippines",
"answer_id": "m.05v8c"
}
] |
WebQTrn-1697
|
WebQTrn-1697_d29cf5a4ec10e69d750915899fb9b3c0
|
where is puerto galera and produce the beer San Miguel Premium Lager
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01pn1_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01pn1_ ns:location.location.containedby ?x .
?x ns:food.beer_country_region.beers_from_here ns:m.04dqt5v .
}
|
|
What are the car models from the newly acquired Chevrolet Motor Company division?
|
composition
|
what car models does gm make
|
gm
|
2017-10-26T05:22:26
|
[
{
"aliases": [],
"answer": "GM Korea",
"answer_id": "m.0_knrlq"
},
{
"aliases": [],
"answer": "Geo",
"answer_id": "m.02_ty_"
},
{
"aliases": [
"La Salle"
],
"answer": "LaSalle",
"answer_id": "m.02mz1s"
},
{
"aliases": [],
"answer": "Acadian",
"answer_id": "m.03h0wb"
},
{
"aliases": [],
"answer": "Hummer",
"answer_id": "m.03qyv"
},
{
"aliases": [],
"answer": "Oakland Motor Car Company",
"answer_id": "m.056d3_"
},
{
"aliases": [
"GM Segway",
"PUMA",
"P.U.M.A."
],
"answer": "GM PUMA",
"answer_id": "m.05pv27x"
},
{
"aliases": [],
"answer": "Buick",
"answer_id": "m.0blvz"
},
{
"aliases": [],
"answer": "Oldsmobile",
"answer_id": "m.0dppm"
},
{
"aliases": [],
"answer": "Holden",
"answer_id": "m.0h734p8"
},
{
"aliases": [],
"answer": "Vauxhall",
"answer_id": "m.0j68wwy"
},
{
"aliases": [],
"answer": "HSV",
"answer_id": "m.0j6nb27"
},
{
"aliases": [],
"answer": "General Motors",
"answer_id": "m.0j726ql"
},
{
"aliases": [],
"answer": "GMC",
"answer_id": "m.0j72pxm"
},
{
"aliases": [],
"answer": "Pontiac",
"answer_id": "m.0xmf42g"
},
{
"aliases": [],
"answer": "Terex",
"answer_id": "m.0xmqcwb"
}
] |
WebQTrn-3311
|
WebQTrn-3311_1863236bedb6a4fe214ffde9b122693c
|
what car models does the organization that acquired the company Chevrolet Motor Company make
|
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.companies_acquired ?k .
?k ns:business.acquisition.company_acquired ns:m.05hlv73 .
?c ns:automotive.company.make_s ?x .
?x ns:common.topic.notable_types ns:m.02ht342 .
}
|
What movies did Ron Howard direct that debuted at the 2008 BFI London Film Festival?
|
conjunction
|
what movies did ron howard director
|
2017-10-26T07:32:29
|
[
{
"aliases": [],
"answer": "Frost/Nixon",
"answer_id": "m.02vqsll"
}
] |
WebQTest-323
|
WebQTest-323_882c01b190c46418eab900f2060fd4c3
|
what movies did ron howard director and with debut in 2008 BFI London Film Festival
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0g2lq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0g2lq ns:film.director.film ?x .
?x ns:film.film.release_date_s ?c .
?c ns:film.film_regional_release_date.film_regional_debut_venue ns:m.07ybqvv .
}
|
|
What countries border where the film "The Runaway Troupe of the Caresian Theater" took place?
|
composition
|
what countries does china border
|
china
|
2017-10-26T03:10:07
|
[
{
"aliases": [
"Democratic Republic of Nepal",
"Federal Democratic Republic of Nepal"
],
"answer": "Nepal",
"answer_id": "m.016zwt"
},
{
"aliases": [
"Republic of Vietnam",
"Viet nam",
"Socialist Republic of Vietnam",
"Annam"
],
"answer": "Vietnam",
"answer_id": "m.01crd5"
},
{
"aliases": [
"Nippon-koku",
"JPN",
"Япония",
"JAP",
"Nihon",
"Dai-Nippon",
"Nippon",
"NTSC J",
"Japan",
"State of Japan",
"Land of the Rising Sun",
"Nihon-koku"
],
"answer": "Japan",
"answer_id": "m.03_3d"
},
{
"aliases": [
"Bharat Ganrajya",
"Hindustan",
"Bharat",
"Republic of India",
"The Republic of India"
],
"answer": "India",
"answer_id": "m.03rk0"
},
{
"aliases": [],
"answer": "Kazakhstan",
"answer_id": "m.047lj"
},
{
"aliases": [
"Lao People's Democratic Republic",
"라오스"
],
"answer": "Laos",
"answer_id": "m.04hhv"
},
{
"aliases": [],
"answer": "Mongolia",
"answer_id": "m.04w8f"
},
{
"aliases": [
"Burma",
"ミャンマー連邦共和国",
"Myanmar (Burma)",
"Republic of the Union of Myanmar"
],
"answer": "Myanmar",
"answer_id": "m.04xn_"
},
{
"aliases": [
"Democratic People's Republic of Korea",
"DPRK"
],
"answer": "North Korea",
"answer_id": "m.05b7q"
},
{
"aliases": [
"Federation of Pakistan",
"Islamic Republic of Pakistan"
],
"answer": "Pakistan",
"answer_id": "m.05sb1"
},
{
"aliases": [
"Russian Federation",
"Россия"
],
"answer": "Russia",
"answer_id": "m.06bnz"
},
{
"aliases": [
"ROC",
"Chinese Taipei",
"Taiwan, Republic of China"
],
"answer": "Taiwan",
"answer_id": "m.06f32"
},
{
"aliases": [],
"answer": "Bhutan",
"answer_id": "m.07bxhl"
},
{
"aliases": [],
"answer": "Tajikistan",
"answer_id": "m.07dvs"
},
{
"aliases": [
"Afganistan",
"Islamic Republic of Afghanistan"
],
"answer": "Afghanistan",
"answer_id": "m.0jdd"
},
{
"aliases": [
"Kirgisistan"
],
"answer": "Kyrgyzstan",
"answer_id": "m.0jt3tjf"
}
] |
WebQTrn-2485
|
WebQTrn-2485_008508d0bbe905ba355ced93a6435841
|
what countries does the location where the film "The Runaway Troupe of the Cartesian Theater" takes place border
|
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_location.featured_in_films ns:m.0xn1_v_ .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
}
|
Mario Lopez starred in which films, similar in genre to The True Story of the Three Little Pigs?
|
conjunction
|
what has mario lopez been in
|
2017-10-25T22:59:02
|
[
{
"aliases": [],
"answer": "Aloha, Scooby-Doo!",
"answer_id": "m.026mcr5"
}
] |
WebQTrn-795
|
WebQTrn-795_4c971bef32fb5777fb8b18ead5a702fe
|
what has mario lopez been in and is the same genre as film The True Story of the Three Little Pigs
|
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.genre ?c .
?c ns:film.film_genre.films_in_this_genre ns:g.11b5lzm6b0 .
}
|
|
Find the country that uses second division Corfu, what type of government do they use?
|
composition
|
what form of government does greece use
|
greece
|
2017-10-26T00:56:44
|
[
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
}
] |
WebQTrn-1486
|
WebQTrn-1486_f12c28a04e894937d193ae473c7dccab
|
what form of government does the location which contains the second level division Corfu 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.second_level_divisions ns:m.07dlh7 .
?c ns:location.country.form_of_government ?x .
}
|
What tv program with "thetvdb_id" is 73600 did Henry Winkler produce?
|
conjunction
|
what shows did henry winkler produce
|
2017-10-25T22:35:47
|
[
{
"aliases": [],
"answer": "Dead Man's Gun",
"answer_id": "m.04mzj0q"
}
] |
WebQTrn-595
|
WebQTrn-595_f48055823df10f598096a8710a32fc80
|
what shows did henry winkler produce and the tv program "thetvdb_id" is 73600
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.024jwt)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.024jwt ns:tv.tv_producer.programs_produced ?y .
?y ns:tv.tv_producer_term.program ?x .
?x ns:tv.tv_program.thetvdb_id "73600" .
}
|
|
Who knows the which political part the "Yes We Can!" slogan came from?
|
composition
|
what party does barack obama belong to
|
barack obama
|
2017-10-26T08:36:30
|
[
{
"aliases": [
"US Democrats",
"Democratic",
"Democrat Party",
"United States Democratic Party",
"Democrats"
],
"answer": "Democratic Party",
"answer_id": "m.0d075m"
}
] |
WebQTest-760
|
WebQTest-760_2883cc73d6e7cc887da948a32c5fd2bb
|
what party does the person that said "Yes we can!" belong 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.quotations ns:m.04s_lpn .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
What actor plays Yoshie's husband?
|
composition
|
who are betty white 's husbands
|
betty white
|
2017-10-26T04:28:47
|
[
{
"aliases": [
"Allen Ellsworth Ludden",
"Allen Packard Ellsworth",
"Allen Ellsworth"
],
"answer": "Allen Ludden",
"answer_id": "m.03c4lb"
},
{
"aliases": [
"Lane Allan",
"Albert Edward Wootten"
],
"answer": "Lane Allen",
"answer_id": "m.0gy8dph"
},
{
"aliases": [
"Frederick R. Barker"
],
"answer": "Dick Barker",
"answer_id": "m.0gy8dpz"
}
] |
WebQTrn-2987
|
WebQTrn-2987_bcecf7eef0c8149255ba764d511cbaec
|
who are the actor that plays Yoshie 's husbands
|
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.actor.dubbing_performances ?k .
?k ns:film.dubbing_performance.character ns:m.0c1smz1 .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
Which Secretary of State influenced Abraham Lincoln to become president?
|
conjunction
|
what influenced abraham lincoln to become president
|
2017-10-26T01:10:29
|
[
{
"aliases": [],
"answer": "Henry Clay",
"answer_id": "m.0ct18"
}
] |
WebQTrn-1604
|
WebQTrn-1604_8d76b2af3c0de7182cc941caee79c9d4
|
what influenced abraham lincoln to become president and who held the position Secretary of State
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gzh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gzh ns:influence.influence_node.influenced_by ?x .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.basic_title ns:m.0789n .
}
|
|
Who is the god of the Catholic people, who was also the subject of the film Godspell?
|
conjunction
|
what god do catholics believe in
|
2017-10-25T22:56:25
|
[
{
"aliases": [
"Jesus Christ, Son of God, Son of Mary",
"Christ",
"Jesus of Nazareth",
"Jesus, son of Mary",
"Jesus",
"Yeshua"
],
"answer": "Jesus Christ",
"answer_id": "m.045m1_"
}
] |
WebQTrn-754
|
WebQTrn-754_38f31bcab5a4640d9f9255bda108512c
|
what god do catholics believe in and is subject of the film Godspell
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0c8wxp)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0c8wxp ns:religion.religion.deities ?x .
?x ns:film.film_subject.films ns:m.0kvcbc .
}
|
|
What Indiana Jones movie did Junusz Kaminsi do the cinematography for?
|
conjunction
|
how much indiana jones movies are there
|
2017-10-26T04:21:50
|
[
{
"aliases": [
"Indiana Jones 4",
"Raiders of the Lost Ark Sequel",
"Indiana Jones and the City of the Gods",
"The Untitled Genre Project",
"Fourth Installment of the Indiana Jones Adventures"
],
"answer": "Indiana Jones and the Kingdom of the Crystal Skull",
"answer_id": "m.04mcw4"
}
] |
WebQTrn-2914
|
WebQTrn-2914_ed2f6ac5e81bd8143b4f41ffa4fd68d8
|
how much indiana jones movies are there and cinematography was by Janusz KamiÅski
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03ttl)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03ttl ns:film.film_character.portrayed_in_films ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.film_series ns:m.0hn_72f .
?x ns:film.film.cinematography ns:m.0245wb .
}
|
|
Who is the Bengals quarterback with more than 506 passing attempts?
|
comparative
|
what is the name of the bengals quarterback
|
2017-10-26T02:44:25
|
[
{
"aliases": [],
"answer": "Jason Campbell",
"answer_id": "m.05w0_k"
}
] |
WebQTrn-2296
|
WebQTrn-2296_541e5cfe5c29e0a0f3a82a93331e0fe2
|
what is the name of the bengals quarterback and is the football player that has passing attempts statistics greater than 506
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01y49)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01y49 ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
?y ns:sports.sports_team_roster.position ns:m.06b1q .
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:american_football.football_player.passing ?c .
?c ns:american_football.player_passing_statistics.attempts ?num .
FILTER (xsd:integer(?num) > 506) .
}
|
|
Which movie did Robert Pattinson star in in Italian?
|
conjunction
|
what movies have robert pattinson starred in
|
2017-10-26T00:58:25
|
[
{
"aliases": [
"A Saga de Twilight: Lua Nova",
"Twilight 2",
"La saga Crepúsculo: Luna nueva",
"Сумерки. Сага. Новолуние",
"Jaunatis",
"Alkonyat: Újhold",
"Twilight Saga: New Moon",
"Twilight: Chapitre 2 - Tentation",
"Lua Nova",
"Uusikuu",
"New Moon: Twilight Saga",
"Mlada luna",
"Nov",
"Luna nueva",
"The twilight saga - Nea selini",
"The Twilight Saga: New Moon",
"Nyû mûn - Towairaito sâga",
"Saga 'Zmierzch': Ksiezyc w nowiu",
"Twilight: New Moon",
"Untitled Sports Movie",
"Twilight - Uusikuu",
"Sumrak saga: Mladi mjesec",
"New Moon - Biss zur Mittagsstunde",
"A Saga Twilight: Lua Nova",
"Alacakaranlik efsanesi: Yeni ay",
"Twilight sága - Nový mesíc",
"A Saga Crepúsculo: Lua Nova",
"Under en ny måne",
"New Moon",
"Crepúsculo: Luna Nueva",
"Videviku saaga - Noorkuu",
"Bindi 2",
"Twilight, chapitre II : Tentation",
"Jauns meness",
"Twilight: Ny Måne"
],
"answer": "The Twilight Saga: New Moon",
"answer_id": "m.05pdh86"
}
] |
WebQTrn-1505
|
WebQTrn-1505_dda5fd9c58d5ae6f8d9463ae5f8376dc
|
what movies have robert pattinson starred in and is in the Italian Language
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.062dn7)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.062dn7 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.language ns:m.02bjrlw .
}
|
|
What movie was edited by Bill Pankow and featured Nick Cannon?
|
conjunction
|
what movies does nick cannon play in
|
2017-10-26T09:00:52
|
[
{
"aliases": [],
"answer": "Drumline",
"answer_id": "m.08jml6"
}
] |
WebQTest-881
|
WebQTest-881_40149e83926d331093278f25812b8dc7
|
what movies does nick cannon play in and that was edited by Bill Pankow
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01d1st)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01d1st ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.edited_by ns:m.02pn_23 .
}
|
|
Which country that borders the US has a GDP of 840,012,000,000?
|
conjunction
|
which countries border the us
|
2017-10-25T21:03:30
|
[
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] |
WebQTrn-13
|
WebQTrn-13_f123f1f3b9e37f0857e92696df99ff9e
|
which countries border the us and country has nomianl gdp of 840012000000.0
|
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.country.gdp_nominal ?c .
?c ns:measurement_unit.dated_money_value.amount "840012000000.0" .
}
|
|
Name the man who served in the 75th Ranger Regiment and provided the voice for Darth Vadar.?
|
conjunction
|
who does darth vaders voice
|
2017-10-26T09:25:03
|
[
{
"aliases": [
"Jones",
"James Earl Boggins Jones",
"Todd"
],
"answer": "James Earl Jones",
"answer_id": "m.0f6_x"
}
] |
WebQTest-1065
|
WebQTest-1065_08b211abb4b7be318974b86ebdf429c6
|
who does darth vaders voice and is the person that served in the military unit 75th Ranger Regiment
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f2y0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f2y0 ns:film.film_character.portrayed_in_films ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.special_performance_type ns:m.02nsjvf .
?x ns:military.military_person.service ?c .
?c ns:military.military_service.unit ns:m.02y_3n4 .
}
|
|
What is the local language in Israel, where the Caninet of Israel is located?
|
composition
|
what is the local language of israel
|
israel
|
2017-10-25T21:15:34
|
[
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
},
{
"aliases": [
"Ivrit",
"עִבְרִית,",
"Modern Hebrew",
"עברית",
"Hebrew"
],
"answer": "Hebrew Language",
"answer_id": "m.03hkp"
},
{
"aliases": [
"Loglang"
],
"answer": "Lojban",
"answer_id": "m.04gd7"
},
{
"aliases": [
"Ladino",
"Dzhudezmo",
"Spanyol",
"Hakitia",
"Judezmo",
"Sefardi",
"Haketia",
"Haquetiya",
"Judeo Spanish"
],
"answer": "Ladino Language",
"answer_id": "m.04p7x"
},
{
"aliases": [
"Yiddish"
],
"answer": "Yiddish Language",
"answer_id": "m.0880p"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] |
WebQTrn-111
|
WebQTrn-111_1ae1a6be469266690c163ee3f6e0293c
|
what is the local language of where the government Cabinet of Israel is 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:government.governmental_jurisdiction.government ns:m.0czhnw .
?c ns:location.country.languages_spoken ?x .
}
|
Where was the speaker for Egalitarianism buried?
|
composition
|
where was abraham lincoln buried
|
abraham lincoln
|
2017-10-26T00:46:12
|
[
{
"aliases": [
"Oak Ridge Cemetery, Springfield"
],
"answer": "Oak Ridge Cemetery",
"answer_id": "m.04v7rs"
}
] |
WebQTrn-1441
|
WebQTrn-1441_8b001bcb44293629f1f5d0ab796adf8d
|
where was the public speaker which spoke about Egalitarianism buried
|
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:event.public_speaker.speeches_or_presentations ?k .
?k ns:event.speech_or_presentation.speech_topic ns:m.02rc5 .
?c ns:people.deceased_person.place_of_burial ?x .
}
|
What did the actor who played the character Housewife Tanya, do for a living?
|
composition
|
what did camille grammer do for a living
|
camille grammer
|
2017-10-26T02:20:31
|
[
{
"aliases": [
"Movie producer",
"Producer"
],
"answer": "Film Producer",
"answer_id": "m.01d_h8"
},
{
"aliases": [],
"answer": "Dancer",
"answer_id": "m.02h6p92"
},
{
"aliases": [
"Film actress",
"Movie actress",
"Movie actor",
"Actress",
"Film actor",
"Theatre Actor"
],
"answer": "Actor",
"answer_id": "m.02hrh1q"
},
{
"aliases": [],
"answer": "Model",
"answer_id": "m.0d1pc"
},
{
"aliases": [
"television writer",
"Scriptwriter",
"scenarist",
"tv writer",
"script writer",
"film writer"
],
"answer": "Screenwriter",
"answer_id": "m.0dxtg"
},
{
"aliases": [
"Television Personality"
],
"answer": "TV Personality",
"answer_id": "m.0dypbr"
}
] |
WebQTrn-2124
|
WebQTrn-2124_6712e15a1832fe98da4b6d0d1b9af450
|
what did the actor that played the character Housewife Tanya do for a living
|
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.actor.film ?k .
?k ns:film.performance.character ns:m.0100vn3y .
?c ns:people.person.profession ?x .
}
|
Which famous play write, who influenced Samuel Taylor, wrote the play that the film "Hamlet" is based on?
|
conjunction
|
who influenced samuel taylor coleridge
|
2017-10-26T09:50:53
|
[
{
"aliases": [
"Shake-speare",
"William 'Budd' Shakespeare",
"The Bard of Avon",
"Will Shakespeare",
"William Shakespare",
"Shakspere",
"England's national poet",
"The Bard",
"William Shaxper",
"Shaxper",
"Shakespeare",
"William Shake-speare",
"Budd",
"William Shakspere",
"William Shaksper",
"W. Shakespeare",
"Shaksper"
],
"answer": "William Shakespeare",
"answer_id": "m.081k8"
}
] |
WebQTest-1198
|
WebQTest-1198_4575ebb4b8ba03332a9c3eac534589e6
|
who influenced samuel taylor coleridge and contributed to the story of the film Hamlet
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.078w2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.078w2 ns:influence.influence_node.influenced_by ?x .
?x ns:film.film_story_contributor.film_story_credits ns:m.010f5pm2 .
}
|
|
who was the influence for the nominee of the World Music Award for Viewers choice #1 Video award?
|
composition
|
who influenced michael jackson
|
michael jackson
|
2017-10-26T04:45:54
|
[
{
"aliases": [
"King of the Party Records",
"Foxx, Redd",
"Zorro",
"The King of Comedy",
"Chicago Red",
"Red",
"John Elroy Sanford"
],
"answer": "Redd Foxx",
"answer_id": "m.01b9db"
},
{
"aliases": [
"Chaplin",
"Charles Spencer Chaplin",
"Charlie",
"Charles Chaplin",
"Sir Charles Spencer Chaplin, KBE",
"Charlot",
"Sir Charles Spencer Chaplin",
"Sir Charles Spencer \"Charlie\" Chaplin, KBE",
"Sir Charles Chaplin, KBE",
"Charles Spencer \"Charlie\" Chaplin, Jr",
"Sir Charles Spencer \"Charlie\" Chaplin",
"Sir Charles Chaplin",
"The Little Tramp"
],
"answer": "Charlie Chaplin",
"answer_id": "m.01lc5"
},
{
"aliases": [
"Brown, James",
"James Browm",
"Little Junior",
"The Hardest Working Man in Show Business",
"James Brown and The Flames",
"James Brown at the Organ",
"Mr. James Brown",
"James Joseph Brown",
"The Minister of the New New Super Heavy Funk",
"Soul Brother Number One",
"James Brown (I)",
"James Joseph Brown, Jr.",
"Mr Please Please Please",
"'The Godfather of Soul' James Brown",
"Mr. Dynamite",
"The Godfather of Funk",
"The Godfather of Soul",
"Junior",
"James Brown and The Famous Flames",
"The James Brown Revue"
],
"answer": "James Brown",
"answer_id": "m.0407f"
},
{
"aliases": [
"The Poet Laureate of Comedy",
"Harlem's Son of Fun",
"Julius \"Nipsey\" Russell",
"Julius Russell",
"Russell, Nipsey",
"Nipsy Russell",
"Nipsey",
"The Poet Laureate of Television",
"Npsey Rusell"
],
"answer": "Nipsey Russell",
"answer_id": "m.04ct6p"
},
{
"aliases": [
"Walter Elias \"Walt\" Disney",
"Retlaw Yensid",
"Disney Walt",
"Retlaw Elias Yensid",
"Walter Elias Disney",
"Walter Disney",
"Mickey Mouse",
"Uncle Walt",
"Mr. Disney"
],
"answer": "Walt Disney",
"answer_id": "m.081nh"
}
] |
WebQTrn-3081
|
WebQTrn-3081_2189c07468f1e9088e604de6abd55511
|
who influenced was nominee of the World Music Award for Viewers Choice #1 Video award
|
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:award.award_nominee.award_nominations ?k .
?k ns:award.award_nomination.award ns:m.0_l_2y0 .
?c ns:influence.influence_node.influenced_by ?x .
}
|
Which university was attended by Dr. Seuss, and also happens to be the university Fox Mulder earned his degree from?
|
conjunction
|
where did dr seuss go to school
|
2017-10-25T21:16:47
|
[
{
"aliases": [
"Universitas Oxoniensis",
"Oxford University"
],
"answer": "University of Oxford",
"answer_id": "m.07tgn"
}
] |
WebQTrn-117
|
WebQTrn-117_864441b0cd80bc9e5c41614404e8239b
|
where did dr seuss go to school and is the university that Fox Mulder graduated from
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02g3w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02g3w ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:fictional_universe.school_in_fiction.students_graduates ns:m.01msch .
}
|
|
What TV program episode whose running time is 22 stars Jill Wagner?
|
conjunction
|
what show is jill wagner on
|
2017-10-26T00:22:35
|
[
{
"aliases": [],
"answer": "Punk'd",
"answer_id": "m.01qnwx"
}
] |
WebQTrn-1286
|
WebQTrn-1286_3a7068fa96cd9e08dc2b1dabe458c85d
|
what show is jill wagner on and the tv program episode running time is 22
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ch3s1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ch3s1 ns:tv.tv_actor.starring_roles ?y .
?y ns:tv.regular_tv_appearance.series ?x .
?x ns:tv.tv_program.episode_running_time "22" .
}
|
|
What team with a fullback on its roster did Sergio Aguero play for?
|
conjunction
|
what team does sergio aguero play for
|
2017-10-25T23:48:15
|
[
{
"aliases": [
"City",
"Manchester City FC",
"The Citizens",
"Man city",
"Manchester City",
"St. Mark's",
"The Sky Blues",
"Manchester City Football Club",
"The Blues"
],
"answer": "Manchester City F.C.",
"answer_id": "m.01634x"
}
] |
WebQTrn-1055
|
WebQTrn-1055_af6ff7ddd4dfab91636b3b7af36ef8bb
|
what team does sergio aguero play for and has a Fullback on its sports team roster
|
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.roster ?c .
?c ns:sports.sports_team_roster.position ns:m.02qpbr6 .
}
|
|
Who were influencers of the music producer of "Silk Electric"?
|
composition
|
who influenced michael jackson
|
michael jackson
|
2017-10-26T04:45:54
|
[
{
"aliases": [
"King of the Party Records",
"Foxx, Redd",
"Zorro",
"The King of Comedy",
"Chicago Red",
"Red",
"John Elroy Sanford"
],
"answer": "Redd Foxx",
"answer_id": "m.01b9db"
},
{
"aliases": [
"Chaplin",
"Charles Spencer Chaplin",
"Charlie",
"Charles Chaplin",
"Sir Charles Spencer Chaplin, KBE",
"Charlot",
"Sir Charles Spencer Chaplin",
"Sir Charles Spencer \"Charlie\" Chaplin, KBE",
"Sir Charles Chaplin, KBE",
"Charles Spencer \"Charlie\" Chaplin, Jr",
"Sir Charles Spencer \"Charlie\" Chaplin",
"Sir Charles Chaplin",
"The Little Tramp"
],
"answer": "Charlie Chaplin",
"answer_id": "m.01lc5"
},
{
"aliases": [
"Brown, James",
"James Browm",
"Little Junior",
"The Hardest Working Man in Show Business",
"James Brown and The Flames",
"James Brown at the Organ",
"Mr. James Brown",
"James Joseph Brown",
"The Minister of the New New Super Heavy Funk",
"Soul Brother Number One",
"James Brown (I)",
"James Joseph Brown, Jr.",
"Mr Please Please Please",
"'The Godfather of Soul' James Brown",
"Mr. Dynamite",
"The Godfather of Funk",
"The Godfather of Soul",
"Junior",
"James Brown and The Famous Flames",
"The James Brown Revue"
],
"answer": "James Brown",
"answer_id": "m.0407f"
},
{
"aliases": [
"The Poet Laureate of Comedy",
"Harlem's Son of Fun",
"Julius \"Nipsey\" Russell",
"Julius Russell",
"Russell, Nipsey",
"Nipsy Russell",
"Nipsey",
"The Poet Laureate of Television",
"Npsey Rusell"
],
"answer": "Nipsey Russell",
"answer_id": "m.04ct6p"
},
{
"aliases": [
"Walter Elias \"Walt\" Disney",
"Retlaw Yensid",
"Disney Walt",
"Retlaw Elias Yensid",
"Walter Elias Disney",
"Walter Disney",
"Mickey Mouse",
"Uncle Walt",
"Mr. Disney"
],
"answer": "Walt Disney",
"answer_id": "m.081nh"
}
] |
WebQTrn-3081
|
WebQTrn-3081_d091d22f582b2cb330a04e5035783796
|
who influenced the music producer which produced Silk Electric
|
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.producer.releases_produced ns:m.030d8jw .
?c ns:influence.influence_node.influenced_by ?x .
}
|
What city has the largest population where "The Treasure of the Sierra Madre" takes place?
|
composition
|
what city has the largest population in mexico
|
mexico
|
2017-10-26T03:36:42
|
[
{
"aliases": [
"La Ciudad de los Palacios",
"Zona Metropolitana de la Ciudad de México",
"The Federal District",
"Ciudad de México",
"Mexico",
"DF",
"México, D.F.",
"D.F.",
"Mexico City Metropolitan Zone",
"Distritofederal",
"Tenochtitlán",
"Mexican Federal District",
"México",
"Zona Metropolitana del Valle de México",
"Metropolitan Area of the Valley of Mexico",
"Ciudad De Mexico",
"Distrito Federal",
"Cidade do México",
"Greater Mexico City"
],
"answer": "Mexico City",
"answer_id": "m.04sqj"
}
] |
WebQTrn-2632
|
WebQTrn-2632_29cb8eca443e477e655fbeb6dd6a625c
|
what city has the largest population in the location where the film "The Treasure of the Sierra Madre" takes place
|
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_location.featured_in_films ns:m.02q_ncg .
?c ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01m9 .
?x ns:topic_server.population_number ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
|
What killed the composer of Lum-De-Loo?
|
composition
|
what did robin gibb died from
|
robin gibb
|
2017-10-26T03:52:21
|
[
{
"aliases": [
"Large bowel cancer",
"Colon cancer",
"Colin cancer",
"Colorectal Carcinoma",
"Bowel cancer",
"Cancer colon"
],
"answer": "Colorectal cancer",
"answer_id": "m.01dcqj"
},
{
"aliases": [
"hepatic cancer"
],
"answer": "Liver cancer",
"answer_id": "m.03m3vr6"
},
{
"aliases": [
"Lung inflammation",
"Inflammation of the lungs",
"Double pneumonia"
],
"answer": "Pneumonia",
"answer_id": "m.0dq9p"
}
] |
WebQTrn-2719
|
WebQTrn-2719_56bde604bc8f76fdfda8a655caf4a03e
|
what did the composer of Lum-De-Loo died 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.composer.compositions ns:m.011w6mn3 .
?c ns:people.deceased_person.cause_of_death ?x .
}
|
Which movies did both Quentin Tarantino and YÅji Tanaka act in?
|
conjunction
|
what movies did quentin tarantino star in
|
2017-10-26T02:02:47
|
[
{
"aliases": [
"Kill Bill Vol. 1: La venganza",
"Tuer Bill: Volume 1",
"Kill Bill: Vol. 1 ",
"Quentin Tarantino's Kill Bill: Volume One",
"Kiru Biru",
"Kill Bill",
"Kill Bill - A Vingança",
"Kill Bill: Volume 1",
"Kill Bill Part 1"
],
"answer": "Kill Bill Volume 1",
"answer_id": "m.01rxyb"
},
{
"aliases": [],
"answer": "Sukiyaki Western Django",
"answer_id": "m.027tf87"
},
{
"aliases": [
"Kill Bill - Vol. 2",
"Kill Bill - Volume 2",
"Kill Bill Vol. 2",
"Kill Bill Part 2",
"Kill Bill 2.",
"Kill Bill: Vol. 2",
"Vol. 2",
"Kill Bill",
"Kill Bill: Volumen 2",
"Kill Bill Vol. 2: The Love Story",
"Kill Bill: Volume 2"
],
"answer": "Kill Bill Volume 2",
"answer_id": "m.0gyv0b4"
}
] |
WebQTrn-1982
|
WebQTrn-1982_036263cc1463370a7edb1a7a479a7cfe
|
what movies did quentin tarantino star in and is the movie that YÅji Tanaka played in
|
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0693l)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0693l ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.actor ns:m.011x4pjf .
}
|
|
What years did the sports team that plays at AT&T Park win the world series?
|
composition
|
what years have the giants won the world series
|
giants
|
2017-10-26T04:29:46
|
[
{
"aliases": [
"2014 World"
],
"answer": "2014 World Series",
"answer_id": "m.0117q3yz"
},
{
"aliases": [
"2010 World"
],
"answer": "2010 World Series",
"answer_id": "m.09gnk2r"
},
{
"aliases": [
"2012 World"
],
"answer": "2012 World Series",
"answer_id": "m.0ds8qct"
}
] |
WebQTrn-2990
|
WebQTrn-2990_c1d5c9c777c291a80c29c70ec43c45ad
|
what years have the the sports team arena stadium is AT&T Park won 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.arena_stadium ns:m.01_gsg .
?c ns:sports.sports_team.championships ?x .
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.