question
stringlengths 19
168
| compositionality_type
stringclasses 4
values | webqsp_question
stringlengths 15
74
| composition_answer
stringlengths 0
41
| created
stringlengths 19
19
| answers
list | webqsp_ID
stringlengths 9
13
| ID
stringlengths 11
46
| machine_question
stringlengths 21
172
| sparql
stringlengths 127
1.39k
|
---|---|---|---|---|---|---|---|---|---|
Which states does the Missouri River touch, where the location is in the Mountain Time Zone? | conjunction | what states does the missouri river touch | 2018-02-12T20:21:06 | [
{
"aliases": [
"KS",
"KA",
"Kans"
],
"answer": "Kansas",
"answer_id": "m.0488g"
},
{
"aliases": [
"MT",
"Treasure State",
"Mont"
],
"answer": "Montana",
"answer_id": "m.050l8"
},
{
"aliases": [
"The Cornhusker State",
"NB",
"Neb",
"NE"
],
"answer": "Nebraska",
"answer_id": "m.05fhy"
},
{
"aliases": [
"Peace Garden State",
"N Dak",
"ND"
],
"answer": "North Dakota",
"answer_id": "m.05fky"
},
{
"aliases": [
"S Dak",
"Mount Rushmore State",
"SD"
],
"answer": "South Dakota",
"answer_id": "m.06mz5"
}
] | WebQTrn-398 | WebQTrn-398_d7d303efc1f901f14e6aae2bb469743c | what states does the missouri river touch and the location time zone is Mountain Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04ykz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04ykz 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.02hczc .
} |
|
Sony Overseas S.A. headquarters is a child organization located where? | composition | where is sony headquarters | sony | 2018-02-12T21:59:33 | [
{
"aliases": [],
"answer": "Minato",
"answer_id": "m.024bqj"
}
] | WebQTrn-1268 | WebQTrn-1268_0cf343aa6b8cdceb4261119034b996c3 | where is the child organization is Sony Overseas S.A. headquarters | 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.072r9lb .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Whose the president of the region, that appointed Benjamin Netanyahu to a governmental position? | composition | who is president of israel | israel | 2018-02-13T04:54:01 | [
{
"aliases": [
"Ruvi Rivlin",
"Rubi Rivlin"
],
"answer": "Reuven Rivlin",
"answer_id": "m.074knq"
}
] | WebQTest-1203 | WebQTest-1203_cb60fbc3dea230fc32682cbb8556ba62 | who is president of the location that appointed Benjamin Netanyahu 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.0fm2h .
?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) })
}
|
The city/town of Lyon is locatedin what country we were fighting in the Gulf War? | conjunction | who were we fighting in the gulf war | 2018-02-13T05:31:14 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
}
] | WebQTest-1525 | WebQTest-1525_89ad938188e36a4d053dc1c8cdf90a64 | who were we fighting in the gulf war and is the location that contains the city/town Lyon | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.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.0dprg .
} |
|
Where did the famous person who once lived in Kennebunkport attend college? | composition | where did george herbert walker bush go to college | george herbert walker bush | 2018-02-13T04:31:11 | [
{
"aliases": [
"Yale University, main campus",
"Yale University",
"Yale University, New Haven",
"YU",
"Yale"
],
"answer": "University Yale",
"answer_id": "m.08815"
}
] | WebQTest-1009 | WebQTest-1009_14e6114f92210a14296a30cadec3efd7 | where did the person who once lived in Kennebunkport go to college | 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.01m78r .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
}
|
When was the last time the team that won the 1970 NBA Finals win a championship? | composition | when did the ny knicks last win a championship | ny knicks | 2018-02-12T22:14:24 | [
{
"aliases": [],
"answer": "1973 NBA Finals",
"answer_id": "m.0cs1kg"
}
] | WebQTrn-1406 | WebQTrn-1406_7b6c0cc98675b4b7a6638ef625cfa860 | when did the the team won the 1970 NBA Finals championship last win a 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.0cs1x4 .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What team did Matt Barnes play on that won the 2009 NBA Finals? | conjunction | where did matt barnes play | 2018-02-12T20:48:04 | [
{
"aliases": [
"Lakeshow",
"LA Lakers",
"Showtime",
"Lakers",
"The Lakers",
"Minneapolis Lakers"
],
"answer": "Los Angeles Lakers",
"answer_id": "m.0jmk7"
}
] | WebQTrn-616 | WebQTrn-616_4adbfda75cc498471a8e4d7d9ffb4439 | where did matt barnes play and is the team won the 2009 NBA Finals championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07dr3v)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07dr3v ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.championships ns:m.04gg8b0 .
} |
|
What city was the birthplace of CHarlton Heston and a famous pro athelte who started their career in 2007? | conjunction | where did charlton heston live | 2018-02-13T02:11:08 | [
{
"aliases": [
"Los Angeles, California, USA",
"LA",
"Los Angeles, California",
"Los Angeles, USA",
"City of Angels",
"L.A.",
"Los Angeles County / Los Angeles city",
"Los Angeles, CA"
],
"answer": "Los Angeles",
"answer_id": "m.030qb3t"
},
{
"aliases": [
"Los Angeles, California, USA",
"LA",
"Los Angeles, California",
"Los Angeles, USA",
"City of Angels",
"L.A.",
"Los Angeles County / Los Angeles city",
"Los Angeles, CA"
],
"answer": "Los Angeles",
"answer_id": "m.030qb3t"
}
] | WebQTrn-3548 | WebQTrn-3548_c352f5de0efe2369ee74ef2a99973561 | where did charlton heston live and is the pro athlete born here that started his career 2007 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0chsq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0chsq ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.location.people_born_here ?c .
?c ns:sports.pro_athlete.career_start "2007"^^xsd:dateTime .
} |
|
Which languages are spoken in the country whose national anthem is Swiss Psalm? | composition | how many languages do they speak in switzerland | switzerland | 2018-02-13T05:31:50 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
},
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
},
{
"aliases": [
"Rhaeto-romance",
"Romanche",
"Romansh",
"Rheto-romance"
],
"answer": "Romansh language",
"answer_id": "m.06ctk"
}
] | WebQTest-1526 | WebQTest-1526_92f2cf43c174d40942f1c72ba13096e6 | how many languages do they speak in the country that has the national anthem Swiss Psalm | 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.01jhkt .
?c ns:location.country.languages_spoken ?x .
}
|
What educational institution with mascot named Bald Eagle did Briston Palin go to? | conjunction | where did bristol palin go to school | 2018-02-13T02:54:31 | [
{
"aliases": [
"West Anchorage High"
],
"answer": "West Anchorage High School",
"answer_id": "m.08r1_d"
}
] | WebQTest-188 | WebQTest-188_0a7738a6cb9d0593ec59eafb43e19ead | where did bristol palin go to school and is the educational institution with the mascot Bald eagle | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04jg1kh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04jg1kh ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.mascot ns:m.01dx8 .
} |
|
What location contains a portion of the Deltaform Mountain? | composition | what is british columbia | british columbia | 2018-02-13T00:02:28 | [
{
"aliases": [],
"answer": "Canadian province",
"answer_id": "m.0hzcdlq"
}
] | WebQTrn-2490 | WebQTrn-2490_863acb2a400c7da6e7d08f1ad7bb967b | what is the location partially contains Deltaform Mountain | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.0300h5 .
?c ns:base.aareas.schema.administrative_area.administrative_area_type ?x .
}
|
What is the meaning of the name of the city that hosted the 1960 Summer Olympics? | composition | what does the name rome mean | rome | 2018-02-12T21:18:40 | [
{
"aliases": [],
"answer": "Romulus and Remus",
"answer_id": "m.0ghqr"
}
] | WebQTrn-893 | WebQTrn-893_1d1c28cc9c5f4e83f9f932e3615e2391 | what does the name the city that hosted 1960 Summer Olympics mean | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:olympics.olympic_host_city.olympics_hosted ns:m.0lbd9 .
?c ns:symbols.namesake.named_after ?x .
}
|
What team owned by Micky Arison did Shaq play for? | conjunction | what teams did shaq play 4 | 2018-02-13T02:07:09 | [
{
"aliases": [
"Heat",
"The Heatles"
],
"answer": "Miami Heat",
"answer_id": "m.0jm2v"
}
] | WebQTrn-3510 | WebQTrn-3510_dbd7a72f9e20ca9ddc11bd8708a79108 | what teams did shaq play 4 and the sports team owner is Micky Arison | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.012xdf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.012xdf ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.professional_sports_team.owner_s ns:m.027f6w .
} |
|
Which 6 states border the location whose capital is known as Pierre? | composition | what 6 states border south dakota | south dakota | 2018-02-12T20:02:01 | [
{
"aliases": [
"IA",
"Hawkeye State",
"IO"
],
"answer": "Iowa",
"answer_id": "m.03s0w"
},
{
"aliases": [
"North Star State",
"MN",
"Minn"
],
"answer": "Minnesota",
"answer_id": "m.04ykg"
},
{
"aliases": [
"MT",
"Treasure State",
"Mont"
],
"answer": "Montana",
"answer_id": "m.050l8"
},
{
"aliases": [
"The Cornhusker State",
"NB",
"Neb",
"NE"
],
"answer": "Nebraska",
"answer_id": "m.05fhy"
},
{
"aliases": [
"Peace Garden State",
"N Dak",
"ND"
],
"answer": "North Dakota",
"answer_id": "m.05fky"
},
{
"aliases": [
"WY"
],
"answer": "Wyoming",
"answer_id": "m.0846v"
}
] | WebQTrn-226 | WebQTrn-226_c059d94e1d93d59a2c68112b7c2c4f75 | what 6 states border the place that has the local capital named Pierre | 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.administrative_division.capital ?k .
?k ns:location.administrative_division_capital_relationship.capital ns:m.0fw08 .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.0kpys4 .
}
|
What zoo in Birmingham, UK that opened in 1974? | conjunction | what to do today in birmingham uk | 2018-02-13T01:31:10 | [
{
"aliases": [
"Birmingham Wildlife Conservation"
],
"answer": "Birmingham Wildlife Conservation Park",
"answer_id": "m.07_4t5"
}
] | WebQTrn-3246 | WebQTrn-3246_bd2ff36ea36c4c70eaa9de55db019625 | what to do today in birmingham uk and is the zoo that opened on 1974 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0k33p)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0k33p ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened "1974"^^xsd:dateTime .
} |
|
Who inspired the architect who designed Laurentian Library? | composition | what inspired michelangelo buonarroti | michelangelo buonarroti | 2018-02-13T05:19:39 | [
{
"aliases": [
"Pico Mirandola",
"Giovanni Pico Della Mirandola"
],
"answer": "Giovanni Pico della Mirandola",
"answer_id": "m.013w_3"
},
{
"aliases": [
"Domenico di Tommaso di Currado di Doffo Bigordi",
"Il Ghirlandaio"
],
"answer": "Domenico Ghirlandaio",
"answer_id": "m.01cc3w"
},
{
"aliases": [
"Lorenzo il Magnifico",
"Giovanni de' Medici"
],
"answer": "Lorenzo de' Medici",
"answer_id": "m.04qj5"
},
{
"aliases": [
"Melozzo da Forli"
],
"answer": "Melozzo da Forlì",
"answer_id": "m.072cpw"
},
{
"aliases": [],
"answer": "Girolamo Savonarola",
"answer_id": "m.0d8wb"
},
{
"aliases": [
"Donato di Niccolo Bardi"
],
"answer": "Donatello",
"answer_id": "m.0j56d"
}
] | WebQTest-1419 | WebQTest-1419_409fa6037cd85766578a9e48b3b4129f | what inspired the architect that desinged Laurentian Library | 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.06hthb .
?c ns:influence.influence_node.influenced_by ?x .
}
|
What did the famous person who went to Calvinist College of Sarospatak do? | composition | who was louis kossuth | louis kossuth | 2018-02-12T22:14:29 | [
{
"aliases": [
"international lawyer",
"Barrister",
"Attorney",
"Counsel",
"Solicitor"
],
"answer": "Lawyer",
"answer_id": "m.04gc2"
},
{
"aliases": [
"Político"
],
"answer": "Politician",
"answer_id": "m.0fj9f"
}
] | WebQTrn-1408 | WebQTrn-1408_a3164ab4c5979c5c96d67360225d68b1 | who was the person education institution is Calvinist college of Sárospatak | 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.0k1bfwz .
?c ns:people.person.profession ?x .
}
|
Which years was the Superbowl won by the team whose mascot is Steely McBeam? | composition | what years the steelers won the super bowl | steelers | 2018-02-12T23:22:38 | [
{
"aliases": [],
"answer": "2011 AFC Championship Game",
"answer_id": "m.0_gt_jy"
},
{
"aliases": [],
"answer": "2009 AFC Championship Game",
"answer_id": "m.0_gt_lv"
},
{
"aliases": [],
"answer": "2006 AFC Championship Game",
"answer_id": "m.0_gt_my"
},
{
"aliases": [],
"answer": "Super Bowl XL",
"answer_id": "m.032tn6"
},
{
"aliases": [
"Super Bowl 43",
"Super Bowl 2009"
],
"answer": "Super Bowl XLIII",
"answer_id": "m.04n7r5"
},
{
"aliases": [],
"answer": "Super Bowl IX",
"answer_id": "m.076p2"
},
{
"aliases": [],
"answer": "Super Bowl X",
"answer_id": "m.076pf"
},
{
"aliases": [],
"answer": "Super Bowl XIII",
"answer_id": "m.076qg"
},
{
"aliases": [],
"answer": "Super Bowl XIV",
"answer_id": "m.076qt"
},
{
"aliases": [
"1995 AFC Championship game"
],
"answer": "1996 AFC Championship Game",
"answer_id": "m.0hzps_h"
}
] | WebQTrn-2079 | WebQTrn-2079_abc143e50fcf4915c8267215915795b5 | what years the the team has a team moscot named Steely McBeam won the super bowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.02x0cyj .
?c ns:sports.sports_team.championships ?x .
}
|
What is the burial place of the famous person who went to Edward Devotion school? | composition | where is president kennedy buried | president kennedy | 2018-02-13T06:22:17 | [
{
"aliases": [
"Arlington Cemetery"
],
"answer": "Arlington National Cemetery",
"answer_id": "m.0lbp_"
}
] | WebQTest-1950 | WebQTest-1950_42588c6fd3d30a777953bbaf2b4079b9 | where is the person education institution is Edward Devotion School buried | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0ccg42 .
?c ns:people.deceased_person.place_of_burial ?x .
}
|
Who played Darth Vadar in the film with a character named Bana Breemu? | composition | who wore the darth vader suit in revenge of the sith | revenge of the sith | 2018-02-12T23:39:08 | [
{
"aliases": [
"H",
"Hayden Christiansen",
"Den"
],
"answer": "Hayden Christensen",
"answer_id": "m.0f276"
}
] | WebQTrn-2251 | WebQTrn-2251_fb8571f22e28938b9912ddcf1124edb1 | who wore the darth vader suit in the film has a charcter named Senator Bana Breemu | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.starring ?k .
?k ns:film.performance.character ns:m.0gzk5tq .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0f2y0 .
}
|
The artist who had a concert tour named Believe Tour uses what type of instrument? | composition | what instruments does justin bieber use | justin bieber | 2018-02-13T03:29:06 | [
{
"aliases": [
"main vocals",
"Clean vocals",
"vocals",
"vocal",
"Vocal"
],
"answer": "Vocals",
"answer_id": "m.0290ngj"
}
] | WebQTest-430 | WebQTest-430_8562012e739a0e7aee294a26ad53e581 | what instruments does the artist had a concert tour named Believe Tour 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:music.artist.concert_tours ns:m.0j_3p6t .
?c ns:music.group_member.membership ?y .
?y ns:music.group_membership.role ?x .
}
|
It what city and state is the university that publishes the newspaper titled Santa Clara? | composition | where is santa clara university | santa clara university | 2018-02-12T19:46:04 | [
{
"aliases": [
"California, USA",
"Calif",
"CA",
"Golden State"
],
"answer": "California",
"answer_id": "m.01n7q"
},
{
"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": [
"Santa Clara CA",
"Santa Clara, California",
"Santa Clara County / Santa Clara city"
],
"answer": "Santa Clara",
"answer_id": "m.0r6cx"
}
] | WebQTrn-88 | WebQTrn-88_54f1262a1dbcb7b82f5b8ebd614401b9 | where is the educational institution newspaper is The Santa Clara | 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.newspaper ns:m.0f4t11 .
?c ns:location.location.containedby ?x .
}
|
Who was Louis XVI that held the position form 6-2-1952? | conjunction | who was louis xvi | 2018-02-12T22:12:35 | [
{
"aliases": [
"Duchess of Normandy"
],
"answer": "Duke of Normandy",
"answer_id": "m.0290vf"
},
{
"aliases": [
"Duchess of Normandy"
],
"answer": "Duke of Normandy",
"answer_id": "m.0290vf"
}
] | WebQTrn-1384 | WebQTrn-1384_c8675ba6ed4c0c17d90459e7a60871b0 | who was louis xvi and is the office position was held from 1952-02-06 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dj9w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dj9w ns:royalty.noble_person.titles ?y .
?y ns:royalty.noble_title_tenure.noble_title ?x .
?x ns:government.government_office_or_title.office_holders ?c .
?c ns:government.government_position_held.from "1952-02-06"^^xsd:dateTime .
} |
|
What basketball team owned by Micky Arison did Shaq play on? | conjunction | what basketball teams has shaq played for | 2018-02-13T02:46:19 | [
{
"aliases": [
"Heat",
"The Heatles"
],
"answer": "Miami Heat",
"answer_id": "m.0jm2v"
}
] | WebQTest-103 | WebQTest-103_dbd7a72f9e20ca9ddc11bd8708a79108 | what basketball teams has shaq played for and the sports team owner is Micky Arison | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.012xdf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.012xdf ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.sport ns:m.018w8 .
?x ns:sports.professional_sports_team.owner_s ns:m.027f6w .
} |
|
Team mascot named Sir Purr is part of the team coached by whom? | composition | who coaches the carolina panthers | carolina panthers | 2018-02-13T05:16:27 | [
{
"aliases": [],
"answer": "Ron Rivera",
"answer_id": "m.04g57l"
}
] | WebQTest-1394 | WebQTest-1394_f8262ff7ab398db85555bd3c5a85af86 | who coaches the the team has a team moscot named Sir Purr | 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.03lr5s .
?c ns:american_football.football_team.current_head_coach ?x .
}
|
What college did Martin Luther King attend that publishes the Daily Free Press? | conjunction | where did martin luther king junior go to college | 2018-02-12T20:59:57 | [
{
"aliases": [
"BU",
"Boston"
],
"answer": "Boston University",
"answer_id": "m.0gl5_"
}
] | WebQTrn-740 | WebQTrn-740_4a52faeb448c24fb7b803f52bce802c4 | where did martin luther king junior go to college and the educational institution newspaper is The Daily Free Press | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.051cc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.051cc ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.newspaper ns:m.09412d .
} |
|
What winner of the Puerto Rican governor election held position from after January 2, 2009? | comparative | who won the governor election in puerto rico | 2018-02-12T21:01:19 | [
{
"aliases": [
"Alejandro Javier García Padilla"
],
"answer": "Alejandro García Padilla",
"answer_id": "m.0gkyvz7"
}
] | WebQTrn-773 | WebQTrn-773_418a0eae3845749d80f393c8a7689a7a | who won the governor election in puerto rico and held his govermental position from after 2009-01-02 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05r7t)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05r7t ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.0fkvn .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num > "2009-01-02"^^xsd:dateTime) .
} |
|
Which political system does the country utilize, that has the National anthem of South Africa? | composition | what is the political system of south africa | south africa | 2018-02-13T04:02:21 | [
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Parliamentary"
],
"answer": "Parliamentary republic",
"answer_id": "m.0glnsx"
}
] | WebQTest-714 | WebQTest-714_1511c90eae455e2c84907099c9bb40e1 | what is the political system of the country that has the national anthem National anthem of South Africa | 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.07lzg .
?c ns:location.country.form_of_government ?x .
}
|
What team did Pujols play for that won the 1964 World Series Championship? | conjunction | what team did albert pujols play for | 2018-02-13T00:06:32 | [
{
"aliases": [
"Cards",
"Rally Squirrel",
"Saint Louis Cardinals",
"Redbirds"
],
"answer": "St. Louis Cardinals",
"answer_id": "m.06x68"
}
] | WebQTrn-2539 | WebQTrn-2539_d2479a35ad8cbd030080640bb28065f2 | what team did albert pujols play for and is the team won the 1964 World Series championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.035gcb)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.035gcb ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.championships ns:m.045_79 .
} |
|
Abkhazia is part of what country close to Russia? | conjunction | what country is russia close to | 2018-02-13T02:34:32 | [
{
"aliases": [
"Republic of Georgia"
],
"answer": "Georgia",
"answer_id": "m.0d0kn"
}
] | WebQTrn-3763 | WebQTrn-3763_71e18756807ccb1f6db04dd2ce81a6a1 | what country is russia close to and is the country that contains Abkhazia | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.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.011jw .
} |
|
What is the country close to Russia where Mikheil Saakashvii holds a government position? | conjunction | what country is russia close to | 2018-02-13T02:34:32 | [
{
"aliases": [
"Republic of Georgia"
],
"answer": "Georgia",
"answer_id": "m.0d0kn"
}
] | WebQTrn-3763 | WebQTrn-3763_64fc62dc06d16e612aafb00889d4ada1 | what country is russia close to and is the location that appointed Mikheil Saakashvili to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.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.0212q2 .
} |
|
The location that appointed Vladimir Putin to govermental position is close to what countries? | composition | what country is russia close to | russia | 2018-02-13T02:34:32 | [
{
"aliases": [
"Republic of Belarus",
"Respublika Belarus’",
"Bellarussiya",
"Bielaruś"
],
"answer": "Belarus",
"answer_id": "m.0163v"
},
{
"aliases": [
"Estland",
"Republic of Estonia"
],
"answer": "Estonia",
"answer_id": "m.02kmm"
},
{
"aliases": [
"Suomi",
"Republic of Finland"
],
"answer": "Finland",
"answer_id": "m.02vzc"
},
{
"aliases": [],
"answer": "Kazakhstan",
"answer_id": "m.047lj"
},
{
"aliases": [
"Lettland",
"Republic of Latvia"
],
"answer": "Latvia",
"answer_id": "m.04g5k"
},
{
"aliases": [
"Republic of Lithuania",
"Lietuva",
"Lietuvos Respublika",
"Litauen"
],
"answer": "Lithuania",
"answer_id": "m.04gzd"
},
{
"aliases": [],
"answer": "Mongolia",
"answer_id": "m.04w8f"
},
{
"aliases": [
"Norge",
"Kingdom of Norway"
],
"answer": "Norway",
"answer_id": "m.05b4w"
},
{
"aliases": [
"Democratic People's Republic of Korea",
"DPRK"
],
"answer": "North Korea",
"answer_id": "m.05b7q"
},
{
"aliases": [
"Polska",
"Republic of Poland"
],
"answer": "Poland",
"answer_id": "m.05qhw"
},
{
"aliases": [
"Ukraine Region"
],
"answer": "Ukraine",
"answer_id": "m.07t21"
},
{
"aliases": [
"People's Republic of China"
],
"answer": "China",
"answer_id": "m.0d05w3"
},
{
"aliases": [
"Republic of Georgia"
],
"answer": "Georgia",
"answer_id": "m.0d0kn"
},
{
"aliases": [
"Republic of Azerbaijan",
"Azərbaycan Respublikası"
],
"answer": "Azerbaijan",
"answer_id": "m.0jhd"
}
] | WebQTrn-3763 | WebQTrn-3763_eaa7a9f669e0d6d5caf732fd225ff411 | what country is the location that appointed Vladimir Putin to govermental position close 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.08193 .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
}
|
What was the first president of the country that has Karanodar Krai? | 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_a9b18d079f29555cbd1e1740c7d6e40e | who was the first the country that contains Krasnodar Krai 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:location.country.administrative_divisions ns:m.02dw2c .
?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
|
What year did the NBA player that went to Emsley A Laney High school got drafted? | composition | what year michael jordan came in the nba | michael jordan | 2018-02-12T21:26:48 | [
{
"aliases": [],
"answer": "1984 NBA draft",
"answer_id": "m.06jncs"
}
] | WebQTrn-955 | WebQTrn-955_048afa751894ba3400587301a9e1cc7a | what year the person education institution is Emsley A. Laney High School came in the nba | 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.07qymj .
?c ns:sports.drafted_athlete.drafted ?y .
?y ns:sports.sports_league_draft_pick.draft ?x .
}
|
What are the languages used for communication in the region where Nicolas Sarkozy was placed in a government post? | composition | what language does people in france speak | france | 2018-02-13T02:20:39 | [
{
"aliases": [
"Euskera",
"Vascuense",
"Basque"
],
"answer": "Basque Language",
"answer_id": "m.017k6"
},
{
"aliases": [
"Catalonian",
"Catalan-Valencian-Balear Language",
"Catalan-Valencian-Balear",
"Bacavès",
"Catalán",
"Català",
"Catalan"
],
"answer": "Catalan language",
"answer_id": "m.01m69"
},
{
"aliases": [
"Provencal language",
"Provençal",
"Provenzale",
"Prouvençau",
"Mistralien"
],
"answer": "Provençal Language",
"answer_id": "m.01pr4b"
},
{
"aliases": [
"Corse",
"Corso",
"Corsi",
"Corsican",
"Corsu"
],
"answer": "Corsican Language",
"answer_id": "m.0247v"
},
{
"aliases": [
"Tahitian"
],
"answer": "Tahitian Language",
"answer_id": "m.02ckss"
},
{
"aliases": [
"Patois",
"Romand",
"Franco-Provençal",
"Arpitan",
"Franco-Provencal language",
"Francoprovençal"
],
"answer": "Franco-Provençal Language",
"answer_id": "m.02cw59"
},
{
"aliases": [
"Breton Language",
"Brezhoneg"
],
"answer": "Breton",
"answer_id": "m.02hrcsr"
},
{
"aliases": [
"Yenishe",
"Jenisch",
"Yeniche language",
"Yeniche",
"German Travellers"
],
"answer": "Yeniche Language",
"answer_id": "m.02hwllm"
},
{
"aliases": [
"Patois",
"French Guianese Creole French",
"Guyane Creole",
"Guianese Creole French",
"Patwa",
"French Guiana Creole",
"Guyane",
"Guyanais"
],
"answer": "Guianese Creole French Language",
"answer_id": "m.02hx2bx"
},
{
"aliases": [
"La Internacia Lingvo",
"La Lingvo Internacia",
"Esperanto"
],
"answer": "Esperanto Language",
"answer_id": "m.02jcw"
},
{
"aliases": [
"Vlams",
"West-Vlaams",
"West-Vlams"
],
"answer": "West Flemish",
"answer_id": "m.02y3v"
},
{
"aliases": [
"Gallo"
],
"answer": "Gallo language",
"answer_id": "m.033bw8"
},
{
"aliases": [],
"answer": "Antillean Creole French",
"answer_id": "m.04k39q"
},
{
"aliases": [
"Occitan (post 1500) Language",
"Langue d'oc",
"Occitan",
"Lenga d'òc"
],
"answer": "Occitan language",
"answer_id": "m.05l0r"
},
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
},
{
"aliases": [
"u'R\\xe9union Creole French'",
"Reunion Creole",
"Réunion Creole French"
],
"answer": "Réunion Creole French Language",
"answer_id": "m.09hw0w"
},
{
"aliases": [],
"answer": "Alsatian dialect",
"answer_id": "m.0l2r0"
}
] | WebQTrn-3668 | WebQTrn-3668_dfad75afd3c40503f595b4cb6acc43a5 | what language does people in the location that appointed Nicolas Sarkozy to govermental position 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:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.02ps9k .
?c ns:location.country.languages_spoken ?x .
}
|
What Russian religion has a place of worship named Büyük Selimiye Mosque? | conjunction | what religion are people in russia | 2018-02-12T19:48:45 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTrn-114 | WebQTrn-114_f20d37026a54a0ce5789e0e93e43c619 | what religion are people in russia and the religion place of worship is Büyük Selimiye Mosque | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.places_of_worship ns:m.010282jt .
} |
|
Which location is the Hoh River partially situated in? | composition | where is olympic national park wa | olympic national park | 2018-02-13T04:22:12 | [
{
"aliases": [
"Washington, Madras",
"Wash",
"WA"
],
"answer": "Washington",
"answer_id": "m.081yw"
}
] | WebQTest-899 | WebQTest-899_38a4a0b1c0e707d531ffdc95fcbf5673 | where is the location partially contains Hoh River wa | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.039fqk .
?c ns:base.usnationalparks.us_national_park.state ?x .
}
|
What currency is used where Thai National Anthem is the national anthem? | composition | what currency does thailand accept | thailand | 2018-02-12T21:22:17 | [
{
"aliases": [],
"answer": "Thai baht",
"answer_id": "m.0mcb5"
}
] | WebQTrn-937 | WebQTrn-937_f5f142961fbb986ee30dc0a419164821 | what currency does the country that has the national anthem Thai National Anthem accept | 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.01b8l3 .
?c ns:location.country.currency_used ?x .
}
|
Which country that shares a border with Cambodia contains the Surat Thani Province? | conjunction | which three countries share a land border with cambodia | 2018-02-13T02:12:27 | [
{
"aliases": [
"Siam",
"Kingdom of Thailand"
],
"answer": "Thailand",
"answer_id": "m.07f1x"
}
] | WebQTrn-3561 | WebQTrn-3561_b5d4da27b353f99ede98768d95492ba8 | which three countries share a land border with cambodia and is the country that contains Surat Thani Province | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01xbgx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01xbgx ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.018k_b .
} |
|
What country that borders Germany has Brussels as its capital? | conjunction | what countries do germany border | 2018-02-12T22:18:44 | [
{
"aliases": [
"Belgique",
"België",
"Kingdom of Belgium"
],
"answer": "Belgium",
"answer_id": "m.0154j"
}
] | WebQTrn-1437 | WebQTrn-1437_d08336daa754523cf13934359b794632 | what countries do germany border and the country capital is Brussels | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0345h)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0345h ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.0177z .
} |
|
What movie series has 0 seasons and featued taylor lautner as an actor? | conjunction | what movies did taylor lautner star in | 2018-02-13T01:28:41 | [
{
"aliases": [
"He's a Bully Charlie Brown"
],
"answer": "He's a Bully, Charlie Brown",
"answer_id": "m.02686wj"
}
] | WebQTrn-3222 | WebQTrn-3222_29c81279ed9a982e12f82e764083db76 | what movies did taylor lautner star in and a tv series that has 0 season | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.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.season_number "0" .
} |
|
What time zone is the country with Rick Scott in a government position in? | composition | where is the time zone in florida | florida | 2018-02-13T01:25:03 | [
{
"aliases": [
"UTC-5",
"UTC -5",
"UCT-5"
],
"answer": "UTC−05:00",
"answer_id": "m.02_37z"
},
{
"aliases": [
"Central Standard Time",
"Central Time",
"Central Daylight Time",
"Central Standard Time Zone"
],
"answer": "Central Time Zone",
"answer_id": "m.02fqwt"
},
{
"aliases": [
"North American Eastern Time Zone",
"Eastern Time",
"Eastern Daylight Time",
"Eastern Standard Time Zone",
"Eastern Standard Time"
],
"answer": "Eastern Time Zone",
"answer_id": "m.02hcv8"
}
] | WebQTrn-3177 | WebQTrn-3177_a1ef4f2b041540b3ab20c9718475297d | where is the time zone in the location that appointed Rick Scott 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.0btx2g .
?c ns:location.location.time_zones ?x .
}
|
What disease does the artist who went on the HIStory World Tour suffer from? | composition | what disease michael jackson | michael jackson | 2018-02-13T00:05:20 | [
{
"aliases": [],
"answer": "Mysophobia",
"answer_id": "m.026k8yn"
}
] | WebQTrn-2524 | WebQTrn-2524_1ef15e22372df70baf01b72850deb14d | what disease the artist had a concert tour named HIStory World Tour | 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.09x1nf .
?c ns:medicine.notable_person_with_medical_condition.condition ?x .
}
|
What major Canadian religion has a place of worship named St. Mary's Cathedral, Batticaloa? | conjunction | what are the two major religions in canada | 2018-02-13T01:52:08 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-3401 | WebQTrn-3401_4dbb23937c062d0f3a3496d2fbf26a12 | what are the two major religions in canada and the religion place of worship is St. Mary's Cathedral, Batticaloa | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d060g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d060g ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.places_of_worship ns:m.0100k8_q .
} |
|
The country that contains Wellington Region has what prime minister now? | 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_6a5960d7be1947f35b3b28d0025db014 | who is the prime minister of the country that contains Wellington Region now | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.015q4y .
?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) })
}
|
What country in South America is a aprt of the nation that appointed Elizabeth II as a member of their government? | conjunction | what all countries are in south america | 2018-02-13T01:12:18 | [
{
"aliases": [
"Islas Malvinas"
],
"answer": "Falkland Islands",
"answer_id": "m.02wmy"
}
] | WebQTrn-3082 | WebQTrn-3082_04dbed66ba17d35bf79f72e04bbcc776 | what all countries are in south america and is the location that appointed Elizabeth II 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.0d1_f .
} |
|
The country that contains Tabasco is located in what continent? | composition | what continent is mexico located on | mexico | 2018-02-13T01:17:27 | [
{
"aliases": [],
"answer": "North America",
"answer_id": "m.059g4"
}
] | WebQTrn-3134 | WebQTrn-3134_175da2d6cec3598faf048e9722cbbc47 | what continent is the country that contains Tabasco located on | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01bkt4 .
?c ns:base.locations.countries.continent ?x .
}
|
People from the country that contains Canton of Jura speak what languages? | composition | what other languages does switzerland speak | switzerland | 2018-02-12T22:29:28 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
},
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
},
{
"aliases": [
"Rhaeto-romance",
"Romanche",
"Romansh",
"Rheto-romance"
],
"answer": "Romansh language",
"answer_id": "m.06ctk"
}
] | WebQTrn-1537 | WebQTrn-1537_9f64f45a9133fdf806c1dc2e5aec6abd | what other languages does the country that contains Canton of Jura 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.01l8hj .
?c ns:location.country.languages_spoken ?x .
}
|
What museum in Madrid that was established in 1819? | conjunction | what are the sights to see in madrid | 2018-02-13T02:50:35 | [
{
"aliases": [
"Museo del Prado, Madrid",
"Prado Museum"
],
"answer": "Museo Nacional Del Prado",
"answer_id": "m.01hlq3"
}
] | WebQTest-153 | WebQTest-153_0345a97dbf60947ca0cbf206c0bbba50 | what are the sights to see in madrid and is the museum that was established in 1819 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.056_y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.056_y ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.museum.established "1819"^^xsd:dateTime .
} |
|
What language is used in the country that uses Icelandic króna? | composition | what language do they speak in iceland wikipedia | iceland | 2018-02-12T20:20:34 | [
{
"aliases": [
"Íslenska",
"Icelandic",
"Islenska"
],
"answer": "Icelandic Language",
"answer_id": "m.01gmkg"
}
] | WebQTrn-388 | WebQTrn-388_ea3f0a08ef01a65121974cd4385ce1a3 | what language do they speak in the currency used in the country is Icelandic króna wikipedia | 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.012nk9 .
?c ns:location.country.languages_spoken ?x .
}
|
Who was the 2011 coach of the team owned by Jim Irsay? | composition | who was the colts coach in 2011 | colts | 2018-02-12T21:00:37 | [
{
"aliases": [],
"answer": "Jim Caldwell",
"answer_id": "m.0bjdtb"
}
] | WebQTrn-764 | WebQTrn-764_af2b17d82c312c155dde75a5ce24621d | who was the the sports team owner is Jim Irsay coach in 2011 | 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.0ff334 .
?c ns:american_football.football_team.historical_coaching_staff ?y .
?y ns:american_football.football_historical_coach_position.coach ?x .
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk0} ||
EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2011-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk2} ||
EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2011-01-01"^^xsd:dateTime) })
}
|
Who is the husband of the artist who had a tour named A Different Me? | composition | who is keyshia cole married too | keyshia cole | 2018-02-13T02:17:09 | [
{
"aliases": [
"Daniel Hiram Gibson"
],
"answer": "Daniel Gibson",
"answer_id": "m.0clc60"
}
] | WebQTrn-3633 | WebQTrn-3633_5c40efa4fbf0a754da96be5c3632a774 | who is the artist had a concert tour named A Different Me Tour married too | 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.05zw52r .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
FILTER(NOT EXISTS {?y ns:people.marriage.from ?sk0} ||
EXISTS {?y ns:people.marriage.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.marriage.to ?sk2} ||
EXISTS {?y ns:people.marriage.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
Which country uses the Mexican peso and Italian is spoken there? | conjunction | where is italian spoken around the world | 2018-02-13T02:15:27 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTrn-3619 | WebQTrn-3619_710e00b243ea6b977ae2404c69e8d894 | where is italian spoken around the world and the currency used in the country is Mexican peso | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02bjrlw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02bjrlw ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.currency_used ns:m.012ts8 .
} |
|
Where does the famous person who attended Colegio Alemán Alexander von Humboldt live now? | composition | where does frida kahlo live now | frida kahlo | 2018-02-13T00:54:21 | [
{
"aliases": [
"Coyoacan",
"Coyoacán, D.F."
],
"answer": "Coyoacán",
"answer_id": "m.01t8n4"
},
{
"aliases": [
"La Ciudad de los Palacios",
"Zona Metropolitana de la Ciudad de México",
"The Federal District",
"Ciudad de México",
"Mexico",
"DF",
"México, D.F.",
"D.F.",
"Mexico City Metropolitan Zone",
"Distritofederal",
"Tenochtitlán",
"Mexican Federal District",
"México",
"Zona Metropolitana del Valle de México",
"Metropolitan Area of the Valley of Mexico",
"Ciudad De Mexico",
"Distrito Federal",
"Cidade do México",
"Greater Mexico City"
],
"answer": "Mexico City",
"answer_id": "m.04sqj"
}
] | WebQTrn-2920 | WebQTrn-2920_1fbd766e1b1bf978da23e8646cadf3a1 | where does the person education institution is Colegio Alemán Alexander von Humboldt live 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:people.person.education ?k .
?k ns:education.education.institution ns:m.02r4cn1 .
?c ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
FILTER(NOT EXISTS {?y ns:people.place_lived.end_date ?sk0} ||
EXISTS {?y ns:people.place_lived.end_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.place_lived.start_date ?sk2} ||
EXISTS {?y ns:people.place_lived.start_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2015-08-10"^^xsd:dateTime) })
}
|
What south American country speaking Italian is home to the capital City of Buenos Aires? | conjunction | what countries do they speak italian | 2018-02-12T22:23:42 | [
{
"aliases": [
"The Argentine",
"Agrentina ",
"Argentine Republic"
],
"answer": "Argentina",
"answer_id": "m.0jgd"
}
] | WebQTrn-1474 | WebQTrn-1474_71550f233e235825483f2bdb07be8e35 | what countries do they speak italian and the country capital is Buenos Aires | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02bjrlw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02bjrlw ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.capital ns:m.01ly5m .
} |
|
What languages are spoken in the country that has the national anthem "Du gamla, Du fria"? | composition | what language do they speak in sweden yahoo | sweden | 2018-02-13T05:20:03 | [
{
"aliases": [
"Romany",
"Romani",
"Romany language"
],
"answer": "Romani language",
"answer_id": "m.012psb"
},
{
"aliases": [
"Suomea",
"Finnish"
],
"answer": "Finnish Language",
"answer_id": "m.01gp_d"
},
{
"aliases": [
"Torne Valley Finnish",
"Finnish, Tornedalen",
"North Finnish",
"Finnish, Tornedalen Language",
"Tornedalsfinska",
"Tornedalen",
"Meankieli"
],
"answer": "Meänkieli",
"answer_id": "m.02z5h0"
},
{
"aliases": [
"Swedish Sign"
],
"answer": "Swedish Sign Language",
"answer_id": "m.02zb99n"
},
{
"aliases": [
"Suryoyo",
"Süryani",
"Syryoyo",
"Turoyo",
"Turani"
],
"answer": "Turoyo Language",
"answer_id": "m.04lmb2"
},
{
"aliases": [
"Swedish",
"Ruotsi",
"Svenska"
],
"answer": "Swedish Language",
"answer_id": "m.06mp7"
},
{
"aliases": [
"Yiddish"
],
"answer": "Yiddish Language",
"answer_id": "m.0880p"
}
] | WebQTest-1422 | WebQTest-1422_3af45c10df6a62128f14f2c662a7480b | what language do they speak in the country that has the national anthem Du gamla, Du fria yahoo | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0m6w8 .
?c ns:location.country.languages_spoken ?x .
}
|
The Super Bowl I championship team was owned by whom? | composition | who are the green bay packers owned by | green bay packers | 2018-02-12T20:12:11 | [
{
"aliases": [],
"answer": "Green Bay Packers Board of Directors",
"answer_id": "m.0c24nj"
}
] | WebQTrn-302 | WebQTrn-302_12fd6204508d6d6080e5db216fe9e7e9 | who are the the team won the Super Bowl I championship owned by | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.076lp .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
People from the location that appointed Adly Mansour to govermental position speak what languages? | composition | what language is mainly spoken in egypt | egypt | 2018-02-13T05:39:23 | [
{
"aliases": [
"Siwa",
"Siwi",
"Oasis Berber",
"Sioua",
"Zenati"
],
"answer": "Siwi Language",
"answer_id": "m.012zfy"
},
{
"aliases": [
"Arabic, Egyptian Spoken",
"Lower Egypt Arabic",
"Arabic, Egyptian Spoken Language",
"Normal Egyptian Arabic",
"Massry"
],
"answer": "Egyptian Arabic",
"answer_id": "m.02hx2cr"
},
{
"aliases": [
"Sa`idi",
"Upper Egypt Arabic",
"Sa<idi"
],
"answer": "Sa'idi Arabic",
"answer_id": "m.02hxbhg"
},
{
"aliases": [
"Bedawi",
"Arabic Bedawi language",
"Arabic, Levantine Bedawi Spoken",
"Bedawi Arabic language",
"Eastern Egyptian Bedawi Arabic language",
"Levantine Bedawi Arabic",
"Arabic, Eastern Egyptian Bedawi Spoken Language"
],
"answer": "Bedawi Arabic",
"answer_id": "m.03wc2kf"
}
] | WebQTest-1608 | WebQTest-1608_af0a37b13a66138a543af50c2ac24bb8 | what language is mainly spoken in the location that appointed Adly Mansour 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.0w5nf92 .
?c ns:location.country.languages_spoken ?x .
?x ns:language.human_language.main_country ?c .
}
|
Bell Atlantic Network is the child organization with headquarters where? | composition | where is headquarters of verizon | verizon | 2018-02-12T20:56:30 | [
{
"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-691 | WebQTrn-691_83bc5353a8c36e15eff039e0fda79414 | where is headquarters of the child organization is Bell Atlantic Network Integration, Inc. | 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.02_8366 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Who trades with Portugal that contains the Emirate of Ajman? | conjunction | who does portugal trade with | 2018-02-13T06:13:10 | [
{
"aliases": [
"Emirates",
"UAE"
],
"answer": "United Arab Emirates",
"answer_id": "m.0j1z8"
}
] | WebQTest-1874 | WebQTest-1874_903862ba8e6858e19627acb4f736619f | who does portugal trade with and is the country that contains Emirate of Ajman | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05r4w)
{
ns:m.05r4w ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.05r4w ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.country.administrative_divisions ns:m.01430j .
} |
|
With which record label did the artist of My December Tour sign with? | composition | what record label is kelly clarkson signed with | kelly clarkson | 2018-02-13T04:03:13 | [
{
"aliases": [
"RCA Victor Records",
"RCA"
],
"answer": "RCA Records",
"answer_id": "m.0181dw"
},
{
"aliases": [
"Sony BMG Music Entertainment"
],
"answer": "Sony BMG",
"answer_id": "m.03mp8k"
},
{
"aliases": [
"SME",
"Sony Music"
],
"answer": "Sony Music Entertainment",
"answer_id": "m.043g7l"
},
{
"aliases": [],
"answer": "19 Recordings",
"answer_id": "m.0rpfr83"
}
] | WebQTest-730 | WebQTest-730_0a1c359b9f9380ec4e7baa54dcb7d0b0 | what record label is the artist had a concert tour named My December Tour signed with | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.02q_l60 .
?c ns:music.artist.label ?x .
}
|
Which nation has Kevin Rudd as a member of their government and was a participant in the Vietnam war? | conjunction | what countries was the vietnam war between | 2018-02-12T22:10:11 | [
{
"aliases": [
"The Commonwealth of Australia",
"Commonwealth of Australia"
],
"answer": "Australia",
"answer_id": "m.0chghy"
}
] | WebQTrn-1359 | WebQTrn-1359_2443bf06815cf0d93b1a271a1a49062f | what countries was the vietnam war between and is the location that appointed Kevin Rudd to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07_nf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07_nf ns:military.military_conflict.combatants ?y .
?y ns:military.military_combatant_group.combatants ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.021l9k .
} |
|
Who held his governmental position from 1934 and was John F. Kennedy's family? | conjunction | who was john f kennedy 's family | 2018-02-13T04:12:02 | [
{
"aliases": [
"Joseph Patrick Kennedy, Sr.",
"Joseph P. Kennedy",
"Joseph Kennedy, Sr.",
"Joseph Kennedy Sr.",
"Joe Kennedy, Sr",
"Joseph Patrick \"Joe\" Kennedy, Sr.",
"Joseph Patrick Kennedy"
],
"answer": "Joseph P. Kennedy, Sr.",
"answer_id": "m.01qlg1"
}
] | WebQTest-813 | WebQTest-813_f57701d4be9b1b3ad7b426121ad27b5c | who was john f kennedy 's family and held his govermental position from 1934 | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d3k14)
{
# Parents
ns:m.0d3k14 ns:people.person.parents ?x .
}
UNION
{
# Children
ns:m.0d3k14 ns:people.person.children ?x .
}
UNION
{
# Siblings
ns:m.0d3k14 ns:people.person.sibling_s ?y .
?y ns:people.sibling_relationship.sibling ?x .
}
UNION
{
# Spouse
ns:m.0d3k14 ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
FILTER (NOT EXISTS {?y ns:people.marriage.to []})
}?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1934"^^xsd:dateTime .
} |
|
When did the sports team that won the 1974 NBA Finals championship win their first championship? | composition | when did the boston celtics win their first championship | boston celtics | 2018-02-12T23:46:46 | [
{
"aliases": [
"1957 NBA World Championship Series"
],
"answer": "1957 NBA Finals",
"answer_id": "m.0cs2n0"
}
] | WebQTrn-2333 | WebQTrn-2333_7bc37f5ea0bc419b7ee5510daff240df | when did the the team won the 1974 NBA Finals championship win their first 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.0cs1gb .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
What country using the Malagasy Ariary currency is China's trading partner? | conjunction | who are china 's trading partners | 2018-02-13T00:17:15 | [
{
"aliases": [
"Republic of Madagascar",
"Malagasy Republic"
],
"answer": "Madagascar",
"answer_id": "m.04sj3"
}
] | WebQTrn-2591 | WebQTrn-2591_9f8fc8341d7c53fe16d94a6a23638ec4 | who are china 's trading partners and the currency used in the country is Malagasy ariary | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d05w3)
{
ns:m.0d05w3 ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.0d05w3 ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.country.currency_used ns:m.04hx_7 .
} |
|
What role in the Declaration of Independence did the architect that designed Charlotte Country Courthouse play? | composition | what was thomas jefferson role in the declaration of independence | thomas jefferson | 2018-02-13T02:46:49 | [
{
"aliases": [],
"answer": "Statesman",
"answer_id": "m.016fc2"
},
{
"aliases": [],
"answer": "Teacher",
"answer_id": "m.01d30f"
},
{
"aliases": [],
"answer": "Philosopher",
"answer_id": "m.02h6fbs"
},
{
"aliases": [
"Archeologist"
],
"answer": "Archaeologist",
"answer_id": "m.02h6pd1"
},
{
"aliases": [],
"answer": "Inventor",
"answer_id": "m.03sbb"
},
{
"aliases": [
"international lawyer",
"Barrister",
"Attorney",
"Counsel",
"Solicitor"
],
"answer": "Lawyer",
"answer_id": "m.04gc2"
},
{
"aliases": [
"Scribe",
"Author"
],
"answer": "Writer",
"answer_id": "m.0cbd2"
},
{
"aliases": [],
"answer": "Farmer",
"answer_id": "m.0g0vx"
},
{
"aliases": [
"Writer"
],
"answer": "Author",
"answer_id": "m.0kyk"
},
{
"aliases": [],
"answer": "Architect",
"answer_id": "m.0mn6"
}
] | WebQTest-107 | WebQTest-107_550f6a0ca850b4998124070c299ff048 | what was the architect that desinged Charlotte County Courthouse role in the declaration of independence | 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.profession ?x .
}
|
What language is spoken where the capital city is Brussels? | composition | what language people speak in belgium | belgium | 2018-02-12T21:57:52 | [
{
"aliases": [
"Nederlandse taal",
"Nederlands",
"Hollands",
"Dutch"
],
"answer": "Dutch Language",
"answer_id": "m.02bv9"
},
{
"aliases": [
"Picard",
"Chtimi",
"Rouchi"
],
"answer": "Picard Language",
"answer_id": "m.02drlb"
},
{
"aliases": [
"Vlams",
"West-Vlaams",
"West-Vlams"
],
"answer": "West Flemish",
"answer_id": "m.02y3v"
},
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
},
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
}
] | WebQTrn-1251 | WebQTrn-1251_85f381b8012b4def553954906bc9fafb | what language people speak in the country capital is City of Brussels | 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.02rnbv .
?c ns:location.country.languages_spoken ?x .
}
|
What country is home to both Baguio and Puerto Galera? | conjunction | where is puerto galera | 2018-02-12T22:43:24 | [
{
"aliases": [
"Republika ng Pilipinas",
"The Philippines",
"Republic of the Philippines",
"philippines",
"필리핀 공화국",
"フィリピン共和国",
"Pearl of the Orient Seas",
"Philippiness"
],
"answer": "Philippines",
"answer_id": "m.05v8c"
}
] | WebQTrn-1697 | WebQTrn-1697_4db86e7e5f08a2789e93d4394a222fd6 | where is puerto galera and is the country that contains Baguio | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01pn1_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01pn1_ ns:location.location.containedby ?x .
?x ns:location.country.administrative_divisions ns:m.015l1_ .
} |
|
What currency is used in the country with San Pedo de Marocris Province? | composition | what is the local currency in the dominican republic | dominican republic | 2018-02-12T22:54:31 | [
{
"aliases": [],
"answer": "Dominican peso",
"answer_id": "m.04lt7_"
}
] | WebQTrn-1827 | WebQTrn-1827_84e5ab7013a2c0dd11f7f61db45df94c | what is the local currency in the the country that contains San Pedro de MacorÃs Province | 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.03xyyk .
?c ns:location.country.currency_used ?x .
}
|
What religions does the artist who went on The Girlie Show World Tour follow? | composition | what religion does madonna practice | madonna | 2018-02-13T06:11:23 | [
{
"aliases": [],
"answer": "Jewish Renewal",
"answer_id": "m.01n15n"
},
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTest-1850 | WebQTest-1850_348ffb5f977515416413969a002055e0 | what religion does the artist had a concert tour named The Girlie Show World Tour practice | 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.08c8b5 .
?c ns:people.person.religion ?x .
}
|
Which sights are their to see in Madrid, where the structure was construction started the latest? | superlative | what are the sights to see in madrid | 2018-02-13T02:50:35 | [
{
"aliases": [
"The Royal Palace of Madrid"
],
"answer": "Royal Palace of Madrid",
"answer_id": "m.04m3yk"
}
] | WebQTest-153 | WebQTest-153_258209657aad22d6f5f3af94b8dd6bc5 | what are the sights to see in madrid and is the structure construction started in latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.056_y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.056_y ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.structure.construction_started ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
In what year did team owner Ken Kendrick's sports team with the World Series? | composition | what year did arizona diamondbacks win the world series | arizona diamondbacks | 2018-02-12T23:51:54 | [
{
"aliases": [
"2001 World"
],
"answer": "2001 World Series",
"answer_id": "m.018my"
}
] | WebQTrn-2397 | WebQTrn-2397_4a9e228bead735d7ac2f42af34394d57 | what year did the sports team owner is Ken Kendrick win 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.professional_sports_team.owner_s ns:m.0d_khh .
?c ns:sports.sports_team.championships ?x .
}
|
Which holidays are the important ones in the religion with places of worship Masjid Hamza and Valley Stream? | composition | what are the important holidays of islam | islam | 2018-02-13T03:24:56 | [
{
"aliases": [],
"answer": "Eid al-Fitr Eve",
"answer_id": "m.0_tkhhs"
},
{
"aliases": [],
"answer": "Eid-Ul-Adha Eve",
"answer_id": "m.0_tkryk"
},
{
"aliases": [
"bakra eid",
"Greater Eid",
"eid al adha",
"bakr-id",
"Eid ul-adha",
"id eladha",
"3ed el adha",
"eid aladha",
"Eid-al-adha",
"Id el adha",
"3eed el adha",
"id uladha",
"3id el adha",
"The Festival of Sacrifice",
"Kurban Bayramı",
"3eed eladha",
"eid el adha",
"3ed eladha",
"3ed elad7a",
"3eed elad7a",
"eid adha",
"Sacrifice Feast",
"3eed el ad7a",
"3id elad7a",
"3ed el ad7a",
"eid ul adha",
"Feast of Sacrifice",
"eid eladha",
"id aladha",
"Festival of Sacrifice",
"id al adha",
"3id eladha",
"3id el ad7a",
"Id-ul-adha",
"Id al-adha",
"id ul adha",
"eid uladha",
"bakrid",
"bakrid eid",
"Eid el-adha"
],
"answer": "Eid al-Adha",
"answer_id": "m.01_403"
},
{
"aliases": [],
"answer": "Lailat al Mi'raj",
"answer_id": "m.0114y4k_"
},
{
"aliases": [],
"answer": "Nuzul Al-Quran",
"answer_id": "m.011njw8h"
},
{
"aliases": [
"3ed elfitr",
"eid alfitr",
"3ed el fitr",
"3id elfiter",
"3id elfitr",
"eid ul fitr",
"id elfitr",
"id al fiter",
"eid al fitr",
"id ul fiter",
"eid ulfiter",
"id alfitr",
"3eed el fiter",
"3eed elfitr",
"id elfiter",
"eid ulfitr",
"Eid-al-Fitr",
"eid al fiter",
"Id al-Fitr",
"eid fitr",
"Id-ul-Fitr",
"id alfiter",
"id el fiter",
"eid elfiter",
"3eed elfiter",
"3id el fitr",
"id ulfiter",
"Eid ul-Fitr",
"eid el fitr",
"3id el fiter",
"3ed el fiter",
"eid alfiter",
"Īdu l-Fiṭr",
"eid ul fiter",
"3ed elfiter",
"3eed el fitr",
"eid",
"Hari Raya Aidilfitri",
"eid el fiter",
"id ulfitr"
],
"answer": "Eid al-Fitr",
"answer_id": "m.0148n3"
},
{
"aliases": [
"Day of Arafa",
"Arafa day",
"Arafat day"
],
"answer": "Day of Arafat",
"answer_id": "m.027cs49"
},
{
"aliases": [],
"answer": "Day of Ashura",
"answer_id": "m.02gk03"
},
{
"aliases": [],
"answer": "Mourning of Muharram",
"answer_id": "m.03clhwf"
},
{
"aliases": [
"Shab-e-Qadr"
],
"answer": "Laylat al-Qadr",
"answer_id": "m.04b4l4"
},
{
"aliases": [],
"answer": "Barat Night",
"answer_id": "m.04jc26j"
},
{
"aliases": [
"mawlid al-nabi",
"Prophet's Birthday",
"mīlād",
"milad un-nabi",
"mawlid al nabi",
"mulud",
"Mevlid",
"Eid Milad ul-Nabi",
"Milad-un-Nabi",
"Mevlit"
],
"answer": "Mawlid",
"answer_id": "m.04q3_d"
},
{
"aliases": [
"Ramaḍān",
"ramazan"
],
"answer": "Ramadan",
"answer_id": "m.06j8x"
},
{
"aliases": [
"Muslim New Year"
],
"answer": "Islamic New Year",
"answer_id": "m.07_46x"
},
{
"aliases": [
"Laylat Al-ragha'ib"
],
"answer": "Night of Wishes",
"answer_id": "m.0vpsp_r"
}
] | WebQTest-388 | WebQTest-388_5664110c14c11cbfe165fc3cd86c8845 | what are the important holidays of the religion types of places of worship include Masjid Hamza, Valley Stream | 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.types_of_places_of_worship ns:m.0pc5qwj .
?c ns:religion.religion.holidays ?x .
}
|
Which country that uses the Hungarian forint did Maria Theresa rule? | conjunction | what did maria theresa rule | 2018-02-12T23:02:53 | [
{
"aliases": [
"Magyarország",
"Hungary, Europe"
],
"answer": "Hungary",
"answer_id": "m.03gj2"
}
] | WebQTrn-1895 | WebQTrn-1895_b29f05247d8bace580362572c5c491c0 | what did maria theresa rule and the currency used in the country is Hungarian forint | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0czh6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0czh6 ns:royalty.monarch.kingdom ?x .
?x ns:location.country.currency_used ns:m.01hfll .
} |
|
What continent does Panama City located in? | composition | where is the country of panama located | country of panama | 2018-02-12T21:50:07 | [
{
"aliases": [],
"answer": "North America",
"answer_id": "m.059g4"
}
] | WebQTrn-1169 | WebQTrn-1169_0c1199aeda4781e3a9713a488e7c4fd0 | where is the the country capital is Panama City 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.0fr_b .
?c ns:base.locations.countries.continent ?x .
}
|
Who was the Soviet Leader during WWII that held his governmental position after September 14, 1953? | comparative | who was the soviet leader during world war ii | 2018-02-13T03:06:46 | [
{
"aliases": [
"Leonid Ilʹich Brezhnev",
"Leonid Ilyich Brezhnev",
"Leonid Ilich Brezhnev"
],
"answer": "Leonid Brezhnev",
"answer_id": "m.0d8xy"
}
] | WebQTest-257 | WebQTest-257_cc9c3762c3270d53c3fe668c638ff65b | who was the soviet leader during world war ii and held his govermental position from after 1953-09-14 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05vz3zq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05vz3zq ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?x ns:military.military_person.participated_in_conflicts ns:m.081pw .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num > "1953-09-14"^^xsd:dateTime) .
} |
|
Where was the tv program Porque el amor manda recorded and is now the place of residence of Frida Kahlo? | conjunction | where does frida kahlo live now | 2018-02-13T00:54:21 | [
{
"aliases": [
"La Ciudad de los Palacios",
"Zona Metropolitana de la Ciudad de México",
"The Federal District",
"Ciudad de México",
"Mexico",
"DF",
"México, D.F.",
"D.F.",
"Mexico City Metropolitan Zone",
"Distritofederal",
"Tenochtitlán",
"Mexican Federal District",
"México",
"Zona Metropolitana del Valle de México",
"Metropolitan Area of the Valley of Mexico",
"Ciudad De Mexico",
"Distrito Federal",
"Cidade do México",
"Greater Mexico City"
],
"answer": "Mexico City",
"answer_id": "m.04sqj"
}
] | WebQTrn-2920 | WebQTrn-2920_6e601bc7f08802b0177cd0f392e9f5d2 | where does frida kahlo live now and is the tv show Porque el amor manda was filmed there | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.015k04)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.015k04 ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
FILTER(NOT EXISTS {?y ns:people.place_lived.end_date ?sk0} ||
EXISTS {?y ns:people.place_lived.end_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.place_lived.start_date ?sk2} ||
EXISTS {?y ns:people.place_lived.start_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2015-08-10"^^xsd:dateTime) })
?x ns:tv.tv_location.tv_shows_filmed_here ns:m.0lqfswc .
} |
|
Abuja is capital of which country of the Sahel where the Niger River flows through? | conjunction | through which countries of the sahel does the niger river flow | 2018-02-13T05:53:36 | [
{
"aliases": [
"Federal Republic of Nigeria"
],
"answer": "Nigeria",
"answer_id": "m.05cgv"
}
] | WebQTest-1748 | WebQTest-1748_92b66ba137c13b471ddde58d372b12ae | through which countries of the sahel does the niger river flow and the country capital is Abuja | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05csx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05csx ns:location.location.partially_containedby ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.partially_contains ns:m.0l5_l .
?x ns:location.country.capital ns:m.0fnxw .
} |
|
What has a location time zone of UTC +-00:00 an dis part of Liverpool England? | conjunction | what is in liverpool england | 2018-02-12T20:21:11 | [
{
"aliases": [
"New Pleasureland",
"Pleasureland"
],
"answer": "New Pleasureland Southport",
"answer_id": "m.06h8xk"
}
] | WebQTrn-399 | WebQTrn-399_645246b22bc2b0dcd7416f30d5d9417d | what is in liverpool england and the location time zone is UTC±00:00 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04lh6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04lh6 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:location.location.time_zones ns:m.0frmgl .
} |
|
Which type of currency would one be advised to bring if visiting that has Mae Hong Son Province within its borders? | composition | what currency should you take to thailand | thailand | 2018-02-12T22:27:31 | [
{
"aliases": [],
"answer": "Thai baht",
"answer_id": "m.0mcb5"
}
] | WebQTrn-1512 | WebQTrn-1512_65952c606f7a7204cc1bec237c146bfa | what currency should you take to the country that contains Mae Hong Son Province | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01jb47 .
?c ns:location.country.currency_used ?x .
}
|
What is the home stadium of the sports team whose fight song is "Renegade"? | 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_993bf41507919333b3a87058c5072363 | what is the name of the the sports team with the fight song Renegade 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.fight_song ns:m.06c78r .
?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) })
}
|
Which sports are played in the nation where Agusan del Sur can be found? | composition | what are the different sports in the philippines | philippines | 2018-02-12T23:46:22 | [
{
"aliases": [
"Tri–Stars",
"RP XI",
"Philippines national football",
"PH/PHL XI",
"RP Booters",
"Philippine Azkals",
"Azkals",
"PH/PHL Booters"
],
"answer": "Philippines national football team",
"answer_id": "m.04k3r_"
},
{
"aliases": [
"Philippines men's national volleyball"
],
"answer": "Philippines men's national volleyball team",
"answer_id": "m.07k3_n0"
},
{
"aliases": [],
"answer": "Laos FC",
"answer_id": "m.0ll4ndn"
}
] | WebQTrn-2327 | WebQTrn-2327_d2fb25308e1871367a2ffcc8527989fa | what are the different sports in the the country that contains Agusan del Sur | 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.01nk2j .
?c ns:sports.sports_team_location.teams ?x .
}
|
What is the currency in the nation where Thai National Anthem is used as the national anthem? | composition | what money do they use in thailand | thailand | 2018-02-12T23:17:22 | [
{
"aliases": [],
"answer": "Thai baht",
"answer_id": "m.0mcb5"
}
] | WebQTrn-2028 | WebQTrn-2028_f5f142961fbb986ee30dc0a419164821 | what money do they use in the country that has the national anthem Thai National Anthem | 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.01b8l3 .
?c ns:location.country.currency_used ?x .
}
|
Which religion has a large practicing population in the US and has Sulchan Aruch as a part of their text? | conjunction | what are the most common religions in the united states | 2018-02-12T20:37:33 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTrn-498 | WebQTrn-498_7c9253b843680f5db5a4e5f5e1055f88 | what are the most common religions in the united states and the religion text is Shulchan Aruch | 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.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.texts ns:m.0134k1 .
} |
|
Which religion believes that Jesus was born of a Virgin and was also King Henry VIII's religion? | conjunction | what religion is king henry viii | 2018-02-12T22:33:14 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-1575 | WebQTrn-1575_be64d515debe3029f7c0fb2af05bfe7e | what religion is king henry viii and the religion belief is Virgin birth of Jesus | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03p77)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03p77 ns:people.person.religion ?x .
?x ns:religion.religion.beliefs ns:m.012lvl .
} |
|
Which types of art were made by the person who illustrated the book De divina proportione? | composition | what type of art did leonardo da vinci make | leonardo da vinci | 2018-02-13T03:54:26 | [
{
"aliases": [],
"answer": "Drawing",
"answer_id": "m.02csf"
},
{
"aliases": [],
"answer": "Painting",
"answer_id": "m.05qdh"
},
{
"aliases": [],
"answer": "Sculpture",
"answer_id": "m.06msq"
}
] | WebQTest-645 | WebQTest-645_0db5dafcef666da2d314e42c8fbe8ecf | what type of art did the illustrator of the book De divina proportione make | 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.06pqb_7 .
?c ns:visual_art.visual_artist.art_forms ?x .
}
|
What school did Douglas Macarthur go to where the sports team was called the Army Black Knights? | conjunction | what school did douglas macarthur go to | 2018-02-13T04:35:56 | [
{
"aliases": [
"West Point",
"Army",
"U.S. Military Academy",
"United States Military Academy, main campus",
"United States Military Academy, West Point",
"USMA Staff"
],
"answer": "United States Military Academy",
"answer_id": "m.07x4c"
}
] | WebQTest-1067 | WebQTest-1067_902c457cc613104bf00220fc5dc5ff9b | what school did douglas macarthur go to and is the education institution has a sports team named Army Black Knights men's basketball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0c_jc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0c_jc ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.sports_teams ns:m.02qbl9j .
} |
|
What other World Series won by the team that won the 1912 World Series? | composition | what years did the red sox win the world series | red sox | 2018-02-13T00:29:25 | [
{
"aliases": [
"1903 World"
],
"answer": "1903 World Series",
"answer_id": "m.018n8"
},
{
"aliases": [
"2007 World"
],
"answer": "2007 World Series",
"answer_id": "m.0268bkj"
},
{
"aliases": [
"2004 World"
],
"answer": "2004 World Series",
"answer_id": "m.044ym6"
},
{
"aliases": [
"1918 World"
],
"answer": "1918 World Series",
"answer_id": "m.0469hv"
},
{
"aliases": [
"1912 World"
],
"answer": "1912 World Series",
"answer_id": "m.04tf98"
},
{
"aliases": [
"1916 World"
],
"answer": "1916 World Series",
"answer_id": "m.04tg7d"
},
{
"aliases": [
"1915 World"
],
"answer": "1915 World Series",
"answer_id": "m.04tg7r"
},
{
"aliases": [
"2013 World"
],
"answer": "2013 World Series",
"answer_id": "m.0ds324c"
}
] | WebQTrn-2706 | WebQTrn-2706_58572a488e9c026cff464de5c5ed0004 | what years did the the team won the 1912 World Series championship win 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.04tf98 .
?c ns:sports.sports_team.championships ?x .
}
|
What state does the Navajo Tribe live and was where the TV show Dr. Fubalous was filmed? | conjunction | where did the navajo tribe live | 2018-02-13T02:14:58 | [
{
"aliases": [
"UT",
"Beehive State"
],
"answer": "Utah",
"answer_id": "m.07srw"
}
] | WebQTrn-3602 | WebQTrn-3602_b8fcbc1a2e57b5acae3686daffa467f1 | where did the navajo tribe live and is the tv show Dr Fubalous was filmed there | 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:tv.tv_location.tv_shows_filmed_here ns:m.0k3br6q .
} |
|
Where are some places to stay at in the city where Gavin Newson is a government officer? | composition | where to stay in san francisco ca | san francisco ca | 2018-02-12T23:37:20 | [
{
"aliases": [
"W Hotel San Francisco"
],
"answer": "W San Francisco",
"answer_id": "m.0283jp6"
},
{
"aliases": [
"Hostelling International, City"
],
"answer": "Hostelling International, City Center",
"answer_id": "m.03ywbh3"
},
{
"aliases": [],
"answer": "Palace Hotel, San Francisco",
"answer_id": "m.0c9ldc"
},
{
"aliases": [
"Clift Hotel, San Francisco"
],
"answer": "Clift",
"answer_id": "m.0f241m"
}
] | WebQTrn-2237 | WebQTrn-2237_723ad981dc68e3cfe82e7134c8ca8fdb | where to stay in the location that appointed Gavin Newsom 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.0264nv .
?c ns:travel.travel_destination.accommodation ?x .
}
|
What region in Argentina that has the sacred site Safed? | conjunction | what type of religion does argentina have | 2018-02-13T04:12:56 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTest-831 | WebQTest-831_e9f1e2cf7477772e46c8a5c03ad79514 | what type of religion does argentina have and the relgion sacred site is Safed | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jgd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jgd ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.sacred_sites ns:m.01vtnc .
} |
|
What school did the famous person who went to Emsle A. Laney High School attend? | composition | what school did michael jordan attend | michael jordan | 2018-02-13T03:24:10 | [
{
"aliases": [
"Emsley A. Laney High"
],
"answer": "Emsley A. Laney High School",
"answer_id": "m.07qymj"
},
{
"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"
}
] | WebQTest-377 | WebQTest-377_048afa751894ba3400587301a9e1cc7a | what school did the person education institution is Emsley A. Laney High 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.07qymj .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What Italian speaking country has AjdovÅ¡Äina? | conjunction | what two countries speak italian | 2018-02-12T22:34:33 | [
{
"aliases": [
"Republic of Slovenia",
"Repubblica di Slovenia",
"Slovania"
],
"answer": "Slovenia",
"answer_id": "m.06t8v"
}
] | WebQTrn-1594 | WebQTrn-1594_a3c05545da4808f5bc83ebf51934cd02 | what two countries speak italian and is the country that contains AjdovÅ¡Äina | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02bjrlw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02bjrlw ns:language.human_language.main_country ?x .
?x ns:location.country.administrative_divisions ns:m.01chh0 .
} |
|
The Yale Herald is the school paper of which university attended by James Franco? | conjunction | what college did james franco go to | 2018-02-12T20:43:31 | [
{
"aliases": [
"Yale University, main campus",
"Yale University",
"Yale University, New Haven",
"YU",
"Yale"
],
"answer": "University Yale",
"answer_id": "m.08815"
}
] | WebQTrn-559 | WebQTrn-559_71c9708dfb55488256e511b2360fd769 | what college did james franco go to and the educational institution newspaper is The Yale Herald | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05bnp0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05bnp0 ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.newspaper ns:m.0544pz .
} |
|
What currency does the country with Trelawny Parish use? | composition | what money does jamaica use | jamaica | 2018-02-12T20:11:20 | [
{
"aliases": [],
"answer": "Jamaican dollar",
"answer_id": "m.04xc2m"
}
] | WebQTrn-282 | WebQTrn-282_2ef516a3253d8d1d2c28ae11c6d5b2e9 | what money does the country that contains Trelawny Parish 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.administrative_divisions ns:m.06qrc3 .
?c ns:location.country.currency_used ?x .
}
|
Where in the world is the country with the capital of Tegucigalpa? | composition | where honduras in the world | honduras | 2018-02-13T04:47:19 | [
{
"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"
}
] | WebQTest-1138 | WebQTest-1138_39fbfe61a51d831d2796bf41e2e029f8 | where the country capital is Tegucigalpa in the world | 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.0ftld .
?c ns:location.location.containedby ?x .
}
|
What is the country that uses the Burmese kyat as its currency and is also the place of origin of Burmese cats? | conjunction | where do burmese cats originate from | 2018-02-13T05:48:57 | [
{
"aliases": [
"Burma",
"ミャンマー連邦共和国",
"Myanmar (Burma)",
"Republic of the Union of Myanmar"
],
"answer": "Myanmar",
"answer_id": "m.04xn_"
}
] | WebQTest-1698 | WebQTest-1698_944664f176791d78aecc08f54a368571 | where do burmese cats originate from and the currency used in the country is Burmese kyat | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01mvkt)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01mvkt ns:biology.animal_breed.place_of_origin ?x .
?x ns:location.country.currency_used ns:m.04r7gc .
} |
|
Which basketball team has head coach Rick Carlisle and Tyson Chandler played for? | conjunction | who did tyson chandler play for | 2018-02-13T00:56:07 | [
{
"aliases": [
"Mavs",
"Mavericks"
],
"answer": "Dallas Mavericks",
"answer_id": "m.0jmcv"
}
] | WebQTrn-2946 | WebQTrn-2946_ac8783214291dd6266059cb275378880 | who did tyson chandler play for and the basket ball team head coach is Rick Carlisle | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05j8c8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05j8c8 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:basketball.basketball_team.head_coach ns:m.02zxw4 .
} |
|
What year did the team led by Jeanie Buss win the championship? | composition | what year did lakers win championship | lakers | 2018-02-12T20:28:36 | [
{
"aliases": [],
"answer": "2009 NBA Finals",
"answer_id": "m.04gg8b0"
},
{
"aliases": [
"1980 NBA World Championship Series"
],
"answer": "1980 NBA Finals",
"answer_id": "m.08x9_6"
},
{
"aliases": [],
"answer": "2002 NBA Finals",
"answer_id": "m.08x9ff"
},
{
"aliases": [],
"answer": "2000 NBA Finals",
"answer_id": "m.08x9gt"
},
{
"aliases": [],
"answer": "2001 NBA Finals",
"answer_id": "m.08x9hh"
},
{
"aliases": [],
"answer": "1988 NBA Finals",
"answer_id": "m.08x9v9"
},
{
"aliases": [],
"answer": "1987 NBA Finals",
"answer_id": "m.08x9w1"
},
{
"aliases": [],
"answer": "1985 NBA Finals",
"answer_id": "m.08x9x3"
},
{
"aliases": [],
"answer": "1982 NBA Finals",
"answer_id": "m.08x9z5"
},
{
"aliases": [],
"answer": "2010 NBA Finals",
"answer_id": "m.0bx_x85"
},
{
"aliases": [],
"answer": "1972 NBA Finals",
"answer_id": "m.0cs1ny"
},
{
"aliases": [],
"answer": "1954 NBA Finals",
"answer_id": "m.0cs2tz"
},
{
"aliases": [],
"answer": "1953 NBA Finals",
"answer_id": "m.0cs2wc"
},
{
"aliases": [],
"answer": "1952 NBA Finals",
"answer_id": "m.0cs2z5"
},
{
"aliases": [],
"answer": "1950 NBA Finals",
"answer_id": "m.0ct7_g"
},
{
"aliases": [],
"answer": "1949 BAA Finals",
"answer_id": "m.0ct81k"
},
{
"aliases": [],
"answer": "1948 NBL Finals",
"answer_id": "m.0n4cn6w"
}
] | WebQTrn-432 | WebQTrn-432_d722227a6d3fbe0525658c0afef7e182 | what year did the organiztion leadership has a person named Jeanie Buss win 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:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0r4zj_6 .
?c ns:sports.sports_team.championships ?x .
}
|
What team head coached by Brad Stevens did Shaq play for? | conjunction | what teams did shaq play 4 | 2018-02-13T02:07:09 | [
{
"aliases": [
"Celtics",
"The Green",
"Celts",
"The C's",
"C-Green Smash Machine"
],
"answer": "Boston Celtics",
"answer_id": "m.0bwjj"
}
] | WebQTrn-3510 | WebQTrn-3510_8eaf921da3d54168c34794840af9e50a | what teams did shaq play 4 and the basket ball team head coach is Brad Stevens | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.012xdf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.012xdf ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:basketball.basketball_team.head_coach ns:m.02qwvmq .
} |