uid
stringlengths 1
4
| query
stringlengths 106
368
| question
stringlengths 18
143
| simplified_query
stringlengths 60
218
| answer
stringlengths 1
352
| verbalized_answer
stringlengths 26
410
| verbalized_answer_2
stringlengths 21
428
| verbalized_answer_3
stringlengths 0
312
| verbalized_answer_4
stringlengths 0
296
| verbalized_answer_5
stringlengths 0
201
| verbalized_answer_6
stringlengths 0
218
| verbalized_answer_7
stringclasses 252
values | verbalized_answer_8
stringclasses 249
values |
---|---|---|---|---|---|---|---|---|---|---|---|---|
737
|
ASK WHERE { <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> <http://dbpedia.org/ontology/animator> <http://dbpedia.org/resource/Walt_Disney> }
|
Was Tommy Tucker's Tooth animated by Walt Disney?
|
ASK WHERE { resource:Tommy_Tucker's_Tooth property:animator resource:Walt_Disney }
|
Yes
|
[Yes], Walt Disney is the animator of Tommy Tucker's Tooth.
|
[Yes] Tommy Tucker's Tooth was animated by Walt Disney.
|
[Yes], the animator of Tommy Tucker's Tooth was Walt Disney.
|
[Yes], the animator of Tommy Tucker's Tooth was the organization.
|
||||
975
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Demiéville> <http://dbpedia.org/property/fields> ?uri. <http://dbpedia.org/resource/Koay_Teng_Hai> <http://dbpedia.org/ontology/religion> ?uri}
|
Which fields of the Paul Demiville is also the faith of Koay Teng Hai?
|
SELECT DISTINCT ?w WHERE { resource:Koay_Teng_Hai property:religion ?w . resource:Paul_Demiéville property:fields ?w }
|
Buddhism
|
The field of Paul Demiville and religion of Koay Teng Hai is [Buddhism].
|
Paul Demiville's field of activity and Koai Teng Hai religion is [Buddhism].
|
The fields of the him and faith of the Koay Teng Hai is [Buddhism].
|
Koai Teng Hai's fields of activity and religion are [Buddhism].
| ||||
640
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/broadcastArea> <http://dbpedia.org/resource/Agaléga> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }
|
List the broadcast area of the TV stations which also serves in Agalga?
|
SELECT DISTINCT ?f WHERE { ?x property:broadcast_area resource:Agaléga . ?x property:broadcast_area ?f . }
|
Mauritius, Rodrigues, Agalga, Worldwide, worldwide
|
The broadcast areas of the television stations whose broadcast area is also Agalga are [Mauritius, Rodrigues, Agalga, Worldwide, worldwide].
|
The broadcasting areas of television stations, whose broadcasting area is also Agalga, are [Mauritius, Rodrigues, Agalga, Worldwide, Worldwide].
| ||||||
869
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/ethnicity> <http://dbpedia.org/resource/Bengalis> . ?x <http://dbpedia.org/ontology/party> ?uri . }
|
What is the political party of the Bengalis?
|
SELECT DISTINCT ?o WHERE { ?d property:party ?o . . ?d property:ethnicity resource:Bengalis }
|
answer
|
The political parties of the people whose ethnic group is Bengalis are [answer].
|
Bengali political parties are [answer]
| ||||||
663
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/largestCity> <http://dbpedia.org/resource/Tirana> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}
|
Tirana is the largest city of which country?
|
SELECT DISTINCT ?j WHERE { ?j property:largest_city resource:Tirana . ?j rdf:type ontology:Country }
|
Albania
|
The country with Tirana as largest city is [Albania].
|
The country with Tirana as its largest city is [Albania].
| ||||||
623
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cityServed> <http://dbpedia.org/resource/San_Francisco> . ?uri <http://dbpedia.org/property/hubs> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Airline>}
|
Name the airlines which have a hub in airport in San Francisco?
|
SELECT DISTINCT ?u WHERE { ?a property:city_served resource:San_Francisco . ?u property:hubs ?a . ?u rdf:type ontology:Airline }
|
Virgin America, Pacific Air Lines
|
The airlines whose hub is San Francisco airport are [Virgin America, Pacific Air Lines].
|
Airlines whose hub located in San Francisco Airport [Virgin America, Pacific Air Lines].
| ||||||
4363
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Coconut> . ?x <http://dbpedia.org/property/country> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Food>}
|
In which countries is coconut used as a food ingredient?
|
SELECT DISTINCT ?p WHERE { ?n property:ingredient resource:Coconut . ?n rdf:type ontology:Food . ?n property:country ?p }
|
answer
|
The countries where coconut is used as a food ingredient are [answer].
|
Countries where coconut is used as a food ingredient - [answer].
| ||||||
3681
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Peter_Cosgrove> . ?x <http://dbpedia.org/property/mascot> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}
|
What is the mascot of the army unit whose commander is Peter Cosgrove ?
|
SELECT DISTINCT ?v WHERE { ?y property:commander resource:Peter_Cosgrove . ?y property:mascot ?v . ?y rdf:type ontology:Military_Unit }
|
Kangaroo
|
[Kangaroo] is the mascot of the military unit commanded by Peter Cosgrove.
|
[Kangro] is the mascot of the military unit headed by Peter Cosgrove.
|
The mascot of the military unit whose commander is him is [Kangaroo].
|
The mascot of the military unit he commands is [Kangaroo].
| ||||
3112
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Waylon_Jennings> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}
|
Which musical artists have collaborated with Waylon Jennings?
|
SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:Musical_Artist . ?r property:associated_musical_artist resource:Waylon_Jennings }
|
answer
|
The musical artists associated with Waylon Jennings are [answer].
|
Music artists associated with Waylon Jennings: [answer].
|
The musical artists whose associated musical artist is him are [answer].
|
Waylon Jennings's associated other music artists are [answer].
| ||||
2089
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_Brigade_Taurinense> <http://dbpedia.org/ontology/battle> ?uri }
|
With whom were the engagements of Alpine Brigade Taurinense?
|
SELECT DISTINCT ?x WHERE { resource:Alpine_Brigade_Taurinense property:battle ?x }
|
Afghanistan, Bosnia and Herzegovina, Kosovo, Mozambique, Iraq
|
The battles where Alpine Brigade Taurinense was involved are [Afghanistan, Bosnia and Herzegovina, Kosovo, Mozambique, Iraq].
|
The battles where Alpine Brigade Taurinense was fought were [Afghanistan, Bosnia and Herzegovina, Kosovo, Mozambique, and Iraq].
| ||||||
1621
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Air_2000> <http://dbpedia.org/property/destinations> ?uri }
|
To which destinations does Air 2000 fly?
|
SELECT DISTINCT ?w WHERE { resource:Air_2000 property:destinations ?w }
|
Europe, North America, Africa
|
The destinations of Air 2000 are [Europe, North America, Africa].
|
[Europe, North America, Africa] are the destinations of Air 2000.
| ||||||
293
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Baraily> <http://dbpedia.org/ontology/leaderName> ?uri. <http://dbpedia.org/resource/Jowai> <http://dbpedia.org/ontology/leaderName> ?uri . }
|
What political party has governed both in Baraily and Jowai?
|
SELECT DISTINCT ?r WHERE { resource:Baraily property:leader_name ?r . resource:Jowai property:leader_name ?r . }
|
Indian National Congress
|
[Indian National Congress] is the leader party of Baraily and Jowai.
|
[The Indian National Congress] is the leading party of Baraili and Juwai.
| ||||||
3330
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Juan_Dalmau_RamÃrez> <http://dbpedia.org/property/headquarters> ?uri }
|
what is the headquarters of Juan Dalmau Ramerez?
|
SELECT DISTINCT ?b WHERE { resource:Juan_Dalmau_RamÃrez property:headquarters ?b }
|
Puerto Rico, San Juan, Puerto Rico
|
The headquarters of Juan Dalmau Ramrez is [Puerto Rico, San Juan, Puerto Rico].
|
Headquarters of Juan Dalmau Ramres [Puerto Rico, San Juan, Puerto Rico].
|
The headquarters of Juan Dalmau Ramrez are [Puerto Rico, San Juan, Puerto Rico].
|
Headquarters of Juan Dalmau Ramres [Puerto Rico, San Juan, Puerto Rico].
| ||||
1739
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Mac_OS> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}
|
Give me some software which run on mac os.
|
SELECT DISTINCT ?h WHERE { ?h property:operating_system resource:Mac_O_S . ?h rdf:type ontology:Software }
|
answer
|
The software which run on Mac OS are [answer].
|
Software running on Mac OS is [answer].
| ||||||
2078
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Lanao_del_Sur> . ?x <http://dbpedia.org/ontology/athletics> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}
|
What games are played at universities in Lanao Del Sur?
|
SELECT DISTINCT ?b WHERE { ?z property:athletics ?b . ?z rdf:type ontology:University . ?z property:state resource:Lanao_del_Sur }
|
Basketball, Badminton, Volleyball, Association football, Chess, Baseball
|
The athletics of the universities located in Lanao del Sur state are [Basketball, Badminton, Volleyball, Association football, Chess, Baseball].
|
The universities of Lanao del Sur teach [basketball, badminton, fencing, football, chess, and baseball].
| ||||||
4997
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/field> <http://dbpedia.org/resource/Varsity_Stadium> . ?uri <http://dbpedia.org/ontology/formerTeam> ?x . }
|
Count all those who previously played for a team which ownes Varsity Stadium ?
|
SELECT DISTINCT COUNT ( ?s ) WHERE { ?s property:former_team ?d . . ?d property:field resource:Varsity_Stadium }
|
349
|
There are [349] american football players whose former team's field is Varsity Stadium.
|
There are [349] American football players who previously played for a team which ownes Varsity Stadium.
| ||||||
1352
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/ontology/maintainedBy> ?uri }
|
List the maintainers of Pandaruan Bridge?
|
SELECT DISTINCT ?l WHERE { resource:Pandaruan_Bridge property:maintained_by ?l }
|
Brunei, Malaysia, Public Works Department of Brunei, Malaysian Public Works Department
|
The maintainers of Pandaruan Bridge are [Brunei, Malaysia, Public Works Department of Brunei, Malaysian Public Works Department].
|
The Pandari Bridge is operated by [Brunei, Malaysia, Department of Public Works in Brunei, Department of Public Works in Malaysia].
| ||||||
3212
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/managerclubs> <http://dbpedia.org/resource/England_national_under-20_football_team> . ?uri <http://dbpedia.org/property/managerclubs> <http://dbpedia.org/resource/England_national_under-21_football_team> . }
|
Give the name of the managers of England national under-20 football team and England national under-21 football team?
|
SELECT DISTINCT ?h WHERE { ?h property:managerclubs resource:England_national_under-20_football_team . ?h property:managerclubs resource:England_national_under-21_football_team . }
|
Gareth Southgate, Peter Taylor (footballer, born 1953)
|
The managers of both England national under-20 football team and England national under-21 football team are [Gareth Southgate, Peter Taylor (footballer, born 1953)].
|
England U20 and England U21 national team managers [Gareth Southgate, Peter Taylor (footballer, born 1953)].
| ||||||
4206
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gary_Chang> . ?x <http://dbpedia.org/property/producer> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}
|
Who are the producers of the movies which has music by Gary Chang ?
|
SELECT DISTINCT ?g WHERE { ?d property:producer ?g . ?d rdf:type ontology:Film . ?d property:music resource:Gary_Chang }
|
answer
|
The producers of the films which have music by Gary Chang are [answer].
|
[answer] is the producer of films with music by Gary Chang.
|
The producer of the movies whose music is him are [answer].
|
Producer of films he wrote the music forare [answer].
| ||||
1175
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Plant> . ?uri <http://dbpedia.org/ontology/division> ?x . }
|
How many things belong to a division of plant kingdom?
|
SELECT DISTINCT COUNT ( ?h ) WHERE { ?u property:kingdom resource:Plant . ?h property:division ?u . }
|
51443
|
There are [51443] things whose division's kingdom is plant.
|
There are [51443] things in the division of plant kingdom.
| ||||||
465
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/subsequentWork> <http://dbpedia.org/resource/Doctor_Who_Extra> . ?uri <http://dbpedia.org/ontology/related> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
List the show related to the which was followed by Doctor Who Extra?
|
SELECT DISTINCT ?s WHERE { ?s property:related ?f . ?s rdf:type ontology:Television_Show . ?f property:subsequent_work resource:Doctor_Who_Extra }
|
Doctor Who, Torchwood Declassified
|
The television shows related to the subsequent work of Doctor Who Extra are [Doctor Who, Torchwood Declassified].
|
The TV show was a reference to the follow-up to [Doctor Who, Torchwood Decided].
| ||||||
3206
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}
|
What are the universities where athletics is regulated by National Collegiate Athletic Association?
|
SELECT DISTINCT ?a WHERE { ?a property:athletics resource:National_Collegiate_Athletic_Association . ?a rdf:type ontology:University }
|
answer
|
The universities with athletics in the National Collegiate Athletic Association are [answer].
|
Universities with an athletics department at the National Association of Athletics Federations are [answer].
| ||||||
4234
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/ethnicity> <http://dbpedia.org/resource/Puerto_Rico> . ?x <http://dbpedia.org/property/awards> ?uri . }
|
Which awards has Puerto Ricons won?
|
SELECT DISTINCT ?r WHERE { ?g property:awards ?r . . ?g property:ethnicity resource:Puerto_Rico }
|
Academy Awards, Obie Award, Goya Awards
|
The awards Puerto Ricons has won are [Academy Awards, Obie Award, Goya Awards].
|
The awards he won [the Oscar, the Obie Award, the Goya Awards].
| ||||||
2347
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henri_Putz> <http://dbpedia.org/ontology/battle> ?x . ?x <http://dbpedia.org/ontology/territory> ?uri . }
|
Where did the conflict take place in which Henri Putz fought?
|
SELECT DISTINCT ?w WHERE { resource:Henri_Putz property:battle ?g . ?g property:territory ?w . }
|
Tonkin, Annam (French protectorate)
|
The territories of the battle where Henri Putz fought are [Tonkin, Annam (French protectorate)].
|
The battlefields where Henri Paul fought [Tonkin, Annam (French protectorate)].
|
The territory of the military conflict which is the in conflict of him are [Tonkin, Annam (French protectorate)].
|
The territory of the military conflict in which it finds itself is [Tonkin, Annam (French protectorate)].
| ||||
3810
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Mudbloods> <http://dbpedia.org/property/genre> ?x . ?x <http://dbpedia.org/ontology/stylisticOrigin> ?uri . }
|
Where did the genres originate which can be found in The Mudbloods?
|
SELECT DISTINCT ?t WHERE { resource:The_Mudbloods property:genre ?y . ?y property:stylistic_origin ?t . }
|
New wave music, Alternative rock, Folk rock, Garage rock, Post-punk, Harry Potter
|
The stylistic origin of the genres of The Mudbloods are [New wave music, Alternative rock, Folk rock, Garage rock, Post-punk, Harry Potter].
|
The Mudblood genres - New Wave Music, Rock, Folk Rock, Rock, Post-Punk, Harry Potter - are stylistically based.
| ||||||
1757
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nihoa> <http://dbpedia.org/property/nearestCity> ?uri }
|
What cities are near to Nihoa which is also known as Bird Island?
|
SELECT DISTINCT ?q WHERE { resource:Nihoa property:nearest_city ?q }
|
Hawaii, Kauai
|
The nearest cities to Nihoa are [Hawaii, Kauai].
|
Closest cities to Nihoa are [Hawaii, Kauai].
| ||||||
2062
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Live_in_Detroit,_MI> <http://dbpedia.org/ontology/recordedIn> ?uri. <http://dbpedia.org/resource/Bodhin_Kjolhede> <http://dbpedia.org/property/placeOfBirth> ?uri}
|
Where was Live in Detroit, MI recorded and was also palce of birth of the Bodhin Kjolhede?
|
SELECT DISTINCT ?a WHERE { resource:Bodhin_Kjolhede property:place_of_birth ?a . resource:Live_in_Detroit,_M_I property:recorded_in ?a }
|
Michigan
|
The recorded place of Live in Detroit, MI and place of birth of Bodhin Kjolhede is [Michigan].
|
The registered residence in Detroit, Michigan, and the birthplace of Bodie Keolhead is [Michigan].
|
[Michigan] is the recorded in of the Live in the country, MI and place of birth of the Bodhin Kjolhede.
|
[Michigan] is a recorded living location in Detroit, Michigan, , MI and birthday of Body Kjolhede.
| ||||
691
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/East_Tilbury> <http://dbpedia.org/ontology/ceremonialCounty> ?uri }
|
List the ceremonial county of East Tilbury?
|
SELECT DISTINCT ?w WHERE { resource:East_Tilbury property:ceremonial_county ?w }
|
Essex
|
The ceremonial county of East Tilbury is [Essex].
|
East Tilbury County is from [Essex].
| ||||||
4356
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/subsequentWork> <http://dbpedia.org/resource/Frasier> . ?uri <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Massachusetts> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
Which TV show's setting is in Massachusetts and is the subsequent work of Fraiser ?
|
SELECT DISTINCT ?s WHERE { ?s property:location resource:Massachusetts . ?s rdf:type ontology:Television_Show . ?s property:subsequent_work resource:Frasier }
|
Cheers
|
The television show whose subsequent work is Frasier and location in Massachusetts is [Cheers].
|
[Cheers] setting is in Massachusetts and is the subsequent work of Fraiser.
| ||||||
4570
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/languageFamily> <http://dbpedia.org/resource/Germanic_languages> . ?uri <http://dbpedia.org/property/language> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Writer>}
|
List some writers which speak one of the Germanic languages.
|
SELECT DISTINCT ?u WHERE { ?u property:language ?k . ?k property:language_family resource:Germanic_languages . ?u rdf:type ontology:Writer }
|
answer
|
[answer] are some writers who speak one of the Germanic languages..
|
There are [answer] writers who speak one of the languages.
| ||||||
4137
|
ASK WHERE { <http://dbpedia.org/resource/Switzerland_at_the_2004_Summer_Olympics> <http://dbpedia.org/property/flagbearer> <http://dbpedia.org/resource/Roger_Federer> }
|
Is Roger Federer the flagbearer of Switzerland at the 2004 Summer Olympics?
|
ASK WHERE { resource:Switzerland_at_the_2004_Summer_Olympics property:flagbearer resource:Roger_Federer }
|
Yes
|
[Yes], Roger Federer is the flagbearer of Switzerland at the 2004 Summer Olympics.
|
Yes], Roger Federer is Switzerland's flag bearer at the 2004 Summer Olympics.
|
[Yes], the flagbearer of Switzerland at the 2004 Summer Olympics is Roger Federer.
|
[Yes],Switzerland's standard-bearer at the 2004 Summer Olympics is Roger Federer.
|
||||
4698
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/primeMinister> <http://dbpedia.org/resource/Gough_Whitlam> }
|
Who all held a position when Gough Whitlam was the prime minister?
|
SELECT DISTINCT ?v WHERE { ?v property:prime_minister resource:Gough_Whitlam }
|
answer
|
The office holders whose prime minister is Gough Whitlam are [answer].
|
The office holders, of which Gough Whitlam is the prime minister, are [answer].
|
The office holders whose prime minister is him are [answer].
|
The office holders of which he is prime minister [answer].
| ||||
2930
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/employer> <http://dbpedia.org/resource/Columbia_Records> . ?x <http://dbpedia.org/ontology/employer> ?uri . }
|
Where has the employee of Columbia Records worked ?
|
SELECT DISTINCT ?v WHERE { ?p property:employer ?v . . ?p property:employer resource:Columbia_Records }
|
Rolling Stone, The Walt Disney Company, KPPC (defunct), Pixar, Columbia Records, KPFK, Elvis Presley, Monument Records, RCA Records, WTVF
|
The employers of the people who also work at Columbia Records are [Rolling Stone, The Walt Disney Company, KPPC (defunct), Pixar, Columbia Records, KPFK, Elvis Presley, Monument Records, RCA Records, WTVF].
|
Employers of people who also work for Columbia Records are [Rolling Stone, The Walt Disney Company, KPPC (deceased), Pixar, Columbia Records, KPFK, Elvis Presley, Monument Records, RCA Records, WFF].
| ||||||
641
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/LG_Optimus_Vu> <http://dbpedia.org/ontology/operatingSystem> ?uri. <http://dbpedia.org/resource/Manu_Cornet> <http://dbpedia.org/property/employer> ?uri}
|
Which operating system provider of LG Optimus Vu is also the employer of Manu Cornet?
|
SELECT DISTINCT ?f WHERE { resource:L_G_Optimus_Vu property:operating_system ?f . resource:Manu_Cornet property:employer ?f }
|
Google
|
The operating system of the LG Optimus Vu and employer of the Manu Cornet is [Google].
|
The Optimus Vu operating system and Manu Cornet's employer is [Google].
| ||||||
1133
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/Volleyball> . ?x <http://dbpedia.org/property/athletics> ?uri }
|
Count the number of sports played by the universities which also plays Volleyball?
|
SELECT DISTINCT COUNT ( ?g ) WHERE { ?k property:athletics ?g . ?k property:athletics resource:Volleyball }
|
57
|
There are [57] athletics of the universities whose one sport is Volleyball.
|
Universities have [57] athletics, whose one sport is football.
|
There are [57] athletics of the universities whose athletics is also baseball.
|
There are [57] more sports played by the university.
| ||||
862
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/commandStructure> <http://dbpedia.org/resource/United_States_Department_of_the_Navy> }
|
what are some units udner the US department of navy?
|
SELECT DISTINCT ?s WHERE { ?s property:command_structure resource:United_States_Department_of_the_Navy }
|
United States Coast Guard, United States Navy, Master-at-arms, United States Marine Corps Reserve, Assault Craft Unit 5, United States Navy Reserve, Bureau of Medicine and Surgery, Fleet Marine Force, Pacific, Fleet Marine Force, Atlantic, Advanced Base Force
|
The military units whose command structure is the United States Department of the Navy are [United States Coast Guard, United States Navy, Master-at-arms, United States Marine Corps Reserve, Assault Craft Unit 5, United States Navy Reserve, Bureau of Medicine and Surgery, Fleet Marine Force, Pacific, Fleet Marine Force, Atlantic, Advanced Base Force].
|
The military units that command the United States Department of the Navy are [United States Coast Guard, United States Navy, Master-at-arms, United States Marine Corps Reserve, Assault Craft Unit 5, United States Navy Reserve, Bureau of Medicine and Surgery, Fleet Marine Force, Pacific, Fleet Marine Force, Atlantic, Advanced Base Force].
| ||||||
4764
|
SELECT DISTINCT COUNT(?uri) WHERE {?uri <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . }
|
How many universities are in the National Collegiate Athletic Association?
|
SELECT DISTINCT COUNT ( ?m ) WHERE { ?m property:athletics resource:National_Collegiate_Athletic_Association . }
|
379
|
There are [379] universities whose athletics is National Collegiate Athletic Association.
|
There are [379] universities whose athletics is the National Association of Athletics Federations.
|
There are [379] universities having athletics in the organisation.
|
There are [379] universities athletics that come under the organisation.
| ||||
4045
|
SELECT DISTINCT COUNT(?uri) WHERE {?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Akira_Ifukube> . }
|
Music of how many things has been given by Akira Ifukube?
|
SELECT DISTINCT COUNT ( ?q ) WHERE { ?q property:music resource:Akira_Ifukube . }
|
54
|
There are [54] movies whose music is given by Akira Ifukube.
|
There are [54] films to which Akira Ifuhibe provides music.
|
There are [54] movies whose music is given by him.
|
There are [54] films to which music comes from him.
| ||||
1939
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sonia_Gandhi> <http://dbpedia.org/property/children> ?x . ?x <http://dbpedia.org/ontology/party> ?uri . }
|
To which political party do the children of Sonia Gandhi belong?
|
SELECT DISTINCT ?a WHERE { ?z property:party ?a . . resource:Sonia_Gandhi property:children ?z }
|
Indian National Congress
|
The party of the children of Sonia Gandhi is [Indian National Congress].
|
Sonia Gandhi's children's party, the [Indian National Congress].
|
[Indian National Congress] is the party of the person who is the children of her .
|
[Indian National Congress] is the party children of Sonia Gandhi belongs to.
|
[Indian National Congress] is the party of the person who is the children of the person .
|
[Indian National Congress] is the party in which children of Sonia Gandhi is a part of.
| ||
3770
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Marvin_Bush> . ?x <http://dbpedia.org/property/children> ?uri . }
|
What are some other children of the father of Marvin Bush?
|
SELECT DISTINCT ?m WHERE { ?j property:child resource:Marvin_Bush . ?j property:children ?m . }
|
6, Neil Bush, Jeb Bush, Marvin Bush, Dorothy Bush Koch, George W. Bush, Robin
|
The children of the people whose one child is Marvin Bush are [6, Neil Bush, Jeb Bush, Marvin Bush, Dorothy Bush Koch, George W. Bush, Robin].
|
Children of people whose only child with name Marvin Bush are [6, Neil Bush, Jeb Bush, O Marvin Bush, Dorothy Bush, George W. Bush, Robin].
|
The children of the office holders whose sons is him are [6, Neil Bush, Jeb Bush, him, Dorothy Bush Koch, George W. Bush, Robin].
|
Children of office holders whose sons he is [6, Neil Bush, Jeb Bush, him, Dorothy Bush, George W. Bush, Robin].
| ||||
4170
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/judges> <http://dbpedia.org/resource/Randy_Jackson> . ?uri <http://dbpedia.org/property/judges> <http://dbpedia.org/resource/Jennifer_Lopez> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
Name the tv show with judges Randy Jackson and Jennifer Lopez?
|
SELECT DISTINCT ?v WHERE { ?v property:judges resource:Jennifer_Lopez . ?v rdf:type ontology:Television_Show . ?v property:judges resource:Randy_Jackson }
|
American Idol
|
[American Idol] is the television show with judgess Randy Jackson and Jennifer Lopez.
|
[American Idol] is a television show featuring judges Randy Jackson and Jennifer Lopez.
|
[American Idol] is the television show whose judgess are him and Jennifer Lopez.
|
[American Idol] is a television show with him and Jennifer Lopez as judges.
| ||||
1446
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/inflow> <http://dbpedia.org/resource/Shannon_Cave> . ?uri <http://dbpedia.org/ontology/source> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
What is that river whose source gets water from the Shannon cave?
|
SELECT DISTINCT ?y WHERE { ?b property:inflow resource:Shannon_Cave . ?y rdf:type ontology:River . ?y property:source ?b }
|
River Shannon
|
[River Shannon] is the river whose source's inflow is the Shannon Cave.
|
[The Shannon River] is a river originating from Shannon Cave.
| ||||||
1061
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alexandre_Tichonov> <http://dbpedia.org/property/university> ?uri. <http://dbpedia.org/resource/Valentin_Muratov> <http://dbpedia.org/property/placeOfDeath> ?uri}
|
Which university of Alexandre Tichonov is the place of death of Valentin Muratov?
|
SELECT DISTINCT ?d WHERE { resource:Valentin_Muratov property:place_of_death ?d . resource:Alexandre_Tichonov property:university ?d }
|
Moscow
|
The university of Alexandre Tichonov and death place of Valentin Muratov is [Moscow].
|
Alexander Tikhonov's University and the place of Valery Muratov's death - [Moscow].
|
[Moscow] is the university of the him and PLACE OF DEATH of the Valentin Muratov.
|
[Moscow] is Alexandre Tichonov's university and Valery Muratov's place of death.
| ||||
1198
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nebraska> <http://dbpedia.org/ontology/language> ?x . ?x <http://dbpedia.org/property/region> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/EthnicGroup>}
|
Where are ethnic group located which speak Nebraskan?
|
SELECT DISTINCT ?l WHERE { ?y rdf:type ontology:Ethnic_Group . resource:Nebraska property:language ?y . ?y property:region ?l }
|
California, Illinois, Michigan, North Carolina, Ohio, Pennsylvania, Texas, Georgia (U.S. state), Tennessee, Florida, New York
|
The regions of the ethnic group which is language of Nebraska are [California, Illinois, Michigan, North Carolina, Ohio, Pennsylvania, Texas, Georgia (U.S. state), Tennessee, Florida, New York].
|
The regions where Russian-speaking ethnic groups live are [California, Illinois, Michigan, North Carolina, Ohio, Pennsylvania, Texas, Georgia (USA), Tennessee, Florida, New York].
| ||||||
1953
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/cities> ?uri. <http://dbpedia.org/resource/Laszlo_Bellak> <http://dbpedia.org/ontology/deathPlace> ?uri}
|
List the American MEditerranean Sea city is also the place of death of Laszlo Bellak?
|
SELECT DISTINCT ?h WHERE { resource:Laszlo_Bellak property:death_place ?h . resource:American_Mediterranean_Sea property:cities ?h }
|
Miami
|
The city of the American Mediterranean Sea and deathplace of Laszlo Bellak is [Miami].
|
The city of the American Mediterranean and the place of Laszlo Bellack's death is [Miami].
| ||||||
428
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/tenant> <http://dbpedia.org/resource/Raptors_905> . ?x <http://dbpedia.org/ontology/tenant> ?uri }
|
What is the total number of other tenant of the stadia whose one of the tenant is Raptors 905?
|
SELECT DISTINCT COUNT ( ?m ) WHERE { ?c property:tenant resource:Raptors_905 . ?c property:tenant ?m }
|
17
|
There are [17] tenants of the stadia whose one tenant is Raptors 905.
|
The total number of other tenant of the stadia whose one of the tenant is Raptors 905 is [17].
| ||||||
1222
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Operation_Autumn_Clouds> <http://dbpedia.org/property/result> ?uri }
|
What was the result of Operation Autumn Clouds?
|
SELECT DISTINCT ?d WHERE { resource:Operation_Autumn_Clouds property:result ?d }
|
Gaza Strip, Israeli forces withdraw from the, Tactical Israeli victory
|
The results of Operation Autumn Clouds are [Gaza Strip, Israeli forces withdraw from the, Tactical Israeli victory].
|
Operation Autonomous Clouds's results are [the Gaza Strip, the Israeli withdrawal, Israel's tactical victory].
| ||||||
1009
|
SELECT DISTINCT COUNT(?uri) WHERE {?uri <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Science_fiction> . }
|
How many items belong to the Science Fiction genre?
|
SELECT DISTINCT COUNT ( ?q ) WHERE { ?q property:genre resource:Science_fiction . }
|
4618
|
There are [4618] items whose genre is science fiction.
|
There are [4618] items belonging to science fiction genre.
| ||||||
1579
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Stony_Brook_University_Hospital> . ?x <http://dbpedia.org/property/education> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FashionDesigner>}
|
Where did the fashion designer study who died at the Stony Brook University Hospital?
|
SELECT DISTINCT ?k WHERE { ?z property:death_place resource:Stony_Brook_University_Hospital . ?z rdf:type ontology:Fashion_Designer . ?z property:education ?k }
|
Syracuse University, Yale University
|
The universities of the fashion designer who died in Stony Brook University Hospital are [Syracuse University, Yale University].
|
The fashion designer who died at the Stony Brook University Hospital studied at [Syracuse University, Yale University].
| ||||||
986
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/chairman> <http://dbpedia.org/resource/Josep_Maria_Bartomeu> . ?uri <http://dbpedia.org/property/youthclubs> ?x . }
|
Count everyone who was in a youthclub chaired by Josep Maria Bartomeu?
|
SELECT DISTINCT COUNT ( ?z ) WHERE { ?p property:chairman resource:Josep_Maria_Bartomeu . ?z property:youthclubs ?p . }
|
332
|
There are [332] people whose youthclubs's chairman is Josep Maria Bartomeu.
|
There are [332] people whose youth club is chaired by Fasep Maria Faseu.
|
There are [332] owls whose youthclubs's chairman is him.
|
There is [332], who is chairman of the youth club he is.
|
There are [332] owls whose youthclubs's chairman is the person.
|
There is [332] youth club chaired by the person.
| ||
3444
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> <http://dbpedia.org/property/meaning> ?uri }
|
Who is the meaning of Isa ?
|
SELECT DISTINCT ?c WHERE { resource:Isa_(name) property:meaning ?c }
|
Jesus
|
The meaning of Isa is [Jesus].
|
The meaning of the name is [Jesus].
|
The meaning of Isa (name) is [Jesus].
|
Isa means [Jesus].
| ||||
1927
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WiZeefa> <http://dbpedia.org/property/foundation> ?uri }
|
Where was WiZeefa founded?
|
SELECT DISTINCT ?f WHERE { resource:Wi_Zeefa property:foundation ?f }
|
Dubai, United Arab Emirates
|
The place of foundation of WiZeefa is [Dubai, United Arab Emirates].
|
WiZeefa was founded in [Dubai, United Arab Emirates].
| ||||||
3935
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/battle> <http://dbpedia.org/resource/Benedict_Arnold's_expedition_to_Quebec> . ?uri <http://dbpedia.org/property/placeofburial> <http://dbpedia.org/resource/St_Mary's_Church,_Battersea> . }
|
Who was buried at St. Mary's Church and fought the battle of Benedict Arnold's expedition to Quebec ?
|
SELECT DISTINCT ?l WHERE { ?l property:placeofburial resource:St_Mary's_Church,_Battersea . . ?l property:battle resource:Benedict_Arnold's_expedition_to_Quebec }
|
Benedict Arnold
|
[Benedict Arnold] participated in the Benedict Arnold's expedition to Quebec and was buried in St Mary's Church, Battersea.
|
[Benedict Arnold] took part in Benedict Arnold's expedition to Quebec and was buried at Saint Mary's Church in Battersea.
| ||||||
3221
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Ray_(Australian_politician)> <http://dbpedia.org/ontology/primeMinister> ?uri. <http://dbpedia.org/resource/Graham_Richardson> <http://dbpedia.org/ontology/primeMinister> ?uri . }
|
List the common prime minister of the Robert Ray and graham richardson ?
|
SELECT DISTINCT ?h WHERE { resource:Robert_Ray_(_Australian_politician) property:prime_minister ?h . resource:Graham_Richardson property:prime_minister ?h . }
|
Bob Hawke, Paul Keating
|
The prime ministers of both Robert Ray and Graham Richardson are [Bob Hawke, Paul Keating].
|
Prime Ministers they both had [Bob Hawke, Paul Keating].
|
The prime minister of them are [Bob Hawke, Paul Keating].
|
Prime Minister Robert Rae (Australian politician) and Graham Richardson [Bob Hawke, Paul Keating].
| ||||
3664
|
ASK WHERE { <http://dbpedia.org/resource/Polet_Airlines> <http://dbpedia.org/ontology/targetAirport> <http://dbpedia.org/resource/Moscow> }
|
Do the polet airlines fly to moscow?
|
ASK WHERE { resource:Polet_Airlines property:target_airport resource:Moscow }
|
Yes
|
[Yes], Moscow is a target airport of Polet Airlines.
|
[Yes] Moscow is the destination airport of Polet Airlines.
|
[Yes], Moscow is the target airport of the organisation.
|
[Yes], Moscow is the organization's destination airport.
|
[Yes], the target airport of Polet Airlines do Moscow.
|
[Yes], the destination airport of the airline "Polet" in Moscow.
|
||
3861
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/publisher> <http://dbpedia.org/resource/Playboy_Enterprises> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Magazine>}
|
List the products of Playboy Enterprises?
|
SELECT DISTINCT ?j WHERE { ?j rdf:type ontology:Magazine . ?j property:publisher resource:Playboy_Enterprises }
|
Playboy, Sex industry, Playboy TV, Playboy Enterprises
|
The products of Playboy Enterprises are [Playboy, Sex industry, Playboy TV, Playboy Enterprises].
|
Playboy Enterprises products are [Playboy, Sex Industry, Playboy TV, Playboy Enterprises].
| ||||||
4484
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/fields> <http://dbpedia.org/resource/Sanskrit> . ?x <http://dbpedia.org/property/fields> ?uri }
|
Count the number of fields of the scientists whose one of the fields is Sanskrit?
|
SELECT DISTINCT COUNT ( ?d ) WHERE { ?y property:fields ?d . ?y property:fields resource:Sanskrit }
|
8
|
There are [8] fields in total of the scientists whose one of the fields is Sanskrit.
|
A total of [8] fields of science, one of which is Sanskrit.
| ||||||
1111
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/University_of_Melbourne_Faculty_of_VCA_and_MCM> . ?x <http://dbpedia.org/ontology/award> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}
|
What awards have been given to the artists coming out of the University of Melbourne Faculty of VCA and MCM?
|
SELECT DISTINCT ?n WHERE { ?w property:award ?n . ?w rdf:type ontology:Artist . ?w property:training resource:University_of_Melbourne_Faculty_of_V_C_A_and_M_C_M }
|
answer
|
The awards of the artists graduating from the University of Melbourne Faculty of VCA and MCM are [answer].
|
University of Melbourne VCA and MCM Graduate Awards [answer].
|
The honorary title of the artists whose training is University of Melbourne Faculty of VCA and the person are [answer].
|
Awards given to the artists coming out of the University of Melbourne Faculty of VCA and MCM are [answer].
| ||||
4695
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/George_Arceneaux,_Jr.> <http://dbpedia.org/ontology/occupation> ?uri }
|
What is the career of George Arceneaux, Jr. ?
|
SELECT DISTINCT ?n WHERE { resource:George_Arceneaux,_Jr. property:occupation ?n }
|
Lawyer, United States Senate, United States district court
|
The careers of George Arceneaux, Jr. are [Lawyer, United States Senate, United States district court].
|
George Arcado Jr. 's career is [Lawyer, United States Senate, United States district court].
|
The career of him are [Lawyer, United States Senate, United States district court].
|
His career is [Lawyer, United States Senate, United States district court].
| ||||
1581
|
ASK WHERE { <http://dbpedia.org/resource/U.N.I.T.Y.> <http://dbpedia.org/ontology/musicalArtist> <http://dbpedia.org/resource/Queen_Latifah> }
|
Was Queen Latifah in the UNITY group?
|
ASK WHERE { resource:U._N._I._T._Y. property:musical_artist resource:Queen_Latifah }
|
Yes
|
[Yes], Queen Latifah is a musical artist of the UNITY group.
|
[Yes] Queen Latifah is a UNITY music.
|
[Yes], the group of U.N.I.T.Y. was Queen Latifah.
|
[Yes] the band U.N.I.T.Y. was Queen Latifah.
|
||||
2831
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/coach> <http://dbpedia.org/resource/Chip_Kelly> . ?uri <http://dbpedia.org/ontology/debutTeam> ?x . }
|
Who debuted their career in a team coached by Chip Kelly?
|
SELECT DISTINCT ?u WHERE { ?u property:debut_team ?t . . ?t property:coach resource:Chip_Kelly }
|
answer
|
The people debuted in a team coached by Chip Kelly are [answer].
|
The guys that were on the team under Chip Kelly are [the answer].
|
The american football players whose debut team's coach is him are [answer].
|
The American football players he coaches are [the answer].
|
The american football players whose debut team's coach is the person are [answer].
|
American football players, whose coach is their debut team, [answer].
| ||
3565
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/mouthCountry> <http://dbpedia.org/resource/Mozambique> . ?uri <http://dbpedia.org/ontology/sourceRegion> <http://dbpedia.org/resource/North-Western_Province,_Zambia> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
What is the name of the river whose mouth country is Mozambique and source region is North-Western Province, Zambia?
|
SELECT DISTINCT ?i WHERE { ?i property:mouth_country resource:Mozambique . ?i rdf:type ontology:River . ?i property:source_region resource:North-_Western_Province,_Zambia }
|
Zambezi
|
The river with mouth country Mozambique and source region North-Western Province, Zambia is [Zambezi].
|
The river with the mouth of Mozambique and the upper reaches of the northwestern province of Zambia is [Zambezi].
| ||||||
2683
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/property/training> ?uri }
|
Where was William anthony trained ?
|
SELECT DISTINCT ?v WHERE { resource:William_Anthony_(artist) property:training ?v }
|
Yale University, Art Students League of New York, San Francisco Art Institute
|
The institutes where William Anthony was trained are [Yale University, Art Students League of New York, San Francisco Art Institute].
|
The university where William Anthony studied [Yale University, New York League of Art, San Francisco Institute of Art].
|
The training places of William Anthony (artist) are [Yale University, Art Students League of New York, San Francisco Art Institute].
|
Training for William Anthony (artist) was done at[Yale University, New York League of Art, San Francisco Institute of Art].
| ||||
2200
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/Petersen_House> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
What famous politician died in the Petersen House?
|
SELECT DISTINCT ?g WHERE { ?g rdf:type ontology:Person . ?g property:death_place resource:Petersen_House }
|
Abraham Lincoln
|
The person who died in the Petersen House is [Abraham Lincoln].
|
The man who died in the Petersen house [Abraham Lincoln].
|
[Abraham Lincoln] is the office holder whose death place is the organisation.
|
[Abraham Lincoln] is an office holder whose place of death is the organization.
| ||||
594
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/George_Madison> <http://dbpedia.org/ontology/relation> ?uri. <http://dbpedia.org/resource/United_States_House_of_Representatives_elections,_1788_and_1789> <http://dbpedia.org/property/leader> ?uri}
|
Which relative of George Madison was the leader of United States House of Representatives elections, 1788 and 1789 ?
|
SELECT DISTINCT ?a WHERE { resource:United_States_House_of_Representatives_elections,_1788_and_1789 property:leader ?a . resource:George_Madison property:relation ?a }
|
James Madison
|
[James Madison] is the relative of George Madison and leader of the United States House of Representatives elections, 1788 and 1789.
|
Relative of George Madison and President of the United States House of Representatives in elections in 1788 and 1789is [James Madison].
|
[James Madison] is the relative of him and leader of the United States House of Representatives elections, 1788 and 1789.
|
[James Madison] is his relative and President of the United States House of Representatives in the elections of 1788 and 1789.
| ||||
1907
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/rank> <http://dbpedia.org/resource/Colonel_(United_States)> . ?uri <http://dbpedia.org/property/spouse> <http://dbpedia.org/resource/Dolley_Madison> . }
|
Which colonel consort is Dolley Madison?
|
SELECT DISTINCT ?j WHERE { ?j property:rank resource:Colonel_(_United_States) . ?j property:spouse resource:Dolley_Madison . }
|
James Madison
|
[James Madison] is the colonel and partner of Dolley Madison.
|
[James Madison] is a colonel and spouse of Day Madison.
| ||||||
184
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Azam_F.C.> <http://dbpedia.org/property/name> ?x . ?x <http://dbpedia.org/ontology/team> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerPlayer>}
|
For which clubs do the players of Azam F.C. play for?
|
SELECT DISTINCT ?q WHERE { resource:Azam_F._C. property:name ?m . ?m property:team ?q . ?m rdf:type ontology:Soccer_Player }
|
answer
|
The teams of the soccer players of Azam F.C. are [answer].
|
FC Azam football teams [more].
| ||||||
1778
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2002_Players_Championship> <http://dbpedia.org/ontology/champion> ?x . ?x <http://dbpedia.org/ontology/nationality> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/GolfPlayer>}
|
What is the nationality of the golf player who won the 2002 Players Championship ?
|
SELECT DISTINCT ?t WHERE { resource:2002_Players_Championship property:champion ?i . ?i property:nationality ?t . ?i rdf:type ontology:Golf_Player }
|
New Zealand
|
The nationality of the golf player who is the champion of 2002 Players Championship is [New Zealand].
|
The nationality of the golfer who won the Players Championship in 2002 is [New Zealand].
| ||||||
3832
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/National_Commercial_Bank_Mauritius> <http://dbpedia.org/property/locationCountry> ?uri. <http://dbpedia.org/resource/Mauritius_Bank> <http://dbpedia.org/property/locationCountry> ?uri . }
|
From which country did the Mauritius bank and the national commerce bank emerge?
|
SELECT DISTINCT ?e WHERE { resource:Mauritius_Bank property:location_country ?e . . resource:National_Commercial_Bank_Mauritius property:location_country ?e }
|
Mauritius
|
The country where the National Commercial Bank Mauritius and Mauritius Bank are located is [Mauritius].
|
The country where the National Commercial Bank of Mauritius and the Mauritius Bank are located is [Mauritius].
|
[Mauritius] is the location country of the National Commercial Bank Mauritius and the organisation.
|
[Mauritius] is home to the National Commercial Bank of Mauritius and the organization.
| ||||
2406
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thomas_Pfyl> <http://dbpedia.org/ontology/stateOfOrigin> ?uri }
|
What is the state of origin of Thomas Pfyl ?
|
SELECT DISTINCT ?e WHERE { resource:Thomas_Pfyl property:state_of_origin ?e }
|
Switzerland
|
[Switzerland] is the state of origin of Thomas Pfyl.
|
[Switzerland] is Thomas Pfyl's country.
|
[Switzerland] is the state of origin of him .
|
[Switzerland] is his country of residence.
|
[Switzerland] is the state of origin of the person .
|
[Switzerland] is a country where he lives.
| ||
3908
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Vargas_(state)> . ?x <http://dbpedia.org/property/debutteam> ?uri . }
|
What is the debut team of people born in Vargas?
|
SELECT DISTINCT ?v WHERE { ?d property:debutteam ?v . . ?d property:birth_place resource:Vargas_(state) }
|
Chicago White Sox, San Francisco Giants, Houston Astros
|
The teams where people born in Vargas debuted are [Chicago White Sox, San Francisco Giants, Houston Astros].
|
The teams Vargas played for were [Chicago White Sox, San Francisco Giants, Houston Astros].
| ||||||
707
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Upper_Neretva> <http://dbpedia.org/ontology/mouthCountry> ?uri }
|
Name the mouth country of Upper Neretva?
|
SELECT DISTINCT ?b WHERE { resource:Upper_Neretva property:mouth_country ?b }
|
Croatia
|
[Croatia] is the mouth country of Upper Neretva .
|
[Croatia] at the mouth of the Upper River.
| ||||||
3569
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/channel> <http://dbpedia.org/resource/CBBC_(TV_channel)> . ?x <http://dbpedia.org/ontology/producer> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
What is the producer of the television shows whose channel is CBBC?
|
SELECT DISTINCT ?k WHERE { ?p rdf:type ontology:Television_Show . ?p property:producer ?k . ?p property:channel resource:C_B_B_C_(_T_V_channel) }
|
Doctor Who, BBC Scotland, BBC
|
The producers of the television shows which air on CBBC channel are [Doctor Who, BBC Scotland, BBC].
|
The producers of the programmes broadcast on CBBC are [Doctor Who, BBC Scotland, BBC].
| ||||||
2739
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/A._K._Singh> . ?x <http://dbpedia.org/property/party> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
What is the political party of the person succeeded by A.K. Singh?
|
SELECT DISTINCT ?e WHERE { ?g property:successor resource:A._K._Singh . ?g rdf:type ontology:Person . ?g property:party ?e }
|
Indian National Congress
|
[Indian National Congress] is the party of the person who is the predecessor of A. K. Singh.
|
[The Indian National Congress] is the party of a person who is A.K. Singh's predecessor.
|
[Indian National Congress] is the party of the governor whose successor is A. K. Singh .
|
[The Indian National Congress] is the party of the governor, who is succeeded by A. K. Singh.
|
[Indian National Congress] is the party of the governor whose successor is the person .
|
[The Indian National Congress] is the party of a governor whose successor is a man.
| ||
3796
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn> . ?uri <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/The_Adventures_of_Tom_Sawyer> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Writer>}
|
Who is the writer with notable works like Adventures of Huckleberry Finn and The Adventures of Tom Sawyer?
|
SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:Writer . ?e property:notable_work resource:Adventures_of_Huckleberry_Finn . ?e property:notable_work resource:The_Adventures_of_Tom_Sawyer }
|
Zhang Yousong, Mark Twain
|
The writers with notable works Adventures of Huckleberry Finn and The Adventures of Tom Sawyer are [Zhang Yousong, Mark Twain].
|
Huckleberry Finn and Tom Sawyer are writers of [Zhang Yusong, Mark Twain].
| ||||||
4619
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/John_W._Weeks> . ?x <http://dbpedia.org/property/president> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TennisPlayer>}
|
Who was the president under which a tennis player held office before John W. Weeks?
|
SELECT DISTINCT ?p WHERE { ?n property:president ?p . ?n rdf:type ontology:Tennis_Player . ?n property:predecessor resource:John_W._Weeks }
|
Calvin Coolidge, Herbert Hoover
|
The president under which a tennis player held office before John W. Weeks were [Calvin Coolidge, Herbert Hoover].
|
The president who had a tennis player before John W. Wicks was [Colvin Coolidge,] Hoover.
|
The President of the tennis player whose predecessor is him are [Calvin Coolidge, Herbert Hoover].
|
The president of a tennis player whose predecessor he is [Calvin Coolidge].
| ||||
1331
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alexander_Magleby> <http://dbpedia.org/property/university> ?uri }
|
Alexander Magleby, a rugby player is alma mater to which university?
|
SELECT DISTINCT ?t WHERE { resource:Alexander_Magleby property:university ?t }
|
Dartmouth College
|
[Dartmouth College] is the university of Alexander Magleby.
|
[Dartmouth College] is Alexander Magleby University.
|
The university of him is [Dartmouth College].
|
His university is Dartmouth College.
|
The university of the person is [Dartmouth College].
|
The university is [Dartmouth College].
| ||
4438
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Lohan_Ratwatte> . ?x <http://dbpedia.org/property/allegiance> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MemberOfParliament>}
|
To what did the parliament member swore her oath to, whose son is Lohan Ratwatte?
|
SELECT DISTINCT ?n WHERE { ?c rdf:type ontology:Member_Of_Parliament . ?c property:child resource:Lohan_Ratwatte . ?c property:allegiance ?n }
|
Sri Lanka
|
The parliament member with child Lohan Ratwatte, has swore allegiance to [Sri Lanka].
|
[Sri Lanka] is what the parliament member swore her oath to, whose son is Lohan Ratwatte.
| ||||||
2154
|
ASK WHERE { <http://dbpedia.org/resource/Robert_Burns> <http://dbpedia.org/property/movement> <http://dbpedia.org/resource/Romanticism> }
|
Was Robert Burns from the Romanticist School of thought?
|
ASK WHERE { resource:Robert_Burns property:movement resource:Romanticism }
|
Yes
|
[Yes], romanticism was the movement of Robert Burns.
|
[Yes], romanticism was Robert Burns's movement.
|
[Yes], Romanticism was the movement of him.
|
[Yes] romanticism was his movement.
|
[Yes], the movement of Robert Burns was Romanticist School of thought.
|
[Yes], the Robert Burns movement was Romanticism.
|
||
3827
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/A_Rose_for_Emily> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Writer>}
|
Who wrote a rose for emily?
|
SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:Writer . ?i property:notable_work resource:A_Rose_for_Emily }
|
William Faulkner
|
[William Faulkner] is the writer whose work is A Rose for Emily.
|
[William Fukner] wrote a A Rose for Emily.
| ||||||
2746
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Palang_Dharma_Party> <http://dbpedia.org/ontology/ideology> ?uri }
|
What is the ideology of Palang Dharma Party?
|
SELECT DISTINCT ?q WHERE { resource:Palang_Dharma_Party property:ideology ?q }
|
Buddhism, Political corruption
|
The ideologies of Palang Dharma Party are [Buddhism, Political corruption].
|
[Buddhism, political corruption] is the ideology of Palang Dharma Party.
| ||||||
4631
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Siddhartha_Shankar_Ray> <http://dbpedia.org/ontology/party> ?uri. <http://dbpedia.org/resource/Kamla_Beniwal> <http://dbpedia.org/property/party> ?uri . }
|
What party are Siddharta Shankar Ray and Kamla Beniwal from?
|
SELECT DISTINCT ?g WHERE { resource:Kamla_Beniwal property:party ?g . . resource:Siddhartha_Shankar_Ray property:party ?g }
|
Indian National Congress
|
Siddharta Shankar Ray and Kamla Beniwal from [Indian National Congress] party.
|
Siddhartha Shankar Rai and Kamla Beniwal are from the party [Indian National Congress] Party.
|
[Indian National Congress] is the party of the Siddhartha Shankar Ray and political party of the Kamla Beniwal.
|
[The Indian National Congress] is Siddhartha Shankar Rai's and Kamla Beniwal's political party.
| ||||
1516
|
ASK WHERE { <http://dbpedia.org/resource/Phillippe_Cabot> <http://dbpedia.org/ontology/university> <http://dbpedia.org/resource/Columbia_University> }
|
Did Phillippe Cabot go to Columbia for studying?
|
ASK WHERE { resource:Phillippe_Cabot property:university resource:Columbia_University }
|
Yes
|
[Yes], Columbia University is the university of Phillippe Cabot.
|
[Yes], Columbia University is Philip Cabot's University.
|
[Yes], Columbia University is the university of him.
|
[Yes], Columbia University is his university.
|
[Yes], Phillippe Cabot went to Columbia University.
|
[Yes], Phillip Cabot studied at Columbia University.
|
||
1532
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ionian_Sea> <http://dbpedia.org/ontology/outflow> ?x . ?x <http://dbpedia.org/property/cities> ?uri . }
|
Which cities are located around the sea into which the ionian flows?
|
SELECT DISTINCT ?l WHERE { resource:Ionian_Sea property:outflow ?d . ?d property:cities ?l . }
|
Alexandria, Algiers, Athens, Barcelona, Carthage, Rome, Beirut, Dubrovnik, Tel Aviv, Tripoli, Tunis, İzmir, Tangier
|
The cities located around the sea into which is the Ionian flows are [Alexandria, Algiers, Athens, Barcelona, Carthage, Rome, Beirut, Dubrovnik, Tel Aviv, Tripoli, Tunis, İzmir, Tangier].
|
Cities around the sea to which the Ionian rivers flow: Alexandria, Algiers, Athens, Barcelona, Carthage, Rome, Route, Dubrovnik, Tel Aviv, Tripoli, Tunis, Izmir, Tangier.
| ||||||
43
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/Niederkirchnerstraße> . ?x <http://dbpedia.org/ontology/leader> ?uri . }
|
How many people have headed organizations headquartered at Niederkirchnerstrae?
|
SELECT DISTINCT COUNT ( ?n ) WHERE { ?l property:leader ?n . . ?l property:headquarter resource:Niederkirchnerstraße }
|
27
|
There are [27] leaders of the organizations headquartered in Niederkirchnerstrae.
|
[27] leaders are there in New York-based organizations.
|
There are [27] leader of the organisation whose HQ is the location.
|
There are [27] leaders in the organisation whose headquarters located at the location.
| ||||
4114
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/album> <http://dbpedia.org/resource/Aida_(musical)> . ?x <http://dbpedia.org/ontology/musicalArtist> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalWork>}
|
Which band produced the album Aida?
|
SELECT DISTINCT ?c WHERE { ?h rdf:type ontology:Musical_Work . ?h property:musical_artist ?c . ?h property:album resource:Aida_(musical) }
|
Elton John
|
[Elton John] produced the album Aida.
|
[Elton John] produced Aida's album.
| ||||||
1530
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/battle> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/ontology/award> ?uri . }
|
Count the awards received by the ones who fought the battle of france?
|
SELECT DISTINCT COUNT ( ?t ) WHERE { ?c property:award ?t . . ?c property:battle resource:Battle_of_France }
|
1860
|
There are [1860] awards received by the people who fought in the battle of France.
|
There are [1860] awards that are given to people who fought for France.
| ||||||
1814
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writers> <http://dbpedia.org/resource/Neil_Gaiman> . ?uri <http://dbpedia.org/ontology/notableWork> ?x . }
|
Which writer is famous for works written by Neil Gaiman?
|
SELECT DISTINCT ?g WHERE { ?j property:writers resource:Neil_Gaiman . ?g property:notable_work ?j . }
|
Neil Gaiman
|
The writer whose notable works are written by Neil Gaiman is [Neil Gaiman].
|
The writer whose remarkable work was written by Neil Gaiman is [Neil Gaiman].
|
The writer whose notable work's writers is him is [Neil Gaiman].
|
A writer whose great work he writes [Neil Gaiman].
|
The writer whose notable work's writers is the person is [the person].
|
A writer whose remarkable work written by the person is [Neil Gaiman].
| ||
562
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/BMW_M40> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AutomobileEngine>}
|
What automobile engine's successor is BMW M40?
|
SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:Automobile_Engine . ?n property:successor resource:B_M_W_M40 }
|
BMW M10
|
The automobile engine with BMW M40 as successor is [BMW M10].
|
Car engine with BMW M40 as its successor [BMW M10].
| ||||||
2066
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Edward_J._Perkins> <http://dbpedia.org/ontology/president> ?uri. <http://dbpedia.org/resource/Clinton_Foundation> <http://dbpedia.org/property/keyPeople> ?uri}
|
Which key person of the Clinton Foundation is also the president of Edward J. Perkins ?
|
SELECT DISTINCT ?w WHERE { resource:Clinton_Foundation property:key_people ?w . resource:Edward_J._Perkins property:president ?w }
|
Bill Clinton
|
The president of Edward J. Perkins and key person of Clinton Foundation is [Bill Clinton].
|
President Edward J. Pepins and a key figure in the Clinton Foundation is [Bill Clinton].
|
[Bill Clinton] is the president of the him and key people of the Clinton Foundation.
|
[Bill Clinton] is president of the Clinton Foundation.
| ||||
4547
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Novair_International_Airways> <http://dbpedia.org/property/destinations> ?uri }
|
List the destinations of Novair International Airways ?
|
SELECT DISTINCT ?g WHERE { resource:Novair_International_Airways property:destinations ?g }
|
Mediterranean Sea, North America
|
The destinations of Novair International Airways are [Mediterranean Sea, North America].
|
Novair International Airways has destination location [the Mediterranean, North America].
| ||||||
960
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/currentMembers> <http://dbpedia.org/resource/Robert_De_Niro> . ?x <http://dbpedia.org/ontology/bandMember> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Band>}
|
What are the other band members of the band one of whose current member is Robert De Niro?
|
SELECT DISTINCT ?a WHERE { ?c property:band_member ?a . ?c property:current_members resource:Robert_De_Niro . ?c rdf:type ontology:Band }
|
Juelz Santana, Purple City Productions, Robert De Niro, Johnny Depp, Big B'Z, Hynief, Nick Haze, Richmond Rab, Riq Rose, SkullGizzy(Gamer), Starr (rapper), Yung Ja
|
The band members of the bands whose one current member is Robert De Niro are [Juelz Santana, Purple City Productions, Robert De Niro, Johnny Depp, Big B'Z, Hynief, Nick Haze, Richmond Rab, Riq Rose, SkullGizzy(Gamer), Starr (rapper), Yung Ja].
|
The group, whose current member is Robert De Niro, includes [Juelz Santana, Purple City Productions, Robert De Niro, Johnny Depp, Big B'Z, Hynief, Nick Haze, Richmond Rab, Riq Rose, SkullGizzy (Gamer), Starr (Rapper), Yung Ja].
|
The band member of the Bands whose current members is him are [Juelz Santana, Purple City Productions, him, Johnny Depp, Big B'Z, Hynief, Nick Haze, Richmond Rab, Riq Rose, SkullGizzy(Gamer), Starr (rapper), Yung Ja].
|
The group he currently serves on includes [Juelz Santana, Purple City Productions, Robert De Niro, Johnny Depp, Big B'Z, Hynief, Nick Haze, Richmond Rab, Riq Rose, SkullGizzy (Gamer), Starr (Rapper), Yung Ja].
| ||||
339
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/timeZone> <http://dbpedia.org/resource/Central_European_Summer_Time> . ?uri <http://dbpedia.org/property/headquarters> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}
|
List the newspapers whose headquarters's time zone is Central European Summer Time.
|
SELECT DISTINCT ?p WHERE { ?l property:time_zone resource:Central_European_Summer_Time . ?p property:headquarters ?l . ?p rdf:type ontology:Newspaper }
|
answer
|
The newspapers whose headquarters's time zone is Central European Summer Time are [answer].
|
Newspapers whose main area of operation is Central European Summer Time [answer].
| ||||||
1368
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/education> <http://dbpedia.org/resource/University_of_Edinburgh> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }
|
Count the number of places where alumini of Edinburgh university have died?
|
SELECT DISTINCT COUNT ( ?z ) WHERE { ?u property:death_place ?z . . ?u property:education resource:University_of_Edinburgh }
|
46
|
There are [46] death places of the University of Edinburgh graduates.
|
There are [46] places where graduates of the University of Edinburgh have died.
|
There are [46] deathplace of the medicians whose edu is the organisation .
|
There are [46] places of death of doctors whose doctor is the organization.
| ||||
4227
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/constituency> <http://dbpedia.org/resource/Duboce_Triangle,_San_Francisco> . ?uri <http://dbpedia.org/property/constituency> <http://dbpedia.org/resource/Haight-Ashbury> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Name the office holder whose constituency are Duboce Triangle and Haight-Ashbury ?
|
SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:Office_Holder . ?y property:constituency resource:Duboce_Triangle,_San_Francisco . ?y property:constituency resource:Haight-_Ashbury }
|
Harvey Milk
|
[Harvey Milk] is the office holder whose constituencies are Duboce Triangle, San Francisco and Haight-Ashbury.
|
[Harvey Milk] is an office holder with the DuBoche, San Francisco and Haight-Ashbury triangle as its components.
| ||||||
1565
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Eka_Lagnachi_Teesri_Goshta> <http://dbpedia.org/property/location> ?uri. <http://dbpedia.org/resource/Vijay_Chavan> <http://dbpedia.org/property/placeOfBirth> ?uri . }
|
What place is the birthplace of Vijay Chavan where Eka Lagnachi Teesri Goshta is located as well?
|
SELECT DISTINCT ?u WHERE { resource:Eka_Lagnachi_Teesri_Goshta property:location ?u . resource:Vijay_Chavan property:place_of_birth ?u . }
|
Mumbai
|
[Mumbai] is the location of Eka Lagnachi Teesri Goshta and place of birth of Vijay Chavan.
|
[Mumbai] is the birthplace of Eki Laghai Tesri Goshta and Vijay Chavan.
| ||||||
4383
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_French_Smith> <http://dbpedia.org/ontology/militaryBranch> ?uri. <http://dbpedia.org/resource/Pierre_R._Graham> <http://dbpedia.org/property/branch> ?uri}
|
What is the military branch of the William French Smith which is also the branch of Pierre R. Graham ?
|
SELECT DISTINCT ?k WHERE { resource:Pierre_R._Graham property:branch ?k . resource:William_French_Smith property:military_branch ?k }
|
United States Navy
|
[United States Navy] is the military branch of the William French Smith which is also the branch of Pierre R. Graham .
|
[The United States Navy] is a military unit of William French Smith, which is also a unit of Pierre R. Graham.
|
[United States Navy] is the military branch of the William French Smith and branch of the him.
|
[The US Navy] is a military unit of William French Smith and an affiliate of Hezbollah.
| ||||
3972
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Liliya_Lobanova> <http://dbpedia.org/property/birthplace> ?uri }
|
Where was Liliya Lobanova born?
|
SELECT DISTINCT ?v WHERE { resource:Liliya_Lobanova property:birthplace ?v }
|
Ukraine, Luhansk
|
The birthplace of Liliya Lobanova is [Ukraine, Luhansk].
|
Lilia Yanova was born in [Ukraine, Luhansk].
|
The birthplace of her is [Ukraine, Luhansk].
|
She was born in [Ukraine, Luhansk].
| ||||
3817
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/academicDiscipline> <http://dbpedia.org/resource/Cerebral_blood_flow> . ?x <http://dbpedia.org/ontology/academicDiscipline> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AcademicJournal>}
|
List all discipline of the journals whose one of the discipline is Cerebral blood flow ?
|
SELECT DISTINCT ?m WHERE { ?y property:academic_discipline ?m . ?y rdf:type ontology:Academic_Journal . ?y property:academic_discipline resource:Cerebral_blood_flow }
|
Cerebral blood flow, Brain, Neuroimaging
|
The disciplines of the academic journals whose one discipline is Cerebral blood flow are [Cerebral blood flow, Brain, Neuroimaging].
|
Lines of academic journals, one of which is cerebral blood flow, [cerebral blood flow, brain, neuroimplantation].
| ||||||
3394
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Josh_Friedman> . ?uri <http://dbpedia.org/ontology/portrayer> <http://dbpedia.org/resource/Terminator_3:_Rise_of_the_Machines> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}
|
Which fictional character sculpted by Josh Friedmann was portrayed in Terminator 3 ?
|
SELECT DISTINCT ?j WHERE { ?j property:portrayer resource:Terminator_3:_Rise_of_the_Machines . ?j property:creator resource:Josh_Friedman . ?j rdf:type ontology:Fictional_Character }
|
John Connor
|
The fictional character made by Josh Friedman and portrayed in Terminator 3: Rise of the Machines is [John Connor].
|
The fictional character played by Josh Friedman in Force Awakens 3: The Rise of Machines is [John Connor].
|
The fictional character whose sculptor is Josh Friedman and portrayer is Terminator 3: Rise of the Machines is [John Connor].
|
The fictional character, whose sculptor is Josh Friedman and who presents The Force Awakens 3: The Rise of Machines, is [John Connor].
|
The fictional character whose sculptor is Josh Friedman and portrayer is Terminator others: Rise of the Machines is [John Connor].
|
A fictional character whose sculptor is Josh Friedman and whose actor is John Connor.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.