question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Name the institute of Alton Ochsner? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Alton_Ochsner onto:institution ?uri } | Orange(huggingface) |
How many countries surround the seas on the banks of which is the city of Cancun? | 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:cities <http://dbpedia.org/resource/Cancún> . ?x onto:country ?uri . } | Orange(huggingface) |
Is Maria Sharapova the silver medalist of Tennis at the 2012 Summer Olympics Women's singles? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Tennis_at_the_2012_Summer_Olympics_–_Women's_singles> onto:silverMedalist <http://dbpedia.org/resource/Maria_Sharapova> } | Orange(huggingface) |
What is the product of the BBC Multimedia and is the theme of Visions, the convention? | 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/BBC_Multimedia> onto:product ?uri. <http://dbpedia.org/resource/Visions_(convention)> prop:genre ?uri} | Orange(huggingface) |
Name the movie whose screenplay is by Akiva Goldsman and directed by Joel Schumacher ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:editing <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri onto:director <http://dbpedia.org/resource/Joel_Schumacher> } | Orange(huggingface) |
What is the type of Naval Station Bremerton? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Naval_Station_Bremerton prop:type ?uri } | Orange(huggingface) |
ARM Architecture acts as a game platform for how many things? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:computingPlatform <http://dbpedia.org/resource/ARM_architecture> . } | Orange(huggingface) |
Whose commanders are Colin Powell and Jaber Al-Ahmad Al-Sabah? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:commander <http://dbpedia.org/resource/Colin_Powell> . ?uri onto:commander <http://dbpedia.org/resource/Jaber_Al-Ahmad_Al-Sabah> . } | Orange(huggingface) |
What is the prize received by the one who wrote the screen play of The Postman ? | 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_Postman_(film)> prop:screenplay ?x . ?x onto:award ?uri . } | Orange(huggingface) |
Name the television program voiced by Isaac Hayes and aired on Comedy Central? | 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:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri prop:network <http://dbpedia.org/reso... | Orange(huggingface) |
List the birth city of the politicians of Democratic Party. | 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:party <http://dbpedia.org/resource/Democratic_Party_(United_States)> . ?x onto:birthPlace ?uri . ?x rdf:type onto:Politician} | Orange(huggingface) |
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} | Orange(huggingface) |
Rickenbacker is a musical instrument played by which artists? | 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:instrument <http://dbpedia.org/resource/Rickenbacker> . ?uri rdf:type onto:MusicalArtist} | Orange(huggingface) |
Which engine's successor's predecessor is BMW M10? | 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:predecessor <http://dbpedia.org/resource/BMW_M10> . ?uri onto:successor ?x . ?uri rdf:type onto:Engine} | Orange(huggingface) |
What are the video games composed by Hirokazu Tanaka? | 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:composer <http://dbpedia.org/resource/Hirokazu_Tanaka> . ?uri rdf:type onto:VideoGame} | Orange(huggingface) |
What is the city whose mayor is Giorgos Kaminis? | 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:mayor <http://dbpedia.org/resource/Giorgos_Kaminis> . ?uri rdf:type onto:AdministrativeRegion... | Orange(huggingface) |
Name the common distributing label of the Chinga Chang Records and StandBy Records? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Chinga_Chang_Records onto:distributingLabel ?uri. res:StandBy_Records onto:distributingLabel ?uri . } | Orange(huggingface) |
What cars were built upon the cars which were assembled 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 prop:assembly <http://dbpedia.org/resource/Canada> . ?x onto:predecessor ?uri . ?x rdf:type onto:Au... | Orange(huggingface) |
Who have John Randolph of Roanoke as predecessor? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:predecessor res:John_Randolph_of_Roanoke . } | Orange(huggingface) |
What awards did Jos Rivera (playwright) win? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/José_Rivera_(playwright)> prop:awards ?uri } | Orange(huggingface) |
Elizabeth Alexander and Jared Bernstein served under which Vice President? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Elizabeth_Alexander_(press_secretary)> onto:vicePresident ?uri. <http://dbpedia.org/resource/Jared_Bernstein> onto:vicePresident ?uri . } | Orange(huggingface) |
What are the gadgets whose manufacturing company is founded by Terry Gou? | 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:founder <http://dbpedia.org/resource/Terry_Gou> . ?uri onto:manufacturer ?x . ?uri rdf:type on... | Orange(huggingface) |
What is the river whose mouth locations are Arctic Ocean and Laptev Sea? | 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:mouthLocation <http://dbpedia.org/resource/Arctic_Ocean> . ?uri prop:mouthLocation <http://d... | Orange(huggingface) |
Which movies's screenplay is written by Akiva Goldsman | 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:screenplay <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri rdf:type onto:Film} | Orange(huggingface) |
is ANYway in the Quack album? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/ANYway> onto:album <http://dbpedia.org/resource/Quack_(album)> } | Orange(huggingface) |
Does the north carolina highway 280 end in Arden? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/North_Carolina_Highway_280> onto:routeEnd <http://dbpedia.org/resource/Arden,_North_Carolina> } | Orange(huggingface) |
Which draft team of Dale Mitchell is also the tenant of Master Card center? | 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/Dale_Mitchell_(ice_hockey)> onto:draftTeam ?uri. <http://dbpedia.org/resource/MasterCard_Centre> prop:tenants ?uri} | Orange(huggingface) |
How many guests have been there on broadway? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/On_Broadway_(Smash)> prop:guests ?uri . } | Orange(huggingface) |
Which sea is surrounded by Rostock and Kaliningrad? | 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:cities <http://dbpedia.org/resource/Rostock> . ?uri prop:cities <http://dbpedia.org/resource... | Orange(huggingface) |
Which director of On deadly Ground also released Mojo Priest? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Mojo_Priest prop:artist ?uri. res:On_Deadly_Ground prop:director ?uri . } | Orange(huggingface) |
Name few TV shows aired by Prime Time Entertainment Network? | 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:network <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
What belongs to the families of Buccinidae and Buccinoidea? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?uri onto:family <http://dbpedia.org/resource/Buccinidae> . ?uri onto:family <http://dbpedia.org/resource/Buccinoidea>} | Orange(huggingface) |
In which city is the building, whose part is the Martin AN/FSG1 anti aircraft system? | 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:part <http://dbpedia.org/resource/Martin_AN/FSG-1_Antiaircraft_Defense_System> . ?x prop:distr... | Orange(huggingface) |
Whose military branches are Colonial troops and Continental Army? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:militaryBranch res:Colonial_troops . ?uri onto:militaryBranch res:Continental_Army . } | Orange(huggingface) |
What awards did the film director of The Haunted House win? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> onto:director ?x . ?x onto:award ?uri . } | Orange(huggingface) |
Joe Shuster has created how many comics character ? | 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 {?uri prop:creators <http://dbpedia.org/resource/Joe_Shuster> . ?uri rdf:type onto:ComicsCharacte... | Orange(huggingface) |
What is the radio show created by Timoteo Jeffries, about? | 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:creator <http://dbpedia.org/resource/Timoteo_Jeffries> . ?x prop:format ?uri . ?x rdf:type ont... | Orange(huggingface) |
What is the major shrine of Jacques-Dsir Laval ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jacques-Désiré_Laval> onto:majorShrine ?uri } | Orange(huggingface) |
Radios on what topics can be tuned in to in Washington DC? | 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:broadcastArea <http://dbpedia.org/resource/Washington,_D.C.> . ?x onto:programmeFormat ?uri . ?x rdf:type onto:RadioStation} | Orange(huggingface) |
Which operator of New Sanno Hotel is also the governing body of the Oahu Railway and Land Company ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:New_Sanno_Hotel prop:operator ?uri. res:Oahu_Railway_and_Land_Company prop:governingBody ?uri} | Orange(huggingface) |
In how many nations can I find people related to the feminist movement? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:movement <http://dbpedia.org/resource/Feminism> . ?x onto:nationality ?uri . } | Orange(huggingface) |
How many golf players are there in Arizona State Sun Devils? | 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 {?uri onto:college <http://dbpedia.org/resource/Arizona_State_Sun_Devils> . ?uri rdf:type onto:GolfPlayer} | Orange(huggingface) |
What system is both a platform where Nord runs and also distributed The beauty inside? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nord_(video_game)> onto:computingPlatform ?uri. <http://dbpedia.org/resource/The_Beauty_Inside> onto:distributor ?uri . } | Orange(huggingface) |
List down the schools whose mascot's order is Even-toed ungulate? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:order <http://dbpedia.org/resource/Even-toed_ungulate> . ?uri prop:mascot ?x . } | Orange(huggingface) |
What's the religion of the winner of china election of 2008? | 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/Republic_of_China_legislative_election,_2008> prop:leader ?x . ?x onto:religion ?uri . } | Orange(huggingface) |
Which animator of the The Skeleton Dance is also the cinematographer of the Mickey's Mellerdrammer? | 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_Skeleton_Dance> onto:animator ?uri. <http://dbpedia.org/resource/Mickey's_Mellerdrammer> prop:cinematography ?uri} | Orange(huggingface) |
Which animator of Tommy Ticker's Tooth is also the director of The Haunted house ? | 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/Tommy_Tucker's_Tooth> prop:animator ?uri. <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> onto:director ?uri} | Orange(huggingface) |
Name the awards that have been given to the writer made famous for Creature Comforts? | 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:notableWork <http://dbpedia.org/resource/Creature_Comforts> . ?x onto:award ?uri . ?x rdf:type onto:Writer} | Orange(huggingface) |
Was Zambezi originate in the north western province of zambia? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Zambezi> prop:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zambia> } | Orange(huggingface) |
Name the television show which was developed by Brian Graden and distributed by Comedy Central? | 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:developer <http://dbpedia.org/resource/Brian_Graden> . ?uri prop:distributor <http://dbpedia.... | Orange(huggingface) |
Which party won both the general election and the andhra pradesh election in 2004? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Indian_general_election,_2004_(Delhi)> onto:affiliation ?uri. <http://dbpedia.org/resource/Indian_general_election,_2004_(Andhra_Pradesh)> onto:affiliation ?uri . } | Orange(huggingface) |
Who owns the airport in Paphos? | 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:city <http://dbpedia.org/resource/Paphos_District> . ?x prop:owner ?uri . ?x rdf:type onto:Air... | Orange(huggingface) |
Name the mountain range of Le Giblou? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Le_Gibloux onto:mountainRange ?uri } | Orange(huggingface) |
What are the other launch site of the rockets which also have been launched from Cape Canaveral Air Force Station Launch Complex 5 ? | 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:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station_Launch_Complex_5> . ?x onto:launchSite ?uri . ?x rdf:type onto:Ro... | Orange(huggingface) |
List the people casted in Betsy's Wedding and 16 candles? | 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/Betsy's_Wedding> onto:starring ?uri. <http://dbpedia.org/resource/Sixteen... | Orange(huggingface) |
Which animator of the The Skeleton Dance is also the director of The Haunted House (1929 film) ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Skeleton_Dance> onto:animator ?uri. <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> onto:director ?uri} | Orange(huggingface) |
Which distributer of Glover (video game) is also the publisher of the Super Mario Adventures ? | 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/Glover_(video_game)> onto:distributor ?uri. <http://dbpedia.org/resource/Super_Mario_Adventures> prop:publisher ?uri} | Orange(huggingface) |
Give me the count of newspaper whose language is Sweedish and headquartered at stockholm ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:language <http://dbpedia.org/resource/Swedish_language> . ?uri prop:headquarters <http://dbpedia.org/resource/Stockholm> } | Orange(huggingface) |
Name the alma mater of Ernest de Saisset? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ernest_de_Saisset onto:almaMater ?uri } | Orange(huggingface) |
What are the awards won by the film editor of The Search? | 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_Search_(2014_film)> onto:editing ?x . ?x prop:awards ?uri . } | Orange(huggingface) |
Which football managers managed Middlesbrough F.C.? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:managerClub <http://dbpedia.org/resource/Middlesbrough_F.C.> } | Orange(huggingface) |
Name the university which has Lieutenaunt general as superintendent and mascot as Gyrfalcon ? | 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:superintendent <http://dbpedia.org/resource/Lieutenant_general_(United_States)> . ?uri prop:m... | Orange(huggingface) |
What is the draft team of Bob MacMillan? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Bob_MacMillan prop:draftTeam ?uri } | Orange(huggingface) |
How many bands are based in London? | 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 {?uri onto:hometown <http://dbpedia.org/resource/London> . ?uri rdf:type onto:Band} | Orange(huggingface) |
Count the total number of hometown of the gymnasts whose one of the hometown in Russia ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:hometown <http://dbpedia.org/resource/Russia> . ?x prop:hometown ?uri } | Orange(huggingface) |
Name the team for which Cam Plante played for which were also the tenants of MasterCard center? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Cam_Plante prop:playedFor ?uri. res:MasterCard_Centre prop:tenants ?uri} | Orange(huggingface) |
In all the places with a stagecoach, where is a Peetz Table Wind Energy Center located too? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stagecoach,_Colorado> prop:location ?uri. <http://dbpedia.org/resource/Peetz_Table_Wind_Energy_Center> prop:location ?uri . } | Orange(huggingface) |
Which football teams are in a city where Oakland Athletics were the tenants? | 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:tenant <http://dbpedia.org/resource/Oakland_Athletics> . ?uri onto:locationCity ?x . ?uri rdf:type onto:AmericanFootballTeam} | Orange(huggingface) |
Who is the compiler of British Gazette whose prime minister is also Peter Thorneycroft? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:British_Gazette prop:editor ?uri. res:Peter_Thorneycroft prop:primeminister ?uri} | Orange(huggingface) |
Name the key people of the non-profit organisations whose one of the key person is Lesley-Anne knight ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:keyPeople <http://dbpedia.org/resource/Lesley-Anne_Knight> . ?x prop:keyPeople ?uri . } | Orange(huggingface) |
What is the birth place of the astronaut whose mission was the Vostok programmer? | 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:mission <http://dbpedia.org/resource/Vostok_programme> . ?x onto:birthPlace ?uri . ?x rdf:type... | Orange(huggingface) |
List the fields of the scientists with Sanskrit as one of the interest? | 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:fields <http://dbpedia.org/resource/Sanskrit> . ?x prop:fields ?uri . ?x rdf:type onto:Scienti... | Orange(huggingface) |
What is the religion of the leader of South Korean legislative election of 1992 ? | 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/South_Korean_legislative_election,_1992> prop:leader ?x . ?x onto:religion ?uri . } | Orange(huggingface) |
Pointe d'Aveneyre belongs to which mountain range? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pointe_d'Aveneyre> onto:mountainRange ?uri } | Orange(huggingface) |
Who is the operator of AT&T Park ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/AT&T_Park> prop:operator ?uri } | Orange(huggingface) |
Who are the maintainers of the bridges which cross the pandaruan river? | 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:crosses <http://dbpedia.org/resource/Pandaruan_River> . ?x onto:maintainedBy ?uri . ?x rdf:type onto:Bridge} | Orange(huggingface) |
Who is the coach of England national under-21 football team? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/England_national_under-21_football_team> prop:coach ?uri } | Orange(huggingface) |
Which Monty Python's movie is distributed by Cinema International Corporation ? | 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:writer <http://dbpedia.org/resource/Monty_Python> . ?uri prop:distributor <http://dbpedia.org... | Orange(huggingface) |
Who produced the TV shows for Fremantle Media? | 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:distributor <http://dbpedia.org/resource/FremantleMedia> . ?x onto:producer ?uri . ?x rdf:type... | Orange(huggingface) |
What is the record label of the Next Thing and also the label of the The Producers (2005 film)? | 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/Next_Thing> onto:recordLabel ?uri. <http://dbpedia.org/resource/The_Producers_(2005_film)> prop:label ?uri} | Orange(huggingface) |
How many games have been composed by Hirokazu Tanaka? | 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 {?uri prop:composer <http://dbpedia.org/resource/Hirokazu_Tanaka> . ?uri rdf:type onto:VideoGame} | Orange(huggingface) |
Count everyone who was in the military unit which is structured like the Marine Aircraft Group 13 ? | 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:commandStructure <http://dbpedia.org/resource/Marine_Aircraft_Group_13> . ?uri onto:militaryUnit ?x . } | Orange(huggingface) |
List of people who were the first one to ascend a mountain in the Cathedral range? | 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:mountainRange <http://dbpedia.org/resource/Cathedral_Range> . ?x onto:firstAscentPerson ?uri . ?x rdf:type onto:Mountain} | Orange(huggingface) |
Which TV show's opening theme is The Best of Both Worlds (song) and executive producer is Steven Peterman? | 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:openingTheme <http://dbpedia.org/resource/The_Best_of_Both_Worlds_(song)> . ?uri prop:executi... | Orange(huggingface) |
Which is the university of Vanderbilt Commodores? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vanderbilt_Commodores onto:university ?uri } | Orange(huggingface) |
Which successor of Philippine Ports Authority is the state of origin of Ruben J. Villote? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Philippine_Ports_Authority onto:successor ?uri. res:Ruben_J._Villote onto:stateOfOrigin ?uri} | Orange(huggingface) |
How many organizations own the website to which Jimmy Wales contributes? | 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:author <http://dbpedia.org/resource/Jimmy_Wales> . ?x onto:owner ?uri . ?uri rdf:type onto:Organisation} | Orange(huggingface) |
What is the home stadium of Kenya's women national football team ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenya_women's_national_football_team> prop:homeStadium ?uri } | Orange(huggingface) |
What is the scientist whose doctoral students are Erich Bagge and erban ieica? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:doctoralStudent res:Erich_Bagge . ?uri onto:doctoralStudent res:Șerban_Țițeica . } | Orange(huggingface) |
Does Grand Bahama lie in the achipelago of the bahamas? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Grand_Bahama prop:archipelago res:The_Bahamas } | Orange(huggingface) |
What is the death place of the Elbieta Czartoryska which is also place of birth of the Charles Journet | 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/Elżbieta_Czartoryska_(1905–1989)> prop:deathPlace ?uri. <http://dbpedia.org/resource/Charles_Journet> onto:birthPlace ?uri} | Orange(huggingface) |
How many universities participate in the NCAA Division I Football Bowl Subdivision? | 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 {?uri prop:athletics <http://dbpedia.org/resource/NCAA_Division_I_Football_Bowl_Subdivision> . ?u... | Orange(huggingface) |
Give me the total number of architect of the buildings whose one of the architect was Louis D. Astorino? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:architect <http://dbpedia.org/resource/Louis_D._Astorino> . ?x prop:architect ?uri } | Orange(huggingface) |
Name the fictional character whose relatives are Huey, Dewey, and Louie and belongs to Duck family ? | 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:relatives <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . ?uri onto:relative <http://d... | Orange(huggingface) |
Which interest of Philip Novak is the religion of Vesak? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Philip_Novak prop:mainInterests ?uri. res:Vesak onto:type ?uri} | Orange(huggingface) |
Name the common former team of Marv mcFadden and Carlos Emmons ? | 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/Marv_McFadden> prop:pastteams ?uri. <http://dbpedia.org/resource/Carlos_Emmons_(American_football)> onto:formerTeam ?uri} | Orange(huggingface) |
In which war did Roh Tae Woo and Lee Leffingwell fight? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roh_Tae-woo> onto:battle ?uri. <http://dbpedia.org/resource/Lee_Leffingwell> onto:battle ?uri . } | Orange(huggingface) |
Name the companies which are in cities under Denzil Minnan Wong? | 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:leaderName <http://dbpedia.org/resource/Denzil_Minnan-Wong> . ?uri onto:locationCity ?x . ?uri... | Orange(huggingface) |
Which spouse of Ptolemy XIV had a father named Ptolemy XII auletes? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:parent res:Ptolemy_XII_Auletes . ?uri onto:spouse res:Ptolemy_XIV_of_Egypt . } | Orange(huggingface) |
Name the newspaper owned by Schibsted and headquartered at Stockholm? | 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:owners <http://dbpedia.org/resource/Schibsted> . ?uri prop:headquarters <http://dbpedia.org/r... | Orange(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.