question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Name the rivers who originate from Essex?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:mouthPlace <http://dbpedia.org/resource/Essex> . ?uri rdf:type onto:River}
julipc-p(huggingface)
Companies founded in Taiwan have typically which divisions?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/Taiwan> . ?x onto:division ?uri . ?x rdf:type onto:Company}
julipc-p(huggingface)
to which university did both, the Stanford Cardinal and Gerald Reaven go?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Stanford_Cardinal onto:university ?uri. res:Gerald_Reaven onto:institution ?uri}
julipc-p(huggingface)
Name the nearest city to David W. Brown House ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:David_W._Brown_House onto:nearestCity ?uri }
julipc-p(huggingface)
where did Deion Sanders debut?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Deion_Sanders prop:debutteam ?uri }
julipc-p(huggingface)
What cities are nearer to Fuountain Lake Farm?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Fountain_Lake_Farm prop:nearestCity ?uri }
julipc-p(huggingface)
Who are the characters of Batman Live?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Batman_Live prop:characters ?uri }
julipc-p(huggingface)
Which artists trained in San Francisco Art Institute?
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:training <http://dbpedia.org/resource/San_Francisco_Art_Institute> . ?uri rdf:type onto:Artist}
julipc-p(huggingface)
What is the owning organisation of the Ford Kansas City Assembly Plant and also the builder of the Ford Y-block engine?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Kansas_City_Assembly_Plant> onto:owningOrganisation ?uri. <http://dbpedia.org/resource/Ford_Y-block_engine> onto:manufacturer ?uri}
julipc-p(huggingface)
Name the country with currency as Aureus ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:currency <http://dbpedia.org/resource/Aureus> . ?uri rdf:type onto:Country}
julipc-p(huggingface)
what awards have been given to A. Peter Dewey?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:A._Peter_Dewey onto:award ?uri }
julipc-p(huggingface)
How many shows belong to the network one of whose sister station is Cartoonite?
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 onto:sisterStation <http://dbpedia.org/resource/Cartoonito> . ?uri prop:network ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
what has been developed by John Fanning?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:developer <http://dbpedia.org/resource/John_Fanning_(businessman)> }
julipc-p(huggingface)
Muhammad Yunus has won how many awards?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Muhammad_Yunus> onto:award ?uri . }
julipc-p(huggingface)
List the associates of bands which have a label by Motown ?
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:recordLabel <http://dbpedia.org/resource/Motown> . ?x prop:associatedActs ?uri . ?x rdf:type onto:Band}
julipc-p(huggingface)
Who wrote the musical whose composer is Emil Dean Zoghby?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:musicBy <http://dbpedia.org/resource/Emil_Dean_Zoghby> . ?x onto:author ?uri . ?x rdf:type onto:Musical}
julipc-p(huggingface)
Count the units garrisoned at Arlington County, Virginia.
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:garrison <http://dbpedia.org/resource/Arlington_County,_Virginia> . ?uri rdf:type onto:MilitaryUnit}
julipc-p(huggingface)
What is the faith of Kwai Chang Caine ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Kwai_Chang_Caine onto:religion ?uri }
julipc-p(huggingface)
What are the houses of the legislature where the leader is called Pullaiahgaripalli ?
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/Pullaiahgaripalli> prop:leaderTitle ?x . ?x prop:houses ?uri . ?x rdf:type onto:Legislature}
julipc-p(huggingface)
Which serving railway line of the Daund Junction railway station was also the place where 99 (2009 film) was recorded ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Daund_Junction_railway_station> onto:servingRailwayLine ?uri. <http://dbpedia.org/resource/99_(2009_film)> prop:recorded ?uri}
julipc-p(huggingface)
List the ethnicity of Riley Reid?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Riley_Reid prop:ethnicity ?uri }
julipc-p(huggingface)
Which shows are from a company whose subsidiary is Viacom 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 onto:subsidiary <http://dbpedia.org/resource/Viacom_Productions> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is the university whose campus is Mount Moosilauke?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:campus <http://dbpedia.org/resource/Mount_Moosilauke> . ?uri rdf:type onto:University}
julipc-p(huggingface)
How many religions are followed by the group whose architectural style can be seen on Sanggar Agung?
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 { <http://dbpedia.org/resource/Sanggar_Agung> prop:architecturalStyle ?x . ?x onto:religion ?uri . ?x rdf:type onto:EthnicGroup}
julipc-p(huggingface)
How many things are written in C++?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:programmingLanguage <http://dbpedia.org/resource/C++> . }
julipc-p(huggingface)
Name the garrison of the Western Naval Command and line of the Vadodara Junction railway station ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Western_Naval_Command prop:garrison ?uri. res:Vadodara_Junction_railway_station prop:line ?uri}
julipc-p(huggingface)
Who are the shareholder of the soccer club for whom Steve Holland plays?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steve_Holland_(footballer)> prop:currentclub ?x . ?x prop:owner ?uri . }
julipc-p(huggingface)
Which city located on Mediterranean Sea is also the stadium of Panionios G.S.S. season ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:2014–15_Panionios_G.S.S._season prop:stadium ?uri. res:Mediterranean_Sea prop:cities ?uri}
julipc-p(huggingface)
Through which cities do the rivers starting at the Montauk State Park flow?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:sourcePlace <http://dbpedia.org/resource/Montauk_State_Park> . ?x onto:city ?uri . ?x rdf:type onto:River}
julipc-p(huggingface)
How many ideologies do the political party of Boonchu Rojanastien hold?
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 { <http://dbpedia.org/resource/Boonchu_Rojanastien> prop:party ?x . ?x onto:ideology ?uri . ?x rdf:type onto:PoliticalParty}
julipc-p(huggingface)
What are the hubs of PLUS Helicopter Services, a highway helicopter unit of PLUS Expressways?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:PLUS_Expressways prop:hubs ?uri }
julipc-p(huggingface)
Name the movies for which music was given by Geoffrey Burgon and distributed by Cinema International Corporation?
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/Geoffrey_Burgon> . ?uri prop:distributor <http://dbpedia.org/resource/Cinema_International_Corporatio...
julipc-p(huggingface)
Which country's leader is Giuseppe Bertello?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:leader <http://dbpedia.org/resource/Giuseppe_Bertello> . ?uri rdf:type onto:Country}
julipc-p(huggingface)
Who wrote the subsequent work of One Day at a Time (Em's Version) ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/One_Day_at_a_Time_(Em's_Version)> onto:subsequentWork ?x . ?x onto:writer ?uri . }
julipc-p(huggingface)
Name the TV shows with network as NBC and company as Paramount Television ?
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:network <http://dbpedia.org/resource/NBC> . ?uri prop:company <http://dbpedia.org/resource/Paramount_Television> . ?uri rdf:type onto:Te...
julipc-p(huggingface)
Name the fictional character whose voice's animator is Hardie Gramatky?
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:animator <http://dbpedia.org/resource/Hardie_Gramatky> . ?uri onto:voice ?x . ?uri rdf:type onto:FictionalCharacter}
julipc-p(huggingface)
Which license provider of MSX basic is also the designer of Language Integrated Query ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Language_Integrated_Query onto:designer ?uri. res:MSX_BASIC prop:license ?uri}
julipc-p(huggingface)
Who are the architect of the stadium whose one of the architect is louis D. Astorino ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:architect res:Louis_D._Astorino . ?x prop:architect ?uri . }
julipc-p(huggingface)
Who are the astronauts associated with NASA?
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 rdf:type onto:Astronaut}
julipc-p(huggingface)
Who is the partner of Rob Patterson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:partner res:Rob_Patterson . }
julipc-p(huggingface)
How many politicians are there from the city of Ganges?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Ganges> prop:city ?x . ?x onto:leaderName ?uri . }
julipc-p(huggingface)
To which american football teams does the Heinz Field serve as home stadium?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Heinz_Field prop:tenants ?uri }
julipc-p(huggingface)
Which architect of the Marine Corps Air Station Kaneohe Bay is the branch of the Burnet R. Maybank?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Marine_Corps_Air_Station_Kaneohe_Bay prop:architect ?uri. res:Burnet_R._Maybank prop:branch ?uri}
julipc-p(huggingface)
Which movies's screenplay is written by Akiva Goldsman
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:screenplay <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri rdf:type onto:Film}
julipc-p(huggingface)
How many TV shows are similar to the ones belonging to fantasy genre?
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:genre <http://dbpedia.org/resource/Fantasy_television> . ?uri onto:related ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
How many developers were involved in creating games whose score is composed by Gerard Marino?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:composer <http://dbpedia.org/resource/Gerard_Marino> . ?x onto:developer ?uri . }
julipc-p(huggingface)
Which television show's developer is Brian Graden and voices to the character is by Isaac Hayes?
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:developer <http://dbpedia.org/resource/Brian_Graden> . ?uri prop:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri rdf:type onto:T...
julipc-p(huggingface)
How did the child of Stevens T. Mason die?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stevens_Thomson_Mason_(Virginia)> onto:child ?x . ?x onto:deathCause ?uri . }
julipc-p(huggingface)
What is the nickname of the home stadium of Angels Toru?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Angels_Toruń onto:homeStadium ?x . ?x prop:nickname ?uri . }
julipc-p(huggingface)
What is the television show whose executive producer is Douglas Netter?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:executiveProducer <http://dbpedia.org/resource/Douglas_Netter> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
List out the people who are related to the relatives of Jared Kushner ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jared_Kushner onto:relation ?x . ?x onto:relation ?uri . }
julipc-p(huggingface)
List all the doctoral student of the scientist who has advised john Bowlby ?
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:doctoralStudents <http://dbpedia.org/resource/John_Bowlby> . ?x prop:doctoralStudents ?uri . ?x rdf:type onto:Scientist}
julipc-p(huggingface)
To which series does the book belong which came after the Blade Runner 2?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:previousWork res:Blade_Runner_2:_The_Edge_of_Human . ?x onto:series ?uri . }
julipc-p(huggingface)
In which city did The Ultimate Fighter: Team Rousey vs. Team Tate take place ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:The_Ultimate_Fighter:_Team_Rousey_vs._Team_Tate prop:city ?uri }
julipc-p(huggingface)
Where was Sino-French War fought ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sino-French_War> onto:territory ?uri }
julipc-p(huggingface)
Who did Daniel Gibson marry?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:spouse res:Daniel_Gibson . }
julipc-p(huggingface)
What is the political party of the daughter of Jawaharlal Nehru ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jawaharlal_Nehru onto:child ?x . ?x onto:party ?uri . }
julipc-p(huggingface)
Name the river with source as Shannon Pot and its mouth is located in Limerick?
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:source <http://dbpedia.org/resource/Shannon_Pot> . ?uri prop:mouthLocation <http://dbpedia.org/resource/Limerick> . ?uri rdf:type onto:R...
julipc-p(huggingface)
Count the number of sports team members which have player named Matt Williams ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:name <http://dbpedia.org/resource/Matt_Williams_(New_Zealand_footballer)> . ?x prop:name ?uri }
julipc-p(huggingface)
How many different people own the Timeform award winners?
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:awards <http://dbpedia.org/resource/Timeform> . ?x onto:owner ?uri . ?uri rdf:type onto:Person}
julipc-p(huggingface)
What religions do diplomats typically follow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:profession res:Diplomacy . ?x prop:religion ?uri . }
julipc-p(huggingface)
Guggenheim family is the cofounder of a company that invested stocks in which baseball 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 ?uri WHERE { ?x prop:founder <http://dbpedia.org/resource/Guggenheim_family> . ?uri prop:owner ?x . ?uri rdf:type onto:BaseballTeam}
julipc-p(huggingface)
Which city is known for the people working in the western penn hospital?
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:workInstitutions <http://dbpedia.org/resource/Western_Pennsylvania_Hospital> . ?x onto:knownFor ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
In which country does the publishing house exist which was cofounded by Panos Loannides?
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:founder <http://dbpedia.org/resource/Panos_Ioannides> . ?x prop:country ?uri . ?x rdf:type onto:Publisher}
julipc-p(huggingface)
Name the team which is owned by Dafenham wind turbines and stood first in 1967 mexican Grand Prix ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:1967_Mexican_Grand_Prix prop:firstTeam ?uri. res:Dagenham_wind_turbines prop:owner ?uri}
julipc-p(huggingface)
Which education center Sidney Catlin Partrodge attended which was also the alma mater of Lisa Brummel ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Sidney_Catlin_Partridge prop:education ?uri. res:Lisa_Brummel onto:almaMater ?uri}
julipc-p(huggingface)
What sports can be played in Kharghar's schools
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/Kharghar> . ?x onto:sport ?uri . ?x rdf:type onto:School}
julipc-p(huggingface)
Which ethinicity of Riley Reid is the state of origin of Holmes Colbert?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Riley_Reid prop:ethnicity ?uri. res:Holmes_Colbert onto:stateOfOrigin ?uri}
julipc-p(huggingface)
Which american football team has stadium as O.co Coliseum?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:locationCity <http://dbpedia.org/resource/O.co_Coliseum> . ?uri rdf:type onto:AmericanFootballTeam}
julipc-p(huggingface)
How many subjects are covered in the publications of Doubleday?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:publisher <http://dbpedia.org/resource/Doubleday_(publisher)> . ?x onto:nonFictionSubject ?uri . }
julipc-p(huggingface)
In which city of Pittsburg Steelers was the Congress of Inductrial Organization founded ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Congress_of_Industrial_Organizations prop:founded ?uri. res:Pittsburgh_Steelers prop:city ?uri}
julipc-p(huggingface)
What is the hometown of the residents of Martha's vineyards?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:residence <http://dbpedia.org/resource/Martha's_Vineyard> . ?x onto:hometown ?uri . }
julipc-p(huggingface)
Name the sea into which Danish Straits flows and has Kaliningrad as one of the city on the shore ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:cities <http://dbpedia.org/resource/Kaliningrad> . ?uri prop:outflow <http://dbpedia.org/resource/Danish_straits> . ?uri rdf:type onto:S...
julipc-p(huggingface)
Name the team manger of Middlebrough F.C season 2006-07 ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2006–07_Middlesbrough_F.C._season> onto:manager ?uri }
julipc-p(huggingface)
What city has the football team in which Lee Robinson debuted?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lee_Robinson_(American_football)> onto:debutTeam ?x . ?x onto:locationCity ?uri . }
julipc-p(huggingface)
Who is the owner of the bank which owns Bloomberg Radio?
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/Bloomberg_Radio> onto:owner ?x . ?x prop:owner ?uri . ?x rdf:type onto:Bank}
julipc-p(huggingface)
Which companies were behind the renovation of McKechnie Field ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:McKechnie_Field prop:architect ?uri }
julipc-p(huggingface)
Who was the coach of marquette Golden Eagles men's basketball team-2012,13 season ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2012–13_Marquette_Golden_Eagles_men's_basketball_team> onto:coach ?uri }
julipc-p(huggingface)
Which governer of Winston bryant is also the president of Carl Stokes ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Winston_Bryant prop:governor ?uri. res:Carl_Stokes prop:president ?uri}
julipc-p(huggingface)
List the sports of PATTS College of Aeronautics which are of interest of Jon Speelman ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:PATTS_College_of_Aeronautics prop:athletics ?uri. res:Jon_Speelman onto:field ?uri}
julipc-p(huggingface)
What is the home stadium of the club coached by Justine Omojong?
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:coach <http://dbpedia.org/resource/Justine_Omojong> . ?x prop:homeStadium ?uri . ?x rdf:type onto:SoccerClub}
julipc-p(huggingface)
Which are the predecessors of the cars which are similar to the Oldsmobile 88?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Oldsmobile_88 prop:related ?x . ?x onto:predecessor ?uri . }
julipc-p(huggingface)
Name a queen whose parent is Ptolemy XII Auletes and consort is Ptolemy XIII Theos Philopator?
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:parent <http://dbpedia.org/resource/Ptolemy_XII_Auletes> . ?uri prop:spouse <http://dbpedia.org/resource/Ptolemy_XIII_Theos_Philopator> ...
julipc-p(huggingface)
Which show's theme music was composed by Primus and voiced by Isaac Hayes?
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/Primus_(band)> . ?uri prop:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri rdf:t...
julipc-p(huggingface)
Who is the chancellor of the university whose campus is in Woodlane, New Jersey ?
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:campus <http://dbpedia.org/resource/Woodlane,_New_Jersey> . ?x prop:chancellor ?uri . ?x rdf:type onto:University}
julipc-p(huggingface)
Name the mountain whose parent peak is located in Mexico.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:locatedInArea <http://dbpedia.org/resource/State_of_Mexico> . ?uri onto:parentMountainPeak ?x . ?uri rdf:type onto:Mountain}
julipc-p(huggingface)
List the ingredient of Blodpalt ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Blodpalt onto:ingredient ?uri }
julipc-p(huggingface)
List the served region of the organisations of Trade association.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 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}
julipc-p(huggingface)
Who composed the music for Tonight's the Night ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tonight's_the_Night_(2003_musical)> prop:music ?uri }
julipc-p(huggingface)
How many things are made by companies who produce mass media articles?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:products <http://dbpedia.org/resource/Mass_media> . ?uri onto:manufacturer ?x . }
julipc-p(huggingface)
What awards have been given to race horses bred by Bert Michell?
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:trainer <http://dbpedia.org/resource/Bert_S._Michell> . ?x onto:honours ?uri . ?x rdf:type onto:RaceHorse}
julipc-p(huggingface)
Whose mayors are affiliated with Christen-Democratisch en Vlaams?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:affiliation <http://dbpedia.org/resource/Christen-Democratisch_en_Vlaams> . ?uri onto:leaderName ?x . }
julipc-p(huggingface)
What is the common nationality of Viveka Babajee anad Ronny Vencatachellum ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Viveka_Babajee prop:citizenship ?uri. res:Ronny_Vencatachellum onto:nationality ?uri}
julipc-p(huggingface)
Which party won the elections when Y.S. Rajasekhara Reddy was in power?
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:leader <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x onto:affiliation ?uri . ?x rdf:type onto:Election}
julipc-p(huggingface)
Where does the river begin whose left tributary is Krapanski Potok?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:leftTributary res:Krapanski_Potok . ?x onto:source ?uri . }
julipc-p(huggingface)
What are the notable commanders of the army whose one of the notable commanders is Paul Hausser?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:notableCommanders res:Paul_Hausser . ?x prop:notableCommanders ?uri . }
julipc-p(huggingface)
Name the source of Raa ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Raša_(river)> onto:source ?uri }
julipc-p(huggingface)
Who is the producer of Frampton's Camel ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frampton's_Camel> prop:producer ?uri }
julipc-p(huggingface)
Name the directors of Lennon Legend: The Very Best of John Lennon (DVD) ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lennon_Legend:_The_Very_Best_of_John_Lennon_(DVD)> onto:director ?uri }
julipc-p(huggingface)
To which country is Svetlana Navasardyan from?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Svetlana_Navasardyan prop:origin ?uri }
julipc-p(huggingface)