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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
826
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/neighboringMunicipalities> <http://dbpedia.org/resource/Lancy> . ?uri <http://dbpedia.org/ontology/mayor> <http://dbpedia.org/resource/Esther_Alder> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Settlement>}
|
What is the settlement whose neighboring municipalities is Lancy and mayor name is Esther Alder?
|
SELECT DISTINCT ?a WHERE { ?a property:neighboring_municipalities resource:Lancy . ?a rdf:type ontology:Settlement . ?a property:mayor resource:Esther_Alder }
|
Geneva
|
The settlement with Lancy as neighboring municipalities and Esther Alder as mayor is [Geneva].
|
Agreement with Lancey as the neighboring municipalities and Esther Alder as the mayor [of Geneva].
| ||||||
2848
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Beasley> <http://dbpedia.org/ontology/race> ?uri. <http://dbpedia.org/resource/Martin_Molony> <http://dbpedia.org/ontology/race> ?uri . }
|
In which racing championships did Bobby Beasley and Martin Molony participate?
|
SELECT DISTINCT ?y WHERE { resource:Bobby_Beasley property:race ?y . resource:Martin_Molony property:race ?y . }
|
National Hunt racing, Cheltenham Gold Cup
|
The common races of Bobby Beasley and Martin Molony are [National Hunt racing, Cheltenham Gold Cup].
|
Bobby Beazley and Martin Moloney raced for [National Hunt racing, Cheltenham Gold Cup].
|
The race of them are [National Hunt racing, Cheltenham Gold Cup].
|
They participated in [National Hunt racing, Cheltenham Gold Cup].
| ||||
867
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Clamp_(manga_artists)> . ?x <http://dbpedia.org/ontology/voice> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}
|
Who gave the voice to the characters sculpted by Clamp?
|
SELECT DISTINCT ?d WHERE { ?e property:creator resource:Clamp_(manga_artists) . ?e property:voice ?d . ?e rdf:type ontology:Fictional_Character }
|
answer
|
The voices of the characters sculpted by Clamp are [answer].
|
The voices formed by Clamp [sound].
| ||||||
4980
|
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Muhammad_Yunus> <http://dbpedia.org/ontology/award> ?uri . }
|
Muhammad Yunus has won how many awards?
|
SELECT DISTINCT COUNT ( ?a ) WHERE { resource:Muhammad_Yunus property:award ?a . }
|
9
|
There are [9] award given to Muhammad Yunus.
|
There are [9] rewards for Muhammad Yunus.
|
There are [9] award given to him.
|
There are [9] awards for him.
|
There are [9] awards given to the person.
|
There are [9] prizes awarded to a person.
| ||
1665
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Giannis_Alafouzos> <http://dbpedia.org/ontology/stateOfOrigin> ?uri }
|
Where does the Giannis Alafouzos originate?
|
SELECT DISTINCT ?j WHERE { resource:Giannis_Alafouzos property:state_of_origin ?j }
|
Greece
|
The country of origin of Giannis Alafouzos is [Greece].
|
Giannis Alafouzos originates from [Greece].
|
[Greece] is the place of origin of the organisation .
|
[Greece] is originating country of the organization.
| ||||
4221
|
SELECT DISTINCT COUNT(?uri) WHERE {?uri <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/San_Francisco_Giants> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Athlete>}
|
How many players are in the San Francisco Giants?
|
SELECT DISTINCT COUNT ( ?q ) WHERE { ?q property:team resource:San_Francisco_Giants . ?q rdf:type ontology:Athlete }
|
69
|
There are [69] players in the San Francisco Giants.
|
The San Francisco Giants have [69] players.
|
There are [69] baseball players are there whose member of team is the organisation.
|
There [69] baseball players whose team member is the organization.
| ||||
3066
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kala_Pani_(1958_film)> <http://dbpedia.org/ontology/director> ?x . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }
|
Where did the film director of Kala Pani die?
|
SELECT DISTINCT ?m WHERE { resource:Kala_Pani_(1958_film) property:director ?t . ?t property:death_place ?m . }
|
Mumbai
|
The death place of the director of Kala Pani is [Mumbai].
|
The place of death of the director of Kala Pani is Mumbai.
|
[Mumbai] is the location of death of the person who is the film director of Kala Pani (others film) .
|
[Mumbai] is the place where the man who directed Kala Pani (other films) died.
| ||||
1308
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marv_McFadden> <http://dbpedia.org/property/pastteams> ?uri }
|
From which team did Marv McFadden played?
|
SELECT DISTINCT ?f WHERE { resource:Marv_Mc_Fadden property:pastteams ?f }
|
Pittsburgh Steelers
|
[Pittsburgh Steelers] is the former team of Marv McFadden.
|
[Pittsburgh Steelers] are Marv McFadden's former team.
|
[Pittsburgh Steelers] is the pastteams of him .
|
[The Pittsburgh Steelers] are his former team.
|
[Pittsburgh Steelers] is the past teams of the person .
|
[The Pittsburgh Steelers] is the team Marv McFadden played for.
| ||
4813
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alvin_Bell> <http://dbpedia.org/ontology/college> ?uri. <http://dbpedia.org/resource/Charles_Plosser> <http://dbpedia.org/property/almaMater> ?uri}
|
What is the alma mater of Alvin Bell and Charles Plosser?
|
SELECT DISTINCT ?p WHERE { resource:Alvin_Bell property:college ?p . resource:Charles_Plosser property:alma_mater ?p }
|
Vanderbilt University
|
The college of the Alvin Bell and alma mater of Charles Plosser is [Vanderbilt University].
|
Alvin Bell College and Charles Peyser's Alma Mater are [Webilt University].
|
The college of the him and alma mater of the Charles Plosser is [Vanderbilt University].
|
Charles Peyser's alma mater is Webilt University.
| ||||
3897
|
SELECT DISTINCT COUNT(?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/InformationAppliance>}
|
How many information appliance are manufactured by companies located in Taiwan?
|
SELECT DISTINCT COUNT ( ?q ) WHERE { ?x property:location_city resource:Taiwan . ?q rdf:type ontology:Information_Appliance . ?q property:manufacturer ?x }
|
10
|
There are [10] information appliances produced by companies located in Taiwan.
|
There are [10] information devices produced by companies based in Taiwan.
| ||||||
111
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/services> <http://dbpedia.org/resource/Outlook.com> . ?uri <http://dbpedia.org/property/services> <http://dbpedia.org/resource/OneDrive> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}
|
Which company offer service of Outlook and OneDrive?
|
SELECT DISTINCT ?w WHERE { ?w rdf:type ontology:Company . ?w property:services resource:One_Drive . ?w property:services resource:Outlook.com }
|
Microsoft
|
[Microsoft] is the company whose services are Outlook and OneDrive.
|
[Microsoft] is a company that offer Outlook and OneDrive services.
| ||||||
3209
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/relation> <http://dbpedia.org/resource/Dee_Dee_Warwick> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
Name the person whose relation is Dee Dee Warwick?
|
SELECT DISTINCT ?t WHERE { ?t property:relation resource:Dee_Dee_Warwick . ?t rdf:type ontology:Person }
|
Whitney Houston
|
[Whitney Houston] is the person whose relation is Dee Dee Warwick.
|
[Whitney Houston] is someone whose relationship with Dee Dee Warwick.
|
[Whitney Houston] is the person whose relation is her.
|
[Whitney Houston] is someone she has a relationship with.
|
[Whitney Houston] is the person related to the person.
|
[Whitney Houston] is someone whose relationship is with that person.
| ||
4506
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/borough> <http://dbpedia.org/resource/Tendring> . ?x <http://dbpedia.org/ontology/district> ?uri . }
|
In how many districts there are stations with borough called tendring?
|
SELECT DISTINCT COUNT ( ?z ) WHERE { ?p property:borough resource:Tendring . ?p property:district ?z . }
|
19
|
There are [19] districts of the stations whose borough is Tendring.
|
There are [19] stations around Tendring.
|
There are [19] district of the stations whose borough is the organisation .
|
There are [19] stations where the organization is located.
| ||||
3527
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/citizenship> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathCause> ?uri . }
|
How many causes of death have been associated with American citizens?
|
SELECT DISTINCT COUNT ( ?b ) WHERE { ?m property:death_cause ?b . . ?m property:citizenship resource:United_States }
|
25
|
There are [25] death causes of citizens of the United States.
|
There are [25] causes of death for United States citizens.
|
There are [25] death causes of citizens of the country.
|
There are [25] causes of death for the country's citizens.
| ||||
302
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ella_Loves_Cole> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x <http://dbpedia.org/property/artist> ?uri . }
|
What is the name of the artist which worked on the subsequent work of Ella Loves Cole ?
|
SELECT DISTINCT ?i WHERE { ?w property:artist ?i . . resource:Ella_Loves_Cole property:subsequent_work ?w }
|
Ella Fitzgerald
|
The artist of the subsequent work of Ella Loves Cole is [Ella Fitzgerald].
|
The artist of a later work by Ella Lowes Cole is [Ella Fitzgerald].
| ||||||
3875
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Susie_Liggat> . ?uri <http://dbpedia.org/ontology/related> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
What are some TV shows similar to the one produced by Susie Liggat?
|
SELECT DISTINCT ?q WHERE { ?q property:related ?k . ?q rdf:type ontology:Television_Show . ?k property:producer resource:Susie_Liggat }
|
Doctor Who, Torchwood, K-9 (TV series), Sarah Jane's Alien Files
|
The television shows related to those produced by Susie Liggat are [Doctor Who, Torchwood, K-9 (TV series), Sarah Jane's Alien Files].
|
The series, produced by Susie Fegat ("Doctor Who," "Torchwood," "K-9" (series), "Alien Files" by Sarah Jane).
|
The television shows whose related's producer is her are [Doctor Who, Torchwood, K-9 (TV series), Sarah Jane's Alien Files].
|
The TV shows she produces [Doctor Who, Torchwood, K-9 (series), Sarah Jane's Stranger Things].
| ||||
3199
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/narrator> <http://dbpedia.org/resource/Trevor_Peacock> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}
|
Trevor Peacock has narrated in which movie?
|
SELECT DISTINCT ?t WHERE { ?t rdf:type ontology:Film . ?t property:narrator resource:Trevor_Peacock }
|
Fred Claus
|
[Fred Claus] is the film with narrator Trevor Peacock.
|
[Fred Claus] is a movie with Trevor Peacock.
|
The movie whose narrator is Trevor Peacock is [Fred Claus].
|
The film, whose main character is the Three Peacocks, is [Fred Claus].
| ||||
4092
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Lucius_Cornelius_Lentulus_Crus> . ?uri <http://dbpedia.org/ontology/associate> <http://dbpedia.org/resource/Marcus_Calpurnius_Bibulus> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Which office holder's predecessor is Lucius Cornelius and his associate is Marcus Calpurnius Bibulus?
|
SELECT DISTINCT ?e WHERE { ?e property:predecessor resource:Lucius_Cornelius_Lentulus_Crus . ?e rdf:type ontology:Office_Holder . ?e property:associate resource:Marcus_Calpurnius_Bibulus }
|
Julius Caesar
|
The office holder whose predecessor is Lucius Cornelius Lentulus Crus and associate is Marcus Calpurnius Bibulus is [Julius Caesar].
|
His predecessor was Lucius Cornelius Lentul Cruz, and his collaborator was Mark Calpurnius Bibulus.
|
[Julius Caesar] is the office holder whose predecessor is him Lentulus Crus and associate is Marcus Calpurnius Bibulus.
|
[Caesar] is an office holder, with Lentoul Cruz as his predecessor and Mark Calpurnius Bibul as his associate.
| ||||
3261
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenny_Dies> <http://dbpedia.org/ontology/musicComposer> ?uri }
|
Who is the music composer of Kenny Dies ?
|
SELECT DISTINCT ?k WHERE { resource:Kenny_Dies property:music_composer ?k }
|
Willie Nelson, On the Road Again (Willie Nelson song)
|
The music composers of Kenny Dies are [Willie Nelson, On the Road Again (Willie Nelson song)].
|
Music writers of Kenny Eto are [Willie Nelson, On the Road Again (Willie Nelson Song)].
| ||||||
3311
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/launchSite> <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station_Launch_Complex_26> . ?x <http://dbpedia.org/ontology/launchSite> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Rocket>}
|
List the launch site of the rockets whose one of the launch site has been Cape Canaveral Air Force Station Launch Complex 26 ?
|
SELECT DISTINCT ?u WHERE { ?c property:launch_site ?u . ?c property:launch_site resource:Cape_Canaveral_Air_Force_Station_Launch_Complex_26 . ?c rdf:type ontology:Rocket }
|
Cape Canaveral Air Force Station Launch Complex 26, Cape Canaveral Air Force Station Launch Complex 5, Cape Canaveral Air Force Station, Florida
|
The launch sites of the rockets whose one launch site was Cape Canaveral Air Force Station Launch Complex 26 are [Cape Canaveral Air Force Station Launch Complex 26, Cape Canaveral Air Force Station Launch Complex 5, Cape Canaveral Air Force Station, Florida].
|
The rover's launch sites, whose only launch site was Cape Canaveral Air Force Base, are [Cape Canaveral Air Force Base, Cape Canaveral Air Force Base, Florida].
| ||||||
4247
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Johnny_Cash> . ?uri <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Kris_Kristofferson> . }
|
Who collaborated with Johnny Cash and Kris Kristofferson ?
|
SELECT DISTINCT ?a WHERE { ?a property:associated_acts resource:Johnny_Cash . ?a property:associated_acts resource:Kris_Kristofferson . }
|
Willie Nelson
|
[Willie Nelson] is the musical artist who collaborated with Johnny Cash and Kris Kristofferson.
|
[Willie Nelson] is a music artist who worked with Johnny Cash and Chris Krigerson.
|
[Willie Nelson] is the musical artist who collaborated with both of them.
|
[Willie Nelson] is a music artist who worked with both of them.
| ||||
346
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Samuel_W._McCall> . ?uri <http://dbpedia.org/property/office> <http://dbpedia.org/resource/Massachusetts_House_of_Representatives> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Name the office holder with predecessor as Samuel W. McCall and office in Massachusetts House of Representatives?
|
SELECT DISTINCT ?j WHERE { ?j property:office resource:Massachusetts_House_of_Representatives . ?j rdf:type ontology:Office_Holder . ?j property:predecessor resource:Samuel_W._Mc_Call }
|
Calvin Coolidge
|
[Calvin Coolidge] is the office holder whose predecessor is Samuel W. McCall and office in Massachusetts House of Representatives.
|
[Colvin Coolidge] is an office holder whose predecessor is Samuel W. McCall and his office in the Massachusetts House of Representatives.
|
[Calvin Coolidge] is the office holder whose predecessor is him and office is Massachusetts House of Representatives.
|
[Colvin Coolidge] is an office holder having predecessor is the Massachusetts House of Representatives.
| ||||
4199
|
ASK WHERE { <http://dbpedia.org/resource/Monroe_station_(CTA_Blue_Line)> <http://dbpedia.org/property/owned> <http://dbpedia.org/resource/Chicago> }
|
Does Chicago own the Monroe Station?
|
ASK WHERE { resource:Monroe_station_(_C_T_A_Blue_Line) property:owned resource:Chicago }
|
Yes
|
[Yes], Chicago own the Monroe Station.
|
[Yes] Chicago is the owner of the Monroe station.
|
[Yes], the owner of Monroe station is Chicago.
|
[Yes], Monroe Station's owner is Chicago.
|
||||
4590
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/highschool> <http://dbpedia.org/resource/Palm_City,_Florida> . ?x <http://dbpedia.org/ontology/college> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
The people who did their high school in Palm City, Florida did their college where?
|
SELECT DISTINCT ?g WHERE { ?u rdf:type ontology:Person . ?u property:highschool resource:Palm_City,_Florida . ?u property:college ?g }
|
Tulane University
|
[Tulane University] is the college of the people who graduated high school from Palm City, Florida.
|
[Tulane University] is a college of people who went for high school in Palm City, Florida.
| ||||||
2272
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Rostock> . ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Oulu> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}
|
Rostock and Oulu is the shore cities on which sea ?
|
SELECT DISTINCT ?u WHERE { ?u property:cities resource:Oulu . ?u rdf:type ontology:Sea . ?u property:cities resource:Rostock }
|
Baltic Sea
|
[Baltic Sea] is the sea with Rostock and Oulu cities.
|
The [Baltic Sea] is a sea with the cities of Rostock and Oulu.
| ||||||
2836
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/literaryGenre> <http://dbpedia.org/resource/Fantasy> . ?x <http://dbpedia.org/ontology/nonFictionSubject> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}
|
What are some non fiction subjects dealt with in fantasy novels?
|
SELECT DISTINCT ?w WHERE { ?y rdf:type ontology:Book . ?y property:literary_genre resource:Fantasy . ?y property:non_fiction_subject ?w }
|
answer
|
The non-fiction subjects of the books with genre Fantasy are [answer].
|
Non-fiction books in the fantasy genre [answer].
| ||||||
4427
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/instrument> <http://dbpedia.org/resource/Piano> . ?uri <http://dbpedia.org/property/voices> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}
|
What are some shows whose voice actors play the piano?
|
SELECT DISTINCT ?e WHERE { ?g property:instrument resource:Piano . ?e rdf:type ontology:Television_Show . ?e property:voices ?g }
|
South Park, Pole Position (TV series), Gaither's Pond
|
The shows whose voice actors play the piano are [South Park, Pole Position (TV series), Gaither's Pond].
|
The plays whose performers play the piano are [South Park, TV series, Gaidar Pond].
| ||||||
1506
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Warner_Bros.> . ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}
|
Which movie produced by Michael Deeley was distributed by Warner Bros?
|
SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:Film . ?z property:producer resource:Michael_Deeley . ?z property:distributor resource:Warner_Bros. }
|
Blade Runner
|
The film distributed by Warner Bros. and produced by Michael Deeley is [Blade Runner].
|
The film, released by Warner Bros. and produced by Michael Deeley, is called [Blade Runner].
| ||||||
4087
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tornado_(web_server)> <http://dbpedia.org/property/author> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }
|
List the websites which the authors of Tornado own ?
|
SELECT DISTINCT ?f WHERE { ?x property:owner ?f . . resource:Tornado_(web_server) property:author ?x }
|
Facebook
|
The website which authors of Tornado won is [Facebook].
|
The site that Tornado authors won is [Facebook].
| ||||||
1112
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_Plosser> <http://dbpedia.org/property/almaMater> ?uri }
|
Which universities are alma mater to Charles Plosser?
|
SELECT DISTINCT ?w WHERE { resource:Charles_Plosser property:alma_mater ?w }
|
University of Chicago, Vanderbilt University
|
The alma maters of Charles Plosser are [University of Chicago, Vanderbilt University].
|
Charles Plosser's alma mater are [University of Chicago, Vanderbilt University].
|
The alma mater of him are [University of Chicago, Vanderbilt University].
|
His alma mater are [University of Chicago, Vanderbilt University].
| ||||
279
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/George_G._Siebels,_Jr.> <http://dbpedia.org/property/branch> ?uri. <http://dbpedia.org/resource/LeRoy_Collins> <http://dbpedia.org/property/branch> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}
|
Which branch of american military have both George Siebels jr and Leroy Collins served?
|
SELECT DISTINCT ?n WHERE { ?n rdf:type ontology:Military_Unit . resource:Le_Roy_Collins property:branch ?n . resource:George_G._Siebels,_Jr. property:branch ?n }
|
United States Navy
|
The military branch of George G. Siebels, Jr. and LeRoy Collins is [United States Navy].
|
The military unit of George H. Hembels, Jr., and Leroy Collins is the [US Navy].
|
[United States Navy] is the branch of the them.
|
[The US Navy] is an affiliate of them.
| ||||
3337
|
SELECT DISTINCT COUNT(?uri) WHERE {?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>}
|
Give me a count of movies whose film editor is Anthony Harvey?
|
SELECT DISTINCT COUNT ( ?o ) WHERE { ?o property:editing resource:Anthony_Harvey . ?o rdf:type ontology:Film }
|
12
|
There are [12] films edited by Anthony Harvey.
|
There are [12] films directed by Anthony Harvey.
|
There are [12] movies whose film editor is him.
|
There are [12] films of which he is the editor.
|
There are [12] movies whose film editor is the person.
|
The person edited [12] films.
| ||
4571
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Yellow_Claw_(DJs)> <http://dbpedia.org/property/location> ?uri. <http://dbpedia.org/resource/Elasticsearch> <http://dbpedia.org/property/location> ?uri . }
|
In which city can I find both the office of Elasticsearch and the Yellow Claw DJ?
|
SELECT DISTINCT ?q WHERE { resource:Yellow_Claw_(_D_Js) property:location ?q . resource:Elasticsearch property:location ?q . }
|
Amsterdam
|
Both the office of Elasticsearch and the Yellow Claw DJ are found in [Amsterdam].
|
Both Elasticsearch and DJ Yellow Claw offices are based in [Amsterdam].
| ||||||
2645
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Winston_Bryant> <http://dbpedia.org/property/governor> ?uri. <http://dbpedia.org/resource/Carl_Stokes> <http://dbpedia.org/property/president> ?uri}
|
Which governer of Winston bryant is also the president of Carl Stokes ?
|
SELECT DISTINCT ?w WHERE { resource:Winston_Bryant property:governor ?w . resource:Carl_Stokes property:president ?w }
|
Bill Clinton
|
The governor of Winston Bryant and president of Carl Stokes is [Bill Clinton].
|
Governor Winston Bryant and President Carl Stokes [Bill Clinton].
|
The Governor of the Winston Bryant and President of the him is [Bill Clinton].
|
Governor Winston Bryant and his president [Bill Clinton].
| ||||
2296
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/associate> <http://dbpedia.org/resource/Marcus_Calpurnius_Bibulus> . ?uri <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Augustus> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Name the office holder with associate as Marcus Calpurnius Bibulus and has a kid named Augustus?
|
SELECT DISTINCT ?z WHERE { ?z rdf:type ontology:Office_Holder . ?z property:child resource:Augustus . ?z property:associate resource:Marcus_Calpurnius_Bibulus }
|
Julius Caesar
|
[Julius Caesar] is the office holder whose associate is Marcus Calpurnius Bibulus and child is Augustus.
|
[Julius Caesar] is an office holder whose collaborator is Mark Calpurnius Bibul and the child is Augustus.
| ||||||
2745
|
ASK WHERE { <http://dbpedia.org/resource/Marv_McFadden> <http://dbpedia.org/property/pastteams> <http://dbpedia.org/resource/Pittsburgh_Steelers> }
|
Is Pittsburgh Steelers the former team of Marv McFadden?
|
ASK WHERE { resource:Marv_Mc_Fadden property:pastteams resource:Pittsburgh_Steelers }
|
Yes
|
[Yes], Pittsburgh Steelers is the past team of Marv McFadden.
|
[Yes] the Pittsburgh Steelers are Marv McFadden's former team.
|
[Yes], Pittsburgh Steelers is the past team of him.
|
[Yes], the Pittsburgh Steelers are his previous team.
|
[Yes], Pittsburgh Steelers is the past team of the person.
|
[Yes] the Pittsburgh Steelers is the previous team the person was a part of.
|
[Yes], the pastteams of Marv McFadden is Pittsburgh Steelers.
|
[Yes], Marv McFadden's team is the Pittsburgh Steelers.
|
4145
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Edwin_of_Northumbria> <http://dbpedia.org/property/veneratedIn> ?uri }
|
What is the venerated in of Edwin of Northumbria ?
|
SELECT DISTINCT ?g WHERE { resource:Edwin_of_Northumbria property:venerated_in ?g }
|
Anglican Communion, Eastern Orthodox Church, Catholic Church
|
The venerated in of Edwin of Northumbria are [Anglican Communion, Eastern Orthodox Church, Catholic Church].
|
[English Communion, Eastern Orthodox Church, Catholic Church] is the venerated in of Edwin of Northumbria .
| ||||||
2858
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Edwin_Andrews_Air_Base> <http://dbpedia.org/ontology/builder> ?uri. <http://dbpedia.org/resource/Akinoumi_Setsuo> <http://dbpedia.org/property/placeOfBirth> ?uri}
|
Which builder of Edwin Andrews Air Base is also place of birth of the Akinoumi Setsuo ?
|
SELECT DISTINCT ?g WHERE { resource:Edwin_Andrews_Air_Base property:builder ?g . resource:Akinoumi_Setsuo property:place_of_birth ?g }
|
Japan
|
[Japan] is the builder of Edwin Andrews Air Base and birthplace of Akinoumi Setsuo.
|
[Japan] is the builder of Edwin Andrews Air Base and place of birth of Akinoumi Setsuo.
| ||||||
2584
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Oscoda,_Michigan> <http://dbpedia.org/ontology/isPartOf> ?x . ?x <http://dbpedia.org/ontology/state> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AdministrativeRegion>}
|
What is the state of the administrative region where Oscoda, Michigan is located?
|
SELECT DISTINCT ?p WHERE { resource:Oscoda,_Michigan property:is_part_of ?j . ?j property:state ?p . ?j rdf:type ontology:Administrative_Region }
|
Michigan
|
[Michigan] is the state of the administrative region where Oscoda, Michigan is located.
|
[Michigan] is the administrative district where Oskoda, Michigan, is located.
| ||||||
1436
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri }
|
What are the houses of Parliament Security Services?
|
SELECT DISTINCT ?t WHERE { resource:Parliament_Security_Services property:houses ?t }
|
Rajya Sabha, Lok Sabha
|
The houses of Parliament Security Services are in [Rajya Sabha, Lok Sabha].
|
In [Rajya Sabha, Lok Sabha] there are units of the parliamentary security services.
| ||||||
2729
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/Sundridge_(horse)> . ?x <http://dbpedia.org/ontology/honours> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Horse>}
|
Horses grandsired by Sundridge have won which awards?
|
SELECT DISTINCT ?t WHERE { ?b property:honours ?t . ?b property:grandsire resource:Sundridge_(horse) . ?b rdf:type ontology:Horse }
|
National Museum of Racing and Hall of Fame, Kentucky, Florence, Kentucky, Blood-Horse magazine List of the Top 100 U.S. Racehorses of the 20th Century, Virginia Thoroughbred Association Hall of Fame, Hawthorne Race Course
|
The awards of the horses whose grandsire is Sundridge are [National Museum of Racing and Hall of Fame, Kentucky, Florence, Kentucky, Blood-Horse magazine List of the Top 100 U.S. Racehorses of the 20th Century, Virginia Thoroughbred Association Hall of Fame, Hawthorne Race Course].
|
Horses grandsired by Sundridge have won [National Museum of Racing and Hall of Fame, Kentucky, Florence, Kentucky, Blood-Horse magazine List of the Top 100 U.S. Racehorses of the 20th Century, Virginia Thoroughbred Association Hall of Fame, Hawthorne Race Course] awards.
| ||||||
2616
|
ASK WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> <http://dbpedia.org/ontology/firstAscentPerson> <http://dbpedia.org/resource/John_Muir> }
|
Was John Muir the first one to ascend one of the peaks in the cathedral peak?
|
ASK WHERE { resource:Cathedral_Peak_(_California) property:first_ascent_person resource:John_Muir }
|
Yes
|
[Yes], John Muir was the first person to ascend the Cathedral Peak in California.
|
[Yes] John Muir was the first person to climb the Cathy Peak in California.
|
[Yes], the person that first ascented a mountain of Cathedral Peak (California) was John Muir.
|
[Yes], the man who first climbed Cathy Peak (California) was John Muir.
|
||||
2462
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/foundation> <http://dbpedia.org/resource/Washington,_D.C.> . ?uri <http://dbpedia.org/property/affiliations> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}
|
Name the university whose affiliations's foundation is in Washington, D.C.?
|
SELECT DISTINCT ?i WHERE { ?i rdf:type ontology:University . ?i property:affiliations ?p . ?p property:foundation resource:Washington,_D._C. }
|
Kaplan University
|
[Kaplan University] is the university whose affiliations's foundation place is Washington, D.C..
|
[Fellan University] is a university founded in Washington, DC.
| ||||||
3757
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Musical>}
|
Miguel de Cervantes wrote the musical extended from which book?
|
SELECT DISTINCT ?u WHERE { ?a property:based_on ?u . ?a rdf:type ontology:Musical . ?a property:author resource:Miguel_de_Cervantes }
|
Don Quixote
|
The work where the musical authored by Miguel de Cervantes was based is [Don Quixote].
|
The piece on which the musical, written by Ophelia de Cervantes, is based, is called Don Quixote.
|
[Don Quixote] is the extended from of the musical whose authors is him .
|
[Don Quixote] is a sequel to the musical he wrote.
| ||||
3031
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Terry_Melcher> . ?x <http://dbpedia.org/ontology/composer> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Song>}
|
Who has composed songs produced by Terry Melcher?
|
SELECT DISTINCT ?h WHERE { ?b rdf:type ontology:Song . ?b property:producer resource:Terry_Melcher . ?b property:composer ?h }
|
Bob Dylan
|
[Bob Dylan] is the composer of the song produced by Terry Melcher.
|
[Bob Dylan] is an associate of a song produced by Terry Melcher.
|
The composer of the song whose producer is him is [Bob Dylan].
|
The song he's producing are composed by [Bob Dylan].
| ||||
3381
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/constituency> <http://dbpedia.org/resource/Noe_Valley,_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/OfficeHolder>}
|
Name the office holder whose constituency is Noe Valley, San Francisco and belongs to military unit USS Kittiwake (ASR-13)?
|
SELECT DISTINCT ?s WHERE { ?s rdf:type ontology:Office_Holder . ?s property:constituency resource:Noe_Valley,_San_Francisco . ?s property:military_unit resource:U_S_S_Kittiwake_(_A_S_R-13) }
|
Harvey Milk
|
The officeholder with constituency at Noe Valley, San Francisco and military unit USS Kittiwake (ASR-13) is [Harvey Milk].
|
[Harvey Milk] is in an office holder in Knowle Valley, San Francisco and the USS Kittiwake (ASR-13).
| ||||||
4920
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri. <http://dbpedia.org/resource/Phil_Lumpkin> <http://dbpedia.org/property/placeOfDeath> ?uri}
|
Which is county seat of the King County, Washington and PLACE OF DEATH of the Phil Lumpkin ?
|
SELECT DISTINCT ?s WHERE { resource:King_County,_Washington property:county_seat ?s . resource:Phil_Lumpkin property:place_of_death ?s }
|
Seattle
|
[Seattle] is the county seat of the King County, Washington and place of death of the Phil Lumpkin.
|
[Seattle] is the county capital of King County, Washington, and the place of Phil Lumpkin's death.
| ||||||
1003
|
ASK WHERE { <http://dbpedia.org/resource/Oliver_Sacks> <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Columbia_University> }
|
Did Oliver Sacks study at the Columbia University?
|
ASK WHERE { resource:Oliver_Sacks property:institution resource:Columbia_University }
|
Yes
|
[Yes], Columbia University is the institution of Oliver Sacks.
|
[Yes] Columbia University is the Oliver Sachs Institute.
|
[Yes], Columbia University is the institution of him.
|
[Yes], Columbia University is his institution.
|
[Yes], Columbia University is the institution of the person.
|
[Yes] Columbia University is an institution of personality.
|
[Yes], the institution of Oliver Sacks is Columbia University.
|
[Yes], the Oliver Sachs Institute is Columbia University.
|
471
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/Gatwick_Airport> . ?x <http://dbpedia.org/property/destinations> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Place>}
|
To how many places does the airlines fly, whose head office is located at the Gatwick Airport?
|
SELECT DISTINCT COUNT ( ?p ) WHERE { ?e property:headquarter resource:Gatwick_Airport . ?e property:destinations ?p . ?p rdf:type ontology:Place }
|
11
|
There are [11] destination places of the airlines whose headquarter is Gatwick Airport.
|
There are [11] flying destination for airlines headquartered at Gatwick Airport.
|
There are [11] destinations of the airlines whose head office is Gatwick Airport .
|
There are [11] the destinations that airlines headquartered in Gatwick Airport fly to.
| ||||
613
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Stockholm> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}
|
List the newspapers which has headquarters in Stockholm?
|
SELECT DISTINCT ?r WHERE { ?r rdf:type ontology:Newspaper . ?r property:headquarters resource:Stockholm }
|
Svenska Dagbladet, Aftonbladet, Dagens Nyheter, Flamman, Stockholms Dagblad, Expressen, Post- och Inrikes Tidningar, Stockholms-Tidningen
|
The newspapers with headquarters in Stockholm are [Svenska Dagbladet, Aftonbladet, Dagens Nyheter, Flamman, Stockholms Dagblad, Expressen, Post- och Inrikes Tidningar, Stockholms-Tidningen].
|
Newspapers headquartered in Stockholm [Svenska Blab, Afonblab, Hennes Nyheter, Felman, Stockholm Blad, Expressen, Post- och Inrikes Tielingar, Stockholm-Tielsblad].
| ||||||
68
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/services> <http://dbpedia.org/resource/OneDrive> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}
|
With what company is the service OneDrive associated?
|
SELECT DISTINCT ?l WHERE { ?l rdf:type ontology:Company . ?l property:services resource:One_Drive }
|
Microsoft, 21Vianet
|
The companies whose service is OneDrive are [Microsoft, 21Vianet].
|
Companies having OneDrive as one service is [Microsoft, 21Vianet].
|
The company whose services is OneDrive are [Microsoft, 21Vianet].
|
The company whose one of the services is OneDrive is [Microsoft, 21Vianet].
| ||||
4482
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/office> <http://dbpedia.org/resource/Bank_of_Thailand> . ?x <http://dbpedia.org/ontology/religion> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Governor>}
|
What is the religion of the governors whose office is the Bank of Thailand?
|
SELECT DISTINCT ?c WHERE { ?d property:religion ?c . ?d rdf:type ontology:Governor . ?d property:office resource:Bank_of_Thailand }
|
Buddhism
|
The religion of the governors whose works for Bank of Thailand is [Buddhism].
|
The religion of the governors working at the Bank of Thailand is [Buddhism].
| ||||||
4103
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Nutting> <http://dbpedia.org/ontology/knownFor> ?uri }
|
What is the political party to which Purnima Banerjee is a member of??
|
SELECT DISTINCT ?q WHERE { resource:Robert_Nutting property:known_for ?q }
|
Indian National Congress
|
[Indian National Congress] is the political party to which Purnima Banerjee is a member.
|
[The Indian National Congress] is the political party to which Purnima Banerjee belongs.
|
[Indian National Congress] is the political party where she is a member.
|
[The Indian National Congress] is the political party to which she belongs.
| ||||
2993
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerome_B._Chaffee> <http://dbpedia.org/property/state> ?uri }
|
Which state does Jerome B. Chaffee belong ?
|
SELECT DISTINCT ?w WHERE { resource:Jerome_B._Chaffee property:state ?w }
|
Colorado, Colorado, Colorado Territory
|
The state of Jerome B. Chaffee is [Colorado, Colorado, Colorado Territory].
|
Jerome B. Chaffee is from [Colorado, Colorado, Colorado Territory].
|
The state of him are [Colorado, Colorado, Colorado Territory].
|
His state [Colorado, Colorado, Colorado].
| ||||
1487
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/property/headCoach> <http://dbpedia.org/resource/John_Tortorella> . ?uri <http://dbpedia.org/ontology/team> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/IceHockeyPlayer>}
|
Give me a count of all ice hockey players whose teams are headcoached by John Tortorella?
|
SELECT DISTINCT COUNT ( ?h ) WHERE { ?h property:team ?r . ?r property:head_coach resource:John_Tortorella . ?h rdf:type ontology:Ice_Hockey_Player }
|
42
|
There are [42] ice hockey players whose team's head coach is John Tortorella.
|
There are [42] players whose coach is John Torella.
|
There are [42] ice hockey players whose member of team's head coach is him.
|
There are [42] players whose coach he is.
|
There are [42] ice hockey players whose member of team's head coach is the person.
|
There are [42] players whose member is the head coach of the team.
| ||
2701
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Denver_Broncos> <http://dbpedia.org/ontology/locationCity> ?uri }
|
Where is Denver Broncos located?
|
SELECT DISTINCT ?i WHERE { resource:Denver_Broncos property:location_city ?i }
|
Colorado, Denver, Sports Authority Field at Mile High
|
The location city of Denver Broncos is [Colorado, Denver, Sports Authority Field at Mile High].
|
The Denver Broncos are from [Colorado, Denver, Sports Authority Field at Mile High].
| ||||||
1978
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Merritt_Paulson> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri . }
|
How many home stadiums are there of the seasons whose chairman in Merritt Paulson?
|
SELECT DISTINCT COUNT ( ?w ) WHERE { ?y property:chairman resource:Merritt_Paulson . ?y property:home_stadium ?w . }
|
46
|
There are [46] home stadiums of the seasons whose chairman is Merritt Paulson.
|
There are [46] home stadiums, of which Merilson is chairman.
|
There are [46] home stadium of the soccer club seasons whose chairman is him .
|
There are [46] the home stadium of the football club of which he is president.
|
There are [46] home stadium of the soccer club seasons whose chairman is the person .
|
There are [46] home stadium for a football club whose president is a man.
| ||
922
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/GNOWSYS> <http://dbpedia.org/ontology/developer> ?uri. <http://dbpedia.org/resource/GNU_TeXmacs> <http://dbpedia.org/ontology/developer> ?uri . }
|
List the developers who has contributed to both GNOWSYS and GNU TeXmacs?
|
SELECT DISTINCT ?z WHERE { resource:G_N_U_Te_Xmacs property:developer ?z . . resource:G_N_O_W_S_Y_S property:developer ?z }
|
GNU
|
[GNU] is the developer of both GNOWSYS and GNU TeXmacs.
|
[GNU] is a developer of both products.
| ||||||
1351
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jon_Speelman> <http://dbpedia.org/ontology/field> ?uri. <http://dbpedia.org/resource/Karen_Grigorian> <http://dbpedia.org/ontology/occupation> ?uri}
|
What is the field of the Jon Speelman and occupation of the Karen Grigorian?
|
SELECT DISTINCT ?a WHERE { resource:Jon_Speelman property:field ?a . resource:Karen_Grigorian property:occupation ?a }
|
Chess
|
The field of Jon Speelman and occupation of Karen Grigorian is [Chess].
|
John Spielman's field and Karen Griffin's occupation [chess].
|
The field of the Jon Speelman and occupation of the Karen Grigorian is [Chess].
|
John Spielman and the cast of Karen Griffin [chess].
|
The field of the Jon Speelman and occupation of the the person is [Chess].
|
John Spielman's field and profession are [chess].
| ||
2810
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/Art_Students_League_of_New_York> . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}
|
Artists trained at art students league NY are buried where?
|
SELECT DISTINCT ?s WHERE { ?t rdf:type ontology:Artist . ?t property:training resource:Art_Students_League_of_New_York . ?t property:resting_place ?s }
|
Pennsylvania, Honesdale, Pennsylvania, Mount Union, Iowa, Brooklyn
|
The resting places of the artists trained at Art Students League of New York are [Pennsylvania, Honesdale, Pennsylvania, Mount Union, Iowa, Brooklyn].
|
Artists trained by the New York League of Art Historians have resting places in [Pennsylvania, Honesdale, Pennsylvania, Mount Union, Iowa, Brooklyn].
| ||||||
1346
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philip_Novak> <http://dbpedia.org/property/mainInterests> ?uri. <http://dbpedia.org/resource/Timothy_Morton> <http://dbpedia.org/property/mainInterests> ?uri . }
|
What is the main common interests of the Philip Novak and Timothy Morton?
|
SELECT DISTINCT ?v WHERE { resource:Philip_Novak property:main_interests ?v . resource:Timothy_Morton property:main_interests ?v . }
|
Buddhism
|
The main interest of both Philip Novak and Timothy Morton is [Buddhism].
|
Philip Nowak and Theresa May's main interest is [Buddhism].
|
[Buddhism] is the main interests of them.
|
[Buddhism] is a major interest of both of them.
|
[Buddhism] is Philip Nowak and Theresa May's main interest.
|
[Buddhism] is their main interest.
| ||
4728
|
SELECT DISTINCT COUNT(?uri) WHERE {?uri <http://dbpedia.org/property/programmingLanguage> <http://dbpedia.org/resource/C++> . }
|
How many things are written in C++?
|
SELECT DISTINCT COUNT ( ?u ) WHERE { ?u property:programming_language resource:C++ . }
|
1003
|
There are [1003] things written in C++ programming language.
|
There are [1003] things written in the programming language named C++.
| ||||||
214
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/GetTV> <http://dbpedia.org/ontology/parentOrganisation> ?uri. <http://dbpedia.org/resource/The_Galleria> <http://dbpedia.org/ontology/owner> ?uri}
|
Which parent organization of Get TV also owns the Galleria ?
|
SELECT DISTINCT ?o WHERE { resource:The_Galleria property:owner ?o . resource:Get_T_V property:parent_organisation ?o }
|
Sony
|
The parent organisation of GetTV and owner of Galleria is [Sony].
|
GetTV's parent company and the Gallery's owner are Sony.
|
[Sony] is the parent organisation of the the organisation and belongs to of the The Galleria.
|
[Sony] is the parent organization of the organization and is part of The Galleria.
| ||||
2857
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Radhabinod_Koijam> <http://dbpedia.org/property/successor> ?x . ?x <http://dbpedia.org/property/party> ?uri . }
|
To which political party does the successor of Radhabinod Koijam belong?
|
SELECT DISTINCT ?w WHERE { resource:Radhabinod_Koijam property:successor ?v . ?v property:party ?w . }
|
Indian National Congress
|
The political party of the successor of Radhabinod Koijam is [Indian National Congress].
|
Rajinod Koijam's successor political party, the [Indian National Congress].
| ||||||
225
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blayse> <http://dbpedia.org/ontology/associatedBand> ?uri. <http://dbpedia.org/resource/Teddy_Riley> <http://dbpedia.org/ontology/associatedBand> ?uri . }
|
Name the common associate band of Blayse and Teddy Riley?
|
SELECT DISTINCT ?y WHERE { resource:Teddy_Riley property:associated_band ?y . . resource:Blayse property:associated_band ?y }
|
Blackstreet
|
The associated band of Blayse and Teddy Riley is [Blackstreet].
|
Blaze and Teddy Riley's band [Blackstreet].
| ||||||
1306
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Peetz_Table_Wind_Energy_Center> <http://dbpedia.org/property/location> ?uri. <http://dbpedia.org/resource/Ben_Nighthorse_Campbell> <http://dbpedia.org/property/state> ?uri}
|
What is the Location of the Peetz Table Wind Energy Center which is also the state of Ben Nighthorse Campbell?
|
SELECT DISTINCT ?d WHERE { resource:Peetz_Table_Wind_Energy_Center property:location ?d . resource:Ben_Nighthorse_Campbell property:state ?d }
|
Colorado
|
The location of the Peetz Table Wind Energy Center and state of the Ben Nighthorse Campbell is [Colorado].
|
The Peoples Table Wind Energy Center and Ben Nighthors Campbell are located in [Colorado].
|
[Colorado] is the Location of the Peetz Table Wind Energy Center and state of the the organisation.
|
[Colorado] is place Peugeot Table Wind Energy Center and the organization's booth is located.
| ||||
684
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_McGregor> <http://dbpedia.org/ontology/education> ?uri. <http://dbpedia.org/resource/Donn_Barber> <http://dbpedia.org/ontology/education> ?uri . }
|
Which educational institution of Jack Mcgregor is also the alma mater of Donn barber?
|
SELECT DISTINCT ?t WHERE { resource:Jack_Mc_Gregor property:education ?t . resource:Donn_Barber property:education ?t . }
|
Yale University
|
The alma mater of Jack McGregor and Donn Barber is [Yale University].
|
Jack McGregor and Donna Barber's alma mater is Yale University.
|
The alma mater of them is [Yale University].
|
Her alma mater is Yalta University.
| ||||
1390
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/St._Takla_Haymanot's_Church_(Alexandria)> . ?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 the major shrines of the saints whose one of the shrine is St. Takla Haymanot's Church?
|
SELECT DISTINCT ?u WHERE { ?q rdf:type ontology:Saint . ?q property:major_shrine ?u . ?q property:major_shrine resource:St._Takla_Haymanot's_Church_(_Alexandria) }
|
Ethiopia, Debre Libanos, St. Takla Haymanot's Church (Alexandria)
|
The major shrines of the saints whose one major shrine is St. Takla Haymanot's Church are [Ethiopia, Debre Libanos, St. Takla Haymanot's Church (Alexandria)].
|
The most important shrines of which the only significant shrine is the Church of Saint Takla Haymanot are [Ephelia, Debre Libanos, Church of Saint Takla Haymanot (Alexandria)].
| ||||||
2456
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/nonFictionSubject> <http://dbpedia.org/resource/Ankh-Morpork_City_Watch> . ?x <http://dbpedia.org/ontology/nonFictionSubject> ?uri }
|
How many non-fiction subjects are there of the books whose one of the non-fiction subject is Ankh-Morpork City Watch ?
|
SELECT DISTINCT COUNT ( ?f ) WHERE { ?m property:non_fiction_subject ?f . ?m property:non_fiction_subject resource:Ankh-_Morpork_City_Watch }
|
68
|
There are [68] non-fiction subjects of the books whose one of them is Ankh-Morpork City Watch.
|
In books [68] subjects are there of which is City Watch of Ankh-Morpork.
| ||||||
416
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/mission> <http://dbpedia.org/resource/Gemini_8> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Astronaut>}
|
Which astronauts went on the Gemini 8 mission?
|
SELECT DISTINCT ?t WHERE { ?t property:mission resource:Gemini_8 . ?t rdf:type ontology:Astronaut }
|
Neil Armstrong, David Scott
|
The astronauts who participated in Gemini 8 mission are [Neil Armstrong, David Scott].
|
The astronauts who took part in Gemini 8 [Neil Armstrong, David Scott].
| ||||||
210
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Queer_as_Folk_(UK_TV_series)> <http://dbpedia.org/ontology/producer> ?x . ?x <http://dbpedia.org/property/notableworks> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}
|
What are the notable works of the person who produced Queer as Folk?
|
SELECT DISTINCT ?m WHERE { resource:Queer_as_Folk_(_U_K_T_V_series) property:producer ?o . ?o rdf:type ontology:Person . ?o property:notableworks ?m }
|
Doctor Who, Casanova (2005 TV serial), The Second Coming (TV serial), Bob & Rose, Banana (TV series), Cucumber (TV series), Torchwood, The Sarah Jane Adventures, Queer as Folk (UK TV series), '', *, *''
|
The notable works of the producer of Queer as Folk are [Doctor Who, Casanova (2005 TV serial), The Second Coming (TV serial), Bob & Rose, Banana (TV series), Cucumber (TV series), Torchwood, The Sarah Jane Adventures, Queer as Folk (UK TV series), '', *, *''].
|
The great works of the producer Queer as Folk are [Doctor Who, Casanova (2005 series), The Second Coming (series), Bob & Rose, Banana (series), Cumber (series), Torchwood, The Sarah Jane Freures, Queer as Folk (UK series), ', *, *'].
| ||||||
2891
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Congress_of_Industrial_Organizations> <http://dbpedia.org/property/founded> ?uri. <http://dbpedia.org/resource/Pittsburgh_Steelers> <http://dbpedia.org/property/city> ?uri}
|
In which city of Pittsburg Steelers was the Congress of Inductrial Organization founded ?
|
SELECT DISTINCT ?y WHERE { resource:Pittsburgh_Steelers property:city ?y . resource:Congress_of_Industrial_Organizations property:founded ?y }
|
Pittsburgh
|
The place where the Congress of Industrial Organizations was founded and city of Pittsburgh Steelers is [Pittsburgh].
|
The location where the Congress of Industrial Organizations and the city of Pittsburgh Steelers were founded is [Pittsburgh].
| ||||||
1406
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/property/notableworks> <http://dbpedia.org/resource/Maniac_Magee> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Writer>}
|
Who was the writer of the novel Maniac Magee?
|
SELECT DISTINCT ?q WHERE { ?q rdf:type ontology:Writer . ?q property:notableworks resource:Maniac_Magee }
|
Jerry Spinelli
|
The writer whose notable work is Maniac Magee is [Jerry Spinelli].
|
The writer whose famous work is Jack Magee is [Jerry Fellelly].
|
The writer's notable works is Maniac Magee is [Jerry Fellelly].
|
[Jerry Fellelly] was the remarkable work novel Maniac Magee.
| ||||
4896
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> <http://dbpedia.org/property/narrated> ?uri }
|
Who is the narrator of The Incredible Hulk , 1982 TV series ?
|
SELECT DISTINCT ?c WHERE { resource:The_Incredible_Hulk_(1982_T_V_series) property:narrated ?c }
|
Stan Lee
|
[Stan Lee] is the narrator of The Incredible Hulk (1982 TV series) .
|
[Stan Lee] narrated The Incredible Hulk (the 1982 TV series).
| ||||||
611
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Terry_Pratchett> . ?x <http://dbpedia.org/ontology/nonFictionSubject> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}
|
What are the non-fiction topics in the books whose authors is Terry Pratchett?
|
SELECT DISTINCT ?k WHERE { ?y property:author resource:Terry_Pratchett . ?y property:non_fiction_subject ?k . ?y rdf:type ontology:Book }
|
answer
|
The non-fiction subjects in the books authored by Terry Pratchett are [answer].
|
Books non-fiction in Terry Pratchett's books [answer].
|
The non-fiction subject of the books whose authors is him are [answer].
|
The non-fiction book of which he is the author is [answer].
| ||||
4527
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeEnd> <http://dbpedia.org/resource/Pahang> . ?x <http://dbpedia.org/ontology/county> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Road>}
|
What is the county of the road whose route end is Pahang ?
|
SELECT DISTINCT ?n WHERE { ?t property:county ?n . ?t property:route_end resource:Pahang . ?t rdf:type ontology:Road }
|
Malaysia
|
[Malaysia] is the county of the whose end road is Pahang.
|
[Malaysia] is a country whose ultimate destination is Pahang.
| ||||||
2677
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Baku_Puppet_Theatre> <http://dbpedia.org/ontology/locationCountry> ?uri. <http://dbpedia.org/resource/Anar_Salmanov> <http://dbpedia.org/property/placeOfBirth> ?uri}
|
In which country is the Baku puppet Theater located which is also the birth palce of Anar Salmanov ?
|
SELECT DISTINCT ?n WHERE { resource:Anar_Salmanov property:place_of_birth ?n . resource:Baku_Puppet_Theatre property:location_country ?n }
|
Azerbaijan
|
The country where Baku Puppet Theatre is located and the place of birth of Anar Salmanov is [Azerbaijan].
|
The country where the Baku Puppet Theatre is located and where Anar Salmanov was born is [Azerbajan].
|
The pastwo of the Baku Puppet Theatre and place of birth of the the person is [Azerbaijan].
|
The singer of the Baku Puppet Theatre and the birthplace of man is Azerbajan.
| ||||
2074
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designCompany> <http://dbpedia.org/resource/Olivier_Boulay> . ?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 automobiles whose designer company is Olivier Boulay?
|
SELECT DISTINCT ?c WHERE { ?e property:design_company resource:Olivier_Boulay . ?e property:layout ?c . ?e rdf:type ontology:Automobile }
|
Front-engine, rear-wheel-drive layout, Front-engine, front-wheel-drive layout, Front-engine design, Four-wheel drive, Front-wheel drive, Mid-engine design, Automobile layout, Front-engine, four-wheel-drive layout, North America
|
The layouts of the automobiles designed by Olivier Boulay company are [Front-engine, rear-wheel-drive layout, Front-engine, front-wheel-drive layout, Front-engine design, Four-wheel drive, Front-wheel drive, Mid-engine design, Automobile layout, Front-engine, four-wheel-drive layout, North America].
|
Cars designed by Olivier Boulet [front wheel drive, rear wheel drive, front wheel drive, front wheel drive, four-wheel drive, front wheel drive, middle engine, car design, front wheel drive, four-wheel drive, North America].
|
The layout of the automobiles whose designer company is him are [Front-engine, rear-wheel-drive layout, Front-engine, front-wheel-drive layout, Front-engine design, Four-wheel drive, Front-wheel drive, Mid-engine design, Automobile layout, Front-engine, four-wheel-drive layout, North America].
|
The layout of the vehicles it designates is [front-wheel drive, rear-wheel drive, front-wheel drive, front-wheel drive, four-wheel drive, front-wheel drive, medium-drive, car layout, front-wheel drive, four-wheel drive, North America].
| ||||
1777
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Eastern_Washington> <http://dbpedia.org/ontology/river> ?uri. <http://dbpedia.org/resource/Central_Washington> <http://dbpedia.org/ontology/river> ?uri . }
|
Which river flows through both eastern and central washington?
|
SELECT DISTINCT ?l WHERE { resource:Central_Washington property:river ?l . . resource:Eastern_Washington property:river ?l }
|
Columbia River
|
The river which flows on both eastern and central Washington is [Columbia River].
|
A river that floats both east and downtown Washington is [the Columbia River].
|
The river which flows on both eastern and central of the country is [Columbia River].
|
The river that flows both east and center of the country is [the Columbia River].
| ||||
4683
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Edward_Douglass_White> . ?uri <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Charles_Phelps_Taft_II> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}
|
Name a office holder whose predecessor is Edward Douglass White and has son named Charles Phelps Taft II?
|
SELECT DISTINCT ?n WHERE { ?n property:child resource:Charles_Phelps_Taft_I_I . ?n property:predecessor resource:Edward_Douglass_White . ?n rdf:type ontology:Office_Holder }
|
William Howard Taft
|
The office holder whose predecessor is Edward Douglass White and has son named Charles Phelps Taft II is [William Howard Taft].
|
[William Howard Taft] is the office holder whose predecessor is Edward Douglass White and has son named Charles Phelps Taft II.
|
[William Howard Taft] is the office holder whose predecessor is him and son is Charles Phelps Taft II.
|
[William Howard Taft] is an office holder whose predecessor he is and whose son is Charles Phelps Taft II.
| ||||
2788
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Capitol_400> <http://dbpedia.org/ontology/routeStart> ?uri }
|
What is the route start of Capitol 400 ?
|
SELECT DISTINCT ?z WHERE { resource:Capitol_400 property:route_start ?z }
|
Chicago
|
The route start of Capitol 400 is [Chicago].
|
Capitol Route 400 starts from [Chicago].
| ||||||
1161
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Many_Hands> <http://dbpedia.org/property/author> ?x . ?x <http://dbpedia.org/ontology/genre> ?uri . }
|
Which genre of books does the writer of The Many Hands write?
|
SELECT DISTINCT ?v WHERE { ?g property:genre ?v . . resource:The_Many_Hands property:author ?g }
|
Doctor Who, Social realism
|
The genres of the writer who authored The Many Hands are [Doctor Who, Social realism].
|
The genres of the author who wrote The Many Hands are [Doctor Who, social realism].
| ||||||
136
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lagnacha_Dhumdhadaka> <http://dbpedia.org/property/starring> ?x . ?x <http://dbpedia.org/property/placeOfBirth> ?uri . }
|
What is the birth place of the cast of Lagnacha Dhumdhadaka?
|
SELECT DISTINCT ?v WHERE { ?t property:place_of_birth ?v . . resource:Lagnacha_Dhumdhadaka property:starring ?t }
|
India, Maharashtra, Sindhudurg Fort, Mumbai
|
The places of birth of the cast members of Lagnacha Dhumdhadaka are [India, Maharashtra, Sindhudurg Fort, Mumbai].
|
The birth place of actors Laghea Dhumdaki [India, Maharashtra, Fort Sindhudurg, Mumbai].
| ||||||
4718
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/largestCity> <http://dbpedia.org/resource/Denver> . }
|
What is the state whose largest city is Denver?
|
SELECT DISTINCT ?n WHERE { ?n property:largest_city resource:Denver . }
|
Colorado
|
[Colorado] is the state whose largest city is Denver.
|
[Colorado] is the state where Denver is the largest city.
|
[Colorado] state's largest city is Denver.
|
Denver is largest city in [Colorado].
| ||||
1652
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/product> <http://dbpedia.org/resource/Pixar_Image_Computer> . }
|
Who produced the Pixar Image Computer?
|
SELECT DISTINCT ?r WHERE { ?r property:product resource:Pixar_Image_Computer . }
|
Pixar
|
[Pixar] is the company with Pixar Image Computer as a product.
|
[Pixar] is a company with a Pixar Image product.
|
[Pixar] is the company whose product is the organisation.
|
[Pixar] is a company whose product is an organization.
| ||||
2610
|
SELECT DISTINCT ?uri WHERE {?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>}
|
What are the television shows whose network is BBC HD?
|
SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:Television_Show . ?p property:network resource:B_B_C_H_D }
|
answer
|
The television shows broadcasted by BBC HD are [answer].
|
A TV show broadcast on BBC HD [answer].
| ||||||
2852
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Al-Rayan_SC> <http://dbpedia.org/ontology/ground> ?uri }
|
Name the ground of Al-Rayan SC?
|
SELECT DISTINCT ?b WHERE { resource:Al-_Rayan_S_C property:ground ?b }
|
Ahmed bin Ali Stadium, Qatar, Al Rayyan
|
The grounds of Al-Rayan SC are [Ahmed bin Ali Stadium, Qatar, Al Rayyan].
|
Al Rayyan FC website [Ahmed bin Ali Stadium, Qatar, Al Rayyan].
| ||||||
857
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alexandre_Tichonov> <http://dbpedia.org/property/university> ?uri }
|
Name the university of Alexandre Tichonov?
|
SELECT DISTINCT ?a WHERE { resource:Alexandre_Tichonov property:university ?a }
|
Moscow, Yuri Gagarin Academy
|
The universities of Alexandre Tichonov are [Moscow, Yuri Gagarin Academy].
|
Alexander Tikhonov's universities are [Moscow, Yuri Gagarin Academy].
| ||||||
32
|
ASK WHERE { <http://dbpedia.org/resource/Jonas_Brothers> <http://dbpedia.org/ontology/formerBandMember> <http://dbpedia.org/resource/Kevin_Jonas> }
|
Was Kevin Jonas a part of Jonas brothers?
|
ASK WHERE { resource:Jonas_Brothers property:former_band_member resource:Kevin_Jonas }
|
Yes
|
[Yes], Kevin Jonas was a former band member of Jonas Brothers.
|
[Yes] Kevin Jonas was a past member of the Jonas Brothers.
|
[Yes], he was a former band member of Jonas Brothers.
|
[Yes], he was a past member of the Jonas Brothers.
|
[Yes], Kevin Jonas is the former band member of the organisation.
|
[Yes], Kevin Jonas is a past member of the band.
|
[Yes], the former band member of Jonas Brothers was Kevin Jonas.
|
[Yes], a past member of the Jonas Brothers was Kevin Jonas.
|
2875
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/tenant> <http://dbpedia.org/resource/Toronto_Phantoms> . ?x <http://dbpedia.org/ontology/tenant> ?uri }
|
Count the number of tenants whose one of the tenant is Toronto Phantoms ?
|
SELECT DISTINCT COUNT ( ?s ) WHERE { ?y property:tenant ?s . ?y property:tenant resource:Toronto_Phantoms }
|
15
|
There are [15] tenants of the place where one tenant is Toronto Phantoms.
|
[15] tenants are there in a place where the tenant is the Toronto Phantoms.
|
There are [15] tenant are there of the stadia whose tenant is the organisation .
|
There are [15] stadium tenants whose one tenant is the organization.
| ||||
1004
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/programmeFormat> <http://dbpedia.org/resource/Classic_rock> . ?x <http://dbpedia.org/ontology/programmeFormat> ?uri }
|
How many other genre are there of the radio stations whose one of the genre is Classic rock?
|
SELECT DISTINCT COUNT ( ?r ) WHERE { ?h property:programme_format resource:Classic_rock . ?h property:programme_format ?r }
|
680
|
There are [680] program formats of the radio stations whose one program format is Classic rock.
|
[680] other genre are there of the radio stations whose one of the genre is Classic rock.
| ||||||
2755
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/licensee> <http://dbpedia.org/resource/Incorporation_(business)> . ?x <http://dbpedia.org/property/licensee> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionStation>}
|
Name the licensee of the TV station whose one of the licensee is Incorporation ?
|
SELECT DISTINCT ?d WHERE { ?c property:licensee resource:Incorporation_(business) . ?c property:licensee ?d . ?c rdf:type ontology:Television_Station }
|
Incorporation (business), Mississippi, Morris Network of
|
The licensee of the television stations whose one licensee is Incorporation are [Incorporation (business), Mississippi, Morris Network of].
|
Television stations, of which Incorporation is the sole license, are [Incorporation (business), Mississippi, Morris Network of].
|
The license of the television stations whose licensee is Incorporation (business) are [Incorporation (business), Mississippi, Morris Network of].
|
Licensee of television stations, whose licensee is Corporation [Incorporation (business), Mississippi, Morris Network of].
| ||||
4366
|
SELECT DISTINCT ?uri WHERE {?uri <http://dbpedia.org/ontology/source> <http://dbpedia.org/resource/Lake_Ontario> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}
|
What is the river whose source is Lake Ontario?
|
SELECT DISTINCT ?p WHERE { ?p rdf:type ontology:River . ?p property:source resource:Lake_Ontario }
|
Saint Lawrence River
|
The river whose origin is Lake Ontario is [Saint Lawrence River].
|
The river originates in Lake Ontario [the St. Lawrence River].
|
The river whose source is Lake Ontario is [St. Lawrence River].
|
The river, which originates in Lake Ontario, is [St. Lawrence River].
| ||||
865
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Craig_Van_Tilbury> <http://dbpedia.org/ontology/occupation> ?uri. <http://dbpedia.org/resource/Eric_Schiller> <http://dbpedia.org/ontology/knownFor> ?uri}
|
What sport has made Eric Schiller famous, and has employed Craig Van Tibury?
|
SELECT DISTINCT ?y WHERE { resource:Craig_Van_Tilbury property:occupation ?y . resource:Eric_Schiller property:known_for ?y }
|
Chess
|
The profession of Craig Van Tilbury and the known work of Eric Schiller is [Chess].
|
Craig Van Tilbury's profession and Eric Feller's famous work are [chess].
|
The profession of the Craig Van Tilbury and known work of him is [Chess].
|
Profession of Craig Van Tilbury and what is he is known for is [Chess].
|
The profession of the Craig Van Tilbury and known area of the person is [Chess].
|
Craig Van Tilbury's profession and known are of that person is [chess].
| ||
1625
|
SELECT DISTINCT COUNT(?uri) WHERE { ?x <http://dbpedia.org/ontology/genre> <http://dbpedia.org/resource/Jazz_fusion> . ?x <http://dbpedia.org/ontology/recordLabel> ?uri . }
|
How many record labels publish works of Jazz fusion?
|
SELECT DISTINCT COUNT ( ?f ) WHERE { ?s property:genre resource:Jazz_fusion . ?s property:record_label ?f . }
|
2968
|
There are [2968] record labels of the people whose artistic genre is Jazz fusion.
|
There are [2968] record companies of people whose artistic genre is fusion.
| ||||||
3874
|
SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/leader> <http://dbpedia.org/resource/Giuseppe_Bertello> . ?uri <http://dbpedia.org/ontology/leader> <http://dbpedia.org/resource/Pietro_Parolin> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Place>}
|
Giuseppe Bertello and Pietro Parolin are leaders of which place ?
|
SELECT DISTINCT ?f WHERE { ?f property:leader resource:Giuseppe_Bertello . ?f property:leader resource:Pietro_Parolin . ?f rdf:type ontology:Place }
|
Vatican City
|
[Vatican City] is the place led by both Giuseppe Bertello and Pietro Parolin.
|
[The Vatican] is run by Giuseppe Bertello and Fabrizio Parolin.
|
[Vatican City] is the place run by them.
|
[The Vatican] is the place they are leaders.
|
[Vatican City] is the place they lead.
|
[The Vatican] is run by them.
| ||
1876
|
SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/Ted_Osborne> . ?uri <http://dbpedia.org/property/relatives> ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}
|
Which fictional character's relatives were made by Ted Osborne?
|
SELECT DISTINCT ?d WHERE { ?d property:relatives ?m . ?d rdf:type ontology:Fictional_Character . ?m property:creator resource:Ted_Osborne }
|
Ludwig Von Drake, Scrooge McDuck, Donald Duck
|
The fictional characters whose relatives were created by Ted Osborne are [Ludwig Von Drake, Scrooge McDuck, Donald Duck].
|
Fictional characters whose relatives were created by Ted Osborne are [Drake, Scrooge Duck, Donald Duck].
|
The fictional character whose relatives's sculptors is him are [Ludwig Von Drake, Scrooge McDuck, Donald Duck].
|
A fictional character whose sculptors are his relatives [Drake, Scrooge Duck, Donald Duck].
| ||||
2379
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/ITV_(Thailand)> <http://dbpedia.org/property/broadcastArea> ?uri }
|
Name the broadcast area of ITV (Thailand) ?
|
SELECT DISTINCT ?k WHERE { resource:I_T_V_(_Thailand) property:broadcast_area ?k }
|
Thailand, Bangkok, Thailand
|
The broadcast area of ITV (Thailand) is [Thailand, Bangkok, Thailand].
|
ITV Broadcasting Division is in [Thailand, Bangkok, Thailand].
| ||||||
3185
|
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Cadillac_Fleetwood> <http://dbpedia.org/property/related> ?x . ?x <http://dbpedia.org/ontology/predecessor> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}
|
How many cars succeeded the cars which were similar to Cadillac Fleetwood?
|
SELECT DISTINCT COUNT ( ?p ) WHERE { ?y rdf:type ontology:Automobile . ?y property:predecessor ?p . resource:Cadillac_Fleetwood property:related ?y }
|
12
|
There are [12] predecessors of the automobiles related to Cadillac Fleetwood.
|
There are [12] precursors to cars associated with Cadillac Fleetwood.
|
There are [12] predecessor are there of the automobile which is the related of the organisation .
|
There are [12] predecessors of the car that are related to the organization.
| ||||
2025
|
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ellsworth_Bunker> <http://dbpedia.org/ontology/successor> ?x . ?x <http://dbpedia.org/ontology/region> ?uri . }
|
The successor of Ellsworth Bunker belongs to which region?
|
SELECT DISTINCT ?r WHERE { resource:Ellsworth_Bunker property:successor ?c . ?c property:region ?r . }
|
Connecticut, Connecticut's 4th congressional district
|
The district of the successor of Ellsworth Bunker is [Connecticut, Connecticut's 4th congressional district].
|
Ellworth Bunker's successor district [Connecticut, Connecticut's 4th District].
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.