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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
610
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Peter_Thorneycroft> <http://dbpedia.org/ontology/primeMinister> ?uri }
|
List down the prime ministers of Peter Thorneycroft?
|
SELECT DISTINCT ?j WHERE { resource:Peter_Thorneycroft property:prime_minister ?j }
|
Winston Churchill, Alec Douglas-Home, Anthony Eden, Harold Macmillan
|
The prime ministers of Peter Thorneycroft are [Winston Churchill, Alec Douglas-Home, Anthony Eden, Harold Macmillan].
|
Peter Thorneycroft's prime ministers are [Winston Churchill, Alec Douglas-Home, Anthony Eden, Harold Macmillan].
|
The prime minister of him are [Winston Churchill, Alec Douglas-Home, Anthony Eden, Harold Macmillan].
|
Its prime ministers [Winston Churchill, Alec Douglas-Home, Anthony Eden, Harold Macmillan].
| ||||
227
|
ASK WHERE { <http://dbpedia.org/resource/Merlin_Express> <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Cibao_International_Airport> }
|
Does the merlin express have a hub at the cibano international airport?
|
ASK WHERE { resource:Merlin_Express property:hub_airport resource:Cibao_International_Airport }
|
Yes
|
[Yes], Cibao International Airport is the hub airport of Merlin Express.
|
[Yes] Cibao International Airport is a Merlin Express hub.
|
[Yes], Cibao International Airport is the hub airport of the organisation.
|
[Yes] Cibao International Airport is the organization's hub airport.
|
[Yes], the hub of Merlin Express is at Cibao International Airport.
|
[Yes], the main Merlin Express airport is at Cibao International Airport.
|
||
4212
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/affiliations> <http://dbpedia.org/resource/Graham_Holdings_Company> . ?uri <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Iowa> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}
|
List the uni. having affiliation with Graham Holding Company and have a campus in Iowa ?
|
SELECT DISTINCT ?d WHERE { ?d property:campus resource:Iowa . ?d property:affiliations resource:Graham_Holdings_Company . ?d rdf:type ontology:University }
|
Kaplan University
|
The university whose affiliations is Graham Holdings Company and campus is lowa is [Kaplan University].
|
The university that Graham Holdings Company and campus are associated with is [Fallan University].
| ||||||
678
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/youthclubs> <http://dbpedia.org/resource/Newell's_Old_Boys> }
|
Which football players have Newell's Old Boys as youthclub?
|
SELECT DISTINCT ?n WHERE { ?n property:youthclubs resource:Newell's_Old_Boys }
|
answer
|
The players whose youthclub is Newell's Old Boys are [answer].
|
The players from Newell's Old Boys club are [the answer].
| ||||||
888
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/AH141> <http://dbpedia.org/ontology/county> ?uri. <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/ontology/country> ?uri}
|
What location country of AH141 is also the nation of malaysia Junior hockey league?
|
SELECT DISTINCT ?m WHERE { resource:Malaysia_Junior_Hockey_League property:country ?m . resource:A_H141 property:county ?m }
|
Malaysia
|
[Malaysia] is the county of both AH141 and the Malaysia Junior Hockey League.
|
[Malaysia] is the location of AH141 and the Malaysian Youth Hockey League.
|
[Malaysia] is the county of both the organisations.
|
[Malaysia] is where the organizations are located.
| ||||
2129
|
ASK WHERE { <http://dbpedia.org/resource/Ronaldinho> <http://dbpedia.org/property/nationalteam> <http://dbpedia.org/resource/Brazil_national_under-23_football_team> }
|
Does Ronaldinho play in the brazil's under 23 team?
|
ASK WHERE { resource:Ronaldinho property:nationalteam resource:Brazil_national_under-23_football_team }
|
Yes
|
[Yes], Brazil national under-23 football team is the national team of Ronaldinho.
|
[Yes], Brazil's U23 team is Ronaldinho's national team.
|
[Yes], Brazil national under-23 football team is the nationalteam of him.
|
[Yes], Brazil's U23 football team is his national team.
|
[Yes], Brazil national under-23 football team is the nationalteam of the person.
|
[Yes], Brazil's U23 football team is the national team.
|
[Yes], the nationalteam of Ronaldinho does Brazil national under-23 football team.
|
[Yes] Ronaldinho's national team is Brazil's under-23 football team.
|
1032
|
ASK WHERE { <http://dbpedia.org/resource/Stanislav_Morozov> <http://dbpedia.org/ontology/formerCoach> <http://dbpedia.org/resource/Halyna_Kukhar> }
|
Is Halyna Kukhar the former coach of Stanislav Morozov?
|
ASK WHERE { resource:Stanislav_Morozov property:former_coach resource:Halyna_Kukhar }
|
Yes
|
[Yes], Halyna Kukhar is the former coach of Stanislav Morozov.
|
[Yes] Galina Kukhar is Stanislav Morozov's former coach.
|
[Yes], he is the former coach of Stanislav Morozov.
|
Yes, he is Stanislav Morozov's former coach.
|
[Yes], Halyna Kukhar is the former coach of the person.
|
[Yes] Galina Kukhar is the person's former coach.
|
[Yes], Stanislav Morozov's former coach is Halyna Kukhar.
|
[Yes] Former coach of Stanislav Morozova is Halyna Kukhar.
|
1378
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Buccinidae> . ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Buccinoidea> . }
|
What belongs to the families of Buccinidae and Buccinoidea?
|
SELECT DISTINCT ?l WHERE { ?l property:family resource:Buccinidae . ?l property:family resource:Buccinoidea . }
|
answer
|
The things that belong to both Buccinidae and Buccinoidea families are [answer].
|
Things belonging to the Buccinidae and Buccinoidea families [answer].
| ||||||
3682
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Indianapolis_Colts> . ?uri <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Carolina_Panthers> . }
|
Whose former teams are Indianapolis Colts and Carolina Panthers?
|
SELECT DISTINCT ?e WHERE { ?e property:former_team resource:Carolina_Panthers . . ?e property:former_team resource:Indianapolis_Colts }
|
answer
|
The players whose former teams are Indianapolis Colts and Carolina Panthers are [answer].
|
Players having former teams named Indianapolis Colts and Carolina Panthers are [answer].
| ||||||
67
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Elizabeth:_The_Golden_Age_(soundtrack)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }
|
What are the awards won by the producer of Elizabeth: The Golden Age?
|
SELECT DISTINCT ?p WHERE { resource:Elizabeth:_The_Golden_Age_(soundtrack) property:producer ?n . ?n property:awards ?p . }
|
Academy Awards, Tony Award, Primetime Emmy Award, Screen Actors Guild Award, British Academy Film Awards, Golden Globe Award
|
The awards of the producer of Elizabeth: The Golden Age are [Academy Awards, Tony Award, Primetime Emmy Award, Screen Actors Guild Award, British Academy Film Awards, Golden Globe Award].
|
Produced Elizabeth: The Golden Age - [Academy Awards, Tony Awards, Primetime Emmy Award, Screen Awards Guild, British Academy Film Awards, Golden Globe Award].
| ||||||
3025
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Șerban_Țițeica> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}
|
Under which scientist did doctoral students erban ieica and Erich Bagge study?
|
SELECT DISTINCT ?n WHERE { ?n property:doctoral_students resource:Șerban_Țițeica . ?n rdf:type ontology:Scientist }
|
Werner Heisenberg
|
[Werner Heisenberg] is the scientist whose doctoral students are erban ieica and Erich Bagge.
|
[Werner Heisenberg] is a scientist whose students are Erban Eika and Bugge.
| ||||||
4703
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rev_(drink)> <http://dbpedia.org/ontology/distributor> ?uri }
|
Who is the distributor of Rev (drink) ?
|
SELECT DISTINCT ?f WHERE { resource:Rev_(drink) property:distributor ?f }
|
Bacardi
|
[Bacardi] is the distributor of Rev (drink) .
|
[Bacardi] is Rev's distributor.
| ||||||
4849
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paradise_Place> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
What awards were presented to the person who produced Paradise place?
|
SELECT DISTINCT ?g WHERE { ?o rdf:type ontology:Person . ?o property:awards ?g . resource:Paradise_Place property:producer ?o }
|
Academy Awards, Goethe Prize, Praemium Imperiale
|
The awards of the person who is the producer of Paradise Place are [Academy Awards, Goethe Prize, Praemium Imperiale].
|
The producers of Paradise Place [Academy Awards, Emmy Awards].
|
The awards of the person who is the producer of Paradise Place are [others, Goethe Prize, Praemium Imperiale].
|
Paradise Place producer prices are [other, for example, premium class].
| ||||
1045
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Microsoft_Expression_Encoder> <http://dbpedia.org/ontology/computingPlatform> ?x . ?x <http://dbpedia.org/ontology/developer> ?uri . }
|
Who develops the computation platform of Microsoft Expression Encoder?
|
SELECT DISTINCT ?z WHERE { resource:Microsoft_Expression_Encoder property:computing_platform ?z . ?z property:developer ?z . }
|
Apple Inc., Microsoft
|
The developers of the computing platform of Microsoft Expression Encoder are [Apple Inc., Microsoft].
|
Developers of Microsoft Expression Encoder computer platform are [Apple Inc., Microsoft].
| ||||||
1582
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Russell_T_Davies> . ?uri <http://dbpedia.org/ontology/related> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
Give me some shows related to the ones created by Russell Davies
|
SELECT DISTINCT ?d WHERE { ?d rdf:type ontology:Television_Show . ?d property:related ?x . ?x property:creator resource:Russell_T_Davies }
|
Doctor Who, Queer as Folk (2000 TV series), Banana (TV series), Cucumber (TV series), Tofu (web series), Torchwood, K-9 (TV series), The Sarah Jane Adventures, Torchwood Declassified, Sarah Jane's Alien Files
|
The television shows related to those which are created by Russell T Davies are [Doctor Who, Queer as Folk (2000 TV series), Banana (TV series), Cucumber (TV series), Tofu (web series), Torchwood, K-9 (TV series), The Sarah Jane Adventures, Torchwood Declassified, Sarah Jane's Alien Files].
|
Russell Davies is associated with such series are [Doctor Who, Queer as Folk (2000 TV series), Banana (TV series), Cucumber (TV series), Tofu (web series), Torchwood, K-9 (TV series), The Sarah Jane Adventures, Torchwood Declassified, Sarah Jane's Alien Files].
|
The television shows whose related's sculptor is Russell T Davies. are [Doctor Who, Queer as Folk (2000 TV series), Banana (TV series), Cucumber (TV series), Tofu (web series), Torchwood, K-9 (TV series), The Sarah Jane Adventures, Torchwood Declassified, Sarah Jane's Alien Files].
|
Some shows related to the ones created by Russell Davies are [Doctor Who, Queer as Folk (2000 TV series), Banana (TV series), Cucumber (TV series), Tofu (web series), Torchwood, K-9 (TV series), The Sarah Jane Adventures, Torchwood Declassified, Sarah Jane's Alien Files] by Sarah Jane.
| ||||
3335
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Five_(The_Vampire_Diaries)> <http://dbpedia.org/property/series> ?x . ?x <http://dbpedia.org/property/starring> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
Name the actors of the TV show which has an episode named The Five ?
|
SELECT DISTINCT ?e WHERE { ?m rdf:type ontology:Television_Show . ?m property:starring ?e . resource:The_Five_(_The_Vampire_Diaries) property:series ?m }
|
Kayla Ewell, Zach Roerig, Steven R. McQueen, Sara Canning, Matthew Davis, Ian Somerhalder, Nina Dobrev, Michael Malarkey, Joseph Morgan (actor), Michael Trevino, Paul Wesley, Candice King, Kat Graham, *
|
The cast members of the television show which has an episode named The Five are [Kayla Ewell, Zach Roerig, Steven R. McQueen, Sara Canning, Matthew Davis, Ian Somerhalder, Nina Dobrev, Michael Malarkey, Joseph Morgan (actor), Michael Trevino, Paul Wesley, Candice King, Kat Graham, *].
|
The cast of the series called The Five [Kayla Ewell, Zack Rose, Stephen R. McQueen, Sarah Canning, Matthew Davis, Ian Somerhalder, Nina Dobrev, Michael Malarkey, Joseph Morgan (actors), Michael Trevino, Paul Wesley, Candice King, Kat Graham, *].
| ||||||
2952
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Tony_Allen_(musician)> . ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}
|
Which musical artist collaborated with Tony Allen (musician) and label is Victor Entertainment?
|
SELECT DISTINCT ?u WHERE { ?u rdf:type ontology:Musical_Artist . ?u property:associated_musical_artist resource:Tony_Allen_(musician) . ?u property:label resource:Victor_Entertainment }
|
Fela Kuti
|
The musical artist associated with Tony Allen (musician) and label is Victor Entertainment is [Fela Kuti].
|
The musician is connected to Tony Allen (musician) and Victor Entertainment label [Fela Feli].
|
[Fela Kuti] is the musical artist whose associated musical artist is him (musician) and label is Victor Entertainment.
|
[Fela Feli] is a music artist whose partner (musician) he is and whose label is Victor Entertainment.
| ||||
1850
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2015_MLS_All-Star_Game> <http://dbpedia.org/property/city> ?uri. <http://dbpedia.org/resource/The_Okee_Dokee_Brothers> <http://dbpedia.org/ontology/birthPlace> ?uri}
|
What is the city of the 2015 MLS All-Star Game and birthplace of the The Okee Dokee Brothers?
|
SELECT DISTINCT ?i WHERE { resource:2015_M_L_S_All-_Star_Game property:city ?i . resource:The_Okee_Dokee_Brothers property:birth_place ?i }
|
Colorado
|
The town of the 2015 MLS All-Star Game and birthplace of The Okee Dokee Brothers is [Colorado].
|
The city that hosted the 2015 MLS All-Star Game and the birthplace of the Oki brothers is Colorado.
|
The city of the 2015 MLS All-Star Game and place of birth of the The Okee Dokee Brothers is [Colorado].
|
The city that hosted the 2015 MLS All-Star Game and where Okee Dokee was born is [Colorado].
| ||||
4256
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Ashanti_Region> . ?x <http://dbpedia.org/property/denomination> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}
|
Which religion is prevalent in the schools of the Ashanti region?
|
SELECT DISTINCT ?f WHERE { ?t property:denomination ?f . ?t rdf:type ontology:School . ?t property:region resource:Ashanti_Region }
|
Baptist, Ghana, Ahmadiyya
|
The prevalent denomination of the Ashanti region schools are [Baptist, Ghana, Ahmadiyya].
|
The Ashanti region is dominated by Baptists [Baptists, Ghana, Ahmadiyya].
| ||||||
3961
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/affiliations> <http://dbpedia.org/resource/Graham_Holdings_Company> . ?uri <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Indiana> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}
|
Name the university with affiliations as Graham Holdings Company and campus at Indiana?
|
SELECT DISTINCT ?k WHERE { ?k property:campus resource:Indiana . ?k rdf:type ontology:University . ?k property:affiliations resource:Graham_Holdings_Company }
|
Kaplan University
|
[Kaplan University] is the university affiliated with Graham Holdings Company and also has a campus in Indiana.
|
[Hellan University] is university with affiliations as Graham Holdings Company and campus at Indiana.
| ||||||
1300
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/highschool> <http://dbpedia.org/resource/Memphis,_Tennessee> . ?x <http://dbpedia.org/ontology/school> ?uri . }
|
Where did the graduates of Memphis, Tenessee continue their education?
|
SELECT DISTINCT ?n WHERE { ?n property:highschool resource:Memphis,_Tennessee . ?n property:school ?n . }
|
Vanderbilt University
|
The school of the people whose highschool was Memphis, Tennessee is [Vanderbilt University].
|
The graduates of Memphis, Tenessee continue their education from [Webilt University].
| ||||||
3695
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Candice_Michelle> <http://dbpedia.org/ontology/trainer> ?uri }
|
Who are the trainers of Candice Michelle?
|
SELECT DISTINCT ?e WHERE { resource:Candice_Michelle property:trainer ?e }
|
John Cena, Arn Anderson, Trish Stratus, CM Punk, Dave Finlay
|
The trainers of Candice Michelle are [John Cena, Arn Anderson, Trish Stratus, CM Punk, Dave Finlay].
|
Michelle's coaches [John Cena, Arne Anderson, Trish Stratus, CM Punk, Dave Finlay].
|
The trainer of her are [John Cena, Arn Anderson, Trish Stratus, CM Punk, Dave Finlay].
|
Her coaches are [John Cena, Arn Anderson, Trish Stratus, CM Punk, Dave Finlay].
| ||||
4437
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/residence> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/nominee> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Give me some nominees of politicians in the US?
|
SELECT DISTINCT ?u WHERE { ?d rdf:type ontology:Office_Holder . ?d property:nominee ?u . ?d property:residence resource:United_States }
|
United States Senate
|
[United States Senate] is the nominees of politicians in the US.
|
[The United States Senate] is an appointment of politicians in the United States.
| ||||||
3914
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Foxconn> . }
|
What product is made by Sony and Foxconn togather?
|
SELECT DISTINCT ?o WHERE { ?o property:manufacturer resource:Sony . ?o property:manufacturer resource:Foxconn . }
|
PlayStation 3, PlayStation 4
|
The information appliances manufactured by Sony and Foxconn are [PlayStation 3, PlayStation 4].
|
Information devices produced by Sony and Foxconn [PlayStation 3, PlayStation 4].
| ||||||
3152
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Joe_Shuster> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ComicsCharacter>}
|
List the comic characters created by Joe Shuster?
|
SELECT DISTINCT ?c WHERE { ?c rdf:type ontology:Comics_Character . ?c property:creators resource:Joe_Shuster }
|
Clark Kent, Lex Luthor, Lois Lane, Superman, Rose Psychic, Mister Mxyzptlk, Doctor Occult, Lara (comics), Delores Winters, George Taylor (DC Comics), Perry White, Superboy (Kal-El)
|
The comics characters created by Joe Shuster are [Clark Kent, Lex Luthor, Lois Lane, Superman, Rose Psychic, Mister Mxyzptlk, Doctor Occult, Lara (comics), Delores Winters, George Taylor (DC Comics), Perry White, Superboy (Kal-El)].
|
The comic book characters created by Joe Shuster are [Clark Kent, Lex Luthor, Lois Lane, Superman, Rose Psychic, Mr. Mishpdark, Dr. Occult, Lara (Coen), Delores Winters, George Taylor (DC Cohmed), Perry White, Superboy (Cal-El)].
|
The comics characters whose creators is him are [Clark Kent, Lex Luthor, Lois Lane, Superman, Rose Psychic, Mister Mxyzptlk, Doctor Occult, Lara (comics), Delores Winters, George Taylor (DC Comics), Perry White, Superboy (Kal-El)].
|
Comics characters he created: [Clark Kent, Lex Luthor, Lois Lane, Superman, Rose Psychic, Mr. Mxyzptlk, Dr. Occult, Lara (Coens), Delores Winters, George Taylor (Coens DC), Perry White, Superboy (Cal-El)].
| ||||
3473
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/ontology/institution> ?uri. <http://dbpedia.org/resource/Douglass_North> <http://dbpedia.org/ontology/institution> ?uri . }
|
Name the common institution of the Erica Frank and Douglass North?
|
SELECT DISTINCT ?w WHERE { resource:Erica_Frank property:institution ?w . resource:Douglass_North property:institution ?w . }
|
Stanford University
|
[Stanford University] is the institution of both Erica Frank and Douglass North.
|
[Stanford University] is an institution Erica Frank and Douglas North went to.
|
[Stanford University] is the institution of them.
|
[Stanford University] is an institution they went.
| ||||
1364
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningOrganisation> <http://dbpedia.org/resource/New_York_City_Housing_Authority> . ?x <http://dbpedia.org/ontology/municipality> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}
|
In which municipalities does the NYC housing authority own buildings?
|
SELECT DISTINCT ?t WHERE { ?z rdf:type ontology:Building . ?z property:municipality ?t . ?z property:owning_organisation resource:New_York_City_Housing_Authority }
|
The Bronx
|
[The Bronx] is the municipality of the buildings owned by the New York City Housing Authority.
|
[The Bronx] is a community of New York City-owned buildings.
|
[The Bronx] is the municipality of the building whose owner is the organisation .
|
[The Bronx] is a community building owned by an organization.
| ||||
4369
|
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Best_Mate> <http://dbpedia.org/property/race> ?uri . }
|
How many races has Best Mate won?
|
SELECT DISTINCT COUNT ( ?k ) WHERE { resource:Best_Mate property:race ?k . }
|
8
|
There are [8] race in Best Mate.
|
Best Mate has [8] races.
| ||||||
853
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WWTR> <http://dbpedia.org/ontology/programmeFormat> ?uri }
|
What is the programme format of WWTR?
|
SELECT DISTINCT ?i WHERE { resource:W_W_T_R property:programme_format ?i }
|
South Asia
|
[South Asia] is the programme format of WWTR.
|
[South Asia] is WWTR's programming format.
|
The programme format of WWTR is [location].
|
The format of WWTR is [location].
| ||||
1587
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/CNN> . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }
|
Count the different alma maters of people employed by the CNN?
|
SELECT DISTINCT COUNT ( ?v ) WHERE { ?n property:alma_mater ?v . . ?n property:employer resource:C_N_N }
|
9
|
There are [9] alma maters of the people who work for CNN.
|
There are [9] alma mater people employed by CNN.
|
There are [9] alma mater of the people whose employer is the organisation.
|
There is [9] the alma mater of people who work in the organization.
| ||||
3341
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/launchSite> <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }
|
Which company had built the rockets launched at the Cape Canaveral Air Force Station Space Launch Complex 17?
|
SELECT DISTINCT ?o WHERE { ?r property:launch_site resource:Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_17 . ?r property:manufacturer ?o . }
|
Boeing, Douglas Aircraft Company, Aerojet
|
The manufacturers of the rockets launched at the Cape Canaveral Air Force Station Space Launch Complex 17 are [Boeing, Douglas Aircraft Company, Aerojet].
|
The rotor, launched at the Cape Canaveral Cosmodrome, is manufactured by [Boeing, Douglas Aircraft Company, Aerojet].
| ||||||
2048
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mrunalini_Kunte> <http://dbpedia.org/ontology/relative> ?x . ?x <http://dbpedia.org/property/knownFor> ?uri . }
|
List the things for which the relatives of Mrunalini Kunte are known?
|
SELECT DISTINCT ?k WHERE { ?w property:known_for ?k . . resource:Mrunalini_Kunte property:relative ?w }
|
Chess
|
[Chess] is the known field of the relatives of Mrunalini Kunte.
|
[Chess] is a well-known activity of Munalini Kunte's relatives.
|
[Chess] is the known field of the relatives of her.
|
Chess is the known domain of their relatives.
| ||||
1721
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/workInstitutions> <http://dbpedia.org/resource/University_of_Miami> . ?x <http://dbpedia.org/property/workInstitutions> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Medician>}
|
List the work institutions of the medicians who has also worked at University of Miami?
|
SELECT DISTINCT ?p WHERE { ?q property:work_institutions ?p . ?q property:work_institutions resource:University_of_Miami . ?q rdf:type ontology:Medician }
|
Tulane University, Baylor College of Medicine, *, University of Miami
|
The work institutions of the medicians who has worked at University of Miami are [Tulane University, Baylor College of Medicine, *, University of Miami].
|
Working Institutes of Physics that worked at the University of Miami [Tulane University, Baylor College of Medicine *, University of Miami].
| ||||||
1612
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Jefferson_North_Assembly> . ?x <http://dbpedia.org/property/related> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}
|
Name some cars similar to the ones which are assembled at the Jefferson North Assembly?
|
SELECT DISTINCT ?j WHERE { ?m property:assembly resource:Jefferson_North_Assembly . ?m property:related ?j . ?m rdf:type ontology:Automobile }
|
answer
|
The related automobiles with those assembled at Jefferson North Assembly are [answer].
|
Related machines with assembly at Jefferson North Assembly [answer].
| ||||||
3254
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Franz_von_Papen> }
|
Whose deputy was Franz von Papen?
|
SELECT DISTINCT ?e WHERE { ?e property:deputy resource:Franz_von_Papen }
|
Adolf Hitler
|
The person with deputy Franz von Papen is [Adolf Hitler].
|
Franz von Papen's deputy is [Hitler].
|
The office holder whose deputy is him is [Adolf Hitler].
|
The person, whose deputy he is [Hitler].
| ||||
1747
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/youthclubs> <http://dbpedia.org/resource/FC_Barcelona> . }
|
Name whose youth club was FC Barcelona?
|
SELECT DISTINCT ?s WHERE { ?s property:youthclubs resource:F_C_Barcelona . }
|
answer
|
The people with FC Barcelona as a youth club are [answer].
|
[answer]'s youth club was FC Barcelona.
| ||||||
3294
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Jenny_Macklin> . ?uri <http://dbpedia.org/property/predecessor> ?x . }
|
Whose predecessor had Jenny Macklin as a deputy ?
|
SELECT DISTINCT ?q WHERE { ?m property:deputy resource:Jenny_Macklin . ?q property:predecessor ?m . }
|
answer
|
The people whose predecessor's deputy is Jenny Macklin are [answer].
|
[answer] had Jenny Macklin as a deputy .
|
The office holders whose predecessor's deputy is her are [answer].
|
Office holders, whose predecessor is her are [answer].
| ||||
379
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/relation> <http://dbpedia.org/resource/Anne_Spielberg> . }
|
Whos a famous relative of anne spielberg?
|
SELECT DISTINCT ?n WHERE { ?n property:relation resource:Anne_Spielberg . }
|
Steven Spielberg
|
The famous relative of Anne Spielberg is [Steven Spielberg].
|
Anne Hathaway's famous relative is [Steven Spielberg].
|
The famous relative of the person is [Steven Spielberg].
|
The person's famous relative is [Steven Spielberg].
| ||||
3343
|
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Russell_T_Davies> <http://dbpedia.org/ontology/notableWork> ?uri . }
|
How many important works have been done by Russel Davies?
|
SELECT DISTINCT COUNT ( ?g ) WHERE { resource:Russell_T_Davies property:notable_work ?g . }
|
9
|
There are [9] notable works of Russell T Davies.
|
There are [9] famous works by Russell T. Davis.
|
There are [9] notable work of the person.
|
There are [9] wonderful works by this person.
| ||||
1623
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Blue_Jacket> . ?x <http://dbpedia.org/property/combatant> ?uri . }
|
How many factions were fighting in the wars where Blue Jacket was a commander?
|
SELECT DISTINCT COUNT ( ?t ) WHERE { ?w property:combatant ?t . . ?w property:commander resource:Blue_Jacket }
|
12
|
There are [12] combatants of the military conflicts whose commander was Blue Jacket.
|
There are [12] participants in military conflicts whose commander was the Blue Jacket.
| ||||||
4798
|
ASK WHERE { <http://dbpedia.org/resource/AMC_Gremlin> <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/Volkswagen> }
|
Does AMC Gremlin have the Volkswagen engine?
|
ASK WHERE { resource:A_M_C_Gremlin property:engine resource:Volkswagen }
|
Yes
|
[Yes], AMC Gremlin has Volkswagen engine.
|
[Yes] AMC Gremlin has Volkswagen's engine.
|
[Yes], AMC Gremlin is the engine the organisation has.
|
[Yes] AMC Gremlin is the engine of the organization.
|
[Yes], the engine of AMC Gremlin is Volkswagen.
|
[Yes] AMC Gremlin has Volkswagen engine.
|
||
2189
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/majorShrine> <http://dbpedia.org/resource/Debre_Libanos> . ?x <http://dbpedia.org/ontology/majorShrine> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Saint>}
|
List all the major shrines of the saints which has one of the shrines as Debre Libanos ?
|
SELECT DISTINCT ?l WHERE { ?h property:major_shrine ?l . ?h property:major_shrine resource:Debre_Libanos . ?h rdf:type ontology:Saint }
|
Ethiopia, Debre Libanos, St. Takla Haymanot's Church (Alexandria)
|
The major shrines of the saints whose one major shrine is Debre Libanos are [Ethiopia, Debre Libanos, St. Takla Haymanot's Church (Alexandria)].
|
The most important shrines of which Debra Lebanon is the only significant shrine are [Ephelia, Debra Lebanon, St. Takla Haymanot Church (Alexandria)].
| ||||||
1183
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/Geneva> . ?uri <http://dbpedia.org/property/company> ?x . }
|
Companies headquartered in Geneva own which TV Shows?
|
SELECT DISTINCT ?t WHERE { ?p property:headquarter resource:Geneva . ?t property:company ?p . }
|
Eurovision Song Contest, Junior Eurovision Song Contest, Eurovision Young Dancers, Jeux Sans Frontières, Eurovision Dance Contest, Eurovision Young Musicians
|
The television shows whose company's headquarters is in Geneva are [Eurovision Song Contest, Junior Eurovision Song Contest, Eurovision Young Dancers, Jeux Sans Frontières, Eurovision Dance Contest, Eurovision Young Musicians].
|
The Geneva-based TV show is [the Eurovision Song Contest, Junior Eurovision Song Contest, Eurovision Young Dancers, Jeux Sans Frontières, Eurovision Dance Contest, Eurovision Young].
| ||||||
222
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Christopher_Franke> . ?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>}
|
Which TV show developed by J. Michael Stracznski has artist as Christopher Franke ?
|
SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:Television_Show . ?r property:artist resource:Christopher_Franke . ?r property:developer resource:J._Michael_Straczynski }
|
Babylon 5
|
The television show whose artist is Christopher Franke and has J. Michael Straczynski as a developer is [Babylon 5].
|
The TV show, which was created by Christopher Franke and developed by J. K. Rowling, is set for release in 2018.
|
[Babylon 5] is the television show whose Artist is Christopher Franke and developer is J. Michael Straczynski.
|
[Babylon 5] is a television show, by the artist Christopher Franke, and the developer is J. D. Salmon.
|
[Babylon 5] is the television show whose Artist is Christopher Franke and developer is the person.
|
[Babylon 5] is a television show designed and developed by Christopher Franke.
| ||
4911
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/mayor> <http://dbpedia.org/resource/Giorgos_Kaminis> }
|
Giorgos Kaminis is the mayor of what?
|
SELECT DISTINCT ?a WHERE { ?a property:mayor resource:Giorgos_Kaminis }
|
Athens
|
The administrative region whose mayor is Giorgos Kaminis is [Athens].
|
The administrative district of which Giorgos Kaminis is mayor is [Athens].
|
The administrative region whose mayor is him is [Athens].
|
The administrative district of which he is mayor [Athens].
| ||||
2362
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/21Vianet> <http://dbpedia.org/property/services> ?uri. <http://dbpedia.org/resource/Google_Cloud_Connect> <http://dbpedia.org/ontology/computingPlatform> ?uri}
|
Which cloud platform of Google cloud connect also provides services to 21Vianet ?
|
SELECT DISTINCT ?i WHERE { resource:21_Vianet property:services ?i . resource:Google_Cloud_Connect property:computing_platform ?i }
|
Microsoft Office
|
The service provider of the 21Vianet and computing platform of Google Cloud Connect is [Microsoft Office].
|
[Microsoft Office] is the service provider for 21Vianet and the Google Connex computing platform.
| ||||||
4509
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Earl_B._Ruth> <http://dbpedia.org/property/appointer> ?uri }
|
Who is the appointer of Earl B. Ruth ?
|
SELECT DISTINCT ?i WHERE { resource:Earl_B._Ruth property:appointer ?i }
|
Gerald Ford
|
[Gerald Ford] is the appointer of Earl B. Ruth .
|
[Gerald Ford] is Earl B. Root's successor.
|
The appointer of him is [Gerald Ford].
|
His successor [Gerald Ford].
| ||||
87
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/order> <http://dbpedia.org/resource/Sapindales> . ?uri <http://dbpedia.org/ontology/ingredient> ?x . }
|
What can be cooked out of things belonging to the order Sapindales?
|
SELECT DISTINCT ?c WHERE { ?i property:order resource:Sapindales . ?c property:ingredient ?i . }
|
answer
|
The foods whose ingredient's order is Sapindales are [answer].
|
Products whose ingredient is Sapindales [answer].
| ||||||
1719
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hinkey_Haines> <http://dbpedia.org/property/debutteam> ?uri. <http://dbpedia.org/resource/Deion_Sanders> <http://dbpedia.org/property/debutteam> ?uri . }
|
Deion sanders and Hinkey haines debuted their career with which common team?
|
SELECT DISTINCT ?v WHERE { resource:Hinkey_Haines property:debutteam ?v . resource:Deion_Sanders property:debutteam ?v . }
|
New York Yankees
|
[New York Yankees] is the common debut team of Hinkey Haines and Deion Sanders.
|
The New York Yankees are the joint debut team of Hinkie Haynes and Osborn Sanders.
|
[New York Yankees] is the common debut team of them.
|
[The New York Yankees] are their joint debut team.
|
[New York Yankees] is the debutteam of the the person and Deion Sanders.
|
[The New York Yankees] are the controversial team of this man and Osborne Sanders.
| ||
1800
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/King_Crimson> . ?x <http://dbpedia.org/ontology/recordedIn> ?uri . }
|
King crimson has been recorded in which places?
|
SELECT DISTINCT ?t WHERE { ?b property:artist resource:King_Crimson . ?b property:recorded_in ?t . }
|
Japan, Tokyo, France, Fréjus, 1974 in music, Plymouth, United Kingdom, Detroit, Michigan, Eastown Theatre, Amsterdam, Netherlands, Concertgebouw, Woodstock, New York
|
The places where King Crimson work has been recorded are [Japan, Tokyo, France, Fréjus, 1974 in music, Plymouth, United Kingdom, Detroit, Michigan, Eastown Theatre, Amsterdam, Netherlands, Concertgebouw, Woodstock, New York].
|
[Japan, Tokyo, France, Fréjus, 1974 in music, Plymouth, United Kingdom, Detroit, Michigan, Eastown Theatre, Amsterdam, Netherlands, Concertgebouw, Woodstock, New York] are the places where King Crimson was recorded.
| ||||||
4116
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parentCompany> <http://dbpedia.org/resource/Ministry_of_Finance_(Norway)> . ?x <http://dbpedia.org/property/products> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bank>}
|
What do the banks owned by Norwegian ministry of finance produce?
|
SELECT DISTINCT ?s WHERE { ?d property:parent_company resource:Ministry_of_Finance_(_Norway) . ?d property:products ?s . ?d rdf:type ontology:Bank }
|
American Express, Cresco (company), Postbanken, Debt collection
|
The banks owned by Norwegian ministry of finance produce [American Express, Cresco (company), Postbanken, Debt collection].
|
[American Express, Cresco (companies), postal banks, debt collection] are produced by Norwegian ministry of finance.
| ||||||
3868
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marv_Throneberry> <http://dbpedia.org/property/debutteam> ?uri. <http://dbpedia.org/resource/Curt_Coleman> <http://dbpedia.org/ontology/debutTeam> ?uri}
|
What team had the debut of Marv Throneberry and Curt Coleman?
|
SELECT DISTINCT ?x WHERE { resource:Curt_Coleman property:debut_team ?x . resource:Marv_Throneberry property:debutteam ?x }
|
New York Yankees
|
The team where both Marv Throneberry and Curt Coleman debuted is [New York Yankees].
|
The team on which Marv Tronberry and Kurt Coleman made their debuts is the New York Yankees.
|
The debutteam of the him and debut team of the Curt Coleman is [New York Yankees].
|
Kurt Coleman's debut team is the New York Yankees.
| ||||
1021
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/sourcePlace> <http://dbpedia.org/resource/Australian_Alps> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
What rivers originate from Australian Alps?
|
SELECT DISTINCT ?a WHERE { ?a rdf:type ontology:River . ?a property:source_place resource:Australian_Alps }
|
Murray River
|
The river whose source place are the Australian Alps is [Murray River].
|
A river that originates in the Australian Alps [the Murray River].
|
The river whose source place are the Australian Alps is [Murray River].
|
A river that originates in the Australian Alps [the Murray River].
| ||||
4075
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Temenos_Group> <http://dbpedia.org/property/foundation> ?uri. <http://dbpedia.org/resource/Jerzy_Józef_Potocki> <http://dbpedia.org/property/placeOfDeath> ?uri}
|
What foundation place of Temenos Group is the death place of jerzy Jzef Poocki ?
|
SELECT DISTINCT ?o WHERE { resource:Jerzy_Józef_Potocki property:place_of_death ?o . resource:Temenos_Group property:foundation ?o }
|
Geneva
|
The foundation place of Temenos Group which is also the death place of Jerzy Jzef Poocki is [Geneva].
|
The burial site of the Temenos group, which is also the site of Jeff Poincare's death, is Geneva.
|
The foundation of the Temenos Group and the place of death of the person is [Geneva].
|
The basis of the Temenos group and the place of death is [Geneva].
| ||||
357
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/religiousAffiliation> <http://dbpedia.org/resource/Harvest_Christian_Center> . ?x <http://dbpedia.org/ontology/sport> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}
|
Which sports are played in schools affiliated with the Harvest Christian Center?
|
SELECT DISTINCT ?p WHERE { ?c property:religious_affiliation resource:Harvest_Christian_Center . ?c property:sport ?p . ?c rdf:type ontology:School }
|
Basketball, Tennis, Badminton, Volleyball, Chess
|
The sports of the schools whose religious affiliation is Harvest Christian Center are [Basketball, Tennis, Badminton, Volleyball, Chess].
|
Sports played in schools affiliated with the Harvest Christian Center are [basketball, tennis, badminton, basketball, chess].
| ||||||
60
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Loop_Printing_House_District> <http://dbpedia.org/ontology/architecturalStyle> ?uri }
|
What is the style of architecture of South Loop Printing House District?
|
SELECT DISTINCT ?q WHERE { resource:South_Loop_Printing_House_District property:architectural_style ?q }
|
Chicago
|
[Chicago] is the style of architecture of South Loop Printing House District.
|
[Chicago] is the architecture style of the South Loop.
| ||||||
570
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/products> <http://dbpedia.org/resource/Runes_of_Magic> . ?x <http://dbpedia.org/ontology/division> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}
|
What is the division of the companies who make Runes of Magic?
|
SELECT DISTINCT ?n WHERE { ?l rdf:type ontology:Company . ?l property:division ?n . ?l property:products resource:Runes_of_Magic }
|
Asia, Europe, North America, Asia-Pacific
|
The divisions of the companies whose product is Runes of Magic are [Asia, Europe, North America, Asia-Pacific].
|
The companies whose product is Runes of Magic operate in Asia, Europe, North America, and the Asia-Pacific region.
| ||||||
3349
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2014–15_Panionios_G.S.S._season> <http://dbpedia.org/property/stadium> ?uri. <http://dbpedia.org/resource/Nikos_Pateras> <http://dbpedia.org/ontology/residence> ?uri}
|
Which official residence of Nikos Pateras is also the stadium of anionios G.S.S. season 2014-15 ?
|
SELECT DISTINCT ?k WHERE { resource:2014–15_Panionios_G._S._S._season property:stadium ?k . resource:Nikos_Pateras property:residence ?k }
|
Athens
|
The stadium of 2014-15 Panionios G.S.S. season and residence of Nikos Pateras is [Athens].
|
Stadium 2014 / 15 Panionios G.S.S. and Nikos Pateras Residence [Athens].
| ||||||
2949
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Ford_SHO_V6_engine> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Engine>}
|
Who made the engine whose predecessor is the SHO V6?
|
SELECT DISTINCT ?k WHERE { ?v rdf:type ontology:Engine . ?v property:manufacturer ?k . ?v property:predecessor resource:Ford_S_H_O_V6_engine }
|
Yamaha Motor Company, Ford Motor Company
|
The manufacturers of the engine whose predecessor is Ford SHO V6 engine are [Yamaha Motor Company, Ford Motor Company].
|
Manufacturers of the engine with predecessor named Ford SHO V6 engine, are [Yamaha Motor Company, Ford Motor Company].
| ||||||
1433
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/ontology/academicDiscipline> ?uri. <http://dbpedia.org/resource/Double_Diamond_(album)> <http://dbpedia.org/ontology/recordLabel> ?uri}
|
What academic discipline of the Journal of Cerebral Blood Flow & Metabolism is also the record label of the Double Diamond (album)?
|
SELECT DISTINCT ?f WHERE { resource:Double_Diamond_(album) property:record_label ?f . resource:Journal_of_Cerebral_Blood_Flow_&_Metabolism property:academic_discipline ?f }
|
Brain
|
The academic discipline of the Journal of Cerebral Blood Flow & Metabolism and record label of the Double Diamond is [Brain].
|
The scientific discipline of the journal Cerebral Blood Flow & Metabolism and the record label Double Diamond is [Brain].
|
The academic discipline of the Journal of Cerebral Blood Flow & Metabolism and record label of the Double Diamond is [Brain].
|
The scientific discipline of the journal Cerebral Blood Flow & Metabolism and the record label Double Diamond is [Brain].
| ||||
3273
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kerguelen_Islands> <http://dbpedia.org/ontology/governmentType> ?x . ?x <http://dbpedia.org/ontology/currency> ?uri . }
|
What is the currency of the government type of Kerguelen Islands?
|
SELECT DISTINCT ?a WHERE { ?z property:currency ?a . . resource:Kerguelen_Islands property:government_type ?z }
|
Euro
|
The currency of the government type of Kerguelen Islands is [Euro].
|
The national currency of the Kerges Islands is the [Euro].
| ||||||
4002
|
ASK WHERE { <http://dbpedia.org/resource/The_Information:_A_History,_a_Theory,_a_Flood> <http://dbpedia.org/ontology/previousWork> <http://dbpedia.org/resource/Isaac_Newton> }
|
The Information: A History, a Theory, a Flood is a work of Isaac Newton?
|
ASK WHERE { resource:The_Information:_A_History,_a_Theory,_a_Flood property:previous_work resource:Isaac_Newton }
|
Yes
|
[Yes], The Information: A History, a Theory, a Flood is the previous work of Isaac Newton.
|
[Yes]Information: History, Theory, Flood is Isaac Newton's previous work.
|
[Yes], The Information: A History, a Theory, a Flood is the previous work of the person.
|
[Yes], Information: History, theory, delusion - this is man's previous work.
|
[Yes], the previous work of Isaac Newton is The Information: A History, a Theory, a Flood.
|
[Yes], Isaac Newton's previous work Newton is The Information: History, Theory, Flood.
|
||
4487
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/relatedMeanOfTransportation> <http://dbpedia.org/resource/Subaru_Outback> . ?x <http://dbpedia.org/ontology/layout> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}
|
What is the layout of the cars similar to that of the Subaru Outback?
|
SELECT DISTINCT ?i WHERE { ?w rdf:type ontology:Automobile . ?w property:related_mean_of_transportation resource:Subaru_Outback . ?w property:layout ?i }
|
AWD (vehicle), Front-engine, four-wheel-drive layout, North America, Front-engine, front-wheel-drive layout
|
The layout of the cars similar to that of the Subaru Outback are [AWD (vehicle), Front-engine, four-wheel-drive layout, North America, Front-engine, front-wheel-drive layout].
|
The car layout is similar to the Subaru Outback: [AWD (vehicle), front engine, four-wheel drive, North America, front engine, front drive].
| ||||||
1486
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeEnd> <http://dbpedia.org/resource/Kazan> . ?x <http://dbpedia.org/ontology/routeStart> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/RailwayLine>}
|
Where does the railway tracks start, which ends in Kazan?
|
SELECT DISTINCT ?h WHERE { ?h property:route_start ?h . ?h property:route_end resource:Kazan . ?h rdf:type ontology:Railway_Line }
|
Moscow
|
The start of the route of the railway line which ends in Kazan is [Moscow].
|
The beginning of the railway line ending in Kazan, [Moscow].
| ||||||
3075
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/formerPartner> <http://dbpedia.org/resource/Andrea_Poapst> . ?x <http://dbpedia.org/ontology/formerPartner> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FigureSkater>}
|
List all the former partners of the figure skater whose one of the former partner was Andrea poapst ?
|
SELECT DISTINCT ?t WHERE { ?h property:former_partner resource:Andrea_Poapst . ?h rdf:type ontology:Figure_Skater . ?h property:former_partner ?t }
|
Brynn Carman, Shawnee Smith, Andrea Poapst
|
The former partners of the figure skaters whose one former partner was Andrea Poapst are [Brynn Carman, Shawnee Smith, Andrea Poapst].
|
Former partners of the skaters, one of whom was Andrea Popst, are [Bradley Carman, Shaw Smith, and Andrea Popst].
| ||||||
4028
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/constituency> <http://dbpedia.org/resource/Duboce_Triangle,_San_Francisco> . ?uri <http://dbpedia.org/ontology/militaryUnit> <http://dbpedia.org/resource/USS_Kittiwake_(ASR-13)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
Which person constituency is Duboce Triangle, San Francisco and military unit is USS Kittiwake (ASR-13)?
|
SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:Person . ?y property:military_unit resource:U_S_S_Kittiwake_(_A_S_R-13) . ?y property:constituency resource:Duboce_Triangle,_San_Francisco }
|
Harvey Milk
|
[Harvey Milk] is the person whose constituency is Duboce Triangle, San Francisco and military unit is USS Kittiwake (ASR-13).
|
[Harvey Milk] is a man whose constituency is the DuBoche Triangle, San Francisco, and whose military unit is the USS Kittiwake (ASR-13).
| ||||||
2192
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arun_Chandra_Guha> <http://dbpedia.org/ontology/party> ?uri. <http://dbpedia.org/resource/Indira_Gandhi> <http://dbpedia.org/ontology/party> ?uri . }
|
What is the political party of Arun Chandra Guha and Indira Gandhi?
|
SELECT DISTINCT ?m WHERE { resource:Indira_Gandhi property:party ?m . . resource:Arun_Chandra_Guha property:party ?m }
|
Indian National Congress
|
The political party of Arun Chandra Guha and Indira Gandhi is [Indian National Congress].
|
The political party both Arun Chandra Guha and Indira Gandhi was a part of is [Indian National Congress].
|
The political party of them is [Indian National Congress].
|
Their [Indian National Congress] political party.
|
[Indian National Congress] is political party of the Arun Chandra Guha and Indira Gandhi.
|
The political party, Arun Chandra Guha and Indira Gandhi were involved is [Indian National Congress].
| ||
876
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/governingBody> <http://dbpedia.org/resource/National_Park_Service> . ?uri <http://dbpedia.org/property/restingplace> ?x . }
|
Who is buried at the place governed by National Park Service?
|
SELECT DISTINCT ?p WHERE { ?p property:governing_body resource:National_Park_Service . ?p property:restingplace ?p . }
|
Albert G. Riddle, Ulysses S. Grant, Bibliography of Ulysses S. Grant, Lyndon B. Johnson, Franklin D. Roosevelt, Andrew Johnson
|
The people whose burial place's governing body is the National Park Service are [Albert G. Riddle, Ulysses S. Grant, Bibliography of Ulysses S. Grant, Lyndon B. Johnson, Franklin D. Roosevelt, Andrew Johnson].
|
Those buried in the National Park are [Albert G. Riddle, Ulysses S. Grant, Bibliography of Ulysses S. Grant, Lyndon B. Johnson, Franklin D. Rosevembh, Andrew Johnson].
| ||||||
31
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/builder> <http://dbpedia.org/resource/PCL_Construction> . ?x <http://dbpedia.org/ontology/tenant> ?uri . }
|
How many tenats have been there, of the constructions of PCL constructures?
|
SELECT DISTINCT COUNT ( ?i ) WHERE { ?g property:builder resource:P_C_L_Construction . ?g property:tenant ?i . }
|
73
|
There are [73] tenants of the builder of PCL Construction.
|
[73] Tenants can be found at the construction company L Construction.
|
There are [73] tenants of the builder of the organisation .
|
[73] tenants of the building are there.
| ||||
2757
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Anna_Bergman> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }
|
Which awards did the parents of Anna Bergman win?
|
SELECT DISTINCT ?j WHERE { ?g property:awards ?j . . resource:Anna_Bergman property:parent ?g }
|
Academy Awards, Goethe Prize, Praemium Imperiale
|
The awards of the parent of Anna Bergman are [Academy Awards, Goethe Prize, Praemium Imperiale].
|
Anna Bergman's parents are [Academy Awards, Emmys].
|
The awards of the person who is the parent of her are [Academy Awards, Goethe Prize, Praemium Imperiale].
|
The awards of the person who is their parent, [the Academy Awards, the Emmy Awards].
|
The awards of the person who is the parent of Anna Bergman are [others, Goethe Prize, Praemium Imperiale].
|
The price of someone who is Anna Bergman's parents [another Nobel laureate, by the way].
| ||
4932
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sam_Sen_Railway_Station> <http://dbpedia.org/property/other> ?uri }
|
What is the location of Sam Sen Railway Station?
|
SELECT DISTINCT ?x WHERE { resource:Sam_Sen_Railway_Station property:other ?x }
|
Bangkok
|
[Bangkok] is the location of Sam Sen Railway Station .
|
[Bangkok] is the where Sam Sen railway station is located.
| ||||||
2313
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Taiwan> . ?uri <http://dbpedia.org/ontology/manufacturer> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Device>}
|
What are some devices made by Taiwanese companies?
|
SELECT DISTINCT ?o WHERE { ?p property:location_city resource:Taiwan . ?o rdf:type ontology:Device . ?o property:manufacturer ?p }
|
PlayStation 3, Telikin, Asus Fonepad, Asus PadFone, Asus Transformer Pad TF701T, Nexus Player, Nexus 7 (2012), Nexus 7 (2013), Asus Memo Pad 8, Asus Memo Pad ME172V, ASUS MeMO Pad HD 7
|
The devices manufactured by companies which are located in Taiwan are [PlayStation 3, Telikin, Asus Fonepad, Asus PadFone, Asus Transformer Pad TF701T, Nexus Player, Nexus 7 (2012), Nexus 7 (2013), Asus Memo Pad 8, Asus Memo Pad ME172V, ASUS MeMO Pad HD 7].
|
Devices of Taiwan companies [PlayStation 3, Telenor, Asus Fonepad, Asus PadFone, Asus Transformer Pad TF701T, Nexus Player, Nexus 7 (2012), Nexus 7 (2013), Asus Memo Pad 8, Asus Memo Pad ME172V, ASUS MeMO Pad HD 7].
| ||||||
3759
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/college> <http://dbpedia.org/resource/UCLA_Bruins_football> . ?x <http://dbpedia.org/ontology/debutTeam> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/GridironFootballPlayer>}
|
What is the debut team of the football player whose college is UCLA Bruins football?
|
SELECT DISTINCT ?p WHERE { ?r rdf:type ontology:Gridiron_Football_Player . ?r property:debut_team ?p . ?r property:college resource:U_C_L_A_Bruins_football }
|
Kansas City Chiefs
|
The debut team of the gridiron football player who played for the UCLA Bruins football is [Kansas City Chiefs].
|
The debut team of a gridiron player who played football for the UCLA Bruins is the [Kansas City Chiefs].
|
[Kansas City Chiefs] is the debut team of the gridiron football player whose college is the organisation .
|
[Kansas City Chiefs] is the debut team of a gridiron football player whose went to the organization for college.
| ||||
1443
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Go_(programming_language)> <http://dbpedia.org/ontology/developer> ?uri. <http://dbpedia.org/resource/X_(company)> <http://dbpedia.org/property/predecessor> ?uri}
|
Which developer of Go was also the predecssor of X compnay?
|
SELECT DISTINCT ?z WHERE { resource:X_(company) property:predecessor ?z . resource:Go_(programming_language) property:developer ?z }
|
Google
|
[Google] is the developer of Go programming language and the predecessor of X company.
|
[Google] is the company who developed programming language Go and is predecessor to X.
| ||||||
441
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Panathinaikos_F.C.> . ?x <http://dbpedia.org/property/residence> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
Where do the people, famous for the Panathinaikos FC reside?
|
SELECT DISTINCT ?n WHERE { ?p property:known_for resource:Panathinaikos_F._C. . ?p rdf:type ontology:Person . ?p property:residence ?n }
|
Athens, Greece
|
The official residence of the people known for Panathinaikos FC is [Athens, Greece].
|
The official residence of the people famous for Panathinaikos FC is in Athens, Greece.
| ||||||
568
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Science_fiction> . ?uri <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/BBC_HD> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
List the science fiction shows broadcasted on BBC HD?
|
SELECT DISTINCT ?a WHERE { ?a property:network resource:B_B_C_H_D . ?a property:genre resource:Science_fiction . ?a rdf:type ontology:Television_Show }
|
Doctor Who, The Sarah Jane Adventures, The Sparticle Mystery
|
The television shows whose genre is science fiction and broadcasted on BBC HD are [Doctor Who, The Sarah Jane Adventures, The Sparticle Mystery].
|
TV shows whose genre is science fiction and which are broadcast on BBC HD are [Doctor Who, Sarah Jane, The Secret of Spark].
|
The television show whose literary genre is Science fiction and network is BBC HD are [Doctor Who, The Sarah Jane Adventures, The Sparticle Mystery].
|
The TV show, whose literary genre is science fiction, is broadcast on BBC HD[Doctor Who, The Sarah Jane Adventures, The Sparticle Mystery].
| ||||
3612
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/notableInstruments> <http://dbpedia.org/resource/Fender_Stratocaster> . ?uri <http://dbpedia.org/property/currentMembers> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Band>}
|
How many bands have members currently playing the Fender Stratocaster?
|
SELECT DISTINCT COUNT ( ?e ) WHERE { ?e property:current_members ?p . ?e rdf:type ontology:Band . ?p property:notable_instruments resource:Fender_Stratocaster }
|
132
|
There are [132] bands whose current members use Fender Stratocaster.
|
There are [132] groups whose current members use the Fender Stratocaster.
| ||||||
3763
|
ASK WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> <http://dbpedia.org/property/notableCommanders> <http://dbpedia.org/resource/Heinrich_Himmler> }
|
Was Heinrich Himmler ever a commanders of Army Group Oberrhein?
|
ASK WHERE { resource:Army_Group_Oberrhein_(_Germany) property:notable_commanders resource:Heinrich_Himmler }
|
Yes
|
[Yes], Heinrich Himmler was a notable commander of Army Group Oberrhein.
|
[Yes], Heinrich Himmler was an important commander of the Upper Rhine army group.
|
[Yes], the notable commanders of Army Group Oberrhein (Germany) was Heinrich Himmler.
|
[Yes] the commander-in-chief of the Army Group Oberrhein was Heinrich Himmler.
|
||||
393
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Random_House> . ?x <http://dbpedia.org/property/subject> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}
|
Which genre of books are published by Random House?
|
SELECT DISTINCT ?t WHERE { ?d property:subject ?t . ?d rdf:type ontology:Book . ?d property:publisher resource:Random_House }
|
answer
|
The subjects of the books published by Random House are [answer].
|
The themes of the books published by Random House [answer].
| ||||||
2523
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/United_Kingdom> . ?x <http://dbpedia.org/property/destinations> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Airline>}
|
To which places do the flights go by airlines headquartered in the UK?
|
SELECT DISTINCT ?a WHERE { ?b rdf:type ontology:Airline . ?b property:destinations ?a . ?b property:headquarters resource:United_Kingdom }
|
answer
|
The destinations of the airlines headquartered in the United Kingdom are [answer].
|
The UK-based airlines has flights going to the places [answer].
| ||||||
1618
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Atamurat-Kerkichi_Bridge> <http://dbpedia.org/property/builder> ?uri }
|
Who is the builder of Atamurat-Kerkichi Bridge?
|
SELECT DISTINCT ?q WHERE { resource:Atamurat-_Kerkichi_Bridge property:builder ?q }
|
Ukraine, Altcom
|
The builders of Atamurat-Kerkichi Bridge are [Ukraine, Altcom].
|
Atamurat-Kuchichi bridge was built by [Ukraine].
| ||||||
3489
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/profession> <http://dbpedia.org/resource/Attorneys_in_Sri_Lanka> . ?x <http://dbpedia.org/ontology/religion> ?uri . }
|
What are all the religions that have been followed by the Sir Lankan attorneys?
|
SELECT DISTINCT ?p WHERE { ?v property:religion ?p . . ?v property:profession resource:Attorneys_in_Sri_Lanka }
|
Buddhism, Islam, Theravada
|
The religions of the people who work as attorneys in Sri Lanka are [Buddhism, Islam, Theravada].
|
The religions of people working as lawyers in Sri Lanka are [Buddhism, Islam, Theravada].
| ||||||
626
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/broadcastArea> <http://dbpedia.org/resource/Rodrigues> . ?x <http://dbpedia.org/property/broadcastArea> ?uri }
|
How many broadcast area of the television stations exists whose broadcast area is Rodrigues?
|
SELECT DISTINCT COUNT ( ?t ) WHERE { ?r property:broadcast_area resource:Rodrigues . ?r property:broadcast_area ?t }
|
18
|
There are [18] broadcast areas of the television stations whose one broadcast area is Rodrigues.
|
Television stations have [18] broadcast zones, of which Rodriguez is the only one.
| ||||||
2330
|
ASK WHERE { <http://dbpedia.org/resource/Daund_Junction_railway_station> <http://dbpedia.org/ontology/servingRailwayLine> <http://dbpedia.org/resource/Mumbai> }
|
Does mumbai manage the railway line going to the daund railway junction?
|
ASK WHERE { resource:Daund_Junction_railway_station property:serving_railway_line resource:Mumbai }
|
Yes
|
[Yes], Mumbai is serving the railway line of Daund junction railway station.
|
[Yes], Mumbai serves the railway line at Down Junction station.
|
[Yes], the serving railway line of Daund Junction railway station does Mumbai.
|
[Yes], the train service from Down Junction station to Mumbai is not working.
|
||||
373
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Counterpoint_(horse)> <http://dbpedia.org/property/grandsire> ?x . ?x <http://dbpedia.org/ontology/honours> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Horse>}
|
What is the awards given to the horse whose grandson is the famous Counterpoint?
|
SELECT DISTINCT ?j WHERE { ?d property:honours ?j . ?d rdf:type ontology:Horse . resource:Counterpoint_(horse) property:grandsire ?d }
|
Kentucky, National Museum of Racing and Hall of Fame, Florence, Kentucky
|
The honours of the race horse which is the grandfather of Counterpoint are [Kentucky, National Museum of Racing and Hall of Fame, Florence, Kentucky].
|
The honor of a rider who is Cohen's grandfather [Kentucky, National Race Museum and Pham Hall, Florence, Kentucky].
| ||||||
4804
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1967_Mexican_Grand_Prix> <http://dbpedia.org/property/firstTeam> ?uri }
|
Which constructor's team won the 1967 Mexican Grand Prix ?
|
SELECT DISTINCT ?a WHERE { resource:1967_Mexican_Grand_Prix property:first_team ?a }
|
Team Lotus, Ford Motor Company
|
The first team of 1967 Mexican Grand Prix is [Team Lotus, Ford Motor Company].
|
The first team to win the Mexican Grand Prix in 1967 was [Team Lotus, Ford Motor Company].
| ||||||
4772
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/jurisdiction> <http://dbpedia.org/resource/German-occupied_Europe> . ?x <http://dbpedia.org/ontology/leader> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/GovernmentAgency>}
|
Who were the head of government agencies working in the German occupied Europe?
|
SELECT DISTINCT ?f WHERE { ?f property:leader ?f . ?f rdf:type ontology:Government_Agency . ?f property:jurisdiction resource:German-occupied_Europe }
|
answer
|
The leaders of the government agencies whose jurisdiction is German-occupied Europe are [answer].
|
Heads of government whose competence is in German-occupied Europe [answer].
|
The leader of the government agencies whose jurisdiction is German-occupied location are [answer].
|
Heads of government bodies whose competence is located in Germany [answer].
| ||||
2173
|
SELECT DISTINCT COUNT(?uri) WHERE {?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Indian_Ocean> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
How many rivers end in the Indian Ocean?
|
SELECT DISTINCT COUNT ( ?c ) WHERE { ?c rdf:type ontology:River . ?c property:river_mouth resource:Indian_Ocean }
|
73
|
There are [73] rivers whose mouth is in Indian Ocean.
|
There are [73] rivers whose estuary is in the Indian Ocean.
|
There are [73] rivers are there whose river mouth is location.
|
There are [73] rivers whose estuary is there.
| ||||
704
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Hillary_Clinton> . ?x <http://dbpedia.org/property/keyPeople> ?uri }
|
How many other key people are there of the non-profit organisations whose key people is Hillary Clinton ?
|
SELECT DISTINCT COUNT ( ?q ) WHERE { ?y property:key_people resource:Hillary_Clinton . ?y property:key_people ?q }
|
8
|
There are [8] key people of the non-profit organisations whose one key people is Hillary Clinton.
|
Not-for-profit organizations have [8] key people, one of whom is Hillary Clinton.
|
There are [8] key people are there of the non-profit organisations whose key people is her .
|
In the non-profit organizations of which she is a key figure, there are [8] key people.
| ||||
2384
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/University_of_Queensland> . ?x <http://dbpedia.org/property/awards> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}
|
Scientists at the University of Queensland have won which awards?
|
SELECT DISTINCT ?o WHERE { ?m property:alma_mater resource:University_of_Queensland . ?m property:awards ?o . ?m rdf:type ontology:Scientist }
|
answer
|
The awards of the scientists from the University of Queensland are [answer].
|
University of Queensland scientists awards [answer].
| ||||||
656
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/New_York_City_FC> . ?uri <http://dbpedia.org/property/nationalteam> <http://dbpedia.org/resource/Spain_national_football_team> . }
|
How many people currently play for the NYC FC?
|
SELECT DISTINCT ?f WHERE { ?f property:nationalteam resource:Spain_national_football_team . . ?f property:currentclub resource:New_York_City_F_C }
|
27
|
There are [27] people whose current club is New York City FC.
|
There are 27 people from New York City FC.
| ||||||
3850
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/sourceLocation> <http://dbpedia.org/resource/Dowra> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
What river is it whose source is Dowra?
|
SELECT DISTINCT ?r WHERE { ?r property:source_location resource:Dowra . ?r rdf:type ontology:River }
|
River Shannon
|
The river with source location in Dowra is [River Shannon].
|
The upstream river at Doura [Shannon River].
| ||||||
2540
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/pastMembers> <http://dbpedia.org/resource/Dave_Hollister> }
|
For which band did Dave Hollister perform in the past?
|
SELECT DISTINCT ?c WHERE { ?c property:past_members resource:Dave_Hollister }
|
Blackstreet
|
[Blackstreet] is the band where Dave Hollister was past member.
|
[Blackstreet] is a band played by Dave Hollister.
|
The Band whose past members is him is [Blackstreet].
|
The group of which he is a member is [Blackstreet].
|
The Band whose past members is the person is [Blackstreet].
|
A group whose former member the man [Blackstreet].
| ||
3217
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Aunt_Em> . }
|
Whose relatives are Uncle Henry (Oz) and Aunt Em?
|
SELECT DISTINCT ?c WHERE { ?c property:relative resource:Aunt_Em . . ?c property:relative resource:Uncle_Henry_(_Oz) }
|
Dorothy Gale
|
[Dorothy Gale] has relatives Uncle Henry (Oz) and Aunt Em.
|
Uncle Henry (Oz) and Aunt Em are relatives of [Dorothy Gale].
| ||||||
3449
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/genre> <http://dbpedia.org/resource/Fantasy_television> . ?uri <http://dbpedia.org/ontology/related> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
How many TV shows are similar to the ones belonging to fantasy genre?
|
SELECT DISTINCT COUNT ( ?i ) WHERE { ?i rdf:type ontology:Television_Show . ?i property:related ?s . ?s property:genre resource:Fantasy_television }
|
21
|
There are [21] television shows related to those with genre fantasy.
|
There are [21] TV series associated with the fantasy genre.
|
There are [21] television shows whose related's artistic genre is fantasy.
|
There are [21] television programs whose artistic genre is fantasy.
| ||||
4317
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Iowa> . ?uri <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Indiana> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/EducationalInstitution>}
|
Which educational institutes have campuses at Iowa and Indiana ?
|
SELECT DISTINCT ?y WHERE { ?y rdf:type ontology:Educational_Institution . ?y property:campus resource:Indiana . ?y property:campus resource:Iowa }
|
Kaplan University
|
[Kaplan University] has campuses both in Iowa and Indiana.
|
[Kaplan University] has campuses at Iowa and Indiana.
| ||||||
4225
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aghasalim_Childagh> <http://dbpedia.org/property/deathDate> ?uri }
|
When did Aghasalim Childagh die?
|
SELECT DISTINCT ?e WHERE { resource:Aghasalim_Childagh property:death_date ?e }
|
2008-04-08, Azerbaijan, Baku, MaÅŸtaÄŸa
|
The death date of Aghasalim Childagh is [2008-04-08, Azerbaijan, Baku, MaÅŸtaÄŸa].
|
The date of Aghasalim Childagh's death is [2008-04-08, Azerbaijan, Baku, MaÅttaÄä].
|
The death date of him are [2008-04-08, Azerbaijan, Baku, MaÅŸtaÄŸa].
|
The date of his death is [2008-04-08, Azerbaijan, Baku, MaÅòtaÄä].
| ||||
1235
|
ASK WHERE { <http://dbpedia.org/resource/Frank_R._Lillie_House> <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/Chicago> }
|
Has the Frank R Lillie House the Chicago architecture?
|
ASK WHERE { resource:Frank_R._Lillie_House property:architectural_style resource:Chicago }
|
Yes
|
[Yes], Chicago is the architectural style of Frank R. Lillie House.
|
[Yes] Frank R Lillie's House has the Chicago architecture.
|
[Yes], Chicago is the architecture of the person's house.
|
[Yes], Chicago architecture is Frank R Lillie House's architectural style.
|
[Yes], the architecture of Frank R. Lillie House is Chicago architecture.
|
[Yes], the architectural style of Frank R. Lilly's house is Chicago architecture.
|
||
4344
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri <http://dbpedia.org/ontology/mouthPlace> <http://dbpedia.org/resource/Southend-on-Sea> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
Name the river with Readin, Brekshire in its path and mouth place is Sothend-on-sea ?
|
SELECT DISTINCT ?p WHERE { ?p property:mouth_place resource:Southend-on-_Sea . ?p rdf:type ontology:River . ?p property:city resource:Reading,_Berkshire }
|
River Thames
|
The river whose resides in Reading, Berkshire and passes by Southend-on-Sea is [River Thames].
|
The river that runs through Reading, Berkshire and Southend-on-Sea is [the Thames].
| ||||||
3877
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kwai_Chang_Caine> <http://dbpedia.org/ontology/religion> ?uri }
|
What is the faith of Kwai Chang Caine ?
|
SELECT DISTINCT ?p WHERE { resource:Kwai_Chang_Caine property:religion ?p }
|
Buddhism
|
The religion of Kwai Chang Caine is [Buddhism].
|
Religion Kwai Chang Kaine follows is [Buddhism].
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.