question
stringlengths 19
168
| compositionality_type
stringclasses 4
values | webqsp_question
stringlengths 15
74
| composition_answer
stringlengths 0
41
| created
stringlengths 19
19
| answers
list | webqsp_ID
stringlengths 9
13
| ID
stringlengths 11
46
| machine_question
stringlengths 21
172
| sparql
stringlengths 127
1.39k
|
---|---|---|---|---|---|---|---|---|---|
What religion with notable figure Marcia Falk does Madonna practice? | conjunction | what religion does madonna practice | 2018-02-13T06:11:23 | [
{
"aliases": [],
"answer": "Jewish Renewal",
"answer_id": "m.01n15n"
}
] | WebQTest-1850 | WebQTest-1850_7741badcf63ff889b1c248b0eca6a0f5 | what religion does madonna practice and the religion notable figure is Marcia Falk | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01vs_v8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01vs_v8 ns:people.person.religion ?x .
?x ns:religion.religion.notable_figures ns:m.02rv4yb .
} |
|
What religion with saccred site named Safed does George Sooros believe in? | conjunction | what does george soros believe | 2018-02-12T23:56:33 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTrn-2435 | WebQTrn-2435_e9f1e2cf7477772e46c8a5c03ad79514 | what does george soros believe and the relgion sacred site is Safed | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gyk6w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gyk6w ns:people.person.religion ?x .
?x ns:religion.religion.sacred_sites ns:m.01vtnc .
} |
|
What year did the sports team win the superbowl that had the fight song Seven Nation Army? | composition | what year did baltimore ravens win the superbowl | baltimore ravens | 2018-02-12T23:27:26 | [
{
"aliases": [
"Super Bowl 2013",
"Super Bowl 47"
],
"answer": "Super Bowl XLVII",
"answer_id": "m.0642vqv"
},
{
"aliases": [],
"answer": "Super Bowl XXXV",
"answer_id": "m.076yq"
}
] | WebQTrn-2136 | WebQTrn-2136_6b1c0c0fb24a34937f450fdc16a3387b | what year did the sports team with the fight song Seven Nation Army win the superbowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.07fpnw .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.06x5s .
}
|
What structure which began construction in 1558 is a site to see in Madrid? | conjunction | what are the sights to see in madrid | 2018-02-13T02:50:35 | [
{
"aliases": [
"Royal Seat of San Lorenzo de El Escorial"
],
"answer": "El Escorial",
"answer_id": "m.01bc9m"
}
] | WebQTest-153 | WebQTest-153_961f3edb9684d4b46381449679baf305 | what are the sights to see in madrid and is the structure construction started in 1558 | 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 "1558"^^xsd:dateTime .
} |
|
Team mascot Rise is part of the team with what colors? | 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_5dd0eeca79ae03b7711252c032849eb2 | what color are the the team has a team moscot named Rise | PREFIX ns: <http://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.sports_team.colors ?x .
}
|
What college did Obama attend that has a newspaper called Columbia Daily Spectator? | conjunction | where was obama educated | 2018-02-12T22:38:45 | [
{
"aliases": [
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
],
"answer": "Columbia University",
"answer_id": "m.01w5m"
}
] | WebQTrn-1636 | WebQTrn-1636_bce97f775d11e9e17634619b1a51e310 | where was obama educated and the educational institution newspaper is Columbia Daily Spectator | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02mjmr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02mjmr ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.0b6q54 .
} |
|
What person notable with the medical condition Stuttering does the voice of Darth Vader? | conjunction | who does the voice for darth vader | 2018-02-13T04:09:14 | [
{
"aliases": [
"Jones",
"James Earl Boggins Jones",
"Todd"
],
"answer": "James Earl Jones",
"answer_id": "m.0f6_x"
}
] | WebQTest-794 | WebQTest-794_33c96d5baf27c97a69be11053e224a8f | who does the voice for darth vader and is the person notable with the medical condition Stuttering | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f2y0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f2y0 ns:film.film_character.portrayed_in_films ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.special_performance_type ns:m.02nsjvf .
?x ns:medicine.notable_person_with_medical_condition.condition ns:m.070yw .
} |
|
Paris is the capital of what Basque-speaking country? | conjunction | in what country do they speak basque | 2018-02-12T20:35:22 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
}
] | WebQTrn-492 | WebQTrn-492_37d68ad3c2720a3fccdabd4e33f3bfbd | in what country do they speak basque and the country capital is Paris | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.017k6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.017k6 ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.capital ns:m.05qtj .
} |
|
What tourist attractions are there in the country that uses Hong Kong dollar? | composition | what to do in hong kong for a week | hong kong | 2018-02-12T22:46:48 | [
{
"aliases": [
"Pok Liu Chau",
"Pok Liu"
],
"answer": "Lamma Island",
"answer_id": "m.0180rz"
},
{
"aliases": [],
"answer": "Lantau Island",
"answer_id": "m.018nzh"
},
{
"aliases": [
"The Peak",
"Mount Austin"
],
"answer": "Victoria Peak",
"answer_id": "m.01njfs"
},
{
"aliases": [
"Kowloon Walled"
],
"answer": "Kowloon Walled City",
"answer_id": "m.01npzc"
},
{
"aliases": [],
"answer": "Hong Kong Disneyland",
"answer_id": "m.022zvr"
},
{
"aliases": [],
"answer": "Victoria Park, Hong Kong",
"answer_id": "m.0232xn"
},
{
"aliases": [],
"answer": "Ten Thousand Buddhas Monastery",
"answer_id": "m.027yh84"
},
{
"aliases": [],
"answer": "Hong Kong Museum of Art",
"answer_id": "m.02gwnd"
},
{
"aliases": [
"Hong Kong Wetland"
],
"answer": "Hong Kong Wetland Park",
"answer_id": "m.02hsyf"
},
{
"aliases": [],
"answer": "Po Lin Monastery",
"answer_id": "m.05g4mc"
},
{
"aliases": [],
"answer": "Clock Tower, Hong Kong",
"answer_id": "m.097j91"
},
{
"aliases": [
"Dr Sun Yat-sen"
],
"answer": "Dr Sun Yat-sen Museum",
"answer_id": "m.0d6mp7"
},
{
"aliases": [],
"answer": "Hotel Indigo Hong Kong Island",
"answer_id": "m.0vxf600"
}
] | WebQTrn-1752 | WebQTrn-1752_3a050f540a7919c2de62a0713ffc222b | what to do in the currency used in the country is Hong Kong dollar for a week | PREFIX ns: <http://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.02nb4kq .
?c ns:travel.travel_destination.tourist_attractions ?x .
}
|
Which Queen Victoria ruled country appointed William IV of the United Kingdom to a governmental position? | conjunction | what countries did queen victoria rule | 2018-02-12T19:59:57 | [
{
"aliases": [],
"answer": "The Canadas",
"answer_id": "m.0jv32"
},
{
"aliases": [],
"answer": "The Canadas",
"answer_id": "m.0jv32"
}
] | WebQTrn-197 | WebQTrn-197_1e439c1309959f7d302aa1bdbc12e3e5 | what countries did queen victoria rule and is the location that appointed William IV of the United Kingdom to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0cw10)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0cw10 ns:government.political_appointer.appointees ?y .
?y ns:government.government_position_held.jurisdiction_of_office ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.0bvwx .
} |
|
Where is the location that appointed Vincent C. Gray to governmental position and Teddy Roosevelt's house? | conjunction | where was teddy roosevelt 's house | 2018-02-13T03:40:09 | [
{
"aliases": [
"Washington D.C.",
"Washington",
"The District",
"U.S. Capital",
"District of Columbia / Washington city",
"The District of Columbia",
"District of Columbia",
"Washington DC"
],
"answer": "Washington, D.C.",
"answer_id": "m.0rh6k"
}
] | WebQTest-515 | WebQTest-515_45a1103772a03e9bd9b067896107dd86 | where was teddy roosevelt 's house and is the location that appointed Vincent C. Gray to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07hyk)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07hyk ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.07t0z5 .
} |
|
What's the best currency to take to the region, that appointed Recep Tayyip ErdoÄan, to a governmental position? | composition | what is the best currency to take to turkey | turkey | 2018-02-13T03:38:57 | [
{
"aliases": [
"Turkish lira (Remonetized)"
],
"answer": "Turkish lira",
"answer_id": "m.04dq0w"
}
] | WebQTest-508 | WebQTest-508_4cfdd7bd0dd15e7be706ae4bab128bb5 | what is the best currency to take to the location that appointed Recep Tayyip ErdoÄan 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.021275 .
?c ns:location.country.currency_used ?x .
}
|
What country's capital is Brasilia and where Italian is spoken? | conjunction | where is italian spoken around the world | 2018-02-13T02:15:27 | [
{
"aliases": [
"Brazilian ",
"República Federativa do Brasil",
"Brasil",
"Federative Republic of Brazil"
],
"answer": "Brazil",
"answer_id": "m.015fr"
}
] | WebQTrn-3619 | WebQTrn-3619_ce0d4e864020f94cb6ba262eb64a975e | where is italian spoken around the world and the country capital is BrasÃlia | 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.01hy_ .
} |
|
To which location is the sports team owned by Michael Jordan moving? | composition | where are the new orleans hornets moving to | new orleans hornets | 2018-02-13T03:48:07 | [
{
"aliases": [
"Charlotte, NC",
"Charlotte, North Carolina",
"The Queen City",
"Mecklenburg County / Charlotte city"
],
"answer": "Charlotte",
"answer_id": "m.0fsb8"
}
] | WebQTest-579 | WebQTest-579_c61fb14ac7670678d5f2532c5430ac87 | where are the the sports team owner is Michael Jordan moving 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:sports.professional_sports_team.owner_s ns:m.054c1 .
?c ns:sports.sports_team.location ?x .
}
|
What nation in Central America has a capital called San José? | conjunction | what are the seven nations of central america | 2018-02-13T04:48:52 | [
{
"aliases": [
"Republic of Costa Rica"
],
"answer": "Costa Rica",
"answer_id": "m.01p8s"
}
] | WebQTest-1155 | WebQTest-1155_f9aab3923da20bb0a7ca27b3d55a70a0 | what are the seven nations of central america and the country capital is San José | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01tzh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01tzh ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.01g3b2 .
} |
|
What country on the Mediterranean Sea is the location that appointed Louis-Eugène Cavaignac to a governmental position? | conjunction | what countries are on the mediterranean sea | 2018-02-13T01:39:22 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
},
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
}
] | WebQTrn-3322 | WebQTrn-3322_e6a542ce7b518b8f58626e3e75d72732 | what countries are on the mediterranean sea and is the location that appointed Louis-Eugène Cavaignac to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04swx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04swx 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.01dsxn .
} |
|
What languages are spoken in the country that has Salzburg in it? | composition | what do they speak in austria | austria | 2018-02-13T00:44:47 | [
{
"aliases": [
"Bavarian Austrian",
"Bavarian",
"Bairisch",
"Ost-oberdeutsch",
"Bavarian-austrian",
"Bayerisch"
],
"answer": "Bavarian Language",
"answer_id": "m.0140n_"
},
{
"aliases": [
"Bosnian"
],
"answer": "Bosnian language",
"answer_id": "m.01841n"
},
{
"aliases": [
"Turkish",
"Türkisch",
"Turki",
"Osmanli",
"Türkçe",
"Anatolian",
"Turkish language"
],
"answer": "Turkish Language",
"answer_id": "m.02hwyss"
},
{
"aliases": [
"Hungarian Language",
"Magyar",
"Hungarian"
],
"answer": "Hungarian language",
"answer_id": "m.02ztjwg"
},
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
},
{
"aliases": [
"Slovene",
"Slovenian Language",
"Slovene language",
"Slovenian",
"Slovenscina",
"Windisch"
],
"answer": "Slovene language",
"answer_id": "m.06zvd"
},
{
"aliases": [
"Bosnian",
"Montenegrin",
"Serbian"
],
"answer": "Serbian language",
"answer_id": "m.0k0sb"
},
{
"aliases": [
"ISO 639:hr",
"Hrvatski",
"Croatian Language",
"Croat Language",
"Croatian (language)",
"Hrvatski jezik",
"ISO 639:hrv",
"Croatian"
],
"answer": "Croatian language",
"answer_id": "m.0k0sv"
},
{
"aliases": [
"Austrian Standard German"
],
"answer": "Austrian German",
"answer_id": "m.0k1b"
}
] | WebQTrn-2833 | WebQTrn-2833_c6b33bef130d78c1ee6c62147f0ae473 | what do they speak in the country that contains Salzburg | PREFIX ns: <http://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.0fhnf .
?c ns:location.country.languages_spoken ?x .
}
|
Which currency is the best to take to the country that has the national anthem of Valiant Quisqueyans? | composition | what currency is best to take to dominican republic | dominican republic | 2018-02-12T23:13:06 | [
{
"aliases": [],
"answer": "Dominican peso",
"answer_id": "m.04lt7_"
}
] | WebQTrn-1978 | WebQTrn-1978_0d5bc4f5ce16dafee354662c09965811 | what currency is best to take to the country that has the national anthem Valiant Quisqueyans | PREFIX ns: <http://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.01n3lv .
?c ns:location.country.currency_used ?x .
}
|
The team that claimed the Super Bowl XLIV championship had which man in place as 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_265fa19e83eac7bfdc3d6d860752dc31 | who is the head coach of the the team won the Super Bowl XLIV 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.04_0gs .
?c ns:american_football.football_team.current_head_coach ?x .
}
|
Which country includes the President of the European Council and is a member of the Organization? | composition | when countries joined the european union | european union | 2018-02-13T01:33:49 | [
{
"aliases": [],
"answer": null,
"answer_id": "1957-03-25"
},
{
"aliases": [],
"answer": null,
"answer_id": "1973-01-01"
},
{
"aliases": [],
"answer": null,
"answer_id": "1981-01-01"
},
{
"aliases": [],
"answer": null,
"answer_id": "1986-01-01"
},
{
"aliases": [],
"answer": null,
"answer_id": "1995-01-01"
},
{
"aliases": [],
"answer": null,
"answer_id": "2004-05-01"
},
{
"aliases": [],
"answer": null,
"answer_id": "2007-01-01"
},
{
"aliases": [],
"answer": null,
"answer_id": "2013-07-01"
}
] | WebQTrn-3283 | WebQTrn-3283_588d066618f6753d548ca1e22085d37a | when countries joined the the organization that has the leadership role of President of the European Council | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.role ns:m.02vk5s1 .
?c ns:organization.membership_organization.members ?y .
?y ns:organization.organization_membership.from ?x .
}
|
What is the main language of the country where Saint Ann Parish is? | composition | what is the dominant language of jamaica | jamaica | 2018-02-13T00:48:38 | [
{
"aliases": [],
"answer": "Jamaican English",
"answer_id": "m.01428y"
}
] | WebQTrn-2860 | WebQTrn-2860_0a1797c617f8e1eb87eab85b0790302e | what is the dominant language of the country that contains Saint Ann Parish | PREFIX ns: <http://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.02mzmt .
?c ns:location.country.official_language ?x .
}
|
What team with team owner Arte Moreno did Albert Pujols play for in 2012? | conjunction | who does albert pujols play for 2012 | 2018-02-13T03:13:12 | [
{
"aliases": [
"California Angels",
"Los Angeles Angels",
"Anaheim Angels"
],
"answer": "Los Angeles Angels of Anaheim",
"answer_id": "m.04wmvz"
}
] | WebQTest-313 | WebQTest-313_0fd881e73ad021449c1ea16bb9952f2a | who does albert pujols play for 2012 and the sports team owner is Arte Moreno | 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 .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
?x ns:sports.professional_sports_team.owner_s ns:m.01hf9v .
} |
|
What language does the country that imports for Greece speak? | composition | what does albania speak | albania | 2018-02-12T20:47:52 | [
{
"aliases": [
"Romany",
"Romani",
"Romany language"
],
"answer": "Romani language",
"answer_id": "m.012psb"
},
{
"aliases": [
"Albanian"
],
"answer": "Albanian language",
"answer_id": "m.012v8"
},
{
"aliases": [
"Armina",
"Macedo-rumanian",
"Vlach",
"Arumun",
"Romanian, Macedo",
"Aromanian",
"Vlach language",
"Arumanian",
"Aromunian"
],
"answer": "Romanian, Macedo Language",
"answer_id": "m.01vy26"
},
{
"aliases": [
"Graecae",
"Neo-hellenic",
"Greek",
"Greco",
"Modern Greek (1453-)",
"Romaic",
"Grec",
"Ellinika"
],
"answer": "Greek Language",
"answer_id": "m.0349s"
}
] | WebQTrn-607 | WebQTrn-607_de658673cee1023fc6ef44e3b9f9e275 | what does the country imports from Greece 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.statistical_region.places_imported_from ?k .
?k ns:location.imports_and_exports.imported_from ns:m.035qy .
?c ns:location.country.languages_spoken ?x .
}
|
The country that contains Lopburi Province is located in what region? | composition | what region is thailand located in | thailand | 2018-02-13T02:11:31 | [
{
"aliases": [
"Southeastern Asia",
"South East Asia"
],
"answer": "Southeast Asia",
"answer_id": "m.073q1"
}
] | WebQTrn-3550 | WebQTrn-3550_52cbd36b86588e3b6e38b0ba8dc53c62 | what region is the country that contains Lopburi Province 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:location.country.administrative_divisions ns:m.01kjwm .
?c ns:location.location.containedby ?x .
?x ns:common.topic.notable_types ns:m.01nt .
}
|
What is the city where the university with Alexandra Fuller as a graduated student is located? | composition | what city is acadia university in | acadia university | 2018-02-13T05:53:38 | [
{
"aliases": [
"Wolfville, Nova Scotia",
"Wolfville, Canada",
"Mud Creek"
],
"answer": "Wolfville",
"answer_id": "m.084vj"
}
] | WebQTest-1751 | WebQTest-1751_0aa2227a31edee4a8d1886345a85c99a | what city is the education institution has a grad student named Alexandra Fuller in | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.05z32_ .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Which team won the 2008 NBA Finals and also played in the 2010 NBA Finals? | conjunction | who played nba finals 2010 | 2018-02-13T00:27:47 | [
{
"aliases": [
"Celtics",
"The Green",
"Celts",
"The C's",
"C-Green Smash Machine"
],
"answer": "Boston Celtics",
"answer_id": "m.0bwjj"
}
] | WebQTrn-2691 | WebQTrn-2691_69fb806c1c26ac1c8e7d2a226231d809 | who played nba finals 2010 and is the team won the 2008 NBA Finals championship | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
ns:m.0bx_x85 ns:sports.sports_championship_event.champion ?x .
}
UNION
{
ns:m.0bx_x85 ns:sports.sports_championship_event.runner_up ?x .
}?x ns:sports.sports_team.championships ns:m.0403mzq .
} |
|
On what continent is the country whose national anthem is Le Mali positioned? | composition | where is mali located | mali | 2018-02-13T05:32:04 | [
{
"aliases": [
"Afrique"
],
"answer": "Africa",
"answer_id": "m.0dg3n1"
}
] | WebQTest-1531 | WebQTest-1531_f28cae218eb0a1bbbb715bb473d90951 | where is the country that has the national anthem Le Mali 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.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.04p2d4 .
?c ns:base.locations.countries.continent ?x .
}
|
What southern American State is at once associated with the University of Auburn and the capital city of Montgomery? | 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_2ae1154480b142f4bd9a98e002041566 | where is university of auburn and is the us state that has a capital named Montgomery | 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:location.us_state.capital ns:m.0fttg .
} |
|
What form of government is in the country that has national anthem National Anthem of Guatemala? | composition | what is guatemala current system of government | guatemala | 2018-02-12T20:40:56 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
}
] | WebQTrn-535 | WebQTrn-535_5d012d4a5a946880162135e9a08ba1d3 | what is the country that has the national anthem National Anthem of Guatemala current system of government | PREFIX ns: <http://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.01j64_ .
?c ns:location.country.form_of_government ?x .
}
|
What languages are used in the country that has Canton of Jura? | composition | what is the main language spoken in switzerland | switzerland | 2018-02-13T00:58:37 | [
{
"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-2965 | WebQTrn-2965_9f64f45a9133fdf806c1dc2e5aec6abd | what is the main language spoken in the country that contains Canton of Jura | PREFIX ns: <http://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 .
}
|
WHich religion was practiced by the celebrity known for having Addison's disease? | composition | what religion was john f kennedy | john f kennedy | 2018-02-12T20:44:02 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-564 | WebQTrn-564_b0ec4891d80892c6499b17b0c8c363e2 | what religion was the person notable with the medical condition Addison's disease | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:medicine.notable_person_with_medical_condition.condition ns:m.01xtf2 .
?c ns:base.popstra.celebrity.religion ?y .
?y ns:base.popstra.religion_choice.religion ?x .
}
|
In the movie that has the character "Goon in Bell-tower" who plays Blaine? | composition | who plays blaine in batman | batman | 2018-02-13T03:35:59 | [
{
"aliases": [
"Matt Wagner"
],
"answer": "Matthew Wagner",
"answer_id": "m.0115x7ps"
},
{
"aliases": [
"Dan \"Danny\" Trejo",
"Dan Trejo",
"Daniel Trejo",
"The Mayor",
"Denni Trekho"
],
"answer": "Danny Trejo",
"answer_id": "m.01xllf"
},
{
"aliases": [
"Carlos Alzraqui",
"Carlos Alazaraqui",
"Caslos Alazraqui",
"Carlos Alazarqui",
"Carlos Jaime Alazraqui",
"The Man of 1,000 Voices"
],
"answer": "Carlos Alazraqui",
"answer_id": "m.02hblj"
},
{
"aliases": [
"Edward Thomas Hardy",
"Edward Thomas \"Tom\" Hardy",
"Thomas Hardy",
"Tom"
],
"answer": "Tom Hardy",
"answer_id": "m.05xf75"
}
] | WebQTest-482 | WebQTest-482_1c777837eb636718f3a87d3cb7270725 | who plays blaine in the film has a charcter named Goon in Bell-Tower | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
ns:m.0321b4 ns:film.film_character.portrayed_in_films ?y .
?y ns:film.performance.actor ?x .
}
UNION
{
ns:m.0321b4 ns:tv.tv_character.appeared_in_tv_program ?y .
?y ns:tv.regular_tv_appearance.actor ?x .
}
} |
What continent does the country that imports from Zimbabwe located in? | composition | what continent is south africa part of | south africa | 2018-02-12T20:17:00 | [
{
"aliases": [
"Afrique"
],
"answer": "Africa",
"answer_id": "m.0dg3n1"
}
] | WebQTrn-356 | WebQTrn-356_4c7f7fb65898d22c84372372fbcb7e91 | what continent is the country imports from Zimbabwe part of | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.statistical_region.places_imported_from ?k .
?k ns:location.imports_and_exports.imported_from ns:m.088q4 .
?c ns:base.locations.countries.continent ?x .
}
|
When did the team owned by Peter Angelos win the pennant? | composition | when did the orioles win the pennant | orioles | 2018-02-12T23:29:30 | [
{
"aliases": [
"1983 World"
],
"answer": "1983 World Series",
"answer_id": "m.046_p6"
},
{
"aliases": [
"1970 World"
],
"answer": "1970 World Series",
"answer_id": "m.04jg7y"
},
{
"aliases": [
"1966 World"
],
"answer": "1966 World Series",
"answer_id": "m.04td_d"
}
] | WebQTrn-2148 | WebQTrn-2148_d7d7c089b523d505cbe8b2bba8e56544 | when did the the sports team owner is Peter Angelos win the pennant | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.070x3g .
?c ns:sports.sports_team.championships ?x .
}
|
Who coached the Hickey squad the was the winner of the 1934 Stanley Cup finals? | composition | who is the head coach of the chicago blackhawks | chicago blackhawks | 2018-02-13T00:43:39 | [
{
"aliases": [],
"answer": "Joel Quenneville",
"answer_id": "m.03clfy"
}
] | WebQTrn-2814 | WebQTrn-2814_c7184854344e79b315450f754c86e3da | who is the head coach of the the team won the 1934 Stanley Cup Finals 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.03by1ck .
?c ns:ice_hockey.hockey_team.coach ?x .
}
|
Which of the common religions practiced in the United States has as their religious text the Bible? | conjunction | what are the most common religions in the united states | 2018-02-12T20:37:33 | [
{
"aliases": [
"Christian"
],
"answer": "Christianity",
"answer_id": "m.01lp8"
}
] | WebQTrn-498 | WebQTrn-498_9be8c18e016b713cbb7f7feb6badebc7 | what are the most common religions in the united states and the religion text is The Bible | 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.015j7 .
} |
|
What time zone is in the country that Louis-Eugène Cavaignac was a government official? | composition | what is the time zone in france | france | 2018-02-12T23:43:38 | [
{
"aliases": [
"Central European Time"
],
"answer": "Central European Time Zone",
"answer_id": "m.02llzg"
}
] | WebQTrn-2291 | WebQTrn-2291_c78405f6f2157645f1098f8a871f1bc2 | what is the time zone in the location that appointed Louis-Eugène Cavaignac to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.01dsxn .
?c ns:location.location.time_zones ?x .
}
|
Who was married to the music artist who headlined the "Time for a Love Revolution 2009" Tour? | composition | who did lenny kravitz marry | lenny kravitz | 2018-02-13T01:29:35 | [
{
"aliases": [
"Lilakoi Moon",
"Lisa Michelle Bonet",
"Lisa Boney"
],
"answer": "Lisa Bonet",
"answer_id": "m.0156dg"
}
] | WebQTrn-3237 | WebQTrn-3237_8946f6223fd51addb975146baae56369 | who did the artist had a concert tour named Its Time for a Love Revolution 2009 Tour marry | PREFIX ns: <http://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_ysj .
?c ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
?y ns:people.marriage.to ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What team that won the 1982 European Super Cup championship does Heskey play for? | conjunction | what team does heskey play for | 2018-02-13T03:21:43 | [
{
"aliases": [
"Villa",
"Aston Villa FC",
"AVFC",
"Aston Villa",
"The Villans",
"The Claret and Blue",
"AVFC Lions",
"The Villa",
"Aston Villa Football Club",
"Lions"
],
"answer": "Aston Villa F.C.",
"answer_id": "m.0bl8l"
}
] | WebQTest-359 | WebQTest-359_eba93622ef49838dfd4911d9457c608f | what team does heskey play for and is the team won the 1982 European Super Cup championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01yj16)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01yj16 ns:base.schemastaging.athlete_extra.salary ?y .
?y ns:base.schemastaging.athlete_salary.team ?x .
?x ns:sports.sports_team.championships ns:m.02z7vdd .
} |
|
What country bordering South Africa has Gaborone as its capital? | conjunction | what other countries does south africa share borders with | 2018-02-13T05:16:45 | [
{
"aliases": [],
"answer": "Botswana",
"answer_id": "m.0166v"
}
] | WebQTest-1395 | WebQTest-1395_0a1ce0c1a16bbc65ad41b698703765ff | what other countries does south africa share borders with and the country capital is Gaborone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hzlz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hzlz ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:location.country.capital ns:m.0fndh .
} |
|
What country near Russia that had Viktor Yanukovych as a government officer? | conjunction | what country is russia close to | 2018-02-13T02:34:32 | [
{
"aliases": [
"Ukraine Region"
],
"answer": "Ukraine",
"answer_id": "m.07t21"
}
] | WebQTrn-3763 | WebQTrn-3763_fd1177ac0eaa780f0745249e5b424b48 | what country is russia close to and is the location that appointed Viktor Yanukovych 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.023115 .
} |
|
What type of currency is used in the country with El Seibo Province? | composition | what currency in dominican republic should i bring | dominican republic | 2018-02-13T00:14:32 | [
{
"aliases": [],
"answer": "Dominican peso",
"answer_id": "m.04lt7_"
}
] | WebQTrn-2584 | WebQTrn-2584_96417e4d721f5c0e2c9079454df0af5b | what currency in the country that contains El Seibo Province should i bring | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03xplf .
?c ns:location.country.currency_used ?x .
}
|
What inventions were made by the architect who designed Ragley Hall? | composition | what inventions did robert hooke made | robert hooke | 2018-02-13T01:36:48 | [
{
"aliases": [],
"answer": "Universal joint",
"answer_id": "m.012d66"
},
{
"aliases": [],
"answer": "Diaphragm",
"answer_id": "m.04j8js"
},
{
"aliases": [],
"answer": "Balance wheel",
"answer_id": "m.056jh0"
}
] | WebQTrn-3305 | WebQTrn-3305_4765e500eaa8bdd3adf10f5209de50b8 | what inventions did the architect that desinged Ragley Hall made | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:architecture.architect.structures_designed ns:m.0704b9 .
?c ns:law.inventor.inventions ?x .
}
|
Which of the 5 nations that share a border with Romania uses a currency called Ukrainian hyrvnia? | conjunction | what 5 countries border romania | 2018-02-13T02:16:37 | [
{
"aliases": [
"Ukraine Region"
],
"answer": "Ukraine",
"answer_id": "m.07t21"
}
] | WebQTrn-3622 | WebQTrn-3622_100036bec6e91d6f17d29ab0809b8be5 | what 5 countries border romania and the currency used in the country is Ukrainian hryvnia | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06c1y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06c1y 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.currency_used ns:m.035qkb .
} |
|
Which of the NATO nations is the region where you'd find Burgas Province? | conjunction | what are all the countries in nato | 2018-02-12T23:47:48 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-2338 | WebQTrn-2338_3ddcbd7c16deed705bf29220f1ca1f90 | what are all the countries in nato and is the country that contains Burgas Province | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.059dn)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.059dn ns:organization.membership_organization.members ?y .
?y ns:organization.organization_membership.member ?x .
?x ns:location.country.administrative_divisions ns:m.023q96 .
} |
|
What country that was part of Czechoslovakia that uses Euro? | conjunction | what countries did czechoslovakia become | 2018-02-12T20:33:11 | [
{
"aliases": [
"Slovensko",
"The Slovak Republic"
],
"answer": "Slovakia",
"answer_id": "m.06npd"
}
] | WebQTrn-475 | WebQTrn-475_380d57299109c7ae18f10e52204fc0c3 | what countries did czechoslovakia become and the currency used in the country is Euro | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01mk6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01mk6 ns:base.datedlocationtest.dated_location_test.broke_up_into ?y .
?y ns:base.datedlocationtest.dated_location_break_up.new_locations ?x .
?x ns:location.country.currency_used ns:m.02l6h .
} |
|
What is a zoo in Houston that opened the latest? | superlative | what to do for fun in houston | 2018-02-13T04:18:24 | [
{
"aliases": [],
"answer": "Downtown Aquarium, Houston",
"answer_id": "m.0cc7kjq"
}
] | WebQTest-865 | WebQTest-865_3e038969178406a76ac2298a9e10735b | what to do for fun in houston and is the zoo that opened on latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03l2n)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03l2n ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
What school did Martin Luther King Jr attend whose newspaper is "B.U. Exposure"? | conjunction | what school did martin luther king jr attend | 2018-02-13T01:29:32 | [
{
"aliases": [
"BU",
"Boston"
],
"answer": "Boston University",
"answer_id": "m.0gl5_"
}
] | WebQTrn-3236 | WebQTrn-3236_7949d2b89e41278756c795d91cc6091a | what school did martin luther king jr attend and the educational institution newspaper is B.U. Exposure | 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:education.educational_institution.newspaper ns:m.03c3zb3 .
} |
|
What team was the winner of the 1945 World Series Championship and also the team Pudge Rodgriguez played for? | conjunction | who has pudge rodriguez played for | 2018-02-13T05:05:47 | [
{
"aliases": [
"The Tigs",
"The Bengals"
],
"answer": "Detroit Tigers",
"answer_id": "m.02d02"
}
] | WebQTest-1319 | WebQTest-1319_5735ad3c852eadabeed01e8624954f31 | who has pudge rodriguez played for and is the team won the 1945 World Series championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02p6g7)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02p6g7 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.championships ns:m.02pvy6 .
} |
|
What educational institution with The Cavalier Daily newspaper did Edgar Allan Poe go to college? | conjunction | what year did edgar allan poe go to college | 2018-02-12T23:28:37 | [
{
"aliases": [
"UVA",
"University of Virginia, main campus",
"University of Virginia, Charlottesville",
"U.Va."
],
"answer": "University of Virginia",
"answer_id": "m.0g8rj"
}
] | WebQTrn-2145 | WebQTrn-2145_3a09efc3e1a64ce6c59afc6f13e82897 | what year did edgar allan poe go to college and the educational institution newspaper is The Cavalier Daily | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02lt8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02lt8 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.0bzkqy .
} |
|
Who did Usher's sports team draft? | composition | who did the cleveland cavaliers draft | cleveland cavaliers | 2018-02-13T04:33:59 | [
{
"aliases": [
"Lebron James '#23'",
"King James",
"LeBron Raymone James",
"The L-Train",
"The Chosen One",
"LeBron"
],
"answer": "LeBron James",
"answer_id": "m.01jz6d"
},
{
"aliases": [
"James Edward Hickson Jr."
],
"answer": "JJ Hickson",
"answer_id": "m.03cfvqd"
},
{
"aliases": [],
"answer": "Luke Jackson",
"answer_id": "m.04bmkq"
},
{
"aliases": [],
"answer": "Shannon Brown",
"answer_id": "m.0f2zfl"
},
{
"aliases": [],
"answer": "Anthony Bennett",
"answer_id": "m.0hnd33n"
},
{
"aliases": [],
"answer": "Dion Waiters",
"answer_id": "m.0k0wkgy"
},
{
"aliases": [
"Andrew Christian Wiggins"
],
"answer": "Andrew Wiggins",
"answer_id": "m.0kg2hkr"
}
] | WebQTest-1056 | WebQTest-1056_6f614fa63ede8752e2746cf3b35a923b | who did the the sports team owner is Usher draft | PREFIX ns: <http://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.01trhmt .
?c ns:sports.professional_sports_team.draft_picks ?y .
?y ns:sports.sports_league_draft_pick.player ?x .
}
|
What language is spoken where Ollanta Humala is in a government position? | composition | what language does peru speak | peru | 2018-02-13T05:50:24 | [
{
"aliases": [
"Aymara"
],
"answer": "Aymara language",
"answer_id": "m.01y5tq"
},
{
"aliases": [
"Yhuata",
"Pariana",
"Cambela",
"Anapia",
"Omagua",
"Ariana",
"Macanipa",
"Campeba",
"Kambeba",
"Umaua",
"Agua",
"Compeva",
"Omagua Language",
"Cambeeba",
"Cambeba",
"Omagua-yete",
"Janbeba",
"Canga-peba"
],
"answer": "Omagua dialect",
"answer_id": "m.02hxk02"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
},
{
"aliases": [],
"answer": "Ayacucho Quechua",
"answer_id": "m.06qmrf"
},
{
"aliases": [
"Puquina"
],
"answer": "Puquina Language",
"answer_id": "m.09_sxt"
},
{
"aliases": [
"Auishiri",
"Auca",
"Huaorani",
"Sabela",
"Waorani",
"Huao",
"Waodani"
],
"answer": "Waorani Language",
"answer_id": "m.09j2hg"
}
] | WebQTest-1721 | WebQTest-1721_b189e33b064458d172fee7d5e4c90738 | what language does the location that appointed Ollanta Humala 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.0d2m0y .
?c ns:location.country.languages_spoken ?x .
}
|
What other inventions were made by the architect who designed Pearl Street Station? | composition | what things did thomas edison invent | thomas edison | 2018-02-13T00:45:44 | [
{
"aliases": [],
"answer": "Movie camera",
"answer_id": "m.01cbh9"
},
{
"aliases": [],
"answer": "Quadruplex telegraph",
"answer_id": "m.02r0w8q"
},
{
"aliases": [],
"answer": "Electric Power Distribution",
"answer_id": "m.03q9w5j"
},
{
"aliases": [
"Mimeograph machine"
],
"answer": "Mimeograph",
"answer_id": "m.0505x"
},
{
"aliases": [],
"answer": "Phonograph",
"answer_id": "m.063md"
},
{
"aliases": [],
"answer": "Incandescent light bulb",
"answer_id": "m.0cpk7"
},
{
"aliases": [],
"answer": "Carbon microphone",
"answer_id": "m.0d9fkw"
},
{
"aliases": [],
"answer": "Phonograph cylinder",
"answer_id": "m.0xrxw"
}
] | WebQTrn-2835 | WebQTrn-2835_c7a101577f006fb2a633f55aa3228a19 | what things did the architect that desinged Pearl Street Station invent | PREFIX ns: <http://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.05rsh5 .
?c ns:law.inventor.inventions ?x .
}
|
What is the religion of the country that has Haifa District? | composition | what is the religion of israel people | israel | 2018-02-12T20:22:50 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTrn-406 | WebQTrn-406_bda5cd2328322c309ecbaaffcb9e7c8e | what is the religion of the country that contains Haifa District people | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03gclm .
?c ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
}
|
Where in the Central European Time Zone is the Iberian Peninsula located? | conjunction | what country is the iberian peninsula located in | 2018-02-13T01:53:36 | [
{
"aliases": [
"Kingdom of Spain",
"España",
"Furija"
],
"answer": "Spain",
"answer_id": "m.06mkj"
}
] | WebQTrn-3415 | WebQTrn-3415_682800b1263c4a6d5b650e4196fc2b7d | what country is the iberian peninsula located in 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.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.location.time_zones ns:m.02llzg .
} |
|
The country that contains Daugavpils has what country that is part of the Baltic? | conjunction | what countries are part of the baltic | 2018-02-13T02:53:10 | [
{
"aliases": [
"Lettland",
"Republic of Latvia"
],
"answer": "Latvia",
"answer_id": "m.04g5k"
}
] | WebQTest-173 | WebQTest-173_2b2c6b5db6cbd8e3dad8776d1add33fd | what countries are part of the baltic and is the country that contains Daugavpils | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.019tjm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.019tjm ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.019xrv .
} |
|
What country bordering the US has a chile labor percent at 12.2? | conjunction | which countries border the us | 2018-02-12T19:39:16 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTrn-13 | WebQTrn-13_89a58a581a38cb16b66a9c9c9865a7f6 | which countries border the us and is the chile laber percent was once 12.2 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09c7w0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09c7w0 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.statistical_region.child_labor_percent ?c .
?c ns:measurement_unit.dated_percentage.rate "12.2" .
} |
|
The person who attended Belmore Technical College belonged to what party? | composition | what party did paul keating belong to | paul keating | 2018-02-13T02:29:19 | [
{
"aliases": [
"Australian Labor",
"ALP"
],
"answer": "Australian Labor Party",
"answer_id": "m.0q96"
}
] | WebQTrn-3734 | WebQTrn-3734_fed35ca6d1adc3a3c2e3cca61ba87d97 | what party did the person education institution is Belmore Technical College 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.education ?k .
?k ns:education.education.institution ns:m.0k2c1n_ .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
Which Ohio State Senator held his governmental position from earliest? | superlative | who is the current ohio state senator | 2018-02-13T05:18:32 | [
{
"aliases": [
"Sherrod Campbell Brown"
],
"answer": "Sherrod Brown",
"answer_id": "m.034s80"
}
] | WebQTest-1408 | WebQTest-1408_8de40db696e350a1cace5a6cbf780e77 | who is the current ohio state senator and held his govermental position from earliest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07t58)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07t58 ns:government.governmental_body.members ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.district_represented ns:m.05kkh .
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) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
}
ORDER BY ?num LIMIT 1 |
|
When was the last time the champion of the 1996 NBA Finals win a championship? | composition | when is the last time the chicago bulls won a championship | chicago bulls | 2018-02-12T21:56:09 | [
{
"aliases": [],
"answer": "1998 NBA Finals",
"answer_id": "m.04zt01"
}
] | WebQTrn-1220 | WebQTrn-1220_1a3384551486713473c9ac6308ea5244 | when is the last time the the team won the 1996 NBA Finals championship won 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.08x9jj .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What pro athlete started his career on 2002 and was a 2012 Falcons quarterback? | comparative | who is the falcons quarterback 2012 | 2018-02-12T22:27:54 | [
{
"aliases": [
"John Joseph Harrington, Jr."
],
"answer": "Joey Harrington",
"answer_id": "m.040gr_"
}
] | WebQTrn-1519 | WebQTrn-1519_271336a1e0aa4ac9dbe91dcb64d8ee33 | who is the falcons quarterback 2012 and is the pro athelete who started hist career on before 2002 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0wsr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0wsr 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) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
?x ns:sports.pro_athlete.career_start ?num .
FILTER (?num < "2002"^^xsd:dateTime) .
} |
|
What currency is used in the country that has Magallanes y la Antártica Chilena Region? | composition | what money do they use in chile | chile | 2018-02-12T20:00:40 | [
{
"aliases": [],
"answer": "Chilean peso",
"answer_id": "m.0172zs"
}
] | WebQTrn-211 | WebQTrn-211_a146b4445fb7b259407068b18faf0553 | what money do they use in the country that contains Magallanes y la Antártica Chilena Region | PREFIX ns: <http://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 country did Czechoslovakia become that contains the Moravian-Silesian Region? | conjunction | what countries did czechoslovakia become | 2018-02-12T20:33:11 | [
{
"aliases": [
"Bohemia"
],
"answer": "Czech Republic",
"answer_id": "m.01mjq"
}
] | WebQTrn-475 | WebQTrn-475_5d7b724b4fd8ea7afc1fce75ef3fc662 | what countries did czechoslovakia become and is the country that contains Moravian-Silesian Region | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01mk6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01mk6 ns:base.datedlocationtest.dated_location_test.broke_up_into ?y .
?y ns:base.datedlocationtest.dated_location_break_up.new_locations ?x .
?x ns:location.country.administrative_divisions ns:m.02dy7d .
} |
|
What is the country that was involved in the Vietnam War and has Manila as its capital? | conjunction | what countries was the vietnam war between | 2018-02-12T22:10:11 | [
{
"aliases": [
"Republika ng Pilipinas",
"The Philippines",
"Republic of the Philippines",
"philippines",
"필리핀 공화국",
"フィリピン共和国",
"Pearl of the Orient Seas",
"Philippiness"
],
"answer": "Philippines",
"answer_id": "m.05v8c"
}
] | WebQTrn-1359 | WebQTrn-1359_3cc9efa679a8d5a06d445155534beef8 | what countries was the vietnam war between and the country capital is Manila | 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:location.country.capital ns:m.0195pd .
} |
|
What educational institution with the Yale Daily News was Eli Whitney's place of education? | conjunction | what was eli whitney education | 2018-02-12T23:16:49 | [
{
"aliases": [
"Yale College, New Haven",
"Yale College, main campus",
"Yale"
],
"answer": "Yale College",
"answer_id": "m.01fpvz"
}
] | WebQTrn-2020 | WebQTrn-2020_38e2c66cd9baaea4d3958decc8cb6b6c | what was eli whitney education and the educational institution newspaper is Yale Daily News | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02ncr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02ncr ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.031v8g .
} |
|
The person who attended Davenport College went to what University? | 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_be161fbf5d3e35dd2eae1e1750744a73 | where did the person education institution is Davenport College 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.education ?k .
?k ns:education.education.institution ns:m.04r2xp .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
}
|
Michoacan is located in the nation where which form of government is in use? | composition | what type of government does mexico use | mexico | 2018-02-13T02:30:39 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTrn-3749 | WebQTrn-3749_6227cb6944276fc33277773723769607 | what type of government does the country that contains Michoacán 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.01btry .
?c ns:location.country.form_of_government ?x .
}
|
What country with Shimla as its capital was ruled by Queen Victoria? | conjunction | what countries did queen victoria rule | 2018-02-12T19:59:57 | [
{
"aliases": [
"British India"
],
"answer": "British Raj",
"answer_id": "m.0bq0p9"
}
] | WebQTrn-197 | WebQTrn-197_e00a6dddf113e8dd68a8e7dd7e52f689 | what countries did queen victoria rule and the country capital is Shimla | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0cw10)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0cw10 ns:government.political_appointer.appointees ?y .
?y ns:government.government_position_held.jurisdiction_of_office ?x .
?x ns:location.country.capital ns:m.02p3my .
} |
|
People from the country with the Argentine Peso currency speak what languages? | composition | what language do argentina use | argentina | 2018-02-13T00:33:00 | [
{
"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-2734 | WebQTrn-2734_80824867f2b96381f068589249597e78 | what language do the currency used in the country is Argentine peso use | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.024nzm .
?c ns:location.country.languages_spoken ?x .
}
|
What group with the capital of Richmond fought the Battle of Gettysburg? | conjunction | who fought the battle of gettysburg | 2018-02-13T03:27:24 | [
{
"aliases": [],
"answer": "Confederate States of America",
"answer_id": "m.020d5"
}
] | WebQTest-405 | WebQTest-405_55859b14711d8a72722e48869e7af7be | who fought the battle of gettysburg and the country capital is Richmond | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01jnm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01jnm ns:base.culturalevent.event.entity_involved ?x .
?x ns:location.country.capital ns:m.0dzt9 .
} |
|
Which years did the 1995 World Series champions win the World Series? | composition | what years did the atlanta braves win the world series | atlanta braves | 2018-02-12T23:32:28 | [
{
"aliases": [
"1995 World"
],
"answer": "1995 World Series",
"answer_id": "m.04j712"
}
] | WebQTrn-2185 | WebQTrn-2185_94de6b54e2bc85073a96d6b21694da65 | what years did the the team won the 1995 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.04j712 .
?c ns:sports.sports_team.championships ?x .
}
|
hich country incldues the city of Sulaymaniyah and has arabic as the official spoken language? | conjunction | where is arabic the official language | 2018-02-13T02:10:57 | [
{
"aliases": [],
"answer": "Iraq",
"answer_id": "m.0d05q4"
}
] | WebQTrn-3544 | WebQTrn-3544_4f6b8f36a3d6bd343c713351dfa1837a | where is arabic the official language and is the location that contains the city/town Sulaymaniyah | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jzc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jzc ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.official_language ns:m.0jzc .
?x ns:location.location.contains ?c .
?c ns:location.mailing_address.citytown ns:m.02_wp3 .
} |
|
What country did James Watt come from in the Greenwich Mean Time Zone? | conjunction | what country did james watt come from | 2018-02-12T23:24:14 | [
{
"aliases": [
"Scotia"
],
"answer": "Scotland",
"answer_id": "m.06q1r"
}
] | WebQTrn-2114 | WebQTrn-2114_471b83eade9707a4dba68e201bf29d73 | what country did james watt come from and the location time zone is Greenwich Mean Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.043rm)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.043rm ns:people.person.nationality ?x .
?x ns:location.location.time_zones ns:m.03bdv .
} |
|
What country with the capital of Papeete is the location of Tahiti Bora Bora? | conjunction | where is tahiti bora bora | 2018-02-12T22:26:06 | [
{
"aliases": [
"Territoire De La Polynesie Francaise",
"French Settlements In Oceania",
"French Establishments In Oceania",
"Territoire De La Polynésie Française",
"Etablissements Francais De L' Oceanie",
"Etablissementsfrancaisdeloceanie",
"French Oceania",
"Établissements Français De L’ Océanie",
"Polynésie Française"
],
"answer": "French Polynesia",
"answer_id": "m.02wzv"
}
] | WebQTrn-1493 | WebQTrn-1493_3b139895f69fe1177ed99bc45a65c34e | where is tahiti bora bora and the country capital is Papeete | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hb6g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0hb6g ns:location.location.containedby ?x .
?x ns:location.country.capital ns:m.02gl8f .
} |
|
What type of money is used in the Duisburg airport location? | composition | what kind of money does germany | germany | 2018-02-13T01:42:46 | [
{
"aliases": [
"€",
"EUR"
],
"answer": "Euro",
"answer_id": "m.02l6h"
}
] | WebQTrn-3341 | WebQTrn-3341_4c2bbfb641cc9cde2a873099756839a0 | what kind of money does 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 has played the character of "Subway Car Annoucer and also been featued in King Julian the Film? | composition | who plays king julian madagascar | madagascar | 2018-02-13T06:18:42 | [
{
"aliases": [
"Brüno",
"Cohen, Sacha Baron",
"Ali G",
"Sacha Baron-Cohen",
"Sacha Noam Baron Cohen",
"Borat Sagdiyev",
"Borat"
],
"answer": "Sacha Baron Cohen",
"answer_id": "m.0c9c0"
}
] | WebQTest-1919 | WebQTest-1919_6403ae892dfba2b854a0ed092d95d8c3 | who plays king julian the film has a charcter named Subway Car Announcer | PREFIX ns: <http://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.0w1y206 .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0cj5p22 .
}
|
What is the most popular religion in the country that Benjamin Netanyahu was appointed to a government position? | composition | what are the most popular religions in israel | israel | 2018-02-13T05:38:07 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTest-1590 | WebQTest-1590_cb60fbc3dea230fc32682cbb8556ba62 | what are the most popular religions in 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:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?y ns:location.religion_percentage.percentage ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
|
What is there to do in the Eastern Time Zone in Ottawa, Ontario? | conjunction | what to do in ottawa ontario today | 2018-02-13T02:03:04 | [
{
"aliases": [],
"answer": "Logos Land",
"answer_id": "m.09rvcx"
}
] | WebQTrn-3486 | WebQTrn-3486_872253e47dd6ddaa213ff31eeda8783b | what to do in ottawa ontario today and the location time zone is Eastern Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05ksh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05ksh ns:travel.travel_destination.tourist_attractions ?x .
?x ns:location.location.time_zones ns:m.02hcv8 .
} |
|
What type of government do they have where Tarapaca Region is located? | composition | what is the government of chile | chile | 2018-02-12T22:43:04 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Democratic"
],
"answer": "Democratic republic",
"answer_id": "m.0fpgmpz"
}
] | WebQTrn-1691 | WebQTrn-1691_5a7f5c1dfeaddda67fda5178c6c27e16 | what is the government of the country that contains Tarapacá Region | PREFIX ns: <http://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.05bpcc .
?c ns:location.country.form_of_government ?x .
}
|
What team did Rasheed Wallace play for that won the 2008 NBA Finals Championship? | conjunction | what team rasheed wallace | 2018-02-13T02:30:41 | [
{
"aliases": [
"Celtics",
"The Green",
"Celts",
"The C's",
"C-Green Smash Machine"
],
"answer": "Boston Celtics",
"answer_id": "m.0bwjj"
}
] | WebQTrn-3750 | WebQTrn-3750_69fb806c1c26ac1c8e7d2a226231d809 | what team rasheed wallace and is the team won the 2008 NBA Finals championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02hdjz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02hdjz ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.championships ns:m.0403mzq .
} |
|
What team had Cristiano Ronaldo as a player in 2010 and won the 1956 Pequeña Copa del Mundo de Clubes championship? | conjunction | who did cristiano ronaldo play for in 2010 | 2018-02-13T04:33:45 | [
{
"aliases": [
"Real Madrid C.F. in European football",
"Sociedad Madrid FC",
"Los Merengues",
"Los Vikingos",
"Royal Madrid Football Club",
"Real Madrid",
"Madrid Football Club",
"Real Madrid Club de Fútbol",
"Los Blancos"
],
"answer": "Real Madrid C.F.",
"answer_id": "m.06l22"
}
] | WebQTest-1044 | WebQTest-1044_f085fa4c2b6c7af6fd1f07e269a418de | who did cristiano ronaldo play for in 2010 and is the team won the 1956 Pequeña Copa del Mundo de Clubes championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02xt6q)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02xt6q ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2010-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2010-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.011q6011 .
} |
|
What country on the Mediterranean Sea is in the Western Time Zone? | conjunction | what countries are on the mediterranean sea | 2018-02-13T01:39:22 | [
{
"aliases": [
"Kingdom of Spain",
"España",
"Furija"
],
"answer": "Spain",
"answer_id": "m.06mkj"
}
] | WebQTrn-3322 | WebQTrn-3322_0652d8b1cb95848c9630860c92e38e6f | what countries are on the mediterranean sea and the location time zone is Western European Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04swx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04swx 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.location.time_zones ns:m.02q_y6 .
} |
|
Child organization Dongfeng Yueda Kia car is from where? | composition | where is kia car from | kia | 2018-02-12T21:49:30 | [
{
"aliases": [
"ROK",
"Republic of Korea",
"Korea",
"Daehan Minguk"
],
"answer": "South Korea",
"answer_id": "m.06qd3"
}
] | WebQTrn-1158 | WebQTrn-1158_85c9f2d454b226ceefcf1bcce3bed17a | where is the child organization is Dongfeng Yueda Kia car from | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.08pfcc .
?c ns:organization.organization.place_founded ?x .
}
|
Who plays the character Junior Lamb #8 in a film? | composition | who plays simon birch | simon birch | 2018-02-13T06:00:20 | [
{
"aliases": [],
"answer": "Ian Michael Smith",
"answer_id": "m.0cp8vl"
}
] | WebQTest-1801 | WebQTest-1801_e7891a99c4fd300cfd4628519a2371c5 | who plays the film has a charcter named Junior Lamb #8 | PREFIX ns: <http://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.0vmydvj .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0gwwcp6 .
}
|
What country that contains the Hawar Islands speaks Farsi? | conjunction | who speaks farsi | 2018-02-12T20:19:24 | [
{
"aliases": [
"Kingdom of Bahrain"
],
"answer": "Bahrain",
"answer_id": "m.0161c"
}
] | WebQTrn-376 | WebQTrn-376_7c8622d65f5329dc98f2808bc8d428fe | who speaks farsi and is the country that contains Hawar Islands | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.032f6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.032f6 ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.administrative_divisions ns:m.0101cqy_ .
} |
|
What university has leadership which inlcude Jay Gogue? | 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_7d9a8a93aa1398929a93d2f3898379f6 | where is the organiztion leadership has a person named Jay Gogue 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:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.04qb3nq .
?c ns:location.location.containedby ?x .
}
|
Where did the artist with Rihanna: Live on Concert Tour come form? | composition | where is rihanna from ethnically | rihanna | 2018-02-13T01:35:49 | [
{
"aliases": [],
"answer": "Afro-Guyanese",
"answer_id": "m.09c8kp"
}
] | WebQTrn-3300 | WebQTrn-3300_c29807a955ea46fa79cdc9f7aeacba18 | where is the artist had a concert tour named Rihanna: Live in Concert Tour from ethnically | PREFIX ns: <http://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.09g79g8 .
?c ns:people.person.ethnicity ?x .
}
|
Where is the headquarters of the organization led by Keith E. Wandell? | composition | where is harley davidson corporate headquarters | harley davidson | 2018-02-13T04:12:04 | [
{
"aliases": [
"Milwaukee, Wisconsin",
"Waukesha County / Milwaukee city"
],
"answer": "Milwaukee",
"answer_id": "m.0dyl9"
}
] | WebQTest-814 | WebQTest-814_3ce60954bfe23a3376e8b9234e4c5844 | where is the organiztion leadership has a person named Keith E. Wandell corporate 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.leadership ?k .
?k ns:organization.leadership.person ns:m.03ww03s .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What used the Pound Sterling and is the place the Habsburg family controlled? | conjunction | what did the habsburg family control | 2018-02-12T22:48:23 | [
{
"aliases": [],
"answer": "Kingdom of England",
"answer_id": "m.024pcx"
}
] | WebQTrn-1769 | WebQTrn-1769_1ddb87f4768cbd03ebace3ca5c5d45f4 | what did the habsburg family control and the currency used in the country is Pound sterling | 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.currency_used ns:m.01nv4h .
} |
|
What is grad student Roy Rogers' educational institution? | composition | where is the university of alabama | university of alabama | 2018-02-12T23:23:57 | [
{
"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": [
"Tuscaloosa, Alabama",
"Tuscaloosa County / Tuscaloosa city"
],
"answer": "Tuscaloosa",
"answer_id": "m.0qc7l"
}
] | WebQTrn-2109 | WebQTrn-2109_b9375d4eede0c4c219f39fe8f7210eb3 | where is the the education institution has a grad student named Roy Rogers | PREFIX ns: <http://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.0f1db4 .
?c ns:location.location.containedby ?x .
}
|
For what team that Kaka played for in 2009 is the sports team that won the 1956 Pequeña Copa del Mundo de Clubes championship? | conjunction | what team did kaka play for in 2009 | 2018-02-13T01:09:40 | [
{
"aliases": [
"Real Madrid C.F. in European football",
"Sociedad Madrid FC",
"Los Merengues",
"Los Vikingos",
"Royal Madrid Football Club",
"Real Madrid",
"Madrid Football Club",
"Real Madrid Club de Fútbol",
"Los Blancos"
],
"answer": "Real Madrid C.F.",
"answer_id": "m.06l22"
}
] | WebQTrn-3068 | WebQTrn-3068_f085fa4c2b6c7af6fd1f07e269a418de | what team did kaka play for in 2009 and is the team won the 1956 Pequeña Copa del Mundo de Clubes championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04qv66)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04qv66 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) <= "2009-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2009-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.011q6011 .
} |
|
What 2011 NBA Finals championship winning team did lamor odom play for in 2012? | conjunction | who is lamar odom playing for in 2012 | 2018-02-12T22:10:37 | [
{
"aliases": [
"Mavs",
"Mavericks"
],
"answer": "Dallas Mavericks",
"answer_id": "m.0jmcv"
}
] | WebQTrn-1369 | WebQTrn-1369_87d8a58bf466405b3ac848bfc01964b2 | who is lamar odom playing for in 2012 and is the team won the 2011 NBA Finals championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02_nkp)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02_nkp ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.0cm910t .
} |
|
Which continent includes the national that has the national anthem titled Patria Amada? | composition | where is the mozambique located | mozambique | 2018-02-12T21:31:51 | [
{
"aliases": [
"Afrique"
],
"answer": "Africa",
"answer_id": "m.0dg3n1"
}
] | WebQTrn-1019 | WebQTrn-1019_1e12b9a7a16f4c012c696667751af7ed | where is the the country that has the national anthem Pátria Amada 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.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.067159 .
?c ns:base.locations.countries.continent ?x .
}
|
What state does the team owned by Bill Bidwill locate in? | composition | where is the arizona cardinals stadium located | arizona cardinals | 2018-02-13T05:35:09 | [
{
"aliases": [
"Ariz",
"AZ",
"Grand Canyon State"
],
"answer": "Arizona",
"answer_id": "m.0vmt"
}
] | WebQTest-1570 | WebQTest-1570_5e5d828285b5c56abf25a920f7c70b26 | where is the the sports team owner is Bill Bidwill stadium located | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.02q2yv_ .
?c ns:sports.sports_team.location ?x .
}
|
Limpopo is part of the country with what type of political system? | composition | what is the political system in south africa | south africa | 2018-02-12T20:20:51 | [
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
},
{
"aliases": [
"Parliamentary"
],
"answer": "Parliamentary republic",
"answer_id": "m.0glnsx"
}
] | WebQTrn-391 | WebQTrn-391_abb34e786f4e474a1f244d2d376456ae | what is the political system in the country that contains Limpopo | PREFIX ns: <http://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.01_zrk .
?c ns:location.country.form_of_government ?x .
}
|
What is the name of the university with The Tiger and the Cub mascot? | composition | what is the clemson mascot name | clemson | 2018-02-13T04:49:04 | [
{
"aliases": [],
"answer": "Clemson University The Tiger",
"answer_id": "m.02nv3yz"
},
{
"aliases": [],
"answer": "The Tiger and the Cub",
"answer_id": "m.05h9xpr"
}
] | WebQTest-1161 | WebQTest-1161_4adcecca01bcf27aaa16a116f6b100fd | what is the the educational institution with the mascot The Tiger and the Cub mascot name | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.mascot ns:m.05h9xpr .
?c ns:education.educational_institution.mascot ?x .
}
|
What language is the principle one used in the region where a government post is held by Nicolas Sarkozy? | composition | what are the primary languages of france | france | 2018-02-13T02:14:44 | [
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
}
] | WebQTrn-3596 | WebQTrn-3596_dfad75afd3c40503f595b4cb6acc43a5 | what are the primary languages of the location that appointed Nicolas Sarkozy 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.02ps9k .
?c ns:location.country.official_language ?x .
}
|
Who is the artist from the "Two the Hard Way Tour" that Cher had a son with? | conjunction | who did cher have a son with | 2018-02-13T05:26:17 | [
{
"aliases": [
"Gregory Lenoir Allman",
"Gregory LeNoir \"Gregg\" Allman",
"The Allman Brothers Band"
],
"answer": "Gregg Allman",
"answer_id": "m.02jg92"
}
] | WebQTest-1480 | WebQTest-1480_af375a44c4c5be6fda1825088167df81 | who did cher have a son with and is the artist had a concert tour named Two the Hard Way Tour | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
ns:m.01vtj38 ns:people.person.children ?y .
?y ns:people.person.gender ns:m.05zppz . #Male
?y ns:people.person.parents ?x .
FILTER (?x != ns:m.01vtj38)?x ns:music.artist.concert_tours ns:m.04cwb3y .
} |
|
Who are the children of the artists who headlined the Tina! 50th Anniversary Tour and Ike? | composition | where are ike and tina turner 's children | tina turner | 2018-02-13T05:43:29 | [
{
"aliases": [
"Ronald Renelle Turner",
"Ronald Turner"
],
"answer": "Ronnie Turner",
"answer_id": "m.0ggl36p"
},
{
"aliases": [
"Craig Turner",
"Craig Hill"
],
"answer": "Raymond Craig Turner",
"answer_id": "m.0j5dh53"
}
] | WebQTest-1655 | WebQTest-1655_f64fce8658335a3dae9d6b56d68fd0b6 | where are ike and the artist had a concert tour named Tina!: 50th Anniversary Tour 's children | PREFIX ns: <http://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.0463c2k .
?c ns:people.person.children ?x .
?x ns:people.person.parents ns:m.0dbzg .
}
|
What country does Japan import from that has Reform Government of New Zealand? | conjunction | who does japan import from | 2018-02-13T04:20:52 | [
{
"aliases": [
"God's own",
"NZ",
"Land of the long white cloud",
"Aotearoa"
],
"answer": "New Zealand",
"answer_id": "m.0ctw_b"
},
{
"aliases": [
"God's own",
"NZ",
"Land of the long white cloud",
"Aotearoa"
],
"answer": "New Zealand",
"answer_id": "m.0ctw_b"
},
{
"aliases": [
"God's own",
"NZ",
"Land of the long white cloud",
"Aotearoa"
],
"answer": "New Zealand",
"answer_id": "m.0ctw_b"
},
{
"aliases": [
"God's own",
"NZ",
"Land of the long white cloud",
"Aotearoa"
],
"answer": "New Zealand",
"answer_id": "m.0ctw_b"
}
] | WebQTest-876 | WebQTest-876_d1400a8da06e72c4a0286912969505d6 | who does japan import from and is the location that appointed Reform Government of New Zealand to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03_3d)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03_3d ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.03c10mr .
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.