question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Name the sitcom with theme music composer as Julian Gingell and channel as Fox Broadcasting Company? | 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:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . ?uri onto:channel <http://d... | Orange(huggingface) |
What is the place of birth of the jockey who breeded De La Rose ? | 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/De_La_Rose> onto:breeder ?x . ?x prop:birthPlace ?uri . ?x rdf:type onto:... | Orange(huggingface) |
What is the local authority of Liverpool Institute High School for Boys? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Liverpool_Institute_High_School_for_Boys onto:localAuthority ?uri } | Orange(huggingface) |
What city has the football team in which Lee Robinson debuted? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lee_Robinson_(American_football)> onto:debutTeam ?x . ?x onto:locationCity ?uri . } | Orange(huggingface) |
How many venues are located in the US? | 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:address <http://dbpedia.org/resource/United_States> . ?uri rdf:type onto:Venue} | Orange(huggingface) |
List the Swedish newspaper headquarted in Stockholm ? | 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:language <http://dbpedia.org/resource/Swedish_language> . ?uri prop:headquarters <http://dbpe... | Orange(huggingface) |
Who is the leader of Panki block? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Panki_block onto:leaderName ?uri } | Orange(huggingface) |
Name the royalty whose mother was Cleopatra V and was married to Ptolemy XIV of Egypt? | 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:mother <http://dbpedia.org/resource/Cleopatra_V_of_Egypt> . ?uri onto:spouse <http://dbpedia.... | Orange(huggingface) |
What is the device whose successor's CPU is by AMD? | 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:cpu <http://dbpedia.org/resource/Advanced_Micro_Devices> . ?uri onto:successor ?x . ?uri rdf:type onto:Device} | Orange(huggingface) |
List the subjects of the books whose one of the topics is Pau Broca ? | 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:subject <http://dbpedia.org/resource/Paul_Broca> . ?x prop:subject ?uri . ?x rdf:type onto:Boo... | Orange(huggingface) |
Who first ascended a mountain of Cathedral Peak (California)? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> onto:firstAscentPerson ?uri } | Orange(huggingface) |
Which famous philosopher died on island Euboea? | 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:deathDate <http://dbpedia.org/resource/Euboea> . ?uri rdf:type onto:Philosopher} | Orange(huggingface) |
List sports managers who managed Middlesbrough F.C. and England national under-21 football team? | 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:managerClub <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?uri prop:managerclubs <http:/... | Orange(huggingface) |
Which cover artist of the The Adventures of Tom Sawyer is 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} | Orange(huggingface) |
Whose work is in the Musee d'orsay? | 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:museum <http://dbpedia.org/resource/Musée_d'Orsay> . ?x prop:artist ?uri . ?x rdf:type onto:A... | Orange(huggingface) |
Name the university whose affiliations's foundation place is Washington, D.C.? | 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:foundationPlace <http://dbpedia.org/resource/Washington,_D.C.> . ?uri prop:affiliations ?x . ?... | Orange(huggingface) |
What is the home town of the Band which is the previous work of Sammy Hagar & Friends ? | 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/Sammy_Hagar_&_Friends> onto:previousWork ?x . ?x onto:hometown ?uri . ?x rdf:type onto:Band} | Orange(huggingface) |
What is the debut team of Tom O'Malley ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tom_O'Malley> prop:debutteam ?uri } | Orange(huggingface) |
What is the almamater of the successor of F. A. Little, Jr.? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/F._A._Little,_Jr.> onto:successor ?x . ?x onto:almaMater ?uri . } | Orange(huggingface) |
Name the mascot of the military branch of William Harper. | 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/William_Harper_(Rhodesian_politician)> onto:militaryBranch ?x . ?x prop:mascot ?uri . } | Orange(huggingface) |
Which team has had both Martin prochzka and garry unger as its players ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Martin_Procházka onto:formerTeam ?uri. res:Garry_Unger onto:formerTeam ?uri . } | Orange(huggingface) |
Which publisher of Lucifer's hammer is also known for Jo Garcia ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucifer's_Hammer> onto:publisher ?uri. <http://dbpedia.org/resource/Jo_Garcia> onto:knownFor ?uri} | Orange(huggingface) |
What is the residence of the person, who starred in Men Will Be Men ? | 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/Men_Will_Be_Men> onto:starring ?x . ?x prop:residence ?uri . ?x rdf:type ... | Orange(huggingface) |
From how many works is the musical derived, whose lyrics are written by Sheldon Harnick? | 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:lyrics <http://dbpedia.org/resource/Sheldon_Harnick> . ?x onto:basedOn ?uri . } | Orange(huggingface) |
How many other people are in a band with Robert de Niro? | 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:currentMembers <http://dbpedia.org/resource/Robert_De_Niro> . ?x onto:bandMember ?uri .... | Orange(huggingface) |
Name the movie with narrator as Trevor Peacock and music composer as Christophe Beck? | 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:narrator <http://dbpedia.org/resource/Trevor_Peacock> . ?uri prop:music <http://dbpedia.org/r... | Orange(huggingface) |
How many people play for the Dallas Cowboys? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:team <http://dbpedia.org/resource/Dallas_Cowboys> . } | Orange(huggingface) |
What are some famous works of the writer of The Second Coming? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> prop:writer ?x . ?x prop:notableworks ?uri . } | Orange(huggingface) |
What is the debut team of ngel Escobar? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ãngel_Escobar prop:debutteam ?uri } | Orange(huggingface) |
What stadium's operator is Stan Kroenke? | 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:operator <http://dbpedia.org/resource/Stan_Kroenke> . ?uri rdf:type onto:Stadium} | Orange(huggingface) |
From how many coutries do companies come, which are headquartered in the Klang Valley? | 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:headquarters <http://dbpedia.org/resource/Klang_Valley> . ?x prop:country ?uri . ?uri r... | Orange(huggingface) |
List the books by the authors buried in the Convent of the Barefoot Trinitarians? | 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:restingPlace <http://dbpedia.org/resource/Convent_of_the_Barefoot_Trinitarians> . ?uri onto:author ?x . ?uri rdf:type onto:Book} | Orange(huggingface) |
Who works at the American Magazine and New York Post? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:employer res:The_American_Magazine . ?uri onto:employer res:New_York_Post . } | Orange(huggingface) |
Where can i find companies which were started in Toronto? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/Toronto> . ?x prop:locations ?uri . ?x rdf:type o... | Orange(huggingface) |
Name the show whose jury consist of Jennifer Lopez and Randy Jackson? | 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:judges <http://dbpedia.org/resource/Jennifer_Lopez> . ?uri prop:judges <http://dbpedia.org/r... | Orange(huggingface) |
For how many different presidents have people in the Continental Army served? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:branch <http://dbpedia.org/resource/Continental_Army> . ?x prop:president ?uri . } | Orange(huggingface) |
What is the name of the characters created by Frank Miller? | 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:creators <http://dbpedia.org/resource/Frank_Miller_(comics)> . ?x prop:characterName ?uri . ?x... | Orange(huggingface) |
What television shows's distributor is Eurovision? | 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:distributor <http://dbpedia.org/resource/Eurovision_(network)> . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
Which company produced the car which was a new version of Daewoo's Tico? | 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/Daewoo_Tico> . ?x prop:parentCompany ?uri . ?x rdf:ty... | Orange(huggingface) |
To how many different species does the members of the Animal Kingdom belong? | 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:kingdom <http://dbpedia.org/resource/Animal> . ?x onto:species ?uri . ?uri rdf:type onto:Species} | Orange(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 res: <http://dbpedia.org/resource/>
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} | Orange(huggingface) |
List the software developed by Shawn Fanning ? | 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:developer <http://dbpedia.org/resource/Shawn_Fanning> . ?uri rdf:type onto:Software} | Orange(huggingface) |
How many nations' volleyball players have played for the Russian women volleyball team? | 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:nationalteam <http://dbpedia.org/resource/Russia_women's_national_volleyball_team> . ?x... | Orange(huggingface) |
In what movies did Akira Ifukube compose the 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 {?uri prop:music <http://dbpedia.org/resource/Akira_Ifukube> . ?uri rdf:type onto:Film} | Orange(huggingface) |
Which HBO's television series was produced by Erik Bork? | 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:distributor <http://dbpedia.org/resource/HBO> . ?uri onto:producer <http://dbpedia.org/resour... | Orange(huggingface) |
Organization holding stocks of Galician and German wikipedias? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Galician_Wikipedia prop:owner ?uri. res:German_Wikipedia onto:owner ?uri . } | Orange(huggingface) |
Where was Sino-French War fought ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sino-French_War> onto:territory ?uri } | Orange(huggingface) |
Which expertise of the Menetries's warbler is the nationality of the Jeyhun Abiyev ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Menetries's_warbler> onto:binomialAuthority ?uri. <http://dbpedia.org/resource/Jeyhun_Abiyev> onto:nationality ?uri} | Orange(huggingface) |
Name the movie which has music composed by Elliot Goldenthal and screenplay by Akiva Goldsman ? | 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:music <http://dbpedia.org/resource/Elliot_Goldenthal> . ?uri prop:screenplay <http://dbpedia.... | Orange(huggingface) |
What territory of Sino French War was the battle of Raoul Magrin-Vernerey fought? | 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/Sino-French_War> onto:territory ?uri. <http://dbpedia.org/resource/Raoul_Magrin-Vernerey> prop:battles ?uri} | Orange(huggingface) |
List the origin of the weapons which were used in the American Revolutionary War. | 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:usedInWar <http://dbpedia.org/resource/American_Revolutionary_War> . ?x prop:origin ?uri . ?x ... | Orange(huggingface) |
Which statesman is married to Dolley Madison? | 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:spouse <http://dbpedia.org/resource/Dolley_Madison> . ?uri rdf:type onto:OfficeHolder} | Orange(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 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/André_Bourgeois> . ?x onto:genre ?uri . ?x rdf:type onto... | Orange(huggingface) |
Which television show's theme music composer is Gary Portnoy and subsequent work is Frasier? | 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:themeMusicComposer <http://dbpedia.org/resource/Gary_Portnoy> . ?uri onto:subsequentWork <htt... | Orange(huggingface) |
List the pole drivers in the grand prixes where Williams Grand Prix Engineering was a first team? | 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:firstTeam <http://dbpedia.org/resource/Renault_in_Formula_One> . ?x onto:poleDriver ?uri . ?x ... | Orange(huggingface) |
How many people are in the militia? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:branch <http://dbpedia.org/resource/Militia> . } | Orange(huggingface) |
List the common official language of the ladonia and Empire of Atlantium ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ladonia_(micronation)> onto:officialLanguage ?uri. <http://dbpedia.org/resource/Empire_of_Atlantium> onto:officialLanguage ?uri . } | Orange(huggingface) |
Which key person of maryland jockey club is the appointer of Joseph Clay ? | 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/Joseph_Clay_(Georgia)> onto:appointer ?uri. <http://dbpedia.org/resource/Maryland_Jockey_Club> prop:keyPeople ?uri} | Orange(huggingface) |
Which battle of Khalid bin Sultan was also the conflict of Steve Buyer? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Khalid_bin_Sultan prop:battles ?uri. res:Steve_Buyer onto:battle ?uri} | Orange(huggingface) |
Count the number of different religions that field marshals have followed? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:militaryRank <http://dbpedia.org/resource/Field_marshal> . ?x onto:religion ?uri . } | Orange(huggingface) |
Which awards did the writer, who is the creator of Creature Comforts, won ? | 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/Creature_Comforts> prop:creator ?x . ?x prop:awards ?uri . ?x rdf:type on... | Orange(huggingface) |
Name the co-founder of the record labels which have one of the founder as Chris DuBois? | 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/Chris_DuBois> . ?x prop:founder ?uri . ?x rdf:type onto:R... | Orange(huggingface) |
Which European sea has Oulu as one of the shore city ? | 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:location <http://dbpedia.org/resource/Europe> . ?uri prop:cities <http://dbpedia.org/resource... | Orange(huggingface) |
Name an airline with hub airports as Los Angeles International Airport and San Francisco International Airport? | 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:hubAirport <http://dbpedia.org/resource/Los_Angeles_International_Airport> . ?uri prop:hubs <... | Orange(huggingface) |
Count the number of software which runs on Microsoft Windows and mac OS ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> . ?uri onto:operatingSystem <http://dbpedia.org/resource/Mac_OS>} | Orange(huggingface) |
Which sitcom's company is Paramount Television and is located in Cheers Beacon hill? | 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/Paramount_Television> . ?uri prop:location <http://dbped... | Orange(huggingface) |
What were the major actions taken by the politicians living in Gales Ferry, Connecticut? | 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:residence <http://dbpedia.org/resource/Gales_Ferry,_Connecticut> . ?x onto:battle ?uri . ?x rdf:type onto:Politician} | Orange(huggingface) |
Greek writers have won which award? | 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:ethnicity <http://dbpedia.org/resource/Greeks> . ?x onto:award ?uri . ?x rdf:type onto:Writer} | Orange(huggingface) |
What is the name of the movie whose director of photography was Jordan Cronenweth and music composer was Vangelis? | 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:cinematography <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri onto:musicComposer <htt... | Orange(huggingface) |
Who is the common manager of Aston Villa 2000-01 season and also the manager of Middlesbrough F.C. season 2009-10 | 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/2000–01_Aston_Villa_F.C._season> prop:name ?uri. <http://dbpedia.org/resource/2009–10_Middlesbrough_F.C._season> onto:manager ?... | Orange(huggingface) |
How many people have played for the NBA? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:league <http://dbpedia.org/resource/National_Basketball_Association> . } | Orange(huggingface) |
Which river ends at Thames Estuary and North Sea? | 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:riverMouth <http://dbpedia.org/resource/Thames_Estuary> . ?uri onto:riverMouth <http://dbpedia.org/resource/North_Sea> . ?uri rdf:type o... | Orange(huggingface) |
who are all the people who have managed the England's under 20 soccer team? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:managerClub <http://dbpedia.org/resource/England_national_under-20_football_team> } | Orange(huggingface) |
Is Maldives a member of South Asia Subregional Economic Cooperation? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:South_Asia_Subregional_Economic_Cooperation prop:membership res:Maldives } | Orange(huggingface) |
List the movies directed by Stanley Kubrick? | 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:director <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri rdf:type onto:Film} | Orange(huggingface) |
List the people died in Hyderabad and are a member of political party? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace res:Hyderabad . ?x onto:party ?uri . } | Orange(huggingface) |
Which work of Craig van Tilbury is close to the area of The Chess Monthyl? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Chess_Monthly prop:discipline ?uri. res:Craig_Van_Tilbury onto:occupation ?uri} | Orange(huggingface) |
Name the cover artist of the adventure of Tom sawyer? | 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 } | Orange(huggingface) |
What water bodies have primary inflows as Kemijoki? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:inflow res:Kemijoki } | Orange(huggingface) |
Count the number of sports team members which have player named Matt Williams ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:name <http://dbpedia.org/resource/Matt_Williams_(New_Zealand_footballer)> . ?x prop:name ?uri } | Orange(huggingface) |
How many pole drivers have been there in grand prixes where first driver was Damon Hill? | 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:firstDriver <http://dbpedia.org/resource/Damon_Hill> . ?x onto:poleDriver ?uri . ?uri rdf:type onto:FormulaOneRacer} | Orange(huggingface) |
Which shows are voiced by US citizens? | 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:stateOfOrigin <http://dbpedia.org/resource/United_States> . ?uri prop:voices ?x . ?uri rdf:typ... | Orange(huggingface) |
What did other artists associated with the Shirelles make? | 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:associatedBand <http://dbpedia.org/resource/The_Shirelles> . ?x onto:occupation ?uri . ?x rdf:type onto:Artist} | Orange(huggingface) |
Which info. appliance is manufactured by Asus and is the successor of PS 2? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:predecessor <http://dbpedia.org/resource/PlayStation_2> . ?uri onto:manufacturer <http://dbpe... | Orange(huggingface) |
Count the origin of the beverages which have been originated in england? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:origin <http://dbpedia.org/resource/England> . ?x prop:origin ?uri } | Orange(huggingface) |
What are the movies directed by Joel Schumacher? | 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:director <http://dbpedia.org/resource/Joel_Schumacher> . ?uri rdf:type onto:Film} | Orange(huggingface) |
Count the total number of conflicts people who were part of conflict in afghanisthan ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:battle <http://dbpedia.org/resource/Afghanistan> . ?x onto:battle ?uri } | Orange(huggingface) |
which awards have been given to people who fought in the Battle of France? | 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:battle <http://dbpedia.org/resource/Battle_of_France> . ?x onto:award ?uri . ?x rdf:type onto:Person} | Orange(huggingface) |
Rivers from which countries flow into the Caspian? | 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/Caspian_Sea> . ?x onto:sourceCountry ?uri . ?x rdf:type onto:River} | Orange(huggingface) |
Which players have represented Los Angeles Angels of Anaheim? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:team <http://dbpedia.org/resource/Los_Angeles_Angels_of_Anaheim> . ?uri rdf:type onto:BaseballPlayer} | Orange(huggingface) |
In which areas can we find the networks owned by the govt of Mauritius? | 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:owningCompany <http://dbpedia.org/resource/Government_of_Mauritius> . ?x prop:broadcastArea ?u... | Orange(huggingface) |
List the work edited by Mark Stevens and directed by Joel Schumacher? | 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:editing <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri onto:director <http:/... | Orange(huggingface) |
What is the number of occupation of the people who died in Tampa, Florida? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/Tampa,_Florida> . ?x onto:occupation ?uri . } | Orange(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 res: <http://dbpedia.org/resource/>
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 ont... | Orange(huggingface) |
List the significant building of the architect who also designed Kiev? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:significantBuilding <http://dbpedia.org/resource/Kiev> . ?x onto:significantBuilding ?uri . ?x rdf:type onto:Architect} | Orange(huggingface) |
Which boarder country of Korean Peninsula was the state of Sodagreen? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Korean_Peninsula onto:border ?uri. res:Sodagreen onto:country ?uri} | Orange(huggingface) |
List the schools of the athlete with Balgowan as one of the 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 ?uri WHERE { ?x prop:school <http://dbpedia.org/resource/Balgowan,_KwaZulu-Natal> . ?x prop:school ?uri . ?x rdf:ty... | Orange(huggingface) |
Who was the bronze medalist of Swimming at the 2008 Summer Olympics Men's 400 metre individual medley? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swimming_at_the_2008_Summer_Olympics_–_Men's_400_metre_individual_medley> onto:bronzeMedalist ?uri } | Orange(huggingface) |
What is the television show whose related with Doctor Who Confidential? | 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:related <http://dbpedia.org/resource/Doctor_Who_Confidential> . ?uri rdf:type onto:TelevisionShow} | Orange(huggingface) |
How many wars took place in Israel? | 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:place <http://dbpedia.org/resource/Israel> . ?uri rdf:type onto:MilitaryConflict} | Orange(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.