question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
List the common official language of the ladonia and Empire of Atlantium ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ladonia_(micronation)> onto:officialLanguage ?uri. <http://dbpedia.org/resource/Empire_of_Atlantium> onto:officialLanguage ?uri . }
lcquad
What are the prizes won by the animator of The Skeleton Dance ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Skeleton_Dance onto:animator ?x . ?x onto:award ?uri . }
lcquad
Which office holder's constituency is Haight-Ashbury and has military unit as USS Kittiwake ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:constituency <http://dbpedia.org/resource/Haight-Ashbury> . ?uri onto:militaryUnit <http://dbpedia.org/resource/USS_Kittiwake_(ASR-13)> ...
lcquad
What is the region of the ethnic group which speaks the language of Arkansas?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arkansas> onto:language ?x . ?x prop:region ?uri . ?x rdf:type onto:EthnicGroup}
lcquad
What is the religion of the member of parliament who is a relative of Sarathchandra Rajakaruna?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relation <http://dbpedia.org/resource/Sarathchandra_Rajakaruna> . ?x onto:religion ?uri . ?x rdf:type onto:MemberOfParliament}
lcquad
What organisation regulates and controls the New Sanno Hotel?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:New_Sanno_Hotel onto:tenant ?uri }
lcquad
Who is the common manager of Aston Villa 2000-02 season and aldo the manager of Middlesbrough F.C. season 2009-10
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:2000–01_Aston_Villa_F.C._season prop:name ?uri. res:2009–10_Middlesbrough_F.C._season onto:manager ?uri}
lcquad
Was Ganymede discovered by Galileo Galilei?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Ganymede_(moon)> prop:discoverer <http://dbpedia.org/resource/Galileo_Galilei> }
lcquad
Name the F1 racer with relative as Ralf Schumacher and has child named Mick Schumacher?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:relatives <http://dbpedia.org/resource/Ralf_Schumacher> . ?uri onto:child <http://dbpedia.org/resource/Mick_Schumacher> . ?uri rdf:type...
lcquad
Does the Toyota Verossa have the front engine design platform?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Toyota_Verossa> onto:automobilePlatform <http://dbpedia.org/resource/Front-engine_design> . }
lcquad
What are some other products of the banks which makes Postbanken?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:product <http://dbpedia.org/resource/Postbanken> . ?x prop:products ?uri . ?x rdf:type onto:Bank}
lcquad
What is the occupation of the Irving Chernev and Karen Grigorian?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Irving_Chernev onto:occupation ?uri. res:Karen_Grigorian onto:occupation ?uri . }
lcquad
Who produces the trains operated by the MTR?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:operator <http://dbpedia.org/resource/MTR> . ?x onto:manufacturer ?uri . ?x rdf:type onto:Train}
lcquad
Name the TV show with distributor as Broadcast syndication and has theme music composed by Primus ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:distributor <http://dbpedia.org/resource/Broadcast_syndication> . ?uri prop:themeMusicComposer <http://dbpedia.org/resource/Primus_(band...
lcquad
In which countries can i find some feminist writers?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:movement <http://dbpedia.org/resource/Feminism> . ?x onto:nationality ?uri . ?x rdf:type onto:Writer}
lcquad
In which teams did anyone who played as a defencemen, play previously?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:position res:Defenceman . ?x onto:formerTeam ?uri . }
lcquad
What are the other band member of the Bands whose current members is Hynief?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:currentMembers <http://dbpedia.org/resource/Hynief> . ?x onto:bandMember ?uri . ?x rdf:type onto:Band}
lcquad
Which line of the Vadodara Junction railway station is the route end of Mumbai Vadodara Expressway ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Mumbai_Vadodara_Expressway onto:routeEnd ?uri. res:Vadodara_Junction_railway_station prop:line ?uri}
lcquad
Who authored the works published in the Jump Square Magazine?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:magazine res:Jump_Square . ?x prop:author ?uri . }
lcquad
How many things are aired on BBC HD?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:network <http://dbpedia.org/resource/BBC_HD> . }
lcquad
Which work of Craig van Tilbury is close to the area of The Chess Monthyl ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Chess_Monthly prop:discipline ?uri. res:Craig_Van_Tilbury onto:occupation ?uri}
lcquad
Where does the successor of Thongsuk Samdaengpan reside?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Thongsuk_Samdaengpan prop:successor ?x . ?x onto:location ?uri . }
lcquad
What is the location city of the Denver Broncos which is also place of birth of the William C. Cramer ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Denver_Broncos onto:locationCity ?uri. res:William_C._Cramer prop:placeOfBirth ?uri}
lcquad
Was Mark Twain a character of Mark Twain Tonight?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Mark_Twain_Tonight prop:characters res:Mark_Twain }
lcquad
List bacteria whose order (taxonomy) is Bacillales and domain is Bacteria?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:order <http://dbpedia.org/resource/Bacillales> . ?uri prop:domain <http://dbpedia.org/resource/Bacteria> . ?uri rdf:type onto:Bacteria}
lcquad
What is the place of the Geography Club (play) which is also the official residence of the Scott Berkun?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Geography_Club_(play)> prop:place ?uri. <http://dbpedia.org/resource/Scott_Berkun> prop:residence ?uri}
lcquad
What are some characters of series produced by Ricky Grevais?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:executiveProducer res:Ricky_Gervais . ?uri onto:series ?x . }
lcquad
Is the song Killing is Out, School is in belong in the The Next Step?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Killing_Is_Out,_School_Is_In> prop:album <http://dbpedia.org/resource/The_Next_Step_(James_Brown_album)> }
lcquad
Which band's former member are Kevin Jonas and Joe Jonas?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:formerBandMember <http://dbpedia.org/resource/Kevin_Jonas> . ?uri prop:pastMembers <http://dbpedia.org/resource/Joe_Jonas> . ?uri rdf:t...
lcquad
Count all those whose youth club was managed by Luis Enrique.
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:manager <http://dbpedia.org/resource/Luis_Enrique_(footballer)> . ?uri prop:youthclubs ?x . }
lcquad
Is camel of the chordate phylum?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Camel prop:phylum res:Chordate }
lcquad
What is the purpose of the Maharashtra Chess Association which is genere of PyChess?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Maharashtra_Chess_Association prop:purpose ?uri. res:PyChess onto:genre ?uri}
lcquad
Whose former teams are Indianapolis Colts and Carolina Panthers?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:formerTeam res:Indianapolis_Colts . ?uri onto:formerTeam res:Carolina_Panthers . }
lcquad
In which language is All I need is Your Sweet lovin written ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/All_I_Need_Is_Your_Sweet_Lovin'> prop:language ?uri }
lcquad
Which colonel consort is Dolley Madison?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . }
lcquad
Which title of Zaman Shah Durrani is also the nationality of Salahuddin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Zaman_Shah_Durrani prop:title ?uri. res:Salahuddin_Rabbani onto:nationality ?uri}
lcquad
Does the merlin express have a hub at the cibano international airport?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Merlin_Express onto:hubAirport res:Cibao_International_Airport }
lcquad
Was Duanne Allman known to play the Les Paul?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Duane_Allman prop:notableInstruments res:Gibson_Les_Paul }
lcquad
List the judges of Rising Star which is also the artist of Brad Paisley discography ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rising_Star_(U.S._TV_series)> prop:judges ?uri. <http://dbpedia.org/resource/Brad_Paisley_discography> prop:artist ?uri}
lcquad
Who are some people whose relation is hqed in Gold Base?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:headquarters res:Gold_Base . ?uri onto:religion ?x . }
lcquad
Which party does Iqbal Singh and B Shiva Rao currently belong to?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Iqbal_Singh_(politician)> prop:party ?uri. <http://dbpedia.org/resource/B._Shiva_Rao> prop:party ?uri . }
lcquad
In which state is the alma mater of Ben Ysursa located ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ben_Ysursa prop:almaMater ?x . ?x onto:state ?uri . }
lcquad
What sport amongst the one Lagos Preparatory School practices, did Willian Garne play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lagos_Preparatory_School onto:sport ?uri. res:William_Garne onto:occupation ?uri}
lcquad
What are the beverages whose origin is England?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:origin res:England }
lcquad
Which current member of Insect vs Robots is also the music composer of Kenny Dies ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Insects_vs_Robots prop:currentMembers ?uri. res:Kenny_Dies onto:musicComposer ?uri}
lcquad
What are the television shows whose distributer is HBO?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:distributor <http://dbpedia.org/resource/HBO> . ?uri rdf:type onto:TelevisionShow}
lcquad
What is the distributing label of StandBy Records ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:StandBy_Records onto:distributingLabel ?uri }
lcquad
Who is the film star of On Air with Ryan Seacrest ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:On_Air_with_Ryan_Seacrest onto:starring ?uri }
lcquad
Who have children named James Roosevelt and Franklin Delano Roosevelt, Jr.?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?uri prop:children <http://dbpedia.org/resource/James_Roosevelt> . ?uri prop:children <http://dbpedia.org/resource/Franklin_Delano_Roosevelt,_Jr.> . }
lcquad
In how many different places does Canal and River Trust own its assets?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:owner <http://dbpedia.org/resource/Canal_&_River_Trust> . ?x onto:location ?uri . }
lcquad
Count the total number of launch site of the rockets which have been launched form Cape Canaveral Air Force Station ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x onto:launchSite ?uri }
lcquad
List some leaders of regions in the Indian Standard Time Zone?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:timeZone <http://dbpedia.org/resource/Indian_Standard_Time> . ?x onto:leaderName ?uri . ?x rdf:type onto:Place}
lcquad
Name some comic characters created by Bruce Timm?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:creator res:Bruce_Timm . }
lcquad
Which university attended by Franklin W. Olin was also the alma mater of Patty Lin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Patty_Lin prop:almaMater ?uri. res:Franklin_W._Olin prop:education ?uri}
lcquad
Whihc associate of THomas Bryan Martin is also the founder of Pittsburgh ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Thomas_Bryan_Martin onto:associate ?uri. res:Pittsburgh onto:founder ?uri}
lcquad
Who gives the license of WXXV-DT2 ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WXXV-DT2> prop:licensee ?uri }
lcquad
Count the number of sports played by schools which play hockey ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:sport <http://dbpedia.org/resource/Hockey> . ?x onto:sport ?uri }
lcquad
List the tomb of the royalties whose burial place is Little Easton ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:placeOfBurial <http://dbpedia.org/resource/Little_Easton> . ?x prop:placeOfBurial ?uri . ?x rdf:type onto:Royalty}
lcquad
What are some relatives of the people who fought in Operation Barbarossa?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:battle <http://dbpedia.org/resource/Operation_Barbarossa> . ?x onto:relation ?uri . ?x rdf:type onto:Person}
lcquad
How many awards have been given to screenwriters?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:occupation <http://dbpedia.org/resource/Screenwriter> . ?x prop:awards ?uri . }
lcquad
Who is the builder of Estadio Nacional de Costa Rica (2011) ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Estadio_Nacional_de_Costa_Rica_(2011)> onto:builder ?uri }
lcquad
How many software run on operating system is Microsoft Windows?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> . ?uri rdf:type onto:Software}
lcquad
What is the awards given to the horse whose grandson is the famous Counterpoint?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Counterpoint_(horse)> prop:grandsire ?x . ?x onto:honours ?uri . ?x rdf:type onto:Horse}
lcquad
Where is the swedish covenant hospital?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Swedish_Covenant_Hospital onto:location ?uri }
lcquad
Who won a Norbert Wiener Award for Social and Professional Responsibility?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:prizes res:Norbert_Wiener_Award_for_Social_and_Professional_Responsibility . }
lcquad
What awards have been given to Screenwriters?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:occupation res:Screenwriter . ?x prop:awards ?uri . }
lcquad
Which office's people have died on the US Route 165?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:deathPlace <http://dbpedia.org/resource/U.S._Route_165> . ?x prop:office ?uri . ?x rdf:type onto:Person}
lcquad
In which races have Tillingdale's horses participated?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:owner <http://dbpedia.org/resource/Tillingdale> . ?x prop:race ?uri . ?x rdf:type onto:Horse}
lcquad
List the show related to the which was followed by Doctor Who Extra?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:subsequentWork <http://dbpedia.org/resource/Doctor_Who_Extra> . ?uri onto:related ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
What is the predecessor of the automobile which is the related of Cadillac Fleetwood?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cadillac_Fleetwood> prop:related ?x . ?x onto:predecessor ?uri . ?x rdf:type onto:Automobile}
lcquad
Which country's largest city is Lima?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:largestCity res:Lima }
lcquad
Whose opponents are Ike Clanton and Billy Clanton?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:opponent res:Ike_Clanton . ?uri onto:opponent res:Billy_Clanton . }
lcquad
List the institute of Robert hall ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Hall_(economist)> onto:institution ?uri }
lcquad
To which religion does the commander of South Thailand insurgency belong?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:South_Thailand_insurgency onto:commander ?x . ?x onto:religion ?uri . }
lcquad
Who was the writer of the novel Maniac Magee?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:notableworks <http://dbpedia.org/resource/Maniac_Magee> . ?uri rdf:type onto:Writer}
lcquad
Where is Emmett Hughes from?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Emmett_Hughes onto:nationality ?uri . }
lcquad
What are the movies whose music is given by Laurie Johnson?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:music <http://dbpedia.org/resource/Laurie_Johnson> . ?uri rdf:type onto:Film}
lcquad
What appliance Sony made after the success of PlayStation 2?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:manufacturer res:Sony . ?uri onto:predecessor res:PlayStation_2 . }
lcquad
What are some cars similar to luxury cars?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:class <http://dbpedia.org/resource/Luxury_vehicle> . ?x prop:related ?uri . ?x rdf:type onto:Automobile}
lcquad
What television show is magistrated by Harry Connick, Jr.?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?uri rdf:type onto:TelevisionShow}
lcquad
Did Paul Weatherwax an editor of Behave Yourself?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Behave_Yourself!> prop:editing <http://dbpedia.org/resource/Paul_Weatherwax> }
lcquad
does the journal of cancer have the creative commons license?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Journal_of_Cancer prop:license res:Creative_Commons_license }
lcquad
What genre of games are made by Blizzard Entertainment studios?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:developer <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x prop:genre ?uri . ?x rdf:type onto:VideoGame}
lcquad
Name the series of Doctor Who: Evacuation Earth ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Doctor_Who:_Evacuation_Earth onto:series ?uri }
lcquad
List the awards won by the writer of Face to Face ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Face_to_Face_(1976_film)> prop:writer ?x . ?x prop:awards ?uri . }
lcquad
What is the common party of Chandra Shekhar and Govinda ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chandra_Shekhar> onto:otherParty ?uri. <http://dbpedia.org/resource/Govinda_(actor)> onto:party ?uri}
lcquad
What awards were given to the screenplayer of The Motorcycle Diaries?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Motorcycle_Diaries_(film)> prop:screenplay ?x . ?x prop:awards ?uri . }
lcquad
Was Jack Ryan a nominee of US Senate?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Jack_Ryan_(politician)> onto:nominee <http://dbpedia.org/resource/United_States_Senate> }
lcquad
What are some music artists whose bands have signed up with Entertainment One Music?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:label <http://dbpedia.org/resource/Entertainment_One_Music> . ?x onto:bandMember ?uri . ?x rdf:type onto:Band}
lcquad
What team did Dan Daoust and Don Ashby play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Dan_Daoust onto:formerTeam ?uri. res:Don_Ashby prop:playedFor ?uri . }
lcquad
Name the broadcast area of Radio Philippines Network ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Radio_Philippines_Network prop:area ?uri }
lcquad
Which district of Fort Heath radar station is also the state of Joesph Story ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Fort_Heath_radar_station prop:district ?uri. res:Joseph_Story prop:state ?uri}
lcquad
Which river's mouth is located in Gulf of Mexico and has source location as Itasca State Park ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Gulf_of_Mexico> . ?uri prop:sourceLocation <http://dbpedia.org/resource/Itasca_State_Park> . ?u...
lcquad
Is my truly truly fair the band of mitch miller?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/My_Truly,_Truly_Fair> onto:musicalBand <http://dbpedia.org/resource/Mitch_Miller> }
lcquad
Which religion is prevalent in the schools of the Ashanti region?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:region <http://dbpedia.org/resource/Ashanti_Region> . ?x prop:denomination ?uri . ?x rdf:type onto:School}
lcquad
Which politician was succeeded by someone who graduated from the Instituts d'tudes politiques?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:almaMater <http://dbpedia.org/resource/Instituts_d'études_politiques> . ?uri prop:successor ?x . ?uri rdf:type onto:OfficeHolder}
lcquad
How many different mascots are there of the NCAA teams?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:athletics <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?x prop:mascot ?uri . }
lcquad
Which of the continents that Digitalb worked in, was christine rolfes born in?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Digit-Alb> onto:regionServed ?uri. <http://dbpedia.org/resource/Christine_Rolfes> onto:birthPlace ?uri}
lcquad
Which nation hosts the WTA Tour Championships?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:WTA_Tour_Championships prop:country ?uri }
lcquad
Name the television show whose theme music is composed by Julian Gingell and broadcasted on FOX ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . ?uri prop:channel <http://dbpedia.org/resource/Fox_Broadcasting_Compan...
lcquad