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 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... | lcquad |
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} | lcquad |
Which college has been attended by both Mr. Hubert Wiggs and Mr. Alvin Bell? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Hubert_Wiggs onto:college ?uri. res:Alvin_Bell onto:college ?uri . } | lcquad |
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 } | lcquad |
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} | lcquad |
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 . } | lcquad |
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} | lcquad |
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 } | lcquad |
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} | lcquad |
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 . } | lcquad |
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} | lcquad |
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} | lcquad |
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 } | lcquad |
Name the organization which developed iPhone OS and the XNU? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:IPhone_OS_1 prop:developer ?uri. res:XNU onto:developer ?uri . } | lcquad |
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 . } | lcquad |
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> } | lcquad |
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} | lcquad |
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 . } | lcquad |
Is Wahoo! the previous work of Honeybuns? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Honeybuns> onto:previousWork <http://dbpedia.org/resource/Wahoo!> } | lcquad |
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 } | lcquad |
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 } | lcquad |
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} | lcquad |
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 . } | lcquad |
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} | lcquad |
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 . } | lcquad |
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 . } | lcquad |
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-... | lcquad |
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 } | lcquad |
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> . } | lcquad |
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... | lcquad |
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 } | lcquad |
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} | lcquad |
Is Labor relations the main interest of Karl Marx? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Karl_Marx onto:mainInterest res:Labor_relations } | lcquad |
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 . } | lcquad |
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} | lcquad |
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} | lcquad |
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 . } | lcquad |
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 } | lcquad |
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} | lcquad |
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} | lcquad |
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 } | lcquad |
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:Unive... | lcquad |
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} | lcquad |
Which US city can be said to be a part of american mediterranean sea and the biscayne bay? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:American_Mediterranean_Sea prop:cities ?uri. res:Biscayne_Bay prop:cities ?uri . } | lcquad |
Did Dean Wurzberger manage a club at the santa clara university? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Dean_Wurzberger prop:managerclubs res:Santa_Clara_University } | lcquad |
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} | lcquad |
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 . } | lcquad |
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} | lcquad |
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 } | lcquad |
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 . } | lcquad |
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} | lcquad |
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} | lcquad |
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 } | lcquad |
Did stan lee narrate the incredible hulk tv show? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> onto:narrator <http://dbpedia.org/resource/Stan_Lee> } | lcquad |
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} | lcquad |
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 . } | lcquad |
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 } | lcquad |
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 } | lcquad |
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} | lcquad |
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} | lcquad |
Who was in conflicts of Fort Barrancas and Gadsden? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:battle res:Fort_Barrancas . ?uri onto:battle res:Fort_Gadsden . } | lcquad |
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} | lcquad |
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} | lcquad |
What team did Joe Porter and Eddie Anderson play for? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Eddie_Anderson_(safety)> onto:team ?uri. <http://dbpedia.org/resource/Joe_Porter_(American_football)> onto:formerTeam ?uri . } | lcquad |
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} | lcquad |
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} | lcquad |
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 r... | lcquad |
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 } | lcquad |
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 . } | lcquad |
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} | lcquad |
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} | lcquad |
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} | lcquad |
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} | lcquad |
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} | lcquad |
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 } | lcquad |
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 } | lcquad |
Is Peter Crouch currently in the Stoke City FC? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Peter_Crouch prop:currentclub res:Stoke_City_F.C. } | lcquad |
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 . } | lcquad |
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} | lcquad |
Is the Mount St Peter Church made in the international architectural style? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Mount_St._Peter_Church> prop:architecture <http://dbpedia.org/resource/International_Style_(architecture)> } | lcquad |
What woman acted in the mating habits of earthbound humans and is often associated with Mams taylor? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Mating_Habits_of_the_Earthbound_Human prop:starring ?uri. res:Mams_Taylor onto:associatedMusicalArtist ?uri . } | lcquad |
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 } | lcquad |
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 } | lcquad |
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} | lcquad |
Was the cover of The adventures of Tom Sawyer designed by Mark Twain? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:The_Adventures_of_Tom_Sawyer onto:coverArtist res:Mark_Twain } | lcquad |
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:Educational... | lcquad |
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 } | lcquad |
Who is known for are War of 1812 and Battle of the Thames? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:knownFor res:War_of_1812 . ?uri onto:knownFor res:Battle_of_the_Thames . } | lcquad |
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:A... | lcquad |
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} | lcquad |
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 . } | lcquad |
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} | lcquad |
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} | lcquad |
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} | lcquad |
Where does Dennis DeConcini and Scott Berkun both live? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Scott_Berkun prop:residence ?uri. res:Dennis_DeConcini prop:residence ?uri . } | lcquad |
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 } | lcquad |
Is Bacillus belong to the domain Bacteria? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Bacillus prop:domain res:Bacteria } | lcquad |
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 } | lcquad |
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} | lcquad |
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> } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.