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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
1273
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/SummerSlam_(2004)> <http://dbpedia.org/property/venue> ?x . ?x <http://dbpedia.org/ontology/tenant> ?uri . }
|
List all the tenants of the stadium where the WWF Summer Slam 2004 took place.
|
SELECT DISTINCT ?k WHERE { resource:Summer_Slam_(2004) property:venue ?c . ?c property:tenant ?k . }
|
Toronto Rock, Toronto Phantoms, Raptors 905, Toronto Maple Leafs, Toronto Raptors, Toronto Marlies
|
The tenants of the venue of SummerSlam 2004 are [Toronto Rock, Toronto Phantoms, Raptors 905, Toronto Maple Leafs, Toronto Raptors, Toronto Marlies].
|
SummerSlam 2004 tenants are [Toronto Rock, Toronto Phantoms, Raptors 905, Toronto Maple Leafs, Toronto Raptors, Toronto Marlies].
| ||||||
3986
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/commander> <http://dbpedia.org/resource/Andrew_Jackson> . ?uri <http://dbpedia.org/ontology/knownFor> ?x . }
|
Count the number of people became famous for when Andrew Jackson was a commander ?
|
SELECT DISTINCT COUNT ( ?j ) WHERE { ?j property:known_for ?b . . ?b property:commander resource:Andrew_Jackson }
|
8
|
There are [8] people known for works commanded by Andrew Jackson.
|
There are [8] people who are famous for Andrew Jackson's work.
|
There are [8] people whose known for's commander is him.
|
There are [8] people whose commander he is.
| ||||
3375
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/currentPartner> <http://dbpedia.org/resource/Alexa_Scimeca> . ?x <http://dbpedia.org/ontology/formerPartner> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FigureSkater>}
|
What is the former partner of the figure skaters whose current partner is Alexa Scimeca?
|
SELECT DISTINCT ?u WHERE { ?q property:former_partner ?u . ?q rdf:type ontology:Figure_Skater . ?q property:current_partner resource:Alexa_Scimeca }
|
Brynn Carman, Shawnee Smith, Andrea Poapst
|
The former partners of the figure skaters whose current partner is Alexa Scimeca are [Brynn Carman, Shawnee Smith, Andrea Poapst].
|
[Brian Carman, Shaw Smith, and Andrea Popst] is the former partner of the figure skaters whose current partner is Alexa Scimeca.
| ||||||
3554
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/broadcastArea> <http://dbpedia.org/resource/North_Carolina> . ?x <http://dbpedia.org/property/area> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Place>}
|
In how many areas do the networks broadcast, which also broadcasts in North Carolina?
|
SELECT DISTINCT COUNT ( ?y ) WHERE { ?q property:area ?y . ?y rdf:type ontology:Place . ?q property:broadcast_area resource:North_Carolina }
|
7
|
There are [7] areas of the networks whose broadcast area is North Carolina.
|
There are [7] areas of the networks whose broadcast zone is located in North Carolina.
| ||||||
3904
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_McClure_(table_tennis)> <http://dbpedia.org/property/birthPlace> ?uri }
|
Where was James McClure born ?
|
SELECT DISTINCT ?i WHERE { resource:James_Mc_Clure_(table_tennis) property:birth_place ?i }
|
Indianapolis, United States
|
The place of birth of James McClure (table tennis) is [Indianapolis, United States].
|
James McClure (table tennis) was born in [Indianapolis, USA].
|
The location of birth of him (table tennis) are [Indianapolis, United States].
|
His homeland (table tennis) is [Indiana, USA].
| ||||
1916
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Anaheim,_California> . ?x <http://dbpedia.org/property/director> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Album>}
|
Who directed the albums recorded in Anaheim?
|
SELECT DISTINCT ?s WHERE { ?f property:recorded_in resource:Anaheim,_California . ?f property:director ?s . ?f rdf:type ontology:Album }
|
Sophie Muller, Randy Jackson, Sanaa Hamri
|
The directors of the albums recorded in Anaheim, California are [Sophie Muller, Randy Jackson, Sanaa Hamri].
|
Filmed in Anaheim, California, the films are directed by [Sophie Mueller, Randy Jackson, Sanaa Hamri].
| ||||||
106
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Al_Gore_presidential_campaign,_2000> <http://dbpedia.org/ontology/incumbent> ?uri. <http://dbpedia.org/resource/Ann_Lewis> <http://dbpedia.org/ontology/president> ?uri}
|
What is the incumbent of the Al Gore presidential campaign, 2000 and also the president of the Ann Lewis ?
|
SELECT DISTINCT ?q WHERE { resource:Al_Gore_presidential_campaign,_2000 property:incumbent ?q . resource:Ann_Lewis property:president ?q }
|
Bill Clinton
|
[Bill Clinton] is the incumbent of the Al Gore presidential campaign, 2000 and the president of Ann Lewis.
|
[Bill Clinton] is the office holder of Al Gore's 2000 presidential campaign and President Ann Lewis.
| ||||||
2904
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Georg_Meissner> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}
|
Georg Meissner was doctoral supervisor of which scientist ?
|
SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:Scientist . ?s property:doctoral_advisor resource:Georg_Meissner }
|
Robert Koch
|
[Robert Koch] is the scientist whose doctoral advisor was Georg Meissner.
|
[Robert Koch] is the scientist whose father was Hessner.
|
[Robert Koch] is the scientist whose doctoral supervisor is him.
|
[Robert Koch] is the scientist whose scientific supervisor he is.
|
[Robert Koch] is the scientist whose doctoral supervisor is the person.
|
[Robert Koch] is a scientist with the person as doctoral supervisor.
| ||
1848
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/youthclubs> <http://dbpedia.org/resource/Lighthouse_Boys_Club> . ?x <http://dbpedia.org/property/debutteam> ?uri . }
|
What teams did the ex teamplayers of lighthouse boy club start their career with?
|
SELECT DISTINCT ?v WHERE { ?w property:youthclubs resource:Lighthouse_Boys_Club . ?w property:debutteam ?v . }
|
Philadelphia Phillies
|
The debut team of the players whose youth club was Lighthouse Boys is [Philadelphia Phillies].
|
The debut team of players from Lighthouse Boys - [Philadelphia Phillies].
|
[Philadelphia Phillies] is the debutteam of the soccer player whose youthclubs is Lighthouse the organisation .
|
[The Philadelphia Phillies] are the debut team of a football player whose youth club is the beacon of the organization.
| ||||
2423
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/North_Sea> . ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Thames_Estuary> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
What is the river that falls into North Sea and Thames Estuary?
|
SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:River . ?r property:river_mouth resource:North_Sea . ?r property:river_mouth resource:Thames_Estuary }
|
River Thames
|
The river whose mouths are North Sea and Thames Estuary is [River Thames].
|
River whose estuaries are the North Sea and the mouth of the Tames [Tames].
|
[River Thames] is the river whose river mouths are North Sea and the organisation.
|
[The Thames] is a river whose mouths are the North Sea and the North Sea.
| ||||
1703
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerusalem_Institute_of_Justice> <http://dbpedia.org/ontology/service> ?uri }
|
Where does the Jerusalem Institute of Justice render their services?
|
SELECT DISTINCT ?j WHERE { resource:Jerusalem_Institute_of_Justice property:service ?j }
|
Israel
|
The Jerusalem Institute of Justice provides services in [Israel].
|
[Israel]is where the Jerusalem Institute of Justice provides services.
| ||||||
4792
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/constituency> <http://dbpedia.org/resource/Barasat_(Lok_Sabha_constituency)> . ?x <http://dbpedia.org/ontology/party> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
From which party is the politician who was selected in Barasat constituency?
|
SELECT DISTINCT ?s WHERE { ?u rdf:type ontology:Office_Holder . ?u property:constituency resource:Barasat_(_Lok_Sabha_constituency) . ?u property:party ?s }
|
Indian National Congress, All India Trinamool Congress, All India Forward Bloc
|
The political party of the politician whose constituency is Barasat (Lok Sabha constituency) are [Indian National Congress, All India Trinamool Congress, All India Forward Bloc].
|
[Indian National Congress, All India Trinamool Congress, All India Forward Bloc] is the party of the politician who was selected in Barasat constituency.
| ||||||
2401
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/placeOfBurial> <http://dbpedia.org/resource/Rome> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Royalty>}
|
Which royal people are buried in Rome?
|
SELECT DISTINCT ?g WHERE { ?g property:place_of_burial resource:Rome . ?g rdf:type ontology:Royalty }
|
Augustus, Caligula, Tiberius, Poppaea Sabina, Pauline Bonaparte, Prince Georg of Bavaria, Britannicus, Tiberius Gracchus, Duchess Charlotte Frederica of Mecklenburg-Schwerin
|
The royalties buried in Rome are [Augustus, Caligula, Tiberius, Poppaea Sabina, Pauline Bonaparte, Prince Georg of Bavaria, Britannicus, Tiberius Gracchus, Duchess Charlotte Frederica of Mecklenburg-Schwerin].
|
[Augustus, Caligula, Tiberius, Poppea Sabina, Fabrizio Bonaparte, Prince George of Bavaria, Britannia, Tiberius Grach, and Princess Charlotte Frederica of Mecklenburg-Schwerin] are buried in Rome.
| ||||||
173
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PATTS_College_of_Aeronautics> <http://dbpedia.org/property/athletics> ?uri }
|
Name the sports played by PATTS College of Aeronautics?
|
SELECT DISTINCT ?f WHERE { resource:P_A_T_T_S_College_of_Aeronautics property:athletics ?f }
|
Basketball, Chess, Taekwondo, Volleyball
|
The athletics of PATTS College of Aeronautics are [Basketball, Chess, Taekwondo, Volleyball].
|
Sports played by PATTS College of Aeronautics [basketball, chess, taekwondo, basketball].
| ||||||
1
|
ASK WHERE { <http://dbpedia.org/resource/Selwyn_Lloyd> <http://dbpedia.org/ontology/primeMinister> <http://dbpedia.org/resource/Winston_Churchill> }
|
Was winston churchill the prime minister of Selwyn Lloyd?
|
ASK WHERE { resource:Selwyn_Lloyd property:prime_minister resource:Winston_Churchill }
|
Yes
|
[Yes], Winston Churchill was the prime minister of Selwyn Lloyd.
|
[Yes] Winston Churchill was Selwyn Lloyd's Prime Minister.
|
[Yes], he is the prime minister of Winston Churchill.
|
[Yes], he is Winston Churchill's prime minister.
|
[Yes], the prime minister of Winston Churchill was Selwyn Lloyd.
|
[Yes], Winston Churchill's prime minister was Selwyn Lloyd.
|
||
2695
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/targetAirport> <http://dbpedia.org/resource/Gimhae_International_Airport> }
|
Which airlines fly to Gimhae International Airport?
|
SELECT DISTINCT ?b WHERE { ?b property:target_airport resource:Gimhae_International_Airport }
|
Asiana Airlines, Korean Air, Yeongnam Air, Air Busan
|
The airlines which fly to Gimhae International Airport are [Asiana Airlines, Korean Air, Yeongnam Air, Air Busan].
|
[Asiana Airlines, Korean Air, Yeongnam Air, Air Pusan] fly to Kyimhae International Airport.
| ||||||
4200
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/religion> <http://dbpedia.org/resource/Christianity> . ?x <http://dbpedia.org/ontology/deathCause> ?uri . }
|
What have some famous Christians died of?
|
SELECT DISTINCT ?s WHERE { ?u property:death_cause ?s . . ?u property:religion resource:Christianity }
|
answer
|
The death cause of some people whose denomination is Christianity are [answer].
|
The cause of death of some people whose denomination is Christianity is [answer].
| ||||||
4353
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/ontology/training> ?uri. <http://dbpedia.org/resource/Yale_Repertory_Theatre> <http://dbpedia.org/property/owner> ?uri}
|
Which stockholder of yale Repertory Theatre was training center of William Anthony ?
|
SELECT DISTINCT ?p WHERE { resource:Yale_Repertory_Theatre property:owner ?p . resource:William_Anthony_(artist) property:training ?p }
|
Yale University
|
[Yale University] is the training of the William Anthony and stockholder of the Yale Repertory Theatre.
|
[Yale University] is the training of William Anthony and the owner of Yale Repertory Theatre.
|
The training of the him (artist) and stockholder of the Yale Repertory Theatre is [Yale University].
|
Education of the artist and the stockholder of the Yala Repertory Theatre - [Yale University].
| ||||
2712
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Svetlana_Navasardyan> <http://dbpedia.org/property/origin> ?uri }
|
To which country is Svetlana Navasardyan from?
|
SELECT DISTINCT ?i WHERE { resource:Svetlana_Navasardyan property:origin ?i }
|
Armenia
|
[Armenia] is the origin of Svetlana Navasardyan.
|
[Armenia] is led by Svetlana Navasardyan.
|
The origin of her is [Armenia].
|
Their place is [Armenia].
| ||||
3860
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/relation> <http://dbpedia.org/resource/Gustavo_Rojas_Pinilla> . ?x <http://dbpedia.org/property/almaMater> ?uri . }
|
Where did the relatives of Gustavo Rojas Pinilla study?
|
SELECT DISTINCT ?v WHERE { ?u property:alma_mater ?v . . ?u property:relation resource:Gustavo_Rojas_Pinilla }
|
Del Rosario University, Trinity Washington University, Tulane University
|
The alma maters of the people whose relative is Gustavo Rojas Pinilla are [Del Rosario University, Trinity Washington University, Tulane University].
|
The alma mater of people related to Favo Rojas Pinilla [Del Rosario University, Trinity Washington University, Tulane University].
| ||||||
429
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carmel_Winery> <http://dbpedia.org/property/locationCountry> ?uri }
|
Where is Carmel Winery?
|
SELECT DISTINCT ?y WHERE { resource:Carmel_Winery property:location_country ?y }
|
Israel
|
The location country of Carmel Winery is [Israel].
|
Carmel Winery is located in [Israel].
|
[Israel] is the location country of the person .
|
[Israel] is where the person lives.
| ||||
3279
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Pandikar_Amin_Mulia> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}
|
What is the country whose speaker of the Dewan Rakyat is Pandikar Amin Mulia?
|
SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:Country . ?p property:leader_name resource:Pandikar_Amin_Mulia }
|
Malaysia
|
The country with leader Pandikar Amin Mulia is [Malaysia].
|
The country with the leader named Pandikar Amin Mulia, is [Malaysia].
|
[Malaysia] is the country whose leader name is him.
|
[Malaysia] is a country he leads.
|
[Malaysia] is the country whose leader name is the person.
|
[Malaysia] is the country led by the person.
| ||
3162
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Richie_Aprile> <http://dbpedia.org/property/spouse> ?x . ?x <http://dbpedia.org/ontology/religion> ?uri . }
|
What religion did the spouse of Richie Aprile follow?
|
SELECT DISTINCT ?p WHERE { ?j property:religion ?p . . resource:Richie_Aprile property:spouse ?j }
|
Born again (Christianity), Buddhism, Catholic Church
|
The religions of the partner of Richie Aprile are [Born again (Christianity), Buddhism, Catholic Church].
|
Richie Felle's partner's religions are [Born Again (Christianity), Buddhism, Catholic Church].
| ||||||
3801
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/season> <http://dbpedia.org/resource/Liga_Divisi_Utama> . ?x <http://dbpedia.org/property/name> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerClub>}
|
Which soccer clubs are in the Liga Divisi Utama?
|
SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:Soccer_Club . ?b property:name ?b . ?b property:season resource:Liga_Divisi_Utama }
|
answer
|
The names of the soccer clubs which played in Liga Divisi Utama are [answer].
|
The names of football clubs that played in the Utama League are [answer].
| ||||||
574
|
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Aegean_Sea> <http://dbpedia.org/ontology/outflow> ?x . ?x <http://dbpedia.org/property/cities> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}
|
How many cities are around the sea into which the aegean sea flows?
|
SELECT DISTINCT COUNT ( ?g ) WHERE { resource:Aegean_Sea property:outflow ?w . ?w property:cities ?g . ?w rdf:type ontology:Sea }
|
13
|
There are [13] cities of the seas which are the outflow of Aegean Sea.
|
There are [13] cities of the seas that flow from the Aegean.
|
There are [13] cities are there of the sea which is the outflow of location .
|
There are [13] cities by the sea.
| ||||
2734
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/debutteam> <http://dbpedia.org/resource/Chicago_Bears> . ?uri <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/1998_Baltimore_Ravens_season> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}
|
Name an American football player who debuted in Chicago Bears and former team is 1998 Baltimore Ravens season?
|
SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:American_Football_Player . ?q property:former_team resource:1998_Baltimore_Ravens_season . ?q property:debutteam resource:Chicago_Bears }
|
Jim Harbaugh
|
The American football player whose debut team is Chicago Bears and one former team is 1998 Baltimore Ravens season is [Jim Harbaugh].
|
An American football player having debut team Chicago Bears and former Baltimore Ravens [Jim Harbaugh].
| ||||||
878
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/themeMusicComposer> <http://dbpedia.org/resource/Ron_Grainer> . ?uri <http://dbpedia.org/ontology/related> <http://dbpedia.org/resource/Class_(2016_TV_series)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
What show has theme music composer as Ron Grainer and at the same time is related to Class (2016 TV series)?
|
SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:Television_Show . ?s property:theme_music_composer resource:Ron_Grainer . ?s property:related resource:Class_(2016_T_V_series) }
|
Doctor Who
|
The television show related to Class (2016 TV series) and composed by Ron Grainer is [Doctor Who].
|
The series written by Ron Greiner in conjunction with "The Class" (the 2016 series) is [Doctor Who].
|
[Doctor Who] is the television show whose theme music composer is him and related is Class (2016 TV series).
|
[Doctor Who] is a series in which he is the titular companion to "The Class" (the 2016 series).
|
[Doctor Who] is the television show whose theme music composer is Ron Grainer and related is Class (others TV series).
|
[Doctor Who] is a TV show starring Ron Greiner and linked to The Class (other series).
| ||
4018
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x <http://dbpedia.org/ontology/affiliation> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Election>}
|
Which party won the elections when Y.S. Rajasekhara Reddy was in power?
|
SELECT DISTINCT ?e WHERE { ?w property:leader resource:Y._S._Rajasekhara_Reddy . ?w property:affiliation ?e . ?w rdf:type ontology:Election }
|
Telugu Desam Party, Indian National Congress
|
[Telugu Desam Party, Indian National Congress] won the elections when Y.S. Rajasekhara Reddy was in power.
|
[The Telugu Desam Party, the Indian National Congress] won elections when Y.S. Rajasekhara Reddy was in power.
|
The affiliation of the Elections whose leader is Y. S. Rajasekhara Reddy are [Telugu Desam Party, Indian National Congress].
|
Ownership of an election led by Y. S. Rajasekhara Reddy [Telugu Desam Party, Indian National Congress].
| ||||
520
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/subsequentWork> <http://dbpedia.org/resource/Crusade_(TV_series)> . ?uri <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
What is the television show whose subsequent work is Crusade (TV series) and developed by J. Michael Straczynski?
|
SELECT DISTINCT ?b WHERE { ?b property:developer resource:J._Michael_Straczynski . ?b rdf:type ontology:Television_Show . ?b property:subsequent_work resource:Crusade_(_T_V_series) }
|
Babylon 5
|
The television show whose subsequent work is Crusade (TV series) and is developed by J. Michael Straczynski is [Babylon 5].
|
The TV show whose follow-up is The Crusade (a television series), developed by J. Michael Straczynski, is called [Babylon 5].
| ||||||
240
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x <http://dbpedia.org/property/genre> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/VideoGame>}
|
What genre of games are made by Blizzard Entertainment studios?
|
SELECT DISTINCT ?o WHERE { ?w property:genre ?o . ?w rdf:type ontology:Video_Game . ?w property:developer resource:Blizzard_Entertainment }
|
answer
|
The gernes of the video games developed by Blizzard Entertainment are [answer].
|
The English version of video games developed by Blizzard Entertainment is [1].
| ||||||
1217
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Duck_family_(Disney)> . ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}
|
Name the fictional character whose relative are Duck family and Clan McDuck?
|
SELECT DISTINCT ?g WHERE { ?g property:relatives resource:Clan_Mc_Duck . ?g rdf:type ontology:Fictional_Character . ?g property:relative resource:Duck_family_(_Disney) }
|
Donald Duck
|
The fictional character whose relatives are the Duck family and Clan McDuck is [Donald Duck].
|
A fictional character related to Duck family and the McDuck clan, [Donald Duck].
| ||||||
463
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/ground> <http://dbpedia.org/resource/Camp_Nou> . ?uri <http://dbpedia.org/property/youthclubs> ?x . }
|
Name the members of youth clubs which have Camp Nou as their homeground.
|
SELECT DISTINCT ?v WHERE { ?v property:youthclubs ?r . . ?r property:ground resource:Camp_Nou }
|
answer
|
The members whose youth clubs ground is Camp Nou are [answer].
|
Members of the Camp Nou youth club are [the answer].
| ||||||
2368
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/ontology/institution> ?uri. <http://dbpedia.org/resource/Ivan_Toplak> <http://dbpedia.org/ontology/managerClub> ?uri}
|
What is the university to which Erica Frank went, and where Ivan Toplak was a club manager?
|
SELECT DISTINCT ?l WHERE { resource:Ivan_Toplak property:manager_club ?l . resource:Erica_Frank property:institution ?l }
|
Stanford University
|
The institution of Erica Frank and the club where Ivan Toplak was a manager is [Stanford University].
|
The Erica Frank Institute and the club where Ivan Toplak [Stanford University] was manager.
|
The institution of the her and manager club of the Ivan Toplak is [Stanford University].
|
The establishment of her wher Ivan Toplak was a manager is [Stanford University].
| ||||
4937
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/Quiché_Department> . ?x <http://dbpedia.org/ontology/origin> ?uri . }
|
Name the origins of the river with Quich Department as one of the origin ?
|
SELECT DISTINCT ?r WHERE { ?n property:origin ?r . . ?n property:origin resource:Quiché_Department }
|
Quichi Department, Guatemala, Huehuetenango Department
|
The origin of the rivers whose one origin is Quich Department are [Quichi Department, Guatemala, Huehuetenango Department].
|
The origins of the rever whose only river port located in the department of Quich is [the department of Quichi, Guatemala, the department of Huehuango].
| ||||||
3661
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hypnotize_Minds> <http://dbpedia.org/property/parent> ?uri. <http://dbpedia.org/resource/The_Producers_(2005_film)> <http://dbpedia.org/property/label> ?uri}
|
Which parent comapny of hypnotize Minds is the label of the Producers, a 2005 film?
|
SELECT DISTINCT ?v WHERE { resource:Hypnotize_Minds property:parent ?v . resource:The_Producers_(2005_film) property:label ?v }
|
Sony
|
[Sony] is the parent of Hypnotize Minds and label of The Producers (2005 film).
|
[Sony] is the parent company of Sony Minds and The Producers (the 2005 film).
|
[Sony] is the parent of the Hypnotize Minds and label of the The Producers (others film).
|
[Sony] is the parent company of Sony Minds and the producer label for (other films).
| ||||
1419
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/gender> <http://dbpedia.org/resource/Male> }
|
What are some given names for males?
|
SELECT DISTINCT ?v WHERE { ?v property:gender resource:Male }
|
answer
|
The names for males are [answer].
|
Names for men are [answer].
| ||||||
3990
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Smerinthus_saliceti> <http://dbpedia.org/ontology/binomialAuthority> ?x . ?x <http://dbpedia.org/ontology/citizenship> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Entomologist>}
|
What is the nationality of the entomologist who is a renowned authority of Smerinthus saliceti ?
|
SELECT DISTINCT ?r WHERE { ?e rdf:type ontology:Entomologist . resource:Smerinthus_saliceti property:binomial_authority ?e . ?e property:citizenship ?r }
|
France
|
[France] is the country of citizenship of the entomologist who is the binomial authority of Smerinthus saliceti.
|
[France] is the country of an entomologist who is the dual authority of Smerinthus saliceti.
| ||||||
4308
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Winston_Bryant> <http://dbpedia.org/property/governor> ?uri }
|
List the governers of Winston Bryant?
|
SELECT DISTINCT ?j WHERE { resource:Winston_Bryant property:governor ?j }
|
Bill Clinton, David Pryor, Frank D. White, Jim Guy Tucker, Mike Beebe
|
The Governors of Winston Bryant are [Bill Clinton, David Pryor, Frank D. White, Jim Guy Tucker, Mike Beebe].
|
Winston Bryant's governors are [Bill Clinton, David Pryor, Frank D. White, Jim Guy Tucker, Mike Beckham].
|
The Governors of him are [Bill Clinton, David Pryor, Frank D. White, Jim Guy Tucker, Mike Beebe].
|
His governors are [Bill Clinton, David Pryor, Frank D. White, Jim Guy Tucker, Mike Beckham].
| ||||
2817
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Mary_Ainsworth> . ?x <http://dbpedia.org/property/doctoralStudents> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}
|
Name all the doctoral student of the scientist who also supervised Mary Ainsworth ?
|
SELECT DISTINCT ?g WHERE { ?u rdf:type ontology:Scientist . ?u property:doctoral_students ?g . ?u property:doctoral_students resource:Mary_Ainsworth }
|
Abraham Maslow, Mary Ainsworth, John Bowlby
|
The doctoral students of the scientist whose on doctoral student was Mary Ainsworth are [Abraham Maslow, Mary Ainsworth, John Bowlby].
|
The doctoral students of the scientist under whom Mary Ayworth was a doctoral student are [Abraham Maslow, Mary Ayworth, John Boulby].
|
The doctoral students of the scientists whose doctoral students is her are [her, Abraham Maslow, John Bowlby].
|
The PhD students with same supervisor as her is are [she, Abraham Maslow, John Boulby].
| ||||
2204
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/State_of_Mexico> . ?uri <http://dbpedia.org/ontology/parentMountainPeak> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mountain>}
|
Name the mountain whose parent peak is located in Mexico.
|
SELECT DISTINCT ?a WHERE { ?k property:located_in_area resource:State_of_Mexico . ?a property:parent_mountain_peak ?k . ?a rdf:type ontology:Mountain }
|
Mount Whitney, Nevado de Toluca
|
The mountains whose parent peaks are located in the state of Mexico are [Mount Whitney, Nevado de Toluca].
|
The mountains whose mother peaches are in the state of Mexico [Mount Whitney, Nevada de Toluca].
| ||||||
815
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/president> <http://dbpedia.org/resource/Charles,_Prince_of_Wales> . ?x <http://dbpedia.org/property/president> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}
|
List presidents of the school whose one of the president is Charles, Prince of Wales?
|
SELECT DISTINCT ?e WHERE { ?r property:president resource:Charles,_Prince_of_Wales . ?r property:president ?e . ?r rdf:type ontology:School }
|
Nelson Mandela, Queen Noor of Jordan, Louis Mountbatten, 1st Earl Mountbatten of Burma, Charles, Prince of Wales, The Prince of Wales
|
The presidents of the schools whose one president is Charles, Prince of Wales are [Nelson Mandela, Queen Noor of Jordan, Louis Mountbatten, 1st Earl Mountbatten of Burma, Charles, Prince of Wales, The Prince of Wales].
|
presidents of the school whose one of the president is Charles are [Nelson Mandela, Queen Noor of Jordan, Louis Mountbatten, 1st Earl Mountbatten of Burma, Charles, Prince of Wales, Prince of Wales].
|
The President of the schools whose president is him are [Nelson Mandela, Queen Noor of Jordan, Louis Mountbatten, 1st Earl Mountbatten of Burma, him, Prince of Wales, The Prince of Wales].
|
The Presidents of the schools of which he is one of the president are [Nelson Mandela, Queen Noor of Jordan, Louis Mountbatten, 1st Earl Mountbatten of Burma, he, Prince of Wales, Prince of Wales].
| ||||
1550
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Luke_Scott_(director)> . ?uri <http://dbpedia.org/property/director> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}
|
What are the movies whose director's daughter is Luke Scott?
|
SELECT DISTINCT ?b WHERE { ?b rdf:type ontology:Film . ?m property:child resource:Luke_Scott_(director) . ?b property:director ?m }
|
answer
|
The films directed by the parent of Luke Scott are [answer].
|
The films made by Luke Scott's parents are [answer].
|
The films directed by the parent of him are [answer].
|
The films his parents made are [answer].
| ||||
2216
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Morristown,_New_Jersey> . ?uri <http://dbpedia.org/ontology/successor> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Name the office holders whose successor died in Morristown, New Jersey?
|
SELECT DISTINCT ?n WHERE { ?n property:successor ?r . ?n rdf:type ontology:Office_Holder . ?r property:death_place resource:Morristown,_New_Jersey }
|
Henry Knox, Frank O. Briggs, Henry Morton (scientist), John P. Stockton
|
The office holders whose successors died in Morristown, New Jersey are [Henry Knox, Frank O. Briggs, Henry Morton (scientist), John P. Stockton].
|
The heirs of the deceased in Morriston, New Jersey, [Henry Knox, Frank O. Briggs, Henry Morton (scientist), John P. Stockton].
| ||||||
2697
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wallace_Dollase> <http://dbpedia.org/ontology/deathPlace> ?uri . }
|
Where did Wallace Dollase die?
|
SELECT DISTINCT ?w WHERE { resource:Wallace_Dollase property:death_place ?w . }
|
Kentucky
|
[Kentucky] is the death place of Wallace Dollase.
|
[Kentucky] where Wallace Dollaz died.
|
[Kentucky] is the death location of him .
|
[Kentucky] is where he died.
|
[Kentucky] is the death location of the person .
|
[Kentucky] is the place where a person died.
| ||
298
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bloomberg_Markets> <http://dbpedia.org/property/company> ?x . ?x <http://dbpedia.org/property/owner> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bank>}
|
Who are the major stockholders of the bank which is the company of Bloomberg Markets?
|
SELECT DISTINCT ?r WHERE { resource:Bloomberg_Markets property:company ?r . ?r property:owner ?r . ?r rdf:type ontology:Bank }
|
Michael Bloomberg
|
The major stockholder of the bank which is the company of Bloomberg Markets is [Michael Bloomberg].
|
The main stockholder of the bank which is the company of Bloomberg Markets is [Michael Bloomberg]
|
[Michael Bloomberg] is the stockholder of the bank which is the company of the organisation .
|
[Michael Bloomberg] is the stockholder of the bank and company of the organization.
| ||||
3160
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Redding,_Connecticut> . ?x <http://dbpedia.org/ontology/parent> ?uri . }
|
Who are the parent of the people that has POD as Redding, Connecticut ?
|
SELECT DISTINCT ?q WHERE { ?m property:death_place resource:Redding,_Connecticut . ?m property:parent ?q . }
|
Mark Twain, Olivia Langdon Clemens
|
The parents of the person who died in Redding, Connecticut are [Mark Twain, Olivia Langdon Clemens].
|
The parents of the person whose death location is Reading, Connecticut are [Mark Twain, Olivia Langdon].
| ||||||
4642
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2013–14_Panionios_G.S.S._season> <http://dbpedia.org/ontology/ground> ?uri }
|
What is the name of the homeground of football team Panionios G.S.S.?
|
SELECT DISTINCT ?k WHERE { resource:2013–14_Panionios_G._S._S._season property:ground ?k }
|
Athens, Nea Smyrni Stadium
|
[Athens, Nea Smyrni Stadium] is the name of the homeground of football team Panionios G.S.S.
|
[Athens, Nea Smyrni Stadium] is the name of the home of the football team Panionios G.S.S.
| ||||||
1479
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Westminster_Abbey> . ?x <http://dbpedia.org/property/veneratedIn> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Royalty>}
|
In which sects were the aristocrats included, who were buried in Westminister abbey?
|
SELECT DISTINCT ?y WHERE { ?c property:venerated_in ?y . ?c rdf:type ontology:Royalty . ?c property:major_shrine resource:Westminster_Abbey }
|
Anglican Communion, Eastern Orthodox Church, Catholic Church
|
The sects of the royalties whose major shrine is Westminster Abbey are [Anglican Communion, Eastern Orthodox Church, Catholic Church].
|
Royalties whose main sanctuary is Westminster Abbey are [the Anglican Church, the Eastern Orthodox Church, the Catholic Church].
| ||||||
3210
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/title> <http://dbpedia.org/resource/Miss_Michigan_USA> . }
|
who are some miss michigan usa?
|
SELECT DISTINCT ?y WHERE { ?y property:title resource:Miss_Michigan_U_S_A . }
|
Channing Pierce, Crystal Hayes, Rashontae Wawrzyniak, Kenya Moore, Kelly Best, Danelle Gay, Rima Fakih, Susie Leica
|
The women with title Miss Michigan USA are [Channing Pierce, Crystal Hayes, Rashontae Wawrzyniak, Kenya Moore, Kelly Best, Danelle Gay, Rima Fakih, Susie Leica].
|
Women having Miss Michigan USA title are [Chi Pearce, Crystal Hayes, Rashonte Vorzynyak, Kenya Moore, Kelly Best, Danelle Gay, Rima Felich, Susie Lake].
| ||||||
4605
|
SELECT DISTINCT COUNT(?uri) WHERE {?uri <http://dbpedia.org/ontology/mountainRange> <http://dbpedia.org/resource/Sierra_Nevada_(U.S.)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mountain>}
|
How many mountain are there in Sierra Nevada range?
|
SELECT DISTINCT COUNT ( ?n ) WHERE { ?n rdf:type ontology:Mountain . ?n property:mountain_range resource:Sierra_Nevada_(_U._S.) }
|
158
|
There are [158] mountains in Sierra Nevada range.
|
In the Sierra Nevada ther are [158] mountains.
| ||||||
2550
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> <http://dbpedia.org/property/notableCommanders> ?uri }
|
Name the notable commanders of Army Group Oberrhein ?
|
SELECT DISTINCT ?x WHERE { resource:Army_Group_Oberrhein_(_Germany) property:notable_commanders ?x }
|
Heinrich Himmler, Paul Hausser
|
The remarkable commanders of Army Group Oberrhein are [Heinrich Himmler, Paul Hausser].
|
The famous commanders of the Rhine army group Upper are [Felmler, Paul Faser].
| ||||||
4850
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Copley_Medal> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}
|
Copley Medal has been awarded to which scientists?
|
SELECT DISTINCT ?y WHERE { ?y property:awards resource:Copley_Medal . ?y rdf:type ontology:Scientist }
|
answer
|
The scientists who were awarded the Copley Medal are [answer].
|
The scientists who received the Copley Medal [answer].
| ||||||
2652
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Glendale,_California> . ?x <http://dbpedia.org/ontology/award> ?uri . }
|
How many awards have been awarded to people who are buried in Glendale, California?
|
SELECT DISTINCT COUNT ( ?b ) WHERE { ?v property:award ?b . . ?v property:resting_place resource:Glendale,_California }
|
16
|
There are [16] awards of the people whose resting place is Glendale, California.
|
There are [16] awards for people whose burial place is in Glendale, California.
| ||||||
1341
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/border> <http://dbpedia.org/resource/Modoc_Plateau> . ?x <http://dbpedia.org/ontology/state> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Valley>}
|
In which state does the valley bordering the Modoc plateau lie?
|
SELECT DISTINCT ?u WHERE { ?s property:state ?u . ?s property:border resource:Modoc_Plateau . ?s rdf:type ontology:Valley }
|
California, Oregon
|
The states of the valley bordering the Modoc Plateau are [California, Oregon].
|
The valley bordering the Modoc plateau lies in [California, Oregon].
| ||||||
3405
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Michael_Cristofer> . ?x <http://dbpedia.org/property/guests> ?uri }
|
Give me the total number of Guests of the television episodes whose one of the Guests is Michael Cristofer?
|
SELECT DISTINCT COUNT ( ?j ) WHERE { ?p property:guests resource:Michael_Cristofer . ?p property:guests ?j }
|
101
|
There are [101] guests of the television episodes whose one guest is Michael Cristofer.
|
There is [101] guests on TV episodes whose one guest is Michael Christopher.
|
There are [101] guests on the television episodes whose one guest is him.
|
Among the TV episodes in [101] of them, he is one guest.
| ||||
3954
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/position> <http://dbpedia.org/resource/Catcher> . ?uri <http://dbpedia.org/ontology/manager> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BaseballTeam>}
|
List down all the baseball teams whose team manager was a Catcher?
|
SELECT DISTINCT ?l WHERE { ?l property:manager ?y . ?y property:position resource:Catcher . ?l rdf:type ontology:Baseball_Team }
|
answer
|
The baseball teams managed by a person who was playing in Catcher position are [answer].
|
The baseball teams headed by someone playing catch-up are [answer].
| ||||||
1250
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/playedFor> <http://dbpedia.org/resource/Atlant_Moscow_Oblast> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }
|
For how many other teams have the members of Atlant Moscow Oblast played?
|
SELECT DISTINCT COUNT ( ?p ) WHERE { ?j property:played_for resource:Atlant_Moscow_Oblast . ?j property:former_team ?p . }
|
370
|
There are [370] former teams of the players who played for Atlant Moscow Oblast.
|
There are [370] former players who played for Atlanta.
|
There are [370] former team of the owls whose played for the team.
|
There are [370] former teams that played for this team.
| ||||
3828
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Natural_philosophy> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Philosopher>}
|
Which were the philosophers whose primary interest was Natural philosophy?
|
SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:Philosopher . ?e property:main_interests resource:Natural_philosophy }
|
Anaxagoras, Francis Bacon, Strato of Lampsacus, Cleanthes, Miura Baien
|
The philosophers with the main interest in Natural philosophy are [Anaxagoras, Francis Bacon, Strato of Lampsacus, Cleanthes, Miura Baien].
|
Philosophers with a major interest in natural philosophy [Anaxagoras, Francis Bacon, Strato of Lampsacus, Cleanthes, Miura Baien].
| ||||||
2162
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/NBC> . ?uri <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
Which program was on NBC network with executive producer as Glen and Les Charles?
|
SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:Television_Show . ?d property:network resource:N_B_C . ?d property:executive_producer resource:Glen_and_Les_Charles }
|
Cheers, All is Forgiven
|
The television shows broadcasted by NBC and with Glen and Les Charles as executive producer are [Cheers, All is Forgiven].
|
The NBC show with Glen and Le Charles as executive producers [Cheers, all is forgiven].
| ||||||
3205
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/profession> <http://dbpedia.org/resource/Diplomacy> . ?x <http://dbpedia.org/property/religion> ?uri . }
|
What religions do diplomats typically follow?
|
SELECT DISTINCT ?g WHERE { ?o property:religion ?g . . ?o property:profession resource:Diplomacy }
|
Maronite Christianity in Lebanon, Catholic Church, Roman Catholic, Anglicanism, Jews, Reform Judaism, Buddhism, Episcopal Church (United States), Greek Orthodox
|
The religions of the people whose profession is diplomacy are [Maronite Christianity in Lebanon, Catholic Church, Roman Catholic, Anglicanism, Jews, Reform Judaism, Buddhism, Episcopal Church (United States), Greek Orthodox].
|
The religions of the people practicing in diplomacy are [Maronite Christianity in Lebanon, Catholic Church, Roman Catholic Church, Anglicanism, Jews, Reform Judaism, Buddhism, Fecopal Church (USA), Greek Orthodox Church].
| ||||||
2506
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fort_Monroe> <http://dbpedia.org/property/governingBody> ?uri }
|
What is the governing body of Fort Monroe ?
|
SELECT DISTINCT ?j WHERE { resource:Fort_Monroe property:governing_body ?j }
|
Virginia, Commonwealth of Virginia
|
The governing body of Fort Monroe is [Virginia, Commonwealth of Virginia].
|
Fort Monroe is governed by [Virginia, Commonwealth of Virginia].
| ||||||
4788
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Into_the_Dalek> <http://dbpedia.org/property/executiveProducer> ?uri }
|
Who is the executive producer of Into the Dalek ?
|
SELECT DISTINCT ?q WHERE { resource:Into_the_Dalek property:executive_producer ?q }
|
Doctor Who, Steven Moffat
|
The executive producer of Into the Dalek are [Doctor Who, Steven Moffat].
|
Into the Dalek's executive producer is [Doctor Who, Steven Moffat].
| ||||||
433
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/Militia> . ?uri <http://dbpedia.org/property/rank> <http://dbpedia.org/resource/Colonel_(United_States)> . }
|
List the colonel with branch as Militia?
|
SELECT DISTINCT ?u WHERE { ?u property:branch resource:Militia . ?u property:rank resource:Colonel_(_United_States) . }
|
James Madison
|
The colonel whose branch is Militia is [James Madison].
|
The colonel whose unit is the police, [James Madison].
| ||||||
4420
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wickramabahu_Central_College_(National_School)> <http://dbpedia.org/property/religiousAffiliation> ?uri. <http://dbpedia.org/resource/Vesak> <http://dbpedia.org/ontology/type> ?uri}
|
What is the common religious affiliation of the Wickramabahu Central College (National School) and that of Vesak?
|
SELECT DISTINCT ?u WHERE { resource:Wickramabahu_Central_College_(_National_School) property:religious_affiliation ?u . resource:Vesak property:type ?u }
|
Buddhism
|
[Buddhism] is the the common religious affiliation of the Wickramabahu Central College (National School) and that of Vesak.
|
[Buddhism] is a common religious affiliation of the Central College of Aramabahu (National School) and Fazak.
| ||||||
3978
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/characters> <http://dbpedia.org/resource/Stella_Kowalski> . ?x <http://dbpedia.org/property/writer> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Play>}
|
Who wrote the play in which a character called Stella Kowalski exists?
|
SELECT DISTINCT ?m WHERE { ?a property:writer ?m . ?a property:characters resource:Stella_Kowalski . ?a rdf:type ontology:Play }
|
Tennessee Williams
|
[Tennessee Williams] is the writer of the play where Stella Kowalski is a character.
|
[Tennessee Williams] is the author of a play in which Stella Kowalski plays a character.
|
[Tennessee Williams] is the writer of the play whose characters is her .
|
Tennessee Williams is the author of the play whose characters they are.
|
[Tennessee Williams] is the writer of the play whose characters is the person .
|
[Tennessee Williams] is the author of a play whose characters are human.
| ||
4108
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Andrew_Schally> <http://dbpedia.org/property/workInstitutions> ?uri }
|
Name the work institutions of Andrew Schally?
|
SELECT DISTINCT ?m WHERE { resource:Andrew_Schally property:work_institutions ?m }
|
Baylor College of Medicine, University of Miami, Tulane University
|
The work institutions of Andrew Schally are [Baylor College of Medicine, University of Miami, Tulane University].
|
Andrew Shully worked at [Baylor College of Medicine, University of Miami, Tulane University].
|
The work institutions of him are [Baylor College of Medicine, University of Miami, Tulane University, *].
|
His work institutes are [Baylor College of Medicine, University of Miami, Tulane University, *].
| ||||
3711
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Momoko_KÅchi> . ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Akira_Ifukube> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}
|
Name a movie with actor as Momoko Kochi and music by Akira Ifukube?
|
SELECT DISTINCT ?u WHERE { ?u property:music resource:Akira_Ifukube . ?u rdf:type ontology:Film . ?u property:starring resource:Momoko_KÅchi }
|
Godzilla (1954 film), Godzilla, King of the Monsters!
|
The films with cast member Momoko Kochi and music composer Akira Ifukube are [Godzilla (1954 film), Godzilla, King of the Monsters!].
|
Movies with actress Momomi Kochi and musical partner Akira Ifuhibe are [Godzilla (1954 film), Godzilla, King of the Monsters!].
|
The movie whose actor is her and music is Akira Ifukube are [Godzilla (1954 film), Godzilla, King of the Monsters!].
|
The film in which she starred and the music for which Akira Ifuebe wrote [Godzilla (1954 film), Godzilla, King of the Monsters!].
| ||||
4089
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/license> <http://dbpedia.org/resource/Software_as_a_service> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}
|
Name some software as a service?
|
SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:Software . ?n property:license resource:Software_as_a_service }
|
answer
|
The software whose content license is Software as a service are [answer].
|
Software licensed for the content of which is a Service is [answer].
| ||||||
799
|
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Russell_T_Davies> <http://dbpedia.org/property/notableworks> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
How many shows is Russell Davies known for?
|
SELECT DISTINCT COUNT ( ?n ) WHERE { resource:Russell_T_Davies property:notableworks ?n . ?n rdf:type ontology:Television_Show }
|
9
|
There are [9] teleision shows that are notable works of Russell T Davies.
|
There are [9] TV shows that are great works by Russell T. Davis.
|
There are [9] notableworks in him T Davies.
|
There are notable works by T. Davis.
|
There are [9] notableworks of the person.
|
There are [9] great works the person is known for.
| ||
1667
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Mark_Latham> . ?uri <http://dbpedia.org/ontology/partner> <http://dbpedia.org/resource/Tim_Mathieson> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Name the office holder with predecessor as Mark Latham and partner Tim Mathieson?
|
SELECT DISTINCT ?k WHERE { ?k property:partner resource:Tim_Mathieson . ?k rdf:type ontology:Office_Holder . ?k property:predecessor resource:Mark_Latham }
|
Julia Gillard
|
The office holder who is the successor Mark Latham and partner of Tim Mathieson is [Julia Gillard].
|
Mark Latham's current and successor and Tim Mathieson's partner is [Julia Gillard].
|
The office holder whose predecessor is him and partner is Tim Mathieson is [Julia Gillard].
|
The incubator, whose predecessor and partner is Mark Latham and Tim Mathieson, is [Julia Gillard].
| ||||
4387
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/canonizedBy> <http://dbpedia.org/resource/Pope_John_Paul_II> . ?x <http://dbpedia.org/property/deathPlace> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Place>}
|
In how many places have people canonized by John Paul II died?
|
SELECT DISTINCT COUNT ( ?r ) WHERE { ?r rdf:type ontology:Place . ?e property:death_place ?r . ?e property:canonized_by resource:Pope_John_Paul_I_I }
|
77
|
There are [77] death places where people canonized by John Paul II.
|
There are [77] places of death where people were canonized by John Paul II.
|
There are [77] death location of the people whose canonized by him .
|
People canonized by John Paul II died in [77] places.
| ||||
1319
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Breann_McGregor> <http://dbpedia.org/property/knownFor> ?uri }
|
Which things are Breann McGregor known for?
|
SELECT DISTINCT ?a WHERE { resource:Breann_Mc_Gregor property:known_for ?a }
|
Playboy, Playboy Cyber Club, '', appearance
|
The known works of Breann McGregor are [Playboy, Playboy Cyber Club, '', appearance].
|
Bryn McGregor's famous works are [Playboy, Playboy Cyber Club, '', Appearance].
|
The known work of her are [Playboy, Playboy Cyber Club, '', appearance].
|
Work she is known for are [Playboy, Playboy Cyber Club, 'Appearance].
| ||||
2255
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Anthony_Harvey> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}
|
Name the movies directed by Stanley Kubrick and edited by Anthony Harvey?
|
SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:Film . ?a property:director resource:Stanley_Kubrick . ?a property:editing resource:Anthony_Harvey }
|
Dr. Strangelove, Lolita (1962 film)
|
The films whose director is Stanley Kubrick and editor is Anthony Harvey are [Dr. Strangelove, Lolita (1962 film)].
|
Films directed by Stanley Kubrick and Anthony Harvey [Dr. Strangelove, Lolita (1962 film)].
|
The movie whose movie director is him and edited by is Anthony Harvey are [Dr. Strangelove, Lolita (1962 film)].
|
The film he directs and edits is [Dr. Strangelove, Lolita" (1962) by Anthony Harvey].
| ||||
2499
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Love_How_You_Love_Me> <http://dbpedia.org/property/language> ?uri }
|
Name the language of I Love How You Love Me ?
|
SELECT DISTINCT ?h WHERE { resource:I_Love_How_You_Love_Me property:language ?h }
|
Slovakia
|
The language of I Love How You Love Me is [Slovakia].
|
[Slovakia] is the language I Love How You Love Me.
| ||||||
645
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/commander> <http://dbpedia.org/resource/John_McEwen> . ?uri <http://dbpedia.org/ontology/commander> <http://dbpedia.org/resource/Phạm_Văn_Äồng> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryConflict>}
|
What is the military conflict whose commanders are John McEwen and Phm Vn ng?
|
SELECT DISTINCT ?e WHERE { ?e rdf:type ontology:Military_Conflict . ?e property:commander resource:Phạm_Văn_Äồng . ?e property:commander resource:John_Mc_Ewen }
|
Vietnam War
|
The military conflict whose commanders are John McEwen and Phm Vn ng is [Vietnam War].
|
The military conflict, commanded by John McEwen and Pham Wn, is [the Vietnam War].
|
[Vietnam War] is the military conflict whose commanders are them.
|
[The Vietnam War] is a military conflict that they command.
| ||||
1588
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/division> <http://dbpedia.org/resource/Flowering_plant> . ?uri <http://dbpedia.org/ontology/ingredient> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Food>}
|
How many dishes are made with an ingredient belonging to the flowering plant species?
|
SELECT DISTINCT COUNT ( ?f ) WHERE { ?b property:division resource:Flowering_plant . ?f property:ingredient ?b . ?f rdf:type ontology:Food }
|
1735
|
There are [1735] foods whose ingredients belong to the Flowering plant species.
|
There are [1735] products whose ingredients belong to floristic plant species.
| ||||||
1203
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/mouthPlace> <http://dbpedia.org/resource/Essex> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
Name the rivers who originate from Essex?
|
SELECT DISTINCT ?v WHERE { ?v rdf:type ontology:River . ?v property:mouth_place resource:Essex }
|
River Thames, River Stour, Suffolk
|
The rivers whose mouth is in Essex are [River Thames, River Stour, Suffolk].
|
The rivers that estuary in Essex are [Thames, River Stour, Suffolk].
| ||||||
978
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hearth_and_Home> <http://dbpedia.org/ontology/editor> ?uri }
|
Who is the editor of Hearth and Home?
|
SELECT DISTINCT ?i WHERE { resource:Hearth_and_Home property:editor ?i }
|
Harriet Beecher Stowe, Donald Grant Mitchell
|
The editors of Hearth and Home are [Harriet Beecher Stowe, Donald Grant Mitchell].
|
People who edited Heart and Home are [Harvey Beecher Stow, Donald Grant Mitchell].
| ||||||
2647
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sylvain_Lévi> <http://dbpedia.org/property/fields> ?uri }
|
List the fields of Sylvain Lvi ?
|
SELECT DISTINCT ?w WHERE { resource:Sylvain_Lévi property:fields ?w }
|
Sanskrit, Buddhism, Sanskrit literature
|
The fields of Sylvain Lvi are [Sanskrit, Buddhism, Sanskrit literature].
|
Lines of Sylvain Lvi [Sanskrit, Buddhism, Sanskrit literature].
|
The fields of Sylvain Lvi are [Sanskrit, Buddhism, Sanskrit literature].
|
List of Sylvain Lvi fields are [Sanskrit, Buddhism, Sanskrit literature].
| ||||
3819
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Matthew_Kane_(actor)> <http://dbpedia.org/ontology/citizenship> ?uri. <http://dbpedia.org/resource/Park_Rankin> <http://dbpedia.org/ontology/citizenship> ?uri . }
|
Matthew kane and Park rankin are citizens of which country?
|
SELECT DISTINCT ?h WHERE { resource:Park_Rankin property:citizenship ?h . . resource:Matthew_Kane_(actor) property:citizenship ?h }
|
United Kingdom
|
The country of citizenship of Matthew Kane and Park Rankin is [United Kingdom].
|
The country where Matthew Kane and Park Rankin is from [the UK].
|
[United Kingdom] is the country of citizenship of them.
|
[Britain] is a country where they have citizenship.
| ||||
4176
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sune_Agerschou> <http://dbpedia.org/ontology/nationality> ?uri }
|
What is the nationality of Sune Agerschou ?
|
SELECT DISTINCT ?n WHERE { resource:Sune_Agerschou property:nationality ?n }
|
Denmark
|
The nationality of Sune Agerschou is [Denmark].
|
Citizenship of Sune Agershu [Denmark].
|
[Denmark] is the nationality of him .
|
[Denmark] is his nationality.
| ||||
13
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Josef_Johansson> <http://dbpedia.org/property/birthPlace> ?uri. <http://dbpedia.org/resource/Nader_Guirat> <http://dbpedia.org/ontology/hometown> ?uri . }
|
What is the hometown of Nader Guirat, where Josef Johansson was born too?
|
SELECT DISTINCT ?u WHERE { resource:Nader_Guirat property:hometown ?u . . resource:Josef_Johansson property:birth_place ?u }
|
Tunisia
|
[Tunisia] is the birthplace of Josef Johansson and home town of Nader Guirat.
|
[Tunisia] is the birthplace of Josef Johansson and the homeland of Nader Girat.
|
[Tunisia] is the place where they were born.
|
[Tunisia] is the birthplace of them.
| ||||
1369
|
ASK WHERE { <http://dbpedia.org/resource/Geneva> <http://dbpedia.org/property/neighboringMunicipalities> <http://dbpedia.org/resource/Cologny> }
|
Is Cologny a neighbouring city of Geneva?
|
ASK WHERE { resource:Geneva property:neighboring_municipalities resource:Cologny }
|
Yes
|
[Yes], Cologny is a neighboring municipality of Geneva.
|
[Yes], Cologny is the neighboring community of Geneva.
|
[Yes], the city is a neighboring municipality of Geneva.
|
[Yes], the city is Geneva's neighboring community.
|
[Yes], the neighboring municipalities of Geneva is Cologny.
|
[Yes], the neighboring communities of Geneva are the Cologny.
|
||
3416
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/English_Americans> <http://dbpedia.org/property/region> ?uri. <http://dbpedia.org/resource/Brent_Darby> <http://dbpedia.org/property/placeOfDeath> ?uri}
|
Which region of English American is also the palce of Death of Brent Darby ?
|
SELECT DISTINCT ?x WHERE { resource:English_Americans property:region ?x . resource:Brent_Darby property:place_of_death ?x }
|
Michigan
|
The region of English Americans and the place of death of Brent Darby is [Michigan].
|
The English-American region and the place of Brent Darby's death [Michigan].
| ||||||
4153
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thomas_Bryan_Martin> <http://dbpedia.org/ontology/associate> ?uri. <http://dbpedia.org/resource/Pittsburgh> <http://dbpedia.org/ontology/founder> ?uri}
|
Whihc associate of THomas Bryan Martin is also the founder of Pittsburgh ?
|
SELECT DISTINCT ?p WHERE { resource:Pittsburgh property:founder ?p . resource:Thomas_Bryan_Martin property:associate ?p }
|
George Washington
|
[George Washington] is the associate of Thomas Bryan Martin and the founder of Pittsburgh.
|
[George Washington] is Thomas Brian Martin's associate and Pittsburgh's founder.
|
[George Washington] is the associate of the Thomas Bryan Martin and is founded Pittsburgh.
|
[George Washington] is a partner of Thomas Brian Martin who founded Pittsburgh.
| ||||
4831
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steve_Buyer> <http://dbpedia.org/ontology/battle> ?uri }
|
In what wars was Steve Buyer involved?
|
SELECT DISTINCT ?c WHERE { resource:Steve_Buyer property:battle ?c }
|
Gulf War
|
The battle of Steve Buyer is [Gulf War].
|
Steve Bayer's battle is [the Gulf War].
|
The battle of Steve Buyer is [Gulf War].
|
Steve Bayer's battle is [the Gulf War].
| ||||
3915
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Judson_Huss> <http://dbpedia.org/property/deathPlace> ?uri }
|
Name the death location of Judson Huss ?
|
SELECT DISTINCT ?f WHERE { resource:Judson_Huss property:death_place ?f }
|
Paris, France
|
The place of death of Judson Huss is [Paris, France].
|
The place where Judson Gousse died is [Paris, France].
|
The death location of him are [Paris, France].
|
The place of his death [Paris, France].
| ||||
4201
|
ASK WHERE { <http://dbpedia.org/resource/KOMC_(AM)> <http://dbpedia.org/ontology/programmeFormat> <http://dbpedia.org/resource/Gospel_music> }
|
Does KOMC play Gospel Music?
|
ASK WHERE { resource:K_O_M_C_(_A_M) property:programme_format resource:Gospel_music }
|
Yes
|
[Yes], KOMC play Gospel Music.
|
Yes, they play jazz music.
|
[Yes], Gospel music is the music of the organisation.
|
[Yes], Gospel music is the music format of the organization.
|
[Yes], Gospel music is played by KOMC.
|
[Yes], the music format KOMC makes Gospel music.
|
||
2247
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Maine_School_of_Science_and_Mathematics> <http://dbpedia.org/ontology/authority> ?uri }
|
Who is the authority of Maine School of Science and Mathematics ?
|
SELECT DISTINCT ?s WHERE { resource:Maine_School_of_Science_and_Mathematics property:authority ?s }
|
Maine
|
[Maine] is the authority of Maine School of Science and Mathematics.
|
[Maine] is the main person of the Maine School of Science and Science.
|
[Maine] is the authority of the organisation .
|
[Maine] is the principal person of the organization.
| ||||
4739
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bombay_Sapphire> <http://dbpedia.org/property/distributor> ?uri }
|
What company is the distributor of Bombay Sapphire?
|
SELECT DISTINCT ?x WHERE { resource:Bombay_Sapphire property:distributor ?x }
|
Bacardi
|
[Bacardi] is the distributor of Bombay Sapphire.
|
[Bacardi] sells Bombay Sapphire.
| ||||||
2636
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/fields> <http://dbpedia.org/resource/Immunology> . ?x <http://dbpedia.org/ontology/award> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Award>}
|
Count the awards received by Immunologists?
|
SELECT DISTINCT COUNT ( ?q ) WHERE { ?q rdf:type ontology:Award . ?l property:fields resource:Immunology . ?l property:award ?q }
|
58
|
There are [58] awards received from people whose fieldwork is Immunology.
|
There are [58] awards from people whose field work is related to Immunology.
| ||||||
1455
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Let_Me_Be_Your_Star> . ?x <http://dbpedia.org/property/guests> ?uri . }
|
What is the total number of guests on the show whose theme music is Let me be your star?
|
SELECT DISTINCT COUNT ( ?f ) WHERE { ?t property:guests ?f . . ?t property:music resource:Let_Me_Be_Your_Star }
|
22
|
There are [22] guests on the show whose music is Let Me Be Your Star.
|
The show features [22] guests whose music is Let Me Be Your Star.
| ||||||
140
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/currency> <http://dbpedia.org/resource/Aureus> . ?uri <http://dbpedia.org/ontology/currency> <http://dbpedia.org/resource/Solidus_(coin)> . }
|
Where are Aureus and Solidus used as currency?
|
SELECT DISTINCT ?h WHERE { ?h property:currency resource:Solidus_(coin) . . ?h property:currency resource:Aureus }
|
Roman Empire, History of the Roman Empire
|
The countries whose currencies are Aureus and Solidus are [Roman Empire, History of the Roman Empire].
|
Countries with both Aureus and Fabdus currencies are [Roman Empire, History of the Roman Empire].
| ||||||
3007
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/executiveProducer> <http://dbpedia.org/resource/Steven_Peterman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
What is the television show whose executive producer is Steven Peterman?
|
SELECT DISTINCT ?y WHERE { ?y property:executive_producer resource:Steven_Peterman . ?y rdf:type ontology:Television_Show }
|
High Society (1995 TV series), Hannah Montana, Life with Boys
|
The television shows with executive producer Steven Peterman are [High Society (1995 TV series), Hannah Montana, Life with Boys].
|
The series with executive producer Steven Peterman [High Society (1995 series), Hannah Montana, Life with Boys].
|
The television show whose executive producer is him are [High Society (1995 TV series), Hannah Montana, Life with Boys].
|
The TV show of which he is an executive producer [High Society (1995 series), Hannah Montana, Life with Boys].
| ||||
2345
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Producers_(2005_film)> <http://dbpedia.org/property/label> ?uri. <http://dbpedia.org/resource/I_Pray_on_Christmas> <http://dbpedia.org/property/label> ?uri . }
|
To which label did The Producers and I pray on Christmas sign up?
|
SELECT DISTINCT ?s WHERE { resource:I_Pray_on_Christmas property:label ?s . . resource:The_Producers_(2005_film) property:label ?s }
|
Sony
|
[Sony] is the common label of The Producers and I Pray on Christmas.
|
[Sony] is a joint label of The Producers and I'y on Christmas.
| ||||||
2177
|
ASK WHERE { <http://dbpedia.org/resource/Rain_Over_Me> <http://dbpedia.org/ontology/album> <http://dbpedia.org/resource/Planet_Pit> }
|
Is Rain Over me in the planet pit album?
|
ASK WHERE { resource:Rain_Over_Me property:album resource:Planet_Pit }
|
Yes
|
[Yes], Planet Pit is the album of Rain Over Me.
|
[Yes] Planet Pit is the album which has Rain Over Me.
|
[Yes], the album of Rain Over Me is Planet Pit.
|
[Yes], the album Rain Over Me - Planet Pit.
|
||||
3550
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WRVU> <http://dbpedia.org/property/licensee> ?uri. <http://dbpedia.org/resource/Todd_J._Campbell> <http://dbpedia.org/ontology/almaMater> ?uri}
|
Which licensee of the WRVU is also the alma mater of the Todd J. Campbell ?
|
SELECT DISTINCT ?b WHERE { resource:W_R_V_U property:licensee ?b . resource:Todd_J._Campbell property:alma_mater ?b }
|
Vanderbilt University
|
The licensee of the WRVU and alma mater of Todd J. Campbell is [Vanderbilt University].
|
Todd J. Mater's alma mater and licensee of the WRVU is [Vanderbilt University].
| ||||||
4301
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/country> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/discipline> ?uri . }
|
Journals of how many fields can be found in US?
|
SELECT DISTINCT COUNT ( ?c ) WHERE { ?g property:discipline ?c . . ?g property:country resource:United_States }
|
538
|
There are [538] academic journals which are based in United States.
|
In the United States, there are [538] scientific journals.
| ||||||
2107
|
ASK WHERE { <http://dbpedia.org/resource/Silver_Airways> <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Washington_Dulles_International_Airport> }
|
Does Silver Airways have a hub at the Washington Dulles International Airport?
|
ASK WHERE { resource:Silver_Airways property:hub_airport resource:Washington_Dulles_International_Airport }
|
Yes
|
[Yes], Washington Dulles International Airport is the hub airport of Silver Airways.
|
[Yes] Dulles International Airport in Washington is the hub of Silver Airways.
|
[Yes], Washington Dulles International Airport is the hub airport of the organisation.
|
[Yes] Dulles International Airport in Washington is the organization's hub airport.
|
[Yes], the hub airport of Silver Airways is Washington Dulles International Airport.
|
[Yes], Silver Airways main airport is Dulles International Airport in Washington.
|
||
4066
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Fugitive_Kind> <http://dbpedia.org/property/writer> ?uri. <http://dbpedia.org/resource/The_Notebook_of_Trigorin> <http://dbpedia.org/ontology/author> ?uri . }
|
The fugitive Kind and the Notebook of Trigorin is written by what author?
|
SELECT DISTINCT ?k WHERE { resource:The_Fugitive_Kind property:writer ?k . resource:The_Notebook_of_Trigorin property:author ?k . }
|
Tennessee Williams
|
The fugitive Kind and the Notebook of Trigorin is written by [Tennessee Williams].
|
Trigger's fleeting nature and notebook come from [Tennessee Williams].
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.