question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Which parent organization of GetTV is also the label of next thing ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Next_Thing onto:recordLabel ?uri. res:GetTV onto:parentOrganisation ?uri}
julipc-p(huggingface)
Which teams have used the stadium whose architect was Populous ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium}
julipc-p(huggingface)
Which hockey team is head coached by Bill Peters?
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:headCoach <http://dbpedia.org/resource/Bill_Peters_(ice_hockey)> . ?uri rdf:type onto:HockeyTeam}
julipc-p(huggingface)
Count the number of religions followed by the alumini of Ananda College.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:almaMater <http://dbpedia.org/resource/Ananda_College> . ?x onto:religion ?uri . }
julipc-p(huggingface)
What are the television shows whose network's stockholder is Warner Bros. 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 { ?x prop:owner <http://dbpedia.org/resource/Warner_Bros._Television> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Name the Fox TV show judged by Rand Jackson ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:judges <http://dbpedia.org/resource/Randy_Jackson> . ?uri prop:channel <http://dbpedia.org/resource/Fox_Broadcasting_Company> . ?uri rdf...
julipc-p(huggingface)
What is the total number of software whose programming language is C++ and operating system is Microsoft Windows?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> }
julipc-p(huggingface)
Name the city of Phil-Ellena ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Phil-Ellena> onto:city ?uri }
julipc-p(huggingface)
how many companies are located in a spanish speaking region?
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:language <http://dbpedia.org/resource/Spanish_language> . ?uri onto:location ?x . ?uri rdf:type onto:Organisation}
julipc-p(huggingface)
What is the combatant of the Northwest Indian War and also the ethnic group of the Linda Hogan
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Northwest_Indian_War prop:combatant ?uri. res:Linda_Hogan prop:ethnicity ?uri}
julipc-p(huggingface)
Which airlines fly to Gimhae International Airport?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:targetAirport res:Gimhae_International_Airport }
julipc-p(huggingface)
GetTV is owned by which organisation?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:GetTV onto:parentOrganisation ?uri }
julipc-p(huggingface)
Name the islands that belong to the archipelago whose largest city is Papeete?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:largestCity res:Papeete . ?uri prop:archipelago ?x . }
julipc-p(huggingface)
List the settlements area whose province is Metropolitan City of Venice ?
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:province <http://dbpedia.org/resource/Metropolitan_City_of_Venice> . ?uri rdf:type onto:Settlement}
julipc-p(huggingface)
What was recorded by Live in Detroit, MI and also palce of birth of the Bodhin Kjolhede?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Live_in_Detroit,_MI> onto:recordedIn ?uri. <http://dbpedia.org/resource/Bodhin_Kjolhede> prop:placeOfBirth ?uri}
julipc-p(huggingface)
From how many different institutes have the members of Judge Advocate General's Corps graduated?
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:militaryRank <http://dbpedia.org/resource/Judge_Advocate_General's_Corps,_United_States_Army> . ?x onto:almaMater ?uri . ?uri rdf:type onto:EducationalInstitution}
julipc-p(huggingface)
Whos a famous relative of anne spielberg?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:relation res:Anne_Spielberg . }
julipc-p(huggingface)
To which city does Northeast Library belong?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Northeast_Library onto:city ?uri }
julipc-p(huggingface)
What are the airline hubs of Cascade Airways?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Union_of_Cambodian_Democrats onto:ideology ?uri }
julipc-p(huggingface)
Who has manufactured vehicles designed originally by NASA?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:designCompany <http://dbpedia.org/resource/NASA> . ?x onto:manufacturer ?uri . ?x rdf:type onto:Automobile}
julipc-p(huggingface)
What is the order of the Henry Clay and profession of the William Luther Hill?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Henry_Clay prop:order ?uri. res:William_Luther_Hill onto:profession ?uri}
julipc-p(huggingface)
What show has theme music composer as Ron Grainer and at the same time related to Class (2016 TV series)?
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/Ron_Grainer> . ?uri onto:related <http://dbpedia.org/resource/Class_(2016_TV_series)> . ...
julipc-p(huggingface)
What is the life stance of the ethnic groups related to Micronesia ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:related <http://dbpedia.org/resource/Micronesia> . ?x onto:religion ?uri . ?x rdf:type onto:EthnicGroup}
julipc-p(huggingface)
Name the river whose mouth mountain is Southend-on-Sea and mouth place is 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:mouthMountain <http://dbpedia.org/resource/Southend-on-Sea> . ?uri onto:mouthPlace <http://dbpedia.org/resource/Essex> . ?uri rdf:type onto:River}
julipc-p(huggingface)
Which venue of indy PopCon is also the death palce of Louis Le Cocqq ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Indy_PopCon prop:venue ?uri. res:Louis_LeCocq prop:placeOfDeath ?uri}
julipc-p(huggingface)
What genre's softwares are released with a GNU GPL license?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:license res:GNU_General_Public_License . ?x prop:genre ?uri . }
julipc-p(huggingface)
Who is the leader of Allgemeine SS ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Allgemeine_SS onto:leader ?uri }
julipc-p(huggingface)
Giorgos Kaminis is the mayor of what?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:mayor res:Giorgos_Kaminis }
julipc-p(huggingface)
Where is the headquarters of Metro Transit (Minnesota) ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Metro_Transit_(Minnesota)> prop:headquarters ?uri }
julipc-p(huggingface)
Give me the count of all the names of characters created by Frank Miller
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:creators <http://dbpedia.org/resource/Frank_Miller_(comics)> . ?x prop:characterName ?uri . }
julipc-p(huggingface)
Which fictional character portrayed in Terminator 2: Judgment Day is painted by Josh Friedman?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:portrayer <http://dbpedia.org/resource/Terminator_2:_Judgment_Day> . ?uri onto:creator <http://dbpedia.org/resource/Josh_Friedman> . ?uri rdf:type onto:FictionalCharacter}
julipc-p(huggingface)
Where was the narrator of Spain on the Road Again born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Spain..._on_the_Road_Again onto:narrator ?x . ?x prop:birthPlace ?uri . }
julipc-p(huggingface)
Name the movie with narrator as Trevor Peacock and music composer as Christophe Beck?
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:narrator <http://dbpedia.org/resource/Trevor_Peacock> . ?uri prop:music <http://dbpedia.org/resource/Christophe_Beck> . ?uri rdf:type on...
julipc-p(huggingface)
Where did the scientist study whose doctoral thesis was supervised by Leonard Lerman?
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:doctoralAdvisor <http://dbpedia.org/resource/Leonard_Lerman> . ?x prop:almaMater ?uri . ?x rdf:type onto:Scientist}
julipc-p(huggingface)
Where can one find some quick bread in the world?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:type res:Quick_bread . ?x onto:region ?uri . }
julipc-p(huggingface)
What rivers originate from Australian Alps?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:sourcePlace <http://dbpedia.org/resource/Australian_Alps> . ?uri rdf:type onto:River}
julipc-p(huggingface)
Which venues are located at places governed by John Roberts?
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:leader <http://dbpedia.org/resource/John_Roberts> . ?uri prop:address ?x . ?uri rdf:type onto:Venue}
julipc-p(huggingface)
What is the venue of San Diego Comic-Con International ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/San_Diego_Comic-Con_International> prop:venue ?uri }
julipc-p(huggingface)
Which office holder owes its allegiance to a state whose capital town is Jamestown, Virginia?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:capital <http://dbpedia.org/resource/Jamestown,_Virginia> . ?uri prop:allegiance ?x . ?uri rdf:type onto:OfficeHolder}
julipc-p(huggingface)
Which professional fighter, who is also a politician and was elected to House of Representatives of the Philippines?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:occupation res:House_of_Representatives_of_the_Philippines }
julipc-p(huggingface)
List the comic characters created by Joe Shuster ?
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:creators <http://dbpedia.org/resource/Joe_Shuster> . ?uri rdf:type onto:ComicsCharacter}
julipc-p(huggingface)
Which kind of conventions are held in Rosemont, Illinois?
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:location <http://dbpedia.org/resource/Rosemont,_Illinois> . ?x prop:genre ?uri . ?x rdf:type onto:Convention}
julipc-p(huggingface)
What city is located on the mouth of Duwamish River?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Duwamish_River onto:riverMouth ?x . ?x prop:cities ?uri . }
julipc-p(huggingface)
Which governer of Winston Bryant is the president of Joseph Stiglitz ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Winston_Bryant prop:governor ?uri. res:Joseph_Stiglitz prop:president ?uri}
julipc-p(huggingface)
How many people have led agencies in German occupied Europe?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:jurisdiction <http://dbpedia.org/resource/German-occupied_Europe> . ?x onto:leader ?uri . }
julipc-p(huggingface)
Where did the plays written by Robert Schenkkan take place?
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:writer <http://dbpedia.org/resource/Robert_Schenkkan> . ?x prop:place ?uri . ?x rdf:type onto:Play}
julipc-p(huggingface)
Under which president did the predecessor of Simon Ferro work?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:successor res:Simon_Ferro . ?x onto:president ?uri . }
julipc-p(huggingface)
Name some ww1 veterans?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:battles res:World_War_I . }
julipc-p(huggingface)
Which operator of New Sanno Hotel is also the governing body of the Oahu Railway and Land Company ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:New_Sanno_Hotel prop:operator ?uri. res:Oahu_Railway_and_Land_Company prop:governingBody ?uri}
julipc-p(huggingface)
Which predecessor of Alexander Downer was deputy to Neil Brown ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:predecessor <http://dbpedia.org/resource/Alexander_Downer> . ?uri prop:deputy <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> . }
julipc-p(huggingface)
Which are the predecessor of Chevrolet Caprice?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Chevrolet_Caprice onto:predecessor ?uri }
julipc-p(huggingface)
Who wrote the album coming right before Dead Man's Chest's OST?
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:nextAlbum <http://dbpedia.org/resource/Pirates_of_the_Caribbean:_Dead_Man's_Chest_(soundtrack)> . ?x prop:writer ?uri . ?x rdf:type onto:...
julipc-p(huggingface)
What is the series of the book which is a subsequent work of Blade Runner 2: The Edge of Human ?
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/Blade_Runner_2:_The_Edge_of_Human> onto:subsequentWork ?x . ?x onto:series ?uri . ?x rdf:type onto:Book}
julipc-p(huggingface)
For how many cities's teams did David Bowens play?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/David_Bowens> onto:formerTeam ?x . ?x onto:locationCity ?uri . ?x rdf:type onto:SportsTeam}
julipc-p(huggingface)
In which countries have models hanged themselves?
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:deathCause <http://dbpedia.org/resource/Suicide_by_hanging> . ?x prop:citizenship ?uri . ?x rdf:type onto:Model}
julipc-p(huggingface)
Which TV show whose theme is composed by someone signed up with ATO records?
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/ATO_Records> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Which models were featured in Playboy Playmates 1954?
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:succeeded <http://dbpedia.org/resource/List_of_Playboy_Playmates_of_1954> . ?uri rdf:type onto:PlayboyPlaymate}
julipc-p(huggingface)
What currencies have been prevalent in the country whose national anthem is La Marseillaise?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:anthem res:La_Marseillaise . ?x onto:currency ?uri . }
julipc-p(huggingface)
Who is the relative of Jim Farley (businessman) ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Farley_(businessman)> prop:relatives ?uri }
julipc-p(huggingface)
Name an American football player whose debuted in Chicago Bears and former team is 1998 Baltimore Ravens season?
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:debutteam <http://dbpedia.org/resource/Chicago_Bears> . ?uri onto:formerTeam <http://dbpedia.org/resource/1998_Baltimore_Ravens_season> ...
julipc-p(huggingface)
Name a river with source country as Zambia and source location as Ikelenge District?
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:sourceCountry <http://dbpedia.org/resource/Zambia> . ?uri prop:sourceLocation <http://dbpedia.org/resource/Ikelenge_District> . ?uri rdf...
julipc-p(huggingface)
Which fields of the Paul Demiville is also the faith of Koay Teng Hai ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Paul_Demiéville prop:fields ?uri. res:Koay_Teng_Hai onto:religion ?uri}
julipc-p(huggingface)
Name the institute of Alton Ochsner ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Alton_Ochsner onto:institution ?uri }
julipc-p(huggingface)
What movies have been written by authors of Monty Python ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:writer <http://dbpedia.org/resource/Monty_Python> . ?uri rdf:type onto:Film}
julipc-p(huggingface)
Who was the cover artist of The Adventure of Tom Sawyer also wrote mark Twain Tonight ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Adventures_of_Tom_Sawyer onto:coverArtist ?uri. res:Mark_Twain_Tonight prop:writer ?uri}
julipc-p(huggingface)
Name the scientist whose academic advisor is Karl Ewald Hasse and supervisor is Georg Meissner?
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:academicAdvisor <http://dbpedia.org/resource/Karl_Ewald_Hasse> . ?uri prop:doctoralAdvisor <http://dbpedia.org/resource/Georg_Meissner> ...
julipc-p(huggingface)
Where do current famous NatGeo photographers live?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:knownFor <http://dbpedia.org/resource/National_Geographic_(magazine)> . ?x onto:residence ?uri . ?x rdf:type onto:Photographer}
julipc-p(huggingface)
Georg Meissner was doctoral supervisor of which scientist ?
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:doctoralAdvisor <http://dbpedia.org/resource/Georg_Meissner> . ?uri rdf:type onto:Scientist}
julipc-p(huggingface)
Name books with publisher as Francisco de Robles and writer as Miguel de Cervantes ?
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:publisher <http://dbpedia.org/resource/Francisco_de_Robles> . ?uri prop:author <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?uri ...
julipc-p(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 prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:mascot <http://dbpedia.org/resource/Penguin> . ?x onto:authority ?uri . ?x rdf:type onto:School}
julipc-p(huggingface)
River which flows into the eugene mahoney state park pass through which states?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:mouthLocation res:Eugene_T._Mahoney_State_Park . ?x onto:state ?uri . }
julipc-p(huggingface)
Which TV show had a judge named Harry Connick, Jr. and was presented by Ryan Seacrest?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?uri onto:presenter <http://dbpedia.org/resource/Ryan_Seacrest> . ?uri rdf:typ...
julipc-p(huggingface)
Name the resting place of Fazlur Rahman Khan ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Fazlur_Rahman_Khan onto:restingPlace ?uri }
julipc-p(huggingface)
Which arena of WPC Dynamo Moscow is death location of Tigran Petrosian >
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:WPC_Dynamo_Moscow prop:arena ?uri. res:Tigran_Petrosian onto:deathPlace ?uri}
julipc-p(huggingface)
what cities are close by LoDaisKa ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:LoDaisKa_Site onto:nearestCity ?uri }
julipc-p(huggingface)
Which wars were fought when the commanders involved served under PM Choi Tu Son?
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:primeminister <http://dbpedia.org/resource/Choi_Tu-son> . ?uri onto:commander ?x . ?uri rdf:type onto:MilitaryConflict}
julipc-p(huggingface)
Who is the meaning of Isa ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> prop:meaning ?uri }
julipc-p(huggingface)
Count the number teams which have former ice hockey players which also included American Hockey League ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:formerTeam <http://dbpedia.org/resource/American_Hockey_League> . ?x onto:formerTeam ?uri }
julipc-p(huggingface)
List all the schools of the rugby player whose went to school named Pietermaritzburg ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:school res:Pietermaritzburg . ?x prop:school ?uri . }
julipc-p(huggingface)
Name the office of Richard Coke ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Richard_Coke prop:office ?uri }
julipc-p(huggingface)
¿Cómo de alta el faro de Colombo?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?num WHERE { res:Colombo_Lighthouse onto:height ?num . }
julipc-p(huggingface)
¿Quién es el anfitrión de los especiales de la BBC Wildlife?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:BBC_Wildlife_Specials onto:presenter ?uri . }
julipc-p(huggingface)
¿Cuanto costo Pulp Fiction?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?n WHERE { res:Pulp_Fiction onto:budget ?n . }
julipc-p(huggingface)
¿En qué ciudad esta la fábrica de cerveza Heineken?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Heineken onto:manufacturer ?x . ?x onto:locationCity ?uri . }
julipc-p(huggingface)
¿Cuándo comenzó la operación Overlord?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?d WHERE { res:Operation_Overlord onto:date ?d . }
julipc-p(huggingface)
¿En que ciudad termina la ruta Chilena 68?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Chile_Route_68 onto:routeEnd ?uri . }
julipc-p(huggingface)
¿Quien desarrolló Slack?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:product <http://dbpedia.org/resource/Slack_(software)> . }
julipc-p(huggingface)
¿Por qué ciudades pasa el río Weser?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Weser onto:city ?uri . }
julipc-p(huggingface)
¿Cuántos asientos tiene el estadio del FC Porto?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?n WHERE { res:FC_Porto onto:ground ?x . ?x onto:seatingCapacity ?n . }
julipc-p(huggingface)
¿Con quién está casada la hija de Robert Kennedy?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Robert_F._Kennedy onto:child ?child . ?child onto:spouse ?uri . }
julipc-p(huggingface)
¿Qué libros de Kerouac han sido publicados por Viking Press?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri rdf:type onto:Book . ?uri onto:publisher <http://dbpedia.org/resource/Viking_Press> . ?uri onto:author <http://dbpedia.org/resource/Jack_Kerouac> . }
julipc-p(huggingface)
¿Cómo de alta es Amazon Eve?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?height WHERE { res:Amazon_Eve onto:height ?height . }
julipc-p(huggingface)
¿Quién descubrió Ceres?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ceres_(dwarf_planet)> onto:discoverer ?uri . }
julipc-p(huggingface)
¿Cuál es el país más grande del mundo?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri a onto:Country . ?uri onto:areaTotal ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1
julipc-p(huggingface)
¿Quién es el alcalde de París?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Paris onto:mayor ?uri . }
julipc-p(huggingface)
¿Quién es el entrenador del equipo de hockey sobre hielo de Ankara?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:city res:Ankara . ?x onto:league res:Turkish_Ice_Hockey_First_League . ?x onto:coach ?uri . }
julipc-p(huggingface)
¿Cuánto cuesta la película de Lego?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?n WHERE { res:The_Lego_Movie onto:budget ?n . }
julipc-p(huggingface)
¿Dónde empieza Piccadilly?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:routeStart res:Piccadilly. }
julipc-p(huggingface)
¿Cuántos idiomas se hablan en Turkmenistán?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT (COUNT(DISTINCT ?x) as ?c) WHERE { <http://dbpedia.org/resource/Turkmenistan> onto:language ?x . }
julipc-p(huggingface)
¿En qué películas actúan Julia Roberts y Richard Gere?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri rdf:type onto:Film . ?uri onto:starring <http://dbpedia.org/resource/Julia_Roberts> . ?uri onto:starring <http://dbpedia.org/resource/Richard_Gere> . }
julipc-p(huggingface)