question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What is the occupation of the people who are born in Iowa? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Iowa> . ?x onto:occupation ?uri . ?x rdf:type onto:Person} | Orange(huggingface) |
Who won the ohio house of representatives, 2010? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_States_House_of_Representatives_elections_in_Ohio,_2010> prop:incumbent ?uri } | Orange(huggingface) |
Josef Buhler belongs to which political party? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Josef_Bühler onto:occupation ?uri } | Orange(huggingface) |
What is the location country of the bank whose successor is Mauritius Bank ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:successor <http://dbpedia.org/resource/Mauritius_Bank> . ?x prop:locationCountry ?uri . ?x rdf... | Orange(huggingface) |
In which ice hockey league, did the team coached by Joel Quenneville win? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:headCoach <http://dbpedia.org/resource/Joel_Quenneville> . ?uri prop:champion ?x . ?uri rdf:ty... | Orange(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} | Orange(huggingface) |
How many parties are there of the office holders whose one of the party is Janata Dal ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:otherParty <http://dbpedia.org/resource/Janata_Dal> . ?x onto:otherParty ?uri } | Orange(huggingface) |
What mascot of the Galatasaray Handball Team is also the team name of Cristo Rey Jesuit high School ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cristo_Rey_Jesuit_High_School_(Chicago)> prop:teamName ?uri. <http://dbpedia.org/resource/Galatasaray_Handball_Team> prop:mascot ?uri} | Orange(huggingface) |
What is the Recorded of the Kaptaan is also the headquarters of the Orient News? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kaptaan prop:recorded ?uri. res:Orient_News prop:headquarters ?uri} | Orange(huggingface) |
What is the residence of the bronze medalist of Alpine skiing at the women's downhill competition at the 1972 Winter Olympics? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_skiing_at_the_1972_Winter_Olympics_–_Women's_downhill> onto:bronzeMedalist ?x . ?x prop:birthPlace ?uri . } | Orange(huggingface) |
What is the television show whose channel's parent organisation is Fox Sports? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:parentOrganisation <http://dbpedia.org/resource/Fox_Sports_(United_States)> . ?uri onto:channel ?x . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
Where are the politicians buried who succeeded George Whitefield Davis? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:predecessor <http://dbpedia.org/resource/George_Whitefield_Davis> . ?x prop:restingplace ?uri ... | Orange(huggingface) |
Which line of the Vadodara Junction railway station is the route end of Mumbai Vadodara Expressway? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Mumbai_Vadodara_Expressway onto:routeEnd ?uri. res:Vadodara_Junction_railway_station prop:line ?uri} | Orange(huggingface) |
List all the co-founders of the non-profit organisations which have founding member as David pressman? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:foundedBy <http://dbpedia.org/resource/David_Pressman> . ?x onto:foundedBy ?uri . ?x rdf:type onto:Non-ProfitOrganisation} | Orange(huggingface) |
What railway lines go through the stations maintained by Western Australian Public Transport Authority? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:owningOrganisation <http://dbpedia.org/resource/Public_Transport_Authority_(Western_Australia)> . ?x onto:servingRailwayLine ?uri . ?x rdf... | Orange(huggingface) |
How many owners are there of lines starting at the South Station? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:routeStart <http://dbpedia.org/resource/South_Station> . ?x prop:owner ?uri . } | Orange(huggingface) |
Give me a count of mammals whose family is Canidae? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:family <http://dbpedia.org/resource/Canidae> . ?uri rdf:type onto:Mammal} | Orange(huggingface) |
What are the television shows whose company is European Broadcasting Union? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:company <http://dbpedia.org/resource/European_Broadcasting_Union> . ?uri rdf:type onto:Televi... | Orange(huggingface) |
People from how many political parties exist in Maharashtra? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/Maharashtra> . ?x onto:party ?uri . } | Orange(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 res: <http://dbpedia.org/resource/>
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} | Orange(huggingface) |
Who are the politicians whose death place is Ontario? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:deathPlace <http://dbpedia.org/resource/Ontario> . ?uri rdf:type onto:Politician} | Orange(huggingface) |
How many home stadium are there, of the soccer club seasons whose chairman is Merritt Paulson? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:chairman <http://dbpedia.org/resource/Merritt_Paulson> . ?x onto:homeStadium ?uri . } | Orange(huggingface) |
What is the military unit whose command structures are United States Department of the Navy and United States Department of Defense? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:commandStructure <http://dbpedia.org/resource/United_States_Department_of_the_Navy> . ?uri onto:commandStructure <http://dbpedia.org/res... | Orange(huggingface) |
In which cities can the beverage related to Barq's be found? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Barq's> onto:related ?x . ?x prop:locationCity ?uri . } | Orange(huggingface) |
Which soccer players are currently playing for NYC FC? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:currentclub <http://dbpedia.org/resource/New_York_City_FC> . ?uri rdf:type onto:SoccerPlayer} | Orange(huggingface) |
How many shows are made by the channel whose predecessor was the Comedy Channel? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:predecessor <http://dbpedia.org/resource/The_Comedy_Channel_(United_States)> . ?uri pro... | Orange(huggingface) |
Which license of the Microsoft Office Picture Manager is also the product of the Apple Productivity Experience Group | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Microsoft_Office_Picture_Manager onto:license ?uri. res:Apple_Productivity_Experience_Group onto:product ?uri} | Orange(huggingface) |
List the shows whose network is run by BBC. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:owningCompany <http://dbpedia.org/resource/BBC> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
Count the number of region of AN/FSQ-7 Combat Direction Central? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/AN/FSQ-7_Combat_Direction_Central> onto:region ?uri . } | Orange(huggingface) |
Does fox belong to the phylum of Chordate? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Fox onto:phylum res:Chordate } | Orange(huggingface) |
What is the total number of office holders who preceded the people working under president bill clinton? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:president <http://dbpedia.org/resource/Bill_Clinton> . ?uri prop:successor ?x . ?uri rd... | Orange(huggingface) |
Who currently operates the railway lines one of whose stockholder is Chicago, St Paul, Minneapolis and Omaha railway? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:owner <http://dbpedia.org/resource/Chicago,_St._Paul,_Minneapolis_and_Omaha_Railway> . ?x onto... | Orange(huggingface) |
How many movies were directed by the graduate of Burbank High School ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:education <http://dbpedia.org/resource/Burbank_High_School_(Burbank,_California)> . ?ur... | Orange(huggingface) |
What is the show which opens with Gary Portnoy and Where Everybody Knows Your Name? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:openingTheme <http://dbpedia.org/resource/Gary_Portnoy> . ?uri onto:openingTheme <http://dbpedia.org/resource/Where_Everybody_Knows_Your... | Orange(huggingface) |
What are some cars similar to luxury cars? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:class <http://dbpedia.org/resource/Luxury_vehicle> . ?x prop:related ?uri . ?x rdf:type onto:A... | Orange(huggingface) |
Who is the owner of Saumarez? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Saumarez_(horse)> onto:owner ?uri } | Orange(huggingface) |
What are some music artists whose bands have signed up with Entertainment One Music? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:label <http://dbpedia.org/resource/Entertainment_One_Music> . ?x onto:bandMember ?uri . ?x rdf... | Orange(huggingface) |
What is the title of the successor of Kaulahea I? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kaulahea_I prop:successor ?x . ?x prop:title ?uri . } | Orange(huggingface) |
Which governing body of the Oahu Railway and Land Company is also the military branch of the Jimmy Quillen? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Oahu_Railway_and_Land_Company prop:governingBody ?uri. res:Jimmy_Quillen onto:militaryBranch ?uri} | Orange(huggingface) |
Did nokia 215 has the series 30+ OS? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Nokia_215> prop:os <http://dbpedia.org/resource/Series_30+> } | Orange(huggingface) |
State the religion of the person known for People's Bank (Sri Lanka) ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:knownFor <http://dbpedia.org/resource/People's_Bank_(Sri_Lanka)> . ?x onto:religion ?uri . } | Orange(huggingface) |
Which fictional character's portrayer was edited by Roger Barton? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:editing <http://dbpedia.org/resource/Roger_Barton_(film_editor)> . ?uri onto:portrayer ?x . ?u... | Orange(huggingface) |
Name the TV show whose cast member is Companion (Doctor Who) and is related to The Sarah Jane Adventures? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:starring <http://dbpedia.org/resource/Companion_(Doctor_Who)> . ?uri onto:related <http://dbpedia.org/resource/The_Sarah_Jane_Adventures>... | Orange(huggingface) |
How many groups speak the English Language? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:languages <http://dbpedia.org/resource/English_language> . ?uri rdf:type onto:EthnicGr... | Orange(huggingface) |
How many other ingredient are there in the foods which have one of the ingredient as Potato ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:ingredient <http://dbpedia.org/resource/Potato> . ?x onto:ingredient ?uri } | Orange(huggingface) |
Which river's source mountain is Baikal Mountains and is located in Laptev Sea ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:sourceMountain <http://dbpedia.org/resource/Baikal_Mountains> . ?uri prop:mouthLocation <http... | Orange(huggingface) |
List few musical artist whose notable instruments are Ludwig Drums and Remo? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:notableInstruments <http://dbpedia.org/resource/Ludwig_Drums> . ?uri onto:instrument <http://... | Orange(huggingface) |
List the places where the relatives of Mark Donaldson died ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mark_Donaldson_(rugby_player)> prop:relatives ?x . ?x onto:deathPlace ?uri . } | Orange(huggingface) |
From where does the river start, which flows into the Conowingo dam? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:riverMouth <http://dbpedia.org/resource/Conowingo_Dam> . ?x onto:source ?uri . ?x rdf:type onto:River} | Orange(huggingface) |
What faith of Buddhist Tai Hung College is also the acadmeic interest of Paul Demiville ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Paul_Demiéville prop:fields ?uri. res:Buddhist_Tai_Hung_College prop:religion ?uri} | Orange(huggingface) |
Which television show is the subsequent work of Frasier and the opening theme is Gary Portnoy? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:subsequentWork <http://dbpedia.org/resource/Frasier> . ?uri onto:openingTheme <http://dbpedia.org/resource/Gary_Portnoy> . ?uri rdf:type ... | Orange(huggingface) |
Who was the opponent of Robert Carr, 1st Earl of Somerset? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Carr,_1st_Earl_of_Somerset> onto:opponent ?uri } | Orange(huggingface) |
What are the awards won by the producer of Puss in Boots (film)? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Puss_in_Boots_(1922_film)> onto:producer ?x . ?x onto:award ?uri . } | Orange(huggingface) |
Which sitcom is broadcasted by FOX and presented by Brian Dunkleman? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:channel <http://dbpedia.org/resource/Fox_Broadcasting_Company> . ?uri prop:presenter <http://... | Orange(huggingface) |
What are some video games whose music is composed by an employ of the company Creatures? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation <http://dbpedia.org/resource/Creatures_(company)> . ?uri prop:composer ?x . ?uri rd... | Orange(huggingface) |
What is the region of the successor of Mr. Jerome B. Chaffee? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jerome_B._Chaffee onto:successor ?x . ?x onto:region ?uri . } | Orange(huggingface) |
Who are the tenants of the stadium where the UFC 140 is located? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/UFC_140> onto:location ?x . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium} | Orange(huggingface) |
What are some shows by Comedy Central? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:network <http://dbpedia.org/resource/Comedy_Central> . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
Who is the operator of FedExField? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:FedExField onto:operator ?uri } | Orange(huggingface) |
Which driver had the pole position in 1994 Spanish Grand Prix? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:1994_Spanish_Grand_Prix onto:poleDriver ?uri } | Orange(huggingface) |
What shows are on the networks which are from the United States? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:locationCountry <http://dbpedia.org/resource/United_States> . ?uri prop:network ?x . ?uri rdf:... | Orange(huggingface) |
Which region of Bannock is the origin of Spaghetti squash ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Spaghetti_squash> onto:origin ?uri. <http://dbpedia.org/resource/Bannock_(food)> onto:region ?uri} | Orange(huggingface) |
In which places do companies founded in Newcastle operate? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/City_of_Newcastle> . ?x onto:regionServed ?uri . ?x rdf:type onto:Company} | Orange(huggingface) |
Who is the incumbent of Al Gore presidential campaign of 2000 ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Al_Gore_presidential_campaign,_2000> onto:incumbent ?uri } | Orange(huggingface) |
How many albums were released under the Victor Entertainment label? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:label <http://dbpedia.org/resource/Victor_Entertainment> . ?uri rdf:type onto:Album} | Orange(huggingface) |
Who are the players whose former teams are Carolina Panthers and Indianapolis Colts? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:formerTeam res:Carolina_Panthers . ?uri onto:formerTeam res:Indianapolis_Colts . } | Orange(huggingface) |
Who did Bruce Bochy play for? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Bruce_Bochy onto:team ?uri } | Orange(huggingface) |
Semani languages are spoken in which countries? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:languages <http://dbpedia.org/resource/Semnani_languages> . ?uri rdf:type onto:Country} | Orange(huggingface) |
In which place is the company which is known for Barbara bestor located ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Barbara_Bestor> prop:knownFor ?x . ?x onto:location ?uri . ?x rdf:type on... | Orange(huggingface) |
Which band's past member are Joe Jonas and Nick Jonas? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri prop:pastMembers <http://dbpedia.org/resource/Joe_Jonas> . ?uri prop:pastMembers <http://dbpedia.... | Orange(huggingface) |
Give me a count of movies whose editor is Mark Stevens? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:editing <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri rdf:type onto:... | Orange(huggingface) |
What is the destinations of the airline whose headquarters is in Manchester? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:headquarters <http://dbpedia.org/resource/Manchester> . ?x prop:destinations ?uri . ?x rdf:typ... | Orange(huggingface) |
Who was the parent of person whose child is William C P breckinridge? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:children <http://dbpedia.org/resource/William_Campbell_Preston_Breckinridge> . ?x onto:parent ... | Orange(huggingface) |
Name the street address of Rhodes-Haverty Building ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rhodes-Haverty_Building> prop:address ?uri } | Orange(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 res: <http://dbpedia.org/resource/>
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/reso... | Orange(huggingface) |
Who all were involved in the wars fought by the commander Blue Jacket? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:commander <http://dbpedia.org/resource/Blue_Jacket> . ?x prop:combatant ?uri . ?x rdf:type ont... | Orange(huggingface) |
What is the total number of religions that politicians have followed? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:profession <http://dbpedia.org/resource/Politician> . ?x onto:religion ?uri . } | Orange(huggingface) |
How many mammals are in the Chordate phylum? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:phylum <http://dbpedia.org/resource/Chordate> . ?uri rdf:type onto:Mammal} | Orange(huggingface) |
Which companies make cars with a front engine, rear wheel drive layout? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:automobilePlatform <http://dbpedia.org/resource/Front-engine,_rear-wheel-drive_layout> . ?x onto:parentCompany ?uri . ?x rdf:type onto:Aut... | Orange(huggingface) |
What is the product of the BBC Multimedia and series of the The Last Resort (Doctor Who)? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BBC_Multimedia> prop:products ?uri. <http://dbpedia.org/resource/The_Last_Resort_(Doctor_Who)> onto:series ?uri} | Orange(huggingface) |
How many other architect are there of the historic places whose architect is also Stanford White ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:architect <http://dbpedia.org/resource/Stanford_White> . ?x onto:architect ?uri } | Orange(huggingface) |
What all are written in the C programming language? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:programmingLanguage <http://dbpedia.org/resource/C_(programming_language)> } | Orange(huggingface) |
Give me a count of airlines whose hub airport is Los Angeles International Airport? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:hubAirport <http://dbpedia.org/resource/Los_Angeles_International_Airport> . ?uri rdf:type onto:Airline} | Orange(huggingface) |
Name the parent company of Ford Air Transport Service? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ford_Air_Transport_Service onto:parentCompany ?uri } | Orange(huggingface) |
Who is the writer of mark twain Tonight? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Mark_Twain_Tonight prop:writer ?uri } | Orange(huggingface) |
Who is the artist of the album which has the song I Can't Change the World ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Can't_Change_the_World> prop:album ?x . ?x prop:artist ?uri . } | Orange(huggingface) |
Count the number of shows whose creators are Jerry Seinfeld and Larry David? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?uri onto:creator <http://dbpedia.org/resource/Jerry_Seinfeld> . ?uri onto:creator <http://dbpedia.org/resource/Larry_David>} | Orange(huggingface) |
Where do the airlines garrisoned at Manchester airport fly to? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:headquarter <http://dbpedia.org/resource/Manchester_Airport> . ?x prop:destinations ?uri . ?x ... | Orange(huggingface) |
Count the number of offices held by people who have their allegiances with the american civil war union? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:allegiance <http://dbpedia.org/resource/Union_(American_Civil_War)> . ?x prop:office ?uri . } | Orange(huggingface) |
Does Sonny Bill Williams belong in the Canterbury Bankstown Bulldogs club? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Sonny_Bill_Williams> prop:club <http://dbpedia.org/resource/Canterbury-Bankstown_Bulldogs> } | Orange(huggingface) |
List the judges of Rising Star which is also the artist of Brad Paisley discography? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rising_Star_(U.S._TV_series)> prop:judges ?uri. <http://dbpedia.org/resource/Brad_Paisley_discography> prop:artist ?uri} | Orange(huggingface) |
Name the TV shows owned by divisions of CBS? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:parent <http://dbpedia.org/resource/CBS> . ?uri prop:company ?x . ?uri rdf:type onto:Televisio... | Orange(huggingface) |
Count the different places where the people died, who were born in England? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/England> . ?x prop:placeOfDeath ?uri . } | Orange(huggingface) |
Where does the network cofounded by Seewoosagur Ramgoolam air its shows? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:founder <http://dbpedia.org/resource/Seewoosagur_Ramgoolam> . ?x prop:broadcastArea ?uri . ?x ... | Orange(huggingface) |
Where do the politicians, Blanche Bruce and John Franklin Miller work? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blanche_Bruce> prop:office ?uri. <http://dbpedia.org/resource/John_Franklin_Miller_(senator)> prop:office ?uri . } | Orange(huggingface) |
From how many different institutes have the members of Judge Advocate General's Corps graduated? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:militaryRank <http://dbpedia.org/resource/Judge_Advocate_General's_Corps,_United_States_Army> . ?x onto:almaMater ?uri . ?uri rdf:t... | Orange(huggingface) |
Who is the parent of FD Roosevelt JR? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:children <http://dbpedia.org/resource/Franklin_Delano_Roosevelt,_Jr.> . } | Orange(huggingface) |
List some songwriters whose work has been recorded in Miami? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:recordedIn <http://dbpedia.org/resource/Miami> . ?x prop:writer ?uri . ?x rdf:type onto:Work} | Orange(huggingface) |
How many other Guests are there of the television episodes whose Guests is Brian d'Arcy James? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:guests <http://dbpedia.org/resource/Brian_d'Arcy_James> . ?x prop:guests ?uri } | Orange(huggingface) |
Guggenheim family is the cofounder of a company that invested stocks in which baseball teams? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:founder <http://dbpedia.org/resource/Guggenheim_family> . ?uri prop:owner ?x . ?uri rdf:type o... | Orange(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.