question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Name the city with leader as Esther Alder and neighboring municipality as Pregny-Chambsy? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mayor <http://dbpedia.org/resource/Esther_Alder> . ?uri onto:neighboringMunicipality <http://dbpedia.org/resource/Pregny-Chambésy> . ?uri rdf:type onto:Location} | julipc-p(huggingface) |
Name the street address of Rhodes-Haverty Building ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rhodes-Haverty_Building> prop:address ?uri } | julipc-p(huggingface) |
Who were the commanders during the events which took place in Sandusky County, Ohio? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:place <http://dbpedia.org/resource/Sandusky_County,_Ohio> . ?x onto:commander ?uri . ?x rdf:type onto:Event} | julipc-p(huggingface) |
Who founded the city where Pat Vincent die? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pat_Vincent onto:deathPlace ?x . ?x onto:founder ?uri . } | julipc-p(huggingface) |
Name the kingdom with currency Solidus (coin) and administrative headquarters in Nicomedia? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:currency <http://dbpedia.org/resource/Solidus_(coin)> . ?uri onto:capital <http://dbpedia.org/resource/Nicomedia> . } | julipc-p(huggingface) |
Which company has a product named Visual Studio and One Drive as service ? | 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:services <http://dbpedia.org/resource/OneDrive> . ?uri prop:products <http://dbpedia.org/resource/Microsoft_Visual_Studio> . ?uri rdf:ty... | julipc-p(huggingface) |
Name the river whose mouth place is Old Lyme, Connecticut? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mouthPlace <http://dbpedia.org/resource/Old_Lyme,_Connecticut> . ?uri rdf:type onto:River} | julipc-p(huggingface) |
Which division of the Runewaker Entertainment is also the destinations of the Airtours International Airways? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Runewaker_Entertainment onto:division ?uri. res:Airtours_International_Airways prop:destinations ?uri} | julipc-p(huggingface) |
Which show's network is Prime time Entertainment and has Douglas Netter as executive producer ? | 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:network <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri onto:executiveProducer <http://dbpedia.org/resource/Dougla... | julipc-p(huggingface) |
Who was the president under which a tennis player held office before John W. Weeks? | 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/John_W._Weeks> . ?x prop:president ?uri . ?x rdf:type onto:TennisPlayer} | julipc-p(huggingface) |
What are the things whose leader was a monarch of Willem-Alexander of the Netherlands? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:monarch <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . ?uri onto:leader ?x . } | julipc-p(huggingface) |
acer nigrum is used in making what? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:ingredient res:Acer_nigrum } | julipc-p(huggingface) |
Name the prospect team of Mikhail Pashnin ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Mikhail_Pashnin prop:prospectTeam ?uri } | julipc-p(huggingface) |
What is the predecessor of BMW M40 ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:BMW_M40 prop:predecessor ?uri } | julipc-p(huggingface) |
Which cities are located around the sea into which the ionian flows? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ionian_Sea onto:outflow ?x . ?x prop:cities ?uri . } | julipc-p(huggingface) |
Where do the railroads owned by the Chicago and Northwestern Transportation company begin? | 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:system <http://dbpedia.org/resource/Chicago_and_North_Western_Transportation_Company> . ?x onto:routeStart ?uri . ?x rdf:type onto:Railwa... | julipc-p(huggingface) |
Give me a count of mammals which have their order as Primate? | 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:order <http://dbpedia.org/resource/Primate> . ?uri rdf:type onto:Mammal} | julipc-p(huggingface) |
What television show are distributed by Broadcast syndication? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:distributor <http://dbpedia.org/resource/Broadcast_syndication> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Who was the president under which people won the United States House of Representatives elections in 1790 ? | 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/United_States_House_of_Representatives_elections,_1790> prop:leader ?x . ?x prop:president ?uri . ?x rdf:type onto:P... | julipc-p(huggingface) |
Which TV show's producer is Stephen E. Ambrose and company is DreamWorks Television? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:producer <http://dbpedia.org/resource/Stephen_E._Ambrose> . ?uri onto:company <http://dbpedia.org/resource/DreamWorks_Television> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Which river originate from limerick? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:mouthLocation <http://dbpedia.org/resource/Limerick> . ?uri rdf:type onto:River} | julipc-p(huggingface) |
Who is the opponent of United States House of Representatives elections in Ohio, 2010 ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_States_House_of_Representatives_elections_in_Ohio,_2010> prop:opponent ?uri } | julipc-p(huggingface) |
Laozi authored which book? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:author res:Laozi } | julipc-p(huggingface) |
What are some other children of the father of Marvin Bush? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:child res:Marvin_Bush . ?x prop:children ?uri . } | julipc-p(huggingface) |
Rivers from which countries flow into the Caspian? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:riverMouth <http://dbpedia.org/resource/Caspian_Sea> . ?x onto:sourceCountry ?uri . ?x rdf:type onto:River} | julipc-p(huggingface) |
Which is the nearest city to Elliott Bay ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Elliott_Bay onto:nearestCity ?uri } | julipc-p(huggingface) |
In which sects were the aristocrats included, who were buried in Westminister abbey? | 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:majorShrine <http://dbpedia.org/resource/Westminster_Abbey> . ?x prop:veneratedIn ?uri . ?x rdf:type onto:Royalty} | julipc-p(huggingface) |
Name the saint whose major shrine is in Canada and was canonized by Pope Benedict XVI? | 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:majorShrine <http://dbpedia.org/resource/Canada> . ?uri prop:canonizedBy <http://dbpedia.org/resource/Pope_Benedict_XVI> . ?uri rdf:type... | julipc-p(huggingface) |
who was the australian flagbearer of 2008 Summer Olympics? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Australia_at_the_2008_Summer_Olympics prop:flagbearer ?uri } | julipc-p(huggingface) |
Which vice president of Warren G. Harsing is also the president of Evans Hughes ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Warren_G._Harding onto:vicePresident ?uri. res:Charles_Evans_Hughes onto:president ?uri} | julipc-p(huggingface) |
Who is the manager of the club whose homeground is the riverside 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:ground <http://dbpedia.org/resource/Riverside_Stadium> . ?uri onto:managerClub ?x . ?uri rdf:type onto:SportsManager} | julipc-p(huggingface) |
Which recognized title of Frank Thorne is also the product of Playboy Enterprise ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Playboy_Enterprises prop:products ?uri. res:Frank_Thorne onto:award ?uri} | julipc-p(huggingface) |
Whose constituency is Duboce Triangle ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:constituency <http://dbpedia.org/resource/Duboce_Triangle,_San_Francisco> . } | julipc-p(huggingface) |
What is the name of Mary's divine child? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:parent <http://dbpedia.org/resource/Mary_(mother_of_Jesus)> . } | julipc-p(huggingface) |
Joe Hahn is the member of what band? | 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:currentMembers <http://dbpedia.org/resource/Joe_Hahn> . ?uri rdf:type onto:Band} | julipc-p(huggingface) |
Which team did wolfred McDonald is also the prospect team of Milkhail Pashnin ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Mikhail_Pashnin prop:prospectTeam ?uri. res:Wilfred_McDonald prop:playedFor ?uri} | julipc-p(huggingface) |
Which companies have launched from the Vandenberg Air Force Air base? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:launchSite res:Vandenberg_Air_Force_Base . ?x onto:manufacturer ?uri . } | julipc-p(huggingface) |
How many home stadiums are there of the seasons whose chairman in Merritt Paulson? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:chairman <http://dbpedia.org/resource/Merritt_Paulson> . ?x onto:homeStadium ?uri . } | julipc-p(huggingface) |
What are some primates? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:order res:Primate . } | julipc-p(huggingface) |
What is the rank of Julius C. Burrows politically? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Julius_C._Burrows prop:order ?uri } | julipc-p(huggingface) |
Name a few whose live in a place where Indian English is an official language | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:officialLanguage res:Indian_English . ?uri onto:residence ?x . } | julipc-p(huggingface) |
Count the number of first drivers in all the GPs where Mika Hakkinen was a first driver? | 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:poleDriver <http://dbpedia.org/resource/Mika_Häkkinen> . ?x onto:firstDriver ?uri . ?uri rdf:type onto:RacingDriver} | julipc-p(huggingface) |
What sports are played at Vishwajyot High School? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vishwajyot_High_School onto:sport ?uri } | julipc-p(huggingface) |
BBC Two is the sister channel of networks having which shows? | 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:sisterNames <http://dbpedia.org/resource/BBC_Two> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Who owns a bridge in Boston? | 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:locatedInArea <http://dbpedia.org/resource/Boston> . ?x prop:owner ?uri . ?x rdf:type onto:Bridge} | julipc-p(huggingface) |
How many tenats have been there, of the constructions of PCL constructures? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:builder <http://dbpedia.org/resource/PCL_Construction> . ?x onto:tenant ?uri . } | julipc-p(huggingface) |
Which non fiction of the Thud is also the field of the Jon Speelman ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thud!> onto:nonFictionSubject ?uri. <http://dbpedia.org/resource/Jon_Speelman> onto:field ?uri} | julipc-p(huggingface) |
Who was the prime minister of Victor Hope, 2nd Marquess of Linlithgow and also the editor of British Gazette ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Victor_Hope,_2nd_Marquess_of_Linlithgow> prop:primeminister ?uri. <http://dbpedia.org/resource/British_Gazette> prop:editor ?uri} | julipc-p(huggingface) |
Name the hockey team whose head coach is Alain Vigneault? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:headCoach <http://dbpedia.org/resource/Alain_Vigneault> . ?uri rdf:type onto:HockeyTeam} | julipc-p(huggingface) |
What is the municipality of Patterson Houses ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Patterson_Houses onto:municipality ?uri } | julipc-p(huggingface) |
Give me a count of everything under the archipelago, where Papeete is the biggest town. | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:largestCity <http://dbpedia.org/resource/Papeete> . ?uri prop:archipelago ?x . } | julipc-p(huggingface) |
Where does the rivers ending in lake washington begin? | 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:riverMouth <http://dbpedia.org/resource/Lake_Washington> . ?x prop:sourceLocation ?uri . ?x rdf:type onto:River} | julipc-p(huggingface) |
Who all have developed a cross platform software? | 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:operatingSystem <http://dbpedia.org/resource/Cross-platform> . ?x onto:developer ?uri . ?x rdf:type onto:Software} | julipc-p(huggingface) |
where did soccer bowl take place in 76? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Soccer_Bowl_'76> onto:city ?uri } | julipc-p(huggingface) |
What political ideology of the Palang Dharma Party is relegion of Inthakin? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Palang_Dharma_Party onto:ideology ?uri. res:Inthakin onto:type ?uri} | julipc-p(huggingface) |
List the cities which share the same water body as that of Florida ? | 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:cities <http://dbpedia.org/resource/Florida> . ?x prop:cities ?uri . ?x rdf:type onto:BodyOfWater} | julipc-p(huggingface) |
What is common between genre of battle chess and purpose of New Zealand Chess ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Battle_Chess prop:genre ?uri. res:New_Zealand_Chess_Federation prop:purpose ?uri} | julipc-p(huggingface) |
Who is relative of the people died in Bergen-Belsen concentration camp ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:deathPlace <http://dbpedia.org/resource/Bergen-Belsen_concentration_camp> . ?x onto:relative ?uri . } | julipc-p(huggingface) |
In which state can I find Burr Truss styled bridges? | 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:style <http://dbpedia.org/resource/Burr_Truss> . ?x onto:state ?uri . ?x rdf:type onto:Bridge} | julipc-p(huggingface) |
Which info. appliance is manufactured by Asus and is the predecessor of PS 2? | 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:predecessor <http://dbpedia.org/resource/PlayStation_2> . ?uri onto:manufacturer <http://dbpedia.org/resource/Asus> . ?uri rdf:type onto... | julipc-p(huggingface) |
Which cover artist of the The Adventures of Tom Sawyer also the source of inspiration of The Appple Tree ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Adventures_of_Tom_Sawyer onto:coverArtist ?uri. res:The_Apple_Tree onto:basedOn ?uri} | julipc-p(huggingface) |
Which university of Alexandre Tichonov is the place of death of Valentin Muratov / | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Alexandre_Tichonov prop:university ?uri. res:Valentin_Muratov prop:placeOfDeath ?uri} | julipc-p(huggingface) |
What kind of music is produced at the record label founded by Andre Bourgeois? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:founder <http://dbpedia.org/resource/André_Bourgeois> . ?x onto:genre ?uri . ?x rdf:type onto:RecordLabel} | julipc-p(huggingface) |
What is the place of death of the lieutenant of Frank Steunenberg? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Frank_Steunenberg prop:lieutenant ?x . ?x prop:placeOfDeath ?uri . } | julipc-p(huggingface) |
How many titles have been won by the beauty queens which had brown hair? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:hairColor <http://dbpedia.org/resource/Brown_hair> . ?x prop:title ?uri . } | julipc-p(huggingface) |
What are the border of High Desert (Oregon)? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/High_Desert_(Oregon)> onto:border ?uri } | julipc-p(huggingface) |
What is the location city of Burnside Distribution Corporation ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Burnside_Distribution_Corporation onto:locationCity ?uri } | julipc-p(huggingface) |
Which country's people work in the Birdman enterprises? | 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:institution <http://dbpedia.org/resource/Birdman_Enterprises> . ?x prop:nationality ?uri . ?x rdf:type onto:Engineer} | julipc-p(huggingface) |
Where is Oskar Blues located ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Oskar_Blues_Brewery prop:location ?uri } | julipc-p(huggingface) |
Paul Leonard's work can be divided into how many series? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:author <http://dbpedia.org/resource/Paul_Leonard_(writer)> . ?x onto:series ?uri . } | julipc-p(huggingface) |
List the sports associated with Mariveles, Bataan? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:city <http://dbpedia.org/resource/Mariveles,_Bataan> . ?x onto:sport ?uri . } | julipc-p(huggingface) |
Which holy places did consider Pope Gregory I as a saint? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Pope_Gregory_I prop:veneratedIn ?uri } | julipc-p(huggingface) |
Which incumbent of Al Gore presidential campaign wass also the president of Mike McCurry ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mike_McCurry_(press_secretary)> onto:president ?uri. <http://dbpedia.org/resource/Al_Gore_presidential_campaign,_2000> onto:incumbent ?uri} | julipc-p(huggingface) |
What software is developed by GNOWSYS and is licensed by Frontaccounting? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Frontaccounting onto:license ?uri. res:GNOWSYS onto:developer ?uri} | julipc-p(huggingface) |
Which admin center of pulau Ujong is also the largest city of Pulau Ubin ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pulau_Ubin onto:largestCity ?uri. res:Pulau_Ujong onto:capital ?uri} | julipc-p(huggingface) |
What is the parent company of PrivateCore? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:subsidiary res:PrivateCore } | julipc-p(huggingface) |
Name the scientist whose supervisor was John Robert Woodyard and has won Norbert Wiener Award for Social and Professional Responsibility? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:doctoralAdvisor <http://dbpedia.org/resource/John_Robert_Woodyard> . ?uri prop:prizes <http://dbpedia.org/resource/Norbert_Wiener_Award_... | julipc-p(huggingface) |
Name the river with mouth palce Essex and source place as Gloucestershire ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mouthPlace <http://dbpedia.org/resource/Essex> . ?uri onto:sourcePlace <http://dbpedia.org/resource/Gloucestershire> . ?uri rdf:type onto:River} | julipc-p(huggingface) |
In which province was Dick Redding born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Dick_Redding prop:birthDate ?uri } | julipc-p(huggingface) |
What awards have been awarded both to Ingmar bergman and James O'Brien? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ingmar_Bergman> prop:awards ?uri. <http://dbpedia.org/resource/James_F._O'Brien> onto:award ?uri} | julipc-p(huggingface) |
Count the number of characters of the play whose one of the character is Catwoman ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:characters <http://dbpedia.org/resource/Catwoman> . ?x prop:characters ?uri } | julipc-p(huggingface) |
Where else did the graduates of the university of west indies 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:institution res:University_of_the_West_Indies . ?x prop:almaMater ?uri . } | julipc-p(huggingface) |
List down the schools whose mascot is an animal from the order of Even toed Ungulates? | 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:designer <http://dbpedia.org/resource/Bjarne_Stroustrup> . ?uri prop:programmingLanguage ?x . ?uri rdf:type onto:School} | julipc-p(huggingface) |
Count the number of cities on the Mediterranean Sea? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Mediterranean_Sea> prop:cities ?uri . } | julipc-p(huggingface) |
What non fiction subjects are covered in books by Doubleday publishers? | 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/Doubleday_(publisher)> . ?x onto:nonFictionSubject ?uri . ?x rdf:type onto:Book} | julipc-p(huggingface) |
Name the death location of Judson Huss ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Judson_Huss prop:deathPlace ?uri } | julipc-p(huggingface) |
What are the movies whose musicians's home town is 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 ?uri WHERE { ?x onto:hometown <http://dbpedia.org/resource/Volos> . ?uri prop:music ?x . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
What is the affiliation of tani University ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ōtani_University prop:affiliation ?uri } | julipc-p(huggingface) |
What is the base currency of Benelux ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Benelux prop:currency ?uri } | julipc-p(huggingface) |
What foundation palce of Temenos Group is the death palce of jerzy Jzef Poocki ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Temenos_Group prop:foundation ?uri. res:Jerzy_Józef_Potocki prop:placeOfDeath ?uri} | julipc-p(huggingface) |
Give me a count of the services by the company which provides Data center as the services ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:services <http://dbpedia.org/resource/Data_center_services> . ?x prop:services ?uri } | julipc-p(huggingface) |
Who discovered Europa and Callisto? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Europa_(moon)> prop:discoverer ?uri. <http://dbpedia.org/resource/Callisto_(moon)> onto:discoverer ?uri} | julipc-p(huggingface) |
Scientists at the University of Queensland have won which awards? | 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:almaMater <http://dbpedia.org/resource/University_of_Queensland> . ?x prop:awards ?uri . ?x rdf:type onto:Scientist} | julipc-p(huggingface) |
Which body governs over the place made by the chumash people? | 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:architect <http://dbpedia.org/resource/Chumash_people> . ?x onto:governingBody ?uri . ?x rdf:type onto:Place} | julipc-p(huggingface) |
What is the religion of the ethnic group to which the relatives of Waxiang people belong? | 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/Waxiang_people> prop:related ?x . ?x onto:religion ?uri . ?x rdf:type onto:EthnicGroup} | julipc-p(huggingface) |
Name the office holder whose constituency is Noe Valley, San Francisco and belongs to military unit USS Kittiwake (ASR-13)? | 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/Noe_Valley,_San_Francisco> . ?uri onto:militaryUnit <http://dbpedia.org/resource/USS_Kittiwake... | julipc-p(huggingface) |
Where is the south shore plaza located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:South_Shore_Plaza prop:address ?uri } | julipc-p(huggingface) |
What are the resting places of the associates of John Betts a, Connecticut politician? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Betts_(Connecticut_politician)> onto:associate ?x . ?x onto:restingPlace ?uri . } | julipc-p(huggingface) |
Waddy wachtel did the music for what 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:music <http://dbpedia.org/resource/Waddy_Wachtel> . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
Whose military unit is 39th infantry regiment in 1812? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:militaryUnit <http://dbpedia.org/resource/39th_Infantry_Regiment_(War_of_1812)> . } | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.