question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Which colonel consort is Dolley Madison?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . }
julipc-p(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}
julipc-p(huggingface)
List the judges of Rising Star which is also the artist of Brad Paisley discography ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rising_Star_(U.S._TV_series)> prop:judges ?uri. <http://dbpedia.org/resource/Brad_Paisley_discography> prop:artist ?uri}
julipc-p(huggingface)
Who are some people whose relation is hqed in Gold Base?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:headquarters res:Gold_Base . ?uri onto:religion ?x . }
julipc-p(huggingface)
In which state is the alma mater of Ben Ysursa located ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ben_Ysursa prop:almaMater ?x . ?x onto:state ?uri . }
julipc-p(huggingface)
What sport amongst the one Lagos Preparatory School practices, did Willian Garne play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lagos_Preparatory_School onto:sport ?uri. res:William_Garne onto:occupation ?uri}
julipc-p(huggingface)
What are the beverages whose origin is England?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:origin res:England }
julipc-p(huggingface)
Which current member of Insect vs Robots is also the music composer of Kenny Dies ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Insects_vs_Robots prop:currentMembers ?uri. res:Kenny_Dies onto:musicComposer ?uri}
julipc-p(huggingface)
What are the television shows whose distributer is HBO?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:distributor <http://dbpedia.org/resource/HBO> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is the distributing label of StandBy Records ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:StandBy_Records onto:distributingLabel ?uri }
julipc-p(huggingface)
Who is the film star of On Air with Ryan Seacrest ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:On_Air_with_Ryan_Seacrest onto:starring ?uri }
julipc-p(huggingface)
In how many different places does Canal and River Trust own its assets?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:owner <http://dbpedia.org/resource/Canal_&_River_Trust> . ?x onto:location ?uri . }
julipc-p(huggingface)
Count the total number of launch site of the rockets which have been launched form Cape Canaveral Air Force Station ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x onto:launchSite ?uri }
julipc-p(huggingface)
List some leaders of regions in the Indian Standard Time Zone?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:timeZone <http://dbpedia.org/resource/Indian_Standard_Time> . ?x onto:leaderName ?uri . ?x rdf:type onto:Place}
julipc-p(huggingface)
Name some comic characters created by Bruce Timm?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:creator res:Bruce_Timm . }
julipc-p(huggingface)
Which university attended by Franklin W. Olin was also the alma mater of Patty Lin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Patty_Lin prop:almaMater ?uri. res:Franklin_W._Olin prop:education ?uri}
julipc-p(huggingface)
Whihc associate of THomas Bryan Martin is also the founder of Pittsburgh ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Thomas_Bryan_Martin onto:associate ?uri. res:Pittsburgh onto:founder ?uri}
julipc-p(huggingface)
Who gives the license of WXXV-DT2 ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WXXV-DT2> prop:licensee ?uri }
julipc-p(huggingface)
Count the number of sports played by schools which play hockey ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:sport <http://dbpedia.org/resource/Hockey> . ?x onto:sport ?uri }
julipc-p(huggingface)
List the tomb of the royalties whose burial place is Little Easton ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:placeOfBurial <http://dbpedia.org/resource/Little_Easton> . ?x prop:placeOfBurial ?uri . ?x rdf:type onto:Royalty}
julipc-p(huggingface)
What are some relatives of the people who fought in Operation Barbarossa?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:battle <http://dbpedia.org/resource/Operation_Barbarossa> . ?x onto:relation ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
How many awards have been given to screenwriters?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:occupation <http://dbpedia.org/resource/Screenwriter> . ?x prop:awards ?uri . }
julipc-p(huggingface)
Who is the builder of Estadio Nacional de Costa Rica (2011) ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Estadio_Nacional_de_Costa_Rica_(2011)> onto:builder ?uri }
julipc-p(huggingface)
How many software run on operating system is Microsoft Windows?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> . ?uri rdf:type onto:Software}
julipc-p(huggingface)
What is the awards given to the horse whose grandson is the famous Counterpoint?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Counterpoint_(horse)> prop:grandsire ?x . ?x onto:honours ?uri . ?x rdf:type onto:Horse}
julipc-p(huggingface)
Where is the swedish covenant hospital?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Swedish_Covenant_Hospital onto:location ?uri }
julipc-p(huggingface)
Who won a Norbert Wiener Award for Social and Professional Responsibility?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:prizes res:Norbert_Wiener_Award_for_Social_and_Professional_Responsibility . }
julipc-p(huggingface)
What awards have been given to Screenwriters?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:occupation res:Screenwriter . ?x prop:awards ?uri . }
julipc-p(huggingface)
Which office's people have died on the US Route 165?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:deathPlace <http://dbpedia.org/resource/U.S._Route_165> . ?x prop:office ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
In which races have Tillingdale's horses participated?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:owner <http://dbpedia.org/resource/Tillingdale> . ?x prop:race ?uri . ?x rdf:type onto:Horse}
julipc-p(huggingface)
List the show related to the which was followed by Doctor Who Extra?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:subsequentWork <http://dbpedia.org/resource/Doctor_Who_Extra> . ?uri onto:related ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is the predecessor of the automobile which is the related of Cadillac Fleetwood?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cadillac_Fleetwood> prop:related ?x . ?x onto:predecessor ?uri . ?x rdf:type onto:Automobile}
julipc-p(huggingface)
Which country's largest city is Lima?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:largestCity res:Lima }
julipc-p(huggingface)
List the institute of Robert hall ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Hall_(economist)> onto:institution ?uri }
julipc-p(huggingface)
To which religion does the commander of South Thailand insurgency belong?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:South_Thailand_insurgency onto:commander ?x . ?x onto:religion ?uri . }
julipc-p(huggingface)
Who was the writer of the novel Maniac Magee?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:notableworks <http://dbpedia.org/resource/Maniac_Magee> . ?uri rdf:type onto:Writer}
julipc-p(huggingface)
Where is Emmett Hughes from?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Emmett_Hughes onto:nationality ?uri . }
julipc-p(huggingface)
What are the movies whose music is given by Laurie Johnson?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:music <http://dbpedia.org/resource/Laurie_Johnson> . ?uri rdf:type onto:Film}
julipc-p(huggingface)
What appliance Sony made after the success of PlayStation 2?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:manufacturer res:Sony . ?uri onto:predecessor res:PlayStation_2 . }
julipc-p(huggingface)
What are some cars similar to luxury cars?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:class <http://dbpedia.org/resource/Luxury_vehicle> . ?x prop:related ?uri . ?x rdf:type onto:Automobile}
julipc-p(huggingface)
What television show is magistrated by Harry Connick, Jr.?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What genre of games are made by Blizzard Entertainment studios?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:developer <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x prop:genre ?uri . ?x rdf:type onto:VideoGame}
julipc-p(huggingface)
Name the series of Doctor Who: Evacuation Earth ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Doctor_Who:_Evacuation_Earth onto:series ?uri }
julipc-p(huggingface)
List the awards won by the writer of Face to Face ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Face_to_Face_(1976_film)> prop:writer ?x . ?x prop:awards ?uri . }
julipc-p(huggingface)
What is the common party of Chandra Shekhar and Govinda ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chandra_Shekhar> onto:otherParty ?uri. <http://dbpedia.org/resource/Govinda_(actor)> onto:party ?uri}
julipc-p(huggingface)
What awards were given to the screenplayer of The Motorcycle Diaries?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Motorcycle_Diaries_(film)> prop:screenplay ?x . ?x prop:awards ?uri . }
julipc-p(huggingface)
What are some music artists whose bands have signed up with Entertainment One Music?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:label <http://dbpedia.org/resource/Entertainment_One_Music> . ?x onto:bandMember ?uri . ?x rdf:type onto:Band}
julipc-p(huggingface)
Name the broadcast area of Radio Philippines Network ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Radio_Philippines_Network prop:area ?uri }
julipc-p(huggingface)
Which district of Fort Heath radar station is also the state of Joesph Story ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Fort_Heath_radar_station prop:district ?uri. res:Joseph_Story prop:state ?uri}
julipc-p(huggingface)
Which river's mouth is located in Gulf of Mexico and has source location as Itasca State Park ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Gulf_of_Mexico> . ?uri prop:sourceLocation <http://dbpedia.org/resource/Itasca_State_Park> . ?ur...
julipc-p(huggingface)
Which religion is prevalent in the schools of the Ashanti region?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:region <http://dbpedia.org/resource/Ashanti_Region> . ?x prop:denomination ?uri . ?x rdf:type onto:School}
julipc-p(huggingface)
Which politician was succeeded by someone who graduated from the Instituts d'tudes politiques?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:almaMater <http://dbpedia.org/resource/Instituts_d'études_politiques> . ?uri prop:successor ?x . ?uri rdf:type onto:OfficeHolder}
julipc-p(huggingface)
How many different mascots are there of the NCAA teams?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:athletics <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?x prop:mascot ?uri . }
julipc-p(huggingface)
Which of the continents that Digitalb worked in, was christine rolfes born in?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Digit-Alb> onto:regionServed ?uri. <http://dbpedia.org/resource/Christine_Rolfes> onto:birthPlace ?uri}
julipc-p(huggingface)
Which nation hosts the WTA Tour Championships?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:WTA_Tour_Championships prop:country ?uri }
julipc-p(huggingface)
Name the television show whose theme music is composed by Julian Gingell and broadcasted on FOX ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . ?uri prop:channel <http://dbpedia.org/resource/Fox_Broadcasting_Compan...
julipc-p(huggingface)
What is the prize received by the one who wrote the screen play of The Postman ?
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 . }
julipc-p(huggingface)
What are the awrds won by Laemmle Theatres ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Laemmle_Theatres onto:service ?uri }
julipc-p(huggingface)
Name the office holder whose predecessor is Henry E. Catto, Jr. and won Screen Actors Guild Life Achievement Award?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:predecessor <http://dbpedia.org/resource/Henry_E._Catto,_Jr.> . ?uri onto:award <http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award> . ?uri rdf:type onto:Office...
julipc-p(huggingface)
Which notable commanders of the Army Group Oberrhein (Germany) is the leader of the Kriminalpolizei?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> prop:notableCommanders ?uri. <http://dbpedia.org/resource/Kriminalpolizei> onto:leader ?uri}
julipc-p(huggingface)
Which maintainer of Cheasty Boulevard South is also the city of Soccer Bowl' 76 ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Soccer_Bowl_'76> onto:city ?uri. <http://dbpedia.org/resource/Cheasty_Boulevard_South> onto:maintainedBy ?uri}
julipc-p(huggingface)
Which colonel has allegiance to Colony of Virginia ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:allegiance <http://dbpedia.org/resource/Colony_of_Virginia> . ?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?ur...
julipc-p(huggingface)
Which driver came first in the 1993 European Grand Prix ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:1993_European_Grand_Prix prop:firstDriver ?uri }
julipc-p(huggingface)
What is the layout of the cars similar to that of the Subaru Outback?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relatedMeanOfTransportation <http://dbpedia.org/resource/Subaru_Outback> . ?x onto:layout ?uri . ?x rdf:type onto:Automobile}
julipc-p(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 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:mascot <http://dbpedia.org/resource/Gyrfalco...
julipc-p(huggingface)
How many other ingredient are there in the foods whihh have one of the ingredient as Potato ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:ingredient <http://dbpedia.org/resource/Potato> . ?x onto:ingredient ?uri }
julipc-p(huggingface)
In which country is the Duong river?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Đuống_River onto:sourceCountry ?uri . }
julipc-p(huggingface)
How many companies have launched their rockets from the Vandenerg Air base?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:launchSite <http://dbpedia.org/resource/Vandenberg_Air_Force_Base> . ?x onto:manufacturer ?uri . ?uri rdf:type onto:Company}
julipc-p(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 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:type onto:Airline}
julipc-p(huggingface)
What are some given names for males?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:gender res:Male }
julipc-p(huggingface)
The official residence of Sukhumbhand paribatra ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Sukhumbhand_Paribatra prop:residence ?uri }
julipc-p(huggingface)
What are the television shows whose company's predecessor is Desilu Productions?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:predecessor <http://dbpedia.org/resource/Desilu_Productions> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is operated by FedExField ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:FedExField onto:operator ?uri }
julipc-p(huggingface)
Which company which assembles its cars in Broadmeadows, Victoria?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:assembly <http://dbpedia.org/resource/Broadmeadows,_Victoria> . ?x onto:parentCompany ?uri . ?x rdf:type onto:Automobile}
julipc-p(huggingface)
Foxconn makes how many things?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:manufacturer <http://dbpedia.org/resource/Foxconn> . }
julipc-p(huggingface)
In how many nations can I find dishes made of Shallot?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:ingredient <http://dbpedia.org/resource/Shallot> . ?x onto:country ?uri . ?uri rdf:type onto:Country}
julipc-p(huggingface)
What is the mascot of the military unit of David Prowse?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Prowse_(politician)> prop:branch ?x . ?x prop:mascot ?uri . }
julipc-p(huggingface)
How many other important things have been written by the creator of Stuart Alan Jones?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Stuart_Alan_Jones> onto:creator ?x . ?x onto:notableWork ?uri . }
julipc-p(huggingface)
What is the genre of the Band whose home town is County Westmeath?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:hometown <http://dbpedia.org/resource/County_Westmeath> . ?x prop:genre ?uri . ?x rdf:type onto:Band}
julipc-p(huggingface)
Which sports are played at institues in Taguig?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:city <http://dbpedia.org/resource/Taguig> . ?x onto:sport ?uri . ?x rdf:type onto:EducationalInstitution}
julipc-p(huggingface)
Whose album is Haiti, I am sorry?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Haiti_I_Am_Sorry onto:album ?uri }
julipc-p(huggingface)
Whose band members are known to play a PRS guitar?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:notableInstruments res:PRS_Guitars . ?uri prop:currentMembers ?x . }
julipc-p(huggingface)
Which river's source place is Gloucestershire and mouth in North Sea?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:sourcePlace <http://dbpedia.org/resource/Gloucestershire> . ?uri onto:riverMouth <http://dbpedia.org/resource/North_Sea> . ?uri rdf:type onto:River}
julipc-p(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 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:type onto:MilitaryConflict}
julipc-p(huggingface)
What are some short story kind of Books?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:literaryGenre res:Short_story }
julipc-p(huggingface)
What are the nicknames of the schools whose color is royal blue?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:colour <http://dbpedia.org/resource/Royal_blue> . ?x prop:nickname ?uri . ?x rdf:type onto:School}
julipc-p(huggingface)
To what political party do the politicians graduated from Somerville college, Oxford belong to?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:almaMater <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x onto:party ?uri . ?x rdf:type onto:OfficeHolder}
julipc-p(huggingface)
What awards did Jos Rivera (playwright) win?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/José_Rivera_(playwright)> prop:awards ?uri }
julipc-p(huggingface)
Which political figures were awarded Screen Actors Guild Life Achievement Award?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:award res:Screen_Actors_Guild_Life_Achievement_Award . }
julipc-p(huggingface)
What are the things whose director of photography died in United States?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:deathPlace res:United_States . ?uri prop:cinematography ?x . }
julipc-p(huggingface)
What is the Home Stadium of the Kenya national under-20 football team where Matin Suji was also born ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenya_national_under-20_football_team> prop:homeStadium ?uri. <http://dbpedia.org/resource/Martin_Suji> onto:birthPlace ?uri}
julipc-p(huggingface)
Name a company with key person as Dennis Muilenburg and Raymond Conner ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:keyPeople <http://dbpedia.org/resource/Dennis_Muilenburg> . ?uri onto:keyPerson <http://dbpedia.org/resource/Raymond_Conner> . ?uri rdf:...
julipc-p(huggingface)
What are some scientists who have stateless citizenship?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:citizenship <http://dbpedia.org/resource/Statelessness> . ?uri rdf:type onto:Scientist}
julipc-p(huggingface)
Name the regions served by Toll Global Express ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Toll_Global_Express onto:regionServed ?uri }
julipc-p(huggingface)
What is the protected area whose nearest city is Kenya?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:nearestCity <http://dbpedia.org/resource/Kenya> . ?uri rdf:type onto:ProtectedArea}
julipc-p(huggingface)
Count the nearest city to the historic palce whose one of the nearest city is Wisconsin ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nearestCity <http://dbpedia.org/resource/Wisconsin> . ?x prop:nearestCity ?uri }
julipc-p(huggingface)
Give me the total number of commander of the military conflicts whose commander is Roundhead (Wyandot).
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:commander <http://dbpedia.org/resource/Roundhead_(Wyandot)> . ?x onto:commander ?uri }
julipc-p(huggingface)
How many places were ruled by Elizabeth II?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:leaderName <http://dbpedia.org/resource/Elizabeth_II> . ?uri rdf:type onto:Place}
julipc-p(huggingface)
List the interest of the scientists whose one of the field is Chinese poetry ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:fields <http://dbpedia.org/resource/Chinese_poetry> . ?x prop:fields ?uri . ?x rdf:type onto:Scientist}
julipc-p(huggingface)
Who was the narrator of the show who's music is composed by John Douglas?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:composer <http://dbpedia.org/resource/John_Douglas_(conductor)> . ?x prop:narrated ?uri . ?x rdf:type onto:TelevisionShow}
julipc-p(huggingface)