question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
The people who did their high school in Palm City, Florida did their college where?
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:highschool <http://dbpedia.org/resource/Palm_City,_Florida> . ?x onto:college ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
Where is the radio broadcasted in, whose sister station is CKFM-FM?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:sisterStation <http://dbpedia.org/resource/CKFM-FM> . ?x onto:broadcastArea ?uri . ?x rdf:type onto:RadioStation}
julipc-p(huggingface)
List the spanish football player in the NYC FC ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:currentclub res:New_York_City_FC . ?uri prop:nationalteam res:Spain_national_football_team . }
julipc-p(huggingface)
Which stadium's operator works in the Pepsi Center?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:occupation res:Pepsi_Center . ?uri onto:operator ?x . }
julipc-p(huggingface)
What is the academic discipline of the Journal of Cerebral Blood Flow & Metabolism and also an ingredient of the Ragout fin ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> onto:academicDiscipline ?uri. <http://dbpedia.org/resource/Ragout_fin> onto:ingredient ?uri}
julipc-p(huggingface)
In what tv shows did Jason Carter act?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:starring <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Where is the mouth of the river whose tributary is Bjelimićka Rijeka ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:rightTributary res:Bjelimićka_Rijeka . ?x onto:mouthCountry ?uri . }
julipc-p(huggingface)
Which companies make cars with a front engine, rear wheel drive layout?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:automobilePlatform <http://dbpedia.org/resource/Front-engine,_rear-wheel-drive_layout> . ?x onto:parentCompany ?uri . ?x rdf:type onto:Automobile}
julipc-p(huggingface)
What is the mascot of the military unit in which Ronald Wilson served?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Ronald_Wilson prop:branch ?x . ?x prop:mascot ?uri . }
julipc-p(huggingface)
Where does Truman McGill Hobbs, United States District Judge live?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Truman_McGill_Hobbs prop:residence ?uri }
julipc-p(huggingface)
Pennsylvania has how many american football teams?
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:city <http://dbpedia.org/resource/Pennsylvania> . ?uri rdf:type onto:AmericanFootballTeam}
julipc-p(huggingface)
To which sports team is Aubie the mascot?
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:mascot <http://dbpedia.org/resource/Aubie> . ?uri rdf:type onto:SportsTeam}
julipc-p(huggingface)
What is the religious affiliation of Hong Kong Taoist Association Tang Hin Memorial Secondary School ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Hong_Kong_Taoist_Association_Tang_Hin_Memorial_Secondary_School prop:religiousAffiliation ?uri }
julipc-p(huggingface)
What were the major actions taken by the politicians living in Gales Ferry, Connecticut?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:residence <http://dbpedia.org/resource/Gales_Ferry,_Connecticut> . ?x onto:battle ?uri . ?x rdf:type onto:Politician}
julipc-p(huggingface)
Which royal people are buried in Rome?
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:placeOfBurial <http://dbpedia.org/resource/Rome> . ?uri rdf:type onto:Royalty}
julipc-p(huggingface)
What artist was associated closely with the bare necessities and rock a doodle?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Bare_Necessities> onto:artist ?uri. <http://dbpedia.org/resource/Rock-a-Doodle> onto:starring ?uri}
julipc-p(huggingface)
Which parent company of the Cornell University Press is also the alma mater of the Mario Garca Menocal?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Cornell_University_Press onto:parentCompany ?uri. res:Mario_García_Menocal onto:almaMater ?uri}
julipc-p(huggingface)
Which religions are followed by people in England?
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:residence <http://dbpedia.org/resource/England> . ?x prop:religion ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
Where was MacKenzie Miller born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:MacKenzie_Miller prop:birthPlace ?uri }
julipc-p(huggingface)
What company involved in the development of Sherlock did Arthur Levinson work for?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arthur_D._Levinson> onto:occupation ?uri. <http://dbpedia.org/resource/Sherlock_(software)> onto:developer ?uri}
julipc-p(huggingface)
Who was the president during the time the opponent of John Hospers was in the office?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:opponent res:John_Hospers . ?x onto:incumbent ?uri . }
julipc-p(huggingface)
What is the birthplace of the netball player who is the relative of Rachel Rasmussen ?
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/Rachel_Rasmussen> prop:relatives ?x . ?x onto:birthPlace ?uri . ?x rdf:type onto:NetballPlayer}
julipc-p(huggingface)
What is the religion of the academic authority on Ceratosoma tenue?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ceratosoma_tenue onto:binomialAuthority ?x . ?x prop:veneratedIn ?uri . }
julipc-p(huggingface)
What is the birth location of the pope who was canonized by Agatha of Sicily?
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/Agatha_of_Sicily> onto:canonizedBy ?x . ?x prop:birthPlace ?uri . ?x rdf:type onto:Pope}
julipc-p(huggingface)
In which cities are there stations of SCOLA?
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:broadcastNetwork <http://dbpedia.org/resource/SCOLA_(TV_service)> . ?x prop:city ?uri . ?x rdf:type onto:TelevisionStation}
julipc-p(huggingface)
Which set of researchers won the Gold Medal of the Royal Astronomical Society award?
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:prizes <http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society> . ?uri rdf:type onto:Scientist}
julipc-p(huggingface)
List the members of Skull Gang?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Skull_Gang onto:bandMember ?uri }
julipc-p(huggingface)
How did Letitia MacTavish Hargrave died ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Letitia_MacTavish_Hargrave onto:deathCause ?uri }
julipc-p(huggingface)
Which destination of the Novair International Airway is the source origin of Spaghetti squash ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Novair_International_Airways onto:destination ?uri. res:Spaghetti_squash onto:origin ?uri}
julipc-p(huggingface)
Which animator of Tommy Tucker's Tooth is also the film director of Alice's Wonderland ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> onto:director ?uri. <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri}
julipc-p(huggingface)
The president served by Haqqi al-Azm died where?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Haqqi_al-Azm> prop:president ?x . ?x prop:placeOfDeath ?uri . }
julipc-p(huggingface)
Name the mouth country of Upper Neretva ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Upper_Neretva onto:mouthCountry ?uri }
julipc-p(huggingface)
Name the movies in which music is give by Laurie Johnson and edited by Anthony Harvey ?
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 onto:editing <http://dbpedia.org/resource/Anthony_Harvey> . ?uri rdf:type onto...
julipc-p(huggingface)
Which NASA astronaut was on mission Gemini 8?
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:type <http://dbpedia.org/resource/NASA> . ?uri prop:mission <http://dbpedia.org/resource/Gemini_8> . ?uri rdf:type onto:Astronaut}
julipc-p(huggingface)
Give me the places where people who worked in Church of England died in ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:occupation res:Church_of_England . ?x onto:deathPlace ?uri . }
julipc-p(huggingface)
Which assembly of the Plymouth Savoy is the route end of the NorthSouth Transport Corridor?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Plymouth_Savoy onto:assembly ?uri. res:North–South_Transport_Corridor onto:routeEnd ?uri}
julipc-p(huggingface)
Who is the producer of the song which is the previous work of He's a Liar ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Liar> onto:previousWork ?x . ?x onto:producer ?uri . ?x rdf:type onto:Song}
julipc-p(huggingface)
Which river's source mountain is Baikal Mountains and it's mouth is Lena Delta Wildlife Reserve?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:sourceMountain <http://dbpedia.org/resource/Baikal_Mountains> . ?uri onto:riverMouth <http://dbpedia.org/resource/Lena_Delta_Wildlife_Reserve> . ?uri rdf:type onto:River}
julipc-p(huggingface)
How many universities are located in a country led by Olemic Thommessen?
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 { ?x prop:leaderName <http://dbpedia.org/resource/Olemic_Thommessen> . ?uri onto:country ?x . ?uri rdf:type onto:University}
julipc-p(huggingface)
where are renaissance centers located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Renaissance_Center prop:address ?uri }
julipc-p(huggingface)
Which publisher of Stone Canoe is also the university for which Michael Powell plays for ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stone_Canoe> onto:publisher ?uri. <http://dbpedia.org/resource/Michael_Powell_(lacrosse)> onto:team ?uri}
julipc-p(huggingface)
What mascot of the Galatasaray Handball Team is also the team name of Cristo Rey Jesuit high School ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cristo_Rey_Jesuit_High_School_(Chicago)> prop:teamName ?uri. <http://dbpedia.org/resource/Galatasaray_Handball_Team> prop:mascot ?uri}
julipc-p(huggingface)
What is the alma mater of the author of Letter to a Christian Nation ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Letter_to_a_Christian_Nation onto:author ?x . ?x prop:almaMater ?uri . }
julipc-p(huggingface)
Which television shows have been produced by Erik Bork?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:producer <http://dbpedia.org/resource/Erik_Bork> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What are the gadgets whose manufacturing company is founded by Terry Gou?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:founder <http://dbpedia.org/resource/Terry_Gou> . ?uri onto:manufacturer ?x . ?uri rdf:type onto:Device}
julipc-p(huggingface)
How many books are there whose author's tomb is in Madrid?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:restingPlace <http://dbpedia.org/resource/Madrid> . ?uri onto:author ?x . ?uri rdf:type onto:Book}
julipc-p(huggingface)
What are the television shows whose writers did notable work for Band of Brothers ?
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:notableWork <http://dbpedia.org/resource/Band_of_Brothers_(miniseries)> . ?uri prop:writer ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
To which political party does the writer of In the Bazaars of Hyderabad belong?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:In_the_Bazaars_of_Hyderabad prop:writer ?x . ?x onto:party ?uri . }
julipc-p(huggingface)
To how many different species does the members of the Animal Kingdom belong?
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:kingdom <http://dbpedia.org/resource/Animal> . ?x onto:species ?uri . ?uri rdf:type onto:Species}
julipc-p(huggingface)
Where do networks affiliated with ETC broadcast?
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:affiliation <http://dbpedia.org/resource/ETC_(TV_channel)> . ?x prop:area ?uri . ?x rdf:type onto:BroadcastNetwork}
julipc-p(huggingface)
What water bodies are nearest to Helsinki city?
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/Helsinki> . ?uri rdf:type onto:BodyOfWater}
julipc-p(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 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}
julipc-p(huggingface)
What country did the successor of William Ofori Atta swear his oath to?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:predecessor res:William_Ofori_Atta . ?x prop:allegiance ?uri . }
julipc-p(huggingface)
What is the prize awarded to Bruce Beutler ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Bruce_Beutler onto:award ?uri }
julipc-p(huggingface)
To which books Thomas Egerton, an editor?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:publisher <http://dbpedia.org/resource/Thomas_Egerton_(publisher)> . ?uri rdf:type onto:Book}
julipc-p(huggingface)
Where did Marvo originate?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Mavro onto:origin ?uri }
julipc-p(huggingface)
What is the burial place of Iyoas I ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Iyoas_I prop:placeOfBurial ?uri }
julipc-p(huggingface)
What sport played in Polytechnic uni of San Juan has also made advocate nasiruddin famous?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Advocate_Nasiruddin onto:knownFor ?uri. res:Polytechnic_University_of_the_Philippines_San_Juan onto:sport ?uri}
julipc-p(huggingface)
What river ends in Indian Ocean and also starts somewhere in Zambia?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Indian_Ocean> . ?uri onto:sourceCountry <http://dbpedia.org/resource/Zambia> . ?uri rdf:type onto:River}
julipc-p(huggingface)
Who all have been a commander during the battles of Ohio?
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:place <http://dbpedia.org/resource/Ohio> . ?x onto:commander ?uri . ?x rdf:type onto:MilitaryConflict}
julipc-p(huggingface)
How many groups speak the English Language?
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:languages <http://dbpedia.org/resource/English_language> . ?uri rdf:type onto:EthnicGroup}
julipc-p(huggingface)
Which source of river Raa is the sovereign state of Adriatic sea ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Raša_(river)> onto:source ?uri. <http://dbpedia.org/resource/Adriatic_Sea> onto:country ?uri}
julipc-p(huggingface)
What was founded by Congress of Industrial Organizations ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Congress_of_Industrial_Organizations prop:founded ?uri }
julipc-p(huggingface)
Which current players once played for Toronto argonauts?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:formerTeam <http://dbpedia.org/resource/Toronto_Argonauts> . ?uri rdf:type onto:AmericanFootballPlayer}
julipc-p(huggingface)
What is the religious affiliation of the Neungin High School which is also the academic interest of Sylvain Lvi ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Neungin_High_School prop:religiousAffiliation ?uri. res:Sylvain_Lévi prop:fields ?uri}
julipc-p(huggingface)
Give me a count of movies distributed by Warner Bros?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:distributor <http://dbpedia.org/resource/Warner_Bros.> . }
julipc-p(huggingface)
Which magazines were founded by ann Wenner ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:founder <http://dbpedia.org/resource/Jann_Wenner> . ?uri rdf:type onto:Magazine}
julipc-p(huggingface)
Where is the venue of the History of Penny Arcade Expo located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:History_of_Penny_Arcade_Expo prop:venue ?x . ?x prop:address ?uri . }
julipc-p(huggingface)
Which company is the parent company of Chevrolet Spark ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Chevrolet_Spark prop:parentCompany ?uri }
julipc-p(huggingface)
Name the TV show distributed by Broadcast Syndication and is broadcasted by comedy central ?
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:distributor <http://dbpedia.org/resource/Broadcast_syndication> . ?uri prop:network <http://dbpedia.org/resource/Comedy_Central> . ?uri ...
julipc-p(huggingface)
Who was the president at the time when the opponent of Benjamin Spock held office?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:opponent res:Benjamin_Spock . ?x prop:incumbent ?uri . }
julipc-p(huggingface)
List the shrines of the saint whose one of the shrine is Ponza ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:majorShrine <http://dbpedia.org/resource/Poznań> . ?x onto:majorShrine ?uri . ?x rdf:type onto:Saint}
julipc-p(huggingface)
Where is the headquarters of the company which runs the Metro Blue Line in minnesota?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Metro_Blue_Line_(Minnesota)> prop:operator ?x . ?x prop:headquarters ?uri . ?x rdf:type onto:Organisation}
julipc-p(huggingface)
How many people are in the continental army?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:militaryBranch <http://dbpedia.org/resource/Continental_Army> . }
julipc-p(huggingface)
Which religion followers are in the Royal Thai Army?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:militaryBranch res:Royal_Thai_Army . ?x onto:religion ?uri . }
julipc-p(huggingface)
To which senator did military unit VMF-155 belong?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:militaryUnit <http://dbpedia.org/resource/VMF-155> . ?uri rdf:type onto:Senator}
julipc-p(huggingface)
What are the movies whose music is composed by Vangelis?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:musicComposer <http://dbpedia.org/resource/Vangelis> . ?uri rdf:type onto:Film}
julipc-p(huggingface)
In which areas can I find wine made of Vitis vinifera grapes?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:species <http://dbpedia.org/resource/Vitis_vinifera> . ?x onto:wineRegion ?uri . ?x rdf:type onto:Grape}
julipc-p(huggingface)
Which expertise of the Menetries's warbler is the nationality of the Jeyhun Abiyev ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Menetries's_warbler> onto:binomialAuthority ?uri. <http://dbpedia.org/resource/Jeyhun_Abiyev> onto:nationality ?uri}
julipc-p(huggingface)
Who is the publisher of The Rolling Stone Album Guide ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Rolling_Stone_Album_Guide onto:publisher ?uri }
julipc-p(huggingface)
Which soccer clubs are in the Liga Divisi Utama?
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:season <http://dbpedia.org/resource/Liga_Divisi_Utama> . ?x prop:name ?uri . ?x rdf:type onto:SoccerClub}
julipc-p(huggingface)
How many services does 21Vianet provide?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/21Vianet> prop:services ?uri . }
julipc-p(huggingface)
What is the Location of the Dofinivka Estuary which is also the birthplace of the Liliya Lobanova ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Dofinivka_Estuary prop:location ?uri. res:Liliya_Lobanova prop:birthplace ?uri}
julipc-p(huggingface)
What are the former team of the american football players who played at gridiron football position ?
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:position <http://dbpedia.org/resource/Tackle_(gridiron_football_position)> . ?x onto:formerTeam ?uri . ?x rdf:type onto:AmericanFootballP...
julipc-p(huggingface)
What subjects does the subsequent work of The Dragons of Eden deals with ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Dragons_of_Eden onto:subsequentWork ?x . ?x prop:subject ?uri . }
julipc-p(huggingface)
Name the TV show which has judge as harry Connick and is broadcasted on Fox Broadcasting Company ?
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:channel <http://dbpedia.org/resource/Fox_Broadcasting_Company> . ?uri prop:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?ur...
julipc-p(huggingface)
What are some rivers over which there is a box girder bridge?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:design res:Box_girder_bridge . ?x prop:crosses ?uri . }
julipc-p(huggingface)
Whay common comic is written by Karakuri Dji Ultimo and narrated by The Incredible Hulk ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Karakuri_Dôji_Ultimo> prop:author ?uri. <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> prop:narrated ?uri}
julipc-p(huggingface)
Which university attended by Donn Barber and education institute of Jack McGregor ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Donn_Barber prop:education ?uri. res:Jack_McGregor onto:education ?uri}
julipc-p(huggingface)
Where is the lake located into which the Winnipeg River flows?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:outflow res:Winnipeg_River . ?x prop:location ?uri . }
julipc-p(huggingface)
Who is the designer of Saleen S5S Raptor ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Saleen_S5S_Raptor prop:designer ?uri . }
julipc-p(huggingface)
Name the newspaper owned by Schibsted and headquartered at Stockholm?
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:owners <http://dbpedia.org/resource/Schibsted> . ?uri prop:headquarters <http://dbpedia.org/resource/Stockholm> . ?uri rdf:type onto:New...
julipc-p(huggingface)
How many party are there of the office holders whose one of the party is Janata Dal ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:otherParty <http://dbpedia.org/resource/Janata_Dal> . ?x onto:otherParty ?uri }
julipc-p(huggingface)
Name the first driver of 1999 San Marino Grand Prix ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:1999_San_Marino_Grand_Prix onto:firstDriver ?uri }
julipc-p(huggingface)
Who battled under commander Egushawa in a conflict?
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:commander <http://dbpedia.org/resource/Egushawa> . ?x prop:combatant ?uri . ?x rdf:type onto:MilitaryConflict}
julipc-p(huggingface)
How many things have made different people living in Canada famous?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nationality <http://dbpedia.org/resource/Canadians> . ?x onto:knownFor ?uri . }
julipc-p(huggingface)
Which is the largest city of Union State ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Union_State prop:largestCity ?uri }
julipc-p(huggingface)
Which university has a sports team member called Micheal Powell and also owns Syracuse University Press ?
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}
julipc-p(huggingface)
Ryan Seacrest has been the presenter of how many things?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:presenter <http://dbpedia.org/resource/Ryan_Seacrest> . }
julipc-p(huggingface)
Count the tenants of the stadiums designed by Populous?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . }
julipc-p(huggingface)