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
|
---|---|---|---|---|---|---|---|---|---|
Who held her governmental position from before October 3, 2011 and rules Denmark right now? | comparative | who rules denmark right now | 2018-02-13T02:54:28 | [
{
"aliases": [
"Hendes Majestæt Dronning Margrethe Den II",
"Margrethe Alexandrine Þorhildur Ingrid",
"Queen Margrethe",
"Margrethe II",
"Hendes Majestæt Dronning Margrethe II",
"Her Majesty Queen Margrethe II of Denmark",
"Prinsesse Margrethe",
"Daisy"
],
"answer": "Margrethe II of Denmark",
"answer_id": "m.0g2kv"
},
{
"aliases": [],
"answer": "Margrethe Vestager",
"answer_id": "m.05ysvw"
}
] | WebQTest-186 | WebQTest-186_4dbd44f14029b89ad0a0ee7f72015884 | who rules denmark right now and held his govermental position from before 2011-10-03 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0k6nt)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0k6nt ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num < "2011-10-03"^^xsd:dateTime) .
} |
|
What's the name of the mascot of the championship sports team who won the 2014 AFC Championship Game? | composition | what is the name of the broncos mascot | broncos | 2018-02-13T02:35:58 | [
{
"aliases": [],
"answer": "Thunder",
"answer_id": "m.0_h1qbn"
},
{
"aliases": [],
"answer": "Miles",
"answer_id": "m.027l54x"
}
] | WebQTrn-3775 | WebQTrn-3775_9635bb1f7252e813d1dfe70f82d62cad | what is the name of the the team won the 2014 AFC Championship Game championship mascot | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gtzbl .
?c ns:sports.sports_team.team_mascot ?x .
}
|
Which of the four nations of the UK has William Morris religious leader? | conjunction | what are the four nations of the uk | 2018-02-12T20:27:56 | [
{
"aliases": [],
"answer": "Wales",
"answer_id": "m.0j5g9"
}
] | WebQTrn-427 | WebQTrn-427_0a1996d491be83ff36e8fc86c3d436a4 | what are the four nations of the uk and the religious leader is William Morris | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ssc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ssc ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.leader ns:m.0_h07sd .
} |
|
The person who attended Johnson City Senior High Schoo is married to whom? | composition | who did lbj marry | lbj | 2018-02-13T05:38:53 | [
{
"aliases": [
"Lady Bird",
"Claudia Alta Taylor Johnson",
"Claudia Alta \"Lady Bird\" Taylor Johnson",
"Claudia Alta Taylor",
"First lady Lady Bird Johnson"
],
"answer": "Lady Bird Johnson",
"answer_id": "m.01fpkg"
}
] | WebQTest-1598 | WebQTest-1598_e9679cef3947632d38eb3eba561dba93 | who did the person education institution is Johnson City Senior High School marry | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.07620pj .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
Which NBA franchise has a mascot named Mavs Man and had Lamar Odom playing for them in 2011? | conjunction | what team does lamar odom play for 2011 | 2018-02-12T21:01:42 | [
{
"aliases": [
"Mavs",
"Mavericks"
],
"answer": "Dallas Mavericks",
"answer_id": "m.0jmcv"
}
] | WebQTrn-790 | WebQTrn-790_b2456a4b0dffeff28e48e4f1211e363e | what team does lamar odom play for 2011 and is the team has a team moscot named Mavs Man | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02_nkp)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02_nkp 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) <= "2011-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2011-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.team_mascot ns:m.052tn3b .
} |
|
What state bordering Florida is in the Central Time Zone? | conjunction | what other states border florida | 2018-02-13T04:17:36 | [
{
"aliases": [
"Cotton State",
"AL",
"Ala"
],
"answer": "Alabama",
"answer_id": "m.0gyh"
}
] | WebQTest-857 | WebQTest-857_8c6b952c6bd963f0ece4e401c9eb731a | what other states border florida and the location time zone is Central Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02xry)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02xry ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.0kpys4 .
?x ns:location.location.time_zones ns:m.02fqwt .
} |
|
What groups did the famous person who went to Bundesrealgymnasium Linz belongto? | composition | what groups was hitler involved in | hitler | 2018-02-12T21:04:36 | [
{
"aliases": [
"NSDAP",
"Nazi"
],
"answer": "Nazi Party",
"answer_id": "m.05g9h"
},
{
"aliases": [
"German Workers'"
],
"answer": "German Workers' Party",
"answer_id": "m.0dl13"
}
] | WebQTrn-822 | WebQTrn-822_f0c99f377c8b944364e85b70b9f9b331 | what groups was the person education institution is Bundesrealgymnasium Linz involved 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:people.person.education ?k .
?k ns:education.education.institution ns:m.01064kcx .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
What currency is used in the country with Oranjestad as its capital? | composition | what kind of money in aruba | aruba | 2018-02-13T01:21:33 | [
{
"aliases": [],
"answer": "Aruban florin",
"answer_id": "m.08s1k3"
}
] | WebQTrn-3162 | WebQTrn-3162_4f8c647e6531427f1114911a786229a1 | what kind of money in the country capital is Oranjestad | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.026mph .
?c ns:location.country.currency_used ?x .
}
|
The artist who had a concert tour named The Best of Rufus Wainwright is married to whom? | composition | who did rufus wainwright married | rufus wainwright | 2018-02-12T19:51:17 | [
{
"aliases": [],
"answer": "Jörn Weisbrodt",
"answer_id": "m.0l5x52y"
}
] | WebQTrn-141 | WebQTrn-141_a551835badcb8c7375d48ea197384f92 | who did the artist had a concert tour named The Best of Rufus Wainwright married | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.0_h07r4 .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
Who was the 2012 quarterback of the team whose fight song is "The Baltimore Fight Song"? | composition | who is the ravens quarterback 2012 | ravens | 2018-02-12T22:42:25 | [
{
"aliases": [
"Curtis Jeffrey Painter"
],
"answer": "Curtis Painter",
"answer_id": "m.026rk1d"
},
{
"aliases": [
"Randall W. Cunningham"
],
"answer": "Randall Cunningham",
"answer_id": "m.037fnz"
},
{
"aliases": [],
"answer": "Tyrod Taylor",
"answer_id": "m.03bzp9z"
},
{
"aliases": [
"Joseph Vincent Flacco"
],
"answer": "Joe Flacco",
"answer_id": "m.03d4lw7"
},
{
"aliases": [
"Trent Farris Dilfer"
],
"answer": "Trent Dilfer",
"answer_id": "m.051q4v"
},
{
"aliases": [
"William Scott Mitchell"
],
"answer": "Scott Mitchell",
"answer_id": "m.0fr2ql"
},
{
"aliases": [],
"answer": "Chester Stewart",
"answer_id": "m.0jt9r2w"
}
] | WebQTrn-1680 | WebQTrn-1680_d95da5fb8a16d81fe56cd4ce00843254 | who is the the sports team with the fight song The Baltimore Fight Song quarterback 2012 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.0hn47qp .
?c 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) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
}
|
In the country htat has a capital of Santo Domingo, what known vacation spots are often frequented? | composition | where is the best place to vacation in the dominican republic | dominican republic | 2018-02-12T20:30:21 | [
{
"aliases": [],
"answer": "Samaná Bay",
"answer_id": "m.025vdyx"
},
{
"aliases": [
"Los Haitises National"
],
"answer": "Los Haitises National Park",
"answer_id": "m.03yhz4z"
},
{
"aliases": [],
"answer": "Pico Duarte",
"answer_id": "m.04qjzz"
},
{
"aliases": [],
"answer": "Punta Espada Golf Course",
"answer_id": "m.04vwf5x"
},
{
"aliases": [
"The Colombus Lighthouse",
"Faro a Colón"
],
"answer": "Columbus Lighthouse",
"answer_id": "m.064nfcw"
},
{
"aliases": [],
"answer": "National Palace",
"answer_id": "m.09v9100"
},
{
"aliases": [],
"answer": "Macao Beach",
"answer_id": "m.0j5ymqb"
},
{
"aliases": [
"Volunteer Vacation Abroad"
],
"answer": "Haitian Batey",
"answer_id": "m.0jsr82_"
},
{
"aliases": [
"27 Waterfalls",
"27 Charcos of Damajaqua"
],
"answer": "Damajaqua Cascades",
"answer_id": "m.0jy_b9f"
},
{
"aliases": [],
"answer": "Playa Fronton",
"answer_id": "m.0jy_b9n"
}
] | WebQTrn-459 | WebQTrn-459_d059b24adec4064377b957ca598769be | where is the best place to vacation in the the country capital is Santo Domingo | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.0fthl .
?c ns:travel.travel_destination.tourist_attractions ?x .
}
|
In what years has the sports team whose fight song is "The Baltimore Fight Song" won the Super Bowl? | composition | what years have the ravens won the super bowl | ravens | 2018-02-12T23:49:06 | [
{
"aliases": [],
"answer": "2001 AFC Championship Game",
"answer_id": "m.0_gt_qt"
},
{
"aliases": [],
"answer": "2013 AFC Championship Game",
"answer_id": "m.0_gtz8t"
},
{
"aliases": [
"Super Bowl 2013",
"Super Bowl 47"
],
"answer": "Super Bowl XLVII",
"answer_id": "m.0642vqv"
},
{
"aliases": [],
"answer": "Super Bowl XXXV",
"answer_id": "m.076yq"
}
] | WebQTrn-2354 | WebQTrn-2354_d95da5fb8a16d81fe56cd4ce00843254 | what years have the the sports team with the fight song The Baltimore Fight Song won the super bowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.0hn47qp .
?c ns:sports.sports_team.championships ?x .
}
|
What New Jersey Senator held his governmental position from January 18, 2006? | comparative | who are senators from new jersey | 2018-02-12T21:38:47 | [
{
"aliases": [
"Mayor Cory Booker",
"Cory Anthony Booker",
"Mayor Cory A. Booker"
],
"answer": "Cory Booker",
"answer_id": "m.06p430"
}
] | WebQTrn-1067 | WebQTrn-1067_18e85510b5e6b96bc926524b94b0f73c | who are senators from new jersey and held his govermental position from after 2006-01-18 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05fjf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05fjf 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) <= "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) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num > "2006-01-18"^^xsd:dateTime) .
} |
|
What religion did Hitler follow and has Jerusalem as its sacred site? | conjunction | what religion did adolf hitler follow | 2018-02-13T04:47:06 | [
{
"aliases": [
"Christian"
],
"answer": "Christianity",
"answer_id": "m.01lp8"
}
] | WebQTest-1136 | WebQTest-1136_7bd6b37d01a372aa5af2a8d5ef53d827 | what religion did adolf hitler follow and the relgion sacred site is Jerusalem | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07_m9_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07_m9_ ns:people.person.religion ?x .
?x ns:religion.religion.sacred_sites ns:m.0430_ .
} |
|
What movie starring Quentin Tarantino that has 0 season of tv series? | conjunction | what movies did quentin tarantino star in | 2018-02-12T23:13:23 | [
{
"aliases": [
"Muppets' Wizard of Oz"
],
"answer": "The Muppets' Wizard of Oz",
"answer_id": "m.0569lx"
}
] | WebQTrn-1982 | WebQTrn-1982_29c81279ed9a982e12f82e764083db76 | what movies did quentin tarantino star in and a tv series that has 0 season | 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:tv.tv_series_episode.season_number "0" .
} |
|
What Major League Baseball Team starred Jackie Robinson circa 1955? | conjunction | what baseball team was jackie robinson on | 2018-02-13T06:16:19 | [
{
"aliases": [],
"answer": "Brooklyn Dodgers",
"answer_id": "m.05fc8c9"
}
] | WebQTest-1894 | WebQTest-1894_e56abf505a833c6e24c886a0db8baf96 | what baseball team was jackie robinson on and is the team won the 1955 World Series championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0443c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0443c ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.sport ns:m.018jz .
?x ns:sports.sports_team.championships ns:m.04tg60 .
} |
|
Who owned the football team that claimed the 1961 NFL Championship? | composition | who are the green bay packers owned by | green bay packers | 2018-02-12T20:12:11 | [
{
"aliases": [],
"answer": "Green Bay Packers Board of Directors",
"answer_id": "m.0c24nj"
}
] | WebQTrn-302 | WebQTrn-302_33deca30d552fb6f859e0c2912c0b43f | who are the the team won the 1961 NFL Championship Game championship owned by | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.026735v .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
What US State that Mississippi River runs through it and has a capital city named Jackson? | conjunction | which states does the mississippi river pass through | 2018-02-12T22:35:55 | [
{
"aliases": [
"Magnolia State",
"Miss",
"MS"
],
"answer": "Mississippi",
"answer_id": "m.04tgp"
}
] | WebQTrn-1613 | WebQTrn-1613_8f56befd3c1a2bffe78e1816f99595a4 | which states does the mississippi river pass through and is the us state that has a capital named Jackson | 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:location.us_state.capital ns:m.043yj .
} |
|
What is the style of music of the artist of the "Born and Raised World Tour"? | composition | what style of music does john mayer play | john mayer | 2018-02-13T03:49:32 | [
{
"aliases": [
"Kimberly Fardad",
"Kimberly Dawn"
],
"answer": "Indie rock",
"answer_id": "m.01243b"
},
{
"aliases": [
"Blues music"
],
"answer": "Blues",
"answer_id": "m.0155w"
},
{
"aliases": [
"Alternative"
],
"answer": "Alternative rock",
"answer_id": "m.016clz"
},
{
"aliases": [],
"answer": "Folk rock",
"answer_id": "m.016jny"
},
{
"aliases": [
"Country music",
"Country & Western",
"Country and Western"
],
"answer": "Country",
"answer_id": "m.01lyv"
},
{
"aliases": [],
"answer": "Soul rock",
"answer_id": "m.027pgn0"
},
{
"aliases": [],
"answer": "Soft rock",
"answer_id": "m.02k_kn"
},
{
"aliases": [],
"answer": "Blue-eyed soul",
"answer_id": "m.02qdgx"
},
{
"aliases": [
"Folk",
"folk"
],
"answer": "Folk music",
"answer_id": "m.02w4v"
},
{
"aliases": [
"Blues rock",
"Blues-rock",
"Rock Blues"
],
"answer": "Blues rock",
"answer_id": "m.02yv6b"
},
{
"aliases": [],
"answer": "Pop rock",
"answer_id": "m.05bt6j"
},
{
"aliases": [
"Pop",
"pop"
],
"answer": "Pop music",
"answer_id": "m.064t9"
},
{
"aliases": [
"רוק",
"Rock"
],
"answer": "Rock music",
"answer_id": "m.06by7"
},
{
"aliases": [
"Acoustic"
],
"answer": "Acoustic music",
"answer_id": "m.09qxq7"
},
{
"aliases": [
"Soul"
],
"answer": "Soul music",
"answer_id": "m.0gywn"
},
{
"aliases": [],
"answer": "Country rock",
"answer_id": "m.0mhfr"
}
] | WebQTest-597 | WebQTest-597_12c39cea8934b246df23ea58b3c8d34e | what style of music does the artist had a concert tour named Born and Raised World Tour play | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.0t51_fv .
?c ns:music.artist.genre ?x .
}
|
What Western European Time Zone does Mexico trade with? | conjunction | what country does mexico trade with | 2018-02-13T02:04:31 | [
{
"aliases": [
"Portuguese Republic"
],
"answer": "Portugal",
"answer_id": "m.05r4w"
}
] | WebQTrn-3496 | WebQTrn-3496_0652d8b1cb95848c9630860c92e38e6f | what country does mexico trade with and the location time zone is Western European Time Zone | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0b90_r)
{
ns:m.0b90_r ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.0b90_r ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.location.time_zones ns:m.02q_y6 .
} |
|
What currency do I need in the country of Cuba? | composition | what currency do i need in cuba | cuba | 2018-02-12T20:09:32 | [
{
"aliases": [],
"answer": "Cuban peso",
"answer_id": "m.049p2z"
},
{
"aliases": [
"Chavito"
],
"answer": "Cuban convertible peso",
"answer_id": "m.049p6c"
}
] | WebQTrn-262 | WebQTrn-262_e185ea716e0dcbdf8d9ad6498b5e88f1 | what currency do i need in the currency used in the country is Cuban convertible peso | 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_used ns:m.049p6c .
?c ns:location.country.currency_used ?x .
}
|
What religion with religious organization named Evangelical Baptist Church of Korea did Adolf Hitler follow? | conjunction | what religion did adolf hitler follow | 2018-02-13T04:47:06 | [
{
"aliases": [
"Christian"
],
"answer": "Christianity",
"answer_id": "m.01lp8"
}
] | WebQTest-1136 | WebQTest-1136_c1e32b86d89228da5d9872bab86173f7 | what religion did adolf hitler follow and the religion organiztion is Evangelical Baptist Church of Korea | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07_m9_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07_m9_ ns:people.person.religion ?x .
?x ns:religion.religion.organizations ns:m.010rgfn2 .
} |
|
What college did President Clinton attended and has the mascot Yale Handsome Dan? | conjunction | where did pres clinton go to college | 2018-02-12T19:54:18 | [
{
"aliases": [
"Yale University, main campus",
"Yale University",
"Yale University, New Haven",
"YU",
"Yale"
],
"answer": "University Yale",
"answer_id": "m.08815"
}
] | WebQTrn-167 | WebQTrn-167_6a84ab6bb16c8ec640608733b4177366 | where did pres clinton go to college and is the educational institution with the mascot Yale University Handsome Dan | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0157m)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0157m ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.mascot ns:m.05ty1h .
} |
|
What is the nationality of Nina Dobrev has the gdp real adjusted value that was once below 33351310952? | comparative | what is nina dobrev nationality | 2018-02-12T19:39:38 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-15 | WebQTrn-15_ddabedea10220b8c79eb2eee2a3882fd | what is nina dobrev nationality and is the gdp real adjusted value was once less than 33351310952 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.027nwk2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.027nwk2 ns:people.person.nationality ?x .
?x ns:location.statistical_region.gdp_real ?c .
?c ns:measurement_unit.adjusted_money_value.adjusted_value ?num .
FILTER (xsd:integer(?num) < 33351310952) .
} |
|
What team won the 1931 World Ice Hockey Championships championship and is a sport played in Canada? | conjunction | what sports are played in canada | 2018-02-12T23:53:54 | [
{
"aliases": [
"Canadian Ice Hockey Team",
"Canada National Men's Hockey Team",
"Canada Ice Hockey Team"
],
"answer": "Canadian National Men's Hockey Team",
"answer_id": "m.037qf6"
}
] | WebQTrn-2415 | WebQTrn-2415_6e9bdd13cf26c4cc7b9e2263fa13f957 | what sports are played in canada and is the team won the 1931 World Ice Hockey Championships championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d060g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d060g ns:sports.sports_team_location.teams ?x .
?x ns:sports.sports_team.championships ns:m.0274b40 .
} |
|
Who plays quarterback for the team whose ownership includes Venus Williams? | composition | who is the miami dolphins quarterback | miami dolphins | 2018-02-13T04:28:16 | [
{
"aliases": [
"Matthew Erickson Moore"
],
"answer": "Matt Moore",
"answer_id": "m.027n35s"
},
{
"aliases": [
"Ryan Timothy Tannehill"
],
"answer": "Ryan Tannehill",
"answer_id": "m.04q9syl"
}
] | WebQTest-963 | WebQTest-963_d90ea8c3c25bf71b96e0a6e6fe205dc2 | who is the the sports team owner is Venus Williams quarterback | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.016cff .
?c 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) })
}
|
Which individuals were 2013 Virginia senators who held this government post since 2006-01-14? | comparative | who are the virginia senators 2013 | 2018-02-13T04:15:34 | [
{
"aliases": [
"Mark Robert Warner",
"Mark Roy Warner"
],
"answer": "Mark Warner",
"answer_id": "m.024mm1"
},
{
"aliases": [
"Timothy Michael Kaine"
],
"answer": "Jim Webb",
"answer_id": "m.053f8h"
},
{
"aliases": [
"Jim H. Webb",
"James Webb",
"James H. Webb",
"James Henry Webb",
"James Henry Webb, Jr."
],
"answer": "Tim Kaine",
"answer_id": "m.0574xy"
}
] | WebQTest-845 | WebQTest-845_6823e1c31c755020e98ab4ec81d127b7 | who are the virginia senators 2013 and held his govermental position from after 2006-01-14 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07z1m)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07z1m ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.governmental_body ns:m.07t58 .
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) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num > "2006-01-14"^^xsd:dateTime) .
} |
|
What film with character Gabrielle Delacour has Robert Pattinson starred in? | conjunction | what movies have robert pattinson starred in | 2018-02-12T22:27:06 | [
{
"aliases": [
"Harry Potter si Pocalul de Foc",
"O Harry Potter kai to kypelo tis fotias",
"Harry Potter and the Goblet of Fire: The IMAX Experience",
"The Goblet of Fire",
"Harî Pottâ to honoo no goburetto",
"Harry Potter i Plameni pehar",
"Гарри Поттер и кубок огня",
"Harry Potter och Den flammande bägaren",
"Harry Potter et la coupe de feu",
"Harry Potter in ognjeni kelih",
"Harry Potter og eldbikarinn",
"Harry Potter und der Feuerkelch",
"Harry Potter e il calice di fuoco",
"Harry Potter og flammernes pokal",
"Harry Potter e o Cálice de Fogo",
"Harry Potter és a tűz serlege",
"Harry Potter en de vuurbeker",
"Harry Potter a Ohnivá casa",
"Harry Potter ja liekehtivä pikari",
"Harry Potter a Ohnivý pohár",
"Hari Poter i vatreni pehar",
"Haris Poteris ir ugnies taure",
"Harry Potter og ildbegeret",
"Harry Potter y el cáliz de fuego",
"Harry Potter ve ates kadehi",
"Harry Potter i Czara Ognia",
"Harry Potter ja tulepeeker",
"Harry Potter i el calze de foc"
],
"answer": "Harry Potter and the Goblet of Fire",
"answer_id": "m.031786"
}
] | WebQTrn-1505 | WebQTrn-1505_8e911856dde5cc56d03026ed41a5149e | what movies have robert pattinson starred in and is the film has a charcter named Gabrielle Delacour | 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.starring ?c .
?c ns:film.performance.character ns:g.11b6b5kv32 .
} |
|
What mountains are in the country that uses the currency Peruvian neuvo sol? | composition | what are the mountains in peru called | peru | 2018-02-13T01:53:07 | [
{
"aliases": [
"Andes Mountains"
],
"answer": "Andes",
"answer_id": "m.0p2n"
}
] | WebQTrn-3407 | WebQTrn-3407_cb21e01db360ce345ff98f5f2ac4b3e8 | what are the mountains in the currency used in the country is Peruvian nuevo sol 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.currency_used ns:m.0b423v .
?c ns:location.location.partiallycontains ?y .
?y ns:location.partial_containment_relationship.partially_contains ?x .
?x ns:common.topic.notable_types ns:m.01xs039 .
}
|
In what country with a religious organization Society of Jesus do they speak Italian? | conjunction | what countries do they speak italian | 2018-02-12T22:23:42 | [
{
"aliases": [
"The Argentine",
"Agrentina ",
"Argentine Republic"
],
"answer": "Argentina",
"answer_id": "m.0jgd"
}
] | WebQTrn-1474 | WebQTrn-1474_04befa743ad92aa3b24107af4d2acbaa | what countries do they speak italian and the religious organization leadeship is Society of Jesus | 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:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.organization ns:m.04399 .
} |
|
What is the current government system in the country with Sacatepéquez Department in it? | composition | what is guatemala current system of government | guatemala | 2018-02-12T20:40:56 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
}
] | WebQTrn-535 | WebQTrn-535_522769c85c8189a870c317c0aa940eaa | what is the country that contains Sacatepéquez Department current system of government | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.0146yb .
?c ns:location.country.form_of_government ?x .
}
|
Where is the "Natty Dread Tour" artist buried? | composition | where is bob marley buried | bob marley | 2018-02-13T06:28:50 | [
{
"aliases": [],
"answer": "Bob Marley Mausoleum",
"answer_id": "m.0ggh7j1"
}
] | WebQTest-2011 | WebQTest-2011_72cf301b99cc05fd52d411e67b13d02d | where is the artist had a concert tour named Natty Dread Tour 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:music.artist.concert_tours ns:m.0fdsb5 .
?c ns:people.deceased_person.place_of_burial ?x .
}
|
What work was done by the personage who lived in Grand Duchy of Tuscany? | composition | who was galileo galilei | galileo galilei | 2018-02-12T22:40:18 | [
{
"aliases": [
"Astrologist"
],
"answer": "Astrologer",
"answer_id": "m.025rxky"
},
{
"aliases": [],
"answer": "Mathematician",
"answer_id": "m.04s2z"
},
{
"aliases": [],
"answer": "Physicist",
"answer_id": "m.05snw"
},
{
"aliases": [],
"answer": "Scientist",
"answer_id": "m.06q2q"
},
{
"aliases": [
"astronomer"
],
"answer": "Astronomer",
"answer_id": "m.0h9c"
}
] | WebQTrn-1655 | WebQTrn-1655_9feec7b85d9fba5c263cd3dfbb9e8626 | who was the person who once lived in Grand Duchy of Tuscany | 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.places_lived ?k .
?k ns:people.place_lived.location ns:m.0327fc .
?c ns:people.person.profession ?x .
}
|
What senator from New Jersey has been in the position since 1993/01/03? | comparative | who are senators from new jersey | 2018-02-12T21:38:47 | [
{
"aliases": [
"Mayor Cory Booker",
"Cory Anthony Booker",
"Mayor Cory A. Booker"
],
"answer": "Cory Booker",
"answer_id": "m.06p430"
},
{
"aliases": [
"Mayor Robert Menendez",
"Robert Menéndez"
],
"answer": "Bob Menendez",
"answer_id": "m.033d3p"
}
] | WebQTrn-1067 | WebQTrn-1067_6cf405ae1c046c61d0d42d5317fb7d15 | who are senators from new jersey and held his govermental position from after 1993-01-03 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05fjf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05fjf 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) <= "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) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num > "1993-01-03"^^xsd:dateTime) .
} |
|
In the film with the character Ambassador Steven Haines who plays Damien? | composition | who played damien in the omen 2006 | the omen 2006 | 2018-02-13T04:33:54 | [
{
"aliases": [],
"answer": "Tomas Wooler",
"answer_id": "m.05h9v7d"
},
{
"aliases": [
"Bad Seed",
"Seamus Davey Fitzpatrick",
"Seamus Liam Davey-Fitzpatrick"
],
"answer": "Seamus Davey-Fitzpatrick",
"answer_id": "m.0dcshy"
}
] | WebQTest-1052 | WebQTest-1052_bdf3b65a61b1c7976eb4c7a2ecf28718 | who played damien in the film has a charcter named Ambassador Steven Haines | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.starring ?k .
?k ns:film.performance.character ns:m.0h5v9tj .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.09s4pt .
}
|
What West African countries are in the time zone UTC±00:00? | conjunction | what are west african countries | 2018-02-12T21:56:58 | [
{
"aliases": [],
"answer": "Burkina Faso",
"answer_id": "m.01699"
},
{
"aliases": [
"Republic of Ghana"
],
"answer": "Ghana",
"answer_id": "m.035dk"
},
{
"aliases": [],
"answer": "Guinea",
"answer_id": "m.03676"
},
{
"aliases": [],
"answer": "Guinea-Bissau",
"answer_id": "m.036b_"
},
{
"aliases": [],
"answer": "Liberia",
"answer_id": "m.04hzj"
},
{
"aliases": [],
"answer": "Mali",
"answer_id": "m.04v09"
},
{
"aliases": [
"Islamic Republic of Mauritania"
],
"answer": "Mauritania",
"answer_id": "m.04vjh"
},
{
"aliases": [
"Republic of Senegal",
"République du Sénégal"
],
"answer": "Senegal",
"answer_id": "m.06srk"
},
{
"aliases": [
"Republic of Côte d'Ivoire",
"Cote d'Ivoire",
"Ivory Coast",
"Côte d’Ivoire"
],
"answer": "Ivory Coast",
"answer_id": "m.0fv4v"
},
{
"aliases": [],
"answer": "Gambia",
"answer_id": "m.0hdx8"
}
] | WebQTrn-1238 | WebQTrn-1238_645246b22bc2b0dcd7416f30d5d9417d | what are west african countries and the location time zone is UTC±00:00 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hqjh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hqjh ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.time_zones ns:m.0frmgl .
} |
|
Which country has South Holland on the map within it? | composition | where are the netherlands on a world map | netherlands | 2018-02-12T19:41:40 | [
{
"aliases": [
"Koninkrijk der Nederlanden"
],
"answer": "Kingdom of the Netherlands",
"answer_id": "m.049nq"
}
] | WebQTrn-33 | WebQTrn-33_8f39780bf44690321c49823643e6438d | where are the the country that contains South Holland on a world map | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.07371 .
?c ns:location.location.containedby ?x .
}
|
What major faith of Netherlands Reformed Congregations Heritage is one of Canada's main religious institutions? | conjunction | what are the two major religions in canada | 2018-02-13T01:52:08 | [
{
"aliases": [
"Protestant"
],
"answer": "Protestantism",
"answer_id": "m.05sfs"
}
] | WebQTrn-3401 | WebQTrn-3401_a57061e7792a90ec7474f5e74b02daa0 | what are the two major religions in canada and the religion organiztion is Heritage Netherlands Reformed Congregations | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d060g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d060g ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.organizations ns:m.010gnbvm .
} |
|
What is a major religion in Russia that has Büyük Selimiye Mosque as its place of worship? | conjunction | what are the predominant religions in russia | 2018-02-13T04:18:14 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTest-859 | WebQTest-859_f20d37026a54a0ce5789e0e93e43c619 | what are the predominant religions in russia and the religion place of worship is Büyük Selimiye Mosque | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.places_of_worship ns:m.010282jt .
} |
|
People from the country that has the national anthem Hatikvah people speak what languages? | composition | what do israeli people speak | israeli | 2018-02-12T23:55:32 | [
{
"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-2430 | WebQTrn-2430_563b401a13e5a2b9bc3c9ec4bbe58962 | what do the country that has the national anthem Hatikvah people speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.019_d2 .
?c ns:location.country.languages_spoken ?x .
}
|
Who was vice president under Lincoln and held his governmental position before January 8, 1857? | comparative | who was vice president under lincoln | 2018-02-13T02:07:35 | [
{
"aliases": [
"Andy Johnson"
],
"answer": "Andrew Johnson",
"answer_id": "m.0rmg"
},
{
"aliases": [],
"answer": "Hannibal Hamlin",
"answer_id": "m.03mpk"
}
] | WebQTrn-3512 | WebQTrn-3512_66c0b27c77f57659cb81637664a57995 | who was vice president under lincoln and held his govermental position from before 1857-01-08 | 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.us_president.vice_president ?x .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num < "1857-01-08"^^xsd:dateTime) .
} |
|
What team coached by Johny Jones did Shaq played on? | conjunction | what basketball teams has shaq played for | 2018-02-13T02:46:19 | [
{
"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"
}
] | WebQTest-103 | WebQTest-103_2a13e8730b086bd8978f0247a9283419 | what basketball teams has shaq played for and the basket ball team head coach is Johnny Jones | 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.sports_team.sport ns:m.018w8 .
?x ns:basketball.basketball_team.head_coach ns:m.026kcmz .
} |
|
What major Russian religion believes in Tawhid? | conjunction | what are the major religions in russia | 2018-02-12T21:21:48 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTrn-932 | WebQTrn-932_4be347c79a51a7e9385144b7cc15fb26 | what are the major religions in russia and the religion belief is Tawhid | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.beliefs ns:m.01bbmp .
} |
|
What college did Michelle Obama attend that publishes Harvard Law Record? | conjunction | where did michelle obama graduated from | 2018-02-13T04:41:49 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
}
] | WebQTest-1097 | WebQTest-1097_f7ac69e1e18c33dec6527d5ed425e6e3 | where did michelle obama graduated from and the educational institution newspaper is Harvard Law Record | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.025s5v9)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.025s5v9 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.02r0wkp .
} |
|
What part of Latin America is in the Central Time Zone? | conjunction | what does latin america consist of | 2018-02-12T21:29:09 | [
{
"aliases": [],
"answer": "Belize",
"answer_id": "m.0164b"
},
{
"aliases": [
"Guatemala."
],
"answer": "Guatemala",
"answer_id": "m.0345_"
},
{
"aliases": [
"Republic of Honduras",
"República de Honduras",
"Spanish Honduras"
],
"answer": "Honduras",
"answer_id": "m.03h2c"
}
] | WebQTrn-981 | WebQTrn-981_8c6b952c6bd963f0ece4e401c9eb731a | what does latin america consist of and the location time zone is Central Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04pnx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04pnx ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.time_zones ns:m.02fqwt .
} |
|
What school with the Varsity newspaper did Sir Ernest Rutherford go to? | conjunction | what school did sir ernest rutherford go to | 2018-02-13T02:56:31 | [
{
"aliases": [
"Cambridge University",
"Cambridge",
"University of Cambridge, main campus"
],
"answer": "University of Cambridge",
"answer_id": "m.07tg4"
}
] | WebQTest-205 | WebQTest-205_8abdb312e53de237ed4c8590564e0db0 | what school did sir ernest rutherford go to and the educational institution newspaper is Varsity | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02m7r)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02m7r ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.04d4ct .
} |
|
What is the religion in Thailand that has PÄli Canon as its religious text? | conjunction | what religion in thailand | 2018-02-12T22:28:50 | [
{
"aliases": [
"Buddhist"
],
"answer": "Buddhism",
"answer_id": "m.092bf5"
}
] | WebQTrn-1535 | WebQTrn-1535_9448e93f64de0305c2fa50876b6320b5 | what religion in thailand and the religion text is PÄli Canon | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07f1x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07f1x ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.texts ns:m.01hnwm .
} |
|
What college did the person who went to Aargau Cantolnal School teach at? | composition | what colleges did albert einstein teach at | albert einstein | 2018-02-13T03:02:36 | [
{
"aliases": [
"Institute for Advanced Study, main campus"
],
"answer": "Institute for Advanced Study",
"answer_id": "m.0194_r"
},
{
"aliases": [
"ETH Zurich, Zürich",
"ETH Zürich",
"Swiss Federal Institute of Technology Zurich",
"ETH Zurich, main campus"
],
"answer": "ETH Zurich",
"answer_id": "m.01dyk8"
},
{
"aliases": [
"University of Zürich",
"University of Zurich, main campus",
"University of Zurich, Zürich"
],
"answer": "University of Zurich",
"answer_id": "m.01tpvt"
},
{
"aliases": [
"Charles University of Prague",
"Charles University in Prague, main campus"
],
"answer": "Charles University in Prague",
"answer_id": "m.09hgk"
},
{
"aliases": [
"Leiden",
"University of Leiden",
"Leiden University, main campus"
],
"answer": "Leiden University",
"answer_id": "m.0lvng"
}
] | WebQTest-240 | WebQTest-240_7b8bfdf3a3927e2edced326b813cf7c4 | what colleges did the person education institution is Aargau Cantonal School teach 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:people.person.education ?k .
?k ns:education.education.institution ns:m.0k05prt .
?c ns:people.person.employment_history ?y .
?y ns:business.employment_tenure.company ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
}
|
What museum established earliest in Philadelphia is a fun thing to do? | superlative | what are fun things to do in philadelphia | 2018-02-13T00:46:44 | [
{
"aliases": [
"Barnes Foundation of Philadelphia, main campus",
"Barnes Foundation of Philadelphia"
],
"answer": "Barnes Foundation",
"answer_id": "m.05ycst"
}
] | WebQTrn-2841 | WebQTrn-2841_92e868763ecdb0849599a8660556bbad | what are fun things to do in philadelphia and is the museum that was established in earliest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dclg)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dclg ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.museum.established ?num .
}
ORDER BY ?num LIMIT 1 |
|
What drug killed the artist who went on Moment of Truth World Tour? | composition | what drugs were in whitney houston when she died | whitney houston | 2018-02-13T00:18:13 | [
{
"aliases": [],
"answer": "Cocaine overdose",
"answer_id": "m.02nx6jb"
}
] | WebQTrn-2600 | WebQTrn-2600_d695af9f3b17666dd434043cacddafe1 | what drugs were in the artist had a concert tour named Moment of Truth World Tour when she died | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.04crr_4 .
?c ns:people.deceased_person.cause_of_death ?x .
?x ns:people.cause_of_death.parent_cause_of_death ns:m.01tf_6 .
}
|
Which team with the fight song Fly, Eagles Fly did Hank Baskett play on in Nov. 2010? | conjunction | who does hank baskett play for now nov 2010 | 2018-02-13T01:31:03 | [
{
"aliases": [
"Eagles"
],
"answer": "Philadelphia Eagles",
"answer_id": "m.05tg3"
}
] | WebQTrn-3243 | WebQTrn-3243_df545b17433e8c0e6db999871041b1d5 | who does hank baskett play for now nov 2010 and is the sports team with the fight song Fly, Eagles Fly | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d81yf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d81yf ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2010-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2010-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.fight_song ns:m.0c7r_z .
} |
|
Which of Michael Jackson's brothers or sisters had a concert tour named Rock Witchu Tour? | conjunction | who were michael jackson 's brothers and sisters | 2018-02-12T21:56:08 | [
{
"aliases": [
"Dunk",
"Janet Damita Jo Jackson",
"Jackson",
"Janet",
"J",
"JJ"
],
"answer": "Janet Jackson",
"answer_id": "m.0gbwp"
}
] | WebQTrn-1219 | WebQTrn-1219_ca003c8674a7412972d780cc3bf20e34 | who were michael jackson 's brothers and sisters and is the artist had a concert tour named Rock Witchu Tour | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09889g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09889g ns:people.person.sibling_s ?y .
?y ns:people.sibling_relationship.sibling ?x .
?x ns:music.artist.concert_tours ns:m.04660jw .
} |
|
What is the capital city of the country that has Salzburg in it? | composition | what capital of austria | austria | 2018-02-13T02:44:14 | [
{
"aliases": [
"Wien",
"Vienna Austria",
"Vienna, Austria"
],
"answer": "Vienna",
"answer_id": "m.0fhp9"
}
] | WebQTest-77 | WebQTest-77_c6b33bef130d78c1ee6c62147f0ae473 | what capital of the country that contains Salzburg | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.0fhnf .
?c ns:location.country.capital ?x .
}
|
What team won the 1952 Pequeña Copa del Mundo de Clubes championship did Kaka play for in 2009? | conjunction | what team did kaka play for in 2009 | 2018-02-13T01:09:40 | [
{
"aliases": [
"Real Madrid C.F. in European football",
"Sociedad Madrid FC",
"Los Merengues",
"Los Vikingos",
"Royal Madrid Football Club",
"Real Madrid",
"Madrid Football Club",
"Real Madrid Club de Fútbol",
"Los Blancos"
],
"answer": "Real Madrid C.F.",
"answer_id": "m.06l22"
}
] | WebQTrn-3068 | WebQTrn-3068_fd7092c138eed5556933343b209f4406 | what team did kaka play for in 2009 and is the team won the 1952 Pequeña Copa del Mundo de Clubes championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04qv66)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04qv66 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) <= "2009-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2009-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.011pxy48 .
} |
|
What country's market cap of list companies as percent of gdp was 0.02 and is also Nina Dobrev's nationality? | conjunction | what is nina dobrev nationality | 2018-02-12T19:39:38 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-15 | WebQTrn-15_7900c3746165b8f6e2bd34bd3df29e84 | what is nina dobrev nationality and is the market cap of list companies as percent of gdp was 0.02 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.027nwk2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.027nwk2 ns:people.person.nationality ?x .
?x ns:location.statistical_region.market_cap_of_listed_companies_as_percent_of_gdp ?c .
?c ns:measurement_unit.dated_percentage.rate "0.02" .
} |
|
What is the currency of the country whose national anthem is "Du Gamla, Du Fria"? | composition | what 's sweden 's currency | sweden | 2018-02-13T01:34:39 | [
{
"aliases": [],
"answer": "Swedish krona",
"answer_id": "m.0485n"
}
] | WebQTrn-3292 | WebQTrn-3292_3af45c10df6a62128f14f2c662a7480b | what 's the country that has the national anthem Du gamla, Du fria 's currency | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0m6w8 .
?c ns:location.country.currency_used ?x .
}
|
What form of government is used in the country with national anthem Libya, Libya, Libya? | composition | what kind of government does libya have today | libya | 2018-02-13T03:12:41 | [
{
"aliases": [],
"answer": "Provisional government",
"answer_id": "m.02tz3y"
},
{
"aliases": [
"Parliamentary"
],
"answer": "Parliamentary republic",
"answer_id": "m.0glnsx"
}
] | WebQTest-296 | WebQTest-296_6aad73acb74f304bc9acae44314164be | what kind of government does the country that has the national anthem Libya, Libya, Libya have today | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0gg95zf .
?c ns:location.country.form_of_government ?x .
}
|
The country that contains Mae Hong Son Province is located in what region? | composition | what region is thailand located in | thailand | 2018-02-13T02:11:31 | [
{
"aliases": [
"Southeastern Asia",
"South East Asia"
],
"answer": "Southeast Asia",
"answer_id": "m.073q1"
}
] | WebQTrn-3550 | WebQTrn-3550_65952c606f7a7204cc1bec237c146bfa | what region is the country that contains Mae Hong Son Province located in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01jb47 .
?c ns:location.location.containedby ?x .
?x ns:common.topic.notable_types ns:m.01nt .
}
|
What religion has a notable figure of Athanasius of Alexandria and was followed by the Ottoman Turks? | conjunction | what religion did the ottoman turks follow | 2018-02-12T22:33:03 | [
{
"aliases": [
"Christian"
],
"answer": "Christianity",
"answer_id": "m.01lp8"
}
] | WebQTrn-1572 | WebQTrn-1572_c2f4807a175372c3e75691b565d1936d | what religion did the ottoman turks follow and the religion notable figure is Athanasius of Alexandria | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05kyr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05kyr ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.notable_figures ns:m.014kt .
} |
|
The person who attended Edward Devotion School was supposedly shot and killed by whom? | composition | who shot and killed president john f kennedy | president john f kennedy | 2018-02-12T21:51:52 | [
{
"aliases": [
"O. H. Lee",
"A.J. Hidell, Alek Oswald, Lee Oswald",
"Harvey Oswald"
],
"answer": "Lee Harvey Oswald",
"answer_id": "m.04gwy"
}
] | WebQTrn-1194 | WebQTrn-1194_42588c6fd3d30a777953bbaf2b4079b9 | who shot and killed the person education institution is Edward Devotion School | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0ccg42 .
?c ns:user.alexander.misc.murdered_person.murdered_by ?x .
}
|
What official language is used in the location where the program "The bride with white hair" was filem at? | composition | what is the official language in china | china | 2018-02-13T00:50:14 | [
{
"aliases": [
"Mandarin Chinese",
"Beifang Fangyan",
"Standard Chinese",
"Putonghua",
"Northern Chinese",
"Guoyu",
"Hui",
"Guanhua",
"Hytad",
"Kuoyu",
"Huayu",
"Hanyu",
"Chinese, Mandarin",
"Qotong",
"Mandarin",
"Chinese, Mandarin Language",
"Standard Mandarin",
"Xui",
"Hui-zu",
"Hoton"
],
"answer": "Standard Chinese",
"answer_id": "m.0653m"
}
] | WebQTrn-2888 | WebQTrn-2888_f2ac0ed793fc82b685d4c71e78a53a59 | what is the official language in the tv show The Bride with White Hair was filmed 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:tv.tv_location.tv_shows_filmed_here ns:m.0jkvl5n .
?c ns:location.country.official_language ?x .
}
|
The location that appointed Antonis Samaras to governmental position uses what language? | composition | what language does greece use | greece | 2018-02-13T00:39:05 | [
{
"aliases": [
"Albanian"
],
"answer": "Albanian language",
"answer_id": "m.012v8"
},
{
"aliases": [
"Graecae",
"Neo-hellenic",
"Greek",
"Greco",
"Modern Greek (1453-)",
"Romaic",
"Grec",
"Ellinika"
],
"answer": "Greek Language",
"answer_id": "m.0349s"
}
] | WebQTrn-2767 | WebQTrn-2767_cfcb8ee843e79059ec902e53426d5d04 | what language does the location that appointed Antonis Samaras to govermental position 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:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.054q0_ .
?c ns:location.country.languages_spoken ?x .
}
|
Which country with the capital of Ankara is in the Mediterranean Sea? | conjunction | what countries are on the mediterranean sea | 2018-02-13T01:39:22 | [
{
"aliases": [
"Republic of Turkey",
"Türkiye",
"Turkiye"
],
"answer": "Turkey",
"answer_id": "m.01znc_"
}
] | WebQTrn-3322 | WebQTrn-3322_f401724ceff83b9a16b796190781f3c7 | what countries are on the mediterranean sea and the country capital is Ankara | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04swx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04swx 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.capital ns:m.0jyw .
} |
|
From what city is the team that won the 1997 UEFA Cup Final championship 04? | composition | what city is fc schalke 04 in | schalke | 2018-02-12T21:00:47 | [
{
"aliases": [
"Gelsenkirchen, Germany"
],
"answer": "Gelsenkirchen",
"answer_id": "m.018fc9"
}
] | WebQTrn-767 | WebQTrn-767_53311a88504198ca8c18d24cec75e6b8 | what city is fc the team won the 1997 UEFA Cup Final championship 04 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:sports.sports_team.championships ns:m.03m3vwc .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Who influenced Abraham Lincoln to become president, that held his governmental position from Nov 19, 1806? | conjunction | what influenced abraham lincoln to become president | 2018-02-12T22:35:27 | [
{
"aliases": [],
"answer": "Henry Clay",
"answer_id": "m.0ct18"
}
] | WebQTrn-1604 | WebQTrn-1604_bef353a227be0186941655784a90f299 | what influenced abraham lincoln to become president and held his govermental position from 1806-11-19 | 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.from "1806-11-19"^^xsd:dateTime .
} |
|
What is the capital city of the place in which Bujar Nishani was appointed to a governmental position? | composition | what is the capital city of albania | albania | 2018-02-12T20:51:43 | [
{
"aliases": [
"Tirana, Albania"
],
"answer": "Tirana",
"answer_id": "m.07m_f"
}
] | WebQTrn-649 | WebQTrn-649_31a0b966f3c149b95fb9a837be09c5d9 | what is the capital city of the location that appointed Bujar Nishani to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0g9wl2g .
?c ns:location.country.capital ?x .
}
|
The person who attended Community College-Maple Woods played for what team in 2012? | composition | who does albert pujols play for 2012 | albert pujols | 2018-02-13T03:13:12 | [
{
"aliases": [
"California Angels",
"Los Angeles Angels",
"Anaheim Angels"
],
"answer": "Los Angeles Angels of Anaheim",
"answer_id": "m.04wmvz"
},
{
"aliases": [],
"answer": "Scottsdale Scorpions",
"answer_id": "m.0f3wm2"
}
] | WebQTest-313 | WebQTest-313_45f10b79005e4db7225bcb2eca5ebafa | who does the person education institution is Metropolitan Community College-Maple Woods play for 2012 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0cmc967 .
?c 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) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
}
|
The team that won the 2003 World Series championship, is from where? | composition | where are the florida marlins from | florida marlins | 2018-02-13T00:29:42 | [
{
"aliases": [
"Latin Quarter, Florida",
"Little Havana, Miami",
"Little Havana, Florida",
"Latin Quarter"
],
"answer": "Little Havana",
"answer_id": "m.03msbs"
},
{
"aliases": [
"Miami, Florida",
"MIA, 305",
"Miami-Dade County / Miami city"
],
"answer": "Miami",
"answer_id": "m.0f2v0"
}
] | WebQTrn-2710 | WebQTrn-2710_c69b11c172af9967f30156a21124e281 | where are the the team won the 2003 World Series championship from | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.01z534 .
?c ns:sports.sports_team.location ?x .
}
|
What educational institution with the Harvard Law Record newspaper did Mitt Romney attend? | conjunction | what colleges did mitt romney attend | 2018-02-13T05:20:35 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
}
] | WebQTest-1425 | WebQTest-1425_f7ac69e1e18c33dec6527d5ed425e6e3 | what colleges did mitt romney attend and the educational institution newspaper is Harvard Law Record | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0271_s)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0271_s ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.newspaper ns:m.02r0wkp .
} |
|
What is the largest part of the location where Denmark is partially located? | composition | what is the largest nation in europe | europe | 2018-02-13T03:41:49 | [
{
"aliases": [
"Russian Federation",
"Россия"
],
"answer": "Russia",
"answer_id": "m.06bnz"
}
] | WebQTest-523 | WebQTest-523_3d784c638d4b044d17ab942ee87db9cf | what is the largest nation in the location partially contains Denmark | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.0k6nt .
?c ns:base.locations.continents.countries_within ?x .
?x ns:topic_server.population_number ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
|
What university has the Syracuse Orange football team? | composition | where is the syracuse university | syracuse university | 2018-02-12T21:02:02 | [
{
"aliases": [
"NY",
"New York State",
"The Empire State"
],
"answer": "New York",
"answer_id": "m.059rby"
},
{
"aliases": [
"Onondaga County / Syracuse city",
"Syracuse, New York",
"Syracuse NY"
],
"answer": "Syracuse",
"answer_id": "m.071cn"
},
{
"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-794 | WebQTrn-794_e8d14b133bcd059be721e604cd921796 | where is the the education institution has a sports team named Syracuse Orange football | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.057xlyq .
?c ns:location.location.containedby ?x .
}
|
The people from the country with the national anthem Noble patria, tu hermosa bandera speak what languages? | composition | what language do people speak in costa rica | costa rica | 2018-02-12T21:39:12 | [
{
"aliases": [
"Bribri",
"Bribri language",
"Talamanca"
],
"answer": "Bribri Language",
"answer_id": "m.02hwk2m"
},
{
"aliases": [
"Patois",
"Patwa",
"Bongo Talk",
"Southwestern Caribbean Creole English",
"Jamaican Creole English",
"Quashie Talk",
"Panamanian Creole English",
"Limón Creole English"
],
"answer": "Jamaican Creole English Language",
"answer_id": "m.04ygk0"
},
{
"aliases": [
"Mekatelyu",
"Limon Coastal Creole"
],
"answer": "Limonese Creole",
"answer_id": "m.06k02z"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
}
] | WebQTrn-1073 | WebQTrn-1073_2e6d98fb779ac3b63a5dd2688034c0c9 | what language do people speak in the country that has the national anthem Noble patria, tu hermosa bandera | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01lg46 .
?c ns:location.country.languages_spoken ?x .
}
|
What location is Hassan Sheikh Mohamoud in a government position in? | composition | where is somalia located | somalia | 2018-02-13T00:43:37 | [
{
"aliases": [
"Afrique"
],
"answer": "Africa",
"answer_id": "m.0dg3n1"
}
] | WebQTrn-2812 | WebQTrn-2812_2589f074c8b4d193efc2b9cde9ffc5e7 | where is the location that appointed Hassan Sheikh Mohamoud to govermental position 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.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0lyz_x6 .
?c ns:base.locations.countries.continent ?x .
}
|
What country that shares a border with South Africa has a capital city of Lobamba? | conjunction | what other countries does south africa share borders with | 2018-02-13T05:16:45 | [
{
"aliases": [],
"answer": "Swaziland",
"answer_id": "m.06v36"
}
] | WebQTest-1395 | WebQTest-1395_2b81e26c8a1854e277201f9a52aa5704 | what other countries does south africa share borders with and the country capital is Lobamba | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hzlz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hzlz ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:location.country.capital ns:m.07272n .
} |
|
What river is the city that hosted the 1924 olympics located on? | composition | on which river is paris | paris | 2018-02-12T23:56:47 | [
{
"aliases": [
"Seine River"
],
"answer": "Seine",
"answer_id": "m.0f3vz"
}
] | WebQTrn-2436 | WebQTrn-2436_95c28d0779dce05e2e917fd73090f2bc | on which river is the city that hosted 1924 Summer Olympics | 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:olympics.olympic_host_city.olympics_hosted ns:m.0nbjq .
?c ns:location.location.partially_contains ?x .
?x ns:common.topic.notable_types ns:m.01xs05k .
}
|
Who is Cher's son who started music group Membership in 1995? | conjunction | what is cher 's son 's name | 2018-02-12T19:42:54 | [
{
"aliases": [
"Elijah Allman",
"Allman, Elijah Blue",
"Phillips Exeter Blue",
"elijah_blue_allman",
"Exeter",
"Elijah Blue",
"P. Exeter Blue"
],
"answer": "Elijah Blue Allman",
"answer_id": "m.01w4bt1"
}
] | WebQTrn-40 | WebQTrn-40_6316d23e20ce01470d4735243c0d87cc | what is cher 's son 's name and is the person who started music group membership in 1995 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01vtj38)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01vtj38 ns:people.person.children ?x .
?x ns:people.person.gender ns:m.05zppz .
?x ns:music.group_member.membership ?c .
?c ns:music.group_membership.start "1995"^^xsd:dateTime .
} |
|
Who is the husband of the artist who headlined the Come On Over Tour? | composition | who is shania twain 's husband | shania twain | 2018-02-13T01:09:20 | [
{
"aliases": [
"Frédéric Thiébaud",
"Frederic Nicolas Thiebaud"
],
"answer": "Frederic Thiebaud",
"answer_id": "m.0h2_d47"
}
] | WebQTrn-3062 | WebQTrn-3062_e93415124870902c122f93c0f0a74654 | who is the artist had a concert tour named Come On Over Tour 's husband | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.0d6xd1 .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
FILTER(NOT EXISTS {?y ns:people.marriage.from ?sk0} ||
EXISTS {?y ns:people.marriage.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.marriage.to ?sk2} ||
EXISTS {?y ns:people.marriage.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
Which film has a character anmed Dancer and starred actor Nick Cannon? | conjunction | what movies did nick cannon star in | 2018-02-13T04:42:42 | [
{
"aliases": [
"Can't Buy Me Love",
"Love Don't Co$t a Thing",
"If You Were My Girl"
],
"answer": "Love Don't Cost a Thing",
"answer_id": "m.09flkf"
}
] | WebQTest-1107 | WebQTest-1107_011e92ba8646c6b9be9f88ec167f8171 | what movies did nick cannon star in and is the film has a charcter named Dancer | 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.starring ?c .
?c ns:film.performance.character ns:m.01141_f5 .
} |
|
What religion practiced by the Ottoman Turks is the faith where one type of place of worship is Chapel? | conjunction | what religion did the ottoman turks follow | 2018-02-12T22:33:03 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-1572 | WebQTrn-1572_75e46121bded1ab4f276d4ec24bb366e | what religion did the ottoman turks follow and is the religion types of places of worship include Chapel | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05kyr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05kyr ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.types_of_places_of_worship ns:m.0173tc .
} |
|
Who are the players on the Boston Celtics roster that started their professional career prior to 212? | comparative | what is the boston celtics current roster | 2018-02-12T22:07:31 | [
{
"aliases": [
"Gerald Jermaine Wallace"
],
"answer": "Jeff Green",
"answer_id": "m.03s55y"
},
{
"aliases": [],
"answer": "Evan Turner",
"answer_id": "m.05p32hd"
},
{
"aliases": [
"Brandon Samuel Bass"
],
"answer": "Marcus Thornton",
"answer_id": "m.07fcql"
},
{
"aliases": [],
"answer": "Brandon Bass",
"answer_id": "m.0b6ld_"
},
{
"aliases": [],
"answer": "Gerald Wallace",
"answer_id": "m.06w7hfh"
},
{
"aliases": [],
"answer": "Avery Bradley",
"answer_id": "m.05p60sr"
}
] | WebQTrn-1341 | WebQTrn-1341_d7511238f28d68ed9c9727cb40fbfe85 | what is the boston celtics current roster and is the player started his career on before 2012 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0bwjj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0bwjj ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.pro_athlete.sports_played_professionally ?c .
?c ns:sports.pro_sports_played.career_start ?num .
FILTER (?num < "2012"^^xsd:dateTime) .
} |
|
What is the currency for the country that contains the Haifa District? | composition | what kind of money is used in israel | israel | 2018-02-12T22:27:50 | [
{
"aliases": [],
"answer": "Israeli new shekel",
"answer_id": "m.01jcw8"
}
] | WebQTrn-1516 | WebQTrn-1516_bda5cd2328322c309ecbaaffcb9e7c8e | what kind of money is used in the country that contains Haifa District | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03gclm .
?c ns:location.country.currency_used ?x .
}
|
Where is the NFL organization led by Robert Rothman from? | composition | where are the nfl redskins from | redskins | 2018-02-12T19:37:40 | [
{
"aliases": [
"Washington D.C.",
"Washington",
"The District",
"U.S. Capital",
"District of Columbia / Washington city",
"The District of Columbia",
"District of Columbia",
"Washington DC"
],
"answer": "Washington, D.C.",
"answer_id": "m.0rh6k"
}
] | WebQTrn-7 | WebQTrn-7_02ad3ff2ef1b614b788cec42519b69d6 | where are the nfl the organiztion leadership has a person named Robert Rothman 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:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.03wxs75 .
?c ns:sports.sports_team.location ?x .
}
|
What zoo that opened in 2003 is a great fun thing to visit in Houston? | conjunction | what to do for fun in houston | 2018-02-13T04:18:24 | [
{
"aliases": [],
"answer": "Downtown Aquarium, Houston",
"answer_id": "m.0cc7kjq"
}
] | WebQTest-865 | WebQTest-865_946ab32b951f25fc76a76b26e7e827fa | what to do for fun in houston and is the zoo that opened on 2003 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03l2n)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03l2n ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened "2003"^^xsd:dateTime .
} |
|
The artist who embarked on a concert tour called Hannah Montana: World Tour 201/2011 was engaged to whom? | composition | who miley cyrus engaged to | miley cyrus | 2018-02-12T19:46:11 | [
{
"aliases": [],
"answer": "Liam Hemsworth",
"answer_id": "m.04yd0fh"
}
] | WebQTrn-92 | WebQTrn-92_7fda21e9bd5453a67c7f1b983b955114 | who the artist had a concert tour named Hannah Montana: World Tour 2010/2011 engaged 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:music.artist.concert_tours ns:m.0cg4kh5 .
?c ns:celebrities.celebrity.sexual_relationships ?y .
?y ns:celebrities.romantic_relationship.celebrity ?x .
?y ns:celebrities.romantic_relationship.relationship_type ns:m.02_99rl .
}
|
What type of government is used in the country with Cao Bang? | composition | what kind of government does vietnam have | vietnam | 2018-02-13T01:32:28 | [
{
"aliases": [
"Communist"
],
"answer": "Communist state",
"answer_id": "m.01fkst"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [
"Single-party"
],
"answer": "Single-party state",
"answer_id": "m.0py4y"
}
] | WebQTrn-3260 | WebQTrn-3260_e3cca7a9117d7c23ddfc189a49770034 | what kind of government does the country that contains Cao Bang 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.administrative_divisions ns:m.024pfh .
?c ns:location.country.form_of_government ?x .
}
|
Who is the school mascot at the educational institution where Tony L. Elliott is enrolled as a grad student? | composition | what is the clemson mascot name | clemson | 2018-02-13T04:49:04 | [
{
"aliases": [],
"answer": "Clemson University The Tiger",
"answer_id": "m.02nv3yz"
},
{
"aliases": [],
"answer": "The Tiger and the Cub",
"answer_id": "m.05h9xpr"
}
] | WebQTest-1161 | WebQTest-1161_5531d073966c49b0741cf0c575890351 | what is the the education institution has a grad student named Tony L. Elliott mascot name | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.0n_j6dt .
?c ns:education.educational_institution.mascot ?x .
}
|
Where would you find the educational institution that has a sports team called Cornell Big Red men's basketball? | composition | where is located cornell university | cornell university | 2018-02-13T01:55:29 | [
{
"aliases": [
"Ithaca city",
"City of Ithaca",
"Ithaca, New York",
"Tompkins County / Ithaca city"
],
"answer": "Ithaca",
"answer_id": "m.03v_5"
}
] | WebQTrn-3436 | WebQTrn-3436_a0935ce2d7cf9c87f58549b6c4c24c83 | where is located the education institution has a sports team named Cornell Big Red men's basketball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.03wbx5_ .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Where is the country located with the national anthem Qolobaa Calankeed? | composition | where is somalia located | somalia | 2018-02-13T00:43:37 | [
{
"aliases": [
"Afrique"
],
"answer": "Africa",
"answer_id": "m.0dg3n1"
}
] | WebQTrn-2812 | WebQTrn-2812_8c4cab97f0005ef53b135e6c8ce52731 | where is the country that has the national anthem Qolobaa Calankeed 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:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0nd5gcf .
?c ns:base.locations.countries.continent ?x .
}
|
What government type does the location of "The Bride with White Hair" have? | composition | what types of government does china have | china | 2018-02-12T23:25:03 | [
{
"aliases": [
"Communist"
],
"answer": "Communist state",
"answer_id": "m.01fkst"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [
"Single-party"
],
"answer": "Single-party state",
"answer_id": "m.0py4y"
}
] | WebQTrn-2117 | WebQTrn-2117_f2ac0ed793fc82b685d4c71e78a53a59 | what types of government does the tv show The Bride with White Hair was filmed there 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:tv.tv_location.tv_shows_filmed_here ns:m.0jkvl5n .
?c ns:location.country.form_of_government ?x .
}
|
When I visit Chicago next month, at what structure where construction began in 1970 should I make sure to hang out? | conjunction | where to hang out in chicago | 2018-02-12T23:45:02 | [
{
"aliases": [
"Sears Tower"
],
"answer": "Willis Tower",
"answer_id": "m.06_7k"
}
] | WebQTrn-2312 | WebQTrn-2312_810d78081b8345f269843789d6aacbe9 | where to hang out in chicago and is the structure construction started in 1970 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01_d4)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01_d4 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.structure.construction_started "1970"^^xsd:dateTime .
} |
|
What is the main language where the national anthem is "Hatikvah"? | composition | what is the main language of israel | israel | 2018-02-12T21:04:28 | [
{
"aliases": [
"Ivrit",
"עִבְרִית,",
"Modern Hebrew",
"עברית",
"Hebrew"
],
"answer": "Hebrew Language",
"answer_id": "m.03hkp"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-815 | WebQTrn-815_563b401a13e5a2b9bc3c9ec4bbe58962 | what is the main language of the country that has the national anthem Hatikvah | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.019_d2 .
?c ns:location.country.official_language ?x .
}
|
Who inspired the work of Van Gogh and is the illustrator of the book The Fish, the Fighters, and the Song? | conjunction | what inspired van gogh work | 2018-02-13T02:30:16 | [
{
"aliases": [
"Peter Paul Rubens, follower of",
"Pedro Pablo Rubens"
],
"answer": "Peter Paul Rubens",
"answer_id": "m.0pwnh"
}
] | WebQTrn-3745 | WebQTrn-3745_11db4f7612af25f15a1aa06eb3be1d81 | what inspired van gogh work and is the illustrator of the book The Fish, the Fighters, and the Song- girl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07_m2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07_m2 ns:influence.influence_node.influenced_by ?x .
?x ns:book.illustrator.books_illustrated ns:m.0c09z_9 .
} |
|
What is the type of government in the region where National People's Congress holds a governmental role? | composition | what kind of government is china | china | 2018-02-12T20:07:15 | [
{
"aliases": [
"Communist"
],
"answer": "Communist state",
"answer_id": "m.01fkst"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [
"Single-party"
],
"answer": "Single-party state",
"answer_id": "m.0py4y"
}
] | WebQTrn-252 | WebQTrn-252_c4a4d1b444e9f0b28e960a3c1f7717ac | what kind of government is the location that appointed National People's Congress to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0c3xm .
?c ns:location.country.form_of_government ?x .
}
|
In what City is the organization with the person named Michael R. Gottfredson? | composition | what city is the university of oregon state in | the university of oregon | 2018-02-13T05:26:26 | [
{
"aliases": [
"Lane County / Eugene city",
"Eugene, Oregon"
],
"answer": "Eugene",
"answer_id": "m.02mf7"
}
] | WebQTest-1481 | WebQTest-1481_6600efe4763a0803277e0ca5f7f8b25e | what city is the organiztion leadership has a person named Michael R. Gottfredson state 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:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0k0p7d5 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What holidays are boserved by the worshipers at the Yavuz Sultan Selim Mosque? | composition | what are the holidays of islam | islam | 2018-02-12T23:01:45 | [
{
"aliases": [],
"answer": "Eid al-Fitr Eve",
"answer_id": "m.0_tkhhs"
},
{
"aliases": [],
"answer": "Eid-Ul-Adha Eve",
"answer_id": "m.0_tkryk"
},
{
"aliases": [
"bakra eid",
"Greater Eid",
"eid al adha",
"bakr-id",
"Eid ul-adha",
"id eladha",
"3ed el adha",
"eid aladha",
"Eid-al-adha",
"Id el adha",
"3eed el adha",
"id uladha",
"3id el adha",
"The Festival of Sacrifice",
"Kurban Bayramı",
"3eed eladha",
"eid el adha",
"3ed eladha",
"3ed elad7a",
"3eed elad7a",
"eid adha",
"Sacrifice Feast",
"3eed el ad7a",
"3id elad7a",
"3ed el ad7a",
"eid ul adha",
"Feast of Sacrifice",
"eid eladha",
"id aladha",
"Festival of Sacrifice",
"id al adha",
"3id eladha",
"3id el ad7a",
"Id-ul-adha",
"Id al-adha",
"id ul adha",
"eid uladha",
"bakrid",
"bakrid eid",
"Eid el-adha"
],
"answer": "Eid al-Adha",
"answer_id": "m.01_403"
},
{
"aliases": [],
"answer": "Lailat al Mi'raj",
"answer_id": "m.0114y4k_"
},
{
"aliases": [],
"answer": "Nuzul Al-Quran",
"answer_id": "m.011njw8h"
},
{
"aliases": [
"3ed elfitr",
"eid alfitr",
"3ed el fitr",
"3id elfiter",
"3id elfitr",
"eid ul fitr",
"id elfitr",
"id al fiter",
"eid al fitr",
"id ul fiter",
"eid ulfiter",
"id alfitr",
"3eed el fiter",
"3eed elfitr",
"id elfiter",
"eid ulfitr",
"Eid-al-Fitr",
"eid al fiter",
"Id al-Fitr",
"eid fitr",
"Id-ul-Fitr",
"id alfiter",
"id el fiter",
"eid elfiter",
"3eed elfiter",
"3id el fitr",
"id ulfiter",
"Eid ul-Fitr",
"eid el fitr",
"3id el fiter",
"3ed el fiter",
"eid alfiter",
"Īdu l-Fiṭr",
"eid ul fiter",
"3ed elfiter",
"3eed el fitr",
"eid",
"Hari Raya Aidilfitri",
"eid el fiter",
"id ulfitr"
],
"answer": "Eid al-Fitr",
"answer_id": "m.0148n3"
},
{
"aliases": [
"Day of Arafa",
"Arafa day",
"Arafat day"
],
"answer": "Day of Arafat",
"answer_id": "m.027cs49"
},
{
"aliases": [],
"answer": "Day of Ashura",
"answer_id": "m.02gk03"
},
{
"aliases": [],
"answer": "Mourning of Muharram",
"answer_id": "m.03clhwf"
},
{
"aliases": [
"Shab-e-Qadr"
],
"answer": "Laylat al-Qadr",
"answer_id": "m.04b4l4"
},
{
"aliases": [],
"answer": "Barat Night",
"answer_id": "m.04jc26j"
},
{
"aliases": [
"mawlid al-nabi",
"Prophet's Birthday",
"mīlād",
"milad un-nabi",
"mawlid al nabi",
"mulud",
"Mevlid",
"Eid Milad ul-Nabi",
"Milad-un-Nabi",
"Mevlit"
],
"answer": "Mawlid",
"answer_id": "m.04q3_d"
},
{
"aliases": [
"Ramaḍān",
"ramazan"
],
"answer": "Ramadan",
"answer_id": "m.06j8x"
},
{
"aliases": [
"Muslim New Year"
],
"answer": "Islamic New Year",
"answer_id": "m.07_46x"
},
{
"aliases": [
"Laylat Al-ragha'ib"
],
"answer": "Night of Wishes",
"answer_id": "m.0vpsp_r"
}
] | WebQTrn-1881 | WebQTrn-1881_81c61082f456be82a6dae73b7e492b2a | what are the holidays of the religion place of worship is Yavuz Sultan Selim Mosque | 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:religion.religion.places_of_worship ns:m.02wb7r4 .
?c ns:religion.religion.holidays ?x .
}
|
Who did Cristiano Ronaldo play for in 2011 that won the 1956 Pequeña Copa del Mundo de Clubes championship? | conjunction | who does cristiano ronaldo play for now 2011 | 2018-02-12T22:35:38 | [
{
"aliases": [
"Real Madrid C.F. in European football",
"Sociedad Madrid FC",
"Los Merengues",
"Los Vikingos",
"Royal Madrid Football Club",
"Real Madrid",
"Madrid Football Club",
"Real Madrid Club de Fútbol",
"Los Blancos"
],
"answer": "Real Madrid C.F.",
"answer_id": "m.06l22"
}
] | WebQTrn-1610 | WebQTrn-1610_f085fa4c2b6c7af6fd1f07e269a418de | who does cristiano ronaldo play for now 2011 and is the team won the 1956 Pequeña Copa del Mundo de Clubes championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02xt6q)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02xt6q ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2011-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2011-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.011q6011 .
} |
|
With a long term unemployment rate of 46.4, what is Nina Dobrev's nationality? | conjunction | what is nina dobrev nationality | 2018-02-12T19:39:38 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-15 | WebQTrn-15_b605596efd0fd07dbd97faed88d1b175 | what is nina dobrev nationality and the long term unemployment rate is 46.4 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.027nwk2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.027nwk2 ns:people.person.nationality ?x .
?x ns:location.statistical_region.long_term_unemployment_rate ?c .
?c ns:measurement_unit.dated_percentage.rate "46.4" .
} |
|
Lyon is a city/town in what location where Madoff lived? | conjunction | where did madoff live | 2018-02-12T23:44:45 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
}
] | WebQTrn-2310 | WebQTrn-2310_89ad938188e36a4d053dc1c8cdf90a64 | where did madoff live and is the location that contains the city/town Lyon | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.051znky)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.051znky ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.location.contains ?c .
?c ns:location.mailing_address.citytown ns:m.0dprg .
} |
|
Who held the post of Secretary of State during the presidency of Richard Nixon and took this position on 1969-01-22? | conjunction | who was the secretary of state when richard nixon was president | 2018-02-13T02:08:31 | [
{
"aliases": [
"William Rogers"
],
"answer": "William P. Rogers",
"answer_id": "m.023vhj"
}
] | WebQTrn-3534 | WebQTrn-3534_80f901e4afc9b48e3a7632f20119adbd | who was the secretary of state when richard nixon was president and held his govermental position from 1969-01-22 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06c97)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06c97 ns:government.political_appointer.appointees ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.0789n .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1969-01-22"^^xsd:dateTime .
} |
|
What is the language in the location where Recep Tayyip Erdogan is in a governmental position? | composition | what is the language called in turkey | turkey | 2018-02-13T00:07:05 | [
{
"aliases": [
"Turkish",
"Türkisch",
"Turki",
"Osmanli",
"Türkçe",
"Anatolian",
"Turkish language"
],
"answer": "Turkish Language",
"answer_id": "m.02hwyss"
},
{
"aliases": [
"Zaza",
"Dimili",
"Southern Zaza",
"Dimli",
"Dimli Language",
"Zaza Language",
"Zazaki"
],
"answer": "Zaza language",
"answer_id": "m.033xvz"
},
{
"aliases": [
"Ladino",
"Dzhudezmo",
"Spanyol",
"Hakitia",
"Judezmo",
"Sefardi",
"Haketia",
"Haquetiya",
"Judeo Spanish"
],
"answer": "Ladino Language",
"answer_id": "m.04p7x"
},
{
"aliases": [
"Kurdish",
"Kurdish Language"
],
"answer": "Kurdish languages",
"answer_id": "m.0b1g2"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-2546 | WebQTrn-2546_4cfdd7bd0dd15e7be706ae4bab128bb5 | what is the language called in the location that appointed Recep Tayyip ErdoÄan to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.021275 .
?c ns:location.country.languages_spoken ?x .
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.