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
|
---|---|---|---|---|---|---|---|---|---|
Where did the person who lived in Start grow up? | composition | where did tim mcgraw grew up | tim mcgraw | 2018-02-13T01:34:16 | [
{
"aliases": [
"Richland Parish / Delhi town",
"Delhi, Louisiana"
],
"answer": "Delhi",
"answer_id": "m.0tl_z"
}
] | WebQTrn-3289 | WebQTrn-3289_f39b5379ff60b99125911717a96ae9f5 | where did the person who once lived in Start grew up | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.0gtl72 .
?c ns:people.person.place_of_birth ?x .
}
|
What type of government does the country with Gebel Elba have? | composition | what type of government did egypt have | egypt | 2018-02-13T01:35:46 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [],
"answer": "Provisional government",
"answer_id": "m.02tz3y"
}
] | WebQTrn-3299 | WebQTrn-3299_50cf52311d0cdd04337ffc0d5378b1b8 | what type of government did the location partially contains Gebel Elba have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.026cy73 .
?c ns:location.country.form_of_government ?x .
}
|
What New England State has a capital named Boston? | conjunction | what places make up new england | 2018-02-13T02:55:10 | [
{
"aliases": [
"Bay State",
"MA",
"US-MA",
"The Old Colony State",
"Mass",
"The Codfish State",
"Commonwealth of Massachusetts",
"Mass."
],
"answer": "Massachusetts",
"answer_id": "m.05k7sb"
}
] | WebQTest-197 | WebQTest-197_7bf178e825bb55452806d2e708f9ed50 | what places make up new england and is the us state that has a capital named Boston | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.029jpy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.029jpy ns:location.location.contains ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
?x ns:location.us_state.capital ns:m.01cx_ .
} |
|
Which countries are exported to from the country that imports from Zimbabwe? | composition | which countries does south africa export to | south africa | 2018-02-12T21:14:13 | [
{
"aliases": [
"Jamhuri ya Muungano wa Tanzania",
"United Republic of Tanzania"
],
"answer": "Tanzania",
"answer_id": "m.07dzf"
},
{
"aliases": [],
"answer": "Angola",
"answer_id": "m.0j4b"
}
] | WebQTrn-858 | WebQTrn-858_4c7f7fb65898d22c84372372fbcb7e91 | which countries does the country imports from Zimbabwe export to | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.statistical_region.places_imported_from ?k .
?k ns:location.imports_and_exports.imported_from ns:m.088q4 .
?c ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
|
The person who once lived in Cannon House Office Building represents what district? | composition | what district does nancy pelosi represent | nancy pelosi | 2018-02-13T04:31:05 | [
{
"aliases": [],
"answer": "California’s 5th congressional district",
"answer_id": "m.09d70l"
},
{
"aliases": [],
"answer": "California’s 8th congressional district",
"answer_id": "m.0b10j3"
}
] | WebQTest-1007 | WebQTest-1007_7e4540379c36bc7cf75ae7043add6e77 | what district does the person who once lived in Cannon House Office Building represent | PREFIX ns: <http://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.03f_90 .
?c ns:base.government2.elected_official.elected_positions_held ?y .
?y ns:base.government2.elected_government_positions_held.district_represented ?x .
}
|
Who is the coach of the team who won the 2009 NFC Championship Game? | composition | who is the arizona cardinals football coach | arizona cardinals | 2018-02-12T20:29:26 | [
{
"aliases": [],
"answer": "Bruce Arians",
"answer_id": "m.027wt58"
}
] | WebQTrn-443 | WebQTrn-443_577bf3805adf9c3ac337eb4eaba6f9b6 | who is the the team won the 2009 NFC Championship Game championship football coach | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gv20k .
?c ns:american_football.football_team.current_head_coach ?x .
}
|
What are the colors of the team with mascot named Poe? | composition | what color are the baltimore ravens | baltimore ravens | 2018-02-13T00:41:56 | [
{
"aliases": [],
"answer": "Black",
"answer_id": "m.019sc"
},
{
"aliases": [],
"answer": "Gold",
"answer_id": "m.01l849"
},
{
"aliases": [],
"answer": "White",
"answer_id": "m.083jv"
},
{
"aliases": [],
"answer": "Purple",
"answer_id": "m.09ggk"
}
] | WebQTrn-2793 | WebQTrn-2793_018dc0c070e53555fa37f63d4b83ca87 | what color are the the team has a team moscot named Poe | PREFIX ns: <http://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.052tmyg .
?c ns:sports.sports_team.colors ?x .
}
|
What are famous tourist attractions where Duisburg airport is located? | composition | what are some famous tourist attractions in germany | germany | 2018-02-12T20:32:55 | [
{
"aliases": [],
"answer": "Travefy",
"answer_id": "m.012vvtp_"
},
{
"aliases": [
"oktoberfest",
"oktober fest",
"october fest",
"octoberfest",
"wiesn",
"Oktoberfest in Germany"
],
"answer": "Oktoberfest",
"answer_id": "m.05mw0"
},
{
"aliases": [],
"answer": "Tropical Islands Resort",
"answer_id": "m.066tl8"
},
{
"aliases": [
"Topography of Terror, Berlin"
],
"answer": "Topography of Terror",
"answer_id": "m.0djmy_"
},
{
"aliases": [],
"answer": "Bochum Total",
"answer_id": "m.0h1f0zf"
}
] | WebQTrn-472 | WebQTrn-472_4c2bbfb641cc9cde2a873099756839a0 | what are some famous tourist attractions in the location contains and airport that server Duisburg | PREFIX ns: <http://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.contains ?k .
?k ns:aviation.airport.serves ns:m.0ps1q .
?c ns:travel.travel_destination.tourist_attractions ?x .
}
|
Places of worship Masjid Hamza, Valley Stream havve which religious gods? | composition | what are the gods of islam | islam | 2018-02-13T01:09:36 | [
{
"aliases": [
"Baba Ramdevji"
],
"answer": "Ramdev Pir",
"answer_id": "m.055v4c"
},
{
"aliases": [
"Yahweh",
"Deus",
"Jah",
"Elohim"
],
"answer": "God",
"answer_id": "m.0d05l6"
},
{
"aliases": [
"Ar-Rahman"
],
"answer": "Allah",
"answer_id": "m.0jfd"
}
] | WebQTrn-3066 | WebQTrn-3066_5664110c14c11cbfe165fc3cd86c8845 | what are the gods 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.deities ?x .
}
|
What team that won the 1991 Caribbean Cup Final Championship did Chris Humphrey play for? | conjunction | what team does chris humphrey play for | 2018-02-12T21:41:23 | [
{
"aliases": [
"Jamaica Football Team",
"Jamaica Men's National Soccer Team",
"Jamaica Mens Football Team",
"Jamaica national football",
"Jamaica National Soccer Team",
"Jamaica Men's National Football Team",
"Jamaica Mens National Soccer Team",
"Jamaica Men's Soccer Team",
"Jamaica Mens National Football Team",
"Jamaica National Football Team",
"Jamaica Soccer Team",
"Jamaica Mens Soccer Team",
"Jamaica Men's Football Team"
],
"answer": "Jamaica national football team",
"answer_id": "m.03zbg0"
}
] | WebQTrn-1089 | WebQTrn-1089_b9bcc1a97c11435119e82ef2ee8011fd | what team does chris humphrey play for and is the team won the 1991 Caribbean Cup Final championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0kr_15)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0kr_15 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.010z81yz .
} |
|
Who was drafted in 2011 by the team with the mascot named Rise? | composition | who did the baltimore ravens draft in 2011 | baltimore ravens | 2018-02-12T21:01:10 | [
{
"aliases": [
"Beans",
"James Smith"
],
"answer": "Jimmy Smith",
"answer_id": "m.0drxh6r"
}
] | WebQTrn-772 | WebQTrn-772_5dd0eeca79ae03b7711252c032849eb2 | who did the the team has a team moscot named Rise draft 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.sports_team.team_mascot ns:m.0nz45zc .
?c ns:sports.professional_sports_team.draft_picks ?y .
?y ns:sports.sports_league_draft_pick.player ?x .
?y ns:sports.sports_league_draft_pick.draft ns:m.05sys3j .
}
|
Where did the artist who went on Secrets Tour born and raised? | composition | where was toni braxton born and raised | toni braxton | 2018-02-12T23:02:40 | [
{
"aliases": [
"Severn, Maryland",
"Anne Arundel County / Severn CDP"
],
"answer": "Severn",
"answer_id": "m.0ttlb"
}
] | WebQTrn-1891 | WebQTrn-1891_ef573975219e9d8eee0600d8bf4c6f74 | where was the artist had a concert tour named Secrets Tour born and raised | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.0gvsbwl .
?c ns:people.person.place_of_birth ?x .
}
|
What party affiliation is the architect who was known for designing "Poplar forest" known for be a part of? | composition | what party was thomas jefferson affiliated with | thomas jefferson | 2018-02-13T06:26:01 | [
{
"aliases": [
"Democratic-Republican",
"United States Democratic-Republican Party"
],
"answer": "Democratic-Republican Party",
"answer_id": "m.07wf9"
}
] | WebQTest-1998 | WebQTest-1998_427154ed6cec1794077a6c077c4a4b93 | what party was the architect that desinged Poplar Forest affiliated with | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:architecture.architect.structures_designed ns:m.02kpf3 .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
Where is the location with Helle Thorning-Schmidt as a government official located? | composition | where is denmark situated | denmark | 2018-02-13T03:40:04 | [
{
"aliases": [],
"answer": "Nordic countries",
"answer_id": "m.0140mf"
},
{
"aliases": [],
"answer": "Scandinavia",
"answer_id": "m.06mx8"
}
] | WebQTest-514 | WebQTest-514_20c0eba253c55529f9842b40b5a54ac5 | where is the location that appointed Helle Thorning-Schmidt to govermental position situated | PREFIX ns: <http://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.05rn5r .
?c ns:location.location.containedby ?x .
?x ns:common.topic.notable_types ns:m.01nt .
}
|
Who was the president in 2011 of the country that contains Bogotá? | composition | who is the current president of colombia 2011 | colombia | 2018-02-13T02:20:04 | [
{
"aliases": [
"Juan Manuel Santos Calderón",
"フアン・マヌエル・サントス・カルデロン"
],
"answer": "Juan Manuel Santos",
"answer_id": "m.02pqvmj"
}
] | WebQTrn-3661 | WebQTrn-3661_bb2655b62e4a654cb898df69c3b652c5 | who is the current president of the country that contains Bogotá 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:location.country.administrative_divisions ns:m.01dzyc .
?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) <= "2011-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2011-01-01"^^xsd:dateTime) })
}
|
Which political system is used in the region that contains some of Gebel Elba? | composition | what is the political system in egypt | egypt | 2018-02-12T21:16:18 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [],
"answer": "Provisional government",
"answer_id": "m.02tz3y"
}
] | WebQTrn-872 | WebQTrn-872_50cf52311d0cdd04337ffc0d5378b1b8 | what is the political system in the location partially contains Gebel Elba | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.026cy73 .
?c ns:location.country.form_of_government ?x .
}
|
The country that contains Corfu uses what currency? | composition | what currency does greece use | greece | 2018-02-13T01:35:01 | [
{
"aliases": [
"€",
"EUR"
],
"answer": "Euro",
"answer_id": "m.02l6h"
}
] | WebQTrn-3293 | WebQTrn-3293_3ae7bbdbfe6f6d601941c3cf406229a7 | what currency does the country that contains Corfu 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.07dlh7 .
?c ns:location.country.currency_used ?x .
}
|
What did the artist of "HIStory World Tour" own? | composition | what all did michael jackson own | michael jackson | 2018-02-12T22:43:53 | [
{
"aliases": [
"Neverland",
"Neverland Valley Ranch"
],
"answer": "Neverland Ranch",
"answer_id": "m.02vlwj"
}
] | WebQTrn-1701 | WebQTrn-1701_1ef15e22372df70baf01b72850deb14d | what all did the artist had a concert tour named HIStory World Tour own | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.09x1nf .
?c ns:architecture.architectural_structure_owner.structures_owned ?y .
?y ns:architecture.ownership.structure ?x .
}
|
What is the city where the main headquarters of the United Nations General Assembly are located? | composition | where is the main headquarters of the un | un | 2018-02-13T00:36:16 | [
{
"aliases": [
"The City that Never Sleeps",
"New York, U.S.A.",
"/m/02_286",
"New Yrok City",
"New York City, New York, USA",
"Empire City",
"City of New York",
"New York City, New York",
"New-York",
"ニューヨーク市",
"Gotham",
"New York",
"New York, NY",
"The Melting Pot",
"Richmond County / New York city",
"NYC",
"The Big Apple",
"New York, N.Y.",
"New York, New York",
"The Capital of the World"
],
"answer": "New York City",
"answer_id": "m.02_286"
}
] | WebQTrn-2752 | WebQTrn-2752_76635d0d1b32ebc9c234f8e7f902361d | where is the main headquarters of the the child organization is United Nations General Assembly | PREFIX ns: <http://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.07vp7 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What country has Spanish as their main language where the capital is Bogotá? | conjunction | which countries have spanish as their main language | 2018-02-13T06:04:42 | [
{
"aliases": [
"コロンビア共和国",
"Republic of Colombia"
],
"answer": "Colombia",
"answer_id": "m.01ls2"
}
] | WebQTest-1821 | WebQTest-1821_c2a34889aebc2881bd3768893987211d | which countries have spanish as their main language and the country capital is Bogotá | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06nm1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06nm1 ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.official_language ns:m.06nm1 .
?x ns:location.country.capital ns:m.01dzyc .
} |
|
What government won in the country with the North Korean currency? | composition | what government type is north korea | north korea | 2018-02-13T01:08:51 | [
{
"aliases": [],
"answer": "Juche",
"answer_id": "m.01gt0n"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [
"Single-party"
],
"answer": "Single-party state",
"answer_id": "m.0py4y"
}
] | WebQTrn-3050 | WebQTrn-3050_324c29b52401502cc9935840afb1c7fa | what government type is the currency used in the country is North Korean won | PREFIX ns: <http://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.01rn14 .
?c ns:location.country.form_of_government ?x .
}
|
Which person is the current leader of the nation where Kef Governorate is located? | composition | who is ruling tunisia now | tunisia | 2018-02-12T21:30:34 | [
{
"aliases": [],
"answer": "Moncef Marzouki",
"answer_id": "m.0g9zy6b"
}
] | WebQTrn-1005 | WebQTrn-1005_2e7451388c28574ff15f0b12612d6d6a | who is ruling the country that contains Kef Governorate 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.0cybnm .
?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.01zdtb .
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) })
}
|
Fred Hanser is owner of the sports team with what manager? | composition | who is the manager of the st louis cardinals | st louis cardinals | 2018-02-12T21:29:10 | [
{
"aliases": [],
"answer": "Mike Matheny",
"answer_id": "m.046gb9"
}
] | WebQTrn-982 | WebQTrn-982_78f882dc1f711bbf67aec90c079f9864 | who is the manager of the the sports team owner is Fred Hanser | PREFIX ns: <http://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.0417nf3 .
?c ns:baseball.baseball_team.current_manager ?x .
}
|
What type of government does the country with the capital of Wellington have? | composition | what government does new zealand have | new zealand | 2018-02-13T03:58:05 | [
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Parliamentary monarchy"
],
"answer": "Constitutional monarchy",
"answer_id": "m.01q20"
}
] | WebQTest-665 | WebQTest-665_ca209660bb1741fe7ea77640475339ab | what government does the country capital is Wellington have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.capital ns:m.0853g .
?c ns:location.country.form_of_government ?x .
}
|
What religion uses the Al-Isra text and has a large practicing population in Russia? | conjunction | what are the major religions in russia | 2018-02-12T21:21:48 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTrn-932 | WebQTrn-932_e7d4132c5efb05fcd838a0ca7b41f431 | what are the major religions in russia and the religion text is Al-Isra | 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.texts ns:m.03hf62 .
} |
|
What's the official state flower of the place in which Jan Brewer was chosen for political office? | composition | what is the official state flower of arizona | arizona | 2018-02-13T01:32:15 | [
{
"aliases": [],
"answer": "Saguaro",
"answer_id": "m.0m5w_"
}
] | WebQTrn-3253 | WebQTrn-3253_4fa3b53f1047599414336495b9275a38 | what is the official state flower of the location that appointed Jan Brewer 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.02pkb1c .
?c ns:government.governmental_jurisdiction.official_symbols ?y .
?y ns:location.location_symbol_relationship.symbol ?x .
?y ns:location.location_symbol_relationship.Kind_of_symbol ns:m.04627gn .
}
|
The country that has the national anthem Brabançonne has which three official languages? | composition | what are the three official languages of belgium | belgium | 2018-02-13T02:53:01 | [
{
"aliases": [
"Nederlandse taal",
"Nederlands",
"Hollands",
"Dutch"
],
"answer": "Dutch Language",
"answer_id": "m.02bv9"
},
{
"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"
}
] | WebQTest-169 | WebQTest-169_c8b99bb380a7f157039bdf6c7b8df764 | what are the three official languages of the country that has the national anthem Brabançonne | PREFIX ns: <http://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.098tx .
?c ns:location.country.official_language ?x .
}
|
What UTC time zone is the location that appointed Jan Brewer to a governmental position? | composition | what utc time zone is arizona | arizona | 2018-02-13T00:36:37 | [
{
"aliases": [
"Mountain Standard Time Zone",
"Mountain Time"
],
"answer": "Mountain Time Zone",
"answer_id": "m.02hczc"
}
] | WebQTrn-2753 | WebQTrn-2753_4fa3b53f1047599414336495b9275a38 | what utc time zone is the location that appointed Jan Brewer 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.02pkb1c .
?c ns:location.location.time_zones ?x .
}
|
Which Nordic country has the capital of Copenhagen? | conjunction | where are the nordic countries | 2018-02-13T04:15:58 | [
{
"aliases": [
"Dänemark",
"Kingdom of Denmark",
"Kongeriget Danmark",
"丹麦"
],
"answer": "Denmark",
"answer_id": "m.0k6nt"
}
] | WebQTest-848 | WebQTest-848_1eb0f1ddd5074471fbe3a7f6b575f202 | where are the nordic countries and the country capital is Copenhagen | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0140mf)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0140mf ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.01lfy .
} |
|
Where is Puerto Galera located where the currency used is the Philippine peso? | 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_b9c37283f60f412249d62a89ba793955 | where is puerto galera and the currency used in the country is Philippine peso | 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.currency_used ns:m.01h5bw .
} |
|
What person notable with the condition substance dependence plays Alan Parrish in Jumanji? | conjunction | who plays alan parrish in jumanji | 2018-02-13T00:33:54 | [
{
"aliases": [
"Robin Willaims",
"Marty Fromage",
"Sudy Nim",
"Ray D. Tutto",
"Robin McLaurin Williams",
"Robin McLaurim Williams"
],
"answer": "Robin Williams",
"answer_id": "m.0dzf_"
}
] | WebQTrn-2740 | WebQTrn-2740_eefcb32b09323de51712e1eb621e5908 | who plays alan parrish in jumanji and is the person notable with the medical condition Substance dependence | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09w353)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09w353 ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0d3n58 .
?x ns:medicine.notable_person_with_medical_condition.condition ns:m.0466pc0 .
} |
|
The person who once lived in the White House was part of the party? | composition | what party does barack obama belong to | barack obama | 2018-02-13T04:05:41 | [
{
"aliases": [
"US Democrats",
"Democratic",
"Democrat Party",
"United States Democratic Party",
"Democrats"
],
"answer": "Democratic Party",
"answer_id": "m.0d075m"
}
] | WebQTest-760 | WebQTest-760_af331f33579006dfcc57fbac05c58c9c | what party does the person who once lived in White House belong 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:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.081sq .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
What type of planes with the aircraft model had it's maiden flight on February 22, 1987 does Virgin America fly? | conjunction | what type of planes does virgin america fly | 2018-02-12T22:06:15 | [
{
"aliases": [],
"answer": "Airbus A320",
"answer_id": "m.09xjfpp"
}
] | WebQTrn-1320 | WebQTrn-1320_b0067eb19b53b2c7f4c34361184510e0 | what type of planes does virgin america fly and is the arcraft model has it's maiden flight on 1987-02-22 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03bwrn)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03bwrn ns:aviation.aircraft_owner.aircraft_fleet_composition ?y .
?y ns:aviation.aircraft_ownership_count.aircraft_model ?x .
?x ns:aviation.aircraft_model.maiden_flight "1987-02-22"^^xsd:dateTime .
} |
|
What is the stadium name where the team with a mascot named Homer plays? | composition | where does the atlanta braves play | atlanta braves | 2018-02-12T22:52:01 | [
{
"aliases": [
"Turner Field, Atlanta",
"Centennial Olympic Stadium"
],
"answer": "Turner Field",
"answer_id": "m.020fp1"
},
{
"aliases": [],
"answer": "State Mutual Stadium",
"answer_id": "m.0ctrnf"
}
] | WebQTrn-1795 | WebQTrn-1795_edf6a52008463727e837bd3577442966 | where does the the team has a team moscot named Homer play | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.07vbb7 .
?c ns:sports.sports_team.arena_stadium ?x .
}
|
What university with men's basketball sports team named Florida Gators did Marco Rubio go to? | conjunction | where did marco rubio go to college | 2018-02-13T00:54:24 | [
{
"aliases": [
"U of F",
"UF",
"University of Florida, Gainesville",
"University of Florida, Gainsville"
],
"answer": "University of Florida",
"answer_id": "m.0j_sncb"
}
] | WebQTrn-2922 | WebQTrn-2922_f2da70d0777e675a2082db66734648aa | where did marco rubio go to college and is the education institution has a sports team named Florida Gators men's basketball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dpr5f)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dpr5f 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.sports_teams ns:m.02q6by8 .
} |
|
Where on a map would you find the educational institution that boasts of a graduate student named King Dunlap? | composition | where is auburn university at | auburn university | 2018-02-13T00:11:02 | [
{
"aliases": [
"Auburn University"
],
"answer": "Auburn University Historic District",
"answer_id": "m.06_g97h"
},
{
"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": [
"Cotton State",
"AL",
"Ala"
],
"answer": "Alabama",
"answer_id": "m.0gyh"
},
{
"aliases": [
"Auburn, Alabama",
"Lee County / Auburn city"
],
"answer": "Auburn",
"answer_id": "m.0q8p8"
}
] | WebQTrn-2566 | WebQTrn-2566_13b7d32f41935af8b9a7fb16e92a1d01 | where is the education institution has a grad student named King Dunlap at | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.03hh6k1 .
?c ns:location.location.containedby ?x .
}
|
Who was an influence on the person who was educated at Stonyhurst Saint Mary's Hall? | composition | who influenced arthur conan doyle | arthur conan doyle | 2018-02-13T00:19:24 | [
{
"aliases": [],
"answer": "Joseph Bell",
"answer_id": "m.01bdvj"
},
{
"aliases": [
"A bostonian",
"Henri Le Rennet",
"Edgar Allan Poë",
"Edgar Allen Poe",
"Edgar Poe",
"Edgar A. Perry",
"Edgar A. Poë",
"E.A. Poe",
"Poe",
"Edgar A. Poe"
],
"answer": "Edgar Allan Poe",
"answer_id": "m.02lt8"
},
{
"aliases": [
"Julio Verne",
"J. Verne",
"Verne",
"Júlio Verne",
"Jules Gabriel Verne",
"The Father of Science Fiction"
],
"answer": "Jules Verne",
"answer_id": "m.04093"
},
{
"aliases": [
"Robert Louis Balfour Stevenson",
"Robert Louis Stephenson",
"R. Stevenson",
"Stevenson, Robert Louis",
"Robert L. Stevenson",
"Robert Stevenson",
"Robert Lewis Balfour Stevenson",
"Robert-Louis Stevenson",
"Robert L. Stivenson",
"R.L. Stevenson"
],
"answer": "Robert Louis Stevenson",
"answer_id": "m.06lbp"
},
{
"aliases": [
"Jedediah Cleishbotham",
"Malachi Malagrowther",
"Scott, Sir Walter"
],
"answer": "Walter Scott",
"answer_id": "m.06y8v"
},
{
"aliases": [
"Ibne Safi",
"Sanki Soldier",
"Tughral Farghan",
"Asrar Ahmad"
],
"answer": "Ibn-e-Safi",
"answer_id": "m.06zjbx"
}
] | WebQTrn-2610 | WebQTrn-2610_2868bbce99c3130ce4df336e3b886e79 | who influenced the person education institution is Stonyhurst Saint Mary's Hall | PREFIX ns: <http://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.03qdftm .
?c ns:influence.influence_node.influenced_by ?x .
}
|
What country that uses the United States Dollar currency does the Panama Canal run through? | conjunction | where does the panama canal run through | 2018-02-12T22:40:34 | [
{
"aliases": [
"Republic of Panama"
],
"answer": "Panama",
"answer_id": "m.05qx1"
}
] | WebQTrn-1661 | WebQTrn-1661_8dfecb6548586cf236340abadabeb86c | where does the panama canal run through and the currency used in the country is United States Dollar | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.066rl)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.066rl ns:location.location.containedby ?x .
?x ns:location.country.currency_used ns:m.09nqf .
} |
|
The person who attended Noelani Elementary School went to what colleges? | composition | which college did barack obama attend | barack obama | 2018-02-12T22:17:28 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
},
{
"aliases": [
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
],
"answer": "Columbia University",
"answer_id": "m.01w5m"
},
{
"aliases": [
"Occidental",
"Oxy",
"Occidental College, main campus"
],
"answer": "Occidental College",
"answer_id": "m.05q2c"
}
] | WebQTrn-1431 | WebQTrn-1431_f627c1bb9cdbcf6a029c816631a982b2 | which college did the person education institution is Noelani Elementary School attend | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.0265r_n .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
}
|
The country that has the national anthem Aegukka has who as leader today? | composition | who is the leader of north korea today | north korea | 2018-02-13T05:45:23 | [
{
"aliases": [
"Gim Jeong(-)eun",
"Kim Jong-eun",
"Great Successor",
"Kim Jong Un",
"Outstanding Leader",
"Kim Jung Woon",
"Kim Jong Eun",
"Young master",
"Brilliant Comrade",
"Kim Jong-woon",
"Lil Kim",
"Kim Chŏngŭn",
"Yŏngmyŏng-han Tongji",
"김정은",
"Young General",
"Kim Jung-eun",
"金正恩"
],
"answer": "Kim Jong-un",
"answer_id": "m.0fgw19"
}
] | WebQTest-1674 | WebQTest-1674_fdb2c83f16393c669760c716bca2110d | who is the leader of the country that has the national anthem Aegukka today | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01qmpp .
?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.0h7p97k .
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 is there to see near Austin, Texas in the Central Time Zone? | conjunction | what to see near austin | 2018-02-13T02:15:05 | [
{
"aliases": [
"Texas State Capitol, Austin"
],
"answer": "Texas State Capitol",
"answer_id": "m.02j53x"
}
] | WebQTrn-3604 | WebQTrn-3604_8c6b952c6bd963f0ece4e401c9eb731a | what to see near austin and the location time zone is Central Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0vzm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0vzm ns:travel.travel_destination.tourist_attractions ?x .
?x ns:location.location.time_zones ns:m.02fqwt .
} |
|
What is the state bird of the state that Jim Edgar held a governmental position? | composition | what is illinois state bird | illinois | 2018-02-12T21:17:16 | [
{
"aliases": [
"NOCA"
],
"answer": "Northern cardinal",
"answer_id": "m.01tgcy"
}
] | WebQTrn-878 | WebQTrn-878_ffcdbd72aca9f8b382c653c3285bf954 | what is the location that appointed Jim Edgar to govermental position state bird | PREFIX ns: <http://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.031t9z .
?c ns:government.governmental_jurisdiction.official_symbols ?y .
?y ns:location.location_symbol_relationship.symbol ?x .
?y ns:location.location_symbol_relationship.Kind_of_symbol ns:m.04627hw .
}
|
What type of government did the Bamako empire's location have? | composition | what kind of government did the mali empire have | mali | 2018-02-12T20:22:33 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
}
] | WebQTrn-405 | WebQTrn-405_ea725e26fca03f84dabe224cde8b95be | what kind of government did the the country that contains Bamako empire have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.0fn13 .
?c ns:location.country.form_of_government ?x .
}
|
Who did the artist play in the Wiz who had a concert tour named This Is It Tour? | composition | who did michael jackson play in the wiz | michael jackson | 2018-02-13T00:05:04 | [
{
"aliases": [
"Korkuluk",
"Yero",
"Scarecrow",
"Fiyero"
],
"answer": "Scarecrow",
"answer_id": "m.02ztbm"
}
] | WebQTrn-2518 | WebQTrn-2518_cbe0b2e42bd644732f31cbd57e534e85 | who did the artist had a concert tour named This Is It Tour play in the wiz | PREFIX ns: <http://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.05y_zz5 .
?c ns:film.actor.film ?y .
?y ns:film.performance.character ?x .
?y ns:film.performance.film ns:m.027fwmt .
}
|
What languages do they speak where the religious organization leadership is the Eastern Catholic Church? | composition | what language do speak in argentina | argentina | 2018-02-13T06:25:56 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [
"Guaraní"
],
"answer": "Guaraní language",
"answer_id": "m.02w_hsv"
},
{
"aliases": [
"Runasimi",
"Quechua language",
"Quechua, Ayacucho Language",
"Quechua",
"Quechua languages",
"Chanka"
],
"answer": "Quechuan languages",
"answer_id": "m.03d9kg"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
},
{
"aliases": [
"Yiddish"
],
"answer": "Yiddish Language",
"answer_id": "m.0880p"
}
] | WebQTest-1993 | WebQTest-1993_c372b13f9146eb6304fb4271b197a342 | what language do speak in the religious organization leadeship is Eastern Catholic Churches | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religious_leadership_jurisdiction.leader ?k .
?k ns:religion.religious_organization_leadership.organization ns:m.01fgks .
?c ns:location.country.languages_spoken ?x .
}
|
What countries share borders with the one where Thabo Mbeki holds a government position? | composition | what other countries does south africa share borders with | south africa | 2018-02-13T05:16:45 | [
{
"aliases": [],
"answer": "Botswana",
"answer_id": "m.0166v"
},
{
"aliases": [],
"answer": "Lesotho",
"answer_id": "m.04hvw"
},
{
"aliases": [
"Republica de Mocambique",
"Republic of Mozambique",
"Mocambique"
],
"answer": "Mozambique",
"answer_id": "m.04wlh"
},
{
"aliases": [],
"answer": "Namibia",
"answer_id": "m.05bmq"
},
{
"aliases": [],
"answer": "Swaziland",
"answer_id": "m.06v36"
},
{
"aliases": [
"The Republic of Zimbabwe"
],
"answer": "Zimbabwe",
"answer_id": "m.088q4"
}
] | WebQTest-1395 | WebQTest-1395_f362abad7b6bfb65226e7318d8bfd31f | what other countries does the location that appointed Thabo Mbeki to govermental position share borders 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:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.07q13 .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
}
|
Tom Benson is part of the organization leadership with which head coach? | composition | who is the head coach of the new orleans saints | new orleans saints | 2018-02-12T22:43:07 | [
{
"aliases": [
"Patrick Sean Payton"
],
"answer": "Sean Payton",
"answer_id": "m.09z95c"
}
] | WebQTrn-1693 | WebQTrn-1693_f37ba9dbc59db9952df937d11c33d8a1 | who is the head coach of the the organiztion leadership has a person named Tom Benson | PREFIX ns: <http://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.01y4nb .
?c ns:american_football.football_team.current_head_coach ?x .
}
|
What is the type of government where Agusan del Sur is? | composition | what form of government is the philippines | philippines | 2018-02-13T01:51:25 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
}
] | WebQTrn-3399 | WebQTrn-3399_d2fb25308e1871367a2ffcc8527989fa | what form of government is 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:location.country.form_of_government ?x .
}
|
What is the birthplace of the artist who had a tour named Rod Stewart 2009 Concert Tour? | composition | where was rod stewart born | rod stewart | 2018-02-12T21:30:03 | [
{
"aliases": [
"Highgate, London"
],
"answer": "Highgate",
"answer_id": "m.0n9_t"
}
] | WebQTrn-1002 | WebQTrn-1002_30f1a4f034fe9f3f6df3327d69fb669b | where was the artist had a concert tour named Rod Stewart 2009 Concert Tour born | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.05z0bkj .
?c ns:people.person.place_of_birth ?x .
}
|
When did the team owned by Jeffrey Loria win the World Series? | composition | what year did florida marlins win the world series | florida marlins | 2018-02-12T21:26:49 | [
{
"aliases": [
"2003 World"
],
"answer": "2003 World Series",
"answer_id": "m.01z534"
}
] | WebQTrn-956 | WebQTrn-956_6c5d101ce14453e5c3bddc795ca6f468 | what year did the sports team owner is Jeffrey Loria 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.04l76b .
?c ns:sports.sports_team.championships ?x .
}
|
Who owns the team that won the 2011 AFC Championship? | composition | who owns the steelers football team | steelers | 2018-02-13T01:33:38 | [
{
"aliases": [],
"answer": "Rooney family",
"answer_id": "m.03nrwfz"
}
] | WebQTrn-3280 | WebQTrn-3280_f43785599ba51bf943f98f8d9bbf102a | who owns the the team won the 2011 AFC Championship Game championship football team | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gt_jy .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
Who did John Fox coach for, where the sports team owner is Jerry Richardson? | conjunction | who did john fox coach for | 2018-02-12T21:00:10 | [
{
"aliases": [],
"answer": "Carolina Panthers",
"answer_id": "m.01y3c"
}
] | WebQTrn-748 | WebQTrn-748_9734d12d62cff6548262ee89f01d7602 | who did john fox coach for and the sports team owner is Jerry Richardson | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06_73l)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06_73l ns:sports.sports_team_coach.teams_coached ?y .
?y ns:sports.sports_team_coach_tenure.team ?x .
?x ns:sports.professional_sports_team.owner_s ns:m.063kwx .
} |
|
Where is the home of the Navajo Indians and where the show "Dr Fubalous" was filmed? | conjunction | where do navajo indians live | 2018-02-13T00:16:03 | [
{
"aliases": [
"UT",
"Beehive State"
],
"answer": "Utah",
"answer_id": "m.07srw"
}
] | WebQTrn-2588 | WebQTrn-2588_b8fcbc1a2e57b5acae3686daffa467f1 | where do navajo indians 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 .
} |
|
What American State within the Mountain Time Zone does Laura Ingalls Wildercall home? | conjunction | where laura ingalls wilder lived | 2018-02-13T06:08:13 | [
{
"aliases": [
"KS",
"KA",
"Kans"
],
"answer": "Kansas",
"answer_id": "m.0488g"
}
] | WebQTest-1836 | WebQTest-1836_d7d303efc1f901f14e6aae2bb469743c | where laura ingalls wilder lived and the location time zone is Mountain Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01bt87)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01bt87 ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.location.time_zones ns:m.02hczc .
} |
|
Magallanes y la Antartica Chilena Region are part of the country which uses what type of money? | composition | what kind of money does chile use | chile | 2018-02-13T01:48:05 | [
{
"aliases": [],
"answer": "Chilean peso",
"answer_id": "m.0172zs"
}
] | WebQTrn-3381 | WebQTrn-3381_a146b4445fb7b259407068b18faf0553 | what kind of money does the country that contains Magallanes y la Antártica Chilena Region 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.01rjn3 .
?c ns:location.country.currency_used ?x .
}
|
What type of currency is used in the country that uses Dominican peso? | composition | what kind of currency does the dominican republic have | dominican republic | 2018-02-13T04:07:32 | [
{
"aliases": [],
"answer": "Dominican peso",
"answer_id": "m.04lt7_"
}
] | WebQTest-774 | WebQTest-774_6050f9741fc20724152eafe912e420e2 | what kind of currency does the the currency used in the country is Dominican peso have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.04lt7_ .
?c ns:location.country.currency_used ?x .
}
|
Where do Burmese cats originate that contains the Surat Thani Province? | conjunction | where do burmese cats originate from | 2018-02-13T05:48:57 | [
{
"aliases": [
"Siam",
"Kingdom of Thailand"
],
"answer": "Thailand",
"answer_id": "m.07f1x"
}
] | WebQTest-1698 | WebQTest-1698_b5d4da27b353f99ede98768d95492ba8 | where do burmese cats originate from and is the country that contains Surat Thani Province | 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.administrative_divisions ns:m.018k_b .
} |
|
In which seasons did the team with a mascot named Clark play in the world series? | composition | what years have the cubs been in the world series | cubs | 2018-02-12T21:57:03 | [
{
"aliases": [
"1908 World"
],
"answer": "1908 World Series",
"answer_id": "m.04tg8s"
},
{
"aliases": [
"1907 World"
],
"answer": "1907 World Series",
"answer_id": "m.04tg9h"
}
] | WebQTrn-1242 | WebQTrn-1242_c2352030c3341e28768312045c4f093d | what years have the the team has a team moscot named Clark been in 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.team_mascot ns:m.0_yll7n .
?c ns:sports.sports_team.championships ?x .
}
|
Which country's capital is Garoowe? | composition | where is puntland somalia | puntland | 2018-02-12T20:38:20 | [
{
"aliases": [
"Federal Republic of Somalia"
],
"answer": "Somalia",
"answer_id": "m.06tgw"
}
] | WebQTrn-509 | WebQTrn-509_3cc3af7a051ae6e03d9e956e0b7f7d32 | where is the country capital is Garoowe somalia | PREFIX ns: <http://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.03yzbm .
?c ns:location.location.containedby ?x .
}
|
Which pro athletes started their careers before 2013 and are in the current Boston Celtics' roster? | comparative | what is the boston celtics current roster | 2018-02-12T22:07:31 | [
{
"aliases": [
"Gerald Jermaine Wallace"
],
"answer": "Jeff Green",
"answer_id": "m.03s55y"
},
{
"aliases": [
"Brandon Samuel Bass"
],
"answer": "Gerald Wallace",
"answer_id": "m.07fcql"
},
{
"aliases": [],
"answer": "Brandon Bass",
"answer_id": "m.0b6ld_"
},
{
"aliases": [],
"answer": "Avery Bradley",
"answer_id": "m.06w7hfh"
}
] | WebQTrn-1341 | WebQTrn-1341_566a4e4e6e4673fc48be8ded8c217225 | what is the boston celtics current roster and is the pro athelete who started hist career on before 2013 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0bwjj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0bwjj ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.pro_athlete.career_start ?num .
FILTER (?num < "2013"^^xsd:dateTime) .
} |
|
When was the last time the champion of the 2012 Stanley Cup Final win the playoff series? | composition | when was the last time the la kings won a playoff series | la kings | 2018-02-13T05:49:59 | [
{
"aliases": [],
"answer": "2014 Stanley Cup Finals",
"answer_id": "m.010fdzhp"
}
] | WebQTest-1711 | WebQTest-1711_97114c52c2bf3a660f08f6938e38ce27 | when was the last time the the team won the 2012 Stanley Cup Finals championship won a playoff 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.0jt52pz .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What museum established in 1879 is a place to hang out in Chicago? | conjunction | where to hang out in chicago | 2018-02-12T23:45:02 | [
{
"aliases": [
"The Art Institute of Chicago"
],
"answer": "Art Institute of Chicago",
"answer_id": "m.027hqc_"
}
] | WebQTrn-2312 | WebQTrn-2312_838d215272df3c472279f5329e274ba3 | where to hang out in chicago and is the museum that was established in 1879 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01_d4)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01_d4 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.museum.established "1879"^^xsd:dateTime .
} |
|
What form of currency is used in the country whose time zones include the Heard and McDonald Islands Time Zone? | composition | what does australia use for currency | australia | 2018-02-13T03:08:09 | [
{
"aliases": [
"AUD"
],
"answer": "Australian dollar",
"answer_id": "m.0kz1h"
}
] | WebQTest-264 | WebQTest-264_91486f8ce518ad60645488b0b298ff11 | what does the location time zone is Heard and McDonald Islands Time Zone use for currency | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.time_zones ns:m.0y49btq .
?c ns:location.country.currency_used ?x .
}
|
What college with men's basketball sports team named Davidson Wildcats did Margaret Hoover attend? | conjunction | where did margaret hoover go to college | 2018-02-13T03:12:54 | [
{
"aliases": [
"Davidson College, main campus",
"DC",
"Davidson"
],
"answer": "Davidson College",
"answer_id": "m.02pdhz"
}
] | WebQTest-303 | WebQTest-303_cafef29d793f0edca8c26e249a7a3832 | where did margaret hoover go to college and is the education institution has a sports team named Davidson Wildcats men's basketball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03m6921)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03m6921 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.sports_teams ns:m.02qt_sl .
} |
|
Which languages are used for communication by people in the nation where Orkney is located? | composition | what languages do scottish people speak | scottish | 2018-02-13T02:01:10 | [
{
"aliases": [],
"answer": "British English",
"answer_id": "m.01bvf"
},
{
"aliases": [],
"answer": "Scottish English",
"answer_id": "m.01v58_"
},
{
"aliases": [
"Old English",
"Anglo-Saxon",
"Old",
"English, Old (ca.450-1100)",
"English"
],
"answer": "Old English",
"answer_id": "m.05p2d"
},
{
"aliases": [
"Scottish Gaelic language",
"Gàidhlig",
"Albannach Gaidhlig",
"Erse",
"Gaelic",
"Gaelic, Scottish",
"Scots Gaelic",
"Gaelic, Scottish Language"
],
"answer": "Scottish Gaelic",
"answer_id": "m.070zw"
},
{
"aliases": [
"Scots"
],
"answer": "Scots Language",
"answer_id": "m.0h407"
}
] | WebQTrn-3478 | WebQTrn-3478_ad803b3c912304137902b77d919a47b5 | what languages do the country that contains Orkney people speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.08v0yg .
?c ns:location.country.languages_spoken ?x .
}
|
Where is the main headquarters of the organiztion lead by Sergey Brin? | composition | where is the main headquarters of google | google | 2018-02-13T04:08:34 | [
{
"aliases": [
"Santa Clara County / Mountain View city",
"Mountain View, Santa Clara County, California",
"Mountain View, California"
],
"answer": "Mountain View",
"answer_id": "m.0r6c4"
}
] | WebQTest-777 | WebQTest-777_df2c3d0982ec5faa33a85eb4f474b397 | where is the main headquarters of the organiztion leadership has a person named Sergey Brin | PREFIX ns: <http://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.0gjq6 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What are the names of the children of a notable person who was educated at the institution Eastbury Comprehensive School? | composition | what are john terry 's children called | john terry | 2018-02-13T06:00:04 | [
{
"aliases": [],
"answer": "Summer Rose Terry",
"answer_id": "m.0j51lwj"
},
{
"aliases": [],
"answer": "Georgie John Terry",
"answer_id": "m.0j51lwr"
}
] | WebQTest-1795 | WebQTest-1795_9213c11884c3eab6aded0f21fc131f1d | what are the person education institution is Eastbury Comprehensive School 's children called | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.03h5pst .
?c ns:people.person.children ?x .
}
|
WHat holidays are celebrated by the religion that uses the Quran as text? | 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_39b12d0bd9a41783eba6983878bd47a0 | what are the important holidays of the religion text is Quran | PREFIX ns: <http://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.texts ns:m.096tx .
?c ns:religion.religion.holidays ?x .
}
|
Where is Puerto Galera located that appointed William McKinley to a governmental position? | 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_b7c64c20316300b1fade0ab5363ae2e6 | where is puerto galera and is the location that appointed William McKinley to govermental position | 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:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.083p7 .
} |
|
WHich country contains that Barisal Divison and is located in South Asia? | conjunction | what are countries in south asia | 2018-02-13T00:56:35 | [
{
"aliases": [],
"answer": "Bangladesh",
"answer_id": "m.0162b"
}
] | WebQTrn-2955 | WebQTrn-2955_2ca6914038de1ef1562719a70c3f3639 | what are countries in south asia and is the country that contains Barisal Division | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06nn1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06nn1 ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.01ktqn .
} |
|
WHat city and state is home to the Yale Center for British Art? | composition | what city and state is yale located in | yale | 2018-02-13T05:29:51 | [
{
"aliases": [
"Elm City",
"New Haven, CT",
"New Haven, Connecticut",
"New Haven, Conn.",
"New Haven County / New Haven city"
],
"answer": "New Haven",
"answer_id": "m.0f2nf"
}
] | WebQTest-1502 | WebQTest-1502_41668b1cf026f01cc8635fe28e60186b | what city and state is the child organization is Yale Center for British Art located in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.06x2z0 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What languages do they speak in the country that has the national anthem "Noble patria, tu hermosa bandera"? | composition | what languages do they speak in costa rica | costa rica | 2018-02-13T03:31:51 | [
{
"aliases": [
"Bribri",
"Bribri language",
"Talamanca"
],
"answer": "Bribri Language",
"answer_id": "m.02hwk2m"
},
{
"aliases": [
"Patois",
"Patwa",
"Bongo Talk",
"Southwestern Caribbean Creole English",
"Jamaican Creole English",
"Quashie Talk",
"Panamanian Creole English",
"Limón Creole English"
],
"answer": "Jamaican Creole English Language",
"answer_id": "m.04ygk0"
},
{
"aliases": [
"Mekatelyu",
"Limon Coastal Creole"
],
"answer": "Limonese Creole",
"answer_id": "m.06k02z"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
}
] | WebQTest-453 | WebQTest-453_2e6d98fb779ac3b63a5dd2688034c0c9 | what languages do they speak in the country that has the national anthem Noble patria, tu hermosa bandera | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01lg46 .
?c ns:location.country.languages_spoken ?x .
}
|
In what country did the Habsburg family control and has Dobrana? | conjunction | what did the habsburg family control | 2018-02-12T22:48:23 | [
{
"aliases": [
"Republic of Slovenia",
"Repubblica di Slovenia",
"Slovania"
],
"answer": "Slovenia",
"answer_id": "m.06t8v"
}
] | WebQTrn-1769 | WebQTrn-1769_00fa41f5ec55c80cc7f4cab2f45e5fe4 | what did the habsburg family control and is the country that contains Dobrna | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03lht)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03lht ns:people.family.country ?x .
?x ns:location.country.administrative_divisions ns:g.11xgqbdrw .
} |
|
What major religion in Poland uses the religious text of the "Book of Nehemiah"? | conjunction | what are the major religions in poland | 2018-02-13T00:36:08 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-2749 | WebQTrn-2749_89edf96a303451c5ed92ef344d69e7c3 | what are the major religions in poland and the religion text is Book of Nehemiah | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05qhw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05qhw ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.texts ns:m.01dfl .
} |
|
What artist in Crazy Stupid Love had a concert tour named All That Echoes World Tour? | composition | who was josh groban in crazy stupid love | josh groban | 2018-02-12T20:59:41 | [
{
"aliases": [],
"answer": "Richard",
"answer_id": "m.0gv4xk6"
}
] | WebQTrn-735 | WebQTrn-735_a6387d4367a37f2829419ad09fd9f7c3 | who was the artist had a concert tour named All That Echoes World Tour in crazy stupid love | PREFIX ns: <http://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.0zgc0hf .
?c ns:film.actor.film ?y .
?y ns:film.performance.character ?x .
?y ns:film.performance.film ns:m.0ddf2bm .
}
|
Where do people whose religious text is "Sunnah" go to worship? | composition | where do islamic people go to worship | islamic | 2018-02-12T23:54:08 | [
{
"aliases": [],
"answer": "Mosque",
"answer_id": "m.04_xn"
},
{
"aliases": [],
"answer": "Masjid Hamza, Valley Stream",
"answer_id": "m.0pc5qwj"
}
] | WebQTrn-2420 | WebQTrn-2420_a1b0449bdff2896277270acc6e935cd2 | where do the religion text is Sunnah people go to worship | PREFIX ns: <http://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.texts ns:m.074jc .
?c ns:religion.religion.types_of_places_of_worship ?x .
}
|
Which player started his career after 2007 and is a Miami Dolphins quarterback? | comparative | who is the miami dolphins quarterback | 2018-02-13T04:28:16 | [
{
"aliases": [
"Ryan Timothy Tannehill"
],
"answer": "Ryan Tannehill",
"answer_id": "m.04q9syl"
}
] | WebQTest-963 | WebQTest-963_dec47aeb715a752d6aad83da3ddb7dfa | who is the miami dolphins quarterback and is the player started his career on after 2007 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04vn5)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04vn5 ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
?y ns:sports.sports_team_roster.position ns:m.06b1q .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.pro_athlete.sports_played_professionally ?c .
?c ns:sports.pro_sports_played.career_start ?num .
FILTER (?num > "2007"^^xsd:dateTime) .
} |
|
Where is the University of Auburn located, which is the same location that appointed Robert J. Bentley, to a governmental position? | conjunction | where is university of auburn | 2018-02-13T02:13:31 | [
{
"aliases": [
"Cotton State",
"AL",
"Ala"
],
"answer": "Alabama",
"answer_id": "m.0gyh"
}
] | WebQTrn-3581 | WebQTrn-3581_ae99aa9db8458c1c25b58266fa61faf0 | where is university of auburn and is the location that appointed Robert J. Bentley to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01wdj_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01wdj_ ns:location.location.containedby ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.080fp__ .
} |
|
What European Union country is home to the Iberian Peninsula and the Vila Real? | conjunction | what country is the iberian peninsula located in | 2018-02-13T01:53:36 | [
{
"aliases": [
"Portuguese Republic"
],
"answer": "Portugal",
"answer_id": "m.05r4w"
}
] | WebQTrn-3415 | WebQTrn-3415_9a2556634792cd7f81bf5f14bd91c65c | what country is the iberian peninsula located in and is the country that contains Vila Real | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03v9w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03v9w ns:location.location.partiallycontains ?y .
?y ns:location.partial_containment_relationship.partially_contains ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:location.country.administrative_divisions ns:m.01qwyf .
} |
|
Which country inlcudes the city of Aarhus and shared a border with Germany? | conjunction | what countries do germany border | 2018-02-12T22:18:44 | [
{
"aliases": [
"Dänemark",
"Kingdom of Denmark",
"Kongeriget Danmark",
"丹麦"
],
"answer": "Denmark",
"answer_id": "m.0k6nt"
}
] | WebQTrn-1437 | WebQTrn-1437_6cdd814a9c551d0e878a6ca6d7434940 | what countries do germany border and is the country that contains Aarhus County | 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.administrative_divisions ns:m.0125rc .
} |
|
What educational institution that has gymnastics sports team named UCLA Bruins did James Franco go to? | conjunction | what school does james franco go to | 2018-02-13T05:32:29 | [
{
"aliases": [
"University of California, Los Angeles Campus",
"UCLA"
],
"answer": "University of California, Los Angeles",
"answer_id": "m.09f2j"
}
] | WebQTest-1542 | WebQTest-1542_68cf056658d49829d8f075fe49eee7e5 | what school does james franco go to and is the education institution has a sports team named UCLA Bruins gymnastics | 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:education.educational_institution.sports_teams ns:m.0462vs9 .
} |
|
What zoo that opened on January 1997 is there to see in Nadi Fiji? | conjunction | what to do in nadi fiji | 2018-02-13T00:48:27 | [
{
"aliases": [
"Kula Bird Park",
"Kula Eco"
],
"answer": "Kula Eco Park",
"answer_id": "m.03cybpb"
}
] | WebQTrn-2858 | WebQTrn-2858_6f2e4925c2ac9ed7f5e9336ffec92941 | what to do in nadi fiji and is the zoo that opened on 1997-01 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.022wr3)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.022wr3 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened "1997-01"^^xsd:dateTime .
} |
|
Where is the location of the organization that has Alan Langlands in a leadership position? | composition | where is located university of leeds | university of leeds | 2018-02-12T20:50:08 | [
{
"aliases": [
"Leeds, Eng."
],
"answer": "Leeds",
"answer_id": "m.04p3c"
},
{
"aliases": [
"U.K.",
"United Kingdom of Great Britain",
"United Kingdom of Great Britain and Ireland",
"The United Kingdom of Great Britain and Northern Ireland",
"Britain",
"Great Britain",
"GBR",
"GB",
"UK",
"United Kingdom of Great Britain and Northern Ireland"
],
"answer": "United Kingdom",
"answer_id": "m.07ssc"
}
] | WebQTrn-631 | WebQTrn-631_e59f32202c98785174aaf130b109eafd | where is located the organiztion leadership has a person named Alan Langlands | PREFIX ns: <http://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.0dl0j7 .
?c ns:location.location.containedby ?x .
}
|
What is the capital city of the country that has national anthem Amhrán na bhFiann? | composition | what is the capital of republic of ireland | ireland | 2018-02-13T03:58:21 | [
{
"aliases": [
"Baile Atha Cliath",
"Dublin, Ireland",
"Dublin, Republic of Ireland"
],
"answer": "Dublin",
"answer_id": "m.02cft"
}
] | WebQTest-667 | WebQTest-667_53cf2944c6193039b6b0d610040ab315 | what is the capital of republic of the country that has the national anthem Amhrán na bhFiann | PREFIX ns: <http://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.0k7j .
?c ns:location.country.capital ?x .
}
|
What NCAA football sports team has the fight song Fight On, State? | conjunction | how many teams are there in the ncaa football | 2018-02-12T20:43:33 | [
{
"aliases": [
"Penn State University Men's Football",
"PSU Men's Football",
"Penn State Football",
"PSU Nittany Lions Football",
"Penn State University Nittany Lions Football",
"Penn State Nittany Lions Football",
"Penn State University Nittany Lions Men's Football",
"Penn State Nittany Lions Mens Football",
"Penn State Mens Football",
"Penn State University Mens Football",
"Penn State Men's Football",
"PSU Mens Football",
"Penn State University Nittany Lions Mens Football",
"PSU Nittany Lions Mens Football",
"PSU Football",
"Penn State University Football",
"Penn State Nittany Lions Men's Football",
"PSU Nittany Lions Men's Football"
],
"answer": "Penn State Nittany Lions football",
"answer_id": "m.0frm7n"
}
] | WebQTrn-560 | WebQTrn-560_3c6853e59584c50858f464b98a8799fe | how many teams are there in the ncaa football and is the sports team with the fight song Fight On, State | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gh43)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gh43 ns:sports.sports_league.teams ?y .
?y ns:sports.sports_league_participation.team ?x .
?x ns:common.topic.notable_types ns:m.01xljyt .
?x ns:sports.sports_team.fight_song ns:m.026p5xr .
} |
|
What European Union country is both home to the Iberian Peninsula and to Jorge Sampaio? | conjunction | what country is the iberian peninsula located in | 2018-02-13T01:53:36 | [
{
"aliases": [
"Portuguese Republic"
],
"answer": "Portugal",
"answer_id": "m.05r4w"
}
] | WebQTrn-3415 | WebQTrn-3415_3c0f0ec58c7e8ce3815e65f37a8e92d1 | what country is the iberian peninsula located in and is the location that appointed Jorge Sampaio to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03v9w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03v9w ns:location.location.partiallycontains ?y .
?y ns:location.partial_containment_relationship.partially_contains ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.01zpv9 .
} |
|
In what city is the organization whose leadership includes someone named Ban Ki-moon based? | composition | where is the un based | un | 2018-02-13T05:28:41 | [
{
"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"
}
] | WebQTest-1501 | WebQTest-1501_41a271341dfc844d141b7473ba8898ab | where is the the organiztion leadership has a person named Ban Ki-moon based | PREFIX ns: <http://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.075jlq .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What currency is used in the country that has Samsun Province? | composition | what currency does turkey accept | turkey | 2018-02-13T02:07:32 | [
{
"aliases": [
"Turkish lira (Remonetized)"
],
"answer": "Turkish lira",
"answer_id": "m.04dq0w"
}
] | WebQTrn-3511 | WebQTrn-3511_a7fb2152789f730426bbb17b80cf7fde | what currency does the country that contains Samsun Province 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.administrative_divisions ns:m.034718 .
?c ns:location.country.currency_used ?x .
}
|
Which player started his career late and went on to be the Vancouver Canucks coach? | superlative | who is vancouver canucks coach | 2018-02-13T05:50:03 | [
{
"aliases": [],
"answer": "Doug Lidster",
"answer_id": "m.0g4n7q"
}
] | WebQTest-1714 | WebQTest-1714_c6445e370ceac8abf2df7cc54fa1d3a5 | who is vancouver canucks coach and is the player started his career on latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jnnx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jnnx ns:sports.sports_team.coaches ?y .
?y ns:sports.sports_team_coach_tenure.coach ?x .
?x ns:sports.pro_athlete.sports_played_professionally ?c .
?c ns:sports.pro_sports_played.career_start ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
What language is used in the country that has Argentine National Anthem? | composition | what is language in argentina | argentina | 2018-02-13T00:04:03 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [
"Guaraní"
],
"answer": "Guaraní language",
"answer_id": "m.02w_hsv"
},
{
"aliases": [
"Runasimi",
"Quechua language",
"Quechua, Ayacucho Language",
"Quechua",
"Quechua languages",
"Chanka"
],
"answer": "Quechuan languages",
"answer_id": "m.03d9kg"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
},
{
"aliases": [
"Yiddish"
],
"answer": "Yiddish Language",
"answer_id": "m.0880p"
}
] | WebQTrn-2511 | WebQTrn-2511_2ed287b0ef57067bd3a79f71c2fa849e | what is language in the country that has the national anthem Argentine 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.01dlgn .
?c ns:location.country.languages_spoken ?x .
}
|
What money is used where the Lopburi Province is? | 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_52cbd36b86588e3b6e38b0ba8dc53c62 | what money do they use in the country that contains Lopburi 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.01kjwm .
?c ns:location.country.currency_used ?x .
}
|
What religion with notable figure Ali is in Russia? | conjunction | what religion are people in russia | 2018-02-12T19:48:45 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTrn-114 | WebQTrn-114_eab10d256bdc3a16f2e31279f9e311c3 | what religion are people in russia and the religion notable figure is Ali | 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.notable_figures ns:m.024c1p .
} |
|
When did Fenway Sports Group's sports team last win the champions league? | composition | when did liverpool fc last win the champions league | liverpool fc | 2018-02-13T03:50:24 | [
{
"aliases": [],
"answer": "2012 Football League Cup Final",
"answer_id": "m.0h_b67k"
}
] | WebQTest-608 | WebQTest-608_13b4ce19d2cb8cabdeb5cdc09d2aaa18 | when did the sports team owner is Fenway Sports Group last win the champions league | PREFIX ns: <http://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.04lf9rh .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.012dbw .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
Who influenced the art of the illustrator of the book Feu de joie? | composition | who influenced picasso art | picasso | 2018-02-13T05:35:28 | [
{
"aliases": [
"Eugène Delacroix",
"Eugne Delacroix",
"Eugene Delacroix"
],
"answer": "Eugène Delacroix",
"answer_id": "m.016s03"
},
{
"aliases": [
"Manet",
"Edouard Manet"
],
"answer": "Édouard Manet",
"answer_id": "m.02mbk"
},
{
"aliases": [
"Henri Julien Félix Rousseau"
],
"answer": "Henri Rousseau",
"answer_id": "m.02rdf6"
},
{
"aliases": [
"Francisco José de Goya y Lucientes",
"Francisco de Goya"
],
"answer": "Francisco Goya",
"answer_id": "m.02y23"
},
{
"aliases": [],
"answer": "Sara Murphy",
"answer_id": "m.03p_bz"
},
{
"aliases": [
"Paul Cézanne",
"Paul Czanne",
"Cezanne",
"Paul Cezanne"
],
"answer": "Paul Cézanne",
"answer_id": "m.063mx"
},
{
"aliases": [
"Vincent Willem van Gogh"
],
"answer": "Vincent van Gogh",
"answer_id": "m.07_m2"
},
{
"aliases": [
"Jean Auguste Dominique Ingres",
"Jean-Auguste-Dominique Ingres",
"Jean Auguste Dominique Ingres, follower of"
],
"answer": "Jean-Auguste-Dominique Ingres",
"answer_id": "m.0cwk2"
},
{
"aliases": [
"Henri Toulouse-Lautrec",
"Henri Marie Raymond de Toulouse-Lautrec-Monfa"
],
"answer": "Henri de Toulouse-Lautrec",
"answer_id": "m.0h7vt"
},
{
"aliases": [
"Eugène Henri Paul Gauguin"
],
"answer": "Paul Gauguin",
"answer_id": "m.0h82x"
},
{
"aliases": [
"Diego Velazquez",
"Diego Velasquez",
"Velazquez",
"Diego Rodrguez de Velzquez",
"Diego Rodríguez de Silva y Velázquez"
],
"answer": "Diego Velázquez",
"answer_id": "m.0k92y"
},
{
"aliases": [
"Dr. Alfred Jarry"
],
"answer": "Alfred Jarry",
"answer_id": "m.0tth"
}
] | WebQTest-1573 | WebQTest-1573_bb949340bcc140182ac61775c7ccc0e9 | who influenced the illustrator of the book Feu de joie art | PREFIX ns: <http://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.0678xv0 .
?c ns:influence.influence_node.influenced_by ?x .
}
|
When is the last time that the champion of the 1956 Pequeña Copa del Mundo de Clubes win the champions league? | composition | when last did real madrid win the champions league | real madrid | 2018-02-12T22:35:31 | [
{
"aliases": [
"2014 Real Madrid C.F. vs. Atlético Madrid"
],
"answer": "2014 UEFA Champions League Final",
"answer_id": "m.0gytd9j"
}
] | WebQTrn-1606 | WebQTrn-1606_d67df69c150ced0428b3bfedaa731cf9 | when last did the team won the 1956 Pequeña Copa del Mundo de Clubes championship win the champions league | PREFIX ns: <http://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.011q6011 .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.05nblxt .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What location that is in the Central European Time Zone fought during the Gulf War in 1991? | conjunction | who fought in the gulf war 1991 | 2018-02-13T02:47:18 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
}
] | WebQTest-118 | WebQTest-118_682800b1263c4a6d5b650e4196fc2b7d | who fought in the gulf war 1991 and the location time zone is Central European Time Zone | 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.time_zones ns:m.02llzg .
} |
|
What type of currency is used in the country that Duisburg is located in? | composition | what kind of money do they use in germany | germany | 2018-02-13T03:35:57 | [
{
"aliases": [
"€",
"EUR"
],
"answer": "Euro",
"answer_id": "m.02l6h"
}
] | WebQTest-481 | WebQTest-481_4c2bbfb641cc9cde2a873099756839a0 | what kind of money do they use in the location contains and airport that server Duisburg | PREFIX ns: <http://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.contains ?k .
?k ns:aviation.airport.serves ns:m.0ps1q .
?c ns:location.country.currency_used ?x .
}
|
What is the State Capital of the location that appointed Sean Parnell to governmental position? | composition | what is the capital of alaska state | alaska | 2018-02-12T20:19:16 | [
{
"aliases": [
"Juneau City and Borough, Alaska",
"Juneau City and Borough / Juneau city and borough",
"Juneau, Alaska",
"Juneau City and Borough"
],
"answer": "Juneau",
"answer_id": "m.0l_q9"
}
] | WebQTrn-373 | WebQTrn-373_ec7528be7f50b81ea016cbd47cd1d382 | what is the capital of the location that appointed Sean Parnell to govermental position state | PREFIX ns: <http://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.027rrck .
?c ns:base.aareas.schema.administrative_area.capital ?x .
}
|
Which system of government does the country that includes the location of New Providence, utilize? | composition | what type of government does the bahamas have | bahamas | 2018-02-13T00:48:49 | [
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Parliamentary monarchy"
],
"answer": "Constitutional monarchy",
"answer_id": "m.01q20"
}
] | WebQTrn-2863 | WebQTrn-2863_4c9c478708f3daab701711f12484d823 | what type of government does the the country that contains New Providence have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.021lpc .
?c ns:location.country.form_of_government ?x .
}
|
Who was the president when the US Marines was established? | composition | who was president when the us navy department was established | navy department | 2018-02-13T02:11:32 | [
{
"aliases": [
"Bonny Johnny",
"Old Sink or Swim",
"Atlas of Independence",
"The Colossus of Independence",
"The Duke of Braintree",
"His Rotundity"
],
"answer": "John Adams",
"answer_id": "m.03_js"
}
] | WebQTrn-3551 | WebQTrn-3551_c4ca6374be459506d19081c73420da07 | who was president when the us the child organization is US Marines was established | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.01skqzw .
?c ns:organization.organization.date_founded ?d . # United States Department of the Navy
ns:m.060d2 ns:government.government_office_or_title.office_holders ?y . # President of the United States
?y ns:government.government_position_held.from ?from ;
ns:government.government_position_held.to ?to ;
ns:government.government_position_held.office_holder ?x .
FILTER(xsd:dateTime(?from) - xsd:dateTime(?d) <= 0)
FILTER(xsd:dateTime(?to) - xsd:dateTime(?d) >= 0)
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.