question
stringlengths 19
168
| compositionality_type
stringclasses 4
values | webqsp_question
stringlengths 15
74
| composition_answer
stringlengths 0
41
| created
stringlengths 19
19
| answers
list | webqsp_ID
stringlengths 9
13
| ID
stringlengths 11
46
| machine_question
stringlengths 21
172
| sparql
stringlengths 127
1.39k
|
---|---|---|---|---|---|---|---|---|---|
Which country is where Rihanna hails from and had a per capita emission of CO2 of 2010 metric tons at one time? | conjunction | where did rihanna come from | 2018-02-12T20:48:14 | [
{
"aliases": [],
"answer": "Barbados",
"answer_id": "m.0162v"
}
] | WebQTrn-619 | WebQTrn-619_48414fac64ceef2f167ad6de42efe07d | where did rihanna come from and is the co2 emiisions per capita was once 2010 metric ton | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mt91)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mt91 ns:music.artist.origin ?x .
?x ns:location.statistical_region.co2_emissions_per_capita ?c .
?c ns:measurement_unit.dated_metric_ton.date "2010"^^xsd:dateTime .
} |
|
The location that appointed Moncef Marrzouki to governmental position speaks what two main languages? | composition | what language tunisia | tunisia | 2018-02-13T05:40:26 | [
{
"aliases": [
"Francais",
"Français",
"French",
"French language"
],
"answer": "French",
"answer_id": "m.064_8sq"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTest-1624 | WebQTest-1624_11ff41d4e7a4786018b253237538ceb3 | what language the location that appointed Moncef Marzouki 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.0g9zy6b .
?c ns:location.country.languages_spoken ?x .
}
|
What other years did the champion of the 2010 World Series win the World Series? | composition | what years have the giants won the world series | giants | 2018-02-13T01:00:16 | [
{
"aliases": [
"2014 World"
],
"answer": "2014 World Series",
"answer_id": "m.0117q3yz"
},
{
"aliases": [
"2010 World"
],
"answer": "2010 World Series",
"answer_id": "m.09gnk2r"
},
{
"aliases": [
"2012 World"
],
"answer": "2012 World Series",
"answer_id": "m.0ds8qct"
}
] | WebQTrn-2990 | WebQTrn-2990_1315945fdcb4fad1310ab7862120be0f | what years have the the team won the 2010 World Series championship won the world series | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.09gnk2r .
?c ns:sports.sports_team.championships ?x .
}
|
What type of currency is used in the country with national anthem Noble patria, tu hermosa bandera? | composition | what money do i use in costa rica | costa rica | 2018-02-13T03:45:11 | [
{
"aliases": [
"Costa Rican colon"
],
"answer": "Costa Rican colón",
"answer_id": "m.04wccn"
}
] | WebQTest-547 | WebQTest-547_2e6d98fb779ac3b63a5dd2688034c0c9 | what money do i use 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.currency_used ?x .
}
|
William DeWitt, Jr. is the team owner of the sports team with which 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_e5059ff268415917df330817b9c8ef8c | who is the manager of the the sports team owner is William DeWitt, Jr. | PREFIX ns: <http://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.05qblx .
?c ns:baseball.baseball_team.current_manager ?x .
}
|
Who was the leader in 2011 of the country with the capital of Santo Domingo? | composition | who is the leader of the dominican republic 2011 | dominican republic | 2018-02-12T23:27:18 | [
{
"aliases": [
"Leonel Fernandez",
"Leonel Antonio Fernández Reyna"
],
"answer": "Leonel Fernández",
"answer_id": "m.02_vvc"
}
] | WebQTrn-2131 | WebQTrn-2131_d059b24adec4064377b957ca598769be | who is the leader of the the country capital is Santo Domingo 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.capital ns:m.0fthl .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.office_position_or_title ns:g.120vz7rb .
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) })
}
|
A person who once lived in the Kingdom of Wurttemberg would have once accomplished what? | composition | what did johannes kepler accomplish | johannes kepler | 2018-02-13T01:01:38 | [
{
"aliases": [
"Astrologist"
],
"answer": "Astrologer",
"answer_id": "m.025rxky"
},
{
"aliases": [],
"answer": "Mathematician",
"answer_id": "m.04s2z"
},
{
"aliases": [],
"answer": "Physicist",
"answer_id": "m.05snw"
},
{
"aliases": [],
"answer": "Scientist",
"answer_id": "m.06q2q"
},
{
"aliases": [
"astronomer"
],
"answer": "Astronomer",
"answer_id": "m.0h9c"
}
] | WebQTrn-2996 | WebQTrn-2996_e646202fb5aaea4953af5cadef476dfa | what did the person who once lived in Kingdom of Württemberg accomplish | PREFIX ns: <http://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.03m3qw2 .
?c ns:people.person.profession ?x .
}
|
Which Colorado representative held their governmental position since 2009-01-03? | comparative | who are the colorado representatives | 2018-02-13T02:45:11 | [
{
"aliases": [],
"answer": "Michael Bennet",
"answer_id": "m.05b60qf"
}
] | WebQTest-85 | WebQTest-85_fd486080c39d5c6e46a4c191ff3ca150 | who are the colorado representatives and held his govermental position from after 2009-01-03 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01n4w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01n4w ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
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 .
FILTER (?num > "2009-01-03"^^xsd:dateTime) .
} |
|
In what years have the sports team owned by Thomas S. Ricketts been 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_3375e1e8b25b781ca4421bc3615b1d53 | what years have the the sports team owner is Thomas S. Ricketts 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.professional_sports_team.owner_s ns:m.04jf15w .
?c ns:sports.sports_team.championships ?x .
}
|
Who does UK trade with that contains the Bengo Province? | conjunction | who does the uk trade with | 2018-02-13T00:41:55 | [
{
"aliases": [],
"answer": "Angola",
"answer_id": "m.0j4b"
}
] | WebQTrn-2792 | WebQTrn-2792_c5858a4f212e405a5de0bd0e5ef7e987 | who does the uk trade with and is the country that contains Bengo Province | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
ns:m.07ssc ns:location.statistical_region.places_exported_to ?y . # United Kingdom
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.07ssc ns:location.statistical_region.places_exported_from ?y . # United Kingdom
?y ns:location.imports_and_exports.exported_from ?x .
}?x ns:location.country.administrative_divisions ns:m.029q90 .
} |
|
The artist who's concert was titled HIStory World Tour went to what school? | composition | what school did michael jackson attend | michael jackson | 2018-02-13T00:55:51 | [
{
"aliases": [
"Montclair College Preparatory"
],
"answer": "Montclair College Preparatory School",
"answer_id": "m.06lhpy"
}
] | WebQTrn-2942 | WebQTrn-2942_1ef15e22372df70baf01b72850deb14d | what school did the artist had a concert tour named HIStory World Tour 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:music.artist.concert_tours ns:m.09x1nf .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
}
|
What form of government is used in the country with national anthem Arise, O Compatriots? | composition | what system of government is practiced in nigeria | nigeria | 2018-02-13T03:39:06 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTest-509 | WebQTest-509_0390a20329d7eb0eb3730691a291c00a | what system of government is practiced in the country that has the national anthem Arise, O Compatriots | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.020fjg .
?c ns:location.country.form_of_government ?x .
}
|
What religion did the Ottoman Turks follow? | conjunction | what religion did the ottoman turks follow | 2018-02-12T22:33:03 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTrn-1572 | WebQTrn-1572_7c9253b843680f5db5a4e5f5e1055f88 | what religion did the ottoman turks follow and the religion text is Shulchan Aruch | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05kyr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05kyr ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.texts ns:m.0134k1 .
} |
|
What religion with a place of worship named Yanina Synagogue did the Ottoman Turks follow? | conjunction | what religion did the ottoman turks follow | 2018-02-12T22:33:03 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTrn-1572 | WebQTrn-1572_9a69191735636d5c80ee0a6dd1153086 | what religion did the ottoman turks follow and the religion place of worship is Yanina Synagogue | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05kyr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05kyr ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.places_of_worship ns:g.123852dg .
} |
|
What country that borders Mexico has Belmopan as its capital? | conjunction | what three countries does mexico border | 2018-02-12T20:08:05 | [
{
"aliases": [],
"answer": "Belize",
"answer_id": "m.0164b"
}
] | WebQTrn-254 | WebQTrn-254_e2c3239c33c3057d0dd3b87b1cbb8fc2 | what three countries does mexico border and the country capital is Belmopan | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0b90_r)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0b90_r ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.0fn4c .
} |
|
What is the governmental system in the location where the organization leadership is Chief Rabbinate of Israel? | composition | what form of government is israel | israel | 2018-02-13T02:28:30 | [
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
}
] | WebQTrn-3722 | WebQTrn-3722_74c0600ef5349cd456fdc405823140e7 | what form of government is the religious organization leadeship is Chief Rabbinate of Israel | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religious_leadership_jurisdiction.leader ?k .
?k ns:religion.religious_organization_leadership.organization ns:m.0gyq6k .
?c ns:location.country.form_of_government ?x .
}
|
What major Polish religion has religious organization named Order of Saint Benedict? | 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_251e8e8381b7ded6f54c87ff7b06bf7a | what are the major religions in poland and the religion organiztion is Order of Saint Benedict | 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.organizations ns:m.01cfj .
} |
|
Which member of the Kennedy Family that held his government position from 1-3-1953? | conjunction | how many kids were there in the kennedy family | 2018-02-13T05:02:45 | [
{
"aliases": [
"JFK",
"Pres. John F. Kennedy",
"J.F.K.",
"Johnny",
"Rat Face",
"John Fitzgerald \"Jack\" Kennedy",
"Jack Kennedy",
"Crash Kennedy (WW2 nickname)",
"John F. (John Fitzgerald) Kennedy",
"Senator John F. Kennedy",
"Shafty",
"Jack",
"President John F Kennedy",
"John Fitzgerald Kennedy",
"Crash Kennedy",
"President John F. Kennedy ",
"John Kennedy"
],
"answer": "John F. Kennedy",
"answer_id": "m.0d3k14"
}
] | WebQTest-1291 | WebQTest-1291_e217bcfad1b1ad249cd0883dcb5cc750 | how many kids were there in the kennedy family and held his govermental position from 1953-01-03 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01qlg1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01qlg1 ns:people.person.children ?x .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1953-01-03"^^xsd:dateTime .
} |
|
What is the currency in the country with the anthem Argentine National Anthem? | composition | what kind of money does argentina use | argentina | 2018-02-13T00:39:24 | [
{
"aliases": [
"Argentinian Peso"
],
"answer": "Argentine peso",
"answer_id": "m.024nzm"
}
] | WebQTrn-2768 | WebQTrn-2768_2ed287b0ef57067bd3a79f71c2fa849e | what kind of money does the country that has the national anthem Argentine National Anthem 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.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01dlgn .
?c ns:location.country.currency_used ?x .
}
|
The location that appointed Nicolas Sarkozy to governmental position has which President? | composition | who is president of france | france | 2018-02-12T23:15:23 | [
{
"aliases": [
"François Gérard Georges Hollande",
"Mayor François Hollande",
"Francois Hollande"
],
"answer": "François Hollande",
"answer_id": "m.02qg4z"
}
] | WebQTrn-2000 | WebQTrn-2000_dfad75afd3c40503f595b4cb6acc43a5 | who is president 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:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
What office position was held from 1850 by Theodore Roosevelt? | conjunction | what offices did theodore roosevelt hold | 2018-02-13T06:18:56 | [
{
"aliases": [
"Minister of Legislative Assembly"
],
"answer": "Member of the Legislative Assembly",
"answer_id": "m.0621v9"
}
] | WebQTest-1922 | WebQTest-1922_e842472725f99d99181fa3c731ef3485 | what offices did theodore roosevelt hold and is the office position was held from 1850 | 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:government.politician.government_positions_held ?y .
?y ns:government.government_position_held.basic_title ?x .
?x ns:government.government_office_or_title.office_holders ?c .
?c ns:government.government_position_held.from "1850"^^xsd:dateTime .
} |
|
When was the last Superbowl won by the team owned by Steve Bisciotti? | composition | when is the last time the ravens won a superbowl | ravens | 2018-02-13T03:49:15 | [
{
"aliases": [
"Super Bowl 2013",
"Super Bowl 47"
],
"answer": "Super Bowl XLVII",
"answer_id": "m.0642vqv"
}
] | WebQTest-595 | WebQTest-595_8d86dc5e03446f0e50fd69bc06ae0658 | when is the last time the the sports team owner is Steve Bisciotti won a 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.professional_sports_team.owner_s ns:m.06x8mf .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.06x5s .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What Super Bowl did the team win whose fight song is "Seven Nation Army"? | composition | what superbowl did the baltimore ravens win | baltimore ravens | 2018-02-13T04:24:15 | [
{
"aliases": [],
"answer": "2001 AFC Championship Game",
"answer_id": "m.0_gt_qt"
},
{
"aliases": [],
"answer": "2013 AFC Championship Game",
"answer_id": "m.0_gtz8t"
},
{
"aliases": [
"Super Bowl 2013",
"Super Bowl 47"
],
"answer": "Super Bowl XLVII",
"answer_id": "m.0642vqv"
},
{
"aliases": [],
"answer": "Super Bowl XXXV",
"answer_id": "m.076yq"
}
] | WebQTest-915 | WebQTest-915_6b1c0c0fb24a34937f450fdc16a3387b | what superbowl did the the sports team with the fight song Seven Nation Army win | PREFIX ns: <http://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 .
}
|
What country in NATO has Sofia as its capital? | 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_880b554f4f4e3c93f0343354b81db28e | what are all the countries in nato and the country capital is Sofia | 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.capital ns:m.0ftjx .
} |
|
Which Germany has a capital city named Bonn? | conjunction | where do they speak german | 2018-02-13T04:45:05 | [
{
"aliases": [
"Federal Republic of Germany",
"Bundesrepublik Deutschland",
"FRG"
],
"answer": "West Germany",
"answer_id": "m.082fr"
}
] | WebQTest-1117 | WebQTest-1117_5497b8789d7747fc2dd7579c832e0ce8 | where do they speak german and the country capital is Bonn | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04306rv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04306rv ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.capital ns:m.0150n .
} |
|
What language is commonly spoken in the country whose national anthem is Qaumi Taranah? | composition | what language do the speak in pakistan | pakistan | 2018-02-12T19:45:53 | [
{
"aliases": [
"Sekgoa",
"Anglit",
"English language",
"English"
],
"answer": "English Language",
"answer_id": "m.02h40lc"
},
{
"aliases": [
"Urdu",
"Islami",
"Urdu language",
"Urudu",
"Undri"
],
"answer": "Urdu Language",
"answer_id": "m.02hxcvy"
}
] | WebQTrn-87 | WebQTrn-87_2010abf19410e8e84d100047767e7a24 | what language do the speak in the country that has the national anthem Qaumi Taranah | PREFIX ns: <http://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.029dkf .
?c ns:location.country.official_language ?x .
}
|
What religion with notable figure named Athanasius of Alexandria did Adolf Hitler follow? | conjunction | what religion did adolf hitler follow | 2018-02-13T04:47:06 | [
{
"aliases": [
"Christian"
],
"answer": "Christianity",
"answer_id": "m.01lp8"
}
] | WebQTest-1136 | WebQTest-1136_c2f4807a175372c3e75691b565d1936d | what religion did adolf hitler follow and the religion notable figure is Athanasius of Alexandria | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07_m9_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07_m9_ ns:people.person.religion ?x .
?x ns:religion.religion.notable_figures ns:m.014kt .
} |
|
What city and country is the location of the university that had Emily Cummins as a grad student? | 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_b0dbcc159d15598c7144b18131982302 | where is located the education institution has a grad student named Emily Cummins | PREFIX ns: <http://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.03c7lp5 .
?c ns:location.location.containedby ?x .
}
|
What is the form of government in the area where Louis-Eugène Cavaignac holds a governmental position? | composition | what government does france have | france | 2018-02-13T01:39:08 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Constitutional"
],
"answer": "Constitutional republic",
"answer_id": "m.0c9rw5"
}
] | WebQTrn-3318 | WebQTrn-3318_c78405f6f2157645f1098f8a871f1bc2 | what government does the location that appointed Louis-Eugène Cavaignac to govermental position 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:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.01dsxn .
?c ns:location.country.form_of_government ?x .
}
|
What zoo that opened before 2006 is there to see when traveling around Sydney? | comparative | where to travel around sydney | 2018-02-12T21:22:43 | [
{
"aliases": [
"Featherdale Wildlife"
],
"answer": "Featherdale Wildlife Park",
"answer_id": "m.0j65cht"
}
] | WebQTrn-942 | WebQTrn-942_1c814a233be413a0411032072f9ccd19 | where to travel around sydney and is the zoo that opened on before 2006 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06y57)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06y57 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened ?num .
FILTER (?num < "2006"^^xsd:dateTime) .
} |
|
Who portrays Alan Parrish in the film that has a character called Sarah Whittle in it? | composition | who plays alan parrish in jumanji | 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_"
},
{
"aliases": [],
"answer": "Adam Hann-Byrd",
"answer_id": "m.0fgl6t"
}
] | WebQTrn-2740 | WebQTrn-2740_d883a736b81de279009f7180c56c9967 | who plays alan parrish in the film has a charcter named Sarah Whittle | PREFIX ns: <http://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.0b3x5zt .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0d3n58 .
}
|
What movie with film character named April Rhodes has Chris Colfer been in? | conjunction | what movies has chris colfer been in | 2018-02-13T00:40:26 | [
{
"aliases": [],
"answer": "Glee Encore",
"answer_id": "m.0h4y8jg"
}
] | WebQTrn-2776 | WebQTrn-2776_ceee41d5456cd8d5d96b0cf64654c0c4 | what movies has chris colfer been in and is the film has a charcter named April Rhodes | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07k51gd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07k51gd ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.07ry4_t .
} |
|
Where in the Eastern timezone did Charlton Heston live? | conjunction | where did charlton heston live | 2018-02-13T02:11:08 | [
{
"aliases": [
"Roscommon County / St. Helen CDP",
"Saint Helen",
"St. Helen, Michigan",
"Saint Helen, Michigan"
],
"answer": "St. Helen",
"answer_id": "m.0vnvs"
}
] | WebQTrn-3548 | WebQTrn-3548_872253e47dd6ddaa213ff31eeda8783b | where did charlton heston live and the location time zone is Eastern Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0chsq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0chsq ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.location.time_zones ns:m.02hcv8 .
} |
|
What country beside France is the location of the airport which serves Nijmegen? | conjunction | what country is beside france | 2018-02-13T01:58:34 | [
{
"aliases": [
"Federal Republic of Germany",
"Bundesrepublik Deutschland",
"BRD",
"Deutschland"
],
"answer": "Germany",
"answer_id": "m.0345h"
}
] | WebQTrn-3460 | WebQTrn-3460_dfb6c97ac9bf2f0ac07f27dd80f9edc2 | what country is beside france and is the location contains and airport that server Nijmegen | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f8l9c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f8l9c 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.contains ?c .
?c ns:aviation.airport.serves ns:m.05g2b .
} |
|
When was the World Series won by the 2001 champions? | composition | what year did arizona diamondbacks win the world series | arizona diamondbacks | 2018-02-12T23:51:54 | [
{
"aliases": [
"2001 World"
],
"answer": "2001 World Series",
"answer_id": "m.018my"
}
] | WebQTrn-2397 | WebQTrn-2397_c9c30cf33129ab4338edb7f78a4ed385 | what year did the team won the 2001 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.018my .
?c ns:sports.sports_team.championships ?x .
}
|
Team mascot Thunder and his team play where? | composition | where do the broncos play | broncos | 2018-02-13T00:26:47 | [
{
"aliases": [
"Mile High",
"Sports Authority Field at Mile High Stadium",
"INVESCO Field at Mile High",
"Sports Authority Field at Mile High Mile High Stadium II",
"INVESCO Field at Mile High, Denver"
],
"answer": "Sports Authority Field at Mile High",
"answer_id": "m.02hxv8"
}
] | WebQTrn-2684 | WebQTrn-2684_5136af6b390b0496a438c60c7f206a98 | where do the the team has a team moscot named Thunder 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.0_h1qbn .
?c ns:sports.sports_team.arena_stadium ?x .
?x ns:architecture.structure.opened ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What country in South Africa contains Goiás? | conjunction | what is south america made up of | 2018-02-13T01:53:22 | [
{
"aliases": [
"Brazilian ",
"República Federativa do Brasil",
"Brasil",
"Federative Republic of Brazil"
],
"answer": "Brazil",
"answer_id": "m.015fr"
}
] | WebQTrn-3409 | WebQTrn-3409_ed31f9dd431831dbd32a06b958c7c97c | what is south america made up of and is the country that contains Goiás | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06n3y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06n3y ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.012yz_ .
} |
|
The location that appointed National People's Congress to govermental position has what form of government in existence? | composition | what form of government exists in china | china | 2018-02-12T22:35:25 | [
{
"aliases": [
"Communist"
],
"answer": "Communist state",
"answer_id": "m.01fkst"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [
"Single-party"
],
"answer": "Single-party state",
"answer_id": "m.0py4y"
}
] | WebQTrn-1603 | WebQTrn-1603_c4a4d1b444e9f0b28e960a3c1f7717ac | what form of government exists in the location that appointed National People's Congress 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.0c3xm .
?c ns:location.country.form_of_government ?x .
}
|
What team with mascot named Who Dey did Terrell Owens play for in 2010? | conjunction | who did terrell owens play for in 2010 | 2018-02-13T04:57:13 | [
{
"aliases": [],
"answer": "Cincinnati Bengals",
"answer_id": "m.01y49"
}
] | WebQTest-1256 | WebQTest-1256_3f9ced499f210fe204ad3dee4643027d | who did terrell owens play for in 2010 and is the team has a team moscot named Who Dey | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.027ddp)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.027ddp 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.team_mascot ns:m.052tmz0 .
} |
|
What movie did Quentin Tarantino play in with a character named Judge? | conjunction | what movies did quentin tarantino star in | 2018-02-12T23:13:23 | [
{
"aliases": [],
"answer": "Little Nicky",
"answer_id": "m.03z20c"
}
] | WebQTrn-1982 | WebQTrn-1982_d02d8c171d2ccf26bd835bc80e594d4a | what movies did quentin tarantino star in and is the film has a charcter named Judge | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0693l)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0693l ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:g.121v7jnx .
} |
|
Who invented the Sharia religion? | composition | who invented islamic religion | islamic | 2018-02-13T05:31:01 | [
{
"aliases": [
"Ahmed",
"Muhammad in Islam",
"Messenger Muhammad PBUH",
"Mohammed, Mahomet, Muhammad",
"Muhammad",
"Muḥammad ibn `Abd Allāh",
"Abu al-Qasim",
"Muḥammad",
"Abū al-Qāsim Muḥammad ibn ʿAbd Allāh ibn ʿAbd al-Muṭṭalib ibn Hāshim"
],
"answer": "Muhammad in Islam",
"answer_id": "m.04s9n"
}
] | WebQTest-1524 | WebQTest-1524_e3a22cba0456ddd577c24f15f7a689c1 | who invented the religion belief is Sharia religion | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.beliefs ns:m.074hw .
?c ns:religion.religion.founding_figures ?x .
}
|
What states does the Mississippi River past through in the Eastern Time Zone? | conjunction | which states does the mississippi river pass through | 2018-02-12T22:35:55 | [
{
"aliases": [
"KY",
"kentucky, usa",
"Bluegrass State"
],
"answer": "Kentucky",
"answer_id": "m.0498y"
},
{
"aliases": [
"TN",
"Tenn",
"Volunteer State"
],
"answer": "Tennessee",
"answer_id": "m.07h34"
}
] | WebQTrn-1613 | WebQTrn-1613_872253e47dd6ddaa213ff31eeda8783b | which states does the mississippi river pass through and the location time zone is Eastern Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04yf_)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04yf_ ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
?x ns:location.location.time_zones ns:m.02hcv8 .
} |
|
The team won the 2007 AFC Championship Game championship had who as head coach? | composition | who is the head coach of the indianapolis colts | indianapolis colts | 2018-02-12T23:59:50 | [
{
"aliases": [],
"answer": "Chuck Pagano",
"answer_id": "m.03mbsxm"
}
] | WebQTrn-2476 | WebQTrn-2476_3dda6298595e4f26e293908df47bbd2a | who is the head coach of the the team won the 2007 AFC Championship Game 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.0_gt_mg .
?c ns:american_football.football_team.current_head_coach ?x .
}
|
Who was the Soviet leader during WWII that held his governmental position from the earliest? | superlative | who was the soviet leader during world war ii | 2018-02-13T03:06:46 | [
{
"aliases": [
"Nikita Sergeyevich Khrushchev",
"Nikita Sergeevich Khrushchev",
"Nikita Sergeyevich Khrushchyov",
"Nikita Hrustsov"
],
"answer": "Nikita Khrushchev",
"answer_id": "m.0bphp"
}
] | WebQTest-257 | WebQTest-257_a0a8e69fa57737b13c424b16c5d2ba57 | who was the soviet leader during world war ii and held his govermental position from earliest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05vz3zq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05vz3zq ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?x ns:military.military_person.participated_in_conflicts ns:m.081pw .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
}
ORDER BY ?num LIMIT 1 |
|
The country that uses the Paraguayan Guaranà currency has which two official languages? | composition | what are the two official languages of paraguay | paraguay | 2018-02-13T03:25:12 | [
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
},
{
"aliases": [
"Guaraní, Paraguayan",
"Avañe'e",
"Guarani language",
"Guaraní, Paraguayan Language"
],
"answer": "Paraguayan Guaraní",
"answer_id": "m.0k3pq"
}
] | WebQTest-393 | WebQTest-393_485735a41e76b7e73051f3f5648e64a9 | what are the two official languages of the currency used in the country is Paraguayan guaranà | PREFIX ns: <http://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.04w7dd .
?c ns:location.country.official_language ?x .
}
|
Where was the school with the Air Force Falcons team established? | composition | what city and state was the air force academy established | the air force academy | 2018-02-12T19:47:57 | [
{
"aliases": [
"Colorado Springs, Colorado",
"El Paso County / Colorado Springs city"
],
"answer": "Colorado Springs",
"answer_id": "m.01vsl"
}
] | WebQTrn-112 | WebQTrn-112_2bf1a048015956cacaf80a07209e215a | what city and state was the education institution has a sports team named Air Force Falcons football established | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.0d2m7m .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
The team that won the Super Bowl XI championship moved from where? | composition | where did the oakland raiders move from | oakland raiders | 2018-02-13T00:07:13 | [
{
"aliases": [
"Los Angeles, California, USA",
"LA",
"Los Angeles, California",
"Los Angeles, USA",
"City of Angels",
"L.A.",
"Los Angeles County / Los Angeles city",
"Los Angeles, CA"
],
"answer": "Los Angeles",
"answer_id": "m.030qb3t"
}
] | WebQTrn-2551 | WebQTrn-2551_91142cfb73695a1f7a75f96d6720fe46 | where did the the team won the Super Bowl XI championship move from | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.076ps .
?c ns:user.dylanrocks.national_football_league.nfl_teams_that_have_moved_cities.original_city ?x .
}
|
What dialects are used in the nation in which you'd find Red Sea Governorate? | composition | what language do they speak in egyptian | egyptian | 2018-02-13T00:50:32 | [
{
"aliases": [
"Siwa",
"Siwi",
"Oasis Berber",
"Sioua",
"Zenati"
],
"answer": "Siwi Language",
"answer_id": "m.012zfy"
},
{
"aliases": [
"High Arabic",
"Fasih",
"Modern Literary Arabic",
"Arabic, Standard",
"Al Arabiya",
"Al Fus-ha"
],
"answer": "Modern Standard Arabic",
"answer_id": "m.025rvv7"
},
{
"aliases": [
"Arabic, Egyptian Spoken",
"Lower Egypt Arabic",
"Arabic, Egyptian Spoken Language",
"Normal Egyptian Arabic",
"Massry"
],
"answer": "Egyptian Arabic",
"answer_id": "m.02hx2cr"
},
{
"aliases": [
"Sa`idi",
"Upper Egypt Arabic",
"Sa<idi"
],
"answer": "Sa'idi Arabic",
"answer_id": "m.02hxbhg"
},
{
"aliases": [
"Arabic, Sudanese Spoken",
"Khartoum Arabic"
],
"answer": "Arabic, Sudanese Spoken Language",
"answer_id": "m.035t_3"
},
{
"aliases": [
"Bedawi",
"Arabic Bedawi language",
"Arabic, Levantine Bedawi Spoken",
"Bedawi Arabic language",
"Eastern Egyptian Bedawi Arabic language",
"Levantine Bedawi Arabic",
"Arabic, Eastern Egyptian Bedawi Spoken Language"
],
"answer": "Bedawi Arabic",
"answer_id": "m.03wc2kf"
},
{
"aliases": [
"Nobiin",
"Fiyadikkya",
"Mahas",
"Mahas-fiadidja",
"Sukot",
"Fadicha",
"Nile Nubian",
"Mahas-fiyadikkya",
"Fadija",
"Fiadidja",
"Fiadidja-mahas",
"Fedicca",
"Fedija",
"Fadicca"
],
"answer": "Nobiin Language",
"answer_id": "m.051bnt"
},
{
"aliases": [
"Tsigene",
"Mehtar",
"Barake",
"Dom",
"Domra Magu Hiya",
"Near-eastern Gypsy",
"Domari",
"Gypsy",
"Middle Eastern Romani",
"Nawari",
"Luti",
"Kurbat",
"Nawar"
],
"answer": "Domari Language",
"answer_id": "m.0c4chg"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-2893 | WebQTrn-2893_c0495334f4678f947149a7a30d8e49a0 | what language do they speak in the country that contains Red Sea Governorate | PREFIX ns: <http://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.02d5mf .
?c ns:location.country.languages_spoken ?x .
}
|
Which language is spoken in the area that contains part of Gebel Elba? | composition | what language do they speak in egyptian | egyptian | 2018-02-13T00:50:32 | [
{
"aliases": [
"Siwa",
"Siwi",
"Oasis Berber",
"Sioua",
"Zenati"
],
"answer": "Siwi Language",
"answer_id": "m.012zfy"
},
{
"aliases": [
"High Arabic",
"Fasih",
"Modern Literary Arabic",
"Arabic, Standard",
"Al Arabiya",
"Al Fus-ha"
],
"answer": "Modern Standard Arabic",
"answer_id": "m.025rvv7"
},
{
"aliases": [
"Arabic, Egyptian Spoken",
"Lower Egypt Arabic",
"Arabic, Egyptian Spoken Language",
"Normal Egyptian Arabic",
"Massry"
],
"answer": "Egyptian Arabic",
"answer_id": "m.02hx2cr"
},
{
"aliases": [
"Sa`idi",
"Upper Egypt Arabic",
"Sa<idi"
],
"answer": "Sa'idi Arabic",
"answer_id": "m.02hxbhg"
},
{
"aliases": [
"Arabic, Sudanese Spoken",
"Khartoum Arabic"
],
"answer": "Arabic, Sudanese Spoken Language",
"answer_id": "m.035t_3"
},
{
"aliases": [
"Bedawi",
"Arabic Bedawi language",
"Arabic, Levantine Bedawi Spoken",
"Bedawi Arabic language",
"Eastern Egyptian Bedawi Arabic language",
"Levantine Bedawi Arabic",
"Arabic, Eastern Egyptian Bedawi Spoken Language"
],
"answer": "Bedawi Arabic",
"answer_id": "m.03wc2kf"
},
{
"aliases": [
"Nobiin",
"Fiyadikkya",
"Mahas",
"Mahas-fiadidja",
"Sukot",
"Fadicha",
"Nile Nubian",
"Mahas-fiyadikkya",
"Fadija",
"Fiadidja",
"Fiadidja-mahas",
"Fedicca",
"Fedija",
"Fadicca"
],
"answer": "Nobiin Language",
"answer_id": "m.051bnt"
},
{
"aliases": [
"Tsigene",
"Mehtar",
"Barake",
"Dom",
"Domra Magu Hiya",
"Near-eastern Gypsy",
"Domari",
"Gypsy",
"Middle Eastern Romani",
"Nawari",
"Luti",
"Kurbat",
"Nawar"
],
"answer": "Domari Language",
"answer_id": "m.0c4chg"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-2893 | WebQTrn-2893_50cf52311d0cdd04337ffc0d5378b1b8 | what language do they speak 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.languages_spoken ?x .
}
|
Which team with a mascot called Rally Monkey had Albert Pujols on the roster 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_aebe72f0e3de1edbbdce24551216574a | who does albert pujols play for 2012 and is the team has a team moscot named Rally Monkey | 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.sports_team.team_mascot ns:m.06f1f2 .
} |
|
The location that appointed John Lynch to govermental position makes up what place in New England? | conjunction | what places make up new england | 2018-02-13T02:55:10 | [
{
"aliases": [
"NH",
"Granite State"
],
"answer": "New Hampshire",
"answer_id": "m.059f4"
}
] | WebQTest-197 | WebQTest-197_15d139fc04aec4fe8fa21dd92f0ab9c5 | what places make up new england and is the location that appointed John Lynch to govermental position | 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:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.041gm .
} |
|
Who was the Utah Attorney General that had his government position from 1-7-2013? | conjunction | who won utah attorney general | 2018-02-13T05:15:40 | [
{
"aliases": [
"John E. Swallow"
],
"answer": "John Swallow",
"answer_id": "m.09v9vs_"
}
] | WebQTest-1390 | WebQTest-1390_d40d675bafd56bf42c56566aace5e486 | who won utah attorney general and held his govermental position from 2013-01-07 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07srw)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07srw ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.office_position_or_title ns:m.0hzbyr1 .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "2013-01-07"^^xsd:dateTime .
} |
|
Lyon is a city/town of which country where Flemish people came from? | conjunction | where did flemish people come from | 2018-02-13T03:02:57 | [
{
"aliases": [
"l'Hexagone",
"République française",
"French Republic"
],
"answer": "France",
"answer_id": "m.0f8l9c"
}
] | WebQTest-247 | WebQTest-247_89ad938188e36a4d053dc1c8cdf90a64 | where did flemish people come from and is the location that contains the city/town Lyon | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.018hlv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.018hlv ns:people.ethnicity.geographic_distribution ?x .
?x ns:location.location.contains ?c .
?c ns:location.mailing_address.citytown ns:m.0dprg .
} |
|
What country has Palace of Knossoc and capital city Athens? | conjunction | where was the palace of knossos located | 2018-02-13T06:30:38 | [
{
"aliases": [
"Hellenic Republic",
"Hellas"
],
"answer": "Greece",
"answer_id": "m.035qy"
}
] | WebQTest-2029 | WebQTest-2029_e08decca64ac955f4f16d44876bc9f4d | where was the palace of knossos located and the country capital is Athens | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ksnn)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ksnn ns:location.location.containedby ?x .
?x ns:location.country.capital ns:m.0n2z .
} |
|
What eastern European country calls Pristina City its capital? | conjunction | where do they speak turkish | 2018-02-13T05:43:38 | [
{
"aliases": [
"Kosovo i Metohija",
"Kosovo"
],
"answer": "Republic of Kosovo",
"answer_id": "m.04fh3"
}
] | WebQTest-1658 | WebQTest-1658_dadd019b718beccdcbf9973aaa69605f | where do they speak turkish and the country capital is Pristina | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02hwyss)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02hwyss ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.capital ns:m.01nyhl .
} |
|
The country that contains Saint Ann Parish accepts what type of currency? | composition | what currency should i take to jamaica | jamaica | 2018-02-12T21:16:26 | [
{
"aliases": [],
"answer": "Jamaican dollar",
"answer_id": "m.04xc2m"
}
] | WebQTrn-877 | WebQTrn-877_0a1797c617f8e1eb87eab85b0790302e | what currency should i take to 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.currency_used ?x .
}
|
What religious text was used by the Quran belief system? | composition | what is the islamic belief | islamic | 2018-02-13T05:57:34 | [
{
"aliases": [
"Imam Mahdi"
],
"answer": "Mahdi",
"answer_id": "m.019vqj"
},
{
"aliases": [],
"answer": "Tawhid",
"answer_id": "m.01bbmp"
},
{
"aliases": [
"Muhammad"
],
"answer": "Prophets in Islam",
"answer_id": "m.024b22"
},
{
"aliases": [],
"answer": "Predestination in Islam",
"answer_id": "m.025w817"
},
{
"aliases": [],
"answer": "Entering Heaven alive",
"answer_id": "m.02wvcg4"
},
{
"aliases": [],
"answer": "Monotheism",
"answer_id": "m.04xy3"
},
{
"aliases": [],
"answer": "Islamic view of angels",
"answer_id": "m.0698fs"
},
{
"aliases": [],
"answer": "Qiyamah",
"answer_id": "m.06rvp0"
},
{
"aliases": [],
"answer": "Sharia",
"answer_id": "m.074hw"
},
{
"aliases": [
"Dajjal"
],
"answer": "Masih ad-Dajjal",
"answer_id": "m.07bfrc"
},
{
"aliases": [],
"answer": "Islamic holy books",
"answer_id": "m.07r6vw"
},
{
"aliases": [],
"answer": "God in Islam",
"answer_id": "m.09kb_2"
},
{
"aliases": [],
"answer": "Ṭūbā",
"answer_id": "m.0hr6vbp"
}
] | WebQTest-1771 | WebQTest-1771_39b12d0bd9a41783eba6983878bd47a0 | what is the the religion text is Quran belief | PREFIX ns: <http://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.beliefs ?x .
}
|
What geographic region is the company that uses the Czech Koruna located in? | composition | what region is czech republic in | czech republic | 2018-02-12T22:38:08 | [
{
"aliases": [],
"answer": "Central Europe",
"answer_id": "m.01lkr"
},
{
"aliases": [
"The Old Continent"
],
"answer": "Europe",
"answer_id": "m.02j9z"
},
{
"aliases": [],
"answer": "Eurasia",
"answer_id": "m.02qkt"
}
] | WebQTrn-1628 | WebQTrn-1628_ff530384b8cca3804307641e7524625f | what region is the currency used in the country is Czech koruna 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.currency_used ns:m.04rpc3 .
?c ns:location.location.containedby ?x .
}
|
The team that won Super Bowl XXXIV plays where? | composition | where does the st louis rams play football | st louis rams | 2018-02-12T20:45:43 | [
{
"aliases": [
"Edward Jones Dome at America's Center",
"Russell Athletic Field at Edward Jones Dome",
"The Trans World Dome"
],
"answer": "Edward Jones Dome",
"answer_id": "m.02b99h"
}
] | WebQTrn-585 | WebQTrn-585_687f38e6b57a9c11be6f1241ccf2030d | where does the the team won the Super Bowl XXXIV championship play football | PREFIX ns: <http://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.076yc .
?c ns:sports.sports_team.arena_stadium ?x .
}
|
What location that appointed Dennis Daugaard to governmental position does the Missouri River touch? | conjunction | what states does the missouri river touch | 2018-02-12T20:21:06 | [
{
"aliases": [
"S Dak",
"Mount Rushmore State",
"SD"
],
"answer": "South Dakota",
"answer_id": "m.06mz5"
}
] | WebQTrn-398 | WebQTrn-398_47b990334f91b6d3bd042f82b81740f6 | what states does the missouri river touch and is the location that appointed Dennis Daugaard to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04ykz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04ykz ns:location.location.partially_containedby ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.0bb5tw .
} |
|
The organization with leader Amy Hood had its first headquarters located where? | composition | where was the first microsoft headquarters located | microsoft | 2018-02-13T05:32:10 | [
{
"aliases": [
"King County / Redmond city",
"Redmond, Washington"
],
"answer": "Redmond",
"answer_id": "m.06m7v"
}
] | WebQTest-1535 | WebQTest-1535_234d62f934769cf5a7665de5b2de855c | where was the first the organiztion leadership has a person named Amy Hood headquarters 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:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0wbgvbh .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What country in North America appointed Otto Pérez Molina to a governmental position? | conjunction | what countries in north america continent | 2018-02-12T21:18:19 | [
{
"aliases": [
"Guatemala."
],
"answer": "Guatemala",
"answer_id": "m.0345_"
}
] | WebQTrn-884 | WebQTrn-884_7280a830b2275c6024614d5ba2adae18 | what countries in north america continent and is the location that appointed Otto Pérez Molina to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.059g4)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.059g4 ns:base.locations.continents.countries_within ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.02z7rt8 .
} |
|
What country adjacent to Russia that has Ukrainian Orthodox Church of the Kylvan Patriahchate? | conjunction | what country is next to russia | 2018-02-12T22:14:10 | [
{
"aliases": [
"Ukraine Region"
],
"answer": "Ukraine",
"answer_id": "m.07t21"
}
] | WebQTrn-1399 | WebQTrn-1399_5e7f2ddc862adf547cf031bf067e6af0 | what country is next to russia and the religious organization leadeship is Ukrainian Orthodox Church of the Kyivan Patriarchate | 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:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.organization ns:m.05cx56 .
} |
|
The country that has the national anthem Lupang Hinirang uses what kind of money? | composition | what kind of money does the philippines use | philippines | 2018-02-12T21:05:37 | [
{
"aliases": [],
"answer": "Philippine peso",
"answer_id": "m.01h5bw"
}
] | WebQTrn-826 | WebQTrn-826_8a1b27252ab54017d3353fcbde862bbd | what kind of money does the the country that has the national anthem Lupang Hinirang 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.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0jkdr .
?c ns:location.country.currency_used ?x .
}
|
What position was held from March 19, 1790 by James K. Polk before he was President? | conjunction | what did james k polk do before he was president | 2018-02-13T02:37:00 | [
{
"aliases": [
"U.S. Representative",
"United States Congressperson",
"U.S. Congressperson",
"United States Congresswoman",
"U.S. Congressman",
"United States Congressman",
"U.S. Congresswoman",
"US Representative"
],
"answer": "United States Representative",
"answer_id": "m.02_bcst"
}
] | WebQTest-1 | WebQTest-1_3dc4d094915cc69911e4edefe742a167 | what did james k polk do before he was president and is the office position was held from 1790-03-19 | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
{
SELECT ?pFrom
WHERE {
ns:m.042f1 ns:government.politician.government_positions_held ?y . # James K. Polk
?y ns:government.government_position_held.office_position_or_title ?x ;
ns:government.government_position_held.basic_title ns:m.060c4 ; # President
ns:government.government_position_held.from ?pFrom .
}
}
ns:m.042f1 ns:government.politician.government_positions_held ?y . # James K. Polk
?y ns:government.government_position_held.office_position_or_title ?x ;
ns:government.government_position_held.from ?from .
FILTER(xsd:dateTime(?pFrom) - xsd:dateTime(?from) > 0)?x ns:government.government_office_or_title.office_holders ?c .
?c ns:government.government_position_held.from "1790-03-19"^^xsd:dateTime .
} |
|
In the film that has a character named King of Men, who played Bilbo? | composition | who played bilbo in the fellowship of the ring | the fellowship of the ring | 2018-02-13T05:06:12 | [
{
"aliases": [
"Sir Ian Holm",
"Holm",
"Ian Holm Cuthbert",
"Sir Ian Holm, CBE"
],
"answer": "Ian Holm",
"answer_id": "m.016zp5"
}
] | WebQTest-1329 | WebQTest-1329_1021d4ffb7640e15b969107e18bb7b29 | who played bilbo in the film has a charcter named King of Men | PREFIX ns: <http://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.0y53pqk .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.0g6z1 .
}
|
What political party was the person who attended BRG Steyr lead? | composition | what political party was hitler the leader of | hitler | 2018-02-13T00:03:14 | [
{
"aliases": [
"NSDAP",
"Nazi"
],
"answer": "Nazi Party",
"answer_id": "m.05g9h"
},
{
"aliases": [
"German Workers'"
],
"answer": "German Workers' Party",
"answer_id": "m.0dl13"
}
] | WebQTrn-2498 | WebQTrn-2498_d14abf7768bdbdaa66897780b56dace1 | what political party was the person education institution is BRG Steyr the leader 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:people.person.education ?k .
?k ns:education.education.institution ns:m.01064jg9 .
?c ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
|
Who held his governmental position from January 3, 1995 and is one of two state senator of Georgia? | conjunction | who are the two state senators of georgia | 2018-02-13T02:25:11 | [
{
"aliases": [
"Clarence Saxby Chambliss"
],
"answer": "Saxby Chambliss",
"answer_id": "m.01xcms"
}
] | WebQTrn-3696 | WebQTrn-3696_4e77a33d75cfbbc1948da3a891e48d38 | who are the two state senators of georgia and held his govermental position from 1995-01-03 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d0x8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d0x8 ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.governmental_body ns:m.07t58 .
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 "1995-01-03"^^xsd:dateTime .
} |
|
Which Super bowl was the last one to be won by the team with Steely McBeam as a mascot? | composition | when is the last time the pittsburgh steelers won a superbowl | pittsburgh steelers | 2018-02-13T05:30:58 | [
{
"aliases": [
"Super Bowl 43",
"Super Bowl 2009"
],
"answer": "Super Bowl XLIII",
"answer_id": "m.04n7r5"
}
] | WebQTest-1523 | WebQTest-1523_abc143e50fcf4915c8267215915795b5 | when is the last time the the team has a team moscot named Steely McBeam won a 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.team_mascot ns:m.02x0cyj .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.06x5s .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What cities does RyanAtlantic fly to? | composition | what cities does ryanair fly to | ryanair | 2018-02-12T19:53:00 | [
{
"aliases": [
"Little Big City",
"Blava",
"Pressburg",
"Pozsony",
"Bratiska",
"Beauty on the Danube"
],
"answer": "Bratislava",
"answer_id": "m.015g7"
},
{
"aliases": [
"BCN",
"Barcelone",
"Barcellona",
"Barcelona, Spain",
"City of Counts",
"Barna"
],
"answer": "Barcelona",
"answer_id": "m.01f62"
},
{
"aliases": [],
"answer": "Bergamo",
"answer_id": "m.01jp4s"
},
{
"aliases": [
"Distrito De Faro",
"Faro, Portugal",
"Faro Municipality"
],
"answer": "Faro",
"answer_id": "m.029v4j"
},
{
"aliases": [
"Baile Atha Cliath",
"Dublin, Ireland",
"Dublin, Republic of Ireland"
],
"answer": "Dublin",
"answer_id": "m.02cft"
},
{
"aliases": [
"City Of Derry",
"Londonderry",
"Maiden City",
"Doire",
"Derry"
],
"answer": "Derry",
"answer_id": "m.02hgz"
},
{
"aliases": [
"the (big) smoke",
"The Great Wen",
"London, England",
"Londres",
"Capital of Great Britain"
],
"answer": "London",
"answer_id": "m.04jpl"
},
{
"aliases": [
"Oslo Fylke",
"Oslo kommune",
"Kristiania"
],
"answer": "Oslo",
"answer_id": "m.05l64"
},
{
"aliases": [
"Eken",
"Nordens Venedig",
"sthlm",
"Stockholm, Sweden"
],
"answer": "Stockholm",
"answer_id": "m.06mxs"
},
{
"aliases": [
"City Of Nottingham"
],
"answer": "Nottingham",
"answer_id": "m.09tlh"
},
{
"aliases": [
"Cork, Ireland"
],
"answer": "Cork",
"answer_id": "m.0clz7"
},
{
"aliases": [
"Carcassonne, France"
],
"answer": "Carcassonne",
"answer_id": "m.0lvv8"
},
{
"aliases": [
"Alacant",
"Alicante, Spain"
],
"answer": "Alicante",
"answer_id": "m.0zc6"
}
] | WebQTrn-158 | WebQTrn-158_28f129cafec18ffba05092a35749e025 | what cities does the child organization is RyanAtlantic fly 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:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.02r5_gw .
?c ns:aviation.airline.airports_served ?y .
?y ns:aviation.airline_airport_presence.cities_served ?x .
}
|
Which institution has a team named Penn State Nittany Lions Baskeball? | composition | what is penn state 's main campus | main campus | 2018-02-13T04:27:43 | [
{
"aliases": [
"University",
"University Park, Pennsylvania"
],
"answer": "University Park",
"answer_id": "m.05hzb_"
}
] | WebQTest-949 | WebQTest-949_602405ae55f1cf566a3ba9f83a08aa57 | what is penn state 's the education institution has a sports team named Penn State Nittany Lions basketball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.03ymq1q .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
Of which art movement was the illustrator of the book "De mémoire d'homme: Poème" a part? | composition | what art movement was pablo picasso part of | pablo picasso | 2018-02-13T00:50:20 | [
{
"aliases": [],
"answer": "Modern art",
"answer_id": "m.015r61"
},
{
"aliases": [],
"answer": "Analytic cubism",
"answer_id": "m.070vcg"
},
{
"aliases": [],
"answer": "Picasso's Rose Period",
"answer_id": "m.071bmq"
},
{
"aliases": [],
"answer": "Picasso's Blue Period",
"answer_id": "m.072333"
},
{
"aliases": [
"Surrealist"
],
"answer": "Surrealism",
"answer_id": "m.073_6"
},
{
"aliases": [],
"answer": "Picasso's African Period",
"answer_id": "m.07hm5p"
},
{
"aliases": [],
"answer": "Synthetic cubism",
"answer_id": "m.07pcpz"
},
{
"aliases": [
"Cubist"
],
"answer": "Cubism",
"answer_id": "m.09ff3"
}
] | WebQTrn-2891 | WebQTrn-2891_73034f8d2a1824c3cc551dd3459605ab | what art movement was the illustrator of the book De mémoire d'homme: Poème 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:book.illustrator.books_illustrated ns:m.09dtl3p .
?c ns:visual_art.visual_artist.associated_periods_or_movements ?x .
}
|
Where did the person live in 2012 who attended education institution St Andrew's School, Pangbourne? | composition | where does kate middleton live 2012 | kate middleton | 2018-02-13T05:27:59 | [
{
"aliases": [
"Bucklebury, England"
],
"answer": "Bucklebury",
"answer_id": "m.02kqsd"
},
{
"aliases": [
"Borough Of Reading",
"Reading, Berkshire"
],
"answer": "Reading",
"answer_id": "m.0b_yz"
}
] | WebQTest-1487 | WebQTest-1487_c82439624e91952a2005fd9dfbc495e7 | where does the person education institution is St Andrew's School, Pangbourne live 2012 | PREFIX ns: <http://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.0gmdq9d .
?c ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
FILTER(NOT EXISTS {?y ns:people.place_lived.end_date ?sk0} ||
EXISTS {?y ns:people.place_lived.end_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2012-01-01"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.place_lived.start_date ?sk2} ||
EXISTS {?y ns:people.place_lived.start_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2012-12-31"^^xsd:dateTime) })
}
|
What city is the college where Dorothy Leland is a grad student in? | composition | what city is purdue university located | purdue university | 2018-02-12T23:49:35 | [
{
"aliases": [
"West Lafayette, Indiana",
"Tippecanoe County / West Lafayette city"
],
"answer": "West Lafayette",
"answer_id": "m.0sqd0"
}
] | WebQTrn-2362 | WebQTrn-2362_9a1b36b2c6fe4a4b2b8a19328fb8ffbe | what city is the education institution has a grad student named Dorothy Leland 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:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.02v_kdc .
?c ns:location.location.street_address ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What currency does the country that has the Valiant Quisqueyans National Anthem use? | 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_0d5bc4f5ce16dafee354662c09965811 | what currency in the country that has the national anthem Valiant Quisqueyans 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.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01n3lv .
?c ns:location.country.currency_used ?x .
}
|
What is there to do in Miami, Florida in the Eastern Time Zone? | conjunction | what to do and see in miami florida | 2018-02-12T22:45:25 | [
{
"aliases": [
"Venetian Casino",
"Venetian Pool, Coral Gables"
],
"answer": "Venetian Pool",
"answer_id": "m.05rx5g"
}
] | WebQTrn-1708 | WebQTrn-1708_872253e47dd6ddaa213ff31eeda8783b | what to do and see in miami florida and the location time zone is Eastern Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f2v0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f2v0 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:location.location.time_zones ns:m.02hcv8 .
} |
|
What are some of the best places to vacation in the nation whose anthem is "Valiant Quisqueyans"? | composition | where is the best place to vacation in the dominican republic | dominican republic | 2018-02-12T20:30:21 | [
{
"aliases": [],
"answer": "Samaná Bay",
"answer_id": "m.025vdyx"
},
{
"aliases": [
"Los Haitises National"
],
"answer": "Los Haitises National Park",
"answer_id": "m.03yhz4z"
},
{
"aliases": [],
"answer": "Pico Duarte",
"answer_id": "m.04qjzz"
},
{
"aliases": [],
"answer": "Punta Espada Golf Course",
"answer_id": "m.04vwf5x"
},
{
"aliases": [
"The Colombus Lighthouse",
"Faro a Colón"
],
"answer": "Columbus Lighthouse",
"answer_id": "m.064nfcw"
},
{
"aliases": [],
"answer": "National Palace",
"answer_id": "m.09v9100"
},
{
"aliases": [],
"answer": "Macao Beach",
"answer_id": "m.0j5ymqb"
},
{
"aliases": [
"Volunteer Vacation Abroad"
],
"answer": "Haitian Batey",
"answer_id": "m.0jsr82_"
},
{
"aliases": [
"27 Waterfalls",
"27 Charcos of Damajaqua"
],
"answer": "Damajaqua Cascades",
"answer_id": "m.0jy_b9f"
},
{
"aliases": [],
"answer": "Playa Fronton",
"answer_id": "m.0jy_b9n"
}
] | WebQTrn-459 | WebQTrn-459_0d5bc4f5ce16dafee354662c09965811 | where is the best place to vacation in the 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:travel.travel_destination.tourist_attractions ?x .
}
|
Who owned the team with Steely McBeam as its mascot? | 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_abc143e50fcf4915c8267215915795b5 | who owns the the team has a team moscot named Steely McBeam 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.team_mascot ns:m.02x0cyj .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
Of what form of cancer did the artist who had a tour named Natty Dread Tour die from? | composition | what kind of cancer did bob marley died from | bob marley | 2018-02-13T02:08:24 | [
{
"aliases": [
"ALM"
],
"answer": "Acral lentiginous melanoma",
"answer_id": "m.046wcr"
},
{
"aliases": [],
"answer": "Metastatic Melanoma",
"answer_id": "m.04kndz2"
}
] | WebQTrn-3531 | WebQTrn-3531_72cf301b99cc05fd52d411e67b13d02d | what kind of cancer did the artist had a concert tour named Natty Dread Tour died 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:music.artist.concert_tours ns:m.0fdsb5 .
?c ns:people.deceased_person.cause_of_death ?x .
?x ns:people.cause_of_death.parent_cause_of_death ns:m.0qcr0 .
}
|
What team with head coach Rick Carlisle did Derek Fisher play for in 2012? | conjunction | what team does derek fisher play for 2012 | 2018-02-13T02:13:14 | [
{
"aliases": [
"Mavs",
"Mavericks"
],
"answer": "Dallas Mavericks",
"answer_id": "m.0jmcv"
}
] | WebQTrn-3574 | WebQTrn-3574_ac8783214291dd6266059cb275378880 | what team does derek fisher play for 2012 and the basket ball team head coach is Rick Carlisle | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04lvwk)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04lvwk 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:basketball.basketball_team.head_coach ns:m.02zxw4 .
} |
|
The people from the location who appointed the National People's Congress to govermental position speak what language? | composition | what type of language does china speak | china | 2018-02-12T20:26:30 | [
{
"aliases": [
"Mandarin Chinese",
"Beifang Fangyan",
"Standard Chinese",
"Putonghua",
"Northern Chinese",
"Guoyu",
"Hui",
"Guanhua",
"Hytad",
"Kuoyu",
"Huayu",
"Hanyu",
"Chinese, Mandarin",
"Qotong",
"Mandarin",
"Chinese, Mandarin Language",
"Standard Mandarin",
"Xui",
"Hui-zu",
"Hoton"
],
"answer": "Standard Chinese",
"answer_id": "m.0653m"
}
] | WebQTrn-413 | WebQTrn-413_c4a4d1b444e9f0b28e960a3c1f7717ac | what type of language does the location that appointed National People's Congress 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.0c3xm .
?c ns:location.country.official_language ?x .
}
|
What are the basic beliefs of the religions who worships in Yavuz Sultan Selim Mosque? | composition | what are the basic beliefs of islam religion | islam | 2018-02-12T23:32:31 | [
{
"aliases": [
"Imam Mahdi"
],
"answer": "Mahdi",
"answer_id": "m.019vqj"
},
{
"aliases": [],
"answer": "Tawhid",
"answer_id": "m.01bbmp"
},
{
"aliases": [
"Muhammad"
],
"answer": "Prophets in Islam",
"answer_id": "m.024b22"
},
{
"aliases": [],
"answer": "Predestination in Islam",
"answer_id": "m.025w817"
},
{
"aliases": [],
"answer": "Entering Heaven alive",
"answer_id": "m.02wvcg4"
},
{
"aliases": [],
"answer": "Monotheism",
"answer_id": "m.04xy3"
},
{
"aliases": [],
"answer": "Islamic view of angels",
"answer_id": "m.0698fs"
},
{
"aliases": [],
"answer": "Qiyamah",
"answer_id": "m.06rvp0"
},
{
"aliases": [],
"answer": "Sharia",
"answer_id": "m.074hw"
},
{
"aliases": [
"Dajjal"
],
"answer": "Masih ad-Dajjal",
"answer_id": "m.07bfrc"
},
{
"aliases": [],
"answer": "Islamic holy books",
"answer_id": "m.07r6vw"
},
{
"aliases": [],
"answer": "God in Islam",
"answer_id": "m.09kb_2"
},
{
"aliases": [],
"answer": "Ṭūbā",
"answer_id": "m.0hr6vbp"
}
] | WebQTrn-2188 | WebQTrn-2188_81c61082f456be82a6dae73b7e492b2a | what are the basic beliefs of the religion place of worship is Yavuz Sultan Selim Mosque religion | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.places_of_worship ns:m.02wb7r4 .
?c ns:religion.religion.beliefs ?x .
}
|
What college were attended by the most well known alumni of State Elementary School Menteng 01? | composition | what university did barack obama attend | barack obama | 2018-02-13T01:13:39 | [
{
"aliases": [
"Harvard University School of Law",
"Harvard Law School, Cambridge",
"Harvard Law School, main campus",
"Harvard Law"
],
"answer": "Harvard Law School",
"answer_id": "m.014zws"
},
{
"aliases": [
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
],
"answer": "Columbia University",
"answer_id": "m.01w5m"
},
{
"aliases": [
"Occidental",
"Oxy",
"Occidental College, main campus"
],
"answer": "Occidental College",
"answer_id": "m.05q2c"
}
] | WebQTrn-3090 | WebQTrn-3090_91fbb9146e3addbb313ff7ead5eb51f8 | what university did the person education institution is State Elementary School Menteng 01 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.0280qps .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
}
|
What Miami Dolphins quarterback is a player who began his career in 2007? | conjunction | who is the miami dolphins quarterback | 2018-02-13T04:28:16 | [
{
"aliases": [
"Matthew Erickson Moore"
],
"answer": "Matt Moore",
"answer_id": "m.027n35s"
}
] | WebQTest-963 | WebQTest-963_c3033bed166ad349f3ee2a5b977b2d5f | who is the miami dolphins quarterback and is the player started his career on 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 "2007"^^xsd:dateTime .
} |
|
Who coached the sports franchise that had the fight song "Steelers Polka" during the year 2005? | composition | who is the coach of the pittsburgh steelers 2005 | pittsburgh steelers | 2018-02-13T00:59:13 | [
{
"aliases": [
"Bill",
"William Laird Cowher"
],
"answer": "Bill Cowher",
"answer_id": "m.04d2_x"
}
] | WebQTrn-2977 | WebQTrn-2977_f44adc4947a59c150317bb5923cf1c9b | who is the coach of the the sports team with the fight song Steelers Polka 2005 | PREFIX ns: <http://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.0j_8yp9 .
?c ns:american_football.football_team.historical_coaching_staff ?y .
?y ns:american_football.football_historical_coach_position.coach ?x .
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk0} ||
EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2005-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk2} ||
EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2005-01-01"^^xsd:dateTime) })
}
|
At what school of higher learning that's a university whose sports team is USC Trojans football did Robert Kardashian receive an education? | conjunction | where did robert kardashian go to college | 2018-02-13T03:58:49 | [
{
"aliases": [
"SC",
"USC"
],
"answer": "University of Southern California",
"answer_id": "m.065y4w7"
}
] | WebQTest-673 | WebQTest-673_b14155e9586df7bd9b9644fac2e623e5 | where did robert kardashian go to college and is the education institution has a sports team named USC Trojans football | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01x48v)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01x48v 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.07k53y .
} |
|
What country with Co2 emissions per capital of 2010 metric ton that was ruled by Maria Theresa? | conjunction | what did maria theresa rule | 2018-02-12T23:02:53 | [
{
"aliases": [
"Magyarország",
"Hungary, Europe"
],
"answer": "Hungary",
"answer_id": "m.03gj2"
}
] | WebQTrn-1895 | WebQTrn-1895_48414fac64ceef2f167ad6de42efe07d | what did maria theresa rule and is the co2 emiisions per capita was once 2010 metric ton | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0czh6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0czh6 ns:royalty.monarch.kingdom ?x .
?x ns:location.statistical_region.co2_emissions_per_capita ?c .
?c ns:measurement_unit.dated_metric_ton.date "2010"^^xsd:dateTime .
} |
|
Which team is owned by the Green Bay Packers Board of Directors? | composition | who are the green bay packers owned by | green bay packers | 2018-02-12T20:12:11 | [
{
"aliases": [],
"answer": "Green Bay Packers Board of Directors",
"answer_id": "m.0c24nj"
}
] | WebQTrn-302 | WebQTrn-302_e8760c99ce646321bcd1dcda7544993c | who are the the sports team owner is Green Bay Packers Board of Directors owned by | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.0c24nj .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
What educational institution has a sports team named Army West Point Black Knights football did Edgar Allan Poe go to? | conjunction | what college did edgar allan poe go to | 2018-02-13T01:01:41 | [
{
"aliases": [
"West Point",
"Army",
"U.S. Military Academy",
"United States Military Academy, main campus",
"United States Military Academy, West Point",
"USMA Staff"
],
"answer": "United States Military Academy",
"answer_id": "m.07x4c"
}
] | WebQTrn-2997 | WebQTrn-2997_17cc2a954471b042833c1ba0dcb5455a | what college did edgar allan poe go to and is the education institution has a sports team named Army West Point Black Knights football | 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.sports_teams ns:m.026642h .
} |
|
Derek Fisher is the head coach of a basketball team that won their last championship when? | composition | when did the ny knicks last win a championship | ny knicks | 2018-02-12T22:14:24 | [
{
"aliases": [],
"answer": "1973 NBA Finals",
"answer_id": "m.0cs1kg"
}
] | WebQTrn-1406 | WebQTrn-1406_47e95c73ec76579a8d66b6e1607df389 | when did the the basket ball team head coach is Derek Fisher last win a championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:basketball.basketball_team.head_coach ns:m.04lvwk .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What country with lowest consumer price index did Nina Dobrev came from? | superlative | what is nina dobrev nationality | 2018-02-12T19:39:38 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-15 | WebQTrn-15_49b9250de747d7cc43b12df164afd0db | what is nina dobrev nationality and is the consumer price index was once smallest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.027nwk2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.027nwk2 ns:people.person.nationality ?x .
?x ns:location.statistical_region.consumer_price_index ?c .
?c ns:measurement_unit.dated_index_value.index_value ?num .
}
ORDER BY xsd:integer(?num) LIMIT 1 |
|
What type of music was played by the illustrator of "In His Own Write"? | composition | what type of music did john lennon sing | john lennon | 2018-02-13T02:44:50 | [
{
"aliases": [],
"answer": "Soft rock",
"answer_id": "m.02k_kn"
},
{
"aliases": [
"Blues rock",
"Blues-rock",
"Rock Blues"
],
"answer": "Blues rock",
"answer_id": "m.02yv6b"
},
{
"aliases": [
"Experimental",
"Música experimental"
],
"answer": "Experimental music",
"answer_id": "m.03ckfl9"
},
{
"aliases": [],
"answer": "Pop rock",
"answer_id": "m.05bt6j"
},
{
"aliases": [],
"answer": "Psychedelic rock",
"answer_id": "m.05w3f"
},
{
"aliases": [
"Pop",
"pop"
],
"answer": "Pop music",
"answer_id": "m.064t9"
},
{
"aliases": [
"רוק",
"Rock"
],
"answer": "Rock music",
"answer_id": "m.06by7"
},
{
"aliases": [],
"answer": "Experimental rock",
"answer_id": "m.08jyyk"
},
{
"aliases": [],
"answer": "Art rock",
"answer_id": "m.0cx7f"
}
] | WebQTest-84 | WebQTest-84_e22c53a2843765feb72de58a908a5c52 | what type of music did the illustrator of the book In his own write sing | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:book.illustrator.books_illustrated ns:m.06td1h2 .
?c ns:music.artist.genre ?x .
}
|
What types of religion are practiced in the US state whose capital city is Boston? | composition | what type of religion did massachusetts have | massachusetts | 2018-02-13T06:07:25 | [
{
"aliases": [
"Baptist Church",
"Baptist"
],
"answer": "Baptists",
"answer_id": "m.019cr"
},
{
"aliases": [
"Christian"
],
"answer": "Christianity",
"answer_id": "m.01lp8"
},
{
"aliases": [],
"answer": "United Church of Christ",
"answer_id": "m.01s5nb"
},
{
"aliases": [],
"answer": "Churches of Christ",
"answer_id": "m.021_0p"
},
{
"aliases": [
"Protestant Episcopal Church",
"The Protestant Episcopal Church in the United States of America",
"PECUSA"
],
"answer": "Episcopal Church",
"answer_id": "m.02rsw"
},
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
},
{
"aliases": [
"Lutheran",
"Lutheran Church"
],
"answer": "Lutheranism",
"answer_id": "m.04pk9"
},
{
"aliases": [
"Methodist Church"
],
"answer": "Methodism",
"answer_id": "m.051kv"
},
{
"aliases": [
"Protestant"
],
"answer": "Protestantism",
"answer_id": "m.05sfs"
},
{
"aliases": [
"Pentecostal"
],
"answer": "Pentecostalism",
"answer_id": "m.05w5d"
},
{
"aliases": [
"Presbyterian Church"
],
"answer": "Presbyterianism",
"answer_id": "m.0631_"
},
{
"aliases": [
"Buddhist"
],
"answer": "Buddhism",
"answer_id": "m.092bf5"
},
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
},
{
"aliases": [
"Jehovah's Witness"
],
"answer": "Jehovah's Witnesses",
"answer_id": "m.0dtdq"
}
] | WebQTest-1829 | WebQTest-1829_15b36427967d3db1d97d9fc1bc3cda47 | what type of religion did the us state that has a capital named Boston 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.us_state.capital ns:m.01cx_ .
?c ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
}
|
Where do the people whose religious belief is God in Islam 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_1b40ec5e2970a33a86dc1df10b72db1c | where do the religion belief is God in Islam 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.beliefs ns:m.09kb_2 .
?c ns:religion.religion.types_of_places_of_worship ?x .
}
|
Who held the position of state senator from Arizona and held this post before 1953-01-03? | comparative | who is my state senator arizona | 2018-02-13T05:07:31 | [
{
"aliases": [
"Henry Fountain Ashurst",
"Henry Ashurst"
],
"answer": "Ralph H. Cameron",
"answer_id": "m.07s4f1"
},
{
"aliases": [],
"answer": "Carl Hayden",
"answer_id": "m.03l8kj"
},
{
"aliases": [
"Marcus Smith"
],
"answer": "Ernest McFarland",
"answer_id": "m.07sckt"
},
{
"aliases": [],
"answer": "Marcus A. Smith",
"answer_id": "m.02rzt9"
},
{
"aliases": [
"Ralph Cameron"
],
"answer": "Henry F. Ashurst",
"answer_id": "m.07sgkx"
}
] | WebQTest-1331 | WebQTest-1331_4180ce27fb6f72b125ef3637840a6e49 | who is my state senator arizona and held his govermental position from before 1953-01-03 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0vmt)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0vmt ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.office_position_or_title ns:m.02_7l8y .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
FILTER (?num < "1953-01-03"^^xsd:dateTime) .
} |
|
Where is the location of the place that appointed Moncef Marzouki to government? | composition | where is tunis on a map | tunis | 2018-02-13T05:43:01 | [
{
"aliases": [
"Afrique"
],
"answer": "Africa",
"answer_id": "m.0dg3n1"
}
] | WebQTest-1640 | WebQTest-1640_11ff41d4e7a4786018b253237538ceb3 | where is the location that appointed Moncef Marzouki to govermental position on a map | PREFIX ns: <http://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.0g9zy6b .
?c ns:base.locations.countries.continent ?x .
}
|
The country that has the national anthem Gloria al Bravo Pueblo plays what major sports? | composition | what are the major sports played in venezuela | venezuela | 2018-02-13T00:43:52 | [
{
"aliases": [
"Venezuela women's national volleyball"
],
"answer": "Venezuela women's national volleyball team",
"answer_id": "m.03mf9_m"
},
{
"aliases": [
"Venezuela men's national volleyball"
],
"answer": "Venezuela men's national volleyball team",
"answer_id": "m.03w9ng1"
},
{
"aliases": [
"Venezuela Men's National Soccer Team",
"Venezuela Soccer Team",
"Venezuela Men's Football Team",
"The Burgundy",
"Venezuela National Football Team",
"Venezuela national football",
"Venezuela Mens National Football Team",
"Venezuela Men's National Football Team",
"Venezuela Football Team",
"Venezuela Mens National Soccer Team",
"La Vinotinto",
"Venezuela Mens Football Team",
"Venezuela Men's Soccer Team",
"Venezuela Mens Soccer Team",
"Venezuela National Soccer Team"
],
"answer": "Venezuela national football team",
"answer_id": "m.03zkr8"
},
{
"aliases": [],
"answer": "Cocodrilos de Caracas",
"answer_id": "m.0kn5hg6"
}
] | WebQTrn-2819 | WebQTrn-2819_9583f34cbc39952b503d2285500b3b97 | what are the major sports played in the country that has the national anthem Gloria al Bravo Pueblo | PREFIX ns: <http://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.01kvg4 .
?c ns:sports.sports_team_location.teams ?x .
}
|
What country bordering Armenia tha thas Adana Province? | conjunction | what countries does armenia border | 2018-02-12T22:34:28 | [
{
"aliases": [
"Republic of Turkey",
"Türkiye",
"Turkiye"
],
"answer": "Turkey",
"answer_id": "m.01znc_"
}
] | WebQTrn-1592 | WebQTrn-1592_5ccdb455e2beae55439c80ec6e952758 | what countries does armenia border and is the country that contains Adana Province | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jgx)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jgx ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:location.country.administrative_divisions ns:m.0199s4 .
} |
|
The 1974 Stanley Cup Finals championship winners also won the Cup in what years? | composition | when did the philadelphia flyers win the cup | philadelphia flyers | 2018-02-13T04:22:11 | [
{
"aliases": [],
"answer": "1975 Stanley Cup Finals",
"answer_id": "m.03by14v"
},
{
"aliases": [],
"answer": "1974 Stanley Cup Finals",
"answer_id": "m.03by156"
}
] | WebQTest-896 | WebQTest-896_461200baa1883ed87093a06831c8fec8 | when did the the team won the 1974 Stanley Cup Finals championship win the cup | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.03by156 .
?c ns:sports.sports_team.championships ?x .
}
|
What is the time zone in the location where Honolulu County is the capital? | composition | what is the current time in kauai hawaii | hawaii | 2018-02-13T04:51:36 | [
{
"aliases": [
"Hawaii-Aleutian Time"
],
"answer": "Hawaii-Aleutian Time Zone",
"answer_id": "m.02lctm"
}
] | WebQTest-1181 | WebQTest-1181_2ed540621cbcd0bcda8774699532cf98 | what is the current time in kauai the us state that has a capital named Honolulu County | PREFIX ns: <http://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.us_state.capital ns:m.03fb3t .
?c ns:location.location.time_zones ?x .
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.