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
|
---|---|---|---|---|---|---|---|---|---|
Which states does the river that flows under the DeSoto Bridge pass through? | composition | which states does the mississippi river pass through | mississippi river | 2017-10-26T01:11:10 | [
{
"aliases": [
"IA",
"Hawkeye State",
"IO"
],
"answer": "Iowa",
"answer_id": "m.03s0w"
},
{
"aliases": [
"Ill",
"Land of Lincoln",
"IL",
"IL, Ill."
],
"answer": "Illinois",
"answer_id": "m.03v0t"
},
{
"aliases": [
"KY",
"kentucky, usa",
"Bluegrass State"
],
"answer": "Kentucky",
"answer_id": "m.0498y"
},
{
"aliases": [
"Sportsman's Paradise",
"Pelican State",
"Sugar State",
"LA"
],
"answer": "Louisiana",
"answer_id": "m.04ly1"
},
{
"aliases": [
"Magnolia State",
"Miss",
"MS"
],
"answer": "Mississippi",
"answer_id": "m.04tgp"
},
{
"aliases": [
"MO",
"Show-Me State"
],
"answer": "Missouri",
"answer_id": "m.04ych"
},
{
"aliases": [
"North Star State",
"MN",
"Minn"
],
"answer": "Minnesota",
"answer_id": "m.04ykg"
},
{
"aliases": [
"TN",
"Tenn",
"Volunteer State"
],
"answer": "Tennessee",
"answer_id": "m.07h34"
},
{
"aliases": [
"Wisc",
"Wis",
"WI",
"America's Dairyland"
],
"answer": "Wisconsin",
"answer_id": "m.0824r"
},
{
"aliases": [
"Natural State",
"Ark",
"AR"
],
"answer": "Arkansas",
"answer_id": "m.0vbk"
}
] | WebQTrn-1613 | WebQTrn-1613_374aac68297f3bd9113db011a9d8fe63 | which states does the the body of water under DeSoto Bridge pass through | 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.body_of_water.bridges ns:m.0df6cn .
?c ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
}
|
What spoken language is used in the country where the film "A Gran Plan" was filmed? | composition | what do people speak in singapore | singapore | 2017-10-26T00:39:10 | [
{
"aliases": [
"Sinitic language family",
"Chinese language family",
"Chinese"
],
"answer": "Chinese language",
"answer_id": "m.01r2l"
},
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
},
{
"aliases": [
"Thamizh",
"Tamal",
"Damulian",
"Tamili",
"Tamalsan",
"Tambul",
"Tamil"
],
"answer": "Tamil Language",
"answer_id": "m.07c9s"
}
] | WebQTrn-1396 | WebQTrn-1396_e25b97d558468d98d7bae92f0c2fc029 | what do people speak in the location where the film "A Gran Plan" 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.010ff8lg .
?c ns:location.country.languages_spoken ?x .
}
|
In which location with a GNIS feature ID of less than 1120527 does Danny Ainge live? | comparative | where does danny ainge live | 2017-10-26T04:16:06 | [
{
"aliases": [
"Wellesley, Massachusetts"
],
"answer": "Wellesley",
"answer_id": "m.01m2s0"
}
] | WebQTrn-2878 | WebQTrn-2878_2b0718b7e3ac566f6d78c83d257adf17 | where does danny ainge live and the location GNIS feature ID is less than 1120527 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0219kb)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0219kb ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
FILTER(NOT EXISTS {?y ns:people.place_lived.end_date ?sk0} ||
EXISTS {?y ns:people.place_lived.end_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.place_lived.start_date ?sk2} ||
EXISTS {?y ns:people.place_lived.start_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2015-08-10"^^xsd:dateTime) })
?x ns:location.location.gnis_feature_id ?num .
FILTER (xsd:integer(?num) < 1120527) .
} |
|
Season that Pete Rose played in that is before the 1985 MLB season.? | conjunction | what year did pete rose play | 2017-10-25T22:52:06 | [
{
"aliases": [],
"answer": "1984 Major League Baseball Season",
"answer_id": "m.02h7s52"
}
] | WebQTrn-714 | WebQTrn-714_4a4717fcf16d6e43035ef7050dd54ada | what year did pete rose play and is the next year series was 1985 Major League Baseball season | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dxg6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dxg6 ns:baseball.baseball_player.batting_stats ?y .
?y ns:baseball.batting_statistics.season ?x .
?x ns:time.event.next_in_series ns:m.027pwzc .
} |
|
Find the place that speaks Bokmal, What is the most popular language there? | composition | what is the most common language in norway | norway | 2017-10-26T11:15:47 | [
{
"aliases": [
"Dano-norwegian",
"Bokmaal",
"Norwegian, Bokmaal",
"Bokmal",
"Norwegian",
"Norwegian Bokmål",
"Riksmaal"
],
"answer": "Bokmål",
"answer_id": "m.01648r"
},
{
"aliases": [
"Norwegian Nynorsk",
"Nynorsk",
"New Norse",
"Norwegian",
"Norwegian, Nynorsk",
"Landsmaal"
],
"answer": "Nynorsk",
"answer_id": "m.016rsc"
},
{
"aliases": [
"Norwegian"
],
"answer": "Norwegian Language",
"answer_id": "m.05f_3"
}
] | WebQTest-1683 | WebQTest-1683_220226a8c21cea9b689f213a2f8db2a5 | what is the most common language in the place where Bokmål language is spoken | 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.official_language ns:m.01648r .
?c ns:location.country.official_language ?x .
}
|
When did How I Met Your Mother have a nomination for a CMT Music Award? | composition | what episode of how i met your mother is carrie underwood on | carrie underwood | 2017-10-26T10:43:57 | [
{
"aliases": [],
"answer": "Hooked",
"answer_id": "m.0bbt_3x"
}
] | WebQTest-1477 | WebQTest-1477_7e1c2941e21a958f69174c9670664e8b | what episode of how i met your mother is was nominee of the CMT Music Award for Video of the Year award on | 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.010r52h6 .
?c ns:tv.tv_actor.guest_roles ?y .
?y ns:tv.tv_guest_role.episodes_appeared_in ?x .
?x ns:tv.tv_series_episode.series ns:m.07zhjj .
}
|
What movie with music by Vernon Reid was Regina Hall in? | conjunction | what did regina hall play in | 2017-10-26T02:10:02 | [
{
"aliases": [
"Paid In Full"
],
"answer": "Paid in Full",
"answer_id": "m.0c9pvq"
}
] | WebQTrn-2038 | WebQTrn-2038_ddd539f7b99e1558d0707acb8d2c1202 | what did regina hall play in and is they music was by Vernon Reid | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.072z_t)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.072z_t ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.music ns:m.01l_04j .
} |
|
What 2011 movie casted by Debra Zane did Taylor Lautner starred in? | conjunction | what movies has taylor lautner been in 2011 | 2017-10-25T21:58:34 | [
{
"aliases": [
"Beureiking Deon - 1bu",
"A Saga Crepúsculo: Amanhecer - Parte 1",
"Amanecer",
"Alkonyat: Hajnalhasadás - 1. rész",
"Здрач: Зазоряване - част 1",
"Breaking Dawn",
"Amanhecer - Parte 1",
"Breaking Dawn – Part 1",
"Breaking Dawn - Bis(s) zum Ende der Nacht: Teil 1",
"Breaking Dawn - del 1",
"Alacakaranlik Efsanesi: Safak Vakti Bölüm 1",
"Сумерки. Сага. Рассвет: Часть 1",
"Breaking Dawn: Part 1",
"A Saga Twilight: Amanhecer Parte 1",
"Twilight, chapitre IV : Révélation 1re partie"
],
"answer": "The Twilight Saga: Breaking Dawn - Part 1",
"answer_id": "m.075wx89"
}
] | WebQTrn-358 | WebQTrn-358_8cd6f3139c205ac4d0b803635bb05c1c | what movies has taylor lautner been in 2011 and film casting director was Debra Zane | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ldhs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ldhs ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
FILTER(NOT EXISTS {?x ns:film.film.initial_release_date ?sk0} ||
EXISTS {?x ns:film.film.initial_release_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2011-01-01"^^xsd:dateTime) })
FILTER(NOT EXISTS {?x ns:film.film.initial_release_date ?sk2} ||
EXISTS {?x ns:film.film.initial_release_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2011-12-31"^^xsd:dateTime) })
?x ns:film.film.film_casting_director ns:m.0gjb2yn .
} |
|
What state was represented by the political appointee Spokesman to Vice President Al Gore? | composition | what state did al gore represent | al gore | 2017-10-25T22:09:29 | [
{
"aliases": [
"TN",
"Tenn",
"Volunteer State"
],
"answer": "Tennessee",
"answer_id": "m.07h34"
}
] | WebQTrn-420 | WebQTrn-420_2ca9282ad53df0011b017f7f60bad1ad | what state did the political appointer that had the title Spokesman to Vice President Al Gore represent | 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.office_position_or_title ns:m.05gh7ss .
?c ns:government.politician.government_positions_held ?y .
?y ns:government.government_position_held.district_represented ?x .
?x ns:common.topic.notable_types ns:m.0kpys4 .
}
|
Who was the person who wrote the lyrics for "Hot for Teacher" first album? | composition | what was van halen first album | van halen | 2017-10-26T09:09:36 | [
{
"aliases": [],
"answer": "Ain't Talkin' 'Bout Love",
"answer_id": "m.0vs85p3"
}
] | WebQTest-944 | WebQTest-944_f10a2e53ec0fa4e5c8bd46a25c398fa6 | what was the person who wrote the lyrics for "Hot for Teacher" first album | 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.lyricist.lyrics_written ns:m.08s9j1 .
?c ns:music.artist.album ?x .
?x ns:music.album.release_date ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
What school sport teams did shaq play 4 and Louisiana State University? | conjunction | what teams did shaq play 4 | 2017-10-26T06:02:05 | [
{
"aliases": [
"Louisiana State Fighting Tigers Men's Basketball",
"Louisiana State Tigers Mens Basketball",
"Louisiana State University Tigers Men's Basketball",
"Louisiana State University Bayou Bengals Mens Basketball",
"Louisiana State University Fighting Tigers Basketball",
"Louisiana State Tigers Basketball",
"LSU Fighting Tigers Mens Basketball",
"Louisiana State Bayou Bengals Men's Basketball",
"Louisiana State University Tigers Basketball",
"LSU Tigers Men's Basketball",
"LSU Bayou Bengals Basketball",
"LSU Tigers Mens Basketball",
"Louisiana State Fighting Tigers Mens Basketball",
"Louisiana State Fighting Tigers Basketball",
"Louisiana State University Tigers Mens Basketball",
"Louisiana State University Bayou Bengals Men's Basketball",
"LSU Fighting Tigers Men's Basketball",
"LSU Fighting Tigers Basketball",
"Louisiana State University Fighting Tigers Mens Basketball",
"Louisiana State Bayou Bengals Basketball",
"Louisiana State University Fighting Tigers Men's Basketball",
"LSU Bayou Bengals Men's Basketball",
"LSU Tigers Basketball",
"Louisiana State Bayou Bengals Mens Basketball",
"Louisiana State University Bayou Bengals Basketball",
"Louisiana State Tigers men's basketball",
"LSU Bayou Bengals Mens Basketball"
],
"answer": "LSU Tigers men's basketball",
"answer_id": "m.026dqjm"
}
] | WebQTrn-3510 | WebQTrn-3510_1d79f0eb122b2c568b5689f91eba36ba | what teams did shaq play 4 and a school sports team of Louisiana State University | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.012xdf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.012xdf ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.school_sports_team.school ns:m.01pl14 .
} |
|
What country has a second division football league of Palmas and has one of it's languages spoken as Italian? | conjunction | where is italian spoken around the world | 2017-10-26T06:13:35 | [
{
"aliases": [
"Brazilian ",
"República Federativa do Brasil",
"Brasil",
"Federative Republic of Brazil"
],
"answer": "Brazil",
"answer_id": "m.015fr"
}
] | WebQTrn-3619 | WebQTrn-3619_41719c9d7aa9c4991cf630e984a5bcca | where is italian spoken around the world and is the country that has Palmas as a second level devision | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02bjrlw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02bjrlw ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.second_level_divisions ns:g.119pfvqwb .
} |
|
Who was Judy Garland's husband who wrote the music for The Princess and the Pirate? | conjunction | who was judy garland married to | 2017-10-25T22:10:54 | [
{
"aliases": [
"R. Llewellyn",
"Llewellyn, Ray",
"Sgt. David Rose",
"David Rose",
"Ray Llewellyn"
],
"answer": "David Rose",
"answer_id": "m.01tsr3p"
}
] | WebQTrn-428 | WebQTrn-428_40b081fd05af8e2249e2d78e05cff715 | who was judy garland married to and wrote the music for The Princess and the Pirate | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0g10g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0g10g ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
?x ns:film.music_contributor.film ns:m.03h50s6 .
} |
|
Nigerian Breweries Star beer is made in a country that has which system of government? | composition | what system of government does nigeria have | nigeria | 2017-10-26T01:06:15 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTrn-1569 | WebQTrn-1569_5debdd8f33b67b2ae2c809bcbfc4e587 | what system of government does the country where Nigerian Breweries Star beer is made 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:food.beer_country_region.beers_from_here ns:m.04dq96q .
?c ns:location.country.form_of_government ?x .
}
|
What political party is based on conservatism and included Abraham Lincoln? | conjunction | what party was lincoln affiliated with | 2017-10-26T02:59:35 | [
{
"aliases": [
"United States Republican Party",
"Grand Old Party",
"Republican",
"GOP"
],
"answer": "Republican Party",
"answer_id": "m.07wbk"
}
] | WebQTrn-2419 | WebQTrn-2419_f9671df305117aca5bc137ad6cd88ca2 | what party was lincoln affiliated with and is the party that based on the ideology Conservatism | 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:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
?x ns:government.political_party.ideology ns:m.01yqp .
} |
|
What does the artist of "Heal the World" eat? | composition | what does michael jackson like to eat | michael jackson | 2017-10-26T03:52:52 | [
{
"aliases": [
"Vegetarian",
"Vegetarian cuisine"
],
"answer": "Vegetarian food",
"answer_id": "m.07_lq"
}
] | WebQTrn-2725 | WebQTrn-2725_a0ee3a2d09e1a65685015f934c5ee626 | what does the person who wrote the lyrics for "Heal the World" like to eat | 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.lyricist.lyrics_written ns:m.09bqc6 .
?c ns:food.diet_follower.follows_diet ?x .
}
|
What Charlotte, North Carolina attraction has headquarters in Mecklenburg County? | conjunction | what is charlotte north carolina known for | 2017-10-26T02:32:37 | [
{
"aliases": [],
"answer": "North Carolina Performing Arts Center at Charlotte Foundation",
"answer_id": "m.0g0c28"
}
] | WebQTrn-2216 | WebQTrn-2216_830d2405ad5ce707de29d55db864b3b6 | what is charlotte north carolina known for and has an organization headquarters located in the citytown Mecklenburg County | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0fsb8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0fsb8 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:organization.organization.headquarters ?c .
?c ns:location.mailing_address.citytown ns:m.025rst1 .
} |
|
What movie had costumes designed by Durinda Wood and featured Jenna Dewan? | conjunction | what movies did jenna dewan play in | 2017-10-26T05:08:52 | [
{
"aliases": [],
"answer": "The Six Wives of Henry Lefay",
"answer_id": "m.047fjvq"
}
] | WebQTrn-3212 | WebQTrn-3212_bd9a394a1282116210d3814a7aa35c19 | what movies did jenna dewan play in and in which costumes where designed by Durinda Wood | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ck1l0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ck1l0 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.costume_design_by ns:m.08n5rrb .
} |
|
What film was filmed in New York and featured Omar Epps? | conjunction | what movies is omar epps in | 2017-10-26T09:17:20 | [
{
"aliases": [],
"answer": "Alfie",
"answer_id": "m.0456zg"
},
{
"aliases": [
"Juice - City-War",
"Watch Juice",
"Angel Town 2"
],
"answer": "Juice",
"answer_id": "m.08w51z"
}
] | WebQTest-1006 | WebQTest-1006_22c4d321fc60b69e1d966c77d4107a74 | what movies is omar epps in and which was filmed at New York City | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02_tv5)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02_tv5 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.featured_film_locations ns:m.02_286 .
} |
|
What is the name of the movie directed by Thomas T. Taylor and includes the performance of actor Ian Somerhalder? | conjunction | what has ian somerhalder played in | 2017-10-26T01:09:30 | [
{
"aliases": [],
"answer": "Life as a House",
"answer_id": "m.04f20d"
}
] | WebQTrn-1599 | WebQTrn-1599_3edbf8c9c5df72317a58a025cde45cfe | what has ian somerhalder played in and that was directed by Thomas T. Taylor | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.044mvs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.044mvs ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.film_art_direction_by ns:m.090sfdl .
} |
|
Which country is ruled by Al-Husayn I ibn Ali and a trading partner with Portugal? | conjunction | who does portugal trade with | 2017-10-26T11:53:29 | [
{
"aliases": [],
"answer": "Tunisia",
"answer_id": "m.07fj_"
}
] | WebQTest-1874 | WebQTest-1874_edd4c22d0b86f64fb25057995be46a72 | who does portugal trade with and that was ruled by Al-Husayn I ibn Ali | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05r4w)
{
ns:m.05r4w ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.05r4w ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:royalty.kingdom.rulers ns:m.03cg_3t .
} |
|
What is the capital of where fictional character Sunstreak lived? | composition | what is the capital of oregon | oregon | 2017-10-26T06:00:11 | [
{
"aliases": [
"Polk County / Salem city",
"Salem, Oregon"
],
"answer": "Salem",
"answer_id": "m.0d23k"
}
] | WebQTrn-3502 | WebQTrn-3502_bb9044f7272bd44e5ecf915752cf6944 | what is the capital of the place in which the fictional character Sunstreak lived | 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.0462vhb .
?c ns:base.aareas.schema.administrative_area.capital ?x .
}
|
What was the last playoff series win for Dustin Brown's team? | composition | when was the last time the la kings won a playoff series | la kings | 2017-10-26T11:18:36 | [
{
"aliases": [],
"answer": "2014 Stanley Cup Finals",
"answer_id": "m.010fdzhp"
}
] | WebQTest-1711 | WebQTest-1711_697d21f21fb36baaac66b876bdb5f9cd | when was the last time the the hockey team whose captainis Dustin Brown won a playoff 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:ice_hockey.hockey_team.captain ns:m.03nddy .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
Which country does Portugal trade with that has a Seal of the United Mexican States as its coat of arms? | conjunction | who does portugal trade with | 2017-10-26T11:53:29 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTest-1874 | WebQTest-1874_13df86c26466cd205e5084e2ebbb7442 | who does portugal trade with and the country that its coat of arms is Seal of the United Mexican States | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05r4w)
{
ns:m.05r4w ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.05r4w ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:symbols.coat_of_arms_bearer.coat_of_arms_used ?c .
?c ns:symbols.armorial_grant.coat_of_arms ns:m.04f00zn .
} |
|
To which airport which also serves the AER Lingus airline does Airtran Airways fly? | conjunction | where does airtran airways fly | 2017-10-26T10:47:02 | [
{
"aliases": [
"Logan Airport",
"Boston Logan International Airport"
],
"answer": "Logan International Airport",
"answer_id": "m.01f07x"
}
] | WebQTest-1495 | WebQTest-1495_4ac16d4de3959b442d8f0d4f7f7d18f9 | where does airtran airways fly and is the airport with the Aer Lingus airline | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01vk4t)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01vk4t ns:aviation.airline.airports_served ?y .
?y ns:aviation.airline_airport_presence.airport ?x .
?x ns:aviation.airport.airlines ?c .
?c ns:aviation.airline_airport_presence.airline ns:m.011kct .
} |
|
What are the tourists sights in blogger AlvaroMorata's birthplace? | composition | what are the sights to see in madrid | madrid | 2017-10-26T07:00:13 | [
{
"aliases": [
"Royal Seat of San Lorenzo de El Escorial"
],
"answer": "El Escorial",
"answer_id": "m.01bc9m"
},
{
"aliases": [
"Museo del Prado, Madrid",
"Prado Museum"
],
"answer": "Museo Nacional Del Prado",
"answer_id": "m.01hlq3"
},
{
"aliases": [
"Museo Nacional Centro de Arte Reina Sofia",
"Museo Nacional Centro de Arte Reina Sofía, Madrid"
],
"answer": "Museo Nacional Centro de Arte Reina Sofía",
"answer_id": "m.01jcyh"
},
{
"aliases": [],
"answer": "Summercase",
"answer_id": "m.02r9yg7"
},
{
"aliases": [],
"answer": "Festimad",
"answer_id": "m.03chy63"
},
{
"aliases": [
"Buen Retiro"
],
"answer": "Buen Retiro Park",
"answer_id": "m.03rmzx"
},
{
"aliases": [
"The Royal Palace of Madrid"
],
"answer": "Royal Palace of Madrid",
"answer_id": "m.04m3yk"
},
{
"aliases": [],
"answer": "Almudena Cathedral",
"answer_id": "m.053llq"
},
{
"aliases": [
"Museo Sorolla",
"Sorolla"
],
"answer": "Sorolla Museum",
"answer_id": "m.05bvn8g"
},
{
"aliases": [],
"answer": "Plaza de Cibeles",
"answer_id": "m.06_l58"
},
{
"aliases": [],
"answer": "Madrid Arena",
"answer_id": "m.06cgmf"
},
{
"aliases": [],
"answer": "Paseo del Prado",
"answer_id": "m.06j2nj"
},
{
"aliases": [],
"answer": "Parque Warner Madrid",
"answer_id": "m.06nd2f"
},
{
"aliases": [
"Thyssen-Bornemisza"
],
"answer": "Thyssen-Bornemisza Museum",
"answer_id": "m.073z19"
},
{
"aliases": [],
"answer": "Temple of Debod",
"answer_id": "m.07f__f"
},
{
"aliases": [],
"answer": "Puerta del Sol",
"answer_id": "m.07mpc7"
},
{
"aliases": [
"Gran Via"
],
"answer": "Gran Vía",
"answer_id": "m.09s07b"
},
{
"aliases": [],
"answer": "Madrid Marathon",
"answer_id": "m.0bwg9f0"
},
{
"aliases": [],
"answer": "Plaza Mayor, Madrid",
"answer_id": "m.0cd2rc"
},
{
"aliases": [],
"answer": "La Vaguada",
"answer_id": "m.0fphvtq"
},
{
"aliases": [
"Museo de Lazaro Galdiano"
],
"answer": "Museum of Lázaro Galdiano",
"answer_id": "m.0h3lmf1"
},
{
"aliases": [],
"answer": "Palace of la Bolsa de Madrid",
"answer_id": "m.0h3tjjc"
}
] | WebQTest-153 | WebQTest-153_79e9beb20f431b10782e6372a9092a45 | what are the sights to see in the location in which the blogger of AlvaroMorata was born there | 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.people_born_here ?k .
?k ns:internet.blogger.blog ns:m.0_srdk8 .
?c ns:travel.travel_destination.tourist_attractions ?x .
}
|
What art movement was Pablo Picasso, influenced by Marquis de Sade, part of? | conjunction | what art movement was pablo picasso part of | 2017-10-26T04:17:18 | [
{
"aliases": [
"Surrealist"
],
"answer": "Surrealism",
"answer_id": "m.073_6"
}
] | WebQTrn-2891 | WebQTrn-2891_00057dab165161c899484d34b59fa403 | what art movement was pablo picasso part of and was influenced by Marquis de Sade | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.060_7)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.060_7 ns:visual_art.visual_artist.associated_periods_or_movements ?x .
?x ns:influence.influence_node.influenced_by ns:m.02flz .
} |
|
How did the person that wrote Splish Splash die? | composition | what did bobby darin die of | bobby darin | 2017-10-26T10:55:18 | [
{
"aliases": [],
"answer": "Surgical complications",
"answer_id": "m.02wgfrh"
}
] | WebQTest-1564 | WebQTest-1564_02b852ab1e5886a63e8d308e582822b9 | what did the person who wrote the lyrics for "Splish Splash" die 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:music.lyricist.lyrics_written ns:m.0d_0vc .
?c ns:people.deceased_person.cause_of_death ?x .
}
|
Who was influenced by Baron De Montesquie and was appointed by Thomas Jefferson? | conjunction | what did baron de montesquie influence | 2017-10-26T07:37:49 | [
{
"aliases": [],
"answer": "James Madison",
"answer_id": "m.0424m"
}
] | WebQTest-347 | WebQTest-347_90fcd47c79538bff3242e85bfcda5964 | what did baron de montesquie influence and is the politician that was appointed to his/her government position by Thomas Jefferson | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f9wd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f9wd ns:influence.influence_node.influenced ?x .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.appointed_by ns:m.07cbs .
} |
|
Which states does the Mississippi River run though that is in the jurisdiction of the Minnesota Senate? | conjunction | which states does the mississippi river pass through | 2017-10-26T01:11:10 | [
{
"aliases": [
"North Star State",
"MN",
"Minn"
],
"answer": "Minnesota",
"answer_id": "m.04ykg"
},
{
"aliases": [
"North Star State",
"MN",
"Minn"
],
"answer": "Minnesota",
"answer_id": "m.04ykg"
},
{
"aliases": [
"North Star State",
"MN",
"Minn"
],
"answer": "Minnesota",
"answer_id": "m.04ykg"
},
{
"aliases": [
"North Star State",
"MN",
"Minn"
],
"answer": "Minnesota",
"answer_id": "m.04ykg"
}
] | WebQTrn-1613 | WebQTrn-1613_370a0c10be9ccdf799931cde764f7b87 | which states does the mississippi river pass through and is the govermental jurisdiction that has govermental body named Minnesota Senate | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04yf_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04yf_ ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.governmental_body ns:m.01lqry .
} |
|
What South Asian country is the subject of Buddha Collapsed Out of Shame? | conjunction | what are countries in south asia | 2017-10-26T04:25:17 | [
{
"aliases": [
"Afganistan",
"Islamic Republic of Afghanistan"
],
"answer": "Afghanistan",
"answer_id": "m.0jdd"
}
] | WebQTrn-2955 | WebQTrn-2955_eab08fa7396bcb265913fcca849befec | what are countries in south asia and is subject of the film Buddha Collapsed Out of Shame | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06nn1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06nn1 ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:film.film_subject.films ns:m.04p2jxm .
} |
|
What country is home to V Bird airline and what is the capital city of that country? | composition | what is the capital city of germany now | germany | 2017-10-26T06:05:20 | [
{
"aliases": [
"Berlin, Germany",
"Land Berlin"
],
"answer": "Berlin",
"answer_id": "m.0156q"
}
] | WebQTrn-3542 | WebQTrn-3542_8520ca90bd1e650edf1dbcad90336227 | what is the capital city of the country thar has the airline V Bird now | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.contains ?k .
?k ns:aviation.airport.hub_for ns:m.05zbq0 .
?c ns:location.country.capital ?x .
}
|
What things were invented by the person who said, "Absence makes the heart grow fonder"? | composition | what are all the things thomas edison invented | thomas edison | 2017-10-25T22:37:57 | [
{
"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"
}
] | WebQTrn-606 | WebQTrn-606_86f9cae7f4e3793a00d0fb3282a64b81 | what are all the things the person that said "Absence Makes The Heart Grow Fonder" invented | 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.0qt15t .
?c ns:law.inventor.inventions ?x .
}
|
Who died first in the JFK family portrait? | composition | which kennedy died first | kennedy | 2017-10-25T21:04:42 | [
{
"aliases": [
"Joe Kennedy, Jr.",
"Lt. Joseph Patrick \"Joe\" Kennedy, Jr.",
"Joseph Patrick Kennedy, Jr.",
"Joe",
"Joseph Kennedy, Jr."
],
"answer": "Joseph P. Kennedy, Jr.",
"answer_id": "m.020t1x"
}
] | WebQTrn-17 | WebQTrn-17_09b8c70e7f9c6db2913431f69ddc41c8 | which the topic of the image JFK portrait died first | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
ns:m.0fbrl ns:people.family.members ?x . # Kennedy Family
?x ns:people.deceased_person.date_of_death ?d .
}
ORDER BY ?d
LIMIT 1 |
The star of the film "Top Gun" played which character in the film "Endless Love".? | composition | what role did tom cruise play in endless love | tom cruise | 2017-10-26T04:13:40 | [
{
"aliases": [],
"answer": "Billy",
"answer_id": "m.02nwdmb"
}
] | WebQTrn-2853 | WebQTrn-2853_64ee61c8abeb74c791d5c8e71c0bcbe1 | what role did the actor that played in the film Top Gun 2 play in endless love | 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.film ns:m.0mztk28 .
?c ns:film.actor.film ?y .
?y ns:film.performance.character ?x .
?y ns:film.performance.film ns:m.03f6h5 .
}
|
What is the Andy Warhol's job and film job of Vincenzo Proietti? | conjunction | what does andy warhol do | 2017-10-26T02:54:31 | [
{
"aliases": [],
"answer": "Painter",
"answer_id": "m.02nxqmh"
}
] | WebQTrn-2376 | WebQTrn-2376_94f97074bde962ae0e89f7289ea234cc | what does andy warhol do and was the film job of Vincenzo Proietti | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0kc6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0kc6 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.0102zqt2 .
} |
|
What type of Beethoven's music was featured in the film "In the Shadow of the Stars"? | conjunction | what music did beethoven composed | 2017-10-25T23:21:01 | [
{
"aliases": [],
"answer": "Opera",
"answer_id": "m.05lls"
}
] | WebQTrn-892 | WebQTrn-892_eea3b29de80d4fe1cf49b0bf676e4b42 | what music did beethoven composed and appear in the film In the Shadow of the Stars | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04k15)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04k15 ns:music.artist.genre ?x .
?x ns:film.film_genre.films_in_this_genre ns:m.026t80_ .
} |
|
What was the religion of the person who spoke about the Berlin Wall? | composition | what religion was john f kennedy | john f kennedy | 2017-10-25T22:32:44 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-564 | WebQTrn-564_ca6ce44d620e3ead920f09f2813da1af | what religion was the public speaker which spoke about Berlin Wall | 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.017f5 .
?c ns:base.popstra.celebrity.religion ?y .
?y ns:base.popstra.religion_choice.religion ?x .
}
|
Which movies did JJ Abrams direct in Germany? | conjunction | what movies did jj abrams direct | 2017-10-26T01:08:27 | [
{
"aliases": [
"M:i:III",
"M:I-3",
"Mission: Impossible III: Bonus Material",
"Heyday"
],
"answer": "Mission: Impossible III",
"answer_id": "m.06fqlk"
},
{
"aliases": [
"Star Trek: The Future Begins",
"Star Trek: The IMAX Experience",
"Corporate HQ",
"The Ernest Castelhun Chronicles",
"Star Trek XI",
"Star Trek Zero",
"Corporate Headquarters",
"Star Trek (IMAX DMR version)",
"Star Trek: The Beginning",
"Star Trek (2009)",
"Untitled Walter Lace Project"
],
"answer": "Star Trek",
"answer_id": "m.08phg9"
}
] | WebQTrn-1591 | WebQTrn-1591_46a304cecca0e072121d7dc42befb590 | what movies did jj abrams direct and which is from Germany | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01xndd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01xndd ns:film.director.film ?x .
?x ns:film.film.country ns:m.0345h .
} |