question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What are the different religions followed by presidents whose prime minister was Surayud Chulanont?
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/Surayud_Chulanont> . ?x onto:religion ?uri . ?x rdf:type onto:President}
julipc-p(huggingface)
How many prime ministers did the predecessor of Duncan Sandys serve?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Duncan_Sandys> prop:successor ?x . ?x prop:primeminister ?uri . }
julipc-p(huggingface)
Name the city served by Juhu Aerodrome ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Juhu_Aerodrome prop:cityServed ?uri }
julipc-p(huggingface)
What is the settlement whose neighboring municipalities is Lancy and mayor name is Esther Alder?
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:neighboringMunicipalities <http://dbpedia.org/resource/Lancy> . ?uri onto:mayor <http://dbpedia.org/resource/Esther_Alder> . ?uri rdf:ty...
julipc-p(huggingface)
List the notable works of the writer of The Tony Randall Show ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Tony_Randall_Show prop:writer ?x . ?x onto:notableWork ?uri . }
julipc-p(huggingface)
How many cars succeed the cars assembled in Canada?
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:assembly <http://dbpedia.org/resource/Canada> . ?x onto:predecessor ?uri . ?uri rdf:type onto:Automobile}
julipc-p(huggingface)
Where has the employee of Columbia Records worked ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:employer res:Columbia_Records . ?x onto:employer ?uri . }
julipc-p(huggingface)
What is the birth place of the cast of Lagnacha Dhumdhadaka?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Lagnacha_Dhumdhadaka prop:starring ?x . ?x prop:placeOfBirth ?uri . }
julipc-p(huggingface)
Whci co founder of Sea gayle Music is also the artist of Brad Paisley Discography /
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Brad_Paisley_discography prop:artist ?uri. res:Sea_Gayle_Music prop:founder ?uri}
julipc-p(huggingface)
Which wine region of Bogdanua is the mouth country of Upper Neretva ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Bogdanuša onto:wineRegion ?uri. res:Upper_Neretva onto:mouthCountry ?uri}
julipc-p(huggingface)
Which television show's network is BBC HD and is related to Doctor Who Confidential?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:network <http://dbpedia.org/resource/BBC_HD> . ?uri onto:related <http://dbpedia.org/resource/Doctor_Who_Confidential> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Name the products of Den norske Bank ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Den_norske_Bank prop:products ?uri }
julipc-p(huggingface)
In how many places have people canonized by John Paul II died?
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:canonizedBy <http://dbpedia.org/resource/Pope_John_Paul_II> . ?x prop:deathPlace ?uri . ?uri rdf:type onto:Place}
julipc-p(huggingface)
Where does the river flow into, which starts at the Sierra Madre de Chiapas?
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:source <http://dbpedia.org/resource/Sierra_Madre_de_Chiapas> . ?x prop:mouthCountry ?uri . ?x rdf:type onto:River}
julipc-p(huggingface)
Who are the shareholder of the broadcast networks whose owning company is Jamie Kellner?
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:owningCompany <http://dbpedia.org/resource/Jamie_Kellner> . ?x prop:owner ?uri . ?x rdf:type onto:BroadcastNetwork}
julipc-p(huggingface)
The Prime minister who worked in the Khmer Issarak follows which religion?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:militaryBranch <http://dbpedia.org/resource/Khmer_Issarak> . ?x onto:religion ?uri . ?x rdf:type onto:PrimeMinister}
julipc-p(huggingface)
Which country does league of Nguendula Filipe belongs to?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Nguendula_Filipe onto:league ?x . ?x prop:country ?uri . }
julipc-p(huggingface)
Which rivers flow into the lower manhatten?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:mouthMountain res:Lower_Manhattan }
julipc-p(huggingface)
Who is the founder of Pittsburgh ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pittsburgh onto:founder ?uri }
julipc-p(huggingface)
What are the airlines whose hub is San Francisco International Airport?
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:hubs <http://dbpedia.org/resource/San_Francisco_International_Airport> . ?uri rdf:type onto:Airline}
julipc-p(huggingface)
Who rented the stadium where the UFC 152 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 { <http://dbpedia.org/resource/UFC_152> prop:venue ?x . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium}
julipc-p(huggingface)
What is the place where the mayor's wife is Jean-Marc Germain?
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:spouse <http://dbpedia.org/resource/Jean-Marc_Germain> . ?uri onto:mayor ?x . ?uri rdf:type onto:Place}
julipc-p(huggingface)
Which religions' people fought in the Miao rebellion?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Miao_Rebellion_(1795–1806)> prop:combatant ?x . ?x onto:religion ?uri . }
julipc-p(huggingface)
Which universities are alma mater to Charles Plosser?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Charles_Plosser prop:almaMater ?uri }
julipc-p(huggingface)
What is the constituency of Santo Versace?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Santo_Versace prop:constituency ?uri }
julipc-p(huggingface)
Count all the shows whose music composers are in Oysterhead.
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:associatedMusicalArtist <http://dbpedia.org/resource/Oysterhead> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:Television...
julipc-p(huggingface)
List the significant building of the architect who also designed Kiev?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:significantBuilding <http://dbpedia.org/resource/Kiev> . ?x onto:significantBuilding ?uri . ?x rdf:type onto:Architect}
julipc-p(huggingface)
How many other architect are there of the historic places whose architect is also Stanford White ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:architect <http://dbpedia.org/resource/Stanford_White> . ?x onto:architect ?uri }
julipc-p(huggingface)
What is the deathplace of the rugby player who is the relatives of Anton Oliver ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Anton_Oliver prop:relatives ?x . ?x onto:deathPlace ?uri . }
julipc-p(huggingface)
What is the alma mater of the 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}
julipc-p(huggingface)
Who has had been the tenant of the stadium built by PCL construction firm?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:builder <http://dbpedia.org/resource/PCL_Construction> . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium}
julipc-p(huggingface)
List the people educated at Harvard-Westlake School and has resting place as Palo Alto, California?
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:almaMater <http://dbpedia.org/resource/Harvard-Westlake_School> . ?uri prop:restingPlace <http://dbpedia.org/resource/Palo_Alto,_Califor...
julipc-p(huggingface)
Which companies published Super Mario Adventures?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Super_Mario_Adventures prop:publisher ?uri }
julipc-p(huggingface)
What is the television show whose producer is Stephen E. Ambrose?
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:producer <http://dbpedia.org/resource/Stephen_E._Ambrose> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Which artist of Madagascar: Operation Penguin is also the writer of He's a Pirate ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Madagascar:_Operation_Penguin> prop:artist ?uri. <http://dbpedia.org/resource/He's_a_Pirate> prop:writer ?uri}
julipc-p(huggingface)
Name the software whose operating system is Mac OS and programming language is C++ ?
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:operatingSystem <http://dbpedia.org/resource/Mac_OS> . ?uri prop:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri rdf:type o...
julipc-p(huggingface)
In which state does the valley bordering the Modoc plateau lie?
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:border <http://dbpedia.org/resource/Modoc_Plateau> . ?x onto:state ?uri . ?x rdf:type onto:Valley}
julipc-p(huggingface)
Where was the designer of REP Parasol born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:REP_Parasol onto:designer ?x . ?x onto:birthPlace ?uri . }
julipc-p(huggingface)
Which religion is followed by people in the family of Meadow Sopranos?
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:family <http://dbpedia.org/resource/Meadow_Soprano> . ?x onto:religion ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
What religion does roshan ranasinghe and nhiek tioulong follow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Roshan_Ranasinghe prop:religion ?uri. res:Nhiek_Tioulong onto:religion ?uri}
julipc-p(huggingface)
How many cars are the predecessor of cars similar to the Pontiac G8?
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/Pontiac_G8> onto:relatedMeanOfTransportation ?x . ?x onto:predecessor ?uri . ?x rdf:type onto:Automobile}
julipc-p(huggingface)
What are some shows whose voice actors play the piano?
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:instrument <http://dbpedia.org/resource/Piano> . ?uri prop:voices ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is the birth place of the successor of Ella T. Grasso ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Ella_T._Grasso prop:successor ?x . ?x prop:birthPlace ?uri . }
julipc-p(huggingface)
From how many different places have participants of Breeders's Cup Turf come?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:race <http://dbpedia.org/resource/Breeders'_Cup_Turf> . ?x prop:birthPlace ?uri . }
julipc-p(huggingface)
How many movies were cinematographed by Jordan Cronenweth?
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:cinematography <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri rdf:type onto:Film}
julipc-p(huggingface)
Who is the famous relative of Kelly Osbourne?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:relatives res:Kelly_Osbourne . }
julipc-p(huggingface)
In how many different stadiums are the seasons of the 2015 NA Soccer league held?
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:league <http://dbpedia.org/resource/2015_North_American_Soccer_League_season> . ?x onto:ground ?uri . ?uri rdf:type onto:Stadium}
julipc-p(huggingface)
What teams have Avangard Omsk's players played for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:playedFor res:Avangard_Omsk . ?x onto:formerTeam ?uri . }
julipc-p(huggingface)
Who is the player who plays for the team that has the Michigan Stadium?
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:stadium <http://dbpedia.org/resource/Michigan_Stadium> . ?uri prop:currentteam ?x . ?uri rdf:type onto:Athlete}
julipc-p(huggingface)
How many athletic associations are there in all of the private universities?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:type <http://dbpedia.org/resource/Private_university> . ?x prop:athletics ?uri . }
julipc-p(huggingface)
In which cities can i find drinks similar to the IBC root beer?
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:related <http://dbpedia.org/resource/IBC_Root_Beer> . ?x prop:locationCity ?uri . ?x rdf:type onto:Beverage}
julipc-p(huggingface)
Which royal person married the successor of Darius I?
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:predecessor <http://dbpedia.org/resource/Darius_I> . ?uri prop:spouse ?x . ?uri rdf:type onto:Royalty}
julipc-p(huggingface)
What are some products manufactured by Sony?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:manufacturer res:Sony . }
julipc-p(huggingface)
What is the producer of the television shows whose channel is CBBC?
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:channel <http://dbpedia.org/resource/CBBC_(TV_channel)> . ?x onto:producer ?uri . ?x rdf:type onto:TelevisionShow}
julipc-p(huggingface)
List all the movies whose music has been made up with someone under RCA 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/RCA_Records> . ?uri prop:music ?x . ?uri rdf:type onto:Film}
julipc-p(huggingface)
What cities are around the valley bordering Lake Mead?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:border <http://dbpedia.org/resource/Lake_Mead> . ?x onto:city ?uri . ?x rdf:type onto:Valley}
julipc-p(huggingface)
List the magazines published by Playbow Enterprises ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:publisher <http://dbpedia.org/resource/Playboy_Enterprises> . ?uri rdf:type onto:Magazine}
julipc-p(huggingface)
In which series do I find Minbari species' characters?
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:species <http://dbpedia.org/resource/Minbari> . ?x onto:series ?uri . ?x rdf:type onto:FictionalCharacter}
julipc-p(huggingface)
What is the style of architecture of South Loop Printing House District ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:South_Loop_Printing_House_District onto:architecturalStyle ?uri }
julipc-p(huggingface)
Name the ssignificant buildings of Ivan Fomin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ivan_Fomin onto:significantBuilding ?uri }
julipc-p(huggingface)
Where did the relatives of David Hume study?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relative res:David_Hume . ?x prop:education ?uri . }
julipc-p(huggingface)
Which state of Tendaho dam is the headquarters of Ethiopian People's revolutionary democratic Front located ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ethiopian_People's_Revolutionary_Democratic_Front> prop:headquarters ?uri. <http://dbpedia.org/resource/Tendaho_Dam> prop:country ?uri}
julipc-p(huggingface)
What prizes have been awarded to the relatives of Linn Ullmann?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Linn_Ullmann prop:relatives ?x . ?x prop:awards ?uri . }
julipc-p(huggingface)
What are the television shows of a company headquartered in Geneva?
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:headquarters <http://dbpedia.org/resource/Geneva> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Name the television show whose distributor is Comedy central and the character voice is given 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:distributor <http://dbpedia.org/resource/Comedy_Central> . ?uri prop:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri rdf:type on...
julipc-p(huggingface)
Give me the count of newspaper whose language is Sweedish and headquartered at stockholm ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:language <http://dbpedia.org/resource/Swedish_language> . ?uri prop:headquarters <http://dbpedia.org/resource/Stockholm> }
julipc-p(huggingface)
What are the cities located on the sea into which the Aegean Sea flows?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Aegean_Sea onto:outflow ?x . ?x prop:cities ?uri . }
julipc-p(huggingface)
In which areas did the pupils of Sylvain Levi work?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:academicAdvisor res:Sylvain_Lévi . ?x prop:fields ?uri . }
julipc-p(huggingface)
Name the movie whose producer is Michael Deeley and music is given by Vangelis ?
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:producer <http://dbpedia.org/resource/Michael_Deeley> . ?uri prop:music <http://dbpedia.org/resource/Vangelis> . ?uri rdf:type onto:Film...
julipc-p(huggingface)
How many people are in the band with Juelz Santana?
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:currentMembers <http://dbpedia.org/resource/Juelz_Santana> . ?x onto:bandMember ?uri . ?uri rdf:type onto:Person}
julipc-p(huggingface)
Name the partners of the models whose one of the partner is Thom Evans ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:partner <http://dbpedia.org/resource/Thom_Evans> . ?x onto:partner ?uri . ?x rdf:type onto:Model}
julipc-p(huggingface)
Who owns the broadcast network founded by CNN?
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:foundedBy <http://dbpedia.org/resource/CNN> . ?x prop:owner ?uri . ?x rdf:type onto:BroadcastNetwork}
julipc-p(huggingface)
List the writers of Tales of Suspense ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Tales_of_Suspense prop:writers ?uri }
julipc-p(huggingface)
Which magazine has publisher as Jann Wenner?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:publisher <http://dbpedia.org/resource/Jann_Wenner> . ?uri rdf:type onto:Magazine}
julipc-p(huggingface)
List the academic discipline of the journals whose one of the discipline is neuro imaging ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:academicDiscipline <http://dbpedia.org/resource/Neuroimaging> . ?x onto:academicDiscipline ?uri . ?x rdf:type onto:AcademicJournal}
julipc-p(huggingface)
Who has authored books published by the Perkins school for the Blind?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:publisher <http://dbpedia.org/resource/Perkins_School_for_the_Blind> . ?x onto:author ?uri . ?x rdf:type onto:WrittenWork}
julipc-p(huggingface)
Semani languages are spoken in which countries?
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:languages <http://dbpedia.org/resource/Semnani_languages> . ?uri rdf:type onto:Country}
julipc-p(huggingface)
What kind of games does Blizzard games develop?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:developer <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x onto:genre ?uri . ?x rdf:type onto:VideoGame}
julipc-p(huggingface)
How many different pole drivers are there, of the GPs when Renault was the first team?
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:firstTeam <http://dbpedia.org/resource/Renault_in_Formula_One> . ?x onto:poleDriver ?uri . ?uri rdf:type onto:FormulaOneRacer}
julipc-p(huggingface)
What is the label of Double Diamond (album) ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Double_Diamond_(album)> onto:recordLabel ?uri }
julipc-p(huggingface)
Where is the VP buried, which was served by Frederick Cooke?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frederick_Cooke_(socialist)> onto:vicePresident ?x . ?x onto:restingPlace ?uri . }
julipc-p(huggingface)
Name the person whose child is Irne Joliot-Curie?
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:children <http://dbpedia.org/resource/Irène_Joliot-Curie> . ?uri rdf:type onto:Person}
julipc-p(huggingface)
How many destinations are covered by the airlines which also serves Europe ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:destinations <http://dbpedia.org/resource/Europe> . ?x prop:destinations ?uri }
julipc-p(huggingface)
Where can i find companies which were started in Toronto?
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:foundationPlace <http://dbpedia.org/resource/Toronto> . ?x prop:locations ?uri . ?x rdf:type onto:Company}
julipc-p(huggingface)
Name the university with mascot as Aubie and president as jay Gogue ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:mascot <http://dbpedia.org/resource/Aubie> . ?uri onto:president <http://dbpedia.org/resource/Jay_Gogue> . ?uri rdf:type onto:University...
julipc-p(huggingface)
How many things belong to phylum of Chordate?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:phylum <http://dbpedia.org/resource/Chordate> . }
julipc-p(huggingface)
People from how many political parties exist in Maharashtra?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/Maharashtra> . ?x onto:party ?uri . }
julipc-p(huggingface)
With which musical artist is the music group which sung Mind Blowin' related to ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mind_Blowin'_(Smooth_song)> onto:musicalArtist ?x . ?x onto:associatedMusicalArtist ?uri . }
julipc-p(huggingface)
Where did the office holder died who also have faith in Episcopal Church ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:religion <http://dbpedia.org/resource/Episcopal_Church_(United_States)> . ?x onto:deathPlace ?uri . ?x rdf:type onto:OfficeHolder}
julipc-p(huggingface)
To which branch Edwin F. Hunter belong ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Edwin_F._Hunter prop:branch ?uri }
julipc-p(huggingface)
Who are the children of Abigail Adams?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Abigail_Adams prop:children ?uri }
julipc-p(huggingface)
Which things are Breann McGregor known for ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Breann_McGregor prop:knownFor ?uri }
julipc-p(huggingface)
Who have done their PhDs under a National Medal of Science winner?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:prizes res:National_Medal_of_Science . ?uri prop:doctoralAdvisor ?x . }
julipc-p(huggingface)
List the profession of senate whose one of the profession is United States Coast Guard ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:profession <http://dbpedia.org/resource/United_States_Coast_Guard> . ?x onto:profession ?uri . ?x rdf:type onto:Politician}
julipc-p(huggingface)
Where is the headquarters of the public transit system which operators Go-to-card ?
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/Go-To_card> prop:operator ?x . ?x prop:headquarters ?uri . ?x rdf:type onto:PublicTransitSystem}
julipc-p(huggingface)
How many people are there who have relationship with Kennedy family?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:relation <http://dbpedia.org/resource/Kennedy_family> . }
julipc-p(huggingface)
Name the company founded by Jim Harris located in Harris County, Texas ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:foundedBy <http://dbpedia.org/resource/Jim_Harris_(entrepreneur)> . ?uri onto:locationCity <http://dbpedia.org/resource/Harris_County,_Texas> . ?uri rdf:type onto:Company}
julipc-p(huggingface)
What is the total number of fictional characters whose created by Greg Daniels and series is The Office (U.S. TV series)?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:creator <http://dbpedia.org/resource/Greg_Daniels> . ?uri onto:series <http://dbpedia.org/resource/The_Office_(U.S._TV_series)> }
julipc-p(huggingface)
Which local authority of Buckhurst Hill County High School is the palce of burial of Elizabeth Rhuddlan ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Elizabeth_of_Rhuddlan prop:placeOfBurial ?uri. res:Buckhurst_Hill_County_High_School onto:localAuthority ?uri}
julipc-p(huggingface)
In which city where there is a headquarters of Orient News and also Feras Saied died?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Orient_News prop:headquarters ?uri. res:Feras_Saied onto:deathPlace ?uri}
julipc-p(huggingface)