question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Name the profession of Oamr D Conger for which Jack Ryan was also nominated ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_Ryan_(politician)> onto:nominee ?uri. <http://dbpedia.org/resource/Omar_D._Conger> prop:order ?uri} | julipc-p(huggingface) |
Where were Micheal Santos and Wendy Jaquet born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Michael_G._Santos onto:birthPlace ?uri. res:Wendy_Jaquet prop:placeOfBirth ?uri} | julipc-p(huggingface) |
Name the show formed by J. Michael Stroczynski and had network as TNT ? | 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:developer <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri prop:network <http://dbpedia.org/resource/TNT_(TV_channel)> . ?uri... | julipc-p(huggingface) |
Which office holder's resting place is Alta Mesa Memorial park and has adrian A. Basora as successor ? | 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:successor <http://dbpedia.org/resource/Adrian_A._Basora> . ?uri prop:restingPlace <http://dbpedia.org/resource/Alta_Mesa_Memorial_Park> ... | julipc-p(huggingface) |
Name the movie written by Monty Python and has music composer as Geoffrey Burgon ? | 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/Monty_Python> . ?uri onto:musicComposer <http://dbpedia.org/resource/Geoffrey_Burgon> . ?uri rdf:typ... | julipc-p(huggingface) |
Which politicians died in cities built by the Roman emperor Charles 5? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:builder <http://dbpedia.org/resource/Charles_V,_Holy_Roman_Emperor> . ?uri onto:deathPlace ?x . ?uri rdf:type onto:OfficeHolder} | julipc-p(huggingface) |
In how many different places can I find companies which were founded in toronto? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/Toronto> . ?x prop:locations ?uri . ?uri rdf:type onto:Place} | julipc-p(huggingface) |
What are some relatives of the spouse of Uncle henry from Oz? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:spouse <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri onto:relative ?x . } | julipc-p(huggingface) |
List the outflows of the lake which has Benu river as one of it ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:outflow res:Benué_River . ?x prop:outflow ?uri . } | julipc-p(huggingface) |
List the people who were the first one to climb a mountain in California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:locatedInArea <http://dbpedia.org/resource/California> . ?x onto:firstAscentPerson ?uri . ?x rdf:type onto:Mountain} | julipc-p(huggingface) |
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 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://dbpedia.org/resource/Fox_Broadcasting_Compan... | julipc-p(huggingface) |
Give a list of all the labels that have jazz fusion artists signed up with them? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:genre <http://dbpedia.org/resource/Jazz_fusion> . ?x onto:recordLabel ?uri . ?x rdf:type onto:MusicalArtist} | julipc-p(huggingface) |
What is the mascot of Blytheville High School ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Blytheville_High_School prop:mascot ?uri } | julipc-p(huggingface) |
Which composer of Girl from the North Country is the subsequent work of the Moondog Matinee? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Girl_from_the_North_Country onto:composer ?uri. res:Moondog_Matinee onto:subsequentWork ?uri} | julipc-p(huggingface) |
What is the subject of the book which preceded Sagan's Cosmos? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cosmos_(Carl_Sagan_book)> onto:previousWork ?x . ?x prop:subject ?uri . } | julipc-p(huggingface) |
In which television shows has Eliza Schneider given her voice? | 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/Eliza_Schneider> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Who wrote Catch My soul ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Catch_My_Soul_(UK_stage_version)> onto:author ?uri } | julipc-p(huggingface) |
What are some islands in the bahamas? | 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:archipelago <http://dbpedia.org/resource/The_Bahamas> . ?uri rdf:type onto:Island} | julipc-p(huggingface) |
In which state does the ambassador who is in related with J Bennett Johnston live? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:J._Bennett_Johnston onto:relation ?x . ?x prop:state ?uri . } | julipc-p(huggingface) |
Where were the sportsmen born, who started their careers with Homestead Grays? | 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:debutteam <http://dbpedia.org/resource/Homestead_Grays> . ?x prop:birthDate ?uri . ?x rdf:type onto:Athlete} | julipc-p(huggingface) |
Which hometown of pavel Moroz is also the palace of birthplace of Helena of Moscow ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pavel_Moroz prop:hometown ?uri. res:Helena_of_Moscow onto:birthPlace ?uri} | julipc-p(huggingface) |
Who are the cast members of The Simpsons Ride? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:The_Simpsons_Ride prop:starring ?uri } | julipc-p(huggingface) |
How many awards have the french people received? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:stateOfOrigin <http://dbpedia.org/resource/French_people> . ?x prop:awards ?uri . } | julipc-p(huggingface) |
How many bacterias have taxonomy as Bacillales and domain as Bacteria? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:order <http://dbpedia.org/resource/Bacillales> . ?uri prop:domain <http://dbpedia.org/resource/Bacteria> } | julipc-p(huggingface) |
Which state's largest city is Omaha? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:largestCity <http://dbpedia.org/resource/Omaha,_Nebraska> . ?uri rdf:type onto:AdministrativeRegion} | julipc-p(huggingface) |
Where is the constituency of John Smith Griffin ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:John_Smith_Griffin prop:constituency ?x . ?x onto:location ?uri . } | julipc-p(huggingface) |
Who is the animator of Tommy Tucker's Tooth ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri } | julipc-p(huggingface) |
Who is the film director of Alice's Wonderland ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> onto:director ?uri } | julipc-p(huggingface) |
List few authors whose education took place in Saint Petersburg ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:education <http://dbpedia.org/resource/Saint_Petersburg> . ?uri rdf:type onto:Writer} | julipc-p(huggingface) |
Who are the people who influenced the writers of Evenor ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Evenor_(collection)> onto:author ?x . ?x onto:influenced ?uri . } | julipc-p(huggingface) |
Which cities of the American Mediterranean Sea has Nickname Entronque de Herradura? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:American_Mediterranean_Sea prop:cities ?uri. res:Entronque_de_Herradura prop:nickname ?uri} | julipc-p(huggingface) |
On how many subjects has Random house publishers published books? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:publisher <http://dbpedia.org/resource/Random_House> . ?x prop:subject ?uri . } | julipc-p(huggingface) |
List the associated musical artist of the current members of Al Bano and Romina Power? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Al_Bano_and_Romina_Power prop:currentMembers ?x . ?x onto:associatedMusicalArtist ?uri . } | julipc-p(huggingface) |
Which settlement's neighboring municipalities are Cologny and Pregny-Chambsy? | 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:neighboringMunicipalities <http://dbpedia.org/resource/Cologny> . ?uri onto:neighboringMunicipality <http://dbpedia.org/resource/Pregny-... | julipc-p(huggingface) |
Who is the writer of The Sandman (Vertigo) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Sandman_(Vertigo)> prop:writers ?uri } | julipc-p(huggingface) |
Who has a child named Lori Black and is resting place as Palo Alto, California? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:children <http://dbpedia.org/resource/Lori_Black> . ?uri prop:restingPlace <http://dbpedia.org/resource/Palo_Alto,_California> . } | julipc-p(huggingface) |
Which military unit's garrison is Pentagon and command structure is United States Department of Defense? | 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:garrison <http://dbpedia.org/resource/The_Pentagon> . ?uri onto:commandStructure <http://dbpedia.org/resource/United_States_Department_o... | julipc-p(huggingface) |
List the primary subjects of A Christian Turn'd Turk? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Christian_Turn'd_Turk> prop:subject ?uri } | julipc-p(huggingface) |
What awards have been given to the writers of Wallace and Gromit? | 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:notableworks <http://dbpedia.org/resource/Wallace_and_Gromit> . ?x onto:award ?uri . ?x rdf:type onto:Writer} | julipc-p(huggingface) |
Over which rivers, does a cable stayed bridge exists? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:design <http://dbpedia.org/resource/Cable-stayed_bridge> . ?x prop:crosses ?uri . } | julipc-p(huggingface) |
Name some Texas based companies ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:locationCity <http://dbpedia.org/resource/Texas> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
Name the president served by a lieutenant who succeeded Bob C Riley. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:predecessor <http://dbpedia.org/resource/Bob_C._Riley> . ?uri onto:lieutenant ?x . ?uri rdf:type onto:President} | julipc-p(huggingface) |
Who were some governmental heads in Nazi Germany? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:jurisdiction res:Nazi_Germany . ?x onto:leader ?uri . } | julipc-p(huggingface) |
Name the tiemzone of Banlung ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Banlung onto:timeZone ?uri } | julipc-p(huggingface) |
Name all the doctoral student of the scientist who also supervised Mary Ainsworth ? | 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:doctoralStudents <http://dbpedia.org/resource/Mary_Ainsworth> . ?x prop:doctoralStudents ?uri . ?x rdf:type onto:Scientist} | julipc-p(huggingface) |
Where did the wrestler die who was billed in Norman, Oklahoma? | 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:billed <http://dbpedia.org/resource/Norman,_Oklahoma> . ?x onto:deathPlace ?uri . ?x rdf:type onto:Wrestler} | julipc-p(huggingface) |
Which football teams is Shahid Khan proprietor to? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:owner res:Shahid_Khan } | julipc-p(huggingface) |
What sports are there at the universities affiliated to the National Capital Region Athletic Association? | 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:affiliation <http://dbpedia.org/resource/National_Capital_Region_Athletic_Association> . ?x prop:athletics ?uri . ?x rdf:type onto:Univer... | julipc-p(huggingface) |
Who all have rented the stadium whose architect is Populous? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium} | julipc-p(huggingface) |
How many dishes are made with an ingredient belonging to the flowering plant species? | 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:division <http://dbpedia.org/resource/Flowering_plant> . ?uri onto:ingredient ?x . ?uri rdf:type onto:Food} | julipc-p(huggingface) |
Who are the managers of clubs participating in the 2014-2015 Football League Championship? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:season res:2014–15_Football_League_Championship . ?uri onto:managerClub ?x . } | julipc-p(huggingface) |
Bridges over which rivers are made of Wrought Iron? | 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:material <http://dbpedia.org/resource/Wrought_iron> . ?x onto:river ?uri . ?x rdf:type onto:Bridge} | julipc-p(huggingface) |
What is the allegiance of Albert Kwesi Ocran ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Albert_Kwesi_Ocran prop:allegiance ?uri } | julipc-p(huggingface) |
How many people have headed organizations headquartered at Niederkirchnerstrae? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:headquarter <http://dbpedia.org/resource/Niederkirchnerstraße> . ?x onto:leader ?uri . } | julipc-p(huggingface) |
What are some seas inside europe ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:location <http://dbpedia.org/resource/Europe> . ?uri rdf:type onto:Sea} | julipc-p(huggingface) |
What are the notable works of the person who produced Queer as Folk? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Queer_as_Folk_(UK_TV_series)> onto:producer ?x . ?x prop:notableworks ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
Who was the bronze medalist of Swimming at the 2008 Summer Olympics Men's 400 metre individual medley ? | 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 } | julipc-p(huggingface) |
What academic discipline of the Journal of Cerebral Blood Flow & Metabolism is also the record label of the Double Diamond (album)? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> onto:academicDiscipline ?uri. <http://dbpedia.org/resource/Double_Diamond_(album)> onto:recordLabel ?uri} | julipc-p(huggingface) |
How many states does the Pioneer corporation operate in? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Pioneer_Corporation> prop:country ?uri . } | julipc-p(huggingface) |
Name the debut team of Butch Metzger ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Butch_Metzger onto:debutTeam ?uri } | julipc-p(huggingface) |
Whose doctoral student is etienne bieler\xc9tienne_Bi\xe9ler | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:doctoralStudent res:Étienne_Biéler } | julipc-p(huggingface) |
What countries used Solidus as currency? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:currency <http://dbpedia.org/resource/Solidus_(coin)> . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
Which parent company of Edsel was the first team of the 1967 Mexican Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Edsel prop:parent ?uri. res:1967_Mexican_Grand_Prix prop:firstTeam ?uri} | julipc-p(huggingface) |
Name some cars similar to the ones which are assembled at the Jefferson North Assembly? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:assembly <http://dbpedia.org/resource/Jefferson_North_Assembly> . ?x prop:related ?uri . ?x rdf:type onto:Automobile} | julipc-p(huggingface) |
Which licensee of the WRVU is also the alma mater of the Todd J. Campbell ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:WRVU prop:licensee ?uri. res:Todd_J._Campbell onto:almaMater ?uri} | julipc-p(huggingface) |
Which borough of the Corringham railway station is also the local authority of Buckhurst Hill County High School ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Corringham_railway_station prop:borough ?uri. res:Buckhurst_Hill_County_High_School onto:localAuthority ?uri} | julipc-p(huggingface) |
Which band had the members of The Conglomerate, and has made 'Before I let you go'? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Conglomerate_(American_group)> prop:pastMembers ?uri. <http://dbpedia.org/resource/Before_I_Let_You_Go> onto:musicalArtist ?uri} | julipc-p(huggingface) |
Name the fictional character whose species is American Pekin duck and has relatives named Ludwig Von Drake? | 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:species <http://dbpedia.org/resource/American_Pekin_duck> . ?uri prop:relatives <http://dbpedia.org/resource/Ludwig_Von_Drake> . ?uri rd... | julipc-p(huggingface) |
Who is the governor of Carl McCall ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Carl_McCall onto:governor ?uri } | julipc-p(huggingface) |
Where can I find things run by the maritime museum of San Diego? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:governingBody res:Maritime_Museum_of_San_Diego . ?x prop:location ?uri . } | julipc-p(huggingface) |
Which engine's successor's predecessor is BMW M10? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:predecessor <http://dbpedia.org/resource/BMW_M10> . ?uri onto:successor ?x . ?uri rdf:type onto:Engine} | julipc-p(huggingface) |
List the movies directed by Stanley Kubrick? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:director <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
What team were the people drafted to, which are in the National Hockey League? | 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:league <http://dbpedia.org/resource/National_Hockey_League> . ?x prop:draftTeam ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
Which key person of maryland jockey club is the appointer of Joseph Clay ? | 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} | julipc-p(huggingface) |
Who developed the software for the operating system of Macintosh Quadra 660AV ? | 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/Macintosh_Quadra_660AV> onto:operatingSystem ?x . ?x onto:developer ?uri . ?x rdf:type onto:Software} | julipc-p(huggingface) |
From what american football teams did Carlos Emmons play? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carlos_Emmons_(American_football)> onto:formerTeam ?uri } | julipc-p(huggingface) |
Who are the employer of Don R. Berlin? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Don_R._Berlin onto:employer ?uri } | julipc-p(huggingface) |
Is Peter Crouch currently in the Stoke City FC? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Peter_Crouch> prop:currentclub <http://dbpedia.org/resource/Stoke_City_F.C.> } | julipc-p(huggingface) |
Whose provides the service of Outlook and also products such as Visual Studio? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:services res:Outlook.com . ?uri prop:products res:Microsoft_Visual_Studio . } | julipc-p(huggingface) |
Which source of broad creek is the Audenried tunnel located ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Broad_Creek_(Susquehanna_River)> onto:source ?uri. <http://dbpedia.org/resource/Audenried_Tunnel> onto:location ?uri} | julipc-p(huggingface) |
How many other Guests are there of the television episodes whose Guests is Brian d'Arcy James ? | 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 } | julipc-p(huggingface) |
Who is the writer of He's a Pirate ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Pirate> prop:writer ?uri } | julipc-p(huggingface) |
Which movies have their music composed by someone that signed up with RCA Records? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:recordLabel <http://dbpedia.org/resource/RCA_Records> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
What games are played at institutions affiliated with the international association of universities? | 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:affiliations <http://dbpedia.org/resource/International_Association_of_Universities> . ?x onto:sport ?uri . ?x rdf:type onto:EducationalI... | julipc-p(huggingface) |
What is the ideology of Palang Dharma Party ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Palang_Dharma_Party onto:ideology ?uri } | julipc-p(huggingface) |
Which philosophy journal has compiler as Stephen Law ? | 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:editor <http://dbpedia.org/resource/Stephen_Law> . ?uri prop:discipline <http://dbpedia.org/resource/Philosophy> . ?uri rdf:type onto:Ac... | julipc-p(huggingface) |
Which military conflict took place in Israel and had commander as Jaber Al-Ahmad Al-Sabah? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:place <http://dbpedia.org/resource/Israel> . ?uri onto:commander <http://dbpedia.org/resource/Jaber_Al-Ahmad_Al-Sabah> . ?uri rdf:type onto:MilitaryConflict} | julipc-p(huggingface) |
Who served a vice president buried in United First Parish Church? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:restingplace res:United_First_Parish_Church . ?uri onto:vicePresident ?x . } | julipc-p(huggingface) |
Where is the fictional character from, whose last appearance was in the Avengers, 1998? | 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:last <http://dbpedia.org/resource/The_Avengers_(1998_film)> . ?x prop:nationality ?uri . ?x rdf:type onto:FictionalCharacter} | julipc-p(huggingface) |
Which idelogy of the Palang Dharma Party is also the faith of Miao people ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Palang_Dharma_Party onto:ideology ?uri. res:Miao_people onto:religion ?uri} | julipc-p(huggingface) |
List the movies produced by Michael Deeley ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:producer <http://dbpedia.org/resource/Michael_Deeley> . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
Where did Louis chevrolet die ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Louis_Chevrolet prop:deathPlace ?uri } | julipc-p(huggingface) |
What is the affiliation of Lumbini Bauddha University ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Lumbini_Bauddha_University prop:affiliation ?uri } | julipc-p(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 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 rdf:type onto:FictionalCharacter} | julipc-p(huggingface) |
Count the total number of software whose programming language is C++ and operating system is Microsoft Windows? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> } | julipc-p(huggingface) |
What is the total number of politicians whose predecessor's deputy is Jenny Macklin? | 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:deputy <http://dbpedia.org/resource/Jenny_Macklin> . ?uri prop:predecessor ?x . ?uri rdf:type onto:OfficeHolder} | julipc-p(huggingface) |
How many managers have managed Middlesbrough FC? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:managerClub <http://dbpedia.org/resource/Middlesbrough_F.C.> . } | julipc-p(huggingface) |
Among which basket ball team having arena as The Palace of Auburn hills has president as Stan Van Gundy ? | 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:arena <http://dbpedia.org/resource/The_Palace_of_Auburn_Hills> . ?uri prop:president <http://dbpedia.org/resource/Stan_Van_Gundy> . ?uri... | julipc-p(huggingface) |
Give me a count of bridges located in California ? | 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:locatedInArea <http://dbpedia.org/resource/California> . ?uri rdf:type onto:Bridge} | julipc-p(huggingface) |
What are the sports played by the universities who also plays taekwondo ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:athletics res:Taekwondo . ?x prop:athletics ?uri . } | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.