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
|
---|---|---|---|---|---|---|---|---|---|
To what label is the artist nominated for awards for "Leave (Get Out)" signed? | composition | what label is jojo signed to | jojo | 2017-10-26T00:50:57 | [
{
"aliases": [],
"answer": "Interscope Records",
"answer_id": "m.01trtc"
},
{
"aliases": [
"Mercury Living Presence"
],
"answer": "Mercury Records",
"answer_id": "m.01w40h"
},
{
"aliases": [
"Edel Enter"
],
"answer": "Edel AG",
"answer_id": "m.03vlr_"
},
{
"aliases": [],
"answer": "Universal Records",
"answer_id": "m.04fcjt"
},
{
"aliases": [],
"answer": "Universal Motown Republic Group",
"answer_id": "m.05clg8"
},
{
"aliases": [],
"answer": "Blackground Records",
"answer_id": "m.05clhc"
},
{
"aliases": [
"Atlantic Recording Corp",
"Atlantic",
"Atlantic Recording Corporation"
],
"answer": "Atlantic Records",
"answer_id": "m.0g768"
}
] | WebQTrn-1468 | WebQTrn-1468_6a83dbe8f99fdff07a31f6c6b9c22a21 | what label is the artist aword nominated for Leave (Get Out) signed to | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:award.award_nominee.award_nominations ?k .
?k ns:award.award_nomination.nominated_for ns:m.05ng14 .
?c ns:music.artist.label ?x .
}
|
Find the country that speaks Idoma, what type of government do they use there? | composition | what type of government does nigeria have today | nigeria | 2017-10-25T22:34:29 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTrn-572 | WebQTrn-572_3fc0134bbe1798e1314f32f21647aa54 | what type of government does the country where Idoma Language is spoken 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.languages_spoken ns:m.02hxt4p .
?c ns:location.country.form_of_government ?x .
}
|
What language does Italy and Brazil speak? | conjunction | what language brazil speak | 2017-10-26T07:52:58 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
}
] | WebQTest-466 | WebQTest-466_08c4b1f64b66683a32e9be0384f79044 | what language brazil speak and that its main speaking country is Italy | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.015fr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.015fr ns:location.country.languages_spoken ?x .
?x ns:language.human_language.main_country ns:m.03rjj .
} |
|
Who shot the actor who played in Two Virgins? | composition | who shot j lennon | j lennon | 2017-10-26T02:04:08 | [
{
"aliases": [],
"answer": "Mark David Chapman",
"answer_id": "m.01p64f"
}
] | WebQTrn-1992 | WebQTrn-1992_24fce0997e0050d36133ac3f4a59b1ce | who shot the actor that played in the film Two Virgins | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.actor.film ?k .
?k ns:film.performance.film ns:m.0w0m4mh .
?c ns:user.alexander.misc.murdered_person.murdered_by ?x .
}
|
What university with the smallest number of postgraduates did Sanjay Gupta also attend? | superlative | where did sanjay gupta go to school | 2017-10-26T10:49:04 | [
{
"aliases": [
"University of Michigan Medical Center",
"UMHS",
"University of Michigan Health System, main campus",
"University of Michigan Medical School",
"U-M Health System",
"University of Michigan Health System, Ann Arbor"
],
"answer": "University of Michigan Health System",
"answer_id": "m.08mhmx"
}
] | WebQTest-1516 | WebQTest-1516_282c1f7bff9136dc288fbeace5b2c0d9 | where did sanjay gupta go to school and is the university that has number of postgraduates smallest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02yyk6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02yyk6 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.university.number_of_postgraduates ?c .
?c ns:measurement_unit.dated_integer.number ?num .
}
ORDER BY xsd:integer(?num) LIMIT 1 |
|
Who influenced the writer of the lyrics for "Fight for Right" to become an artist? | composition | what influenced william morris to be an artist | william morris | 2017-10-25T23:37:44 | [
{
"aliases": [],
"answer": "John Ruskin",
"answer_id": "m.0k5mt"
}
] | WebQTrn-999 | WebQTrn-999_661b68b22b864d907f628198535220d4 | what influenced the person who wrote the lyrics for "Fight for right" to be an artist | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.lyricist.lyrics_written ns:m.0464mh7 .
?c ns:influence.influence_node.influenced_by ?x .
}
|
What currency is used in the area containing the second level division Araporã ? | composition | what currency does brazil use | brazil | 2017-10-26T00:03:36 | [
{
"aliases": [],
"answer": "Brazilian real",
"answer_id": "m.03385m"
}
] | WebQTrn-1150 | WebQTrn-1150_dd6bb253556f96cc801f1b16e60ae1cf | what currency does the location which contains the second level division Araporã use | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.second_level_divisions ns:m.02w2j21 .
?c ns:location.country.currency_used ?x .
}
|
What movie did Diana Ross play in that was directed by Philip Rosenberg? | conjunction | what movies did diana ross play in | 2017-10-25T21:32:22 | [
{
"aliases": [],
"answer": "The Wiz",
"answer_id": "m.027fwmt"
}
] | WebQTrn-203 | WebQTrn-203_7cfa2e5ec14edf0edd0245bf7c8e7c13 | what movies did diana ross play in and that was directed by Philip Rosenberg | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01wrcxr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01wrcxr ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.film_art_direction_by ns:m.05b2mbx .
} |
|
What can be done in Hong Kong for one week and is a structure that opened in 2013? | conjunction | what to do in hong kong for a week | 2017-10-26T01:27:42 | [
{
"aliases": [],
"answer": "Hotel Indigo Hong Kong Island",
"answer_id": "m.0vxf600"
}
] | WebQTrn-1752 | WebQTrn-1752_bc405c099402a1ec917d6bc9644d3f90 | what to do in hong kong for a week and is the structure opened in 2013 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03h64)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03h64 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.structure.opened "2013"^^xsd:dateTime .
} |
|
What type of money is used in the location where the blogger of https://www.leapfroggr.com/blog was born? | composition | what kind of money does the philippines use | philippines | 2017-10-25T23:04:11 | [
{
"aliases": [],
"answer": "Philippine peso",
"answer_id": "m.01h5bw"
}
] | WebQTrn-826 | WebQTrn-826_946b055f7a7570213022b8f6b1249c7b | what kind of money does the the location in which the blogger of https://www.leapfroggr.com/blog was born there use | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.people_born_here ?k .
?k ns:internet.blogger.blog ns:m.0127vgv8 .
?c ns:location.country.currency_used ?x .
}
|
Which college that has the smallest number of postgraduates was attended by Harper Lee? | superlative | what colleges did harper lee attend | 2017-10-26T09:08:14 | [
{
"aliases": [
"University of Alabama School of Law, Tuscaloosa",
"University of Alabama School of Law, main campus"
],
"answer": "University of Alabama School of Law",
"answer_id": "m.06fv_v"
}
] | WebQTest-928 | WebQTest-928_81cb9fd24a8785069bd684327f770918 | what colleges did harper lee attend and is the university that has number of postgraduates smallest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01bq7x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01bq7x ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.university.number_of_postgraduates ?c .
?c ns:measurement_unit.dated_integer.number ?num .
}
ORDER BY xsd:integer(?num) LIMIT 1 |
|
What location hosted the 2012 World Series and the 2012 Winter Classic Alumni Game? | conjunction | where is the world series 2012 being played | 2017-10-25T23:52:49 | [
{
"aliases": [
"Comerica Park, Detroit",
"Comerica"
],
"answer": "Comerica Park",
"answer_id": "m.01wn2j"
}
] | WebQTrn-1078 | WebQTrn-1078_da0370bc2fe972ea33dfe5d07dd0501d | where is the world series 2012 being played and in which the event 2012 Winter Classic Alumni Game took place | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ds8qct)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ds8qct ns:time.event.locations ?x .
?x ns:location.location.events ns:m.0106b96n .
} |
|
What is the language spoken in the area where Les Cayes Arrondissement speak? | composition | what language do haitian speak | haitian | 2017-10-26T02:26:46 | [
{
"aliases": [
"Haitian Creole French",
"Kreyol",
"Aiysyen",
"Plateau Haitian Creole language"
],
"answer": "Haitian Creole",
"answer_id": "m.02dhwl"
},
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
}
] | WebQTrn-2165 | WebQTrn-2165_7c06421dcc432060b757f798eb1e5bbe | what language do the location which contains the second level division Les Cayes Arrondissement 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.second_level_divisions ns:m.04f5ddj .
?c ns:location.country.languages_spoken ?x .
}
|
Which movie stars James Hunt and is directed by Ron Howard? | conjunction | what movies did ron howard director | 2017-10-26T07:32:29 | [
{
"aliases": [],
"answer": "Rush",
"answer_id": "m.0gy75pd"
}
] | WebQTest-323 | WebQTest-323_c43e6e30a741b2add4fbbb8f88540151 | what movies did ron howard director and is about James Hunt | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0g2lq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0g2lq ns:film.director.film ?x .
?x ns:film.film.subjects ns:m.01q7c7 .
} |
|
What is the capital city of the country ruled by the President of Albania? | composition | what is the capital city of albania | albania | 2017-10-25T22:43:44 | [
{
"aliases": [
"Tirana, Albania"
],
"answer": "Tirana",
"answer_id": "m.07m_f"
}
] | WebQTrn-649 | WebQTrn-649_97ebf3d4b099faba2de2f080067b7c29 | what is the capital city of the governmental jurisdiction that the government that has the position title President of Albania | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.office_position_or_title ns:m.0w2c_tk .
?c ns:location.country.capital ?x .
}
|
What TV Comedy shows did Shawnee Smith play in? | conjunction | what tv shows did shawnee smith play in | 2017-10-26T07:21:17 | [
{
"aliases": [],
"answer": "Becker",
"answer_id": "m.033d80"
}
] | WebQTest-262 | WebQTest-262_7dceafc8df1364fc8674601ef6632414 | what tv shows did shawnee smith play in and it's genre is TV Comedies | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06t3nj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06t3nj ns:tv.tv_actor.starring_roles ?y .
?y ns:tv.regular_tv_appearance.series ?x .
?x ns:media_common.netflix_title.netflix_genres ns:m.0crs0v0 .
} |
|
Who is the republican state senator of Louisiana? | conjunction | who is louisiana state senator | 2017-10-26T08:12:24 | [
{
"aliases": [
"David Bruce Vitter"
],
"answer": "David Vitter",
"answer_id": "m.025jr2"
}
] | WebQTest-575 | WebQTest-575_dea38577dc62de7675415718be1c9286 | who is louisiana state senator and served in political party Republican Party | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04ly1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04ly1 ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.office_position_or_title ns:m.02_7l8y .
?x ns:government.politician.party ?c .
?c ns:government.political_party_tenure.party ns:m.07wbk .
} |
|
What attractions are in Coconino County? | conjunction | what to see near sedona arizona | 2017-10-25T21:05:00 | [
{
"aliases": [],
"answer": "Sycamore Canyon",
"answer_id": "m.026h8t6"
},
{
"aliases": [],
"answer": "Chapel of the Holy Cross",
"answer_id": "m.07k8z2"
},
{
"aliases": [],
"answer": "Oak Creek Canyon",
"answer_id": "m.0f44c_"
}
] | WebQTrn-22 | WebQTrn-22_358ef5f46817283677d4f64a46db9a8d | what to see near sedona arizona and is in Coconino County | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ny57)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ny57 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:location.location.containedby ns:m.0m24v .
} |
|
What facility near Bangkok can you visit where the Thailand national under-23 football team played? | conjunction | where to visit near bangkok | 2017-10-25T21:18:21 | [
{
"aliases": [
"Rajamangala Stadium, Bangkok",
"Rajmangala Stadium"
],
"answer": "Rajamangala Stadium",
"answer_id": "m.0fp635"
}
] | WebQTrn-126 | WebQTrn-126_f59ed238c1925ffc572ac90dcfe2e512 | where to visit near bangkok and is the facility where Thailand national under-23 football team play | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0fn2g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0fn2g ns:travel.travel_destination.tourist_attractions ?x .
?x ns:sports.sports_facility.teams ns:m.0417bk0 .
} |
|
Who invented Facebook and Wikipedia, and is the subject of the film "The Social Network"? | conjunction | who invented facebook wikipedia | 2017-10-26T02:36:08 | [
{
"aliases": [
"Mark Elliot Zuckerberg"
],
"answer": "Mark Zuckerberg",
"answer_id": "m.086dny"
}
] | WebQTrn-2245 | WebQTrn-2245_b3419f66f966e0c9b375dcc2396d7759 | who invented facebook wikipedia and is subject of the film The Social Network | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hmyfsv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hmyfsv ns:organization.organization.founders ?x .
?x ns:film.film_subject.films ns:m.07s846j .
} |
|
The actor that played the character Alex Russo was raised where? | composition | where was selena gomez raised | selena gomez | 2017-10-25T22:51:44 | [
{
"aliases": [
"Grand Prairie, Texas",
"Tarrant County / Grand Prairie city"
],
"answer": "Grand Prairie",
"answer_id": "m.013mbz"
}
] | WebQTrn-707 | WebQTrn-707_d819699a92b7447686a1466fa254350e | where was the actor that played the character Alex Russo raised | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.actor.film ?k .
?k ns:film.performance.character ns:m.03cjdsp .
?c ns:people.person.place_of_birth ?x .
}
|
who played Cruella Deville in the movie that Delphine de Turckheim starred in? | composition | who played cruella deville in 102 dalmatians | 102 dalmatians | 2017-10-26T01:37:48 | [
{
"aliases": [
"Mrs. Len Cariou",
"Glennie"
],
"answer": "Glenn Close",
"answer_id": "m.0c3p7"
}
] | WebQTrn-1824 | WebQTrn-1824_4c7980fd27a6c5304c192fd408e4862b | who played cruella deville in the movie that Delphine de Turckheim played in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.starring ?k .
?k ns:film.performance.actor ns:m.0tl3m29 .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.059fc6 .
}
|
A team with a Right wing position and from Vancouver is coached by whom? | conjunction | who is vancouver canucks coach | 2017-10-26T11:18:41 | [
{
"aliases": [],
"answer": "John Tortorella",
"answer_id": "m.030q_6"
}
] | WebQTest-1714 | WebQTest-1714_bca86157934ca91aab5a2600710d786a | who is vancouver canucks coach and their roster position is Right wing | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jnnx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jnnx ns:sports.sports_team.coaches ?y .
?y ns:sports.sports_team_coach_tenure.coach ?x .
?x ns:sports.pro_athlete.teams ?c .
?c ns:sports.sports_team_roster.position ns:m.025658k .
} |
|
The political district of the governmental body of European Parliament contains which of which countries bordering Germany? | conjunction | what countries do germany border | 2017-10-26T00:46:01 | [
{
"aliases": [
"Dänemark",
"Kingdom of Denmark",
"Kongeriget Danmark",
"丹麦"
],
"answer": "Denmark",
"answer_id": "m.0k6nt"
}
] | WebQTrn-1437 | WebQTrn-1437_d883a8a48671befac33bf89e3d801830 | what countries do germany border and is the political district with the governmental body European Parliament | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0345h)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0345h ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:government.political_district.representatives ?c .
?c ns:government.government_position_held.governmental_body ns:m.02m0v .
} |
|
Where is the nation of Jordan located? | composition | where is the nation of palestine | palestine | 2017-10-25T22:03:18 | [
{
"aliases": [],
"answer": "Near East",
"answer_id": "m.01ffbn"
},
{
"aliases": [],
"answer": "Eurasia",
"answer_id": "m.02qkt"
},
{
"aliases": [],
"answer": "Levant",
"answer_id": "m.04l_r"
},
{
"aliases": [
"Near East"
],
"answer": "Middle East",
"answer_id": "m.04wsz"
},
{
"aliases": [],
"answer": "Eastern Mediterranean",
"answer_id": "m.04zy7t9"
}
] | WebQTrn-395 | WebQTrn-395_4dac2397d9d4fe092197073e1bb66057 | where is the nation of the location that contains Jordan | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partially_contains ns:m.03__y .
?c ns:location.location.containedby ?x .
}
|
Which Indiana Jones movie is about the Cold War? | conjunction | how much indiana jones movies are there | 2017-10-26T04:21:50 | [
{
"aliases": [
"Indiana Jones 4",
"Raiders of the Lost Ark Sequel",
"Indiana Jones and the City of the Gods",
"The Untitled Genre Project",
"Fourth Installment of the Indiana Jones Adventures"
],
"answer": "Indiana Jones and the Kingdom of the Crystal Skull",
"answer_id": "m.04mcw4"
}
] | WebQTrn-2914 | WebQTrn-2914_6eda5108ea064b06d83df1c03b562042 | how much indiana jones movies are there and is about Cold War | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03ttl)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03ttl ns:film.film_character.portrayed_in_films ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.film_series ns:m.0hn_72f .
?x ns:film.film.subjects ns:m.01w1sx .
} |
|
Name the Harry Potter Films that would be classified as Speculative fiction.? | conjunction | what are all the names of harry potter | 2017-10-25T21:33:35 | [
{
"aliases": [],
"answer": "Harry Potter and the Chamber of Secrets",
"answer_id": "m.015pln"
},
{
"aliases": [],
"answer": "Harry Potter and the Prisoner of Azkaban",
"answer_id": "m.01lr1g"
},
{
"aliases": [],
"answer": "Harry Potter and the Goblet of Fire",
"answer_id": "m.01m5g_"
},
{
"aliases": [
"Harry Potter and the Sorcerer's Stone"
],
"answer": "Harry Potter and the Philosopher's Stone",
"answer_id": "m.0c_vk"
}
] | WebQTrn-218 | WebQTrn-218_5c3a608fb44a9825e6ba6d2b62f4e051 | what are all the names of harry potter and that is in the genre of Speculative fiction | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03647x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03647x ns:book.book_character.appears_in_book ?x .
?x ns:book.book.genre ns:m.014dfn .
} |
|
What currency is used under the Seal of the United Mexican States? | composition | what kind of currency to bring to mexico | mexico | 2017-10-26T00:19:47 | [
{
"aliases": [],
"answer": "Mexican peso",
"answer_id": "m.012ts8"
}
] | WebQTrn-1264 | WebQTrn-1264_04ad49b5e54a4a7667bb2238b0a06717 | what kind of currency to bring to the country that its coat of arms is Seal of the United Mexican States | 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:symbols.coat_of_arms_bearer.coat_of_arms_used ?k .
?k ns:symbols.armorial_grant.coat_of_arms ns:m.04f00zn .
?c ns:location.country.currency_used ?x .
}
|
Name a religion that worships Jesus Christ as a deity and is recognized in Canada.? | conjunction | what religions are recognized in canada | 2017-10-26T04:07:35 | [
{
"aliases": [
"Protestant"
],
"answer": "Protestantism",
"answer_id": "m.05sfs"
},
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-2810 | WebQTrn-2810_0844d213b8e04ea46a8222f54408f02a | what religions are recognized in canada and the religon where the deities is "Jesus Christ" | 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.deities ns:m.045m1_ .
} |
|
Which flag is flown by the state which held the 2008 election for United States Senate in Colorado? | composition | what is the state flag of colorado called | colorado | 2017-10-25T23:49:49 | [
{
"aliases": [],
"answer": "Flag of Colorado",
"answer_id": "m.02hc9l"
}
] | WebQTrn-1065 | WebQTrn-1065_2f6a04c6623502941438b16fb5f9a6ed | what is the state flag of the state that held the United States Senate election in Colorado, 2008 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:government.political_district.elections ns:m.027phst .
?c ns:symbols.flag_referent.flag ?y .
?y ns:symbols.flag_use.flag ?x .
}
|
What character did the actor who portrayed, Prologue Dog, also portray in the movie, Finding Nemo? | composition | what character does ellen play in finding nemo | ellen | 2017-10-25T21:33:31 | [
{
"aliases": [],
"answer": "Dory",
"answer_id": "m.02_29cg"
}
] | WebQTrn-216 | WebQTrn-216_0a199e32470da3c1b167832960755ddf | what character does the actor that played the character Prologue Dog play in finding nemo | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.actor.film ?k .
?k ns:film.performance.character ns:m.0gx3x5z .
?c ns:film.actor.film ?y .
?y ns:film.performance.character ?x .
?y ns:film.performance.film ns:m.01jrbb .
}
|
What American baseball league was founded in 1894? | conjunction | who is in the american league in baseball | 2017-10-26T10:36:03 | [
{
"aliases": [
"The Tigs",
"The Bengals"
],
"answer": "Detroit Tigers",
"answer_id": "m.02d02"
}
] | WebQTest-1434 | WebQTest-1434_07005741f76e6139cc6018e71d5bcd88 | who is in the american league in baseball and is the sports team was founded in 1894 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0h8b0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0h8b0 ns:baseball.baseball_league.teams ?x .
?x ns:sports.sports_team.founded "1894"^^xsd:dateTime .
} |
|
What political systems are ascribed to by the country of origin for the Dogo Cubano breed? | composition | what kind of government does cuba have today | cuba | 2017-10-26T09:48:26 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
}
] | WebQTest-1186 | WebQTest-1186_67b118bb1bde87f176941f95033a3d0a | what kind of government does the place where breed Dogo Cubano originated in 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:biology.breed_origin.breeds_originating_here ns:m.027yb05 .
?c ns:location.country.form_of_government ?x .
}
|
Who was Lincoln's vice president that died in Bangor? | conjunction | who was vice president under lincoln | 2017-10-26T06:02:37 | [
{
"aliases": [],
"answer": "Hannibal Hamlin",
"answer_id": "m.03mpk"
}
] | WebQTrn-3512 | WebQTrn-3512_29a02ad22c5fedaf3152adf4374d7afa | who was vice president under lincoln and who died in Bangor | 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:people.deceased_person.place_of_death ns:m.0tr3p .
} |
|
Which political party appointed people to a position titled Reich Governor? | composition | what political party was adolf hitler from | adolf hitler | 2017-10-26T02:51:09 | [
{
"aliases": [
"NSDAP",
"Nazi"
],
"answer": "Nazi Party",
"answer_id": "m.05g9h"
},
{
"aliases": [
"German Workers'"
],
"answer": "German Workers' Party",
"answer_id": "m.0dl13"
}
] | WebQTrn-2342 | WebQTrn-2342_9979ad066382ff1507c923c8035087c4 | what political party was the political appointer that had the title Reich Governor 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:government.political_appointer.appointees ?k .
?k ns:government.government_position_held.office_position_or_title ns:m.09c1mpz .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
The person who wrote music for Remember The Night also sang for Pink Floyd, what is his name? | conjunction | who sang for pink floyd | 2017-10-25T22:35:39 | [
{
"aliases": [
"Gilmour, David",
"Pink Floyd",
"Dave Gilmore",
"Dave Gilmour",
"David Gilmore",
"David John Gilmour",
"David Jon Gilmour"
],
"answer": "David Gilmour",
"answer_id": "m.01vs4ff"
}
] | WebQTrn-592 | WebQTrn-592_9d8c2d8ac221f484b949361383eb3aca | who sang for pink floyd and wrote the music for Remember That Night | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
ns:m.01wv9xn ns:music.musical_group.member ?y .
?y ns:music.group_membership.member ?x ;
ns:music.group_membership.role ns:m.0290ngj . #vocals
}
UNION
{
ns:m.01wv9xn ns:music.musical_group.member ?y .
?y ns:music.group_membership.member ?x ;
ns:music.group_membership.role ns:m.0_sv_90 . #lead vocals
}?x ns:film.music_contributor.film ns:m.027kdnd .
} |
|
What are the names of the coaches whose sports team plays in the Hilltop Park arena stadium? | composition | who is the coach of the sf giants | sf giants | 2017-10-26T07:44:09 | [
{
"aliases": [],
"answer": "Bill Hayes",
"answer_id": "m.02680w9"
},
{
"aliases": [],
"answer": "Tim Flannery",
"answer_id": "m.02plhsr"
},
{
"aliases": [],
"answer": "Dave Righetti",
"answer_id": "m.02yf3x"
},
{
"aliases": [],
"answer": "Carney Lansford",
"answer_id": "m.057jcc"
},
{
"aliases": [],
"answer": "Roberto Kelly",
"answer_id": "m.079w94"
},
{
"aliases": [],
"answer": "Ron Wotus",
"answer_id": "m.07w9kn"
},
{
"aliases": [
"Mark Gardener"
],
"answer": "Mark Gardner",
"answer_id": "m.085wxv"
}
] | WebQTest-406 | WebQTest-406_1afd5634cb719e3b77b4345510599ca8 | who is the coach of the the sports team arena stadium is Hilltop Park | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.arena_stadium ns:m.039nhz .
?c ns:baseball.baseball_team.current_coaches ?y .
?y ns:baseball.current_coaching_tenure.baseball_coach ?x .
}
|
The country, where the Araucana breed originated, has what type of government? | composition | what is the government of chile | chile | 2017-10-26T01:21:44 | [
{
"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"
},
{
"aliases": [
"Democratic"
],
"answer": "Democratic republic",
"answer_id": "m.0fpgmpz"
}
] | WebQTrn-1691 | WebQTrn-1691_7f9ae201cca433d26ab1ea95fea47844 | what is the government of the place where breed Araucana originated 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:biology.breed_origin.breeds_originating_here ns:m.01ylwh .
?c ns:location.country.form_of_government ?x .
}
|
Find the court system that Samuel Chase serves in, what is the head judge of this court system's title? | composition | what is the head judge of the supreme court called | supreme court | 2017-10-26T08:47:47 | [
{
"aliases": [],
"answer": "Chief Justice of the United States",
"answer_id": "m.07szk"
}
] | WebQTest-828 | WebQTest-828_cd3eceb1d75a56a308aa0154aca64389 | what is the head judge of the court in which Samuel Chase serves as a judge 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:law.court.judges ?k .
?k ns:law.judicial_tenure.judge ns:m.01mpt9 .
?c ns:government.governmental_body.offices_positions ?x .
}
|
Who was a member of the Order of the Cross of Terra Mariana and the prime minister of Spain in 2011? | conjunction | who is the prime minister of spain 2011 | 2017-10-26T11:29:59 | [
{
"aliases": [
"Jose Luis Rodriguez Zapatero",
"ZP"
],
"answer": "José Luis Rodríguez Zapatero",
"answer_id": "m.01p2pb"
}
] | WebQTest-1772 | WebQTest-1772_31c557ca080620332177cdf1ffa7876e | who is the prime minister of spain 2011 and is the member of Order of the Cross of Terra Mariana | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060bp .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2011-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) >= "2011-01-01"^^xsd:dateTime) })
?x ns:royalty.chivalric_order_member.belongs_to_order ?c .
?c ns:royalty.chivalric_order_membership.order ns:m.021gjx .
} |
|
Do you know which school Michael Jordan attended and is it the same school that had 17,905 undergraduates? | conjunction | what school did michael jordan go to | 2017-10-26T03:06:17 | [
{
"aliases": [
"University of North Carolina at Chapel Hill, main campus",
"Chapel Hill",
"The University of North Carolina",
"UNC-CH",
"UNC",
"UNC Chapel Hill",
"UNC - Chapel Hill",
"Carolina"
],
"answer": "University of North Carolina at Chapel Hill",
"answer_id": "m.0bx8pn"
}
] | WebQTrn-2464 | WebQTrn-2464_3dbfbebd753ffb597872ed81122c1ee1 | what school did michael jordan go to and is the university that has number of undergraduates 17905 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.054c1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.054c1 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.university.number_of_undergraduates ?c .
?c ns:measurement_unit.dated_integer.number "17905" .
} |
|
What type of guitar does the music producer who produced The Village Sessions play? | composition | what type of guitar does john mayer play | john mayer | 2017-10-25T23:06:58 | [
{
"aliases": [
"Strat"
],
"answer": "Fender Stratocaster",
"answer_id": "m.02m873"
}
] | WebQTrn-838 | WebQTrn-838_f087b891aaeafc76ced870c8889acaa2 | what type of guitar does the music producer which produced The Village Sessions 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.producer.releases_produced ns:m.0bfjj8b .
?c ns:music.guitarist.guitars_played ?x .
}
|
This writer of the song "Love Won't Wait" starred in what movies? | composition | what movies did madonna appear in | madonna | 2017-10-25T21:54:21 | [
{
"aliases": [
"Juggernaut",
"La morte può attendere",
"Meurs un autre jour",
"007: Otro día para morir",
"Smierc nadejdzie jutro",
"Beneath the Ice",
"Otro día para morir",
"007: Surra veel üks päev",
"007 - Morre Noutro Dia",
"007 - Um Novo Dia Para Morrer",
"007: Die Another Day",
"James Bond XX",
"Dnes neumieraj",
"James Bond - Stirb an einem anderen Tag",
"Stirb an einem anderen Tag",
"Umri drugi dan",
"Baska gün Öl",
"D.A.D.",
"Prapancha Veerudu 007",
"Halj meg máskor",
"Dnes neumírej",
"Kuolema saa odottaa",
"Mor un altre dia",
"Beyond the Ice",
"James Bond 20",
"Döden får vänta",
"Умри, но не сейчас"
],
"answer": "Die Another Day",
"answer_id": "m.014kq6"
},
{
"aliases": [],
"answer": "A Certain Sacrifice",
"answer_id": "m.017sg6"
},
{
"aliases": [
"Snake Eyes"
],
"answer": "Dangerous Game",
"answer_id": "m.027jdg0"
},
{
"aliases": [
"Slammer",
"Who's That Girl?",
"Who's that Girl"
],
"answer": "Who's That Girl",
"answer_id": "m.027yrxp"
},
{
"aliases": [
"Liga de Mulheres",
"Pretty League",
"A League Of Their Own",
"Ellas dan el golpe",
"Un equipo muy especial"
],
"answer": "A League of Their Own",
"answer_id": "m.02ndy4"
},
{
"aliases": [
"Groom service",
"Four Rooms and a Hotel",
"Grand Hotel"
],
"answer": "Four Rooms",
"answer_id": "m.02pg45"
},
{
"aliases": [],
"answer": "Vision Quest",
"answer_id": "m.0326d9"
},
{
"aliases": [
"Blue in the face"
],
"answer": "Blue in the Face",
"answer_id": "m.034d5_"
},
{
"aliases": [],
"answer": "Dick Tracy",
"answer_id": "m.035_2h"
},
{
"aliases": [
"Schatten und Nebel",
"Shadows and fog"
],
"answer": "Shadows and Fog",
"answer_id": "m.04_ccy"
},
{
"aliases": [
"Bloodhounds Of Broadway"
],
"answer": "Bloodhounds of Broadway",
"answer_id": "m.04f31_j"
},
{
"aliases": [],
"answer": "Shanghai Surprise",
"answer_id": "m.04jrlg"
},
{
"aliases": [],
"answer": "Girl 6",
"answer_id": "m.04jrzl"
},
{
"aliases": [
"Love, Sex, Drugs & Money"
],
"answer": "Swept Away",
"answer_id": "m.05b_gq"
},
{
"aliases": [],
"answer": "Desperately Seeking Susan",
"answer_id": "m.06fht6"
},
{
"aliases": [
"Arthur et les Minimoys"
],
"answer": "Arthur and the Invisibles",
"answer_id": "m.07mpbj"
},
{
"aliases": [],
"answer": "Evita",
"answer_id": "m.07vf5c"
},
{
"aliases": [],
"answer": "The Next Best Thing",
"answer_id": "m.09y6pb"
},
{
"aliases": [
"The Hire: Star"
],
"answer": "Star",
"answer_id": "m.0bb1gvg"
},
{
"aliases": [],
"answer": "Torrance Rises",
"answer_id": "m.0dtxp9"
},
{
"aliases": [
"Body",
"Deadly Evidence",
"Body Of Evidence"
],
"answer": "Body of Evidence",
"answer_id": "m.0kv8_w"
},
{
"aliases": [
"Secret Project Revolution",
"secretprojectrevolution"
],
"answer": "secretprojectrevolution",
"answer_id": "m.0xndfq6"
}
] | WebQTrn-321 | WebQTrn-321_72cc8229ff0e3cce501b288bd2913d35 | what movies did the person who wrote the lyrics for "Love Won't Wait" appear 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:music.lyricist.lyrics_written ns:m.0l10n6 .
?c ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
}
|
Who are the senators of the state with the Supreme Court of New Jersey? | composition | who are the senators of new jersey now | new jersey | 2017-10-26T11:37:04 | [
{
"aliases": [
"Mayor Robert Menendez",
"Robert Menéndez"
],
"answer": "Bob Menendez",
"answer_id": "m.033d3p"
},
{
"aliases": [
"Mayor Cory Booker",
"Cory Anthony Booker",
"Mayor Cory A. Booker"
],
"answer": "Cory Booker",
"answer_id": "m.06p430"
}
] | WebQTest-1811 | WebQTest-1811_9759026d59df6fd9c40feac1285a2c02 | who are the senators of the place that has the following courts Supreme Court of New Jersey now | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:law.court_jurisdiction_area.courts ns:m.04nf5l .
?c 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) <= "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) })
}
|
What TV shows did the artist who recorded Killer Inside play in? | composition | what tv shows did shawnee smith play in | shawnee smith | 2017-10-26T07:21:17 | [
{
"aliases": [],
"answer": "Brand New Life",
"answer_id": "m.012kcrc2"
},
{
"aliases": [],
"answer": "Becker",
"answer_id": "m.033d80"
},
{
"aliases": [],
"answer": "Scream Queens",
"answer_id": "m.04yc_fw"
},
{
"aliases": [],
"answer": "30 Days of Night: Dust to Dust",
"answer_id": "m.051yg69"
},
{
"aliases": [],
"answer": "The Tom Show",
"answer_id": "m.07cdxwj"
},
{
"aliases": [],
"answer": "All is Forgiven",
"answer_id": "m.07chqg3"
},
{
"aliases": [
"Stephen King's The Stand"
],
"answer": "The Stand",
"answer_id": "m.09fc83"
},
{
"aliases": [],
"answer": "Arsenio",
"answer_id": "m.0gvvdpf"
},
{
"aliases": [],
"answer": "Anger Management",
"answer_id": "m.0j635r0"
}
] | WebQTest-262 | WebQTest-262_c71e25648a8feeefc384c6582316a306 | what tv shows did the artist which recorded Killer Inside play 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:music.featured_artist.recordings ns:m.0dsm0f_ .
?c ns:tv.tv_actor.starring_roles ?y .
?y ns:tv.regular_tv_appearance.series ?x .
}
|
Which UK country has the Scottish Government? | conjunction | what countries makes up the uk | 2017-10-26T09:36:45 | [
{
"aliases": [
"Scotia"
],
"answer": "Scotland",
"answer_id": "m.06q1r"
}
] | WebQTest-1114 | WebQTest-1114_324f0ff9176003570d081f09a51698a3 | what countries makes up the uk and the governmant is called Scottish Government | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ssc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ssc ns:base.aareas.schema.administrative_area.administrative_children ?x .
?x ns:base.aareas.schema.administrative_area.administrative_area_type ns:m.0hzjlmp .
?x ns:government.governmental_jurisdiction.government ns:m.01nq43 .
} |
|
Where did the person who wrote the lyrics for "Star People" go to school? | composition | where did george michael go to school | george michael | 2017-10-26T09:49:47 | [
{
"aliases": [
"Bushey Meads"
],
"answer": "Bushey Meads School",
"answer_id": "m.0dhpcf"
}
] | WebQTest-1192 | WebQTest-1192_e12aced5097e3ca1ce0ba820c0113a1b | where did the person who wrote the lyrics for "Star People" go to school | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.lyricist.lyrics_written ns:m.02w61sn .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What other languages are spoken where the Tsonga Language is used? | composition | what do people in south africa speak | south africa | 2017-10-26T00:09:02 | [
{
"aliases": [
"Gujarati",
"Gujrathi",
"Gujerathi",
"Gujerati"
],
"answer": "Gujarati Language",
"answer_id": "m.0121sr"
},
{
"aliases": [
"Nederlandse taal",
"Nederlands",
"Hollands",
"Dutch"
],
"answer": "Dutch Language",
"answer_id": "m.02bv9"
},
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
},
{
"aliases": [
"Nama",
"Khoekhoe language"
],
"answer": "Nama Language",
"answer_id": "m.02hwn8h"
},
{
"aliases": [
"Urdu",
"Islami",
"Urdu language",
"Urudu",
"Undri"
],
"answer": "Urdu Language",
"answer_id": "m.02hxcvy"
},
{
"aliases": [
"Graecae",
"Neo-hellenic",
"Greek",
"Greco",
"Modern Greek (1453-)",
"Romaic",
"Grec",
"Ellinika"
],
"answer": "Greek Language",
"answer_id": "m.0349s"
},
{
"aliases": [
"Ivrit",
"עִבְרִית,",
"Modern Hebrew",
"עברית",
"Hebrew"
],
"answer": "Hebrew Language",
"answer_id": "m.03hkp"
},
{
"aliases": [
"Hindi language",
"Khari Boli",
"Hindi",
"Khadi Boli"
],
"answer": "Hindi Language",
"answer_id": "m.03k50"
},
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
},
{
"aliases": [
"Portuguese",
"Portugese",
"Portuguese language",
"Português"
],
"answer": "Portuguese Language",
"answer_id": "m.05zjd"
},
{
"aliases": [
"Sanskrit",
"Sanskrit language"
],
"answer": "Sanskrit Language",
"answer_id": "m.06x06"
},
{
"aliases": [
"Phuthi"
],
"answer": "Phuthi language",
"answer_id": "m.070gc6"
},
{
"aliases": [
"South African Sign"
],
"answer": "South African Sign Language",
"answer_id": "m.070gkn"
},
{
"aliases": [],
"answer": "South African English",
"answer_id": "m.071dl"
},
{
"aliases": [
"Thamizh",
"Tamal",
"Damulian",
"Tamili",
"Tamalsan",
"Tambul",
"Tamil"
],
"answer": "Tamil Language",
"answer_id": "m.07c9s"
},
{
"aliases": [
"Telugu",
"Gentoo",
"Tengu",
"Terangi",
"Andhra",
"Telegu",
"Tailangi",
"Telangire",
"Telgi",
"Tolangan"
],
"answer": "Telugu language",
"answer_id": "m.09s02"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
},
{
"aliases": [
"Isixhosa",
"Cauzuh",
"Kaffir",
"Koosa",
"Caffre",
"Xosa",
"Cafre",
"Xhosa",
"Kaffer"
],
"answer": "Xhosa Language",
"answer_id": "m.0nl8g"
}
] | WebQTrn-1199 | WebQTrn-1199_cabfe9378a9a2f9414b0c378ff7f48cd | what do people in the place where Tsonga Language language is spoken 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.official_language ns:m.020h5q .
?c ns:location.country.languages_spoken ?x .
}
|
What is the birth place of the"Cockiness (Love It)" lyrics author? | composition | where was rihanna born and raised | rihanna | 2017-10-26T06:48:36 | [
{
"aliases": [
"Saint Michael",
"St. Michael Parish"
],
"answer": "Saint Michael Parish",
"answer_id": "m.02p5kp"
}
] | WebQTest-45 | WebQTest-45_63d181eb93ad383e9ab7a345a55fd95a | where was the person who wrote the lyrics for "Cockiness (Love It)" born and raised | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.lyricist.lyrics_written ns:m.0hn8bbm .
?c ns:people.person.place_of_birth ?x .
}
|
Where does the government Transitional Federal Government of Somalia located in? | composition | where is somalia located | somalia | 2017-10-26T04:07:42 | [
{
"aliases": [
"Afrique"
],
"answer": "Africa",
"answer_id": "m.0dg3n1"
}
] | WebQTrn-2812 | WebQTrn-2812_d04caebccb0897f5cec0363ff0a7d690 | where is where the government Transitional Federal Government of Somalia is located located | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.government ns:m.025th88 .
?c ns:base.locations.countries.continent ?x .
}
|
Which Children's literature story did Julian fellowes write? | conjunction | what did julian fellowes write | 2017-10-25T22:55:50 | [
{
"aliases": [],
"answer": "The Curious Adventures of the Abandoned Toys",
"answer_id": "m.04t4zhj"
}
] | WebQTrn-743 | WebQTrn-743_6a08ffe0b5c5cf9aa400ac7ef367a872 | what did julian fellowes write and that is in the genre of Children's literature | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05mcjs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05mcjs ns:book.author.works_written ?x .
?x ns:book.book.genre ns:m.0dwly .
} |
|
Edward Braddock was the military leader during what wars? | conjunction | what war was george washington president during | 2017-10-26T04:19:06 | [
{
"aliases": [],
"answer": "Battle of the Monongahela",
"answer_id": "m.05b6mx0"
},
{
"aliases": [],
"answer": "French and Indian War",
"answer_id": "m.09r3f"
}
] | WebQTrn-2898 | WebQTrn-2898_4d8918cd38e706b3d0b602be3a6b4cc0 | what war was george washington president during and is the military commander was Edward Braddock | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.034rd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.034rd ns:military.military_commander.military_commands ?y .
?y ns:military.military_command.military_conflict ?x .
?x ns:military.military_conflict.commanders ?c .
?c ns:military.military_command.military_commander ns:m.017vk5 .
} |
|
What country is the roman colosseum located in? | conjunction | where was the roman colosseum located | 2017-10-25T21:54:44 | [
{
"aliases": [
"Italia",
"Italian Republic"
],
"answer": "Italy",
"answer_id": "m.03rjj"
}
] | WebQTrn-323 | WebQTrn-323_f4195182f9b6686444efa1f2719ea44a | where was the roman colosseum located and is a Country | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d5qx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d5qx ns:location.location.containedby ?x .
?x ns:kg.object_profile.prominent_type ns:location.country .
} |
|
What film, starring Taylor Momsen, debuted at the 2007 Toronto International Film Festival? | conjunction | what movies has taylor momsen been in | 2017-10-26T04:02:43 | [
{
"aliases": [
"Paranoid"
],
"answer": "Paranoid Park",
"answer_id": "m.02r8_g6"
}
] | WebQTrn-2771 | WebQTrn-2771_16a6890529b4e7d5a5b56a1782f97377 | what movies has taylor momsen been in and with debut in 2007 Toronto International Film Festival | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.067qp2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.067qp2 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.release_date_s ?c .
?c ns:film.film_regional_release_date.film_regional_debut_venue ns:m.02rm_pl .
} |
|
What actress portrayed Cruella Deville in the same movie as Karen Kennedy? | composition | who played cruella deville in 102 dalmatians | 102 dalmatians | 2017-10-26T01:37:48 | [
{
"aliases": [
"Mrs. Len Cariou",
"Glennie"
],
"answer": "Glenn Close",
"answer_id": "m.0c3p7"
}
] | WebQTrn-1824 | WebQTrn-1824_db207fcd003762b7c37f23c1736b4134 | who played cruella deville in the movie that Karen Kennedy played in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.starring ?k .
?k ns:film.performance.actor ns:m.0tl499h .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.059fc6 .
}
|
One of he Star wars films included crew member Carol Follet, who wore the Darth Vadar costume in that movie? | composition | who wore the darth vader suit in revenge of the sith | revenge of the sith | 2017-10-26T02:37:28 | [
{
"aliases": [
"H",
"Hayden Christiansen",
"Den"
],
"answer": "Hayden Christensen",
"answer_id": "m.0f276"
}
] | WebQTrn-2251 | WebQTrn-2251_37b2b4bd1fe4409bb4e5cbbf955575fc | who wore the darth vader suit in a film that Carol Follett was a crew member of | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.other_crew ?k .
?k ns:film.film_crew_gig.crewmember ns:m.0bvdf0n .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0f2y0 .
}
|
Where does river that originate in Fairfax Stone Historical Monument State Park flow into? | composition | where does the potomac river flow into | potomac river | 2017-10-26T02:15:51 | [
{
"aliases": [],
"answer": "Chesapeake Bay",
"answer_id": "m.0g66h"
}
] | WebQTrn-2076 | WebQTrn-2076_8eb61bb87d59bfd527f22b1bcc999d32 | where does the river that its origin is Fairfax Stone Historical Monument State Park flow into | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:geography.river.origin ns:m.07s91r .
?c ns:geography.river.mouth ?x .
}
|
In which country with a DP deflator change of rate -0.46 is Italian spoken? | conjunction | where is italian spoken around the world | 2017-10-26T06:13:35 | [
{
"aliases": [
"The Argentine",
"Agrentina ",
"Argentine Republic"
],
"answer": "Argentina",
"answer_id": "m.0jgd"
}
] | WebQTrn-3619 | WebQTrn-3619_f88cc415ba3325bc566fb30847555018 | where is italian spoken around the world and that has a GDP deflator change of rate -0.46 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02bjrlw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02bjrlw ns:language.human_language.countries_spoken_in ?x .
?x ns:location.statistical_region.gdp_deflator_change ?c .
?c ns:measurement_unit.dated_percentage.rate "-0.46" .
} |
|
Which form of government do Australia and Great Britain have? | conjunction | what type of government does australia use | 2017-10-26T06:27:06 | [
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
},
{
"aliases": [
"Parliamentary monarchy"
],
"answer": "Constitutional monarchy",
"answer_id": "m.01q20"
}
] | WebQTrn-3697 | WebQTrn-3697_e6245e33b2682dce883982fa0c7a724b | what type of government does australia use and is the form of government of Kingdom of Great Britain | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0chghy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0chghy ns:location.country.form_of_government ?x .
?x ns:government.form_of_government.countries ns:m.014tss .
} |
|
What kind of government does the country that speaks Tayslh have? | composition | what kind of government iran have | iran | 2017-10-26T04:41:46 | [
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
},
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Islamic"
],
"answer": "Islamic republic",
"answer_id": "m.01fgl7"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [],
"answer": "Theocracy",
"answer_id": "m.07lg6"
}
] | WebQTrn-3058 | WebQTrn-3058_c02d5217df72436cdfe8bb9a4f9264e4 | what kind of government the country where Talysh language is spoken have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.languages_spoken ns:m.0bqk9s .
?c ns:location.country.form_of_government ?x .
}
|
What state holds Walton County and was the place the Cherokee-American wars were fought? | conjunction | where is walton county ga | 2017-10-26T09:46:17 | [
{
"aliases": [
"Empire State of the South",
"GA",
"Peach State"
],
"answer": "Georgia",
"answer_id": "m.0d0x8"
}
] | WebQTest-1173 | WebQTest-1173_2744598d5f32a7fe7d10810015b4ede5 | where is walton county ga and in which the event CherokeeâAmerican wars took place | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0nym5)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0nym5 ns:location.location.containedby ?x .
?x ns:location.location.events ns:m.02689rc .
} |
|
What television movie has two parts and includes Robert Pattinson? | conjunction | what movies have robert pattinson in them | 2017-10-26T12:14:30 | [
{
"aliases": [
"Die Nibelungen - Der Fluch des Drachen",
"Curse of the Ring",
"La saga dei Nibelunghi",
"Ring of the Nibelungs",
"Sword of Xanten"
],
"answer": "Dark Kingdom: The Dragon King",
"answer_id": "m.0bpkq4"
}
] | WebQTest-2003 | WebQTest-2003_214a16f0a0981a776781cf801e0cdf67 | what movies have robert pattinson in them and is the tv program has number of episodes 2 | 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:tv.tv_program.number_of_episodes "2" .
} |
|
The Hungarian Revolution of 1965 was a conflict of what two types of governments? | composition | what type of government did soviet union have | soviet union | 2017-10-26T08:19:24 | [
{
"aliases": [
"Communist"
],
"answer": "Communist state",
"answer_id": "m.01fkst"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [],
"answer": "Soviet democracy",
"answer_id": "m.06zgbt"
},
{
"aliases": [
"Parliamentary"
],
"answer": "Parliamentary republic",
"answer_id": "m.0glnsx"
}
] | WebQTest-637 | WebQTest-637_c672d27c3d00ea802b18f17142a0c867 | what type of government did a military combatant which was involved in the military conflict of the Hungarian Revolution of 1956 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:military.military_combatant.casualties ?k .
?k ns:military.casualties.military_conflict ns:m.01zd7d .
?c ns:location.country.form_of_government ?x .
}
|
If you're a member of the Church Slavonic, what latin language would you speak? | conjunction | where the latin language come from | 2017-10-26T05:29:25 | [
{
"aliases": [],
"answer": "Indo-European languages",
"answer_id": "m.03v09"
}
] | WebQTrn-3349 | WebQTrn-3349_05c692b75abc5a52e5f3f1af56af232d | where the latin language come from and is part of language family Church Slavonic language | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04h9h)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04h9h ns:language.human_language.language_family ?x .
?x ns:language.language_family.languages ns:m.0119qrqk .
} |
|
Where did the actor who portrayed Luke Cage grow up? | composition | where is tyrese gibson from | tyrese gibson | 2017-10-26T07:08:50 | [
{
"aliases": [
"Watts, California",
"Watts, Los Angeles",
"Watts, Los Angeles, California"
],
"answer": "Watts",
"answer_id": "m.027sp2"
}
] | WebQTest-210 | WebQTest-210_e1f83871bf7cbba634623eaf2fdfb7f7 | where is the actor that played in the film Luke Cage 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:film.actor.film ?k .
?k ns:film.performance.film ns:m.0ch948 .
?c ns:people.person.place_of_birth ?x .
}
|
Which tv personality that has appeared since 2008 did the Cleveland Cavaliers draft? | conjunction | who did the cleveland cavaliers draft | 2017-10-26T09:22:35 | [
{
"aliases": [
"Lebron James '#23'",
"King James",
"LeBron Raymone James",
"The L-Train",
"The Chosen One",
"LeBron"
],
"answer": "LeBron James",
"answer_id": "m.01jz6d"
}
] | WebQTest-1056 | WebQTest-1056_5e5ad9e08ff3979f40d2c2c069d4e1a3 | who did the cleveland cavaliers draft and a tv personality which has been appeared in tv since 2008 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jm7n)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jm7n ns:sports.professional_sports_team.draft_picks ?y .
?y ns:sports.sports_league_draft_pick.player ?x .
?x ns:tv.tv_personality.tv_regular_appearances ?c .
?c ns:tv.tv_regular_personal_appearance.from "2008"^^xsd:dateTime .
} |
|
Who played the Voice of Kitt in the TV show Knight Rider? | composition | who plays the voice of kitt in knight rider | knight rider | 2017-10-26T06:50:32 | [
{
"aliases": [
"Bill",
"William David Daniels"
],
"answer": "William Daniels",
"answer_id": "m.0309r1"
}
] | WebQTest-68 | WebQTest-68_65d7e76bce694463879c247a4304efea | who plays the voice of kitt in the tv program that has the theme song Knight Rider: Theme | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:tv.tv_program.theme_song ns:m.0n9cdn6 .
?c ns:tv.tv_program.regular_cast ?y .
?y ns:tv.regular_tv_appearance.actor ?x .
?y ns:tv.regular_tv_appearance.special_performance_type ns:m.02nsjvf .
?y ns:tv.regular_tv_appearance.character ns:m.05_bhx .
}
|
What language is used in the country that contains Gebel Elba? | composition | what language do they speak in egyptian | egyptian | 2017-10-26T04:17:35 | [
{
"aliases": [
"Siwa",
"Siwi",
"Oasis Berber",
"Sioua",
"Zenati"
],
"answer": "Siwi Language",
"answer_id": "m.012zfy"
},
{
"aliases": [
"High Arabic",
"Fasih",
"Modern Literary Arabic",
"Arabic, Standard",
"Al Arabiya",
"Al Fus-ha"
],
"answer": "Modern Standard Arabic",
"answer_id": "m.025rvv7"
},
{
"aliases": [
"Arabic, Egyptian Spoken",
"Lower Egypt Arabic",
"Arabic, Egyptian Spoken Language",
"Normal Egyptian Arabic",
"Massry"
],
"answer": "Egyptian Arabic",
"answer_id": "m.02hx2cr"
},
{
"aliases": [
"Sa`idi",
"Upper Egypt Arabic",
"Sa<idi"
],
"answer": "Sa'idi Arabic",
"answer_id": "m.02hxbhg"
},
{
"aliases": [
"Arabic, Sudanese Spoken",
"Khartoum Arabic"
],
"answer": "Arabic, Sudanese Spoken Language",
"answer_id": "m.035t_3"
},
{
"aliases": [
"Bedawi",
"Arabic Bedawi language",
"Arabic, Levantine Bedawi Spoken",
"Bedawi Arabic language",
"Eastern Egyptian Bedawi Arabic language",
"Levantine Bedawi Arabic",
"Arabic, Eastern Egyptian Bedawi Spoken Language"
],
"answer": "Bedawi Arabic",
"answer_id": "m.03wc2kf"
},
{
"aliases": [
"Nobiin",
"Fiyadikkya",
"Mahas",
"Mahas-fiadidja",
"Sukot",
"Fadicha",
"Nile Nubian",
"Mahas-fiyadikkya",
"Fadija",
"Fiadidja",
"Fiadidja-mahas",
"Fedicca",
"Fedija",
"Fadicca"
],
"answer": "Nobiin Language",
"answer_id": "m.051bnt"
},
{
"aliases": [
"Tsigene",
"Mehtar",
"Barake",
"Dom",
"Domra Magu Hiya",
"Near-eastern Gypsy",
"Domari",
"Gypsy",
"Middle Eastern Romani",
"Nawari",
"Luti",
"Kurbat",
"Nawar"
],
"answer": "Domari Language",
"answer_id": "m.0c4chg"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-2893 | WebQTrn-2893_8b3815ec57389b13892dd5abb108cc4e | what language do they speak in the location that contains Gebel Elba | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partially_contains ns:m.026cy73 .
?c ns:location.country.languages_spoken ?x .
}
|
The speaker in the 22012 Union address was born where? | composition | where was obama born | obama | 2017-10-26T01:55:58 | [
{
"aliases": [
"Honolulu, Hawaii",
"Honolulu County / Honolulu CDP",
"Honolulu CDP"
],
"answer": "Honolulu",
"answer_id": "m.02hrh0_"
}
] | WebQTrn-1934 | WebQTrn-1934_f1a83a32bf04983a5a5f9da914f867c8 | where was that who was the speaker in 2012 State of the Union Address born | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:event.public_speaker.speeches_or_presentations ?k .
?k ns:event.speech_or_presentation.event ns:m.0hrdf6b .
?c ns:people.person.place_of_birth ?x .
}
|
What are some other discoveries made by the author who published Philosophiae Naturalis Principia Mathematica? | composition | what other discoveries did isaac newton discover | isaac newton | 2017-10-25T21:41:53 | [
{
"aliases": [],
"answer": "Reflecting telescope",
"answer_id": "m.01nhc9"
},
{
"aliases": [],
"answer": "Pet door",
"answer_id": "m.079vqm"
}
] | WebQTrn-247 | WebQTrn-247_f7f89fcc3f82888a6da4a7376458fe8b | what other discoveries did the author who published editions for Philosophiae naturalis principia mathematica. discover | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:book.author.book_editions_published ns:m.04v0xms .
?c ns:law.inventor.inventions ?x .
}
|
what universities that has a number of undergraduates greater than 12018 did sir ernest rutherford go to? | comparative | what school did sir ernest rutherford go to | 2017-10-26T07:08:20 | [
{
"aliases": [
"University of Canterbury Campus",
"University of Canterbury, Christchurch",
"University of Canterbury Campus, Christchurch"
],
"answer": "University of Canterbury",
"answer_id": "m.07xpm"
},
{
"aliases": [
"Cambridge University",
"Cambridge",
"University of Cambridge, main campus"
],
"answer": "University of Cambridge",
"answer_id": "m.07tg4"
}
] | WebQTest-205 | WebQTest-205_5a6dd02e1f4e3b15cfcd12b0f4494d14 | what school did sir ernest rutherford go to and is the university that has number of undergraduates greater than 12018 | 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.university.number_of_undergraduates ?c .
?c ns:measurement_unit.dated_integer.number ?num .
FILTER (xsd:integer(?num) > 12018) .
} |
|
Which countries share a border with Spain that were also ruled by Phillip III of Spain? | conjunction | which countries share borders with spain | 2017-10-26T01:50:19 | [
{
"aliases": [
"Portuguese Republic"
],
"answer": "Portugal",
"answer_id": "m.05r4w"
}
] | WebQTrn-1898 | WebQTrn-1898_067192285b148f91665176a691f7ac79 | which countries share borders with spain and that was ruled by Philip III of Spain | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:royalty.kingdom.rulers ns:m.012rkn .
} |
|
The artist who recorded Long Live is from which city? | composition | where is taylor swift from | taylor swift | 2017-10-26T08:48:00 | [
{
"aliases": [
"Reading, Pennsylvania",
"Berks County / Reading city"
],
"answer": "Reading",
"answer_id": "m.0zlgm"
}
] | WebQTest-830 | WebQTest-830_2473cabeeab942f2a11ad812e53880a8 | where is the artist which recorded Long Live from | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.featured_artist.recordings ns:m.0qdb5tm .
?c ns:people.person.place_of_birth ?x .
}
|
What war was the Mexican Revolution part of? What war happened under the presidency of Woodrow Wilson? | conjunction | what war was woodrow wilson president for | 2017-10-26T03:49:58 | [
{
"aliases": [],
"answer": "United States occupation of Veracruz",
"answer_id": "m.03x7f6"
},
{
"aliases": [],
"answer": "Battle of Ambos Nogales",
"answer_id": "m.05mx_w4"
}
] | WebQTrn-2707 | WebQTrn-2707_e460c834684fe7d168ff91d9c1ddd9a0 | what war was woodrow wilson president for and war that had the event Mexican Revolution | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE
{
{
SELECT ?pfrom ?pto
WHERE {
ns:m.083q7 ns:government.politician.government_positions_held ?y0 . # Woodrow Wilson
?y0 ns:government.government_position_held.basic_title ns:m.060c4 ; # President
ns:government.government_position_held.from ?pfrom ;
ns:government.government_position_held.to ?pto .
}
}
{
SELECT ?from ?to ?x
WHERE {
?x ns:common.topic.notable_types ns:m.02h76fz . # Military Conflict
?x ns:time.event.start_date ?from .
?x ns:time.event.end_date ?to .
?x ns:military.military_conflict.combatants ?y .
?y ns:military.military_combatant_group.combatants ns:m.09c7w0 . # United States of America
}
}
FILTER (?to <= ?pto && ?from >= ?pfrom) ?x ns:time.event.included_in_event ns:m.012gs4 .
} |
|
What Toon Explainers movie did Madonna appear in? | conjunction | what movies did madonna appear in | 2017-10-25T21:54:21 | [
{
"aliases": [
"Arthur et les Minimoys"
],
"answer": "Arthur and the Invisibles",
"answer_id": "m.07mpbj"
}
] | WebQTrn-321 | WebQTrn-321_5f5da3e1d4ca7df9f19ce3fdfc5790e2 | what movies did madonna appear in and involves organization toonexplainers | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01vs_v8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01vs_v8 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.genre ?c .
?c ns:organization.organization_sector.organizations_in_this_sector ns:m.010lbn79 .
} |
|
What legal system is used in both the Kingdom of Prussia and Australia? | conjunction | what kind of legal system does australia have | 2017-10-26T05:33:27 | [
{
"aliases": [
"Parliamentary monarchy"
],
"answer": "Constitutional monarchy",
"answer_id": "m.01q20"
}
] | WebQTrn-3360 | WebQTrn-3360_4449720a6e25f3093a8065ae980f0221 | what kind of legal system does australia have and in country Kingdom of Prussia | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0chghy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0chghy ns:location.country.form_of_government ?x .
?x ns:government.form_of_government.countries ?c .
?c ns:type.object.name "Kingdom of Prussia"@en .
}
|
|
What was the location of the 2012 NCAA basketball tournament and is also home to the Louisville Cardinals men's basketball team? | conjunction | where is the 2012 ncaa basketball tournament | 2017-10-25T22:38:17 | [
{
"aliases": [
"Louisville waterfront arena",
"KFC Yum!"
],
"answer": "KFC Yum! Center",
"answer_id": "m.0f0fv9"
}
] | WebQTrn-612 | WebQTrn-612_91e9adcd7ce648358e8dc227e7fde5d2 | where is the 2012 ncaa basketball tournament and is the facility where Louisville Cardinals men's basketball play | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.080nmfs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.080nmfs ns:time.event.locations ?x .
?x ns:sports.sports_facility.teams ns:m.02plv57 .
} |
|
What businessman started google and was an influencer of Nikhil Raj? | conjunction | who started google | 2017-10-26T02:55:57 | [
{
"aliases": [
"Lawrence Page",
"Lawrence Edward Page"
],
"answer": "Larry Page",
"answer_id": "m.0gjpq"
}
] | WebQTrn-2393 | WebQTrn-2393_65eeac7849e9df6083ac21bfe59261a9 | who started google and influenced Nikhil Raj. R | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0387r)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0387r ns:law.invention.inventor ?x .
?x ns:influence.influence_node.influenced ns:m.010vldh0 .
} |
|
Who is the actor that plays Yoshie? | composition | who 's betty white | betty white | 2017-10-26T02:02:32 | [
{
"aliases": [
"Host",
"TV Host",
"Television presenter",
"TV presenter"
],
"answer": "Presenter",
"answer_id": "m.015cjr"
},
{
"aliases": [
"Comedienne"
],
"answer": "Comedian",
"answer_id": "m.018gz8"
},
{
"aliases": [
"Film actress",
"Movie actress",
"Movie actor",
"Actress",
"Film actor",
"Theatre Actor"
],
"answer": "Actor",
"answer_id": "m.02hrh1q"
},
{
"aliases": [
"Producer",
"TV Producer"
],
"answer": "Television producer",
"answer_id": "m.03gjzk"
},
{
"aliases": [
"Vocalist"
],
"answer": "Singer",
"answer_id": "m.09l65"
},
{
"aliases": [
"Scribe",
"Author"
],
"answer": "Writer",
"answer_id": "m.0cbd2"
},
{
"aliases": [
"Television Personality"
],
"answer": "TV Personality",
"answer_id": "m.0dypbr"
},
{
"aliases": [
"Writer"
],
"answer": "Author",
"answer_id": "m.0kyk"
},
{
"aliases": [
"Voice talent",
"Актёр озвучивания",
"Voice actress",
"Voice-over artist",
"Voice over artist",
"Voice artist",
"Voice Director"
],
"answer": "Voice Actor",
"answer_id": "m.0np9r"
}
] | WebQTrn-1979 | WebQTrn-1979_bcecf7eef0c8149255ba764d511cbaec | who 's the actor that plays Yoshie | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.actor.dubbing_performances ?k .
?k ns:film.dubbing_performance.character ns:m.0c1smz1 .
?c ns:people.person.profession ?x .
}
|
Which country uses the Nigerian pound, and what type of government does it have? | composition | what type of government does nigeria have today | nigeria | 2017-10-25T22:34:29 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTrn-572 | WebQTrn-572_92d60e6197acf8830cf4cb29d7393968 | what type of government does where the currency Nigerian pound is used 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.currency_formerly_used ns:m.0963bh .
?c ns:location.country.form_of_government ?x .
}
|
What countries belong to the United Kingdom and of these which ones use Pound Sterling as their currency? | conjunction | which countries are part of the united kingdom | 2017-10-25T21:26:22 | [
{
"aliases": [
"Scotia"
],
"answer": "Scotland",
"answer_id": "m.06q1r"
}
] | WebQTrn-180 | WebQTrn-180_58714f9fb6cdd02a90c953d33fc607f9 | which countries are part of the united kingdom and its currency is Pound sterling | 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:location.statistical_region.gdp_nominal ?c .
?c ns:measurement_unit.dated_money_value.currency ns:m.01nv4h .
} |
|
Charlie Smalls wrote the music for which Michael Jackson movies? | conjunction | what are the names of michael jackson movies | 2017-10-25T23:28:20 | [
{
"aliases": [],
"answer": "The Wiz",
"answer_id": "m.027fwmt"
}
] | WebQTrn-943 | WebQTrn-943_fd7557c718e551a5934b89246f9ef870 | what are the names of michael jackson movies and is they music was by Charlie Smalls | 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:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.music ns:m.01rmxds .
} |
|
What is the Denise Dating producer famous for? | composition | what is ryan seacrest famous for | ryan seacrest | 2017-10-26T04:20:46 | [
{
"aliases": [
"Host",
"TV Host",
"Television presenter",
"TV presenter"
],
"answer": "Presenter",
"answer_id": "m.015cjr"
},
{
"aliases": [
"Movie producer",
"Producer"
],
"answer": "Film Producer",
"answer_id": "m.01d_h8"
},
{
"aliases": [
"Film actress",
"Movie actress",
"Movie actor",
"Actress",
"Film actor",
"Theatre Actor"
],
"answer": "Actor",
"answer_id": "m.02hrh1q"
},
{
"aliases": [
"Producer",
"TV Producer"
],
"answer": "Television producer",
"answer_id": "m.03gjzk"
},
{
"aliases": [
"Radio presenter",
"Radio host"
],
"answer": "Radio personality",
"answer_id": "m.08z956"
},
{
"aliases": [
"Scribe",
"Author"
],
"answer": "Writer",
"answer_id": "m.0cbd2"
},
{
"aliases": [
"television writer",
"Scriptwriter",
"scenarist",
"tv writer",
"script writer",
"film writer"
],
"answer": "Screenwriter",
"answer_id": "m.0dxtg"
},
{
"aliases": [
"Television Personality"
],
"answer": "TV Personality",
"answer_id": "m.0dypbr"
},
{
"aliases": [
"Voice talent",
"Актёр озвучивания",
"Voice actress",
"Voice-over artist",
"Voice over artist",
"Voice artist",
"Voice Director"
],
"answer": "Voice Actor",
"answer_id": "m.0np9r"
}
] | WebQTrn-2912 | WebQTrn-2912_db134555f9f3a0aeccd341f8cf48ce6c | what is the person who has producer credit in Denise Dating famous for | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:tv.tv_producer.tv_episodes_produced ?k .
?k ns:tv.tv_producer_episode_credit.episode ns:m.04f8dtg .
?c ns:people.person.profession ?x .
}
|
What is the form of government in the country where the main campus of the Asian College of Science and Technology is located? | composition | what form of government is the philippines | philippines | 2017-10-26T05:40:22 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
}
] | WebQTrn-3399 | WebQTrn-3399_27af84292acd2e8c41f3af52918db317 | what form of government is the the location that contains Asian College of Science and Technology, main campus | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partially_contains ns:m.0jwbft1 .
?c ns:location.country.form_of_government ?x .
}
|
For what was the subject of the film "Vincent Van Gogh: Painted with Words" famous? | composition | what was van gogh famous for | van gogh | 2017-10-25T23:25:39 | [
{
"aliases": [],
"answer": "Painter",
"answer_id": "m.02nxqmh"
},
{
"aliases": [],
"answer": "Visual Artist",
"answer_id": "m.03hz6vv"
},
{
"aliases": [],
"answer": "Artist",
"answer_id": "m.0n1h"
}
] | WebQTrn-926 | WebQTrn-926_373aa1287afcabdf257f6d96974bef6b | what was the subject of the film Vincent Van Gogh: Painted with Words famous for | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film_subject.films ns:m.0gxqtc9 .
?c ns:people.person.profession ?x .
}
|
Who was 'Under Milk Wood's' author, Dylan Thomas, married to? | composition | who all was richard burton married to | richard burton | 2017-10-26T00:08:01 | [
{
"aliases": [
"Sybil Burton",
"Sybil Christopher"
],
"answer": "Sybil Williams",
"answer_id": "m.03fb7wd"
},
{
"aliases": [
"Susan Hunt",
"Susan Miller"
],
"answer": "Suzy Hunt",
"answer_id": "m.03fbbvw"
},
{
"aliases": [
"Sally Anne Hay",
"Sally Hay Burton",
"Sally Hay"
],
"answer": "Sally Burton",
"answer_id": "m.05zsn7k"
},
{
"aliases": [
"Elisheba Rachel",
"Dame Elizabeth Rosemond \"Liz\" Taylor",
"Elizabeth Rosemond Taylor, Liz Taylor, Dame Elizabeth Taylor, Elisheba Rachel, Kitten, Liz, Dame Elizabeth Rosemond \"Liz\" Taylor, Dame Elizabeth Rosemond Taylor",
"Elizabeth Rosemond Taylor",
"Dame Elizabeth Taylor",
"Elisabeth Taylor",
"Dame Elizabeth Rosemond Taylor",
"\"One-Shot Liz\"",
"Kitten",
"Dame Elizabeth Rosemond \"Liz\" Taylor, DBE",
"Liz Taylor",
"Liz",
"Taylor, Elisabeth"
],
"answer": "Elizabeth Taylor",
"answer_id": "m.0bmh4"
}
] | WebQTrn-1184 | WebQTrn-1184_de760e03737170572be1f585d9358790 | who all was the artist aword nominated for Under Milk Wood by Dylan Thomas married to | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:award.award_nominee.award_nominations ?k .
?k ns:award.award_nomination.nominated_for ns:m.0z65tx5 .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
}
|
A company just bought NYNEX, what name did they previously go by? | composition | what company did verizon used to be | verizon | 2017-10-26T04:16:12 | [
{
"aliases": [],
"answer": "AT&T Corporation",
"answer_id": "m.0dk11j"
}
] | WebQTrn-2882 | WebQTrn-2882_e60b13d33a25d884e0109a62af914228 | what company did the organization that acquired the company NYNEX used to be | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.companies_acquired ?k .
?k ns:business.acquisition.company_acquired ns:m.02lpkz .
?c ns:organization.organization.spun_off_from ?y .
?y ns:organization.organization_spin_off.parent_company ?x .
}
|
Which movies involving the National Film Board of Canada has Selena Gomez starred in? | conjunction | what movies has selena gomez starred in | 2017-10-26T05:08:14 | [
{
"aliases": [],
"answer": "Hotel Transylvania 2",
"answer_id": "m.0118fw_v"
},
{
"aliases": [
"Arthur and the Revenge of Maltazard",
"Arthur and the Invisibles 2",
"Arthur et la vengeance de Maltazard",
"Arthur 2",
"Arthur and the Great Adventure"
],
"answer": "Arthur and the Revenge of Maltazard",
"answer_id": "m.07kb79v"
},
{
"aliases": [
"Arthur and the Two Worlds War",
"Arthur et la guerre des deux mondes",
"Arthur and the Invisibles: The New Minimoy Adventures"
],
"answer": "Arthur 3: The War of the Two Worlds",
"answer_id": "m.07xgs84"
},
{
"aliases": [
"Dr. Seuss' Horton Hears a Who!",
"Horton",
"Horton Hears a Who"
],
"answer": "Horton Hears a Who!",
"answer_id": "m.0fk25m"
},
{
"aliases": [
"Monster Hotel",
"Xenodoheio gia terata",
"Mifletzet shel malon",
"Monstru viesbutis",
"Hotel Transylwania",
"Hotel Transylvania - Ahol a szörnyek lazulnak",
"Hotel Transsilvanien",
"Hôtel Transylvanie",
"Hotel Transilvania",
"Hotel Transilvanija",
"Хотел Трансилвания",
"Otel Transilvanya",
"Hotell Transilvaania",
"Hotell Transylvanien",
"Hotel Transilvânia"
],
"answer": "Hotel Transylvania",
"answer_id": "m.0gj96ln"
}
] | WebQTrn-3198 | WebQTrn-3198_22837422e25cf0a05cb0efba9aa80402 | what movies has selena gomez starred in and involves organization National Film Board of Canada | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gs6vr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gs6vr ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.genre ?c .
?c ns:organization.organization_sector.organizations_in_this_sector ns:m.014l4w .
} |
|
At what universities with fewer than 22134 undergraduates did Jeff Corwin receive an education? | comparative | what education does jeff corwin have | 2017-10-26T04:03:17 | [
{
"aliases": [
"Bridgewater State College, main campus",
"Bridgewater State College",
"Bridgewater State"
],
"answer": "Bridgewater State University",
"answer_id": "m.035p0k"
},
{
"aliases": [
"University of Massachusetts, main campus",
"UMass",
"University of Massachusetts Amherst, main campus"
],
"answer": "University of Massachusetts Amherst",
"answer_id": "m.01ky7c"
}
] | WebQTrn-2775 | WebQTrn-2775_5fe7c19bb340fff130d482005a1015dd | what education does jeff corwin have and is the university that has number of undergraduates less than 22134 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03xsv3)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03xsv3 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.university.number_of_undergraduates ?c .
?c ns:measurement_unit.dated_integer.number ?num .
FILTER (xsd:integer(?num) < 22134) .
} |
|
What are some of the tourist attractions in Germany and Berlin? | conjunction | what are some famous tourist attractions in germany | 2017-10-25T22:17:21 | [
{
"aliases": [
"Topography of Terror, Berlin"
],
"answer": "Topography of Terror",
"answer_id": "m.0djmy_"
}
] | WebQTrn-472 | WebQTrn-472_11eccd52c32543ca7434ddd81cf299a4 | what are some famous tourist attractions in germany and is in Berlin | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0345h)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0345h ns:travel.travel_destination.tourist_attractions ?x .
?x ns:location.location.containedby ns:m.0156q .
} |
|
What Stonewall Jackson battles are featured in the film "The Free State of Jones"? | conjunction | what battles did stonewall jackson fight in | 2017-10-26T06:50:39 | [
{
"aliases": [
"War Between the States",
"U.S. Civil War",
"War of the Rebellion",
"United States Civil War"
],
"answer": "American Civil War",
"answer_id": "m.0kbq"
}
] | WebQTest-72 | WebQTest-72_995568e7ae62cedd5cc519f445b19abb | what battles did stonewall jackson fight in and is subject of the film The Free State of Jones | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07r8h)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07r8h ns:military.military_commander.military_commands ?y .
?y ns:military.military_command.military_conflict ?x .
?x ns:film.film_subject.films ns:m.012wh_q6 .
} |
|
Who was the first dictator of the country where the Soviet Ruble is used as currency? | composition | who was the first dictator of the soviet union | soviet union | 2017-10-26T06:50:16 | [
{
"aliases": [
"Lenin",
"Vladimir Ilyich Ulyanov",
"Vladimir Ilyich Lenin",
"V. I. Lenin",
"Vladimir Ilich Uliánov",
"Владимир Ильич Ленин",
"Владимир Ильич Ульянов",
"Vladimir \"Volodya\" Ilyich",
"Vladimir I. Lenin"
],
"answer": "Vladimir Lenin",
"answer_id": "m.05wh0sh"
}
] | WebQTest-65 | WebQTest-65_b1f9bf9c0551430652e0ae3b98455ea6 | who was the first dictator of the where the currency Soviet ruble is used | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_formerly_used ns:m.025rymp .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.from ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
What sea does the river that flows under the Xiling Yangtze River Bridge emplty in to? | composition | what sea does the yangtze river empty into | yangtze river | 2017-10-26T05:48:59 | [
{
"aliases": [
"East China"
],
"answer": "East China Sea",
"answer_id": "m.018smn"
}
] | WebQTrn-3457 | WebQTrn-3457_b08f65da81574b8397d5f76ea4138c3d | what sea does the the body of water under Xiling Yangtze River Bridge empty into | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:geography.body_of_water.bridges ns:m.0cj5dp .
?c ns:geography.river.mouth ?x .
}
|
What movie did Kat Graham and Dina Lohan play in? | composition | who did kat graham play in parent trap | parent trap | 2017-10-26T00:35:26 | [
{
"aliases": [],
"answer": "Jackie",
"answer_id": "m.0gft0zl"
}
] | WebQTrn-1366 | WebQTrn-1366_8636868f5c1070e56bf3744884966989 | who did kat graham play in the movie that Dina Lohan played in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.starring ?k .
?k ns:film.performance.actor ns:m.02nyv0s .
?c ns:film.film.starring ?y .
?y ns:film.performance.character ?x .
?y ns:film.performance.actor ns:m.04n1xdl .
}
|
What college founded in 1919 that Florence Griffith Joyner attend? | conjunction | what college did florence griffith joyner attend | 2017-10-26T03:55:13 | [
{
"aliases": [
"University of California, Los Angeles Campus",
"UCLA"
],
"answer": "University of California, Los Angeles",
"answer_id": "m.09f2j"
}
] | WebQTrn-2737 | WebQTrn-2737_ba1b3d8965af4c1f1127fa5219d1c2df | what college did florence griffith joyner attend and the organiztion founding date is 1919 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jkxq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jkxq ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:kg.object_profile.prominent_type ns:education.university .
?x ns:organization.organization.date_founded "1919"^^xsd:dateTime .
} |
|
Which political party spoke about, and was affiliated with Egalitarianism? | composition | what party was lincoln affiliated with | lincoln | 2017-10-26T02:59:35 | [
{
"aliases": [
"United States Republican Party",
"Grand Old Party",
"Republican",
"GOP"
],
"answer": "Republican Party",
"answer_id": "m.07wbk"
},
{
"aliases": [
"Whig",
"United States Whig Party"
],
"answer": "Whig Party",
"answer_id": "m.07wdw"
},
{
"aliases": [
"National Union"
],
"answer": "National Union Party",
"answer_id": "m.0d9fdp"
},
{
"aliases": [
"Illinois Republican"
],
"answer": "Illinois Republican Party",
"answer_id": "m.0g7ly4"
}
] | WebQTrn-2419 | WebQTrn-2419_8b001bcb44293629f1f5d0ab796adf8d | what party was the public speaker which spoke about Egalitarianism affiliated with | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:event.public_speaker.speeches_or_presentations ?k .
?k ns:event.speech_or_presentation.speech_topic ns:m.02rc5 .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
Where did the person who wrote the lyrics for "Ojos Asi" came from? | composition | where is shakira from originally | shakira | 2017-10-26T02:13:17 | [
{
"aliases": [
"Barranquilla, Colombia"
],
"answer": "Barranquilla",
"answer_id": "m.02b84b"
}
] | WebQTrn-2064 | WebQTrn-2064_c47734f5dd8f759bee5439f67bf07f43 | where is the person who wrote the lyrics for "Ojos AsÃ" from originally | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.lyricist.lyrics_written ns:m.06mrld .
?c ns:people.person.place_of_birth ?x .
}
|
Which executive producer of Double Wedding is tia and tamer mowry's parents? | conjunction | who is tia and tamera mowry parents | 2017-10-25T21:41:58 | [
{
"aliases": [
"Darlene Renee Mowry",
"Darlene Flowers Mowry"
],
"answer": "Darlene Mowry",
"answer_id": "m.0b_x1n8"
}
] | WebQTrn-249 | WebQTrn-249_3d527f0473b35058040c0423c5e2c740 | who is tia and tamera mowry parents and was executive produce of Double Wedding | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.054xvs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.054xvs ns:people.person.parents ?x .
?x ns:film.producer.films_executive_produced ns:m.0bhh21n .
} |
|
What is the language with the initials of "DEU" that is spoken in Belgium? | conjunction | what language people speak in belgium | 2017-10-26T00:17:50 | [
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
}
] | WebQTrn-1251 | WebQTrn-1251_ebe5cd17a5cda4ce18e1942b6256774f | what language people speak in belgium and that has initials deu | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0154j)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0154j ns:location.country.languages_spoken ?x .
?x ns:language.human_language.iso_639_3_code "deu" .
} |
|
Which language is spoken in Australia and Kenosha? | conjunction | what language do australian people speak | 2017-10-25T21:31:51 | [
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
}
] | WebQTrn-195 | WebQTrn-195_a5a6ec77d26685efbc82d0f40b5256fe | what language do australian people speak and is the language Kenosha | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0chghy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0chghy ns:location.country.languages_spoken ?x .
?x ns:fictional_universe.fictional_language.where_spoken ns:m.02h98sm .
} |
Subsets and Splits