question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Who did the person whose predecessor is Arthur Slaght, play for?
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:predecessor <http://dbpedia.org/resource/Arthur_Slaght> . ?x prop:playedFor ?uri . ?x rdf:type...
Orange(huggingface)
What are some party leaders of the parties which have had a seat in Berlin?
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:headquarter <http://dbpedia.org/resource/Berlin> . ?x onto:leader ?uri . ?x rdf:type onto:PoliticalParty}
Orange(huggingface)
Who owns Ivanpah Solar Power Facility?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivanpah_Solar_Power_Facility> onto:owner ?uri. <http://dbpedia.org/resource/Dart_(programming_language)> onto:developer ?uri}
Orange(huggingface)
What is debut team of the baseball players who died in Los Angeles?
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/Los_Angeles> . ?x prop:debutteam ?uri . ?x rdf:type on...
Orange(huggingface)
Name the president who had relatives in Clinton family and lieutenant named Joe Purcell?
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/Clinton_family> . ?uri onto:lieutenant <http://dbpedia.org/resource/Joe_Purcell> . ?uri rdf:type on...
Orange(huggingface)
What companies are located in toronto?
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:locationCity <http://dbpedia.org/resource/Toronto> . ?uri rdf:type onto:Company}
Orange(huggingface)
Which basketball team's president studied in the Brockport Golden Eagles?
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:college <http://dbpedia.org/resource/Brockport_Golden_Eagles> . ?uri prop:president ?x . ?uri ...
Orange(huggingface)
What are the source of the streams whose one of the source is Calera, Oklahoma?
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:source <http://dbpedia.org/resource/Calera,_Oklahoma> . ?x onto:source ?uri . ?x rdf:type onto:Stream}
Orange(huggingface)
Name the movie whose screenplay is by Akiva Goldsman and directed by Joel Schumacher ?
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 onto:director <http://dbpedia....
Orange(huggingface)
What is the mascot of the handball teams 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 onto:league <http://dbpedia.org/resource/Turkish_Handball_Super_League> . ?x prop:mascot ?uri . ?x ...
Orange(huggingface)
What are the products of the company who published Robot Wars: Metal Mayhem ?
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 { <http://dbpedia.org/resource/Robot_Wars:_Metal_Mayhem> onto:publisher ?x . ?x onto:product ?uri . ?x rdf:type onto:Company}
Orange(huggingface)
Which sports exist in the universities whose president is Emanuel de Guzman?
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:president <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x onto:sport ?uri . ?x rdf:type onto:University}
Orange(huggingface)
Name a colonel whose resting place is Montpelier ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?uri prop:restingplace <http://dbpedia.org/resource/Montpelier_(Orange,_Virginia)> . }
Orange(huggingface)
Where is the headquarters of the public transit system which owns Target Field, a Metro Transit Station ?
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/Target_Field_(Metro_Transit_station)> onto:owningOrganisation ?x . ?x prop:headquarters ?uri . }
Orange(huggingface)
To which political party does Virendra Kataria belongs?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Virendra_Kataria prop:party ?uri }
Orange(huggingface)
List all the artist of albums which have been produced by Stephen Kozmeniuk ?
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:producer <http://dbpedia.org/resource/Stephen_Kozmeniuk> . ?x prop:artist ?uri . ?x rdf:type o...
Orange(huggingface)
Which builder of Ford Straight-6 engine is also the automobile platform provider of Chiva bus?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chiva_bus> onto:automobilePlatform ?uri. <http://dbpedia.org/resource/Ford_Straight-6_engine> onto:manufacturer ?uri}
Orange(huggingface)
Which awards did the narrator of Oscar and Lucinda 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/Oscar_and_Lucinda_(film)> onto:narrator ?x . ?x prop:awards ?uri . }
Orange(huggingface)
Which office holder's resting place is Alta Mesa Memorial park and has adrian A. Basora as successor?
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:successor <http://dbpedia.org/resource/Adrian_A._Basora> . ?uri prop:restingPlace <http://dbp...
Orange(huggingface)
Laozi has authored which books?
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:author <http://dbpedia.org/resource/Laozi> . ?uri rdf:type onto:Book}
Orange(huggingface)
Name the mascot of Austin College?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Austin_College prop:mascot ?uri }
Orange(huggingface)
What are the binomial authority of Menetries's warbler?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Menetries's_warbler> onto:binomialAuthority ?uri }
Orange(huggingface)
In which of the parties that have governed over Rishikesh, does Govinda belong too?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Govinda_(actor)> onto:party ?uri. <http://dbpedia.org/resource/Rishikesh> onto:leaderName ?uri}
Orange(huggingface)
How many bacterias have taxonomy as Bacillales and domain as Bacteria?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:order <http://dbpedia.org/resource/Bacillales> . ?uri prop:domain <http://dbpedia.org/resource/Bacteria> }
Orange(huggingface)
Where was William anthony trained ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_McGregor> onto:education ?uri. <http://dbpedia.org/resource/William_Anthony_(artist)> onto:training ?uri}
Orange(huggingface)
What are the artists that are associated with the Framptons camel album?
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:associatedActs <http://dbpedia.org/resource/Frampton's_Camel> . ?uri rdf:type onto:Artist}
Orange(huggingface)
Under which US president was a politician in opposition of John G Schmitz?
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:opponent <http://dbpedia.org/resource/John_G._Schmitz> . ?x onto:incumbent ?uri . ?x rdf:type ...
Orange(huggingface)
Which wars were fought by the commander whose deputy was Robert T. Herres?
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:deputy <http://dbpedia.org/resource/Robert_T._Herres> . ?uri onto:commander ?x . ?uri rdf:type onto:MilitaryConflict}
Orange(huggingface)
Who is the scientist whose academic advisor is Franz Brentano?
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:academicAdvisor <http://dbpedia.org/resource/Franz_Brentano> . ?uri rdf:type onto:Scientist}
Orange(huggingface)
What is the common citizenship between JSM Hopoer and Robert Valentine ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/J._S._M._Hooper> onto:citizenship ?uri. <http://dbpedia.org/resource/Robert_Valentine_(composer)> onto:country ?uri}
Orange(huggingface)
Which settlement's neighboring municipalities are Cologny and Pregny-Chambsy?
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:neighboringMunicipalities <http://dbpedia.org/resource/Cologny> . ?uri onto:neighboringMunici...
Orange(huggingface)
Bridges over what can carry vehicles?
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:carries <http://dbpedia.org/resource/Motor_vehicle> . ?x prop:crosses ?uri . ?x rdf:type onto:...
Orange(huggingface)
Who is the person opposed by Tom McLaury and Ike Clanton?
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:opponent <http://dbpedia.org/resource/Tom_McLaury> . ?uri onto:opponent <http://dbpedia.org/resource/Ike_Clanton> . ?uri rdf:type onto:P...
Orange(huggingface)
How many airlines have a hub at an airport run by LA World Airports?
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:operator <http://dbpedia.org/resource/Los_Angeles_World_Airports> . ?uri onto:hubAirport ?x . ?uri rdf:type onto:Airline}
Orange(huggingface)
How many kinds of games can be played on the Amiga?
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:computingPlatform <http://dbpedia.org/resource/Amiga> . ?x prop:genre ?uri . }
Orange(huggingface)
How many movies have been cinematographed by Jordan Cronenweth?
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:cinematography <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri rdf:type onto:Fi...
Orange(huggingface)
Count the different genres of games published by Titus 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:publisher <http://dbpedia.org/resource/Titus_Software> . ?x onto:genre ?uri . }
Orange(huggingface)
What is the appliance which uses the central processing unit manufactured by Marvell Technology Group?
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/Marvell_Technology_Group> . ?uri rdf:type onto:InformationAppliance}
Orange(huggingface)
Name the sport league of Hampton Roads Rhinos?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Hampton_Roads_Rhinos prop:league ?uri }
Orange(huggingface)
What sport activities are available at Polytechnic University of the Philippines Bataan?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Polytechnic_University_of_the_Philippines_–_Bataan onto:sport ?uri }
Orange(huggingface)
Which military battles are associated with Israel?
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:place <http://dbpedia.org/resource/Israel> . ?uri rdf:type onto:MilitaryConflict}
Orange(huggingface)
Whose relatives are Clan McDuck and Huey, Dewey, and Louie?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?uri prop:relatives <http://dbpedia.org/resource/Clan_McDuck> . ?uri prop:relatives <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . }
Orange(huggingface)
Name the mountain whose range is Sierra Nevada (U.S.) and parent mountain peak is Nevado de Toluca?
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:mountainRange <http://dbpedia.org/resource/Sierra_Nevada_(U.S.)> . ?uri onto:parentMountainPeak <http://dbpedia.org/resource/Nevado_de_To...
Orange(huggingface)
What is the religion of the ethnic group to which Clara Ng belongs?
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 { <http://dbpedia.org/resource/Clara_Ng> onto:ethnicity ?x . ?x onto:religion ?uri . ?x rdf:type onto:EthnicGroup}
Orange(huggingface)
Name the sea into which Danish Straits flows and has Kaliningrad as one of the city on the shore ?
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/Kaliningrad> . ?uri prop:outflow <http://dbpedia.org/reso...
Orange(huggingface)
Which local authority of Buckhurst Hill County High School is the palce of burial of Elizabeth Rhuddlan ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Buckhurst_Hill_County_High_School onto:localAuthority ?uri }
Orange(huggingface)
How many TV shows have executive producer as Steven Moffat ?
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:executiveProducer <http://dbpedia.org/resource/Steven_Moffat> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
What program is presented by Brian Dunkleman and has artist as Simon Fuller?
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:presenter <http://dbpedia.org/resource/Brian_Dunkleman> . ?uri prop:creator <http://dbpedia.o...
Orange(huggingface)
Which university has a sports team member called Micheal Powell and also owns Syracuse University Press ?
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/Michael_Powell_(lacrosse)> onto:team ?uri. <http://dbpedia.org/resource/Syracuse_University_Press> prop:parent ?uri}
Orange(huggingface)
What is the sovereign state of the Dafydd Benfras where Jasmine Lowson is also citizen of?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Dafydd_Benfras onto:country ?uri. res:Jasmine_Lowson onto:citizenship ?uri}
Orange(huggingface)
Which birthplace of Liliya Lobanova is also the location of the Snake Island?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Liliya_Lobanova> prop:birthplace ?uri. <http://dbpedia.org/resource/Snake_Island_(Black_Sea)> prop:locationCountry ?uri}
Orange(huggingface)
Which TV show's writer is Erik Jendresen and distributor is HBO?
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:writer <http://dbpedia.org/resource/Erik_Jendresen> . ?uri prop:distributor <http://dbpedia.o...
Orange(huggingface)
How many members are there in the European Go Federation?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/European_Go_Federation> prop:membership ?uri . }
Orange(huggingface)
In what battles did president Park Chung-hee participate?
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:commander <http://dbpedia.org/resource/Park_Chung-hee> . ?uri rdf:type onto:MilitaryConflict}
Orange(huggingface)
Which predecessor of Alexander Downer was deputy to Neil Brown ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:predecessor <http://dbpedia.org/resource/Alexander_Downer> . ?uri prop:deputy <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> . }
Orange(huggingface)
Who owns Chelsea F.C.?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:occupation <http://dbpedia.org/resource/Chelsea_F.C.> . }
Orange(huggingface)
How many schools have a bison as their mascot?
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:mascot <http://dbpedia.org/resource/Bison> . ?uri rdf:type onto:School}
Orange(huggingface)
How many genres gave birth to other genres which emphasize Bass Guitars?
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/Bass_guitar> . ?x onto:stylisticOrigin ?uri . ...
Orange(huggingface)
List the program genres of the sister stations of WASH FM?
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/WASH_(FM)> prop:sisterStations ?x . ?x onto:programmeFormat ?uri . }
Orange(huggingface)
Who is the writer of the singles whose producer is Peter-John Vettese?
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:producer <http://dbpedia.org/resource/Peter-John_Vettese> . ?x onto:writer ?uri . ?x rdf:type ...
Orange(huggingface)
How many people have worked in the band one of whose current member is Hynief?
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:currentMembers <http://dbpedia.org/resource/Hynief> . ?x onto:bandMember ?uri . ?uri rd...
Orange(huggingface)
Among the companies who has product named Chinook who has a key person as Dennis Muilenburg ?
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/Dennis_Muilenburg> . ?uri prop:products <http://dbpedi...
Orange(huggingface)
Was John Boehner the winner of the US House of Representatives elections in Ohio in 2010?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/United_States_House_of_Representatives_elections_in_Ohio,_2010> prop:incumbent <http://dbpedia.org/resource/John_Boehner> }
Orange(huggingface)
What are some wars fought when Chung Il Kwon as the country's prime minister?
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:primeminister <http://dbpedia.org/resource/Chung_Il-kwon> . ?uri onto:commander ?x . ?uri rdf:...
Orange(huggingface)
In how many different places can I find companies which were founded in toronto?
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:foundationPlace <http://dbpedia.org/resource/Toronto> . ?x prop:locations ?uri . ?uri r...
Orange(huggingface)
List the destinations to which the airlines headquartered at the Gatwick Airport fly to?
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:headquarters <http://dbpedia.org/resource/Gatwick_Airport> . ?x onto:destination ?uri . ?x rdf...
Orange(huggingface)
How many railway lines go through the station maintained by Public transport authority of western australia?
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:owningOrganisation <http://dbpedia.org/resource/Public_Transport_Authority_(Western_Australia)> . ?x onto:servingRailwayLine ?uri ....
Orange(huggingface)
What organisations purpose is Peace?
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:purpose <http://dbpedia.org/resource/Peace> . ?uri rdf:type onto:Organisation}
Orange(huggingface)
Name the battle fought by the people which also fought in Levant ?
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:battles <http://dbpedia.org/resource/Levant> . ?x prop:battles ?uri . ?x rdf:type onto:Person}
Orange(huggingface)
What actor starred in Splash and is married to Rita Wilson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Splash_(film)> prop:starring ?uri. <http://dbpedia.org/resource/Rita_Wilson> prop:spouse ?uri . }
Orange(huggingface)
Name the local authority of Trinity School, Brentwood ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Trinity_School,_Brentwood> onto:localAuthority ?uri }
Orange(huggingface)
What are the TV shows whose network is also known as the CW?
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:sisterNames <http://dbpedia.org/resource/The_CW> . ?uri prop:network ?x . ?uri rdf:type onto:T...
Orange(huggingface)
Who was member of boards at Royal Society and Trinity House?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:board res:Freedom_of_the_City . ?uri onto:board res:Trinity_House . }
Orange(huggingface)
Whose commanders are John Mc Ewen and Park Chunghee?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:commander <http://dbpedia.org/resource/John_McEwen> . ?uri onto:commander <http://dbpedia.org/resource/Park_Chung-hee> . }
Orange(huggingface)
What is the base currency of the country which operates the Marion Dufresne?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marion_Dufresne_(1995)> onto:operator ?x . ?x onto:currency ?uri . }
Orange(huggingface)
For how many other teams have the former players of Boston Bruins played?
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:formerTeam <http://dbpedia.org/resource/Boston_Bruins> . ?x prop:playedFor ?uri . ?uri ...
Orange(huggingface)
What is the state of the settlement, which is the sub assembly of Mohamedia, Tunisia ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mohamedia,_Tunisia> onto:isPartOf ?x . ?x onto:country ?uri . }
Orange(huggingface)
Who is the owner of the bank where Thomas Secunda works?
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/Thomas_Secunda> onto:occupation ?x . ?x prop:owner ?uri . ?x rdf:type ont...
Orange(huggingface)
Which country's leader is Giuseppe Bertello?
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:leader <http://dbpedia.org/resource/Giuseppe_Bertello> . ?uri rdf:type onto:Country}
Orange(huggingface)
Name some people who are buried in a place governed by the US Department of the Interior?
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:governingBody <http://dbpedia.org/resource/United_States_Department_of_the_Interior> . ?uri pr...
Orange(huggingface)
How many genres of games can I find on the commodore CDTV?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:computingPlatform <http://dbpedia.org/resource/Commodore_CDTV> . ?x onto:genre ?uri . }
Orange(huggingface)
Name the alma mater of the scientist famous for Email filtering ?
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:knownFor <http://dbpedia.org/resource/Email_filtering> . ?x prop:almaMater ?uri . ?x rdf:type ...
Orange(huggingface)
Which TNT show has Christopher Franke as artist?
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:artist <http://dbpedia.org/resource/Christopher_Franke> . ?uri prop:network <http://dbpedia.o...
Orange(huggingface)
How many maintainers are there of the bridges that can carry motor vehicles over them?
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:carries <http://dbpedia.org/resource/Motor_vehicle> . ?x onto:maintainedBy ?uri . }
Orange(huggingface)
Name a royalty whose one of the child is Augustus and is associated with Publius Servilius Vatia Isauricus?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:children <http://dbpedia.org/resource/Augustus> . ?uri onto:associate <http://dbpedia.org/resource/Publius_Servilius_Vatia_Isauricus_(consul_48_BC)> . ...
Orange(huggingface)
To which company is Michael Dell a father company?
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:owningCompany <http://dbpedia.org/resource/Michael_Dell> . ?uri rdf:type onto:Company}
Orange(huggingface)
What is the currency of Kerguelen Islands?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Kerguelen_Islands onto:currency ?uri }
Orange(huggingface)
Count the different causes of death of Christians.
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:religion <http://dbpedia.org/resource/Christianity> . ?x onto:deathCause ?uri . }
Orange(huggingface)
Who gave guest appearances on the show which is the next episode after the Bombshell one?
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:previousWork <http://dbpedia.org/resource/Bombshell_(Smash)> . ?x prop:guests ?uri . ?x rdf:ty...
Orange(huggingface)
Which producer of the Eristoff is also the distributor of Bombay Sapphire?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Eristoff prop:manufacturer ?uri. res:Bombay_Sapphire prop:distributor ?uri}
Orange(huggingface)
List all the movies whose directors were born in Kenosha, Wisconsin?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Kenosha,_Wisconsin> . ?uri prop:director ?x . }
Orange(huggingface)
Name the nearest city to Lake Victoria?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lake_Victoria onto:nearestCity ?uri }
Orange(huggingface)
How many different writers have written for Jump Square?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:magazine <http://dbpedia.org/resource/Jump_Square> . ?x prop:author ?uri . }
Orange(huggingface)
Name the television show whose voice is given by April Stewart and it's distributor is Broadcast syndication?
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/April_Stewart> . ?uri onto:distributor <http://dbpedia.or...
Orange(huggingface)
In which countries were the Russian volleyball team players born?
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:nationalteam <http://dbpedia.org/resource/Russia_women's_national_volleyball_team> . ?x prop:p...
Orange(huggingface)
Where is the sister station of Al Arabiya 99 located?
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:sisterStations <http://dbpedia.org/resource/Al_Arabiya_99> . ?x prop:location ?uri . ?x rdf:ty...
Orange(huggingface)
What is the home town of the musical artist who is the current members of Slapstick?
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/Slapstick_(band)> prop:currentMembers ?x . ?x onto:hometown ?uri . ?x rdf...
Orange(huggingface)
What are some tv shows created by Simon Fuller?
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:creator <http://dbpedia.org/resource/Simon_Fuller> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
Which fictional character portrayed by Roger barton has Padm Amidala as 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:portrayer <http://dbpedia.org/resource/Roger_Barton_(film_editor)> . ?uri prop:family <http:/...
Orange(huggingface)
What are some famous companies founded in the US?
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/United_States> . ?uri rdf:type onto:Company}
Orange(huggingface)