question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What are the musicals of the people died in California?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/California> . ?uri prop:music ?x . ?uri rdf:type onto:...
Orange(huggingface)
Who hold stocks in the bank which is located at 731 Lexington Avenue?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:locationCity <http://dbpedia.org/resource/731_Lexington_Avenue> . ?x prop:owner ?uri . ?x rdf:...
Orange(huggingface)
Who is the founder of Hohenau, Paraguay?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hohenau,_Paraguay> onto:founder ?uri }
Orange(huggingface)
What is the district of Fort Heath radar station?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Fort_Heath_radar_station prop:district ?uri }
Orange(huggingface)
How many religion's commanders have served in the Royal Thai Army?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Royal_Thai_Army> prop:notableCommanders ?x . ?x onto:religion ?uri . }
Orange(huggingface)
How many books are there whose author's tomb is in Madrid?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:restingPlace <http://dbpedia.org/resource/Madrid> . ?uri onto:author ?x . ?uri rdf:type onto:Book}
Orange(huggingface)
Which hockey team is head coached by Bill Peters?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:headCoach <http://dbpedia.org/resource/Bill_Peters_(ice_hockey)> . ?uri rdf:type onto:HockeyT...
Orange(huggingface)
What is the common party of Chandra Shekhar and Govinda?
PREFIX res: <http://dbpedia.org/resource/> 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}
Orange(huggingface)
Which magazines were founded by ann Wenner ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:founder <http://dbpedia.org/resource/Jann_Wenner> . ?uri rdf:type onto:Magazine}
Orange(huggingface)
What people were born in Ridgewood, New Jersey?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:birthPlace <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . ?uri rdf:type onto:Person}
Orange(huggingface)
What is the company which has Raymond Conner and Dennis Muilenburg as key person?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri prop:keyPeople <http://dbpedia.org/resource/Raymond_Conner> . ?uri prop:keyPeople <http://dbpedia...
Orange(huggingface)
In which city is the sister station of WCSE-LP located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WCSE-LP> prop:sisterStations ?x . ?x prop:city ?uri . }
Orange(huggingface)
What is the television show whose cast members are Jeff Conaway and Jason Carter?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:starring <http://dbpedia.org/resource/Jeff_Conaway> . ?uri onto:starring <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri rdf:t...
Orange(huggingface)
Which university's affiliation is with Kalpan, Inc. and has campus at Iowa ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:affiliations <http://dbpedia.org/resource/Kaplan,_Inc.> . ?uri onto:campus <http://dbpedia.or...
Orange(huggingface)
Name few companies founded in Texas?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:foundationPlace <http://dbpedia.org/resource/Texas> . ?uri rdf:type onto:Company}
Orange(huggingface)
Which religion is followed by people in the family of Meadow Sopranos?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:family <http://dbpedia.org/resource/Meadow_Soprano> . ?x onto:religion ?uri . ?x rdf:type onto...
Orange(huggingface)
Name the TV show whose company is Playtone and written by Graham Yost?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:company <http://dbpedia.org/resource/Playtone> . ?uri prop:writer <http://dbpedia.org/resourc...
Orange(huggingface)
What is the university whose affiliations is Graham Holdings Company?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:affiliations <http://dbpedia.org/resource/Graham_Holdings_Company> . ?uri rdf:type onto:Unive...
Orange(huggingface)
Does NOAAS Davidson (S 331) have a homeport in Seattle?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/NOAAS_Davidson_(S_331)> onto:homeport <http://dbpedia.org/resource/Seattle> }
Orange(huggingface)
Which company builds Microsoft Azure and Microsoft Surface?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:product <http://dbpedia.org/resource/Microsoft_Azure> . ?uri onto:product <http://dbpedia.org/resource/Microsoft_Surface> . ?uri rdf:typ...
Orange(huggingface)
Name the company which produces Marionette and has key person as Edwin catmull?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:products <http://dbpedia.org/resource/Marionette_(software)> . ?uri prop:keyPeople <http://db...
Orange(huggingface)
Which appliance's CPU is Cell (microprocessor) and predecessor is PlayStation 2?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:cpu <http://dbpedia.org/resource/Cell_(microprocessor)> . ?uri onto:predecessor <http://dbpedia.org/resource/PlayStation_2> . ?uri rdf:ty...
Orange(huggingface)
What are the professions of Ralph flanders?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Ralph_Flanders prop:occupation ?uri }
Orange(huggingface)
Janaka Thissakuttiarachchi follows what religion, which once employed Atisa Srijnana too?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Janaka_Thissakuttiarachchi prop:religion ?uri. res:Atiśa onto:occupation ?uri . }
Orange(huggingface)
Name the scientist who was the winner of Royal Society award and had Georg Meissner as his doctoral advisor ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:prizes <http://dbpedia.org/resource/Royal_Society> . ?uri prop:doctoralAdvisor <http://dbpedi...
Orange(huggingface)
What is the draft team of Gene Conley?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Gene_Conley prop:draftTeam ?uri }
Orange(huggingface)
In how many different places have US people died?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/United_States> . ?x onto:deathPlace ?uri . ?u...
Orange(huggingface)
What awards did the cast members of Gods of Egypt win?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gods_of_Egypt_(film)> onto:starring ?x . ?x prop:awards ?uri . }
Orange(huggingface)
Name the person who was educated at Harvard-Westlake and won the Screen Actor Guild Life Achievement Award ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:almaMater <http://dbpedia.org/resource/Harvard-Westlake_School> . ?uri onto:award <http://dbpedia.org/resource/Screen_Actors_Guild_Life_A...
Orange(huggingface)
Name the city with leader as Esther Alder and neighboring municipality as Pregny-Chambsy?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:mayor <http://dbpedia.org/resource/Esther_Alder> . ?uri onto:neighboringMunicipality <http://dbpedia.org/resource/Pregny-Chambésy> . ?ur...
Orange(huggingface)
How many people have coached the players of Middlesbrough FC?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:team <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x onto:manager ?uri . ?uri rdf:type onto:Person}
Orange(huggingface)
Which cities were in the TV Show which came after The Ultimate Fighter: Brazil 2?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Ultimate_Fighter:_Brazil_2> onto:subsequentWork ?x . ?x prop:city ?ur...
Orange(huggingface)
What are the nearest city to the historic places whose one of the nearest city is Wisconsin?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:nearestCity <http://dbpedia.org/resource/Wisconsin> . ?x prop:nearestCity ?uri . ?x rdf:type o...
Orange(huggingface)
What relegious affiliation of Josiah Idowu-Fearon was canonized by john of Damasucs ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_of_Damascus> onto:canonizedBy ?uri. <http://dbpedia.org/resource/Josiah_Idowu-Fearon> onto:religion ?uri}
Orange(huggingface)
Name the office holder whose predecessor is Henry E. Catto, Jr. and successor is Adrian A. Basora?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:predecessor <http://dbpedia.org/resource/Henry_E._Catto,_Jr.> . ?uri prop:successor <http://d...
Orange(huggingface)
Give me the count of tenants of the stadia whose one of the tenants is Toronto Furies?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:tenants <http://dbpedia.org/resource/Toronto_Furies> . ?x prop:tenants ?uri }
Orange(huggingface)
Graduates of Somerville College have been in how many political parties?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:almaMater <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x onto:party ?uri . }
Orange(huggingface)
Stockholm is the HQ of how many things?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:headquarters <http://dbpedia.org/resource/Stockholm> . }
Orange(huggingface)
Which birthplace of Svetlana Gounkina is also the largest city of Union State?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Union_State prop:largestCity ?uri. res:Svetlana_Gounkina onto:birthPlace ?uri}
Orange(huggingface)
Count the different genres of music made by Argentinian bands?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:hometown <http://dbpedia.org/resource/Argentina> . ?x onto:genre ?uri . ?uri rdf:type onto:MusicGenre}
Orange(huggingface)
Chestnut colored horses have won which races?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:colour <http://dbpedia.org/resource/Chestnut_(coat)> . ?x onto:honours ?uri . ?x rdf:type onto:Horse}
Orange(huggingface)
Who is the person whose home town is Fairmount, Indiana?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:hometown <http://dbpedia.org/resource/Fairmount,_Indiana> . ?uri rdf:type onto:Person}
Orange(huggingface)
What is the Team Name of St Viator High School ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:St._Viator_High_School prop:teamName ?uri }
Orange(huggingface)
Count all the books written by an author buried in the Convent of Barefoot Trinitarians?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:restingPlace <http://dbpedia.org/resource/Convent_of_the_Barefoot_Trinitarians> . ?uri onto:author ?x . ?uri rdf:type onto:Book}
Orange(huggingface)
Who were the narrators of the albums which had Ringo Starr as one of the narrator ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:narrated <http://dbpedia.org/resource/Ringo_Starr> . ?x prop:narrated ?uri . ?x rdf:type onto:...
Orange(huggingface)
How many have family as Ape and order (taxonomy) is Primate ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:family <http://dbpedia.org/resource/Ape> . ?uri onto:order <http://dbpedia.org/resource/Primate> }
Orange(huggingface)
How many people are buried in the Winchester Cathedral?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:restingPlace <http://dbpedia.org/resource/Winchester_Cathedral> . }
Orange(huggingface)
List the television shows whose network's executive officer is Steve Burke.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:keyPerson <http://dbpedia.org/resource/Steve_Burke_(businessman)> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
What writers have nationality as Statelessness?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:nationality <http://dbpedia.org/resource/Statelessness> . ?uri rdf:type onto:Writer}
Orange(huggingface)
Where is the headquarters of the company which runs the Metro Blue Line in minnesota?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Metro_Blue_Line_(Minnesota)> prop:operator ?x . ?x prop:headquarters ?uri...
Orange(huggingface)
What city in the US was Alfred Phillips born in, and is the resting place of William Smith?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_H._Smith_(Connecticut)> onto:restingPlace ?uri. <http://dbpedia.org/resource/Alfred_N._Phillips> prop:birthPlace ?uri . }
Orange(huggingface)
Which saints were the messengers of Islam?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:veneratedIn <http://dbpedia.org/resource/Islam> . ?uri rdf:type onto:Saint}
Orange(huggingface)
Which office holder's resting place is in Palo Alto, California and was succeeded by Adrian A. Basora ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:restingPlace <http://dbpedia.org/resource/Palo_Alto,_California> . ?uri prop:successor <http:...
Orange(huggingface)
What are the movies whose musicians's home town is Volos?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:hometown <http://dbpedia.org/resource/Volos> . ?uri prop:music ?x . ?uri rdf:type onto:Film}
Orange(huggingface)
In which country was Gumus first aired which is also the mouth country of Upper Neretva?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Upper_Neretva> onto:mouthCountry ?uri. <http://dbpedia.org/resource/Gümüş_(TV_series)> prop:firstAired ?uri}
Orange(huggingface)
Which animator of Tommy Tucker's Tooth is also the film director of Alice's Wonderland ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> onto:director ?uri. <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri}
Orange(huggingface)
Who discovered Callisto ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Callisto_(moon)> onto:discoverer ?uri }
Orange(huggingface)
Which city's foundeer is John Forbes?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:founder <http://dbpedia.org/resource/John_Forbes_(British_Army_officer)> . ?uri rdf:type onto:City}
Orange(huggingface)
What are the mascots of the teams participating in the Turkish Handball Super League?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:league <http://dbpedia.org/resource/Turkish_Handball_Super_League> . ?x prop:mascot ?uri . ?x ...
Orange(huggingface)
In which countries does the sea lie on whose shore is the city of Cumana?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:cities <http://dbpedia.org/resource/Cumaná> . ?x onto:country ?uri . ?x rdf:type onto:Sea}
Orange(huggingface)
List the resting place of the people who served in Norwalk Trainband.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:militaryUnit <http://dbpedia.org/resource/Norwalk_Trainband> . ?x prop:restingplace ?uri . ?x ...
Orange(huggingface)
What are some licensees of the stations playing in Nashville, Tennessee?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:area <http://dbpedia.org/resource/Nashville,_Tennessee> . ?x prop:licensee ?uri . ?x rdf:type ...
Orange(huggingface)
Where did the office holder who has predecessor Marco Aurelio Robles died?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:predecessor <http://dbpedia.org/resource/Marco_Aurelio_Robles> . ?x prop:placeOfDeath ?uri . ?...
Orange(huggingface)
What band had Nick Jonas and Kevin Jonas as former members?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri prop:pastMembers <http://dbpedia.org/resource/Nick_Jonas> . ?uri prop:pastMembers <http://dbpedia...
Orange(huggingface)
List the significant buildings of the architect whose one of the important work is Government Building, Kiev ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:significantBuilding <http://dbpedia.org/resource/Government_Building,_Kiev> . ?x onto:significantBuilding ?uri . ?x rdf:type onto:Architec...
Orange(huggingface)
Name the island with archipelago as Society Islands and has the largest city named Faaa ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:largestCity <http://dbpedia.org/resource/Faaa> . ?uri prop:archipelago <http://dbpedia.org/re...
Orange(huggingface)
Who acted in the movies whose music is composed by Walter Scharf?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:musicComposer <http://dbpedia.org/resource/Walter_Scharf> . ?x prop:artist ?uri . ?x rdf:type ...
Orange(huggingface)
List all the parents of writers coming from the Great Missenden ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:homeTown <http://dbpedia.org/resource/Great_Missenden> . ?x onto:parent ?uri . ?x rdf:type ont...
Orange(huggingface)
How many different genres led to other genres where drums are important?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:instruments <http://dbpedia.org/resource/Drum_kit> . ?x onto:stylisticOrigin ?uri . ?ur...
Orange(huggingface)
Which mascot of Seneca Academy is also the species of The Fox and the Cat ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:The_Fox_and_the_Cat prop:species ?uri. res:Seneca_Academy_and_Circle_School prop:mascot ?uri}
Orange(huggingface)
How many scientist became famous for the battle of Occupation of Japan?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:battle <http://dbpedia.org/resource/Occupation_of_Japan> . ?uri prop:knownFor ?x . ?uri...
Orange(huggingface)
Members of how many political parties have died in Delhi?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfDeath <http://dbpedia.org/resource/Delhi> . ?x prop:party ?uri . }
Orange(huggingface)
Which country's national motto is Truth prevails?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:nationalMotto <http://dbpedia.org/resource/Truth_prevails> . ?uri rdf:type onto:Country}
Orange(huggingface)
Total number of places where people drafted by the detroit pistons have died?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:draftTeam <http://dbpedia.org/resource/Detroit_Pistons> . ?x prop:placeOfDeath ?uri . ?...
Orange(huggingface)
Which books were published by Thomas Egerton?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:publisher <http://dbpedia.org/resource/Thomas_Egerton_(publisher)> . ?uri rdf:type onto:Book}
Orange(huggingface)
Who was succeeded by Arthur Gegei as the office holder ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:successor res:Artúr_Görgei . }
Orange(huggingface)
Whose famous works are Maniac Magee and Wringer ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?uri prop:notableworks <http://dbpedia.org/resource/Maniac_Magee> . ?uri prop:notableworks <http://dbpedia.org/resource/Wringer_(novel)> . }
Orange(huggingface)
What is the former team of the Athens borned basketball players?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:birthPlace <http://dbpedia.org/resource/Athens> . ?x onto:formerTeam ?uri . ?x rdf:type onto:B...
Orange(huggingface)
Who built the Ford Y-block engine?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Y-block_engine> onto:manufacturer ?uri }
Orange(huggingface)
Count the wars in which people awarded with the Croix de guerre fought.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:awards <http://dbpedia.org/resource/Croix_de_guerre_1939–1945_(France)> . ?x prop:bat...
Orange(huggingface)
Does nintendo have a division called Nintendo Entertainment Planning & Development?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Nintendo> prop:divisions <http://dbpedia.org/resource/Nintendo_Entertainment_Planning_&_Development> }
Orange(huggingface)
Waddy wachtel did the music for what movies?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:music <http://dbpedia.org/resource/Waddy_Wachtel> . ?uri rdf:type onto:Film}
Orange(huggingface)
Where can I find companies which originated in Canada?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/Canada> . ?x prop:locations ?uri . ?x rdf:type on...
Orange(huggingface)
What is the religion of the person who founded the Emel magazine?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Emel_(magazine)> prop:founder ?x . ?x onto:religion ?uri . ?x rdf:type on...
Orange(huggingface)
Which animator of The Skeleton Dance is also the animator of the Tommy Tucker's Tooth ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Skeleton_Dance onto:animator ?uri }
Orange(huggingface)
List the ingredient of Blodpalt?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Blodpalt onto:ingredient ?uri }
Orange(huggingface)
What is the name of the person who has relations with Dionne Warwick and Gary Garland?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:relation <http://dbpedia.org/resource/Dionne_Warwick> . ?uri onto:relation <http://dbpedia.org/resource/Gary_Garland> . ?uri rdf:type on...
Orange(huggingface)
Which office holder allegiance is Colony of Virginia and has a wife named Dolley Madison?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . ?uri prop:allegiance <http://dbpedia.or...
Orange(huggingface)
What is the total number of participants in the conflict of SFOR and other conflicts?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:battles <http://dbpedia.org/resource/SFOR> . ?x onto:battle ?uri . }
Orange(huggingface)
What is the resting place of the person who is the successor of James W. Hyatt?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_W._Hyatt> prop:successor ?x . ?x onto:restingPlace ?uri . ?x rdf:ty...
Orange(huggingface)
Name the river with source as Columbia Lake and river mouth is located in Clatsop Country ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Clatsop_County,_Oregon> . ?uri onto:source <http://dbpedia.org/resource/Columbia_Lake> . ?uri rdf...
Orange(huggingface)
What is the location of the pope whose major shrine is St. Peter's Basilica ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:majorShrine <http://dbpedia.org/resource/St._Peter's_Basilica> . ?x prop:birthPlace ?uri . ?x ...
Orange(huggingface)
What is the location town of First Church of Christ, Scientist (Pittsburgh)?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Church_of_Christ,_Scientist_(Pittsburgh)> prop:locationTown ?uri }
Orange(huggingface)
What are some other products of the banks which makes Postbanken?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> 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:Ba...
Orange(huggingface)
What movies have been written by authors of Monty Python ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:writer <http://dbpedia.org/resource/Monty_Python> . ?uri rdf:type onto:Film}
Orange(huggingface)
What is the country with native language as Languages of Ethiopia?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:language <http://dbpedia.org/resource/Languages_of_Ethiopia> . ?uri rdf:type onto:Country}
Orange(huggingface)
Name the commanders of military conflicts where Roundhead was one of the commander ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:commander <http://dbpedia.org/resource/Roundhead_(Wyandot)> . ?x onto:commander ?uri . ?x rdf:...
Orange(huggingface)
How many have been venerated in Islam and Judaism?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?uri onto:veneratedIn <http://dbpedia.org/resource/Islam> . ?uri onto:veneratedIn <http://dbpedia.org/resource/Judaism>}
Orange(huggingface)
How many companies have developed cross platformed software?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:operatingSystem <http://dbpedia.org/resource/Cross-platform> . ?x onto:developer ?uri . }
Orange(huggingface)
What are Jerry Bock's musicals based upon?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:music <http://dbpedia.org/resource/Jerry_Bock> . ?x onto:basedOn ?uri . ?x rdf:type onto:Music...
Orange(huggingface)