question
stringlengths 19
168
| compositionality_type
stringclasses 4
values | webqsp_question
stringlengths 15
74
| composition_answer
stringlengths 0
41
| created
stringlengths 19
19
| answers
list | webqsp_ID
stringlengths 9
13
| ID
stringlengths 11
46
| machine_question
stringlengths 21
172
| sparql
stringlengths 127
1.39k
|
---|---|---|---|---|---|---|---|---|---|
What is the language used by the religious organization led by Chief Rabbinate of Israel? | composition | what is the primary language of israel | israel | 2018-02-13T00:47:50 | [
{
"aliases": [
"Ivrit",
"עִבְרִית,",
"Modern Hebrew",
"עברית",
"Hebrew"
],
"answer": "Hebrew Language",
"answer_id": "m.03hkp"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-2851 | WebQTrn-2851_74c0600ef5349cd456fdc405823140e7 | what is the primary language of the religious organization leadeship is Chief Rabbinate of Israel | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religious_leadership_jurisdiction.leader ?k .
?k ns:religion.religious_organization_leadership.organization ns:m.0gyq6k .
?c ns:location.country.official_language ?x .
}
|
What clubs is sports team owned by Lakshmi Mittal and Peter Crouch played for? | conjunction | what clubs has peter crouch played for | 2018-02-12T21:01:41 | [
{
"aliases": [
"Queens Park Rangers F.C. in European football",
"Super Hoops",
"Rs",
"Queens Park Rangers F.C.",
"queens park rangers football club",
"queens park rangers",
"Rangers",
"qpr",
"Queens Park Rangers FC",
"hammersmith football club",
"Hoops",
"qp rangers"
],
"answer": "Queens Park Rangers F.C. in European football",
"answer_id": "m.0ljbg"
}
] | WebQTrn-788 | WebQTrn-788_a381142fc871f15568c9262853adf0d2 | what clubs has peter crouch played for and the sports team owner is Lakshmi Mittal | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03y5_6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03y5_6 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.professional_sports_team.owner_s ns:m.02k4_t .
} |
|
Who coached the team which won the 1964 European Cup Final? | composition | who is the head coach of inter milan | inter milan | 2018-02-13T03:13:02 | [
{
"aliases": [],
"answer": "Walter Mazzarri",
"answer_id": "m.026g1wf"
}
] | WebQTest-306 | WebQTest-306_fc9891251bb4be09e36bf894cb7dae18 | who is the head coach of the team won the 1964 European Cup Final championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.02rp_5s .
?c ns:sports.sports_team.coaches ?y .
?y ns:sports.sports_team_coach_tenure.coach ?x .
?y ns:sports.sports_team_coach_tenure.position ns:m.02md_2 .
FILTER(NOT EXISTS {?y ns:sports.sports_team_coach_tenure.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_coach_tenure.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_coach_tenure.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_coach_tenure.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
What currency is used in the country with Al Khor? | composition | what currency do they use in qatar | qatar | 2018-02-13T00:29:15 | [
{
"aliases": [],
"answer": "Qatari riyal",
"answer_id": "m.05lf7w"
}
] | WebQTrn-2701 | WebQTrn-2701_29a2630b990df9f02476e16b94b68d12 | what currency do they use in the country that contains Al Khor | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.04lj84b .
?c ns:location.country.currency_used ?x .
}
|
Who is the 2010 president of the country where El Seibo Province is? | composition | who is the current president of the dominican republic in 2010 | dominican republic | 2018-02-12T19:50:22 | [
{
"aliases": [
"Leonel Fernandez",
"Leonel Antonio Fernández Reyna"
],
"answer": "Leonel Fernández",
"answer_id": "m.02_vvc"
}
] | WebQTrn-129 | WebQTrn-129_96417e4d721f5c0e2c9079454df0af5b | who is the current president of the the country that contains El Seibo Province in 2010 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03xplf .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2010-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2010-01-01"^^xsd:dateTime) })
}
|
Who is the current Prime Minister of the area that made United/Reform Coalition a part of government? | composition | who is the prime minister of new zealand now | new zealand | 2018-02-12T21:19:25 | [
{
"aliases": [
"John Phillip Key",
"PM"
],
"answer": "John Key",
"answer_id": "m.043tfg"
}
] | WebQTrn-905 | WebQTrn-905_f614d359f14852100818a0d5d956e437 | who is the prime minister of the location that appointed United/Reform Coalition to govermental position 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.appointed_by ns:m.0h3xnz5 .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060bp .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
In which years did the team whose mascot is referred to as Mr. Met win the pennant? | composition | when did the mets win the pennant | mets | 2018-02-13T02:08:44 | [
{
"aliases": [
"1986 World"
],
"answer": "1986 World Series",
"answer_id": "m.01q9lc"
},
{
"aliases": [
"1969 World"
],
"answer": "1969 World Series",
"answer_id": "m.04jg9_"
}
] | WebQTrn-3540 | WebQTrn-3540_0937b86e1aaf5f36cf0faed52effe91c | when did the the team has a team moscot named Mr. Met win the pennant | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.01xn5q .
?c ns:sports.sports_team.championships ?x .
}
|
Which type of currency is used in the nation where the unit of currency is the Brazilian real? | composition | what is the currency name of brazil | brazil | 2018-02-12T19:57:11 | [
{
"aliases": [],
"answer": "Brazilian real",
"answer_id": "m.03385m"
}
] | WebQTrn-184 | WebQTrn-184_de764c65ac3c6a870a407dd9cafd0dc9 | what is the currency name of the currency used in the country is Brazilian real | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.03385m .
?c ns:location.country.currency_used ?x .
}
|
What type of currency is used in the country with Chief Rabbinate of Israel? | composition | what kind of money is used in israel | israel | 2018-02-12T22:27:50 | [
{
"aliases": [],
"answer": "Israeli new shekel",
"answer_id": "m.01jcw8"
}
] | WebQTrn-1516 | WebQTrn-1516_74c0600ef5349cd456fdc405823140e7 | what kind of money is used in the religious organization leadeship is Chief Rabbinate of Israel | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religious_leadership_jurisdiction.leader ?k .
?k ns:religion.religious_organization_leadership.organization ns:m.0gyq6k .
?c ns:location.country.currency_used ?x .
}
|
What central American country bordering Mexico border is home to Otto Pérez Molina? | conjunction | what three countries does mexico border | 2018-02-12T20:08:05 | [
{
"aliases": [
"Guatemala."
],
"answer": "Guatemala",
"answer_id": "m.0345_"
}
] | WebQTrn-254 | WebQTrn-254_7280a830b2275c6024614d5ba2adae18 | what three countries does mexico border and is the location that appointed Otto Pérez Molina to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0b90_r)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0b90_r ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.02z7rt8 .
} |
|
When was the last time the team with Bailey as its mascot win the Stanley Cup? | composition | when did kings last win stanley cup | kings | 2018-02-12T20:00:25 | [
{
"aliases": [],
"answer": "2014 Stanley Cup Finals",
"answer_id": "m.010fdzhp"
}
] | WebQTrn-209 | WebQTrn-209_96d16482c34e6502b6e243a02006467d | when did the team has a team moscot named Bailey last win stanley cup | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.0j2h90q .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What is the major city in the country that has national anthem Shche ne vmerla Ukrain? | composition | what are the major cities in ukraine | ukraine | 2018-02-13T03:27:43 | [
{
"aliases": [
"Kyiv",
"Киев",
"Київ"
],
"answer": "Kiev",
"answer_id": "m.02sn34"
}
] | WebQTest-410 | WebQTest-410_f21a9d4b1e98d5b7e3c57e4b34448cfb | what are the major cities in the country that has the national anthem Shche ne vmerla Ukraina | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01kvjf .
?c ns:location.country.capital ?x .
}
|
Which football team was the winner of the 1982 European cup final championship and includes Heskey as a player? | conjunction | what team does heskey play for | 2018-02-13T03:21:43 | [
{
"aliases": [
"Villa",
"Aston Villa FC",
"AVFC",
"Aston Villa",
"The Villans",
"The Claret and Blue",
"AVFC Lions",
"The Villa",
"Aston Villa Football Club",
"Lions"
],
"answer": "Aston Villa F.C.",
"answer_id": "m.0bl8l"
}
] | WebQTest-359 | WebQTest-359_6fe2f3e62c2e0c3cffe9915fcd9ddc00 | what team does heskey play for and is the team won the 1982 European Cup Final championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01yj16)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01yj16 ns:base.schemastaging.athlete_extra.salary ?y .
?y ns:base.schemastaging.athlete_salary.team ?x .
?x ns:sports.sports_team.championships ns:m.02pys21 .
} |
|
Which country with the smallest net migration borders Mexico? | superlative | which countries border the us | 2018-02-12T19:39:16 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTrn-13 | WebQTrn-13_4569765c7a5dcb1ea853f5ef9096e4f2 | which countries border the us and is the net migration number was smallest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09c7w0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09c7w0 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.statistical_region.net_migration ?c .
?c ns:measurement_unit.dated_integer.number ?num .
}
ORDER BY xsd:integer(?num) LIMIT 1 |
|
The fight song Renegade is their song and the team is owned by who? | composition | who currently owns the steelers | steelers | 2018-02-12T23:02:38 | [
{
"aliases": [],
"answer": "Rooney family",
"answer_id": "m.03nrwfz"
}
] | WebQTrn-1890 | WebQTrn-1890_993bf41507919333b3a87058c5072363 | who currently owns the the sports team with the fight song Renegade | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.06c78r .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
What team won the 1975 Stanley Cup Finals and played in the 2010 Stanley Cup? | conjunction | what teams played in the 2010 stanley cup | 2018-02-12T22:17:31 | [
{
"aliases": [],
"answer": "Philadelphia Flyers",
"answer_id": "m.0hn2q"
}
] | WebQTrn-1435 | WebQTrn-1435_cbc8913ae5324e932e71f3a375b14804 | what teams played in the 2010 stanley cup and is the team won the 1975 Stanley Cup Finals championship | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
ns:m.0by0ww1 ns:sports.sports_championship_event.champion ?x .
}
UNION
{
ns:m.0by0ww1 ns:sports.sports_championship_event.runner_up ?x .
}?x ns:sports.sports_team.championships ns:m.03by14v .
} |
|
Who is the judge appointed to the Supreme Court who has Diabetes mellitus? | conjunction | who are the judges appointed in the supreme court | 2018-02-13T06:22:40 | [
{
"aliases": [],
"answer": "Sonia Sotomayor",
"answer_id": "m.06lvrr"
}
] | WebQTest-1955 | WebQTest-1955_1ccfbf75d1d4e708a0175352668bbb9a | who are the judges appointed in the supreme court and is the person notable with the medical condition Diabetes mellitus | 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:medicine.notable_person_with_medical_condition.condition ns:m.0c58k .
} |
|
From what City is the team mascot Jaxson de Ville's sports team? | composition | what city is the jacksonville jaguars from | jacksonville jaguars | 2018-02-13T01:24:18 | [
{
"aliases": [
"Cowford",
"Jacksonville, Florida",
"Duval County / Jacksonville city"
],
"answer": "Jacksonville",
"answer_id": "m.0ggh3"
}
] | WebQTrn-3175 | WebQTrn-3175_2cd4fc88ddab24a418f50176173ec95f | what city is the the team has a team moscot named Jaxson de Ville from | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.05ymf5 .
?c ns:sports.sports_team.location ?x .
}
|
What country speaks French as a first language and is in the UTC-05:00 time zone? | conjunction | what countries speak french as a first language | 2018-02-13T05:50:55 | [
{
"aliases": [
"Republic of Haiti",
"Haïti"
],
"answer": "Haiti",
"answer_id": "m.03gyl"
}
] | WebQTest-1727 | WebQTest-1727_143c89d70679c3e5257c93d8e2bc4c67 | what countries speak french as a first language and the location time zone is UTCâ05:00 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.064_8sq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.064_8sq ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.official_language ns:m.064_8sq .
?x ns:location.location.time_zones ns:m.02_37z .
} |
|
The artist who had the Oral Fixation Tour is originally from where? | composition | where is shakira from originally | shakira | 2018-02-12T23:20:40 | [
{
"aliases": [
"Barranquilla, Colombia"
],
"answer": "Barranquilla",
"answer_id": "m.02b84b"
}
] | WebQTrn-2064 | WebQTrn-2064_e3691b7d738d0c4fb9da2f1bd4c9b90f | where is the artist had a concert tour named Oral Fixation Tour 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.artist.concert_tours ns:m.0g2n_6 .
?c ns:people.person.place_of_birth ?x .
}
|
What schools did a notable person who attended the educational institution Noelani Elementary School attend? | composition | what schools did barack obama attend | barack obama | 2018-02-13T01:15:39 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
},
{
"aliases": [
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
],
"answer": "Columbia University",
"answer_id": "m.01w5m"
},
{
"aliases": [
"Noelani Elementary"
],
"answer": "Noelani Elementary School",
"answer_id": "m.0265r_n"
},
{
"aliases": [
"SDN Besuki",
"Besuki school",
"Sekolah Dasar Negeri (SDN) Menteng 01"
],
"answer": "State Elementary School Menteng 01",
"answer_id": "m.0280qps"
},
{
"aliases": [
"Punahou School Campus, Honolulu",
"Punahou School Campus",
"Punahou"
],
"answer": "Punahou School",
"answer_id": "m.02d9nr"
},
{
"aliases": [
"Occidental",
"Oxy",
"Occidental College, main campus"
],
"answer": "Occidental College",
"answer_id": "m.05q2c"
},
{
"aliases": [
"St. Francis of Assisi Catholic"
],
"answer": "St. Francis of Assisi Catholic School",
"answer_id": "m.0nbyhz3"
}
] | WebQTrn-3110 | WebQTrn-3110_f627c1bb9cdbcf6a029c816631a982b2 | what schools did the person education institution is Noelani Elementary School 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.education ?k .
?k ns:education.education.institution ns:m.0265r_n .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What do you call members of the senate that was an office position held from 1999? | conjunction | what do you call members of the senate | 2018-02-13T02:53:07 | [
{
"aliases": [],
"answer": "Chief of staff",
"answer_id": "m.025whr1"
}
] | WebQTest-172 | WebQTest-172_084488fd6a5b0fb8c7637ff03b8ed1ef | what do you call members of the senate and is the office position was held from 1999 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07t58)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07t58 ns:government.governmental_body.members ?y .
?y ns:government.government_position_held.basic_title ?x .
?x ns:government.government_office_or_title.office_holders ?c .
?c ns:government.government_position_held.from "1999"^^xsd:dateTime .
} |
|
What educational institution with The Daily Tar Heel newspaper did Michael Jordan go to? | conjunction | what school did michael jordan go to | 2018-02-12T23:59:17 | [
{
"aliases": [
"University of North Carolina at Chapel Hill, main campus",
"Chapel Hill",
"The University of North Carolina",
"UNC-CH",
"UNC",
"UNC Chapel Hill",
"UNC - Chapel Hill",
"Carolina"
],
"answer": "University of North Carolina at Chapel Hill",
"answer_id": "m.0bx8pn"
}
] | WebQTrn-2464 | WebQTrn-2464_b987c96a2678abb539db31fa47ff9c29 | what school did michael jordan go to and the educational institution newspaper is The Daily Tar Heel | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.054c1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.054c1 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.0bsgdk .
} |
|
What country has Spanish as its main language and is a place that appointed Otto Pérez Molina to a governmental position? | conjunction | which countries have spanish as their main language | 2018-02-13T06:04:42 | [
{
"aliases": [
"Guatemala."
],
"answer": "Guatemala",
"answer_id": "m.0345_"
}
] | WebQTest-1821 | WebQTest-1821_7280a830b2275c6024614d5ba2adae18 | which countries have spanish as their main language and is the location that appointed Otto Pérez Molina to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06nm1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06nm1 ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.official_language ns:m.06nm1 .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.02z7rt8 .
} |
|
In the movie with a character "Beautiful Hostage" who plays Blaine? | composition | who plays blaine in batman | batman | 2018-02-13T03:35:59 | [
{
"aliases": [
"Matt Wagner"
],
"answer": "Matthew Wagner",
"answer_id": "m.0115x7ps"
},
{
"aliases": [
"Dan \"Danny\" Trejo",
"Dan Trejo",
"Daniel Trejo",
"The Mayor",
"Denni Trekho"
],
"answer": "Danny Trejo",
"answer_id": "m.01xllf"
},
{
"aliases": [
"Carlos Alzraqui",
"Carlos Alazaraqui",
"Caslos Alazraqui",
"Carlos Alazarqui",
"Carlos Jaime Alazraqui",
"The Man of 1,000 Voices"
],
"answer": "Carlos Alazraqui",
"answer_id": "m.02hblj"
},
{
"aliases": [
"Edward Thomas Hardy",
"Edward Thomas \"Tom\" Hardy",
"Thomas Hardy",
"Tom"
],
"answer": "Tom Hardy",
"answer_id": "m.05xf75"
}
] | WebQTest-482 | WebQTest-482_2cc56d77a31397ec2a0174c634e6567e | who plays blaine in the film has a charcter named Beautiful Hostage | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
ns:m.0321b4 ns:film.film_character.portrayed_in_films ?y .
?y ns:film.performance.actor ?x .
}
UNION
{
ns:m.0321b4 ns:tv.tv_character.appeared_in_tv_program ?y .
?y ns:tv.regular_tv_appearance.actor ?x .
}
} |
What car companies are owned by the organization whose leadership includes someone named William Clay Ford, Jr.? | composition | what car companies does ford motor company own | ford motor company | 2018-02-12T21:57:07 | [
{
"aliases": [],
"answer": "Edsel",
"answer_id": "m.018ff1"
},
{
"aliases": [],
"answer": "Rover",
"answer_id": "m.01q0ll"
},
{
"aliases": [],
"answer": "Ford",
"answer_id": "m.02k_k3t"
},
{
"aliases": [],
"answer": "Ford of Britain",
"answer_id": "m.098k2y"
},
{
"aliases": [],
"answer": "Mercury",
"answer_id": "m.0h5z7_s"
},
{
"aliases": [],
"answer": "Lincoln",
"answer_id": "m.0vv3w28"
}
] | WebQTrn-1243 | WebQTrn-1243_82085e06de4a0d748489cd1217c61aa7 | what car companies does the organiztion leadership has a person named William Clay Ford, Jr. own | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.04yhd8 .
?c ns:automotive.company.make_s ?x .
}
|
The country with an appointed governmental position of First Labour Governemnt of New Zealand export to what country? | composition | what countries do new zealand export to | new zealand | 2018-02-13T01:37:24 | [
{
"aliases": [
"Nippon-koku",
"JPN",
"Япония",
"JAP",
"Nihon",
"Dai-Nippon",
"Nippon",
"NTSC J",
"Japan",
"State of Japan",
"Land of the Rising Sun",
"Nihon-koku"
],
"answer": "Japan",
"answer_id": "m.03_3d"
},
{
"aliases": [
"Republic of Kiribati",
"Gilbert Islands"
],
"answer": "Kiribati",
"answer_id": "m.047t_"
},
{
"aliases": [
"Islands of Tuvalu",
"Ellice Islands"
],
"answer": "Tuvalu",
"answer_id": "m.07fsv"
},
{
"aliases": [
"U.K.",
"United Kingdom of Great Britain",
"United Kingdom of Great Britain and Ireland",
"The United Kingdom of Great Britain and Northern Ireland",
"Britain",
"Great Britain",
"GBR",
"GB",
"UK",
"United Kingdom of Great Britain and Northern Ireland"
],
"answer": "United Kingdom",
"answer_id": "m.07ssc"
},
{
"aliases": [
"U.S. of A.",
"Estats Units d'Amèrica",
"USA",
"U.S.A.",
"U.S.",
"The States",
"US",
"United States",
"America"
],
"answer": "United States of America",
"answer_id": "m.09c7w0"
},
{
"aliases": [
"The Commonwealth of Australia",
"Commonwealth of Australia"
],
"answer": "Australia",
"answer_id": "m.0chghy"
}
] | WebQTrn-3308 | WebQTrn-3308_a688312e7036d529cc04e88d8404d9b9 | what countries do the location that appointed First Labour Government of New Zealand to govermental position export to | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.02qfr26 .
?c ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
|
What country is Mouth Everest found on that uses the Renminbi as currency? | conjunction | in which country is mount everest found | 2018-02-12T23:30:14 | [
{
"aliases": [
"People's Republic of China"
],
"answer": "China",
"answer_id": "m.0d05w3"
}
] | WebQTrn-2162 | WebQTrn-2162_86003187e9869b0e46e6897f8de751a7 | in which country is mount everest found and the currency used in the country is Renminbi | 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.currency_used ns:m.0hn4_ .
} |
|
Which State's time zone is UTCâ05:00 and the Mississippi River passes through it? | conjunction | which states does the mississippi river pass through | 2018-02-12T22:35:55 | [
{
"aliases": [
"KY",
"kentucky, usa",
"Bluegrass State"
],
"answer": "Kentucky",
"answer_id": "m.0498y"
},
{
"aliases": [
"TN",
"Tenn",
"Volunteer State"
],
"answer": "Tennessee",
"answer_id": "m.07h34"
}
] | WebQTrn-1613 | WebQTrn-1613_143c89d70679c3e5257c93d8e2bc4c67 | which states does the mississippi river pass through and the location time zone is UTCâ05:00 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04yf_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04yf_ ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
?x ns:location.location.time_zones ns:m.02_37z .
} |
|
People from the country that has the national anthem Stand Ye Guamanians speak what languages? | composition | what do people from guam speak | guam | 2018-02-13T01:14:06 | [
{
"aliases": [
"Chamorro",
"Tjamoro"
],
"answer": "Chamorro Language",
"answer_id": "m.01vky1"
},
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
}
] | WebQTrn-3096 | WebQTrn-3096_341c2b39ebebfe0c3e939d7a8a69ce6d | what do people from the country that has the national anthem Stand Ye Guamanians speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01pm42 .
?c ns:location.country.languages_spoken ?x .
}
|
Where is the stadium of the team with the mascot named Thunder? | composition | where is the denver broncos stadium located | the denver broncos | 2018-02-12T23:14:15 | [
{
"aliases": [
"Mile High",
"Sports Authority Field at Mile High Stadium",
"INVESCO Field at Mile High",
"Sports Authority Field at Mile High Mile High Stadium II",
"INVESCO Field at Mile High, Denver"
],
"answer": "Sports Authority Field at Mile High",
"answer_id": "m.02hxv8"
}
] | WebQTrn-1994 | WebQTrn-1994_5136af6b390b0496a438c60c7f206a98 | where is the team has a team moscot named Thunder stadium 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:sports.sports_team.team_mascot ns:m.0_h1qbn .
?c ns:sports.sports_team.arena_stadium ?x .
}
|
Who are the #1 quarterbacks for the team with the fight song Miami Dolphins? | composition | who is the miami dolphins quarterback | miami dolphins | 2018-02-13T04:28:16 | [
{
"aliases": [
"Matthew Erickson Moore"
],
"answer": "Matt Moore",
"answer_id": "m.027n35s"
},
{
"aliases": [
"Ryan Timothy Tannehill"
],
"answer": "Ryan Tannehill",
"answer_id": "m.04q9syl"
}
] | WebQTest-963 | WebQTest-963_3940003ecd9bc28cc2b695f0b9fae833 | who is the the sports team with the fight song Miami Dolphins #1 quarterback | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.0pm6fmn .
?c ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
?y ns:sports.sports_team_roster.position ns:m.06b1q .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
Who is the head coach of the team owned by Bud Adams? | composition | who is the head coach of the tennessee titans | tennessee titans | 2018-02-12T21:28:09 | [
{
"aliases": [
"Kenneth Moore Whisenhunt"
],
"answer": "Ken Whisenhunt",
"answer_id": "m.0b9srp"
}
] | WebQTrn-969 | WebQTrn-969_536db3555faf0d1faef2f71ea1651099 | who is the head coach of the the sports team owner is Bud Adams | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.035yc3 .
?c ns:american_football.football_team.current_head_coach ?x .
}
|
What is the name of the home stadium of the team with Pat Patriot as its mascot? | composition | where is the home stadium of the new england patriots | new england patriots | 2018-02-13T05:29:54 | [
{
"aliases": [
"Gillette Stadium, Foxborough",
"CMGI Field"
],
"answer": "Gillette Stadium",
"answer_id": "m.0299m7"
}
] | WebQTest-1506 | WebQTest-1506_f8c2779211728f7e0767e70e269e960d | where is the home stadium of the the team has a team moscot named Pat Patriot | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.027jtgg .
?c ns:sports.sports_team.arena_stadium ?x .
}
|
What language is spoken where "Jedna si Jedina" is the national anthem? | composition | what language do people from bosnia speak | bosnia | 2018-02-13T04:19:46 | [
{
"aliases": [
"Serbo-Croatian"
],
"answer": "Serbo-Croatian Language",
"answer_id": "m.06x8y"
},
{
"aliases": [
"Bosnian",
"Montenegrin",
"Serbian"
],
"answer": "Serbian language",
"answer_id": "m.0k0sb"
}
] | WebQTest-874 | WebQTest-874_8c8323c1acee9be221b43888ab35adce | what language do people from the country that has the national anthem Jedna si jedina speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01n8b4 .
?c ns:location.country.languages_spoken ?x .
}
|
Abuja is the capital of the country with what type of government today? | composition | what type of government does nigeria have today | nigeria | 2018-02-12T20:45:22 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTrn-572 | WebQTrn-572_338b3aeed94ab9e867f275d3b3236a2f | what type of government does the country capital is Abuja have today | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.0fnxw .
?c ns:location.country.form_of_government ?x .
}
|
Which country that borders Spain is Lisbon the capital of? | conjunction | which countries share borders with spain | 2018-02-12T23:03:58 | [
{
"aliases": [
"Portuguese Republic"
],
"answer": "Portugal",
"answer_id": "m.05r4w"
}
] | WebQTrn-1898 | WebQTrn-1898_6febe638699f03c230b8205ceecb7d1a | which countries share borders with spain and the country capital is Lisbon | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.04llb .
} |
|
What spoken languages are used in the country with capital named Ankara? | composition | what language do people speak in turkey | turkey | 2018-02-12T21:28:39 | [
{
"aliases": [
"Turkish",
"Türkisch",
"Turki",
"Osmanli",
"Türkçe",
"Anatolian",
"Turkish language"
],
"answer": "Turkish Language",
"answer_id": "m.02hwyss"
},
{
"aliases": [
"Zaza",
"Dimili",
"Southern Zaza",
"Dimli",
"Dimli Language",
"Zaza Language",
"Zazaki"
],
"answer": "Zaza language",
"answer_id": "m.033xvz"
},
{
"aliases": [
"Ladino",
"Dzhudezmo",
"Spanyol",
"Hakitia",
"Judezmo",
"Sefardi",
"Haketia",
"Haquetiya",
"Judeo Spanish"
],
"answer": "Ladino Language",
"answer_id": "m.04p7x"
},
{
"aliases": [
"Kurdish",
"Kurdish Language"
],
"answer": "Kurdish languages",
"answer_id": "m.0b1g2"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-974 | WebQTrn-974_4f9fb59ac82f48381a77a02a1022023e | what language do people speak in the country capital is Ankara | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.0jyw .
?c ns:location.country.languages_spoken ?x .
}
|
Where did the Navajo Tribe live whose location appointed Bruce Babbitt to a governmental position? | conjunction | where did the navajo tribe live | 2018-02-13T02:14:58 | [
{
"aliases": [
"Ariz",
"AZ",
"Grand Canyon State"
],
"answer": "Arizona",
"answer_id": "m.0vmt"
}
] | WebQTrn-3602 | WebQTrn-3602_8fc460cf564c16a47877b92a7c156528 | where did the navajo tribe live and is the location that appointed Bruce Babbitt to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.08k5jg)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.08k5jg ns:people.ethnicity.geographic_distribution ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.018mts .
} |
|
Who is the current coach of the 2005-06 Coppa Italia champions? | composition | who is the coach of inter milan now | inter milan | 2018-02-13T02:34:35 | [
{
"aliases": [],
"answer": "Walter Mazzarri",
"answer_id": "m.026g1wf"
},
{
"aliases": [],
"answer": "Giuseppe Baresi",
"answer_id": "m.04z69t"
}
] | WebQTrn-3764 | WebQTrn-3764_3686c3a3c993e1af25870bf31e1c96d2 | who is the coach of the team won the 2005â06 Coppa Italia championship 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:sports.sports_team.championships ns:m.0262v14 .
?c ns:sports.sports_team.coaches ?y .
?y ns:sports.sports_team_coach_tenure.coach ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_coach_tenure.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_coach_tenure.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_coach_tenure.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_coach_tenure.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
What was the art style of the artist who lived in Le Cateau-Cambresis once? | composition | what art movements was henri matisse involved in | henri matisse | 2018-02-12T20:31:57 | [
{
"aliases": [],
"answer": "Modern art",
"answer_id": "m.015r61"
},
{
"aliases": [
"Impressionist"
],
"answer": "Impressionism",
"answer_id": "m.03xj1"
},
{
"aliases": [],
"answer": "Neo-impressionism",
"answer_id": "m.049xrv"
},
{
"aliases": [],
"answer": "Fauvism",
"answer_id": "m.04lx1"
},
{
"aliases": [
"Modernist"
],
"answer": "Modernism",
"answer_id": "m.04y41"
}
] | WebQTrn-471 | WebQTrn-471_910f8908e2d53dfb850b7b52b74e4a51 | what art movements was the person who once lived in Le Cateau-Cambrésis involved in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.03x_1j .
?c ns:visual_art.visual_artist.associated_periods_or_movements ?x .
}
|
What is the name of the mascot at the school where Stuart Holden is a grad student? | composition | what is the clemson mascot name | clemson | 2018-02-13T04:49:04 | [
{
"aliases": [],
"answer": "Clemson University The Tiger",
"answer_id": "m.02nv3yz"
},
{
"aliases": [],
"answer": "The Tiger and the Cub",
"answer_id": "m.05h9xpr"
}
] | WebQTest-1161 | WebQTest-1161_7c5bde1a7e3b798ee8b3631730eb2967 | what is the the education institution has a grad student named Stuart Holden mascot name | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.0dgzl_ .
?c ns:education.educational_institution.mascot ?x .
}
|
What Arabic speaking country that has a capital Baghdad? | conjunction | where is arabic used | 2018-02-12T23:36:30 | [
{
"aliases": [],
"answer": "Iraq",
"answer_id": "m.0d05q4"
}
] | WebQTrn-2224 | WebQTrn-2224_209dc96af55c6a84e51503b7e7f1b2a2 | where is arabic used and the country capital is Baghdad | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jzc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jzc ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.capital ns:m.01fqm .
} |
|
What city and state does the college with Yale Bulldogs football team located in? | composition | what city and state is yale located in | yale | 2018-02-13T05:29:51 | [
{
"aliases": [
"Elm City",
"New Haven, CT",
"New Haven, Connecticut",
"New Haven, Conn.",
"New Haven County / New Haven city"
],
"answer": "New Haven",
"answer_id": "m.0f2nf"
}
] | WebQTest-1502 | WebQTest-1502_52aab68ebe2b9271ebcd3e67b1fc33e0 | what city and state is the education institution has a sports team named Yale Bulldogs football located in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.0dr_zdy .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
The country with the capital named Brasilia uses what currency? | composition | what is the currency name of brazil | brazil | 2018-02-12T19:57:11 | [
{
"aliases": [],
"answer": "Brazilian real",
"answer_id": "m.03385m"
}
] | WebQTrn-184 | WebQTrn-184_847fede584cbd777dfa2d08a1c06ed49 | what is the currency name of the country capital is BrasÃlia | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.01hy_ .
?c ns:location.country.currency_used ?x .
}
|
What country in Western Europe contains East Flanders? | conjunction | what countries does tomtom western europe include | 2018-02-13T05:53:58 | [
{
"aliases": [
"Belgique",
"België",
"Kingdom of Belgium"
],
"answer": "Belgium",
"answer_id": "m.0154j"
}
] | WebQTest-1753 | WebQTest-1753_fa7fb367370bdcda12f06680e8b21b92 | what countries does tomtom western europe include and is the country that contains East Flanders | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03p3m2y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03p3m2y ns:base.schemastaging.organization_extra.phone_number ?y .
?y ns:base.schemastaging.phone_sandbox.service_location ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.013v_g .
} |
|
What language is spoken in the country where Phnom Penh is located? | composition | what do they speak in cambodia | cambodia | 2018-02-12T21:18:57 | [
{
"aliases": [
"Khmer",
"Kho Me",
"Krom",
"Khome",
"Khmer, Central",
"Cambodian",
"Viet Go Mien",
"Cu Tho",
"Khmer, Central Language",
"Cur Cul"
],
"answer": "Khmer language",
"answer_id": "m.01lqm"
},
{
"aliases": [],
"answer": "Cambodian French",
"answer_id": "m.04pp56"
},
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
}
] | WebQTrn-903 | WebQTrn-903_9ab18735e6e6e1d939c57418a67aa801 | what do they speak in the country that contains Phnom Penh | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.0dlwj .
?c ns:location.country.languages_spoken ?x .
}
|
The location that appointed Louis-Eugène Cavaignac to govermental position has what President? | composition | who is president of france | france | 2018-02-12T23:15:23 | [
{
"aliases": [
"François Gérard Georges Hollande",
"Mayor François Hollande",
"Francois Hollande"
],
"answer": "François Hollande",
"answer_id": "m.02qg4z"
}
] | WebQTrn-2000 | WebQTrn-2000_c78405f6f2157645f1098f8a871f1bc2 | who is president of the location that appointed Louis-Eugène Cavaignac to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.01dsxn .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
People from the country that contains Puno Region speak what languages? | composition | what type of language does peru speak | peru | 2018-02-12T21:46:10 | [
{
"aliases": [
"Aymara"
],
"answer": "Aymara language",
"answer_id": "m.01y5tq"
},
{
"aliases": [
"Yhuata",
"Pariana",
"Cambela",
"Anapia",
"Omagua",
"Ariana",
"Macanipa",
"Campeba",
"Kambeba",
"Umaua",
"Agua",
"Compeva",
"Omagua Language",
"Cambeeba",
"Cambeba",
"Omagua-yete",
"Janbeba",
"Canga-peba"
],
"answer": "Omagua dialect",
"answer_id": "m.02hxk02"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
},
{
"aliases": [],
"answer": "Ayacucho Quechua",
"answer_id": "m.06qmrf"
},
{
"aliases": [
"Puquina"
],
"answer": "Puquina Language",
"answer_id": "m.09_sxt"
},
{
"aliases": [
"Auishiri",
"Auca",
"Huaorani",
"Sabela",
"Waorani",
"Huao",
"Waodani"
],
"answer": "Waorani Language",
"answer_id": "m.09j2hg"
}
] | WebQTrn-1133 | WebQTrn-1133_2458404b2726ce40f3d525263dc9f74c | what type of language does the country that contains Puno Region speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.0355qf .
?c ns:location.country.languages_spoken ?x .
}
|
The country that uses the Nigerian naira as its main form of currency is located in which time zone? | composition | what is the nigeria time | nigeria | 2018-02-13T03:29:56 | [
{
"aliases": [
"West Africa Time"
],
"answer": "West Africa Time Zone",
"answer_id": "m.0gsrsm"
}
] | WebQTest-436 | WebQTest-436_74349352d97a03ff3fb973379bdf3503 | what is the the currency used in the country is Nigerian naira time | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.018cg3 .
?c ns:location.location.time_zones ?x .
}
|
The country with the national anthem National Anthem of Saudi Arabia has what government system? | composition | what is the government system of saudi arabia | saudi arabia | 2018-02-13T06:12:14 | [
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Islamic"
],
"answer": "Islamic state",
"answer_id": "m.07v2k4"
},
{
"aliases": [],
"answer": "Absolute monarchy",
"answer_id": "m.0hqc2"
}
] | WebQTest-1861 | WebQTest-1861_62f09b6bf749ee385f30004388078d2f | what is the government system of the country that has the national anthem National Anthem of Saudi Arabia | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.024mwx .
?c ns:location.country.form_of_government ?x .
}
|
What country do flemish live has Goiás? | conjunction | where did the flemish live | 2018-02-12T22:28:28 | [
{
"aliases": [
"Brazilian ",
"República Federativa do Brasil",
"Brasil",
"Federative Republic of Brazil"
],
"answer": "Brazil",
"answer_id": "m.015fr"
}
] | WebQTrn-1530 | WebQTrn-1530_ed31f9dd431831dbd32a06b958c7c97c | where did the flemish live and is the country that contains Goiás | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.018hlv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.018hlv ns:people.ethnicity.geographic_distribution ?x .
?x ns:location.country.administrative_divisions ns:m.012yz_ .
} |
|
What is the name of the stadium of the team who won the 2011 AFC championship game? | composition | what is the name of the pittsburgh steelers stadium | pittsburgh steelers | 2018-02-12T22:31:20 | [
{
"aliases": [
"Heinz Field, Pittsburgh"
],
"answer": "Heinz Field",
"answer_id": "m.02y4pw"
}
] | WebQTrn-1548 | WebQTrn-1548_f43785599ba51bf943f98f8d9bbf102a | what is the name of the the team won the 2011 AFC Championship Game championship stadium | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gt_jy .
?c ns:sports.sports_team.venue ?y .
?y ns:sports.team_venue_relationship.venue ?x .
FILTER(NOT EXISTS {?y ns:sports.team_venue_relationship.from ?sk0} ||
EXISTS {?y ns:sports.team_venue_relationship.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.team_venue_relationship.to ?sk2} ||
EXISTS {?y ns:sports.team_venue_relationship.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
Where did the illustrator of the book "Bartholomew and the Oobleck" receive their education? | composition | what was dr seuss education | dr seuss | 2018-02-13T02:52:28 | [
{
"aliases": [
"Dartmouth",
"Dartmouth College, main campus"
],
"answer": "Dartmouth College",
"answer_id": "m.02bqy"
},
{
"aliases": [
"Universitas Oxoniensis",
"Oxford University"
],
"answer": "University of Oxford",
"answer_id": "m.07tgn"
},
{
"aliases": [
"The College of the Blessed Mary and All Saints, Lincoln"
],
"answer": "Lincoln College, Oxford",
"answer_id": "m.0ym1n"
}
] | WebQTest-166 | WebQTest-166_138e9a68609f316d15e3b90b6d84cae1 | what was the illustrator of the book Bartholomew and the Oobleck education | 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.illustrator.books_illustrated ns:m.08lm0v .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What religion includes Lumbini as a sacred place of worship and has a practicing population in Thailand? | conjunction | what religion in thailand | 2018-02-12T22:28:50 | [
{
"aliases": [
"Buddhist"
],
"answer": "Buddhism",
"answer_id": "m.092bf5"
}
] | WebQTrn-1535 | WebQTrn-1535_d3301dedbdcb2d171a75be1631e8cec5 | what religion in thailand and the relgion sacred site is Lumbini | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07f1x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07f1x ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.sacred_sites ns:m.01c_w6 .
} |
|
What is the official language in the country that uses the Argentine Peso? | composition | what are the official languages of argentina | argentina | 2018-02-13T05:57:23 | [
{
"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_80824867f2b96381f068589249597e78 | what are the official languages of the currency used in the country is Argentine peso | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.024nzm .
?c ns:location.country.official_language ?x .
}
|
What are the countries that border the country where Cao Bang is? | composition | which countries share land border with vietnam | vietnam | 2018-02-13T02:24:06 | [
{
"aliases": [],
"answer": "Cambodia",
"answer_id": "m.01xbgx"
},
{
"aliases": [
"Lao People's Democratic Republic",
"라오스"
],
"answer": "Laos",
"answer_id": "m.04hhv"
},
{
"aliases": [
"People's Republic of China"
],
"answer": "China",
"answer_id": "m.0d05w3"
}
] | WebQTrn-3690 | WebQTrn-3690_e3cca7a9117d7c23ddfc189a49770034 | which countries share land border with the country that contains Cao Bang | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.024pfh .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
}
|
Who are Tamil Nadu Thowheed Jamath follower believe in? | composition | what are the basic beliefs of islam religion | islam | 2018-02-12T23:32:31 | [
{
"aliases": [
"Imam Mahdi"
],
"answer": "Mahdi",
"answer_id": "m.019vqj"
},
{
"aliases": [],
"answer": "Tawhid",
"answer_id": "m.01bbmp"
},
{
"aliases": [
"Muhammad"
],
"answer": "Prophets in Islam",
"answer_id": "m.024b22"
},
{
"aliases": [],
"answer": "Predestination in Islam",
"answer_id": "m.025w817"
},
{
"aliases": [],
"answer": "Entering Heaven alive",
"answer_id": "m.02wvcg4"
},
{
"aliases": [],
"answer": "Monotheism",
"answer_id": "m.04xy3"
},
{
"aliases": [],
"answer": "Islamic view of angels",
"answer_id": "m.0698fs"
},
{
"aliases": [],
"answer": "Qiyamah",
"answer_id": "m.06rvp0"
},
{
"aliases": [],
"answer": "Sharia",
"answer_id": "m.074hw"
},
{
"aliases": [
"Dajjal"
],
"answer": "Masih ad-Dajjal",
"answer_id": "m.07bfrc"
},
{
"aliases": [],
"answer": "Islamic holy books",
"answer_id": "m.07r6vw"
},
{
"aliases": [],
"answer": "God in Islam",
"answer_id": "m.09kb_2"
},
{
"aliases": [],
"answer": "Ṭūbā",
"answer_id": "m.0hr6vbp"
}
] | WebQTrn-2188 | WebQTrn-2188_a3af159c0a6db13e6a3cff4cfca99f5c | what are the basic beliefs of the religion organiztion is Tamil Nadu Thowheed Jamath religion | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.organizations ns:m.010ffmhn .
?c ns:religion.religion.beliefs ?x .
}
|
What language is spoken in the country that contains the Haifa District? | composition | what is the primary language of israel | israel | 2018-02-13T00:47:50 | [
{
"aliases": [
"Ivrit",
"עִבְרִית,",
"Modern Hebrew",
"עברית",
"Hebrew"
],
"answer": "Hebrew Language",
"answer_id": "m.03hkp"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-2851 | WebQTrn-2851_bda5cd2328322c309ecbaaffcb9e7c8e | what is the primary language of the country that contains Haifa District | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03gclm .
?c ns:location.country.official_language ?x .
}
|
What languages are used in the country that uses Jamaican dollar? | composition | what jamaican language called | jamaican | 2018-02-12T23:26:08 | [
{
"aliases": [],
"answer": "Jamaican English",
"answer_id": "m.01428y"
},
{
"aliases": [
"Patois",
"Patwa",
"Bongo Talk",
"Southwestern Caribbean Creole English",
"Jamaican Creole English",
"Quashie Talk",
"Panamanian Creole English",
"Limón Creole English"
],
"answer": "Jamaican Creole English Language",
"answer_id": "m.04ygk0"
}
] | WebQTrn-2125 | WebQTrn-2125_4e73509d14bda62590480b655eee8751 | what the currency used in the country is Jamaican dollar language called | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.04xc2m .
?c ns:location.country.languages_spoken ?x .
}
|
What country has Spanish as its main language and contains the Sacatepéquez Department? | conjunction | which countries have spanish as their main language | 2018-02-13T06:04:42 | [
{
"aliases": [
"Guatemala."
],
"answer": "Guatemala",
"answer_id": "m.0345_"
}
] | WebQTest-1821 | WebQTest-1821_87c7ee7f3a922d23a9c7c229bb361c76 | which countries have spanish as their main language and is the country that contains Sacatepéquez Department | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06nm1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06nm1 ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.official_language ns:m.06nm1 .
?x ns:location.country.administrative_divisions ns:m.0146yb .
} |
|
Where is the country with San Salvador as its capital located? | composition | where is el salvador located | where is el salvador | 2018-02-12T21:50:31 | [
{
"aliases": [],
"answer": "Central America",
"answer_id": "m.01tzh"
},
{
"aliases": [],
"answer": "Latin America",
"answer_id": "m.04pnx"
},
{
"aliases": [],
"answer": "North America",
"answer_id": "m.059g4"
},
{
"aliases": [
"New World",
"The Americas",
"America"
],
"answer": "Americas",
"answer_id": "m.07c5l"
}
] | WebQTrn-1175 | WebQTrn-1175_09fb615961bc0093c905a358880a114e | the country capital is San Salvador located | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.0ftfw .
?c ns:location.location.containedby ?x .
}
|
Which nation in which Tyrol is located is close to Italy? | conjunction | what countries are near italy | 2018-02-13T02:59:15 | [
{
"aliases": [
"Ostarrichi",
"Republic of Austria",
"Österreich",
"Oesterreich",
"Autriche"
],
"answer": "Austria",
"answer_id": "m.0h7x"
}
] | WebQTest-211 | WebQTest-211_70eea8afa2d8d70c694402c9f77b40d1 | what countries are near italy and is the country that contains Tyrol | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03rjj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03rjj 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.administrative_divisions ns:m.0133jj .
} |
|
What year did the winner of 2006 NFC Championship game win the Superbowl? | composition | what year did the seahawks win the superbowl | seahawks | 2018-02-13T02:52:15 | [
{
"aliases": [
"Super bowl 48",
"Superbowl XLVIII",
"Superbowl 48"
],
"answer": "Super Bowl XLVIII",
"answer_id": "m.09k4qg3"
}
] | WebQTest-163 | WebQTest-163_f7e233af2bbc4c922ca26bdbe42e2fad | what year did the the team won the 2006 NFC Championship Game championship win the superbowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gv21m .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.instance_of_recurring_event ns:m.06x5s .
}
|
In what state did the architect who designed the Charlotte County Courthouse live? | composition | what state did thomas jefferson live in | thomas jefferson | 2018-02-12T20:49:16 | [
{
"aliases": [
"VA",
"Mother of states",
"Mother of Presidents",
"Virg",
"The Old Dominion"
],
"answer": "Virginia",
"answer_id": "m.07z1m"
}
] | WebQTrn-624 | WebQTrn-624_550f6a0ca850b4998124070c299ff048 | what state did the architect that desinged Charlotte County Courthouse live 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:architecture.architect.structures_designed ns:m.06_d_fx .
?c ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:common.topic.notable_types ns:m.0kpys4 .
}
|
Who is the owner of the organization that Larry Baer is in? | composition | who owns the sf giants owner | sf giants | 2018-02-13T02:22:25 | [
{
"aliases": [
"William Neukom"
],
"answer": "Bill Neukom",
"answer_id": "m.03cyzbv"
}
] | WebQTrn-3684 | WebQTrn-3684_c264a6d11d7956741926d417b94327e2 | who owns the the organiztion leadership has a person named Larry Baer owner | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0hhv_6h .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
What office held from March 19, 1790 did Boehner hold? | conjunction | what office does boehner hold | 2018-02-13T02:00:41 | [
{
"aliases": [
"U.S. Representative",
"United States Congressperson",
"U.S. Congressperson",
"United States Congresswoman",
"U.S. Congressman",
"United States Congressman",
"U.S. Congresswoman",
"US Representative"
],
"answer": "United States Representative",
"answer_id": "m.02_bcst"
}
] | WebQTrn-3470 | WebQTrn-3470_3dc4d094915cc69911e4edefe742a167 | what office does boehner hold and is the office position was held from 1790-03-19 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.039rwf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.039rwf ns:government.politician.government_positions_held ?y .
?y ns:government.government_position_held.office_position_or_title ?x .
?x ns:government.government_office_or_title.office_holders ?c .
?c ns:government.government_position_held.from "1790-03-19"^^xsd:dateTime .
} |
|
What form of currency is used in the nation where the Cuban convertible peso is used for money? | composition | what money does cuba use | cuba | 2018-02-13T06:14:44 | [
{
"aliases": [],
"answer": "Cuban peso",
"answer_id": "m.049p2z"
},
{
"aliases": [
"Chavito"
],
"answer": "Cuban convertible peso",
"answer_id": "m.049p6c"
}
] | WebQTest-1879 | WebQTest-1879_e185ea716e0dcbdf8d9ad6498b5e88f1 | what money does the currency used in the country is Cuban convertible peso use | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.049p6c .
?c ns:location.country.currency_used ?x .
}
|
What form of government does the country with national anthem Arise, O Compatriots have? | composition | what sort of government does nigeria have | nigeria | 2018-02-13T03:59:12 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTest-684 | WebQTest-684_0390a20329d7eb0eb3730691a291c00a | what sort of government does the country that has the national anthem Arise, O Compatriots 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.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.020fjg .
?c ns:location.country.form_of_government ?x .
}
|
Where is the city Walton and the place that appointed Mitch Daniels to a governmental position? | conjunction | where is walton indiana | 2018-02-13T04:31:09 | [
{
"aliases": [
"Ind",
"US-IN",
"Hoosier State",
"IN"
],
"answer": "Indiana",
"answer_id": "m.03v1s"
}
] | WebQTest-1008 | WebQTest-1008_b37021b737749dd5ccb3668fe48e54be | where is walton indiana and is the location that appointed Mitch Daniels to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0skd2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0skd2 ns:location.location.containedby ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.048v04 .
} |
|
What country in South America has the capital of Bogota? | conjunction | what all countries are in south america | 2018-02-13T01:12:18 | [
{
"aliases": [
"コロンビア共和国",
"Republic of Colombia"
],
"answer": "Colombia",
"answer_id": "m.01ls2"
},
{
"aliases": [
"Great Colombia"
],
"answer": "Gran Colombia",
"answer_id": "m.0dkz7x"
}
] | WebQTrn-3082 | WebQTrn-3082_c2a34889aebc2881bd3768893987211d | what all countries are in south america and the country capital is Bogotá | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06n3y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06n3y ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.01dzyc .
} |
|
What South American country appointed Juan Manuel Santos to governmental position? | conjunction | what all countries are in south america | 2018-02-13T01:12:18 | [
{
"aliases": [
"コロンビア共和国",
"Republic of Colombia"
],
"answer": "Colombia",
"answer_id": "m.01ls2"
}
] | WebQTrn-3082 | WebQTrn-3082_720a64331788db4195a00563ab55eb66 | what all countries are in south america and is the location that appointed Juan Manuel Santos to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06n3y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06n3y ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.02pqvmj .
} |
|
Where was CO2 emissions per capita once 2009 metric ton and where Rihanna comes from ? | conjunction | where did rihanna come from | 2018-02-12T20:48:14 | [
{
"aliases": [],
"answer": "Barbados",
"answer_id": "m.0162v"
}
] | WebQTrn-619 | WebQTrn-619_906ad6be7bec9d208f4dde4f7721c261 | where did rihanna come from and is the co2 emiisions per capita was once 2009 metric ton | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mt91)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mt91 ns:music.artist.origin ?x .
?x ns:location.statistical_region.co2_emissions_per_capita ?c .
?c ns:measurement_unit.dated_metric_ton.date "2009"^^xsd:dateTime .
} |
|
What are bordering countries to the country where Louis-Eugène Cavaignac holds a governmental position? | composition | what country is beside france | france | 2018-02-13T01:58:34 | [
{
"aliases": [
"Belgique",
"België",
"Kingdom of Belgium"
],
"answer": "Belgium",
"answer_id": "m.0154j"
},
{
"aliases": [
"Federal Republic of Germany",
"Bundesrepublik Deutschland",
"BRD",
"Deutschland"
],
"answer": "Germany",
"answer_id": "m.0345h"
},
{
"aliases": [
"Italia",
"Italian Republic"
],
"answer": "Italy",
"answer_id": "m.03rjj"
},
{
"aliases": [
"Grand Duchy of Luxembourg"
],
"answer": "Luxembourg",
"answer_id": "m.04g61"
},
{
"aliases": [
"Principality of Monaco",
"Monte Carlo"
],
"answer": "Monaco",
"answer_id": "m.04w58"
},
{
"aliases": [
"Kingdom of Spain",
"España",
"Furija"
],
"answer": "Spain",
"answer_id": "m.06mkj"
},
{
"aliases": [
"La Suisse",
"Helvetia",
"Svizzera",
"Svizra",
"Schweiz",
"Swiss Confederation"
],
"answer": "Switzerland",
"answer_id": "m.06mzp"
},
{
"aliases": [
"U.K.",
"United Kingdom of Great Britain",
"United Kingdom of Great Britain and Ireland",
"The United Kingdom of Great Britain and Northern Ireland",
"Britain",
"Great Britain",
"GBR",
"GB",
"UK",
"United Kingdom of Great Britain and Northern Ireland"
],
"answer": "United Kingdom",
"answer_id": "m.07ssc"
},
{
"aliases": [
"Principado de Andorra",
"Principado dos Vales de Andorra",
"Principality of Andorra",
"Principality of the Valleys of Andorra"
],
"answer": "Andorra",
"answer_id": "m.0hg5"
}
] | WebQTrn-3460 | WebQTrn-3460_c78405f6f2157645f1098f8a871f1bc2 | what country is beside the location that appointed Louis-Eugène Cavaignac to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.01dsxn .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
}
|
What kind of government does the country that imports from Pakistan have? | composition | what form of government does afghanistan have | afghanistan | 2018-02-12T22:58:27 | [
{
"aliases": [
"Islamic"
],
"answer": "Islamic republic",
"answer_id": "m.01fgl7"
}
] | WebQTrn-1846 | WebQTrn-1846_12953ec0b5895afd7da838969d549013 | what form of government does the country imports from Pakistan 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.statistical_region.places_imported_from ?k .
?k ns:location.imports_and_exports.imported_from ns:m.05sb1 .
?c ns:location.country.form_of_government ?x .
}
|
Who won the presidential races in the country that has Zulia? | composition | who won the presidential race in venezuela | venezuela | 2018-02-12T23:46:29 | [
{
"aliases": [
"Rafael Antonio Caldera Rodríguez"
],
"answer": "Rafael Caldera",
"answer_id": "m.01g1_m"
},
{
"aliases": [
"Carlos Andres Perez"
],
"answer": "Carlos Andrés Pérez",
"answer_id": "m.02ntqk"
},
{
"aliases": [
"Dr. Jaime Lusinchi"
],
"answer": "Jaime Lusinchi",
"answer_id": "m.038prm"
},
{
"aliases": [],
"answer": "Luis Herrera Campins",
"answer_id": "m.06y8st"
},
{
"aliases": [
"Hugo Rafael Chávez Frías",
"Hugo Chavez",
"El Commandante",
"El Mico Mandante",
"Esteban de Jesús"
],
"answer": "Hugo Chávez",
"answer_id": "m.0d1b_"
},
{
"aliases": [
"Nicolas Maduro",
"Nicolás Maduro Moros"
],
"answer": "Nicolás Maduro",
"answer_id": "m.0h7hb4"
}
] | WebQTrn-2328 | WebQTrn-2328_7e0878fe3a6332d5ec4165f954af3ce9 | who won the presidential race in the country that contains Zulia | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01hrr7 .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
}
|
Which team with the fight song "Hail to the Redskins" did Doug Williams play for? | conjunction | what team did doug williams play for | 2018-02-12T23:46:02 | [
{
"aliases": [
"The Skins"
],
"answer": "Washington Redskins",
"answer_id": "m.084l5"
}
] | WebQTrn-2326 | WebQTrn-2326_d96a442f064172a03ca7575e38a699de | what team did doug williams play for and is the sports team with the fight song Hail to the Redskins | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0443ql)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0443ql ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.fight_song ns:m.0234px .
} |
|
What country has a CO2 emissions per capita of 1965 metric tons and uses afrikaans as a language? | conjunction | where do they speak afrikaans | 2018-02-13T05:55:16 | [
{
"aliases": [],
"answer": "Malawi",
"answer_id": "m.04tr1"
},
{
"aliases": [],
"answer": "Malawi",
"answer_id": "m.04tr1"
},
{
"aliases": [],
"answer": "Zambia",
"answer_id": "m.088vb"
},
{
"aliases": [],
"answer": "Zambia",
"answer_id": "m.088vb"
}
] | WebQTest-1758 | WebQTest-1758_77a80913f273f84d5431ba5c10f06452 | where do they speak afrikaans and is the co2 emiisions per capita was once 1965 metric ton | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0x82)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0x82 ns:language.human_language.countries_spoken_in ?x .
?x ns:location.statistical_region.co2_emissions_per_capita ?c .
?c ns:measurement_unit.dated_metric_ton.date "1965"^^xsd:dateTime .
} |
|
Which nation icludes the city of Sulaymaniyah and was a key participant in the 1991 Gulf War? | conjunction | who fought in the gulf war 1991 | 2018-02-13T02:47:18 | [
{
"aliases": [],
"answer": "Iraq",
"answer_id": "m.0d05q4"
}
] | WebQTest-118 | WebQTest-118_4f6b8f36a3d6bd343c713351dfa1837a | who fought in the gulf war 1991 and is the location that contains the city/town Sulaymaniyah | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.018w0j)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.018w0j ns:military.military_conflict.combatants ?y .
?y ns:military.military_combatant_group.combatants ?x .
?x ns:location.location.contains ?c .
?c ns:location.mailing_address.citytown ns:m.02_wp3 .
} |
|
What would a person with anal cancer have surgery for? | composition | what did farrah have surgery for | farrah | 2018-02-12T21:00:13 | [
{
"aliases": [],
"answer": "Anal cancer",
"answer_id": "m.02vxm4"
}
] | WebQTrn-751 | WebQTrn-751_640caae0a388391f607bc65384c94fd4 | what did the person notable with the medical condition Anal cancer have surgery 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:medicine.notable_person_with_medical_condition.condition ns:m.02vxm4 .
?c ns:medicine.notable_person_with_medical_condition.condition ?x .
}
|
What attraction opened in 1940 and is located in Bangkok Thailand? | conjunction | what to do if you have one day in bangkok | 2018-02-13T01:14:10 | [
{
"aliases": [],
"answer": "Bangkok Aquarium",
"answer_id": "m.02816l2"
}
] | WebQTrn-3097 | WebQTrn-3097_d9e7cbdf826379c4db579a3bd53a601c | what to do if you have one day in bangkok and is the zoo that opened on 1940 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0fn2g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0fn2g ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened "1940"^^xsd:dateTime .
} |
|
People from the country with the national anthem Arise, O Compatriots speak what language? | composition | what do most nigerians speak | nigerians | 2018-02-12T21:21:58 | [
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
}
] | WebQTrn-933 | WebQTrn-933_0390a20329d7eb0eb3730691a291c00a | what do most the country that has the national anthem Arise, O Compatriots speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.020fjg .
?c ns:location.country.official_language ?x .
}
|
Where is the location of the United Nations Security Council main headquarters? | composition | where is the main headquarters of the un | un | 2018-02-13T00:36:16 | [
{
"aliases": [
"The City that Never Sleeps",
"New York, U.S.A.",
"/m/02_286",
"New Yrok City",
"New York City, New York, USA",
"Empire City",
"City of New York",
"New York City, New York",
"New-York",
"ニューヨーク市",
"Gotham",
"New York",
"New York, NY",
"The Melting Pot",
"Richmond County / New York city",
"NYC",
"The Big Apple",
"New York, N.Y.",
"New York, New York",
"The Capital of the World"
],
"answer": "New York City",
"answer_id": "m.02_286"
}
] | WebQTrn-2752 | WebQTrn-2752_9e5afb3d15099a1354f9df60428e1f91 | where is the main headquarters of the the child organization is United Nations Security Council | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.07vnr .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What architect that designed Krause Music Store influenced Frank Lloyd Wright? | conjunction | who or what influenced frank lloyd wright | 2018-02-13T05:51:06 | [
{
"aliases": [
"Louis H. Sullivan"
],
"answer": "Louis Sullivan",
"answer_id": "m.0dvns"
}
] | WebQTest-1733 | WebQTest-1733_fabaeb078a97fa2cfb2c52888c54c3b6 | who or what influenced frank lloyd wright and is the architect that desinged Krause Music Store | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02wlk)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02wlk ns:influence.influence_node.influenced_by ?x .
?x ns:architecture.architect.structures_designed ns:m.026r269 .
} |
|
What city has the college with Oregon Ducks Men's basketball team? | composition | what city is the university of oregon state in | the university of oregon | 2018-02-13T05:26:26 | [
{
"aliases": [
"Lane County / Eugene city",
"Eugene, Oregon"
],
"answer": "Eugene",
"answer_id": "m.02mf7"
}
] | WebQTest-1481 | WebQTest-1481_276596aa446167adcb39b381cb6dc45b | what city is the education institution has a sports team named Oregon Ducks men's basketball state in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.03cmtnb .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Where did Jackie Robinson attend school, where the institution's newspaper is called the Daily Bruin? | conjunction | where did jackie robinson go to school | 2018-02-13T00:46:47 | [
{
"aliases": [
"University of California, Los Angeles Campus",
"UCLA"
],
"answer": "University of California, Los Angeles",
"answer_id": "m.09f2j"
}
] | WebQTrn-2843 | WebQTrn-2843_4f6f8b7238bf234f7395d28b6f57d467 | where did jackie robinson go to school and the educational institution newspaper is Daily Bruin | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0443c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0443c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.0823gp .
} |
|
What is the most recent World Series won by the baseball club that won the 1986 World Series Championship? | composition | when 's the last time the mets won the world series | mets | 2018-02-13T05:33:22 | [
{
"aliases": [
"1986 World"
],
"answer": "1986 World Series",
"answer_id": "m.01q9lc"
}
] | WebQTest-1556 | WebQTest-1556_14f8825251f4fac1508fc8d1174fcd38 | when 's the last time the the team won the 1986 World Series championship won the world series | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.01q9lc .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What educational institutions did the person who used to live in the White House attend? | composition | what schools did barack obama attend | barack obama | 2018-02-13T01:15:39 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
},
{
"aliases": [
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
],
"answer": "Columbia University",
"answer_id": "m.01w5m"
},
{
"aliases": [
"Noelani Elementary"
],
"answer": "Noelani Elementary School",
"answer_id": "m.0265r_n"
},
{
"aliases": [
"SDN Besuki",
"Besuki school",
"Sekolah Dasar Negeri (SDN) Menteng 01"
],
"answer": "State Elementary School Menteng 01",
"answer_id": "m.0280qps"
},
{
"aliases": [
"Punahou School Campus, Honolulu",
"Punahou School Campus",
"Punahou"
],
"answer": "Punahou School",
"answer_id": "m.02d9nr"
},
{
"aliases": [
"Occidental",
"Oxy",
"Occidental College, main campus"
],
"answer": "Occidental College",
"answer_id": "m.05q2c"
},
{
"aliases": [
"St. Francis of Assisi Catholic"
],
"answer": "St. Francis of Assisi Catholic School",
"answer_id": "m.0nbyhz3"
}
] | WebQTrn-3110 | WebQTrn-3110_af331f33579006dfcc57fbac05c58c9c | what schools did the person who once lived in White House 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.places_lived ?k .
?k ns:people.place_lived.location ns:m.081sq .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
In the NBA franchise that is led by Phil Jackson, who is the current head coach? | composition | who is the current coach of the new york knicks | new york knicks | 2018-02-13T01:33:33 | [
{
"aliases": [
"Fish",
"D-Fish",
"Derek Lamar Fisher"
],
"answer": "Derek Fisher",
"answer_id": "m.04lvwk"
}
] | WebQTrn-3277 | WebQTrn-3277_5151fe31eb9576f55f33dedfdd46e6d1 | who is the current coach of the the organiztion leadership has a person named Phil Jackson | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.030w9m .
?c ns:basketball.basketball_team.head_coach ?x .
}
|
What song was performed by the person who obtained education at Harkness Ballet? | composition | what did patrick swayze sing | patrick swayze | 2018-02-12T20:06:10 | [
{
"aliases": [],
"answer": "She's Like the Wind",
"answer_id": "m.010fyfc"
},
{
"aliases": [
"She’s Like the Wind"
],
"answer": "She's Like the Wind",
"answer_id": "m.0fhpy55"
},
{
"aliases": [
"She’s Like the Wind",
"She's Like the Wind"
],
"answer": "She's Like The Wind",
"answer_id": "m.0g0szh8"
},
{
"aliases": [],
"answer": "She's Like the Wind",
"answer_id": "m.0g7rg7k"
},
{
"aliases": [],
"answer": "She's Like the Wind",
"answer_id": "m.0g93m8p"
},
{
"aliases": [],
"answer": "Raising Heaven (In Hell Tonight)",
"answer_id": "m.0lr1bk"
},
{
"aliases": [],
"answer": "Cliff's Edge",
"answer_id": "m.0lr1c6"
},
{
"aliases": [],
"answer": "She's Like the Wind (Dança Quente)",
"answer_id": "m.0nn3wj9"
},
{
"aliases": [
"She's Like the Wind (feat. Wendy Fraser)"
],
"answer": "She's Like the Wind",
"answer_id": "m.0q19z6"
},
{
"aliases": [],
"answer": "She's Like the Wind",
"answer_id": "m.0rsh2gn"
},
{
"aliases": [],
"answer": "She's Like the Wind (Dirty Dancing)",
"answer_id": "m.0sjjh13"
},
{
"aliases": [],
"answer": "Brothers",
"answer_id": "m.0x4dsp"
},
{
"aliases": [],
"answer": "She's Like the Wind",
"answer_id": "m.0yhl4q"
}
] | WebQTrn-242 | WebQTrn-242_afb8734caf4f30f7313d935477927721 | what did the person education institution is Harkness Ballet sing | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.051w2br .
?c ns:music.artist.track ?x .
}
|
What is the location that partially contains the Balkan Mountains is Nina Dobrev's nationality? | conjunction | what is nina dobrev nationality | 2018-02-12T19:39:38 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-15 | WebQTrn-15_d3f14fdd9daef2bbc98d2afb84fae178 | what is nina dobrev nationality and is the location partially contains Balkan Mountains | 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.location.partiallycontains ?c .
?c ns:location.partial_containment_relationship.partially_contains ns:m.01_vzc .
} |
|
When was the last time did the champion of the 1908 Wold Series win the World Series? | composition | what year was the cubs last world series | cubs | 2018-02-12T20:56:04 | [
{
"aliases": [
"1908 World"
],
"answer": "1908 World Series",
"answer_id": "m.04tg8s"
}
] | WebQTrn-682 | WebQTrn-682_4845559116b6463f2023353afbf89db5 | what year was the the team won the 1908 World Series championship last world series | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.04tg8s .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What state is they university where the Air Force Falcons located? | composition | in what state was the air force academy established | the air force academy | 2018-02-12T23:32:51 | [
{
"aliases": [
"Centennial State",
"Colo",
"CO"
],
"answer": "Colorado",
"answer_id": "m.01n4w"
}
] | WebQTrn-2191 | WebQTrn-2191_2bf1a048015956cacaf80a07209e215a | in what state was the education institution has a sports team named Air Force Falcons football established | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.0d2m7m .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.state_province_region ?x .
}
|
Who was the founder of the religion that is practiced by the Islamic Society of Western Maryland? | composition | who invented islamic religion | islamic | 2018-02-13T05:31:01 | [
{
"aliases": [
"Ahmed",
"Muhammad in Islam",
"Messenger Muhammad PBUH",
"Mohammed, Mahomet, Muhammad",
"Muhammad",
"Muḥammad ibn `Abd Allāh",
"Abu al-Qasim",
"Muḥammad",
"Abū al-Qāsim Muḥammad ibn ʿAbd Allāh ibn ʿAbd al-Muṭṭalib ibn Hāshim"
],
"answer": "Muhammad in Islam",
"answer_id": "m.04s9n"
}
] | WebQTest-1524 | WebQTest-1524_c4a7c8067a237e9818e6386d79aec7f0 | who invented the religion place of worship is Islamic Society of Western Maryland religion | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.places_of_worship ns:m.04f668n .
?c ns:religion.religion.founding_figures ?x .
}
|
Who is the president of the country that Ollanta Humala is a .government position? | composition | who is the president of peru now | peru | 2018-02-13T06:02:49 | [
{
"aliases": [],
"answer": "Ollanta Humala",
"answer_id": "m.0d2m0y"
}
] | WebQTest-1808 | WebQTest-1808_b189e33b064458d172fee7d5e4c90738 | who is the president of the location that appointed Ollanta Humala to govermental position 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.appointed_by ns:m.0d2m0y .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
Of the shows Taylor Lautner has been in, which tv series has 50 episodes? | conjunction | what all movies has taylor lautner been in | 2018-02-13T05:37:44 | [
{
"aliases": [
"He's a Bully Charlie Brown"
],
"answer": "He's a Bully, Charlie Brown",
"answer_id": "m.02686wj"
}
] | WebQTest-1583 | WebQTest-1583_ea583b84dc5dfe45c75fd39e26322506 | what all movies has taylor lautner been in and a tv series that has 50 episodes | 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:tv.tv_series_episode.episode_number "50" .
} |
|
What faith is practiced by the people who worship in the Yavuz Sultan Selim Mosque? | composition | who do islamic people follow | islamic | 2018-02-13T06:20:55 | [
{
"aliases": [
"Baba Ramdevji"
],
"answer": "Ramdev Pir",
"answer_id": "m.055v4c"
},
{
"aliases": [
"Yahweh",
"Deus",
"Jah",
"Elohim"
],
"answer": "God",
"answer_id": "m.0d05l6"
},
{
"aliases": [
"Ar-Rahman"
],
"answer": "Allah",
"answer_id": "m.0jfd"
}
] | WebQTest-1940 | WebQTest-1940_81c61082f456be82a6dae73b7e492b2a | who do the religion place of worship is Yavuz Sultan Selim Mosque people follow | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.places_of_worship ns:m.02wb7r4 .
?c ns:religion.religion.deities ?x .
}
|
Who was the first president for the country that has Dmitry Medvedev as a government official? | composition | who was the first russian president | russian | 2018-02-12T20:25:29 | [
{
"aliases": [
"Boris Jeltsin",
"Boris Nikolayevich Yeltsin"
],
"answer": "Boris Yeltsin",
"answer_id": "m.01krs"
}
] | WebQTrn-411 | WebQTrn-411_c071c552853eb739a0ff0c67bb9ed366 | who was the first the location that appointed Dmitry Medvedev to govermental position president | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.08wdkk .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
?y ns:government.government_position_held.from ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
Where did Turkish people originate in the Eastern European Time Zone? | conjunction | where turkish people originate | 2018-02-13T04:22:39 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
},
{
"aliases": [],
"answer": "Northern Cyprus",
"answer_id": "m.01nx28"
},
{
"aliases": [
"Republic of Turkey",
"Türkiye",
"Turkiye"
],
"answer": "Turkey",
"answer_id": "m.01znc_"
},
{
"aliases": [
"Syrian Arab Republic"
],
"answer": "Syria",
"answer_id": "m.06vbd"
}
] | WebQTest-903 | WebQTest-903_a725d13be16116bdc37bf5dd852e35b1 | where turkish people originate and the location time zone is Eastern European Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hb7h_z)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hb7h_z ns:people.ethnicity.geographic_distribution ?x .
?x ns:location.location.time_zones ns:m.03plfd .
} |
|
Which nations does the nation who uses God Defend New Zealand export goods to? | composition | what countries do new zealand export to | new zealand | 2018-02-13T01:37:24 | [
{
"aliases": [
"Nippon-koku",
"JPN",
"Япония",
"JAP",
"Nihon",
"Dai-Nippon",
"Nippon",
"NTSC J",
"Japan",
"State of Japan",
"Land of the Rising Sun",
"Nihon-koku"
],
"answer": "Japan",
"answer_id": "m.03_3d"
},
{
"aliases": [
"Republic of Kiribati",
"Gilbert Islands"
],
"answer": "Kiribati",
"answer_id": "m.047t_"
},
{
"aliases": [
"Islands of Tuvalu",
"Ellice Islands"
],
"answer": "Tuvalu",
"answer_id": "m.07fsv"
},
{
"aliases": [
"U.K.",
"United Kingdom of Great Britain",
"United Kingdom of Great Britain and Ireland",
"The United Kingdom of Great Britain and Northern Ireland",
"Britain",
"Great Britain",
"GBR",
"GB",
"UK",
"United Kingdom of Great Britain and Northern Ireland"
],
"answer": "United Kingdom",
"answer_id": "m.07ssc"
},
{
"aliases": [
"U.S. of A.",
"Estats Units d'Amèrica",
"USA",
"U.S.A.",
"U.S.",
"The States",
"US",
"United States",
"America"
],
"answer": "United States of America",
"answer_id": "m.09c7w0"
},
{
"aliases": [
"The Commonwealth of Australia",
"Commonwealth of Australia"
],
"answer": "Australia",
"answer_id": "m.0chghy"
}
] | WebQTrn-3308 | WebQTrn-3308_b945c4d9e0592d6edf3d51db7581f53d | what countries do the country that has the national anthem God Defend New Zealand export to | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.03b03 .
?c ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.