question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Who all are buried in Arlington national cementary? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:placeofburial res:Arlington_National_Cemetery } | julipc-p(huggingface) |
Name the office holder whose spouse is Dolley Madison and belongs to Militia branch ? | 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:spouse <http://dbpedia.org/resource/Dolley_Madison> . ?uri prop:branch <http://dbpedia.org/resource/Militia> . ?uri rdf:type onto:Office... | julipc-p(huggingface) |
To which country do the players of Waitakere United belong? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:team <http://dbpedia.org/resource/Waitakere_United> . ?x onto:country ?uri . ?x rdf:type onto:Athlete} | julipc-p(huggingface) |
How many different genres led to other genres where drums are important? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:instruments <http://dbpedia.org/resource/Drum_kit> . ?x onto:stylisticOrigin ?uri . ?uri rdf:type onto:MusicGenre} | julipc-p(huggingface) |
List all the bands which have members of the band Guy in them? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Guy_(band)> onto:bandMember ?x . ?x onto:associatedBand ?uri . } | julipc-p(huggingface) |
List the opponents of the relatives of Thomas Helwys? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:relation <http://dbpedia.org/resource/Thomas_Helwys> . ?x onto:opponent ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
Who are the predecessors of John Randolph of Roanoke? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:predecessor res:John_Randolph_of_Roanoke . } | julipc-p(huggingface) |
How many companies were founded in Dallas? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:foundation <http://dbpedia.org/resource/Dallas> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
Name the ones who debuted in the San Francisco 49ers. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:debutTeam res:San_Francisco_49ers . } | julipc-p(huggingface) |
Which county seat of the King County, Washington and PLACE OF DEATH of the Phil Lumpkin ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/King_County,_Washington> onto:countySeat ?uri. <http://dbpedia.org/resource/Phil_Lumpkin> prop:placeOfDeath ?uri} | julipc-p(huggingface) |
Who all have appointed governess born in Magnolia Plantation gardens? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Magnolia_Plantation_and_Gardens_(Charleston,_South_Carolina)> . ?x prop:appointer ?uri . } | julipc-p(huggingface) |
Humes High School is alma mater to which person? | 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:education <http://dbpedia.org/resource/Humes_High_School> . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
Which range of mountains are there in canton of Fribourg? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:locatedInArea res:Canton_of_Fribourg . ?x onto:mountainRange ?uri . } | julipc-p(huggingface) |
Which species' members are there in the animal kingdom? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:kingdom res:Animal . ?x onto:species ?uri . } | julipc-p(huggingface) |
Which HBO's television series was produced by Erik Bork? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:distributor <http://dbpedia.org/resource/HBO> . ?uri onto:producer <http://dbpedia.org/resource/Erik_Bork> . ?uri rdf:type onto:Televisi... | julipc-p(huggingface) |
List all the record label distributed by the distributor of Zune ? | 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:distributor <http://dbpedia.org/resource/Zune> . ?x prop:distributor ?uri . ?x rdf:type onto:RecordLabel} | julipc-p(huggingface) |
What made Jon Speelman and Eric Schiller famous? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jon_Speelman onto:field ?uri. res:Eric_Schiller onto:knownFor ?uri} | julipc-p(huggingface) |
Which stadium is owned by the team whose manager is Dimitris Terezopoulos? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:manager res:Dimitris_Terezopoulos . ?x prop:stadium ?uri . } | julipc-p(huggingface) |
Name the television show which was developed by Brian Graden and distributed by Comedy Central? | 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:developer <http://dbpedia.org/resource/Brian_Graden> . ?uri prop:distributor <http://dbpedia.org/resource/Comedy_Central> . ?uri rdf:typ... | julipc-p(huggingface) |
From how many countries did the aeroplanes designed by Alexander Lippisch originate? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:designer <http://dbpedia.org/resource/Alexander_Lippisch> . ?x prop:nationalOrigin ?uri . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
Fairfield, Connecticut is hometown to which persons? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:hometown <http://dbpedia.org/resource/Fairfield,_Connecticut> . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
Which fictional character portrayed by Roger barton has Padm Amidala as family ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:portrayer <http://dbpedia.org/resource/Roger_Barton_(film_editor)> . ?uri prop:family <http://dbpedia.org/resource/Padmé_Amidala> . ?uri... | julipc-p(huggingface) |
Name presidents of the schools which have queen noor of Jordan as one of them ? | 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:president <http://dbpedia.org/resource/Queen_Noor_of_Jordan> . ?x prop:president ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
How many bands are signed up with Kobalt Label Services? | 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:recordLabel <http://dbpedia.org/resource/Kobalt_Label_Services> . ?uri rdf:type onto:Band} | julipc-p(huggingface) |
Name the office holder who has a child named Lori Black and resting place is Alta Mesa Memorial Park? | 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:child <http://dbpedia.org/resource/Lori_Black> . ?uri prop:restingPlace <http://dbpedia.org/resource/Alta_Mesa_Memorial_Park> . ?uri rdf... | julipc-p(huggingface) |
What is the area of Tar Heel Sports Network ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Tar_Heel_Sports_Network prop:area ?uri } | julipc-p(huggingface) |
Which office holder's military branch is Continental Army and vice president is John Adams? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:militaryBranch <http://dbpedia.org/resource/Continental_Army> . ?uri onto:vicePresident <http://dbpedia.org/resource/John_Adams> . ?uri rdf:type onto:OfficeHolder} | julipc-p(huggingface) |
What are some games availible on nintendo's virtual console? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:computingPlatform <http://dbpedia.org/resource/Virtual_Console> . ?uri rdf:type onto:VideoGame} | julipc-p(huggingface) |
Name the television program voiced by Isaac Hayes and aired on Comedy Central? | 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:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri prop:network <http://dbpedia.org/resource/Comedy_Central> . ?uri rdf:type onto:T... | julipc-p(huggingface) |
Chestnut colored horses have won which races? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:colour <http://dbpedia.org/resource/Chestnut_(coat)> . ?x onto:honours ?uri . ?x rdf:type onto:Horse} | julipc-p(huggingface) |
Where did the film director of Kala Pani die? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kala_Pani_(1958_film)> onto:director ?x . ?x onto:deathPlace ?uri . } | julipc-p(huggingface) |
What show had NTSC format and theme music composed by Ron Grainer? | 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:format <http://dbpedia.org/resource/NTSC> . ?uri prop:themeMusicComposer <http://dbpedia.org/resource/Ron_Grainer> . ?uri rdf:type onto:... | julipc-p(huggingface) |
Who has fought in the conflicts around the Mississippi river? | 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:place <http://dbpedia.org/resource/Mississippi_River> . ?x prop:combatant ?uri . ?x rdf:type onto:MilitaryConflict} | julipc-p(huggingface) |
Which leader of united states house representatives election was married to Dolley Madison ? | 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,_1788_and_1789> prop:leader ?uri. <http://dbpedia.org/resource/Dolley_Madison> onto:spouse ?uri} | julipc-p(huggingface) |
To which county of New York city does the Tremount Avenue street belong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Tremont_Avenue prop:counties ?uri } | julipc-p(huggingface) |
What are the death place of the models whose hair color was Red? | 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:hairColor <http://dbpedia.org/resource/Red_hair> . ?x prop:deathPlace ?uri . ?x rdf:type onto:Model} | julipc-p(huggingface) |
To which region does the Miluk language belong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Miluk_language prop:region ?uri } | julipc-p(huggingface) |
What is the Ceremonial County of Port of Tilbury ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Port_of_Tilbury onto:ceremonialCounty ?uri } | julipc-p(huggingface) |
Name the part of Liverpool city region > | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Liverpool_City_Region onto:part ?uri } | julipc-p(huggingface) |
What is the television show whose sculptor is C. E. Webber and composed by Murray Gold? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:creator <http://dbpedia.org/resource/C._E._Webber> . ?uri onto:composer <http://dbpedia.org/resource/Murray_Gold> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Who created the world series of Poker? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:World_Series_of_Poker prop:founded ?uri } | julipc-p(huggingface) |
What are the source of the streams whose one of the source is Calera, Oklahoma? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:source <http://dbpedia.org/resource/Calera,_Oklahoma> . ?x onto:source ?uri . ?x rdf:type onto:Stream} | julipc-p(huggingface) |
What is the game platform of Google Cloud Connect ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Google_Cloud_Connect onto:computingPlatform ?uri } | julipc-p(huggingface) |
Which fictional character's relatives were made by Ted Osborne? | 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:creator <http://dbpedia.org/resource/Ted_Osborne> . ?uri prop:relatives ?x . ?uri rdf:type onto:FictionalCharacter} | julipc-p(huggingface) |
Who are the stars of the movies which are distributed by Artisan Entertainment ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:distributor <http://dbpedia.org/resource/Artisan_Entertainment> . ?x onto:starring ?uri . ?x rdf:type onto:Film} | julipc-p(huggingface) |
Count the different religions followed by Second Lieutenants in military. | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:militaryRank <http://dbpedia.org/resource/Second_lieutenant> . ?x onto:religion ?uri . } | julipc-p(huggingface) |
List softwares written in C++ and runs on Mac OS ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:operatingSystem <http://dbpedia.org/resource/Mac_OS> . ?uri onto:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri rdf:type onto:Software} | julipc-p(huggingface) |
Name the river mouth of Moordener Kill ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Moordener_Kill onto:riverMouth ?uri } | julipc-p(huggingface) |
Which partner of the Tim Mathieson is also the primeminister of the Mike Kelly (Australian politician) ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tim_Mathieson> onto:partner ?uri. <http://dbpedia.org/resource/Mike_Kelly_(Australian_politician)> prop:primeminister ?uri} | julipc-p(huggingface) |
List the producer of the TV shows whose company is HBO. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:company <http://dbpedia.org/resource/HBO> . ?x onto:producer ?uri . ?x rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
What is the television show whose company is Playtone and written by Erik Jendresen? | 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:company <http://dbpedia.org/resource/Playtone> . ?uri prop:writer <http://dbpedia.org/resource/Erik_Jendresen> . ?uri rdf:type onto:Tele... | julipc-p(huggingface) |
In which races did the horses of Mon Capitaine take part? | 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:sire <http://dbpedia.org/resource/Mon_Capitaine> . ?x prop:race ?uri . ?x rdf:type onto:Horse} | julipc-p(huggingface) |
Which TV show's writer is Erik Jendresen and distributor is HBO? | 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:writer <http://dbpedia.org/resource/Erik_Jendresen> . ?uri prop:distributor <http://dbpedia.org/resource/HBO> . ?uri rdf:type onto:Telev... | julipc-p(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 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:type onto:Station} | julipc-p(huggingface) |
How many publisher have been founded by american citizens? | 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:stateOfOrigin <http://dbpedia.org/resource/United_States> . ?uri onto:founder ?x . ?uri rdf:type onto:Publisher} | julipc-p(huggingface) |
How many other region served are there of the companies which serves Pacific Ocean ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:regionServed <http://dbpedia.org/resource/Pacific_Ocean> . ?x onto:regionServed ?uri } | julipc-p(huggingface) |
Name the sitcoms whose network's owning company is Chris-Craft Industries? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:owningCompany <http://dbpedia.org/resource/Chris-Craft_Industries> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
How many countries surround the sea into which the Upper Neratva flow? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Upper_Neretva> onto:riverMouth ?x . ?x onto:country ?uri . ?x rdf:type onto:Sea} | julipc-p(huggingface) |
How many rivers end in the Indian Ocean? | 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:riverMouth <http://dbpedia.org/resource/Indian_Ocean> . ?uri rdf:type onto:River} | julipc-p(huggingface) |
Name the home town of Rolando Gomez ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Rolando_Gomez prop:homeTown ?uri } | julipc-p(huggingface) |
Who is owner of the soccer club which owns the Cobham Training Centre? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Cobham_Training_Centre prop:owner ?x . ?x prop:owner ?uri . } | julipc-p(huggingface) |
What is the common genere of Abhijit Kunte and Kasparov ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Abhijit_Kunte prop:knownFor ?uri. res:Virtual_Kasparov onto:genre ?uri} | julipc-p(huggingface) |
List some things that Swedish people have become famous for? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:stateOfOrigin res:Sweden . ?x onto:knownFor ?uri . } | julipc-p(huggingface) |
Which shows have voices from people signed up with ABC Records? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:label <http://dbpedia.org/resource/ABC_Records> . ?uri prop:voices ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Cleopatra V of Egypt is father to which royalty? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:mother res:Cleopatra_V_of_Egypt } | julipc-p(huggingface) |
Which sucessor of George Madison is the sucessor of levi Lincoln, Sr. ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/George_Madison> onto:relation ?uri. <http://dbpedia.org/resource/Levi_Lincoln,_Sr.> prop:successor ?uri} | julipc-p(huggingface) |
Give me some TV stations whose network's main language is American English? | 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:language <http://dbpedia.org/resource/American_English> . ?uri prop:network ?x . ?uri rdf:type onto:TelevisionStation} | julipc-p(huggingface) |
How many artists' works are in Muse d'Orsay? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:museum <http://dbpedia.org/resource/Musée_d'Orsay> . ?x prop:artist ?uri . ?uri rdf:type onto:Artist} | julipc-p(huggingface) |
Whose wife is a presenter at WWE? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:presenter res:WWE . ?uri onto:spouse ?x . } | julipc-p(huggingface) |
What are some cars which came before the ones on a GM B base? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:automobilePlatform <http://dbpedia.org/resource/GM_B_platform> . ?x onto:predecessor ?uri . ?x rdf:type onto:Automobile} | julipc-p(huggingface) |
Give me a count of everything owned by the network whose sister name is The CW? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:sisterNames <http://dbpedia.org/resource/The_CW> . ?uri prop:network ?x . } | julipc-p(huggingface) |
Whichd officer's final resting place is North Bend, ohio and belongs to Indiana Territory branch | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:restingplace <http://dbpedia.org/resource/North_Bend,_Ohio> . ?uri prop:branch <http://dbpedia.org/resource/Indiana_Territory> . } | julipc-p(huggingface) |
What sporting goods companies are located in Herzogenaurach? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:location res:Herzogenaurach } | julipc-p(huggingface) |
Name the commander of Battle of the Thames ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Battle_of_the_Thames onto:commander ?uri } | julipc-p(huggingface) |
Name the sports played by Fr. Agnel Multipurpose School and Junior College? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Fr._Agnel_Multipurpose_School_and_Junior_College onto:sport ?uri } | julipc-p(huggingface) |
What program is presented by Brian Dunkleman and has artist as Simon Fuller? | 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:presenter <http://dbpedia.org/resource/Brian_Dunkleman> . ?uri prop:creator <http://dbpedia.org/resource/Simon_Fuller> . ?uri rdf:type o... | julipc-p(huggingface) |
What are some districts in the Tendring borough? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:borough res:Tendring . ?x onto:district ?uri . } | julipc-p(huggingface) |
What is the alma mater of Julian Leow Beng Kim? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Julian_Leow_Beng_Kim prop:almaMater ?uri } | julipc-p(huggingface) |
How many awards have been given to the participants of the Lawrence Realization Stakes? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:race <http://dbpedia.org/resource/Lawrence_Realization_Stakes> . ?x onto:honours ?uri . } | julipc-p(huggingface) |
What religion is followed by the commander of Defense Security Command? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Defense_Security_Command onto:notableCommander ?x . ?x onto:religion ?uri . } | julipc-p(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 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://dbpedia.org/resource/Joel_Schumacher> . ?u... | julipc-p(huggingface) |
Name some local authorities of schools which have a mixed gender education system? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:gender <http://dbpedia.org/resource/Mixed-sex_education> . ?x onto:localAuthority ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
Which president of William Eustus also married to Dolley Madison ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Dolley_Madison onto:spouse ?uri. res:William_Eustis prop:president ?uri} | julipc-p(huggingface) |
Count the different types of Flatbread ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:type <http://dbpedia.org/resource/Flatbread> . } | julipc-p(huggingface) |
Count the birthplaces of recepients of the National Museum of Racing and Hall of Fame. | 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:honours <http://dbpedia.org/resource/National_Museum_of_Racing_and_Hall_of_Fame> . ?x onto:birthPlace ?uri . ?uri rdf:type onto:Place} | julipc-p(huggingface) |
Name the serving line of Daund Junction railway station? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Daund_Junction_railway_station onto:servingRailwayLine ?uri } | julipc-p(huggingface) |
What is the county seat of the district through which the Beckler River flows? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Beckler_River> onto:district ?x . ?x onto:countySeat ?uri . ?x rdf:type onto:AdministrativeRegion} | julipc-p(huggingface) |
What is the television show whose judges is Randy Jackson? | 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:judges <http://dbpedia.org/resource/Randy_Jackson> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
How many companies serve the Australian region? | 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:regionServed <http://dbpedia.org/resource/Australia> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
How many teams was Garry Unger in, previously? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Garry_Unger> onto:formerTeam ?uri . ?uri rdf:type onto:SportsTeam} | julipc-p(huggingface) |
What is the name of the television show whose company is Paramount Television and theme music composer is Gary Portnoy? | 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:company <http://dbpedia.org/resource/Paramount_Television> . ?uri prop:themeMusicComposer <http://dbpedia.org/resource/Gary_Portnoy> . ?... | julipc-p(huggingface) |
How many writers worked on the album Main Course? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:album <http://dbpedia.org/resource/Main_Course> . ?x prop:writer ?uri . } | julipc-p(huggingface) |
List the popular works of the author of Luther: The Calling ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Luther:_The_Calling prop:author ?x . ?x onto:notableWork ?uri . } | julipc-p(huggingface) |
Which were the philosophers whose primary interest was Natural philosophy? | 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:mainInterests <http://dbpedia.org/resource/Natural_philosophy> . ?uri rdf:type onto:Philosopher} | julipc-p(huggingface) |
Which wine region of Bogdanua is the Croatian Inline hockey team part of ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Bogdanuša onto:wineRegion ?uri. res:Croatian_Inline_Hockey_League onto:country ?uri} | julipc-p(huggingface) |
What is the place of death of the royalties one of whose parents was Adam Ludwik Czartoryski? | 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:parent <http://dbpedia.org/resource/Adam_Ludwik_Czartoryski> . ?x prop:deathPlace ?uri . ?x rdf:type onto:Royalty} | julipc-p(huggingface) |
In which country is the Chapelle Saint-Louis de Carthage located ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chapelle_Saint-Louis_de_Carthage> onto:location ?x . ?x onto:country ?uri . } | julipc-p(huggingface) |
where did the office holder died who is successor to Elmer Burkett ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:successor <http://dbpedia.org/resource/Elmer_Burkett> . ?x prop:deathPlace ?uri . ?x rdf:type onto:OfficeHolder} | julipc-p(huggingface) |
What things canonized John of Damascus and and also venerated the Edwin of Northumbria ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:John_of_Damascus onto:canonizedBy ?uri. res:Edwin_of_Northumbria prop:veneratedIn ?uri} | julipc-p(huggingface) |
What is the common award won by geoffrey Rush and Laemmle Theatres ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Geoffrey_Rush prop:awards ?uri. res:Laemmle_Theatres onto:service ?uri} | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.