question
stringlengths 19
168
| compositionality_type
stringclasses 4
values | webqsp_question
stringlengths 15
74
| composition_answer
stringlengths 0
41
| created
stringlengths 19
19
| answers
list | webqsp_ID
stringlengths 9
13
| ID
stringlengths 11
46
| machine_question
stringlengths 21
172
| sparql
stringlengths 127
1.39k
|
---|---|---|---|---|---|---|---|---|---|
Which structure where the Atlanta Braves go to bat was the most recently opened? | superlative | where does the atlanta braves play | 2017-10-26T01:35:03 | [
{
"aliases": [],
"answer": "State Mutual Stadium",
"answer_id": "m.0ctrnf"
}
] | WebQTrn-1795 | WebQTrn-1795_f317024b8d04fd24d912dc87776a41a6 | where does the atlanta braves play and is the structure opened latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0x2p)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0x2p ns:sports.sports_team.arena_stadium ?x .
?x ns:architecture.structure.opened ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
What movie did Angelia Jolie direct that Becky Sullivan was a crew member of? | conjunction | what movie is angelina jolie directing | 2017-10-26T06:37:05 | [
{
"aliases": [
"En tierra de sangre y miel",
"Be'eretz shel dam udvash",
"Au pays du sang et du miel",
"A vér és méz földjén",
"U zemlji krvi i meda",
"Kan ve Ask",
"Na Terra de Sangue e Mel"
],
"answer": "In the Land of Blood and Honey",
"answer_id": "m.0gttw8n"
}
] | WebQTrn-3760 | WebQTrn-3760_6408d225cffb210c220cd3670e3fc6a9 | what movie is angelina jolie directing and a film that Becky Sullivan was a crew member of | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f4vbz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f4vbz ns:film.director.film ?x .
?x ns:film.film.other_crew ?c .
?c ns:film.film_crew_gig.crewmember ns:m.08zcnxr .
} |
|
Of the Jane Austen books that are movies, which is of the genre: comedy-drama? | conjunction | which jane austen books are movies | 2017-10-26T02:58:13 | [
{
"aliases": [
"Mansfield"
],
"answer": "Mansfield Park",
"answer_id": "m.0fsd9t"
}
] | WebQTrn-2408 | WebQTrn-2408_f1e5adae4e6b6ad94dbce79cb10e1eb6 | which jane austen books are movies and that has the following genre: Comedy-drama | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
?x ns:common.topic.notable_types ns:m.0jsg2m .
?x ns:film.film.story_by ns:m.040dv .?x ns:film.film.genre ns:m.01t_vv .
} |
|
Of the three countries bordering Cambodia, which has Lao Language as an official language? | conjunction | which three countries share a land border with cambodia | 2017-10-26T06:08:58 | [
{
"aliases": [
"Lao People's Democratic Republic",
"라오스"
],
"answer": "Laos",
"answer_id": "m.04hhv"
}
] | WebQTrn-3561 | WebQTrn-3561_9c9be1710c21b6b07ee227626573e95f | which three countries share a land border with cambodia and is the country that has Lao Language as an official language | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01xbgx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01xbgx 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.official_language ns:m.011ln5 .
} |
|
What movie did Leo Howard play in, and that was produced by the company Troublemaker Studios? | conjunction | what movies does leo howard play in | 2017-10-25T23:15:07 | [
{
"aliases": [
"Shorts: The Adventures of the Wishing Rock",
"Shorts: A Not-So-Tall Tale"
],
"answer": "Shorts",
"answer_id": "m.05qpqj6"
}
] | WebQTrn-862 | WebQTrn-862_85131b089729505e13c9ea5baf5f3a5e | what movies does leo howard play in and that was producted by the company Troublemaker Studios | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05sqlp_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05sqlp_ ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.production_companies ns:m.04ly9n .
} |
|
What Taylor Lautner movie features the song "Love Will Take You"? | conjunction | what all movies has taylor lautner been in | 2017-10-26T10:59:36 | [
{
"aliases": [
"Beureiking Deon - 1bu",
"A Saga Crepúsculo: Amanhecer - Parte 1",
"Amanecer",
"Alkonyat: Hajnalhasadás - 1. rész",
"Здрач: Зазоряване - част 1",
"Breaking Dawn",
"Amanhecer - Parte 1",
"Breaking Dawn – Part 1",
"Breaking Dawn - Bis(s) zum Ende der Nacht: Teil 1",
"Breaking Dawn - del 1",
"Alacakaranlik Efsanesi: Safak Vakti Bölüm 1",
"Сумерки. Сага. Рассвет: Часть 1",
"Breaking Dawn: Part 1",
"A Saga Twilight: Amanhecer Parte 1",
"Twilight, chapitre IV : Révélation 1re partie"
],
"answer": "The Twilight Saga: Breaking Dawn - Part 1",
"answer_id": "m.075wx89"
}
] | WebQTest-1583 | WebQTest-1583_a620f7d7b634a0dc6076fe3919f35c6b | what all movies has taylor lautner been in and features the song Love Will Take You | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ldhs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ldhs ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.featured_song ns:m.011k7fvv .
} |
|
What bordering country to the Great Lakes that Stacy Traub was born in? | conjunction | what two countries share a border with the great lakes | 2017-10-26T02:39:35 | [
{
"aliases": [
"Dominion of Canada",
"Canuckistan"
],
"answer": "Canada",
"answer_id": "m.0d060g"
}
] | WebQTrn-2266 | WebQTrn-2266_b265e1963a5685cd74a2c966450d67b4 | what two countries share a border with the great lakes and where Stacy Traub was born | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03519)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03519 ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:location.location.people_born_here ns:g.11bymmj9qs .
} |
|
What country, with the largest country code, is Mount Everest found? | superlative | in which country is mount everest found | 2017-10-26T02:25:35 | [
{
"aliases": [
"Democratic Republic of Nepal",
"Federal Democratic Republic of Nepal"
],
"answer": "Nepal",
"answer_id": "m.016zwt"
}
] | WebQTrn-2162 | WebQTrn-2162_60ad713c912ba0a53a817af134597857 | in which country is mount everest found and the country calling code is largest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0blbd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0blbd ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:location.country.calling_code ?num .
}
ORDER BY DESC(xsd:integer(?num)) LIMIT 1 |
|
What team was Hank Baskett on in 2010 whose sports stadium is the Hubert H. Humphrey Metrodome? | conjunction | what team is hank baskett on 2010 | 2017-10-26T07:43:00 | [
{
"aliases": [],
"answer": "Minnesota Vikings",
"answer_id": "m.051q5"
}
] | WebQTest-392 | WebQTest-392_bf04c3fc1743ef920e19a2ca3475cd9b | what team is hank baskett on 2010 and the sports team arena stadium is Hubert H. Humphrey Metrodome | 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.arena_stadium ns:m.01jdrn .
} |
|
What languages are spoken in the place where the Kaimanawa horse breed originated? | composition | what language does the new zealand speak | new zealand | 2017-10-26T02:03:27 | [
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
},
{
"aliases": [
"New Zealand Sign"
],
"answer": "New Zealand Sign Language",
"answer_id": "m.03t17x"
},
{
"aliases": [
"Maori language",
"Maori",
"Māori",
"New Zealand Maori"
],
"answer": "Māori language",
"answer_id": "m.0dds9"
}
] | WebQTrn-1983 | WebQTrn-1983_f2f94e99e8db8522d5587d6437a5206c | what language does the the place where breed Kaimanawa horse originated in 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:biology.breed_origin.breeds_originating_here ns:m.0358b9 .
?c ns:location.country.official_language ?x .
}
|
What movie does Robert Pattinson play in that has a prequel called Harry Potter and the Prisoner of Azkaban? | conjunction | what movies have robert pattinson in them | 2017-10-26T12:14:30 | [
{
"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"
}
] | WebQTest-2003 | WebQTest-2003_dad2e2e95c1f8c4a58846afcec560c8e | what movies have robert pattinson in them and had a prequel named Harry Potter and the Prisoner of Azkaban | 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.prequel ns:m.03177r .
} |
|
What movies with casting director Kerry Barden did Leo Howard play in? | conjunction | what movies does leo howard play in | 2017-10-25T23:15:07 | [
{
"aliases": [
"Conan ha'Barbari",
"Conan",
"Conan, o Bárbaro",
"Konanas barbaras 3D"
],
"answer": "Conan the Barbarian",
"answer_id": "m.0bhc5kw"
}
] | WebQTrn-862 | WebQTrn-862_bb25730f47a4ae0e7a9b1df4ec2713fa | what movies does leo howard play in and film casting director was Kerry Barden | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05sqlp_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05sqlp_ ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.film_casting_director ns:m.08n9d20 .
} |
|
What sports team owned by Stan Kroenke was nominated for the Outstanding Team ESPY Award? | conjunction | what all does stan kroenke own | 2017-10-26T03:08:57 | [
{
"aliases": [
"Saint Louis Rams"
],
"answer": "St. Louis Rams",
"answer_id": "m.06x76"
}
] | WebQTrn-2484 | WebQTrn-2484_3f4d14f2276183ba45310b5045febfda | what all does stan kroenke own and was nominee of the Outstanding Team ESPY Award award | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dg6f6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dg6f6 ns:sports.sports_team_owner.teams_owned ?x .
?x ns:award.award_nominee.award_nominations ?c .
?c ns:award.award_nomination.award ns:m.02qgr64 .
} |
|
Which are the countries Britain owns and does the government have position of First Minister? | conjunction | what countries does britain own | 2017-10-26T05:23:40 | [
{
"aliases": [
"Scotia"
],
"answer": "Scotland",
"answer_id": "m.06q1r"
},
{
"aliases": [],
"answer": "Wales",
"answer_id": "m.0j5g9"
}
] | WebQTrn-3317 | WebQTrn-3317_fb7ecccb7fc52b604569382a49eabcf7 | what countries does britain own and is the government has a position title of First Minister | 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.governing_officials ?c .
?c ns:government.government_position_held.basic_title ns:m.0190gy .
} |
|
Of all of Jane Austen books that are movies, which film was Neill Gorton a crew member of? | conjunction | which jane austen books are movies | 2017-10-26T02:58:13 | [
{
"aliases": [
"Jane"
],
"answer": "Becoming Jane",
"answer_id": "m.08m1s2"
}
] | WebQTrn-2408 | WebQTrn-2408_f4071c573c8d76a2de8e8c62891a9be2 | which jane austen books are movies and a film that Neill Gorton was a crew member of | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
?x ns:common.topic.notable_types ns:m.0jsg2m .
?x ns:film.film.story_by ns:m.040dv .?x ns:film.film.other_crew ?c .
?c ns:film.film_crew_gig.crewmember ns:m.0124zy01 .
} |
|
What Matt Dallas movie was directed by Christian Schoyen? | conjunction | what movies does matt dallas play in | 2017-10-26T08:46:26 | [
{
"aliases": [],
"answer": "Living the Dream",
"answer_id": "m.051x5f2"
}
] | WebQTest-812 | WebQTest-812_5efe893f8fc0c46642c0c95bdcd984f5 | what movies does matt dallas play in and that was directed by Christian Schoyen | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dfyw6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dfyw6 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.directed_by ns:m.0531s0m .
} |
|
Which movies released prior to May 19,2009 have featured Robert Pattinson? | comparative | what movies have robert pattinson in them | 2017-10-26T12:14:30 | [
{
"aliases": [],
"answer": "Dark Kingdom: The Dragon King",
"answer_id": "m.047fhg8"
},
{
"aliases": [
"Twilight - La fascination",
"Sumrak",
"Twilight - Evighetens kyss",
"Сумерки",
"Twilight: Chapitre 1 - Fascination",
"Alacakaranlik",
"Twilight - Houkutus",
"Lykofos",
"Bindi",
"Zmierzch",
"Crepusculo",
"Towairaito - Hatsukoi",
"Alkonya",
"Twilight - Biss zum Morgengrau",
"Crepúsculo",
"Twilight, chapitre I : Fascination",
"Здрач",
"Stmívání",
"Súmrak",
"Videvik"
],
"answer": "Vanity Fair",
"answer_id": "m.03nm_fh"
},
{
"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": "How to Be",
"answer_id": "m.031786"
},
{
"aliases": [],
"answer": "Harry Potter and the Order of the Phoenix",
"answer_id": "m.04qk12"
},
{
"aliases": [
"Harry Potter und der Orden des Phönix",
"The Order of the Phoenix",
"Harry Potter a Fénixuv rád",
"Harry Potter i Zakon Feniksa",
"Harry Potter ve zümrüdüanka yoldasligi",
"Tip Top",
"Harry Potter i red Feniksa",
"Harry Potter a Fénixov rád",
"Harry Potter and the Order of the Phoenix: The IMAX Experience",
"Harry Potter og Fønixordenen",
"Harry Potter e a Ordem da Fénix",
"Harry Potter és a Főnix rendje",
"Harii Pottâ to fushichô no kishidan",
"Harry Potter och Fenixorden",
"Harry Potter en de orde van de Feniks",
"Гарри Поттер и Орден Феникса",
"Harry Potter in Feniksov red",
"Harry Potter et l'ordre du Phénix",
"Harry Potter i l'orde del Fènix",
"Harry Potter si Ordinul Phoenix",
"Harry Potter e l'ordine della Fenice",
"Harry Potter y la orden del Fénix",
"Harry Potter ja Fööniksi ordu",
"Harry Potter ja Feeniksin kilta",
"Harry Potter og Føniksordenen",
"Harry Potter e a Ordem da Fênix",
"O Harry Potter kai to Tagma tou Foinika",
"Haris Poteris ir Fenikso brolija",
"Хари Потър и орденът на феникса",
"Hari Poter I red Feniksa"
],
"answer": "Little Ashes",
"answer_id": "m.031hcx"
},
{
"aliases": [
"Die Nibelungen - Der Fluch des Drachen",
"Curse of the Ring",
"La saga dei Nibelunghi",
"Ring of the Nibelungs",
"Sword of Xanten"
],
"answer": "Harry Potter and the Goblet of Fire",
"answer_id": "m.0bpkq4"
},
{
"aliases": [],
"answer": "Twilight",
"answer_id": "m.04m_qkz"
}
] | WebQTest-2003 | WebQTest-2003_afe3ffd5000408d7724fd4dfa94aae41 | what movies have robert pattinson in them and is the film that was released before 2009-05-19 | 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.release_date_s ?c .
?c ns:film.film_regional_release_date.release_date ?num .
FILTER (?num < "2009-05-19"^^xsd:dateTime) .
} |
|
What university is seen during "zuleika dobson" and was where Dr. Seuss got his education? | conjunction | where did dr seuss go to school | 2017-10-25T21:16:47 | [
{
"aliases": [
"Universitas Oxoniensis",
"Oxford University"
],
"answer": "University of Oxford",
"answer_id": "m.07tgn"
}
] | WebQTrn-117 | WebQTrn-117_a334514d4b448415c3e92ef872acbce9 | where did dr seuss go to school and that was featured in the work Zuleika Dobson | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02g3w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02g3w ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:book.book_subject.works ns:m.03c5xt .
} |
|
What state through which the Sierra Nevada runs is the governmental jurisdiction that adapted its location symbol on 24 February 1866? | conjunction | what states does the sierra nevada run through | 2017-10-26T08:32:44 | [
{
"aliases": [
"Nev",
"Silver State",
"Battle-Born State",
"Sagebrush State",
"NV"
],
"answer": "Nevada",
"answer_id": "m.059_c"
}
] | WebQTest-725 | WebQTest-725_07eaf91e7cb3934303c9eee708741a90 | what states does the sierra nevada run through and have governmental jurisdiction location symbol that was adapted on 1866-02-24 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0db94)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0db94 ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
?x ns:government.governmental_jurisdiction.official_symbols ?c .
?c ns:location.location_symbol_relationship.date_adopted "1866-02-24"^^xsd:dateTime .
} |
|
Who influenced the author of "Tortilla Fiat" to begin writing? | composition | what influenced john steinbeck to start writing | john steinbeck | 2017-10-26T12:20:12 | [
{
"aliases": [],
"answer": "Sherwood Anderson",
"answer_id": "m.023jy9"
},
{
"aliases": [
"Thomas Malory of Newbold Revel",
"Sir Malory",
"Sir Thomas Malory of Newbold Revel",
"Sir Thomas Malory",
"Malleorre"
],
"answer": "Thomas Malory",
"answer_id": "m.07jrh"
},
{
"aliases": [
"William J. Faulkner",
"Bill",
"William Cuthbert Faulkner",
"Count No' Count",
"Willia Faulkner",
"William Cuthbert Falkner",
"Will Faulkner"
],
"answer": "William Faulkner",
"answer_id": "m.084w8"
},
{
"aliases": [
"Robden of Solway Firth",
"Scotland's favourite son",
"Bard of Ayrshire",
"The Bard",
"Rabbie Burns",
"Ploughman Poet"
],
"answer": "Robert Burns",
"answer_id": "m.09482"
}
] | WebQTest-2021 | WebQTest-2021_9cb3806a6cd1ccd197f00cd8fc563ea8 | what influenced the author who published editions for Tortilla Flat to start writing | 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.04vbc1j .
?c ns:influence.influence_node.influenced_by ?x .
}
|
What country where some folks speak Italian was featured in the work "The Pearl"? | conjunction | what countries do they speak italian | 2017-10-26T00:53:43 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTrn-1474 | WebQTrn-1474_0f1f59a54fa4655b8a3b0ff7fa29ebaf | what countries do they speak italian and that was featured in the work The Pearl | 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:book.book_subject.works ns:m.0160h3 .
} |
|
What did Marc E. Platt produce that Mario Lopez has been in? | conjunction | what has mario lopez been in | 2017-10-25T22:59:02 | [
{
"aliases": [],
"answer": "Honey 2",
"answer_id": "m.0c014wb"
}
] | WebQTrn-795 | WebQTrn-795_c01bf575a75c55b214c2e6a0e5eaa4d4 | what has mario lopez been in and that was producted by Marc E. Platt | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02w5q6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02w5q6 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.executive_produced_by ns:m.0c5yrm .
} |
|
What movie did both Ian Somerhalder and Mary Steenburgen play in? | conjunction | what has ian somerhalder acted in | 2017-10-26T07:32:13 | [
{
"aliases": [],
"answer": "Life as a House",
"answer_id": "m.04f20d"
}
] | WebQTest-322 | WebQTest-322_e71af02c71fec3a91394fbbf0c254538 | what has ian somerhalder acted in and is the movie that Mary Steenburgen played in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.044mvs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.044mvs ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.actor ns:m.014g22 .
} |
|
What city is the birthplace of the actress who was the character "waterpark girl"? | composition | what city was selena gomez born in | selena gomez | 2017-10-25T22:35:15 | [
{
"aliases": [
"Grand Prairie, Texas",
"Tarrant County / Grand Prairie city"
],
"answer": "Grand Prairie",
"answer_id": "m.013mbz"
}
] | WebQTrn-589 | WebQTrn-589_868d99d0a07270dab57d29668b5b5faf | what city was the actor that played the character Waterpark Girl born 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.actor.film ?k .
?k ns:film.performance.character ns:m.0gx39lq .
?c ns:people.person.place_of_birth ?x .
}
|
In what Mario Lopez film was Daniel J. Leahy a crew member? | conjunction | what has mario lopez been in | 2017-10-25T22:59:02 | [
{
"aliases": [
"Lohista ta lavale",
"O Pior Trabalho do Mundo",
"To je rock'n'roll!",
"É Muito Rock, Meu!",
"Felhangolva",
"Todo sobre mi desmadre",
"Get Him To The Greek",
"Sikotos gia ti synavlia",
"American Trip",
"Побег из Вегаса",
"Keikkaa pukkaa",
"Adu-l urgent pe scena",
"Männertrip",
"In viaggio con una rock star",
"Zorlu görev",
"Get Me to the Gig",
"Samo ga dovedi"
],
"answer": "Get Him to the Greek",
"answer_id": "m.05_5_22"
}
] | WebQTrn-795 | WebQTrn-795_467eda210fe27db90f6ac09a080753a9 | what has mario lopez been in and a film that Daniel J. Leahy was a crew member of | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02w5q6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02w5q6 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.other_crew ?c .
?c ns:film.film_crew_gig.crewmember ns:m.08_wqg9 .
} |
|
What form of government is used in the country where Chechen is a spoken language? | composition | what type of political system does russia have | russia | 2017-10-25T23:17:49 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTrn-871 | WebQTrn-871_7cd339eefa681cdb907de4bdf65f8aae | what type of political system does the country where Chechen 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.0198z0 .
?c ns:location.country.form_of_government ?x .
}
|
What country, with the calling code of 359, is Nina Dobrev from? | conjunction | what is nina dobrev nationality | 2017-10-25T21:04:38 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-15 | WebQTrn-15_91838a7ede712ea5f4252ba9c55f77b0 | what is nina dobrev nationality and the country calling code is 359 | 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.country.calling_code "359" .
} |
|
Who was the Vice President of the man about whom "Gore Vidal's Lincoln" was written? | composition | who was lincoln 's vice president when he died | lincoln | 2017-10-26T01:31:05 | [
{
"aliases": [
"Andy Johnson"
],
"answer": "Andrew Johnson",
"answer_id": "m.0rmg"
}
] | WebQTrn-1777 | WebQTrn-1777_5096e7f87655bfead420edf88c0629f0 | who was the subject of the film Gore Vidal's Lincoln 's vice president when he 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:film.film_subject.films ns:m.04j21rb .
?c ns:government.us_president.vice_president ?x .
?x ns:government.us_vice_president.vice_president_number ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
|
What language do they speak in Brazil that belongs to the Indo-European language family? | conjunction | what language do brazil speak | 2017-10-26T04:59:57 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [
"Portuguese",
"Portugese",
"Portuguese language",
"Português"
],
"answer": "Portuguese Language",
"answer_id": "m.05zjd"
}
] | WebQTrn-3160 | WebQTrn-3160_b0cc5dcb4d5800e88837d2cdee8081e1 | what language do brazil speak and belongs to the Indo-European languages language family | 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.language_family ns:m.03v09 .
} |
|
Where did the composer of "Ciega, Sordumda" originally come 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_4ac50e02ffe8c880d0be0b7bfeebf736 | where is the composer of Ciega, Sordomuda 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.composer.compositions ns:m.0cjnlw .
?c ns:people.person.place_of_birth ?x .
}
|
What is the inventor of the telephone known for? | composition | what was alexander graham bell known for | alexander graham bell | 2017-10-26T06:08:40 | [
{
"aliases": [
"Phone"
],
"answer": "Telephone",
"answer_id": "m.07cx4"
}
] | WebQTrn-3555 | WebQTrn-3555_fda66e6f7c0d0fc1554399c0660568b0 | what was is the parson that invented Telephone known for | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:law.inventor.us_patents ns:m.07cx4 .
?c ns:user.lindenb.default_domain.scientist.known_for ?x .
}
|
What language spoken in South Africa has the initials DEU? | conjunction | what do people in south africa speak | 2017-10-26T00:09:02 | [
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
}
] | WebQTrn-1199 | WebQTrn-1199_ebe5cd17a5cda4ce18e1942b6256774f | what do people in south africa speak and that has initials deu | 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.country.languages_spoken ?x .
?x ns:language.human_language.iso_639_3_code "deu" .
} |
|
Which US Senator ran against George W. Bush in his second term? | conjunction | who did george w. bush run against for the second term | 2017-10-26T06:47:37 | [
{
"aliases": [
"Senator John Kerrey",
"Sen. John Kerry",
"Liveshot",
"John Forbes Kerry",
"Senator John Kerry",
"John F. Kerry",
"Sen John Kerry"
],
"answer": "John Kerry",
"answer_id": "m.0d3qd0"
}
] | WebQTest-38 | WebQTest-38_76ccde3aa94e7dca4f11f484f1369baf | who did george w. bush run against for the second term and hold a position in United States Senate | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
ns:m.04qwhs ns:government.election.campaigns ?y .
?y ns:government.election_campaign.candidate ?x .
FILTER (?x != ns:m.09b6zr)?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.governmental_body ns:m.07t58 .
} |
|
In which timezone is the country where Malaysian English is spoken? | composition | what timezone is malaysia | malaysia | 2017-10-26T03:39:05 | [
{
"aliases": [
"MST",
"MYT",
"Malaysia Time"
],
"answer": "Malaysia Time Zone",
"answer_id": "m.0ch2v5"
}
] | WebQTrn-2648 | WebQTrn-2648_78c823b83092f604338f22811e90a7c3 | what timezone is the country where Malaysian English is spoken | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.languages_spoken ns:m.014vj2 .
?c ns:location.location.time_zones ?x .
}
|
What type of political system does the country who makes Gilroy Favourite beers have? | composition | what is the political system of south africa | south africa | 2017-10-26T08:31:52 | [
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Parliamentary"
],
"answer": "Parliamentary republic",
"answer_id": "m.0glnsx"
}
] | WebQTest-714 | WebQTest-714_bf6de3443ff80ebd1cf7e57db4210c8c | what is the political system of the country where Gilroy Favourite beer is made | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:food.beer_country_region.beers_from_here ns:m.04dqq6g .
?c ns:location.country.form_of_government ?x .
}
|
Which of the universities attended by Jane Goodall has the largest number of undergraduates? | superlative | where did jane goodall go to school | 2017-10-25T23:25:41 | [
{
"aliases": [
"Newnham College, Cambridge, main campus"
],
"answer": "Newnham College, Cambridge",
"answer_id": "m.02hmw9"
}
] | WebQTrn-927 | WebQTrn-927_ed0573694561c40b277d3b3e388e46d0 | where did jane goodall go to school and is the university that has number of undergraduates largest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0cbqk)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0cbqk 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 .
}
ORDER BY DESC(xsd:integer(?num)) LIMIT 1 |
|
Where was the person that said "Government does not solve problems; it subsidizes them." born and raised? | composition | where was ronald reagan born and raised | ronald reagan | 2017-10-26T03:22:38 | [
{
"aliases": [
"Whiteside County / Tampico village",
"Tampico, Illinois"
],
"answer": "Tampico",
"answer_id": "m.0sj7b"
}
] | WebQTrn-2567 | WebQTrn-2567_c20dea9851e737a04505f91280ade736 | where was the person that said "Government does not solve problems; it subsidizes them." 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:people.person.quotations ns:m.048g5vm .
?c ns:people.person.place_of_birth ?x .
}
|
What other languages are spoken in the country where the Greenlandic language is spoken? | composition | what language do they denmark | denmark | 2017-10-25T22:41:40 | [
{
"aliases": [
"Greenlandic Eskimo",
"Inuktitut, Greenlandic",
"Greenlandic",
"Kalaallisut"
],
"answer": "Greenlandic language",
"answer_id": "m.02_8gp"
},
{
"aliases": [
"Dänisch",
"Danish",
"Central Danish",
"Dansk",
"Sjaelland"
],
"answer": "Danish Language",
"answer_id": "m.0295r"
},
{
"aliases": [
"Føroyskt",
"Faroese Language"
],
"answer": "Faroese",
"answer_id": "m.02hrcqd"
},
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
}
] | WebQTrn-633 | WebQTrn-633_7d536ed4faecf8783859ff5ffe65847c | what language do they the country where Greenlandic language is spoken | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.languages_spoken ns:m.02_8gp .
?c ns:location.country.languages_spoken ?x .
}
|
Who started Pixar and was buried in the Alta Mesa Memorial Park? | conjunction | who started pixar | 2017-10-25T21:41:56 | [
{
"aliases": [
"Steven Paul \"Steve\" Jobs",
"Steven Paul Jobs"
],
"answer": "Steve Jobs",
"answer_id": "m.06y3r"
}
] | WebQTrn-248 | WebQTrn-248_0ad32ac8a5f5093dea904fe327836c0d | who started pixar and was buried in Alta Mesa Memorial Park | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0kk9v)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0kk9v ns:organization.organization.founders ?x .
?x ns:people.deceased_person.place_of_burial ns:m.0h967g4 .
} |
|
Who did the voice of Darth Vader and wrote Voices and Silences? | conjunction | who does the voice for darth vader | 2017-10-26T08:42:19 | [
{
"aliases": [
"Jones",
"James Earl Boggins Jones",
"Todd"
],
"answer": "James Earl Jones",
"answer_id": "m.0f6_x"
}
] | WebQTest-794 | WebQTest-794_9d97dbacae72da3d13bebc0a3f095297 | who does the voice for darth vader and who also wrote Voices and silences | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f2y0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f2y0 ns:film.film_character.portrayed_in_films ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.special_performance_type ns:m.02nsjvf .
?x ns:book.author.works_written ns:m.067z76z .
} |
|
If I visit the place where the Mexican Hairless dog originated in, what kind of money should I bring? | composition | what kind of money do i bring to mexico | mexico | 2017-10-26T09:18:53 | [
{
"aliases": [],
"answer": "Mexican peso",
"answer_id": "m.012ts8"
}
] | WebQTest-1024 | WebQTest-1024_a4ddba5c32029f9ddbc62e1f994f4146 | what kind of money do i bring to the place where breed Mexican Hairless Dog 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.01k9j2 .
?c ns:location.country.currency_used ?x .
}
|
What's in the location in which the newspaper, Liverpool Daily Post, is circulated in England? | composition | what is in liverpool england | liverpool | 2017-10-25T22:03:56 | [
{
"aliases": [
"Mendips",
"251 Menlove Avenue, Liverpool"
],
"answer": "251 Menlove Avenue",
"answer_id": "m.019gnm"
},
{
"aliases": [
"Walker Art Gallery, Liverpool"
],
"answer": "Walker Art Gallery",
"answer_id": "m.02c3ll"
},
{
"aliases": [
"World",
"World Museum Liverpool",
"World Museum Liverpool Building"
],
"answer": "World Museum",
"answer_id": "m.02vvzf"
},
{
"aliases": [
"Merseyside Maritime"
],
"answer": "Merseyside Maritime Museum",
"answer_id": "m.02vw4c"
},
{
"aliases": [
"Royal Liver Assurance Building",
"Royal Liver Building, Liverpool"
],
"answer": "Royal Liver Building",
"answer_id": "m.036gxj"
},
{
"aliases": [
"Albert Dock, Liverpool"
],
"answer": "Albert Dock",
"answer_id": "m.040gbq"
},
{
"aliases": [
"Bluecoat Chambers, Liverpool"
],
"answer": "Bluecoat Chambers",
"answer_id": "m.040gw4"
},
{
"aliases": [
"Saint George's Hall, Liverpool"
],
"answer": "St George's Hall, Liverpool",
"answer_id": "m.04150b"
},
{
"aliases": [],
"answer": "The Oratory, Liverpool",
"answer_id": "m.04bz00"
},
{
"aliases": [
"Cathedral Church of Christ in Liverpool"
],
"answer": "Liverpool Cathedral",
"answer_id": "m.05d5yy"
},
{
"aliases": [
"New Pleasureland",
"Pleasureland"
],
"answer": "New Pleasureland Southport",
"answer_id": "m.06h8xk"
}
] | WebQTrn-399 | WebQTrn-399_b321550dd2ff1e8cd72c9c7cf2b82350 | what is in the area in which the newspaper Liverpool Daily Post is circulated england | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:periodicals.newspaper_circulation_area.newspapers ns:m.025tg9b .
?c ns:travel.travel_destination.tourist_attractions ?x .
}
|
What city is run by a mayor and was the location of the Gettysburg war? | conjunction | where was the gettysburg war located | 2017-10-26T02:13:33 | [
{
"aliases": [
"Gettysburg, Pennsylvania",
"Adams County / Gettysburg borough"
],
"answer": "Gettysburg",
"answer_id": "m.0dzs0"
}
] | WebQTrn-2066 | WebQTrn-2066_4c5dc1332d9eba8fde58e7b9561d4ae3 | where was the gettysburg war located and is the government has a position title of Mayor | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01jnm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01jnm ns:time.event.locations ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.basic_title ns:m.0pqc5 .
} |
|
Which native English speaking country was involved in the Siege of Louisbourg? | conjunction | what countries speak english natively | 2017-10-26T11:02:02 | [
{
"aliases": [],
"answer": "Kingdom of Great Britain",
"answer_id": "m.014tss"
}
] | WebQTest-1604 | WebQTest-1604_81ae768209f6ea03a9a1593fac6825b8 | what countries speak english natively and a military combatant which was involved in the military conflict of the Siege of Louisbourg | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02h40lc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02h40lc ns:language.human_language.main_country ?x .
?x ns:military.military_combatant.casualties ?c .
?c ns:military.casualties.military_conflict ns:m.03mdj0h .
} |
|
What trading partner of Portugal has a neighborhood called Geylang? | conjunction | who does portugal trade with | 2017-10-26T11:53:29 | [
{
"aliases": [
"Singapura",
"Republic of Singapore"
],
"answer": "Singapore",
"answer_id": "m.06t2t"
}
] | WebQTest-1874 | WebQTest-1874_8c5197a7f8382242bd32d40aea559bac | who does portugal trade with and contains a neighborhood named Geylang | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05r4w)
{
ns:m.05r4w ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.05r4w ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.place_with_neighborhoods.neighborhoods ns:m.03nydb .
} |
|
What are the tourist attractions, that are in the state that held the Houston mayoral election, in 2009 ? | composition | what tourist attractions are in houston texas | houston | 2017-10-26T00:54:13 | [
{
"aliases": [],
"answer": "Houston Zoo",
"answer_id": "m.01_nc_"
},
{
"aliases": [
"Manned Spacecraft Center",
"Lyndon B. Johnson Space Center, Houston",
"Lyndon B. Johnson Space",
"JSC"
],
"answer": "Lyndon B. Johnson Space Center",
"answer_id": "m.0182y2"
},
{
"aliases": [
"USS Texas, Houston",
"U.S.S. Texas",
"The Battleship Texas"
],
"answer": "USS Texas (BB-35)",
"answer_id": "m.019r17"
},
{
"aliases": [
"Toyota",
"Toyota Center, Houston"
],
"answer": "Toyota Center",
"answer_id": "m.01tx3t"
},
{
"aliases": [
"Houston Galleria",
"theGalleria"
],
"answer": "The Galleria",
"answer_id": "m.01v9bf"
},
{
"aliases": [
"Houston Arboretum & Nature Center",
"Houston Arboretum and Nature"
],
"answer": "Houston Arboretum and Nature Center",
"answer_id": "m.0263t14"
},
{
"aliases": [],
"answer": "Rothko Chapel",
"answer_id": "m.026fxz"
},
{
"aliases": [],
"answer": "Lakewood Church",
"answer_id": "m.02nqnj"
},
{
"aliases": [
"Sam Houston Race"
],
"answer": "Sam Houston Race Park",
"answer_id": "m.02z52c3"
},
{
"aliases": [],
"answer": "Children's Museum of Houston",
"answer_id": "m.03c98h6"
},
{
"aliases": [
"Bayou Bend, Houston",
"The Bayou Bend Collection of the Museum of Fine Arts,Houston",
"Bayou Bend"
],
"answer": "Bayou Bend Collection and Gardens",
"answer_id": "m.03y8vk2"
},
{
"aliases": [],
"answer": "Kemah Boardwalk",
"answer_id": "m.03ynr2"
},
{
"aliases": [
"George R. Brown Convention"
],
"answer": "George R. Brown Convention Center",
"answer_id": "m.05170t"
},
{
"aliases": [
"Six Flags Splashtown, Spring"
],
"answer": "Wet'n'Wild SplashTown",
"answer_id": "m.063g1w"
},
{
"aliases": [
"Gerald D. Hines Waterwall"
],
"answer": "Gerald D. Hines Waterwall Park",
"answer_id": "m.076v_2"
},
{
"aliases": [],
"answer": "Houston Marathon",
"answer_id": "m.09q54f"
},
{
"aliases": [],
"answer": "Houston Museum of Natural Science",
"answer_id": "m.09vjh0"
},
{
"aliases": [],
"answer": "Downtown Aquarium, Houston",
"answer_id": "m.0cc7kjq"
},
{
"aliases": [
"The Museum of Fine Arts, Houston",
"Museum of Fine Arts Houston",
"MFAH"
],
"answer": "Museum of Fine Arts, Houston",
"answer_id": "m.0cfztb"
},
{
"aliases": [],
"answer": "Hanna–Barbera Land",
"answer_id": "m.0dhl0g"
},
{
"aliases": [],
"answer": "Space Center Houston",
"answer_id": "m.0fy56_"
}
] | WebQTrn-1480 | WebQTrn-1480_b0606774cb7696322bbcbabf86a36625 | what tourist attractions are in the state that held the Houston mayoral election, 2009 texas | 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.058f8jt .
?c ns:travel.travel_destination.tourist_attractions ?x .
}
|
Who did Cristiano Ronaldo play for in 2012, and the sports team was founded in 1902-03-06? | conjunction | who does cristiano ronaldo play for 2012 | 2017-10-26T05:15:10 | [
{
"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-3257 | WebQTrn-3257_1b096044073c6c4c265c1684dcd1ce6c | who does cristiano ronaldo play for 2012 and is the sports team was founded in 1902-03-06 | 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) <= "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) })
?x ns:sports.sports_team.founded "1902-03-06"^^xsd:dateTime .
} |
|
What country in the UK has the Carrickfergus Borough Council as a second level division? | conjunction | what countries makes up the uk | 2017-10-26T09:36:45 | [
{
"aliases": [
"the occupied six counties",
"the six counties",
"the North of Ireland"
],
"answer": "Northern Ireland",
"answer_id": "m.05bcl"
}
] | WebQTest-1114 | WebQTest-1114_8e5d777d8f1c02b62759d87e4596114b | what countries makes up the uk and is the country that has Carrickfergus Borough Council as a second level devision | 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:location.country.second_level_divisions ns:m.04_z9h .
} |
|
Who was the parent of Queen Elizabeth 1 who died in the Tower of London? | conjunction | who were queen elizabeth 1 parents | 2017-10-26T02:01:58 | [
{
"aliases": [],
"answer": "Anne Boleyn",
"answer_id": "m.09sxn"
}
] | WebQTrn-1974 | WebQTrn-1974_f863685d4b9a833c5a172022e285b373 | who were queen elizabeth 1 parents and who died in Tower of London | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02rg_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02rg_ ns:people.person.parents ?x .
?x ns:people.deceased_person.place_of_death ns:m.07nqn .
} |
|
For which team, does the subject of the picture, Matt Barnes, Orlando Magic, play? | composition | where did matt barnes play | matt barnes | 2017-10-25T22:38:25 | [
{
"aliases": [
"Clippersi",
"Lob City",
"San Diego Clippers"
],
"answer": "Los Angeles Clippers",
"answer_id": "m.0jmjr"
},
{
"aliases": [
"Lakeshow",
"LA Lakers",
"Showtime",
"Lakers",
"The Lakers",
"Minneapolis Lakers"
],
"answer": "Los Angeles Lakers",
"answer_id": "m.0jmk7"
}
] | WebQTrn-616 | WebQTrn-616_ec2ad52daeee15b8ec56e09b88ed0627 | where did the topic of the image Matt Barnes Orlando Magic 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:common.topic.image ns:m.0cmqmr3 .
?c ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
}
|
The person who said "Action is Eloquence" attended which school? | composition | what school did william shakespeare attend | william shakespeare | 2017-10-25T21:32:58 | [
{
"aliases": [],
"answer": "King Edward VI School, Stratford-upon-Avon",
"answer_id": "m.08p297"
}
] | WebQTrn-210 | WebQTrn-210_681a1c7959a5350722ef185a90d7ccf1 | what school did the person that said "Action is eloquence." attend | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.quotations ns:m.048j2lq .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What states through which the Connecticut River flows have governmental jurisdiction location symbols that were adapted prior to 2003? | comparative | which states does the connecticut river flow through | 2017-10-26T03:23:08 | [
{
"aliases": [
"NH",
"Granite State"
],
"answer": "Vermont",
"answer_id": "m.059f4"
},
{
"aliases": [
"Nutmeg State",
"Constitution State",
"CN",
"conn",
"CT"
],
"answer": "Connecticut",
"answer_id": "m.01x73"
},
{
"aliases": [
"Bay State",
"MA",
"US-MA",
"The Old Colony State",
"Mass",
"The Codfish State",
"Commonwealth of Massachusetts",
"Mass."
],
"answer": "New Hampshire",
"answer_id": "m.05k7sb"
},
{
"aliases": [
"Green Mountain State",
"VT"
],
"answer": "Massachusetts",
"answer_id": "m.07_f2"
}
] | WebQTrn-2572 | WebQTrn-2572_931b675858e7036ffdf7772275718250 | which states does the connecticut river flow through and have governmental jurisdiction location symbol that was adapted before 2003 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01ldvs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01ldvs ns:location.location.partially_containedby ?x .
?x ns:common.topic.notable_types ns:m.0kpys4 .
?x ns:government.governmental_jurisdiction.official_symbols ?c .
?c ns:location.location_symbol_relationship.date_adopted ?num .
FILTER (?num < "2003"^^xsd:dateTime) .
} |
|
What currency is used in the country where Akbash dog originated in? | composition | what currency do i take to turkey | turkey | 2017-10-26T02:56:55 | [
{
"aliases": [
"Turkish lira (Remonetized)"
],
"answer": "Turkish lira",
"answer_id": "m.04dq0w"
}
] | WebQTrn-2399 | WebQTrn-2399_64442bf30140e14ed832e4fc8ccacd54 | what currency do i take to the place where breed Akbash dog 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.03dszr .
?c ns:location.country.currency_used ?x .
}
|
What does the main character of the film: Kim Kardasian: Evolution do for a career? | composition | what does kim kardashian work as | kim kardashian | 2017-10-26T09:51:08 | [
{
"aliases": [
"Businesswoman",
"Business person",
"Businessman"
],
"answer": "Businessperson",
"answer_id": "m.012t_z"
},
{
"aliases": [
"Couturier",
"Designer",
"Clothes designer"
],
"answer": "Fashion designer",
"answer_id": "m.02hqyhw"
},
{
"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": [
"Society Figure "
],
"answer": "Socialite",
"answer_id": "m.03gkb0"
},
{
"aliases": [
"Entrepeneur"
],
"answer": "Entrepreneur",
"answer_id": "m.09x_r"
},
{
"aliases": [],
"answer": "Model",
"answer_id": "m.0d1pc"
},
{
"aliases": [
"Television Personality"
],
"answer": "TV Personality",
"answer_id": "m.0dypbr"
}
] | WebQTest-1199 | WebQTest-1199_af6b19e16eab1809f29e15c0961f90d5 | what does the subject of the film Kim Kardashian: Evolution work as | 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.012vsp1k .
?c ns:people.person.profession ?x .
}
|
What is the art style of the artist who said "A good picture is equivalent to a good deed."? | composition | what style of art did van gogh produce | van gogh | 2017-10-26T05:16:08 | [
{
"aliases": [],
"answer": "Post-Impressionism",
"answer_id": "m.015xrq"
}
] | WebQTrn-3263 | WebQTrn-3263_74890de97155f7409cac9807f14d1e5c | what style of art did the person that said "A good picture is equivalent to a good deed." produce | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.quotations ns:m.048hbpf .
?c ns:visual_art.visual_artist.associated_periods_or_movements ?x .
}
|
Of Charlie Hunnam's movies, which was released last? | superlative | what movies did charlie hunnam play in | 2017-10-25T23:32:10 | [
{
"aliases": [],
"answer": "Pacific Rim",
"answer_id": "m.0h0yd81"
}
] | WebQTrn-952 | WebQTrn-952_4346bf5ae9bf50583f07d197cd0c724a | what movies did charlie hunnam play in and is the film that was released latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.057yk8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.057yk8 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.release_date_s ?c .
?c ns:film.film_regional_release_date.release_date ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
What are the official languages of Argentina? | composition | what are the official languages of argentina | argentina | 2017-10-26T11:28:29 | [
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
}
] | WebQTest-1768 | WebQTest-1768_3df2e08b927f6a4504954cb825dd100b | what are the official languages of where the government Government of Argentina is located | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.government ns:m.0hq82 .
?c ns:location.country.official_language ?x .
}
|
On what continent is the governmental jurisdiction that has a title of "President of the Legislative Council of Hong Kong, China?"? | composition | where is hong kong china | hong kong | 2017-10-26T00:53:07 | [
{
"aliases": [],
"answer": "Asia",
"answer_id": "m.0j0k"
}
] | WebQTrn-1473 | WebQTrn-1473_d936835ea1b58359696323a3fbd557e5 | where is the governmental jurisdiction that the government that has the position title President of the Legislative Council of Hong Kong china | 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.092x5_ .
?c ns:base.locations.countries.continent ?x .
}
|
Which film starring Nick Cannon was cast by Justine Baddeley? | conjunction | what movies does nick cannon play in | 2017-10-26T09:00:52 | [
{
"aliases": [
"Bobby - Die Ermordung von Robert F. Kennedy",
"Bobby Kennedy",
"Bobby Kennedy - A végzetes nap",
"Bobby - Sie alle hatten einen Traum"
],
"answer": "Bobby",
"answer_id": "m.08r4x3"
}
] | WebQTest-881 | WebQTest-881_b7c844c865f32cdb81c78e8060980249 | what movies does nick cannon play in and film casting director was Justine Baddeley | 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.film_casting_director ns:m.05n808k .
} |
|
Which language do people speak, where the currency Brazilian cruzado is utilized? | composition | what language do people speak in brazil | brazil | 2017-10-26T09:50:49 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [],
"answer": "Brazilian Portuguese",
"answer_id": "m.02zj58"
},
{
"aliases": [
"Portuguese",
"Portugese",
"Portuguese language",
"Português"
],
"answer": "Portuguese Language",
"answer_id": "m.05zjd"
}
] | WebQTest-1197 | WebQTest-1197_a2c89921dcd5592a5c1a9709f800ef52 | what language do people speak in where the currency Brazilian cruzado 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.042pmz .
?c ns:location.country.languages_spoken ?x .
}
|
What person Obama looked up to died from a heart attack? | conjunction | who does obama look up to | 2017-10-26T02:22:05 | [
{
"aliases": [
"Saul David Alinsky"
],
"answer": "Saul Alinsky",
"answer_id": "m.018q7p"
}
] | WebQTrn-2133 | WebQTrn-2133_72dd7f751184db4b32412a48e367164a | who does obama look up to and died from heart attack | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02mjmr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02mjmr ns:influence.influence_node.influenced_by ?x .
?x ns:people.deceased_person.cause_of_death ns:m.0gk4g .
} |
|
In which time zone, is the location, that has a governmental body called, Senate of the Bahamas? | composition | what time zone is in the bahamas | bahamas | 2017-10-26T09:50:00 | [
{
"aliases": [
"UTC-5",
"UTC -5",
"UCT-5"
],
"answer": "UTC−05:00",
"answer_id": "m.02_37z"
},
{
"aliases": [
"North American Eastern Time Zone",
"Eastern Time",
"Eastern Daylight Time",
"Eastern Standard Time Zone",
"Eastern Standard Time"
],
"answer": "Eastern Time Zone",
"answer_id": "m.02hcv8"
}
] | WebQTest-1195 | WebQTest-1195_34f9412e607f037074aebcb8ec0f7891 | what time zone is in the the govermental jurisdiction that has govermental body named Senate of the Bahamas | 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.governmental_body ns:m.063f0dh .
?c ns:location.location.time_zones ?x .
}
|
For which things is the artist who was given a nomination for A Brief History of Time well-known for? | composition | what did stephen hawking become famous for | stephen hawking | 2017-10-26T07:02:22 | [
{
"aliases": [
"Prefessor",
"College Professor",
"University Professor"
],
"answer": "Professor",
"answer_id": "m.016fly"
},
{
"aliases": [],
"answer": "Astrophysicist",
"answer_id": "m.02h65p0"
},
{
"aliases": [],
"answer": "Science writer",
"answer_id": "m.02h666v"
},
{
"aliases": [],
"answer": "Cosmologist",
"answer_id": "m.03qsdk0"
},
{
"aliases": [],
"answer": "Mathematician",
"answer_id": "m.04s2z"
},
{
"aliases": [],
"answer": "Physicist",
"answer_id": "m.05snw"
},
{
"aliases": [],
"answer": "Scientist",
"answer_id": "m.06q2q"
},
{
"aliases": [
"Scribe",
"Author"
],
"answer": "Writer",
"answer_id": "m.0cbd2"
},
{
"aliases": [
"astronomer"
],
"answer": "Astronomer",
"answer_id": "m.0h9c"
},
{
"aliases": [
"Writer"
],
"answer": "Author",
"answer_id": "m.0kyk"
}
] | WebQTest-164 | WebQTest-164_a95e227ffbe24555cfbedb41313eca79 | what did the artist aword nominated for A Brief History of Time become 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:award.award_nominee.award_nominations ?k .
?k ns:award.award_nomination.nominated_for ns:m.0hprd .
?c ns:people.person.profession ?x .
}
|
What types of music does the producer of The Village Sessions play? | composition | what kind of music does john mayer play | john mayer | 2017-10-25T23:51:31 | [
{
"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"
}
] | WebQTrn-1074 | WebQTrn-1074_f087b891aaeafc76ced870c8889acaa2 | what kind of music 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.artist.genre ?x .
}
|
In which North African country was Taisiya Krugovykh born? | conjunction | what are all the countries in north africa | 2017-10-26T10:55:15 | [
{
"aliases": [
"North Sudan",
"Republic of the Sudan",
"Jumhūrīyat as-Sūdān"
],
"answer": "Sudan",
"answer_id": "m.06tw8"
}
] | WebQTest-1563 | WebQTest-1563_9fc3d70e2313bd7dc9787ac5d1f7b14b | what are all the countries in north africa and where Taisiya Krugovykh was born | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05g2v)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05g2v ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.people_born_here ns:m.010653gx .
} |
|
Who was the area where The Daily Texan newspaper is circulated named for? | composition | what does the name austin stand for | austin | 2017-10-26T05:13:13 | [
{
"aliases": [
"Stephen Austin",
"Father of Texas"
],
"answer": "Stephen F. Austin",
"answer_id": "m.0hhsw"
}
] | WebQTrn-3242 | WebQTrn-3242_693dce7dc52c8e2c6b8d7c71034e02fe | what does the name the area in which the newspaper The Daily Texan is circulated stand 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:periodicals.newspaper_circulation_area.newspapers ns:m.0c_97v .
?c ns:symbols.namesake.named_after ?x .
}
|
Where did the person behind the quote "Our Union: It must be preserved" grow up? | composition | where did president andrew jackson grew up | president andrew jackson | 2017-10-26T06:15:59 | [
{
"aliases": [],
"answer": "Waxhaws",
"answer_id": "m.054qtk"
}
] | WebQTrn-3641 | WebQTrn-3641_68ca58222630fcb347377f70c8c180cc | where did the person that said "Our Union: It must be preserved." grew up | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.quotations ns:m.048k5wh .
?c ns:people.person.place_of_birth ?x .
}
|
In which county is the Chesapeake Bay Bridge located, and its population is 18,533? | conjunction | where is chesapeake bay bridge | 2017-10-26T08:15:42 | [
{
"aliases": [],
"answer": "Queen Anne's County",
"answer_id": "m.0g834"
}
] | WebQTest-618 | WebQTest-618_da74d3c99d037cfb071a8da4a7e521cb | where is chesapeake bay bridge and the population number is 18533 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03xksb)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03xksb ns:transportation.bridge.locale ?x .
?x ns:topic_server.population_number "18533" .
} |
|
Which character in the Lord of the Rings is played by the actor who portrayed Chris Bradley? | composition | who does dominic monaghan play in lord of the rings | dominic monaghan | 2017-10-25T22:35:18 | [
{
"aliases": [
"Merry Brandybuck",
"Horny",
"Merri",
"Meriadoc 'Merry' Brandybuck"
],
"answer": "Meriadoc Brandybuck",
"answer_id": "m.0gvcr"
}
] | WebQTrn-590 | WebQTrn-590_d58ebf6edef8049214732de581062578 | who does the actor that played the character Chris Bradley play in lord of the rings | 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.08jlg5 .
?c ns:film.actor.film ?y .
?y ns:film.performance.character ?x .
?y ns:film.performance.film ns:m.017gl1 .
}
|
What attraction opened after 1894 and are located in Denver Colorado? | comparative | what are fun things to do in denver colorado | 2017-10-26T03:47:48 | [
{
"aliases": [],
"answer": "Frederic C. Hamilton Building",
"answer_id": "m.04j9vvm"
},
{
"aliases": [],
"answer": "Westin Westminster",
"answer_id": "m.0j1z2v4"
},
{
"aliases": [],
"answer": "North Building",
"answer_id": "m.0j1z2ts"
}
] | WebQTrn-2702 | WebQTrn-2702_eea29b8ca8ce54ce7da2b0442078084d | what are fun things to do in denver colorado and is the structure opened after 1894 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02cl1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02cl1 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.structure.opened ?num .
FILTER (?num > "1894"^^xsd:dateTime) .
} |
|
What Jenna Dewan movie is in the Japanese Language? | conjunction | what movies did jenna dewan play in | 2017-10-26T05:08:52 | [
{
"aliases": [],
"answer": "The Grudge 2",
"answer_id": "m.08_pq1"
}
] | WebQTrn-3212 | WebQTrn-3212_7a5c6d68f4c52d7c54fddf3eb4dbf742 | what movies did jenna dewan play in and is in the Japanese Language | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ck1l0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ck1l0 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.language ns:m.03_9r .
} |
|
In which of the Nordic countries is Bokmål one of the country's official languages? | conjunction | where are the nordic countries | 2017-10-26T08:52:40 | [
{
"aliases": [
"Norge",
"Kingdom of Norway"
],
"answer": "Norway",
"answer_id": "m.05b4w"
}
] | WebQTest-848 | WebQTest-848_ecf57a3fd9251e017a7c6030565dce08 | where are the nordic countries and is the country that has Bokmål as an official language | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0140mf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0140mf ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.official_language ns:m.01648r .
} |
|
What country that Greece borders with has the largest ISO numeric? | superlative | what countries does greece share borders with | 2017-10-26T07:02:06 | [
{
"aliases": [
"Macedonia (FYROM)",
"Република Македонија",
"Republika Makedonija",
"Macedonia",
"Makedonija"
],
"answer": "Republic of Macedonia",
"answer_id": "m.0bjv6"
}
] | WebQTest-162 | WebQTest-162_8d824ee9fd7b9818b53d3e5762fda8ae | what countries does greece share borders with and the ISO numeric of the country is largest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.035qy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.035qy 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.iso_numeric ?num .
}
ORDER BY DESC(xsd:integer(?num)) LIMIT 1 |
|
What are the titles of the Harry Potter books published after June 21, 2003? | comparative | what are all the names of the harry potter books | 2017-10-26T09:55:45 | [
{
"aliases": [
"Harry Potter 7"
],
"answer": "Harry Potter and the Half-Blood Prince",
"answer_id": "m.03bkkv"
},
{
"aliases": [],
"answer": "Harry Potter and the Deathly Hallows",
"answer_id": "m.06_rf9"
}
] | WebQTest-1242 | WebQTest-1242_a55a1e4fd4e02e169b9997ff48e19c5a | what are all the names of the harry potter books and was published after 2003-06-21 | 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.written_work.date_of_first_publication ?num .
FILTER (?num > "2003-06-21"^^xsd:dateTime) .
} |
|
What form of government is employed by the Iraqi Governing Council? | composition | what type of government does iraq have now | iraq | 2017-10-26T07:06:55 | [
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
},
{
"aliases": [
"Parliamentary"
],
"answer": "Parliamentary republic",
"answer_id": "m.0glnsx"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTest-199 | WebQTest-199_9e915d6865102747ae87c78c03e6efbf | what type of government does the govermental jurisdiction that has govermental body named Iraqi Governing Council have now | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.governmental_body ns:m.01qtpb .
?c ns:location.country.form_of_government ?x .
}
|
What countries make up Latin America that have over 1100 people in the country's army? | comparative | what does latin america consist of | 2017-10-25T23:36:29 | [
{
"aliases": [],
"answer": "Argentina",
"answer_id": "m.016wzw"
},
{
"aliases": [
"República Dominicana"
],
"answer": "Honduras",
"answer_id": "m.027rn"
},
{
"aliases": [
"Republic of Chile"
],
"answer": "Peru",
"answer_id": "m.01p1v"
},
{
"aliases": [
"The Plurinational State of Bolivia"
],
"answer": "Cuba",
"answer_id": "m.0165v"
},
{
"aliases": [],
"answer": "Uruguay",
"answer_id": "m.02k8k"
},
{
"aliases": [
"Guatemala."
],
"answer": "El Salvador",
"answer_id": "m.0345_"
},
{
"aliases": [
"Republic of Honduras",
"República de Honduras",
"Spanish Honduras"
],
"answer": "Venezuela",
"answer_id": "m.03h2c"
},
{
"aliases": [
"Republic of Panama"
],
"answer": "Panama",
"answer_id": "m.05qx1"
},
{
"aliases": [
"República de Nicaragua",
"Republic of Nicaragua"
],
"answer": "Mexico",
"answer_id": "m.05c74"
},
{
"aliases": [
"Republic of Cuba"
],
"answer": "Costa Rica",
"answer_id": "m.0d04z6"
},
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Guatemala",
"answer_id": "m.0b90_r"
},
{
"aliases": [
"Eastern Republic of the Uruguay",
"Republic East of the Uruguay",
"Eastern Republic of Uruguay",
"Oriental Republic of Uruguay"
],
"answer": "Chile",
"answer_id": "m.07twz"
},
{
"aliases": [
"Republic of Haiti",
"Haïti"
],
"answer": "Paraguay",
"answer_id": "m.03gyl"
},
{
"aliases": [
"The Argentine",
"Agrentina ",
"Argentine Republic"
],
"answer": "Dominican Republic",
"answer_id": "m.0jgd"
},
{
"aliases": [
"Corazon de America",
"Heart of America",
"Republic of Paraguay",
"Corazón de América"
],
"answer": "Bolivia",
"answer_id": "m.05v10"
},
{
"aliases": [
"Republic of Costa Rica"
],
"answer": "Nicaragua",
"answer_id": "m.01p8s"
},
{
"aliases": [
"Bolivarian Republic of Venezuela"
],
"answer": "Haiti",
"answer_id": "m.07ylj"
}
] | WebQTrn-981 | WebQTrn-981_7f6dbec7ddcad033dce85f5fb199c0d7 | what does latin america consist of and number of people in the country's army is greater than 1100 | 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.statistical_region.size_of_armed_forces ?c .
?c ns:measurement_unit.dated_integer.number ?num .
FILTER (xsd:integer(?num) > 1100) .
} |
|
What is the currency of the place where the Cubalaya breed originated in? | composition | what money does cuba use | cuba | 2017-10-26T11:55:40 | [
{
"aliases": [],
"answer": "Cuban peso",
"answer_id": "m.049p2z"
},
{
"aliases": [
"Chavito"
],
"answer": "Cuban convertible peso",
"answer_id": "m.049p6c"
}
] | WebQTest-1879 | WebQTest-1879_12efa4cee5acdd0e21df02422bc9cbdd | what money does the place where breed Cubalaya originated in 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:biology.breed_origin.breeds_originating_here ns:m.0984ll .
?c ns:location.country.currency_used ?x .
}
|
What show shot in New York has the highest number of seasons? | superlative | what shows are shot in new york | 2017-10-26T07:42:30 | [
{
"aliases": [],
"answer": "Flight of the Conchords",
"answer_id": "m.02rkkn1"
}
] | WebQTest-381 | WebQTest-381_2f360eb73a328ee64d2b220d85443e9b | what shows are shot in new york and is the tv program has number of searson largest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02_286)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02_286 ns:tv.tv_location.tv_shows_filmed_here ?x .
?x ns:tv.tv_program.number_of_seasons ?num .
}
ORDER BY DESC(xsd:integer(?num)) LIMIT 1 |
|
What is the political party of the person who said "a good GI bill would increase the recruit pool"? | composition | what political party is barack obama from | barack obama | 2017-10-26T00:58:36 | [
{
"aliases": [
"US Democrats",
"Democratic",
"Democrat Party",
"United States Democratic Party",
"Democrats"
],
"answer": "Democratic Party",
"answer_id": "m.0d075m"
}
] | WebQTrn-1507 | WebQTrn-1507_402552b61d68fcf116111585da32583b | what political party is the person that said "A good GI bill would increase the recruit pool." 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:people.person.quotations ns:m.045m6gm .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
What is the state where the movie "Eden Court" was filmed? | composition | what state in chicago in | chicago | 2017-10-26T04:57:17 | [
{
"aliases": [
"Ill",
"Land of Lincoln",
"IL",
"IL, Ill."
],
"answer": "Illinois",
"answer_id": "m.03v0t"
}
] | WebQTrn-3150 | WebQTrn-3150_498677b7af0b61e338f886059e90f2d7 | what state in the location where the film "Eden Court" takes place 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_location.featured_in_films ns:m.0cr696l .
?c ns:base.biblioness.bibs_location.state ?x .
}
|
What form of government is used in the country whose coat of arms is Seal of the United Mexican States? | composition | what type government does mexico have | mexico | 2017-10-26T11:04:41 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTest-1628 | WebQTest-1628_04ad49b5e54a4a7667bb2238b0a06717 | what type government does the country that its coat of arms is Seal of the United Mexican States 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: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.form_of_government ?x .
}
|
Which supreme court judge has also been an editor in the past? | conjunction | who are the judges of the supreme court | 2017-10-26T02:52:12 | [
{
"aliases": [],
"answer": "Sonia Sotomayor",
"answer_id": "m.06lvrr"
}
] | WebQTrn-2352 | WebQTrn-2352_2baa74d89f05f294ff143695d2190775 | who are the judges of the supreme court and that work as Editor | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07sz1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07sz1 ns:law.court.judges ?y .
?y ns:law.judicial_tenure.judge ?x .
FILTER(NOT EXISTS {?y ns:law.judicial_tenure.from_date ?sk0} ||
EXISTS {?y ns:law.judicial_tenure.from_date ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:law.judicial_tenure.to_date ?sk2} ||
EXISTS {?y ns:law.judicial_tenure.to_date ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:people.person.profession ns:m.02h6676 .
} |
|
What language is spoken in the location of "The Motorcycle Diaries"? | composition | what language is spoken in argentina | argentina | 2017-10-26T10:46:58 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [
"Guaraní"
],
"answer": "Guaraní language",
"answer_id": "m.02w_hsv"
},
{
"aliases": [
"Runasimi",
"Quechua language",
"Quechua, Ayacucho Language",
"Quechua",
"Quechua languages",
"Chanka"
],
"answer": "Quechuan languages",
"answer_id": "m.03d9kg"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
},
{
"aliases": [
"Yiddish"
],
"answer": "Yiddish Language",
"answer_id": "m.0880p"
}
] | WebQTest-1490 | WebQTest-1490_3f52b9fe00f821ebd9b7bd11ae80fd09 | what language is spoken in the location where the film "The Motorcycle Diaries" takes place | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film_location.featured_in_films ns:m.03q8xj .
?c ns:location.country.languages_spoken ?x .
}
|
Which person involved in the Israeli Palestinian Conflict left office after 1980? | comparative | who was in the israeli palestinian conflict | 2017-10-26T12:06:25 | [
{
"aliases": [
"Anwar as-Sādāt",
"Anwar El-Sadat",
"Anwar El Sadat"
],
"answer": "Anwar Sadat",
"answer_id": "m.0d58h"
},
{
"aliases": [
"King Hussein of Jordan",
"Ḥusayn bin Ṭalāl",
"King Hussein",
"Hussein bin Talal"
],
"answer": "Hussein of Jordan",
"answer_id": "m.0kvhz"
}
] | WebQTest-1942 | WebQTest-1942_ac5e8b01a35023e53f76e2d13b3bd43b | who was in the israeli palestinian conflict and ended governmental position after 1980 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0cj5y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0cj5y ns:time.event.people_involved ?x .
?x ns:government.political_appointer.appointees ?c .
?c ns:government.government_position_held.to ?num .
FILTER (?num > "1980"^^xsd:dateTime) .
} |
|
Which influencer of John Steinbeck said "Learn taciturnity and let that be your motto"? | conjunction | what influenced john steinbeck to start writing | 2017-10-26T12:20:12 | [
{
"aliases": [
"Robden of Solway Firth",
"Scotland's favourite son",
"Bard of Ayrshire",
"The Bard",
"Rabbie Burns",
"Ploughman Poet"
],
"answer": "Robert Burns",
"answer_id": "m.09482"
}
] | WebQTest-2021 | WebQTest-2021_1328888182dd815904c76a76844a7f19 | what influenced john steinbeck to start writing and is the person that said "Learn taciturnity and let that be your motto!" | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04107)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04107 ns:influence.influence_node.influenced_by ?x .
?x ns:people.person.quotations ns:m.048cgm_ .
} |
|
In which country is the Great Pyramid of Giza located, and where the fictional character Tutankhamun lived? | conjunction | where are the great pyramid of giza located | 2017-10-25T23:48:09 | [
{
"aliases": [
"Arab Republic of Egypt"
],
"answer": "Egypt",
"answer_id": "m.02k54"
}
] | WebQTrn-1052 | WebQTrn-1052_4d55bb861b17489ec6c5c4fda313c108 | where are the great pyramid of giza located and is the place in which the fictional character Tutankhamun lived | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.036mk)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.036mk ns:location.location.containedby ?x .
?x ns:fictional_universe.fictional_setting.characters_that_have_lived_here ns:m.0gy5xdq .
} |
|
In what city do most of the people in the place where the Egyptian Mau breed originated? | composition | where do most of the people in egypt live | egypt | 2017-10-26T04:38:27 | [
{
"aliases": [],
"answer": "Greater Cairo",
"answer_id": "m.080msrv"
}
] | WebQTrn-3037 | WebQTrn-3037_6ca8cba7511811830a04cd64a8a4cf77 | where do most of the people in the place where breed Egyptian Mau originated in live | 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.0229mb .
?c ns:location.location.contains ?x .
?x ns:topic_server.population_number ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
|
Who was the first president of the AFL, who died of Natural causes? | conjunction | who was the first president of the afl | 2017-10-26T07:44:10 | [
{
"aliases": [],
"answer": "Bud Adams",
"answer_id": "m.035yc3"
}
] | WebQTest-408 | WebQTest-408_bc875cdc8949a22d12b881190f87d56a | who was the first president of the afl and died from Natural causes | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ysy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ysy ns:organization.organization.founders ?x .
?x ns:people.deceased_person.cause_of_death ns:m.02knxx .
} |
|
What currency is used in the setting for "The Runaway Troupe of the Cartesian Theater?"? | composition | what is the name of the currency used in china | china | 2017-10-26T09:26:09 | [
{
"aliases": [],
"answer": "Renminbi",
"answer_id": "m.0hn4_"
}
] | WebQTest-1069 | WebQTest-1069_008508d0bbe905ba355ced93a6435841 | what is the name of the currency used in the location where the film "The Runaway Troupe of the Cartesian Theater" takes place | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film_location.featured_in_films ns:m.0xn1_v_ .
?c ns:location.country.currency_used ?x .
}
|
Of the years in which the Steelers won the Super Bowl, which event ended the earliest? | superlative | what years have the steelers won the super bowl | 2017-10-26T05:22:30 | [
{
"aliases": [],
"answer": "Super Bowl IX",
"answer_id": "m.076p2"
}
] | WebQTrn-3315 | WebQTrn-3315_76263438761119682abd810967f8efac | what years have the steelers won the super bowl and is the event ended earliest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05tfm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05tfm ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?num .
}
ORDER BY ?num LIMIT 1 |
|
What is the official language where the Dogo Argentino breed comes from? | composition | what are the official languages of argentina | argentina | 2017-10-26T11:28:29 | [
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
}
] | WebQTest-1768 | WebQTest-1768_0309cc7dd5a31d29e6e4741ff478ff6a | what are the official languages of the place where breed Dogo Argentino 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.06h8yy .
?c ns:location.country.official_language ?x .
}
|
What subjects did the person about whom the movie "King: A Filmed Record... Montgomery to Memphis" was made study at university? | composition | what did martin luther king jr go to college for | martin luther king jr | 2017-10-25T22:23:56 | [
{
"aliases": [],
"answer": "Systematic theology",
"answer_id": "m.0329p4"
},
{
"aliases": [],
"answer": "Sociology",
"answer_id": "m.06ms6"
}
] | WebQTrn-499 | WebQTrn-499_003c6a046c47526d922683f22cf0e983 | what did the subject of the film King: A Filmed Record... Montgomery to Memphis go to college 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.0jyh7 .
?c ns:people.person.education ?y .
?y ns:education.education.major_field_of_study ?x .
}
|
Who are the parents of the author of "Antony and Cleopatra"? | composition | who are shakespeare 's parents names | shakespeare | 2017-10-25T21:49:11 | [
{
"aliases": [],
"answer": "John Shakespeare",
"answer_id": "m.01stsq"
},
{
"aliases": [
"Mary Arden"
],
"answer": "Mary Shakespeare",
"answer_id": "m.01xgc7"
}
] | WebQTrn-274 | WebQTrn-274_fe49ec607a9d3f139d2d4c8f5593186d | who are the person that wrote Antony and Cleopatra 's parents names | 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:theater.theatrical_lyricist.play_lyrics_written ns:m.0hb7d .
?c ns:people.person.parents ?x .
}
|
What movie from the UK did Nick Cannon star in? | conjunction | what movies did nick cannon star in | 2017-10-26T09:35:13 | [
{
"aliases": [
"Goal II"
],
"answer": "Goal II: Living the Dream",
"answer_id": "m.08_wh0"
}
] | WebQTest-1107 | WebQTest-1107_291296777d1d44fe5794302704020cc8 | what movies did nick cannon star in and which is from United Kingdom | 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.country ns:m.07ssc .
} |
|
What language do Brazilians speak that is also in the "Heroes in Hell" fictional universe? | conjunction | what language do brazilians use | 2017-10-26T12:10:24 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
}
] | WebQTest-1962 | WebQTest-1962_d985b5a80635f1368b2a384dced8909d | what language do brazilians use and is the language Heroes in Hell fictional universe | 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:fictional_universe.fictional_language.where_spoken ns:m.0h309wb .
} |
|
Who is the Governor of Georgia in 2011 that started his/her tenure before 4-10-1995? | comparative | who is the current governor of georgia 2011 | 2017-10-26T03:28:51 | [
{
"aliases": [
"John Deal",
"John Nathan Deal"
],
"answer": "Nathan Deal",
"answer_id": "m.0255js"
}
] | WebQTrn-2587 | WebQTrn-2587_ae22cf62d01ad0b4e09434d89494b9fb | who is the current governor of georgia 2011 and is the politician that started tenure before 1995-04-10 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d0x8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d0x8 ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.0fkvn .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "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:government.politician.party ?c .
?c ns:government.political_party_tenure.from ?num .
FILTER (?num < "1995-04-10"^^xsd:dateTime) .
} |
|
What two inventions is the author of "Poor Richard's Almanac of 1757" credited with creating? | composition | what are 2 inventions benjamin franklin is credited with creating | benjamin franklin | 2017-10-26T03:12:01 | [
{
"aliases": [],
"answer": "Lightning rod",
"answer_id": "m.0135nr"
},
{
"aliases": [],
"answer": "Bifocals",
"answer_id": "m.013cqs"
},
{
"aliases": [
"Glass (H)armonica"
],
"answer": "Glass harmonica",
"answer_id": "m.01zh8g"
},
{
"aliases": [],
"answer": "Franklin stove",
"answer_id": "m.029mmz"
}
] | WebQTrn-2503 | WebQTrn-2503_0b5041659b357b7246a23ac30d7f6b29 | what are 2 inventions the author who published editions for Poor Richard's Almanac of 1757 is credited with creating | 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.040v_yc .
?c ns:law.inventor.inventions ?x .
}
|
What Perth Scotland's popular attraction was unveiled in 1901? | conjunction | what to do in perth scotland | 2017-10-26T06:15:51 | [
{
"aliases": [],
"answer": "Perth Theatre",
"answer_id": "m.06zpxmh"
}
] | WebQTrn-3632 | WebQTrn-3632_ef6c57c9c6c53da1fde3757ecc8384b7 | what to do in perth scotland and is the structure opened in 1901 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0g133)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0g133 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.structure.opened "1901"^^xsd:dateTime .
} |
|
What sports team owned by Stan Kroenke was founded the earliest? | superlative | what all does stan kroenke own | 2017-10-26T03:08:57 | [
{
"aliases": [
"Royal Arsenal",
"The Gunners",
"Woolwich Arsenal",
"Arsenal Gunners",
"Dial Square",
"Arsenal",
"Arsenal Football Club",
"Arsenal FC"
],
"answer": "Arsenal F.C.",
"answer_id": "m.0xbm"
}
] | WebQTrn-2484 | WebQTrn-2484_a317448c3c9e140998f6bc5d8a1cd571 | what all does stan kroenke own and is the sports team was founded earliest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dg6f6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dg6f6 ns:sports.sports_team_owner.teams_owned ?x .
?x ns:sports.sports_team.founded ?num .
}
ORDER BY ?num LIMIT 1 |
|
What is the type of political system where the Afshar language is spoken? | composition | what type of political system does iran have | iran | 2017-10-26T00:05:43 | [
{
"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-1166 | WebQTrn-1166_1514f1e9c4973110faa2ad25559c0435 | what type of political system does the country where Afshar 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.0fq4jq .
?c ns:location.country.form_of_government ?x .
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.