question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What is the alma mater of the scientist who is known for Rational analysis ?
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/Rational_analysis> . ?x onto:almaMater ?uri . ?x rdf:type onto:Scientist}
julipc-p(huggingface)
Who is the owner of Chelsea F.C. ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chelsea_F.C.> prop:owner ?uri }
julipc-p(huggingface)
In how many places has Don R. Berlin worked?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Don_R._Berlin> onto:employer ?uri . }
julipc-p(huggingface)
For how many movies are there whose musicians home town is in Volos ?
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:hometown <http://dbpedia.org/resource/Volos> . ?uri prop:music ?x . ?uri rdf:type onto:Film}
julipc-p(huggingface)
Name the fictional character whose relatives are Huey, Dewey, and Louie and is of species American Pekin duck?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:relatives <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . ?uri onto:species <http://dbpedia.org/resource/American_Pekin_duck> . ?...
julipc-p(huggingface)
Who is the owner of the website which has the label Seed Eight ?
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/Seed_Eight> prop:label ?x . ?x prop:owner ?uri . ?x rdf:type onto:Website}
julipc-p(huggingface)
In which country is Sierra del Merendin?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Sierra_del_Merendón onto:country ?uri . }
julipc-p(huggingface)
What is on the border of the places which fall under crook county municipality, oregon?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:municipality <http://dbpedia.org/resource/Crook_County,_Oregon> . ?x onto:border ?uri . }
julipc-p(huggingface)
Which is the university of Vanderbilt Commodores ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Vanderbilt_Commodores onto:university ?uri }
julipc-p(huggingface)
What musicians are signed up with colpix 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 {?uri prop:label <http://dbpedia.org/resource/Colpix_Records> . ?uri rdf:type onto:MusicalArtist}
julipc-p(huggingface)
What currencies are used in the country whose capital is Podgorica?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:capital res:Podgorica . ?x prop:currency ?uri . }
julipc-p(huggingface)
How many other home stadium are there of the soccer club whose home stadium is Luzhniki Stadium ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:homeStadium <http://dbpedia.org/resource/Luzhniki_Stadium> . ?x onto:homeStadium ?uri }
julipc-p(huggingface)
Where was William Anthony trained ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> onto:training ?uri }
julipc-p(huggingface)
Which composer of Motorpsycho Nitemare has also composed The time are A-Changing ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Motorpsycho_Nitemare> prop:composer ?uri. <http://dbpedia.org/resource/The_Times_They_Are_a-Changin'_(musical)> onto:musicBy ?uri}
julipc-p(huggingface)
What river is it whose source is Dowra?
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:sourceLocation <http://dbpedia.org/resource/Dowra> . ?uri rdf:type onto:River}
julipc-p(huggingface)
What is the religion of the president who won the Mongolian legislative election, 2004 ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mongolian_legislative_election,_2004> prop:leader ?x . ?x onto:religion ?uri . }
julipc-p(huggingface)
Give me everything owned by networks which is lead by Steve Burke?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:keyPerson <http://dbpedia.org/resource/Steve_Burke_(businessman)> . ?uri onto:network ?x . }
julipc-p(huggingface)
What is the municipality of Homestead Grays Bridge ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Homestead_Grays_Bridge onto:municipality ?uri }
julipc-p(huggingface)
What religion do the politicians follow, who graduated from the Yokkohama Nationaal University?
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:almaMater <http://dbpedia.org/resource/Yokohama_National_University> . ?x onto:religion ?uri . ?x rdf:type onto:Politician}
julipc-p(huggingface)
Who is the narrator of The Incredible Hulk , 1982 TV series ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> prop:narrated ?uri }
julipc-p(huggingface)
What sports are played in schools where Swahili is the official language?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:language res:Swahili_language . ?x onto:sport ?uri . }
julipc-p(huggingface)
Which interest of Philip Novak is the relegion of Vesak ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Philip_Novak prop:mainInterests ?uri. res:Vesak onto:type ?uri}
julipc-p(huggingface)
Count all the ethinic group who speaks language which belongs to Anglo-Frisian language family ?
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:languageFamily <http://dbpedia.org/resource/Anglo-Frisian_languages> . ?uri prop:languages ?x . ?uri rdf:type onto:EthnicGroup}
julipc-p(huggingface)
What is the area of the Tar Heel Sports Network which is official residence of the Michael Nichols (photographer) ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tar_Heel_Sports_Network> prop:area ?uri. <http://dbpedia.org/resource/Michael_Nichols_(photographer)> onto:residence ?uri}
julipc-p(huggingface)
How many artists have their works in the Sao Paolo Museum of Art?
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:museum <http://dbpedia.org/resource/São_Paulo_Museum_of_Art> . ?x prop:artist ?uri . ?uri rdf:type onto:Artist}
julipc-p(huggingface)
What is used as money for French Southern and Antarctic Lands is also the product of the Karafarin Bank ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:French_Southern_and_Antarctic_Lands onto:currency ?uri. res:Karafarin_Bank onto:product ?uri}
julipc-p(huggingface)
Give me the total number of membership of the organisations which have memebers as Azerbaijan?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:membership <http://dbpedia.org/resource/Azerbaijan> . ?x prop:membership ?uri }
julipc-p(huggingface)
What is the content licence of MSX BASIC ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:MSX_BASIC prop:license ?uri }
julipc-p(huggingface)
What are the central characters in spy kids series?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:series <http://dbpedia.org/resource/Spy_Kids_(franchise)> . }
julipc-p(huggingface)
Which comic characters were created by Paul Dini?
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/Paul_Dini> . ?uri rdf:type onto:ComicsCharacter}
julipc-p(huggingface)
who owns the ship Victoria?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Victoria_(ship)> onto:owner ?uri }
julipc-p(huggingface)
Where was the predecessor of Sevan Ross born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:successor res:Sevan_Ross . ?x prop:placeOfBirth ?uri . }
julipc-p(huggingface)
Where is the school which is the rival of Somerset Berkley Regional High?
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/Somerset_Berkley_Regional_High_School> onto:rival ?x . ?x onto:region ?uri . ?x rdf:type onto:School}
julipc-p(huggingface)
How many soccer manager have been in the Spain nation football 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 {?uri prop:nationalteam <http://dbpedia.org/resource/Spain_national_football_team> . ?uri rdf:type onto:SoccerManager}
julipc-p(huggingface)
What are some companies which are founded in Dallas Jurisdiction?
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:governingBody <http://dbpedia.org/resource/Dallas> . ?uri onto:foundationPlace ?x . ?uri rdf:type onto:Company}
julipc-p(huggingface)
How many bands collaborated with artists who signed up with EMI?
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:recordLabel <http://dbpedia.org/resource/EMI> . ?x onto:associatedMusicalArtist ?uri . ?uri rdf:type onto:Band}
julipc-p(huggingface)
What is the purpose of New Zealand Chess Federation ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:New_Zealand_Chess_Federation prop:purpose ?uri }
julipc-p(huggingface)
How many TV shows are of the company which are of company which is a subsidiary of Big Ticket Entertainment ?
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:subsidiary <http://dbpedia.org/resource/Big_Ticket_Entertainment> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Who operates twin Cities 400 ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Twin_Cities_400 onto:operatedBy ?uri }
julipc-p(huggingface)
What is the city of the Maine School of Science and Mathematics is also the resting place of Charles A. Boutelle ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Maine_School_of_Science_and_Mathematics onto:authority ?uri. res:Charles_A._Boutelle prop:restingplace ?uri}
julipc-p(huggingface)
Give me a count of royalties buried in Rome ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:placeOfBurial <http://dbpedia.org/resource/Rome> . ?uri rdf:type onto:Royalty}
julipc-p(huggingface)
In how many places are Marjas found?
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:title <http://dbpedia.org/resource/Marja'> . ?x onto:location ?uri . ?uri rdf:type onto:Location}
julipc-p(huggingface)
List the soccer players whose current team has the ground Stoke-on-Trent.
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:ground <http://dbpedia.org/resource/Stoke-on-Trent> . ?uri prop:currentclub ?x . ?uri rdf:type onto:SoccerPlayer}
julipc-p(huggingface)
Which are the countires where Pioneer Corporation has flourished?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Pioneer_Corporation prop:country ?uri }
julipc-p(huggingface)
Who is the president of Carl Stokes nad Wyche Fowler ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Carl_Stokes prop:president ?uri. res:Wyche_Fowler onto:president ?uri}
julipc-p(huggingface)
List few Swedish language movies ?
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:language <http://dbpedia.org/resource/Swedish_language> . ?uri rdf:type onto:Film}
julipc-p(huggingface)
What is the currency of Kerguelen Islands ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Kerguelen_Islands onto:currency ?uri }
julipc-p(huggingface)
What are the musicals whose musicians worked under Sony Music Entertainment?
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:label <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri prop:music ?x . ?uri rdf:type onto:Musical}
julipc-p(huggingface)
Whose shrines are in a place governed by Justin Trudeau?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:leaderName res:Justin_Trudeau . ?uri onto:majorShrine ?x . }
julipc-p(huggingface)
What are the academic interests of the past members of Senser?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Senser prop:pastMembers ?x . ?x prop:mainInterests ?uri . }
julipc-p(huggingface)
Who is the leader of Hackweiser ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Hackweiser prop:leaderName ?uri }
julipc-p(huggingface)
In which city is the sister station of KTXY located ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:KTXY onto:sisterStation ?x . ?x onto:city ?uri . }
julipc-p(huggingface)
Where was the successor of Hank Brown born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Hank_Brown prop:successor ?x . ?x onto:birthPlace ?uri . }
julipc-p(huggingface)
Name the constituency of Jonas Gahr where Sverre Krogh was born ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jonas_Gahr_Støre prop:constituency ?uri. res:Sverre_Krogh_Sundbø prop:birthPlace ?uri}
julipc-p(huggingface)
What is the common battle fought by Stephen Urban and Ali Habib Mahmud ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Stephen_Urban onto:battle ?uri. res:Ali_Habib_Mahmud prop:battles ?uri}
julipc-p(huggingface)
What is the relegious affiliations of Katyayana ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> prop:religion ?uri }
julipc-p(huggingface)
Where was the engineer born who manufactured EP R.E.P. 1?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Esnault-Pelterie_R.E.P._1> prop:manufacturer ?x . ?x onto:birthPlace ?uri . }
julipc-p(huggingface)
who all have been a manager of english under twenty one football team?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:managerclubs <http://dbpedia.org/resource/England_national_under-21_football_team> }
julipc-p(huggingface)
Which party has come in power in Mumbai North?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:constituency <http://dbpedia.org/resource/Mumbai_North_(Lok_Sabha_constituency)> . ?x onto:party ?uri . }
julipc-p(huggingface)
What is the largest city of the country which hosted the 1951 Asian Games?
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/1951_Asian_Games> prop:hostCity ?x . ?x onto:largestCity ?uri . ?x rdf:type onto:Country}
julipc-p(huggingface)
Which royalty was married to ptolemy XIII Theos Philopator and had mother named Cleopatra V ?
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:mother <http://dbpedia.org/resource/Cleopatra_V_of_Egypt> . ?uri prop:spouse <http://dbpedia.org/resource/Ptolemy_XIII_Theos_Philopator>...
julipc-p(huggingface)
Whose theme music was composed by a band which collaborated with Phish?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:associatedBand res:Phish . ?uri prop:themeMusicComposer ?x . }
julipc-p(huggingface)
Which administrative headquarters of the Pulau Ubin is also the resting place of the Nicole Lai
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pulau_Ubin onto:capital ?uri. res:Nicole_Lai onto:restingPlace ?uri}
julipc-p(huggingface)
Where did the beverages sold by Refriango originate?
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:manufacturer <http://dbpedia.org/resource/Refriango> . ?x prop:origin ?uri . ?x rdf:type onto:Beverage}
julipc-p(huggingface)
Who built the stadium which was rented by Costa Rica national football 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 ?uri WHERE { ?x prop:tenants <http://dbpedia.org/resource/Costa_Rica_national_football_team> . ?x onto:builder ?uri . ?x rdf:type onto:Stadium}
julipc-p(huggingface)
In which country does the Auckland rugby union team play ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Auckland_rugby_union_team onto:league ?x . ?x onto:country ?uri . }
julipc-p(huggingface)
What is the serving railway line of Warwick railway station, Perth ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Warwick_railway_station,_Perth> onto:servingRailwayLine ?uri }
julipc-p(huggingface)
What is the radio show created by Timoteo Jeffries, about?
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:creator <http://dbpedia.org/resource/Timoteo_Jeffries> . ?x prop:format ?uri . ?x rdf:type onto:RadioProgram}
julipc-p(huggingface)
Where are all the protected areas near Bend, Oregon?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:nearestCity <http://dbpedia.org/resource/Bend,_Oregon> . ?x onto:location ?uri . ?x rdf:type onto:ProtectedArea}
julipc-p(huggingface)
Which notable series of Russell T Davies is also the series of Short Trips: A day in the life ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Short_Trips:_A_Day_in_the_Life onto:series ?uri. res:Russell_T_Davies onto:notableWork ?uri}
julipc-p(huggingface)
Which battles were fought under the president when Chung Won Shik was the prime minister?
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/Chung_Won-shik> . ?x prop:battles ?uri . ?x rdf:type onto:President}
julipc-p(huggingface)
Which office holder's resting place is in Palo Alto, California and was succeeded by Adrian A. Basora ?
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:restingPlace <http://dbpedia.org/resource/Palo_Alto,_California> . ?uri prop:successor <http://dbpedia.org/resource/Adrian_A._Basora> . ...
julipc-p(huggingface)
which movies have been published by Cinema International Corporation?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:distributor res:Cinema_International_Corporation }
julipc-p(huggingface)
What is the total number of other destinations of the airlines whose one of the destinations is Mediterranean Sea?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:destinations <http://dbpedia.org/resource/Mediterranean_Sea> . ?x prop:destinations ?uri }
julipc-p(huggingface)
Count the total number of academic discipline of the journals whose one of the academic discipline is Neuroimaging ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:academicDiscipline <http://dbpedia.org/resource/Neuroimaging> . ?x onto:academicDiscipline ?uri }
julipc-p(huggingface)
What are some cities which have a Ferris wheel?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:buildingType res:Ferris_wheel . ?x prop:locationTown ?uri . }
julipc-p(huggingface)
Name the movie who has screenplay by Akiva Goldsman and is edited by Mark Stevens ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:screenplay <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri prop:editing <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?...
julipc-p(huggingface)
Count the movies in Swedish language?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:language <http://dbpedia.org/resource/Swedish_language> . ?uri rdf:type onto:Film}
julipc-p(huggingface)
Give me the total number of television shows whose theme music composer is Julian Gingell and created by Simon Fuller?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . ?uri prop:creator <http://dbpedia.org/resource/Simon_Fuller> }
julipc-p(huggingface)
Which cloud platform of Google cloud connect also provides services to 21Vianet ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:21Vianet prop:services ?uri. res:Google_Cloud_Connect onto:computingPlatform ?uri}
julipc-p(huggingface)
Name the office holder whose constituency is Haight-Ashbury?
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:constituency <http://dbpedia.org/resource/Haight-Ashbury> . ?uri rdf:type onto:OfficeHolder}
julipc-p(huggingface)
Name the loocation of Lekh Castle which is also the location of SamurAbsheron channel ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lekh_Castle onto:location ?uri. res:Samur–Absheron_channel onto:sourceCountry ?uri}
julipc-p(huggingface)
Count the number of families of the Animal kingdom.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:kingdom <http://dbpedia.org/resource/Animal> . ?x onto:family ?uri . }
julipc-p(huggingface)
What is the political party of the person succeeded by A.K. Singh?
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:successor <http://dbpedia.org/resource/A._K._Singh> . ?x prop:party ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
Who is the head coach of the teams in Middlesbrough FC?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:club <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x onto:manager ?uri . }
julipc-p(huggingface)
People in the royal Thai army follow which religion?
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:branch <http://dbpedia.org/resource/Royal_Thai_Army> . ?x onto:religion ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
Who are the producers of the movies which has music by Gary Chang ?
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:music <http://dbpedia.org/resource/Gary_Chang> . ?x prop:producer ?uri . ?x rdf:type onto:Film}
julipc-p(huggingface)
Where was Special 26 recorded ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Special_26 prop:recorded ?uri }
julipc-p(huggingface)
How many movies music composers are associated with Demis Roussos ?
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:associatedActs <http://dbpedia.org/resource/Demis_Roussos> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film}
julipc-p(huggingface)
To which nation did David Animle Hanses owe his allegiance?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:David_Animle_Hansen prop:allegiance ?uri }
julipc-p(huggingface)
What is the alma mater of the actors of The God Who Wasn't There ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_God_Who_Wasn't_There> prop:starring ?x . ?x prop:almaMater ?uri . }
julipc-p(huggingface)
List some musicians associated with famous guitar players?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:notableInstruments res:Guitar . ?x onto:associatedMusicalArtist ?uri . }
julipc-p(huggingface)
What are the airlines whose hub airport is operated by the Los Angeles World Airports?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:operator <http://dbpedia.org/resource/Los_Angeles_World_Airports> . ?uri onto:hubAirport ?x . ?uri rdf:type onto:Airline}
julipc-p(huggingface)
Which company's cars are assembled in Colombia?
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:assembly <http://dbpedia.org/resource/Colombia> . ?x prop:parentCompany ?uri . ?x rdf:type onto:Automobile}
julipc-p(huggingface)
Who directed The Haunted House ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> onto:director ?uri }
julipc-p(huggingface)
Count all the different purposes followed by the different NGOs.
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:type <http://dbpedia.org/resource/Non-governmental_organization> . ?x prop:purpose ?uri . }
julipc-p(huggingface)
The players born in Bellaire, Ohio have played for which team?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Bellaire,_Ohio> . ?x onto:team ?uri . }
julipc-p(huggingface)
What is the common ideology followed by Katyayana and Palang Dharma Party ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> prop:religion ?uri. <http://dbpedia.org/resource/Palang_Dharma_Party> onto:ideology ?uri}
julipc-p(huggingface)
Count the tenants of MasterCard Centre?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/MasterCard_Centre> prop:tenants ?uri . }
julipc-p(huggingface)
who are starring in the movies written by Mark Sandrich ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:writer <http://dbpedia.org/resource/Mark_Sandrich> . ?x onto:starring ?uri . ?x rdf:type onto:Film}
julipc-p(huggingface)