question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What is the Nickname of the school where Jeff Hornacek studied ?
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/Jeff_Hornacek> prop:highschool ?x . ?x prop:nickname ?uri . ?x rdf:type o...
Orange(huggingface)
Current players of Colorado Avalanche have previously played for how many different teams?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:team <http://dbpedia.org/resource/Colorado_Avalanche> . ?x onto:formerTeam ?uri . ?uri rdf:type onto:SportsTeam}
Orange(huggingface)
In which common territory did Sino French war and the Tonkin campaign take place?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Tonkin_Campaign onto:territory ?uri. res:Théophane_Vénard onto:deathPlace ?uri}
Orange(huggingface)
Name the associate acts of Martin Pugh?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Martin_Pugh prop:associatedActs ?uri }
Orange(huggingface)
In which countries have the Start + Flug aircrafts originated?
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:manufacturer <http://dbpedia.org/resource/Start_+_Flug> . ?x prop:nationalOrigin ?uri . ?x rdf...
Orange(huggingface)
Who owns the schools which have a penguin as its 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 ?uri WHERE { ?x prop:designer <http://dbpedia.org/resource/Bjarne_Stroustrup> . ?uri prop:programmingLanguage ?x . ...
Orange(huggingface)
Who was the narrator in the point?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Point!> prop:narrated ?uri }
Orange(huggingface)
What are the srvices of Laemmle Theatres?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Laemmle_Theatres onto:service ?uri }
Orange(huggingface)
In which country is Bocas del toro a capital of some region?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:capital <http://dbpedia.org/resource/Bocas_Town,_Bocas_del_Toro> . ?x prop:country ?uri . }
Orange(huggingface)
How many people used to play in the youthclub of FC Barcelona?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:youthclubs <http://dbpedia.org/resource/FC_Barcelona> . }
Orange(huggingface)
Name the alma mater of Michael hahn?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Michael_Hahn onto:almaMater ?uri }
Orange(huggingface)
Who all have rented the stadium whose architect is Populous?
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:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . ?x rdf:type...
Orange(huggingface)
Give me a count of schools in Reading, Berkshire?
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:city <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri rdf:type onto:School}
Orange(huggingface)
Which administrative headquarters of the Pulau Ubin is also the resting place of the Nicole Lai?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pulau_Ubin onto:capital ?uri. res:Nicole_Lai onto:restingPlace ?uri}
Orange(huggingface)
Who are the judges of the television show whose anchor is Josh Groban?
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:presenter <http://dbpedia.org/resource/Josh_Groban> . ?x prop:judges ?uri . ?x rdf:type onto:T...
Orange(huggingface)
Name the television show whose network is TNT (TV channel) and Prime Time Entertainment Network?
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:network <http://dbpedia.org/resource/TNT_(TV_channel)> . ?uri onto:network <http://dbpedia.or...
Orange(huggingface)
Which location city of Denver Broncos is the palce of birth of Steven Clark Cunningham ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Denver_Broncos onto:locationCity ?uri. res:Steven_Clark_Cunningham onto:birthPlace ?uri}
Orange(huggingface)
Whose youth clubs used to participate in Argentine Primera Division?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:league res:Argentine_Primera_División . ?uri prop:youthclubs ?x . }
Orange(huggingface)
Who built the stadium which was rented for the 2013 Copa Centroamericana?
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/2013_Copa_Centroamericana> . ?x onto:builder ?uri . ?x rdf:type onto:Stadium}
Orange(huggingface)
Who is the office holder with deputies as Neil Brown and Andrew Peacock?
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:deputy <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> . ?uri prop:deputy <...
Orange(huggingface)
How many people are in the England national football team?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:nationalteam <http://dbpedia.org/resource/England_national_football_team> . }
Orange(huggingface)
Count the sports played at universities located in Urban Areas?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:campus <http://dbpedia.org/resource/Urban_area> . ?x onto:sport ?uri . }
Orange(huggingface)
what mountains are in sierra nevada?
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.)> . }
Orange(huggingface)
Which movies have their music composed by someone that signed up with RCA Records?
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:recordLabel <http://dbpedia.org/resource/RCA_Records> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film}
Orange(huggingface)
What are a few molluscas whose family is Buccinidae?
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:family <http://dbpedia.org/resource/Buccinidae> . ?uri rdf:type onto:Mollusca}
Orange(huggingface)
How many movies did Stanley Kubrick direct?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:director <http://dbpedia.org/resource/Stanley_Kubrick> . }
Orange(huggingface)
Count all the ethinic group who speaks language which belongs to Anglo-Frisian language 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 COUNT(?uri) WHERE { ?x onto:languageFamily <http://dbpedia.org/resource/Anglo-Frisian_languages> . ?uri prop:langua...
Orange(huggingface)
Which notable commanders of the Army Group Oberrhein (Germany) is the leader of the Kriminalpolizei?
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/Army_Group_Oberrhein_(Germany)> prop:notableCommanders ?uri. <http://dbpedia.org/resource/Kriminalpolizei> onto:leader ?uri}
Orange(huggingface)
Whose military units are VMF-218 and VMF-155?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:militaryUnit <http://dbpedia.org/resource/VMF-218> . ?uri onto:militaryUnit <http://dbpedia.org/resource/VMF-155> . }
Orange(huggingface)
Where was the Temptation Waits recorded?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jerry_Tagge prop:highSchool ?uri. res:Temptation_Waits onto:recordedIn ?uri}
Orange(huggingface)
Who all have succeeded the kings buried in Rome?
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:placeOfBurial <http://dbpedia.org/resource/Rome> . ?x onto:successor ?uri . ?x rdf:type onto:R...
Orange(huggingface)
Name the species of Southwest African lion?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Southwest_African_lion onto:species ?uri }
Orange(huggingface)
Which of the continents that Digitalb worked in, was christine rolfes born in?
PREFIX res: <http://dbpedia.org/resource/> 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}
Orange(huggingface)
Was the song The Boy is Mine recorded in Atlanta?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/The_Boy_Is_Mine_(song)> prop:recorded <http://dbpedia.org/resource/Atlanta> }
Orange(huggingface)
What are some companies which are founded in Dallas Jurisdiction?
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/Dallas> . ?uri onto:foundationPlace ?x . ?uri rdf:t...
Orange(huggingface)
What are some Louisiana based models known 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 prop:placeOfBirth <http://dbpedia.org/resource/Louisiana> . ?x prop:knownFor ?uri . ?x rdf:type ont...
Orange(huggingface)
Name the common current team of the Avalon biddle and John mcGuinness?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Avalon_Biddle> prop:currentTeam ?uri. <http://dbpedia.org/resource/John_McGuinness_(motorcycle_racer)> prop:currentTeam ?uri . }
Orange(huggingface)
What are some cartoons distributed by a subsidiary of Time Warner?
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:parentCompany <http://dbpedia.org/resource/Time_Warner> . ?uri prop:distributor ?x . ?uri rdf:...
Orange(huggingface)
What is the style of architecture of Pontiac Building?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pontiac_Building onto:architecturalStyle ?uri }
Orange(huggingface)
Which location country of Ennejma Ezzahra is also the origin of Boga ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Boga_(soft_drink)> prop:origin ?uri. <http://dbpedia.org/resource/Ennejma_Ezzahra> prop:locationCountry ?uri}
Orange(huggingface)
Does the mississippi orignate in the clearwater county, minnesota?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Mississippi_River> onto:sourceRegion <http://dbpedia.org/resource/Clearwater_County,_Minnesota> }
Orange(huggingface)
Where are jockeys in Dubai World Cup from?
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:race <http://dbpedia.org/resource/Dubai_World_Cup> . ?x prop:birthPlace ?uri . ?x rdf:type ont...
Orange(huggingface)
Name few movies directed by Tim Burton ?
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:director <http://dbpedia.org/resource/Tim_Burton> . ?uri rdf:type onto:Film}
Orange(huggingface)
Name the river with Readin, Brekshire in its path and mouth place is Sothend-on-sea ?
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:mouthMountain <http://dbpedia.org/resource/Southend-on-Sea> . ?uri rdf:type onto:River}
Orange(huggingface)
Henry McDaniel's trained horses have won which awards?
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:trainer <http://dbpedia.org/resource/Henry_McDaniel_(racehorse_trainer)> . ?x onto:honours ?ur...
Orange(huggingface)
What is the river whose source region is North-Western Province, Zambia and river mouth is Indian Ocean?
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:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zambia> . ?uri onto:riverMo...
Orange(huggingface)
Which team did Bill Murphy and Jean Segura play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bill_Murphy_(baseball)> onto:debutTeam ?uri. <http://dbpedia.org/resource/Jean_Segura> onto:team ?uri . }
Orange(huggingface)
What is the resting place of the politician who succeeded Samuel Hayes?
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/Samuel_Hayes_(settler)> onto:successor ?x . ?x onto:restingPlace ?uri . ?x rdf:type onto:Politician}
Orange(huggingface)
Which city near Nihoa is the place of death of jim Brady ?
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/Nihoa> prop:nearestCity ?uri. <http://dbpedia.org/resource/Jim_Brady_(quarterback)> onto:deathPlace ?uri}
Orange(huggingface)
For which teams did Ryan Powell play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ryan_Powell_(lacrosse)> onto:team ?uri }
Orange(huggingface)
How many sports are played in organizations presided by 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 COUNT(?uri) WHERE { ?x onto:president <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x onto:sport ?uri . ?uri rdf:type onto:Sport}
Orange(huggingface)
Give me the total number of television shows whose theme music composer is Julian Gingell and created by Simon Fuller?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . ?uri prop:creator <http://dbpedia.org/resource/Simon_Fuller> }
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 onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:mouthMountain <http://dbpedia.org/resource/St._Louis> . ?uri onto:rightTributary <http://dbpedia.org/resource/Madison_River> . ?uri rdf:t...
Orange(huggingface)
What is the college of Malik Ausean which is also the college of Kyle Fuller ?
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/Malik_Ausean_Evans> onto:college ?uri. <http://dbpedia.org/resource/Kyle_Fuller_(basketball)> prop:college ?uri}
Orange(huggingface)
Which labels have published songs written by Harry Connick Jr?
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:writer <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?x prop:label ?uri . ?x rdf:type ont...
Orange(huggingface)
In which cities are there stations of SCOLA?
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:broadcastNetwork <http://dbpedia.org/resource/SCOLA_(TV_service)> . ?x prop:city ?uri . ?x rdf...
Orange(huggingface)
Name the office holder whose spouse is Dolley Madison and belongs to Militia branch ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . ?uri prop:branch <http://dbpedia.org/re...
Orange(huggingface)
How many writers worked on the album Main Course?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:album <http://dbpedia.org/resource/Main_Course> . ?x prop:writer ?uri . }
Orange(huggingface)
Where are the agencies headquartered at, which are under the Colorado Dept of Natural Resources?
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:parentOrganisation <http://dbpedia.org/resource/Colorado_Department_of_Natural_Resources> . ?x...
Orange(huggingface)
Which allegiance of John Kotelawala is also the sovereign state of Sanath Weerakoon ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:John_Kotelawala prop:allegiance ?uri. res:Sanath_Weerakoon onto:country ?uri}
Orange(huggingface)
List some people who were opponents of someone who was died by hanging?
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:deathCause <http://dbpedia.org/resource/Hanging> . ?x onto:opponent ?uri . ?x rdf:type onto:Pe...
Orange(huggingface)
Who was the president under whom, a governor participated in Shay's rebellion?
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:battle <http://dbpedia.org/resource/Shays'_Rebellion> . ?x prop:president ?uri . ?x rdf:type o...
Orange(huggingface)
Which politician's constituency is led by the SF Board of Supervisors?
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:leaderTitle <http://dbpedia.org/resource/San_Francisco_Board_of_Supervisors> . ?uri prop:const...
Orange(huggingface)
Ricky Gervais is the executive producer of the series having how many fictional characters?
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:executiveProducer <http://dbpedia.org/resource/Ricky_Gervais> . ?uri onto:series ?x . ?uri rdf:type onto:FictionalCharacter}
Orange(huggingface)
What is the television show whose company is Playtone and written by Erik Jendresen?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:company <http://dbpedia.org/resource/Playtone> . ?uri prop:writer <http://dbpedia.org/resourc...
Orange(huggingface)
How many albums did the maker of The Band produce?
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:artist <http://dbpedia.org/resource/The_Band> . ?x onto:subsequentWork ?uri . ?uri rdf:type onto:Album}
Orange(huggingface)
Name the TV show with Simon Fuller as artist and Fox as the channel ?
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 prop:channel <http://dbpedia.org/re...
Orange(huggingface)
Which college has been attended by both Mr. Hubert Wiggs and Mr. Alvin Bell?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Hubert_Wiggs onto:college ?uri. res:Alvin_Bell onto:college ?uri . }
Orange(huggingface)
Who is the leader of Hackweiser?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Hackweiser prop:leaderName ?uri }
Orange(huggingface)
Name the team manger of Middlebrough F.C season 2006-07 ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2006–07_Middlesbrough_F.C._season> onto:manager ?uri }
Orange(huggingface)
Name the significant buildings of Ivan Fomin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ivan_Fomin onto:significantBuilding ?uri }
Orange(huggingface)
Whose academic advisor works at the St George's Hospital?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:workInstitutions <http://dbpedia.org/resource/St_George's_Hospital> . ?uri onto:academicAdvisor ?x . }
Orange(huggingface)
Whose constituency is Duboce Triangle?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:constituency <http://dbpedia.org/resource/Duboce_Triangle,_San_Francisco> . }
Orange(huggingface)
Where did the wrestler trained by Ring of Honour get billed?
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:trainer <http://dbpedia.org/resource/Ring_of_Honor> . ?x prop:billed ?uri . ?x rdf:type onto:A...
Orange(huggingface)
Which country's engineered have studied at Aero Klub in Wroclaw?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:institution res:AeroKlub_Wrocław . ?x prop:nationality ?uri . }
Orange(huggingface)
Which religion's people are member of BJP?
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:party <http://dbpedia.org/resource/Bharatiya_Janata_Party> . ?x onto:religion ?uri . ?x rdf:ty...
Orange(huggingface)
Who discovered Europa and Callisto?
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/Europa_(moon)> prop:discoverer ?uri. <http://dbpedia.org/resource/Callisto_(moon)> onto:discoverer ?uri}
Orange(huggingface)
In which countries are there banks which came after the National Commercial Bank of Mauritius?
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/National_Commercial_Bank_Mauritius> onto:successor ?x . ?x prop:locationC...
Orange(huggingface)
Who have rented the stadium operated by Maple Leaf S&E?
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:operator <http://dbpedia.org/resource/Maple_Leaf_Sports_&_Entertainment> . ?x onto:tenant ?uri...
Orange(huggingface)
To what region is Sukhumbhand Paribatra, a leader?
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:leaderName <http://dbpedia.org/resource/Sukhumbhand_Paribatra> . ?uri rdf:type onto:Region}
Orange(huggingface)
Give me a count of royalties buried in Rome ?
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:placeOfBurial <http://dbpedia.org/resource/Rome> . ?uri rdf:type onto:Royalty}
Orange(huggingface)
In which countries can i find broadcasted TV in southeast asia?
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:broadcastArea <http://dbpedia.org/resource/Southeast_Asia> . ?x prop:country ?uri . ?x rdf:typ...
Orange(huggingface)
What is the mascot of military in Quezon city?
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:garrison <http://dbpedia.org/resource/Quezon_City> . ?x prop:mascot ?uri . ?x rdf:type onto:Mi...
Orange(huggingface)
Where did the spouse of pmare ii die?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:spouse res:Pōmare_II . ?x onto:deathPlace ?uri . }
Orange(huggingface)
Which tenant of New Sanno Hotel is the military branch of the Gary Holder-Winfield?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/New_Sanno_Hotel> onto:tenant ?uri. <http://dbpedia.org/resource/Gary_Holder-Winfield> onto:militaryBranch ?uri}
Orange(huggingface)
How many companies have built concrete bridges?
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:material <http://dbpedia.org/resource/Concrete> . ?x onto:builder ?uri . }
Orange(huggingface)
List the opponents of the relatives of Thomas Helwys?
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:relation <http://dbpedia.org/resource/Thomas_Helwys> . ?x onto:opponent ?uri . ?x rdf:type onto:Person}
Orange(huggingface)
Which relative of ralf schumacher is a famous formula one racer?
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/Ralf_Schumacher> . ?uri rdf:type onto:FormulaOneRacer}
Orange(huggingface)
What shows used to air on the channel which was earlier known as The 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 { ?x onto:predecessor <http://dbpedia.org/resource/The_Comedy_Channel_(United_States)> . ?uri prop:distr...
Orange(huggingface)
List the served region of the organisations of Trade association.
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:type <http://dbpedia.org/resource/Trade_association> . ?x onto:regionServed ?uri . ?x rdf:type onto:Organisation}
Orange(huggingface)
What are the movies written by Nick Castle?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:writer <http://dbpedia.org/resource/Nick_Castle> . ?uri rdf:type onto:Film}
Orange(huggingface)
What musician is often associated with Tiffany Villarreal and wrote Same Song?
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/Same_Song_(Digital_Underground_song)> prop:writer ?uri. <http://dbpedia.org/resource/Tiffany_Villarreal> onto:associatedMusicalArti...
Orange(huggingface)
Name the basketball player who played for Phoenix Suns and Los Angeles Clippers was his draft team?
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:team <http://dbpedia.org/resource/Phoenix_Suns> . ?uri prop:draftTeam <http://dbpedia.org/res...
Orange(huggingface)
What is the band with previous members Kevin Jonas and Joe Jonas?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri prop:pastMembers <http://dbpedia.org/resource/Kevin_Jonas> . ?uri prop:pastMembers <http://dbpedi...
Orange(huggingface)
What work has been directed by Orson Welles and distributed by RKO Pictures?
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:director <http://dbpedia.org/resource/Orson_Welles> . ?uri prop:distributor <http://dbpedia.o...
Orange(huggingface)
Ryan Seacrest has been the presenter of how many things?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:presenter <http://dbpedia.org/resource/Ryan_Seacrest> . }
Orange(huggingface)
What are the television shows whose network's sister station is BBC Two?
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:sisterStation <http://dbpedia.org/resource/BBC_Two> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
The Prime minister who worked in the Khmer Issarak follows which religion?
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:militaryBranch <http://dbpedia.org/resource/Khmer_Issarak> . ?x onto:religion ?uri . ?x rdf:type onto:PrimeMinister}
Orange(huggingface)
With which musical artist is the producer of Spotlight associated ?
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/Spotlight_(Jennifer_Hudson_song)> onto:producer ?x . ?x prop:associatedAc...
Orange(huggingface)
Which Texas based company was founded by Jim Harris ?
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:locationCity <http://dbpedia.org/resource/Texas> . ?uri prop:founder <http://dbpedia.org/reso...
Orange(huggingface)