question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What is the currency of the government type of Kerguelen Islands?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Kerguelen_Islands onto:governmentType ?x . ?x onto:currency ?uri . }
Orange(huggingface)
The Information: A History, a Theory, a Flood is a work of Isaac Newton?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/The_Information:_A_History,_a_Theory,_a_Flood> onto:previousWork <http://dbpedia.org/resource/Isaac_Newton> }
Orange(huggingface)
What is the layout of the cars similar to that of the Subaru Outback?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relatedMeanOfTransportation <http://dbpedia.org/resource/Subaru_Outback> . ?x onto:layout ?uri . ?x rdf:type onto:Automobile}
Orange(huggingface)
Where does the railway tracks start, which ends in Kazan?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:routeEnd <http://dbpedia.org/resource/Kazan> . ?x onto:routeStart ?uri . ?x rdf:type onto:RailwayLine}
Orange(huggingface)
List all the former partners of the figure skater whose one of the former partner was Andrea poapst ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:formerPartner <http://dbpedia.org/resource/Andrea_Poapst> . ?x onto:formerPartner ?uri . ?x rdf:type onto:FigureSkater}
Orange(huggingface)
Which person constituency is Duboce Triangle, San Francisco and military unit is USS Kittiwake (ASR-13)?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:constituency <http://dbpedia.org/resource/Duboce_Triangle,_San_Francisco> . ?uri onto:militar...
Orange(huggingface)
How many tenats have been there, of the constructions of PCL constructures?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:builder <http://dbpedia.org/resource/PCL_Construction> . ?x onto:tenant ?uri . }
Orange(huggingface)
Which awards did the parents of Anna Bergman win?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Anna_Bergman onto:parent ?x . ?x prop:awards ?uri . }
Orange(huggingface)
What is the location of Sam Sen Railway Station?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Sam_Sen_Railway_Station prop:other ?uri }
Orange(huggingface)
What are some devices made by Taiwanese companies?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:locationCity <http://dbpedia.org/resource/Taiwan> . ?uri onto:manufacturer ?x . ?uri rdf:type ...
Orange(huggingface)
What is the debut team of the football player whose college is UCLA Bruins football?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:college <http://dbpedia.org/resource/UCLA_Bruins_football> . ?x onto:debutTeam ?uri . ?x rdf:type onto:GridironFootballPlayer}
Orange(huggingface)
Which developer of Go was also the predecssor of X compnay?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Go_(programming_language)> onto:developer ?uri. <http://dbpedia.org/resource/X_(company)> prop:predecessor ?uri}
Orange(huggingface)
Where do the people, famous for the Panathinaikos FC reside?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:knownFor <http://dbpedia.org/resource/Panathinaikos_F.C.> . ?x prop:residence ?uri . ?x rdf:ty...
Orange(huggingface)
List the science fiction shows broadcasted on BBC HD?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:genre <http://dbpedia.org/resource/Science_fiction> . ?uri onto:network <http://dbpedia.org/r...
Orange(huggingface)
How many bands have members currently playing the Fender Stratocaster?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:notableInstruments <http://dbpedia.org/resource/Fender_Stratocaster> . ?uri prop:curren...
Orange(huggingface)
Was Heinrich Himmler ever a commanders of Army Group Oberrhein?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> prop:notableCommanders <http://dbpedia.org/resource/Heinrich_Himmler> }
Orange(huggingface)
Which genre of books are published by Random House?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:publisher <http://dbpedia.org/resource/Random_House> . ?x prop:subject ?uri . ?x rdf:type onto...
Orange(huggingface)
To which places do the flights go by airlines headquartered in the UK?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:headquarters <http://dbpedia.org/resource/United_Kingdom> . ?x prop:destinations ?uri . ?x rdf...
Orange(huggingface)
Who is the builder of Atamurat-Kerkichi Bridge?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Atamurat-Kerkichi_Bridge> prop:builder ?uri }
Orange(huggingface)
How many broadcast area of the television stations exists whose broadcast area is Rodrigues?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:broadcastArea <http://dbpedia.org/resource/Rodrigues> . ?x prop:broadcastArea ?uri }
Orange(huggingface)
What is the awards given to the horse whose grandson is the famous Counterpoint?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Counterpoint_(horse)> prop:grandsire ?x . ?x onto:honours ?uri . ?x rdf:t...
Orange(huggingface)
Who were the head of government agencies working in the German occupied Europe?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:jurisdiction <http://dbpedia.org/resource/German-occupied_Europe> . ?x onto:leader ?uri . ?x r...
Orange(huggingface)
How many rivers end in the Indian Ocean?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Indian_Ocean> . ?uri rdf:type onto:River}
Orange(huggingface)
How many other key people are there of the non-profit organisations whose key people is Hillary Clinton ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:keyPeople <http://dbpedia.org/resource/Hillary_Clinton> . ?x prop:keyPeople ?uri }
Orange(huggingface)
Scientists at the University of Queensland have won which awards?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:almaMater <http://dbpedia.org/resource/University_of_Queensland> . ?x prop:awards ?uri . ?x rd...
Orange(huggingface)
How many people currently play for 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 . }
Orange(huggingface)
What river is it whose source is Dowra?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:sourceLocation <http://dbpedia.org/resource/Dowra> . ?uri rdf:type onto:River}
Orange(huggingface)
Whose relatives are Uncle Henry (Oz) and Aunt Em?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:relative <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri onto:relative <http://dbpedia.org/resource/Aunt_Em> . }
Orange(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 res: <http://dbpedia.org/resource/> 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}
Orange(huggingface)
Which educational institutes have campuses at Iowa and Indiana ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:campus <http://dbpedia.org/resource/Iowa> . ?uri onto:campus <http://dbpedia.org/resource/Indiana> . ?uri rdf:type onto:EducationalInsti...
Orange(huggingface)
When did Aghasalim Childagh die?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Aghasalim_Childagh prop:deathDate ?uri }
Orange(huggingface)
Has the Frank R Lillie House the Chicago architecture?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Frank_R._Lillie_House onto:architecturalStyle res:Chicago }
Orange(huggingface)
Name the river with Readin, Brekshire in its path and mouth place is Sothend-on-sea ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:city <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri onto:mouthPlace <http://dbpedia....
Orange(huggingface)
Name the people whose academic advisor has also mentored the thesis of Alexius Meinong?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:doctoralStudents <http://dbpedia.org/resource/Alexius_Meinong> . ?uri onto:academicAdvisor ?x ...
Orange(huggingface)
What are the movies whose music is composed by Vangelis?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:musicComposer <http://dbpedia.org/resource/Vangelis> . ?uri rdf:type onto:Film}
Orange(huggingface)
What is the birth name of Putri Raemawasti ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Putri_Raemawasti prop:birthName ?uri }
Orange(huggingface)
What is the draft team of the ice hockey players whose position is Centre ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:position <http://dbpedia.org/resource/Centre_(ice_hockey)> . ?x onto:draftTeam ?uri . ?x rdf:t...
Orange(huggingface)
What is the total number of other restingplace of the politicians whose one of the restingplace is East Norwalk Historical Cemetery?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:restingplace <http://dbpedia.org/resource/East_Norwalk_Historical_Cemetery> . ?x prop:restingplace ?uri }
Orange(huggingface)
What are some magazines whose publishers are themselves Rock and Roll Hall of Fame members?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:award <http://dbpedia.org/resource/Rock_and_Roll_Hall_of_Fame> . ?uri onto:publisher ?x . ?uri rdf:type onto:Magazine}
Orange(huggingface)
Did Stan Lee create the Iceman comics?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Iceman_(comics)> prop:creators <http://dbpedia.org/resource/Stan_Lee> }
Orange(huggingface)
Who has rented the stadiums owned by Toronto?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:owner <http://dbpedia.org/resource/Toronto> . ?x prop:tenants ?uri . ?x rdf:type onto:Stadium}
Orange(huggingface)
What is the area of ITV (Thailand) ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/ITV_(Thailand)> prop:area ?uri }
Orange(huggingface)
In which country did Philippe tesnire and judson huss die?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Philippe_Tesnière prop:placeOfDeath ?uri. res:Judson_Huss prop:placeOfDeath ?uri . }
Orange(huggingface)
What is the title of Kakae?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Kakae prop:title ?uri }
Orange(huggingface)
Name the mammals which are primate and belongs to family of ape?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:order <http://dbpedia.org/resource/Primate> . ?uri onto:family <http://dbpedia.org/resource/Ape> . ?uri rdf:type onto:Mammal}
Orange(huggingface)
List the movies produced by Michael Deeley ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:producer <http://dbpedia.org/resource/Michael_Deeley> . ?uri rdf:type onto:Film}
Orange(huggingface)
Who is the Artist of the singles whose film genre is Country music ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:genre <http://dbpedia.org/resource/Country_music> . ?x prop:artist ?uri . ?x rdf:type onto:Sin...
Orange(huggingface)
Count the participants of the NBA?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:league <http://dbpedia.org/resource/National_Basketball_Association> . }
Orange(huggingface)
Which sports are played at institues in Taguig?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:city <http://dbpedia.org/resource/Taguig> . ?x onto:sport ?uri . ?x rdf:type onto:EducationalInstitution}
Orange(huggingface)
Who appointed the governor under whom Richard Winn works?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:lieutenant <http://dbpedia.org/resource/Richard_Winn> . ?x prop:appointer ?uri . ?x rdf:type o...
Orange(huggingface)
Count the number of cities on the Mediterranean Sea?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Mediterranean_Sea> prop:cities ?uri . }
Orange(huggingface)
Is Serbian Titieca a doctoral student of Werner Heisenberg
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Werner_Heisenberg onto:doctoralStudent res:Șerban_Țițeica }
Orange(huggingface)
Give me a count of movies whose producer is Larry J. Franco?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:producer <http://dbpedia.org/resource/Larry_J._Franco> . ?uri rdf:type onto:Film}
Orange(huggingface)
Is the song Only the Good Die Young from The Stranger?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Only_the_Good_Die_Young> prop:fromAlbum <http://dbpedia.org/resource/The_Stranger_(album)> }
Orange(huggingface)
How many awards have been given to the founder of Grameen Bank?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Grameen_Bank> prop:founder ?x . ?x onto:award ?uri . }
Orange(huggingface)
Who has allegiance is Colony of Virginia and buried in Montpelier?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:allegiance <http://dbpedia.org/resource/Colony_of_Virginia> . ?uri prop:restingplace <http://dbpedia.org/resource/Montpelier_(Orange,_Virginia)> . }
Orange(huggingface)
In which series do I find Minbari species' characters?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:species <http://dbpedia.org/resource/Minbari> . ?x onto:series ?uri . ?x rdf:type onto:Fiction...
Orange(huggingface)
People in the royal Thai army follow which religion?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:branch <http://dbpedia.org/resource/Royal_Thai_Army> . ?x onto:religion ?uri . ?x rdf:type ont...
Orange(huggingface)
Is the Journal of Cerebral Blood Flow and Metabolism about Brains?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> onto:academicDiscipline <http://dbpedia.org/resource/Brain> }
Orange(huggingface)
Which models were featured in Playboy Playmates 1954?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:succeeded <http://dbpedia.org/resource/List_of_Playboy_Playmates_of_1954> . ?uri rdf:type ont...
Orange(huggingface)
Give me all martial artists trained by Joe Schilling.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:trainer <http://dbpedia.org/resource/Joe_Schilling> . ?uri rdf:type onto:MartialArtist}
Orange(huggingface)
Who are some basketball players who played for Phoenix Suns?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:team <http://dbpedia.org/resource/Phoenix_Suns> . ?uri rdf:type onto:BasketballPlayer}
Orange(huggingface)
Who is the chancellor of the university which affiliates the Dartington College of Arts?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:affiliations <http://dbpedia.org/resource/Dartington_College_of_Arts> . ?x prop:chancellor ?ur...
Orange(huggingface)
In which sects was the aristocrat venerated, whose parent is Thelred the Unready?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:parent <http://dbpedia.org/resource/Æthelred_the_Unready> . ?x prop:veneratedIn ?uri . ?x rdf...
Orange(huggingface)
Count all the scientologists.
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:religion <http://dbpedia.org/resource/Scientology> . }
Orange(huggingface)
How many other families of the mammals exists whose one family is also Hominidae?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:family <http://dbpedia.org/resource/Hominidae> . ?x onto:family ?uri }
Orange(huggingface)
The authors of Zhorstoke nebo was influenced by whom?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Zhorstoke_nebo onto:author ?x . ?x onto:influencedBy ?uri . }
Orange(huggingface)
Name the founders of the record labels whose one of the founders is Frank Rogers?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:founder <http://dbpedia.org/resource/Frank_Rogers_(record_producer)> . ?x prop:founder ?uri . ...
Orange(huggingface)
Which past members of the The Conglomerate (American group) also sang Take Me There (Blackstreet & Ma song)?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Conglomerate_(American_group)> prop:pastMembers ?uri. <http://dbpedia.org/resource/Take_Me_There_(Blackstreet_&_Mýa_song)> ont...
Orange(huggingface)
Where common region are soylent and bannock sold?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Soylent_(drink)> onto:region ?uri. <http://dbpedia.org/resource/Bannock_(food)> onto:region ?uri . }
Orange(huggingface)
What is the university whose campus is Mount Moosilauke?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:campus <http://dbpedia.org/resource/Mount_Moosilauke> . ?uri rdf:type onto:University}
Orange(huggingface)
What is the origin of the grape whose wine region is the Troodos Mountains ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:wineRegion <http://dbpedia.org/resource/Troodos_Mountains> . ?x onto:origin ?uri . ?x rdf:type onto:Grape}
Orange(huggingface)
What is the university whose campus are Indiana and Iowa?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:campus <http://dbpedia.org/resource/Indiana> . ?uri onto:campus <http://dbpedia.org/resource/Iowa> . ?uri rdf:type onto:University}
Orange(huggingface)
What are the academic interests of the advisor of Paul Demiville ?
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 onto:academicAdvisor ?x . ?x prop:fields ?uri . }
Orange(huggingface)
Which share holder of outlook is also the content license of the MSX Basics?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:MSX_BASIC prop:license ?uri. res:Outlook_on_the_web prop:owner ?uri}
Orange(huggingface)
Count the number of religions followed by Janta Dal members.
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:party <http://dbpedia.org/resource/Janata_Dal> . ?x onto:religion ?uri . }
Orange(huggingface)
Martin Ferguson and Mike Kelly served under which aussie PM?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Ferguson> prop:primeminister ?uri. <http://dbpedia.org/resource/Mike_Kelly_(Australian_politician)> prop:primeminister ?uri . }
Orange(huggingface)
Which government agency is run by Supachai Somcharoen?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:leader <http://dbpedia.org/resource/Supachai_Somcharoen> . ?x prop:agencyName ?uri . ?x rdf:ty...
Orange(huggingface)
return some players who have played in the NBA?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:league res:National_Basketball_Association }
Orange(huggingface)
What kind of buildings were designed by Pyusawhti?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:architect <http://dbpedia.org/resource/Pyusawhti> . ?x onto:type ?uri . ?x rdf:type onto:Building}
Orange(huggingface)
How many different organizations own the railway lines which are a part of Norfolk Southern Railway?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:system <http://dbpedia.org/resource/Norfolk_Southern_Railway> . ?x prop:owner ?uri . ?u...
Orange(huggingface)
Where did the aristocrats die whose mother was Maria Ludwika Krasinska?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:mother <http://dbpedia.org/resource/Maria_Ludwika_Krasińska> . ?x prop:deathPlace ?uri . ?x r...
Orange(huggingface)
Name the console whose successor is PlayStation 4 and predecessor is PlayStation 2?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:successor <http://dbpedia.org/resource/PlayStation_4> . ?uri prop:predecessor <http://dbpedia...
Orange(huggingface)
How many destinations are covered by the airlines which also serves Europe?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:destinations <http://dbpedia.org/resource/Europe> . ?x prop:destinations ?uri }
Orange(huggingface)
What are the airlines whose hub airport is Los Angeles International Airport?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:hubAirport <http://dbpedia.org/resource/Los_Angeles_International_Airport> . ?uri rdf:type onto:Airline}
Orange(huggingface)
Katharevousa writers have been given which awards?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:movement <http://dbpedia.org/resource/Katharevousa> . ?x onto:award ?uri . ?x rdf:type onto:Wr...
Orange(huggingface)
What is the Nickname of Daniel O'Regan?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Daniel_O'Regan> prop:nickname ?uri }
Orange(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 res: <http://dbpedia.org/resource/> 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...
Orange(huggingface)
How many other important things have been written by the creator of Stuart Alan Jones?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Stuart_Alan_Jones> onto:creator ?x . ?x onto:notableWork ?uri . }
Orange(huggingface)
Count the band members of Skull Gang?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Skull_Gang> onto:bandMember ?uri . ?uri rdf:type onto:Person}
Orange(huggingface)
Which owner of the national Herald india is the leader of Kumta?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_National_Herald_(India)> onto:owner ?uri. <http://dbpedia.org/resource/Kumta> prop:governmentType ?uri}
Orange(huggingface)
What is the alma mater of Marshall Fletcher McCallie and has affiliation with Vanderbilt University Medical Center?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Marshall_Fletcher_McCallie prop:almaMater ?uri. res:Vanderbilt_University_Medical_Center prop:affiliation ?uri}
Orange(huggingface)
Who directed the haunted house and alice in wonderland?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> onto:director ?uri. <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> onto:director ?uri . }
Orange(huggingface)
Which series has an episode called The lost special and also a character named Sherlock Holmes ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Lost_Special> prop:series ?uri. <http://dbpedia.org/resource/Sherlock_Holmes_(play)> prop:characters ?uri}
Orange(huggingface)
Through which label has Katy B released her singles?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:writer <http://dbpedia.org/resource/Katy_B> . ?x onto:recordLabel ?uri . ?x rdf:type onto:Single}
Orange(huggingface)
What is the common party of the Manthena Venkata Raju and B. Shiva Rao?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Manthena_Venkata_Raju onto:party ?uri. res:B._Shiva_Rao prop:party ?uri}
Orange(huggingface)
How many titles have been won by the beauty queens which had brown hair?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:hairColor <http://dbpedia.org/resource/Brown_hair> . ?x prop:title ?uri . }
Orange(huggingface)
What are the television shows whose company is Playtone?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:company <http://dbpedia.org/resource/Playtone> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
Jerry Bock's musicals has been adapted from how many things?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:music <http://dbpedia.org/resource/Jerry_Bock> . ?x onto:basedOn ?uri . }
Orange(huggingface)
List the battles fought by Ali Habib Mahmud?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Ali_Habib_Mahmud prop:battles ?uri }
Orange(huggingface)