question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Whihc alma mater of angela Trusty is also the training center of David Scherman ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:David_Scherman onto:training ?uri. res:Angela_Trusty onto:almaMater ?uri} | lcquad |
Who were the opponents of the people buried in the tower of London? | 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:restingPlace <http://dbpedia.org/resource/Tower_of_London> . ?x onto:opponent ?uri . ?x rdf:type onto:Person} | lcquad |
What is the record label of the Next Thing and also the label of the The Producers (2005 film)? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Next_Thing> onto:recordLabel ?uri. <http://dbpedia.org/resource/The_Producers_(2005_film)> prop:label ?uri} | lcquad |
Which country were the associates of Hilda Duhalde from? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Hilda_de_Duhalde onto:associate ?x . ?x onto:nationality ?uri . } | lcquad |
Name the line of the Vadodara Junction railway station which is also the hub airport of the Pawan Hans? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vadodara_Junction_railway_station prop:line ?uri. res:Pawan_Hans onto:hubAirport ?uri} | lcquad |
Name the scientist who become the part of Royal Society and had academic advisor as Karl Ewald Hasse? | 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:prizes <http://dbpedia.org/resource/Royal_Society> . ?uri onto:academicAdvisor <http://dbpedia.org/resource/Karl_Ewald_Hasse> . ?uri rd... | lcquad |
Where is the tombstone of the successor of Edward Wolcott? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Edward_O._Wolcott prop:successor ?x . ?x onto:restingPlace ?uri . } | lcquad |
In how many places did the Schutzstaffels die? | 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:militaryRank <http://dbpedia.org/resource/Schutzstaffel> . ?x prop:placeOfDeath ?uri . ?uri rdf:type onto:Place} | lcquad |
How many members are there of the organization headquartered at Amstelveen? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:headquarters <http://dbpedia.org/resource/Amstelveen> . ?x prop:membership ?uri . } | lcquad |
Name the scientist who was the winner of Royal Society award and had Georg Meissner as his doctoral advisor ? | 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:prizes <http://dbpedia.org/resource/Royal_Society> . ?uri prop:doctoralAdvisor <http://dbpedia.org/resource/Georg_Meissner> . ?uri rdf:... | lcquad |
What are the nearest city to the historic places whose one of the nearest city is Wisconsin? | 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:nearestCity <http://dbpedia.org/resource/Wisconsin> . ?x prop:nearestCity ?uri . ?x rdf:type onto:HistoricPlace} | lcquad |
Who is the producer of Captain EO ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Captain_EO prop:producer ?uri } | lcquad |
List the subjects of the books whose one of the topics is Pau Broca ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:subject <http://dbpedia.org/resource/Paul_Broca> . ?x prop:subject ?uri . ?x rdf:type onto:Book} | lcquad |
Where did the conflict take place in which Henri Putz fought? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Henri_Putz onto:battle ?x . ?x onto:territory ?uri . } | lcquad |
Where did the aristocrats die whose mother was Maria Ludwika Krasiska? | 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:mother <http://dbpedia.org/resource/Maria_Ludwika_Krasińska> . ?x prop:deathPlace ?uri . ?x rdf:type onto:Royalty} | lcquad |
Is NY Rangers a prospective team for Robin Kovacs? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Robin_Kovacs onto:prospectTeam res:New_York_Rangers } | lcquad |
Is the Columbia University chaired by William Campbell? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Columbia_University> onto:chairman <http://dbpedia.org/resource/William_Campbell_(business_executive)> } | lcquad |
Which company manufactures cars like the Opel Karl ? | 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:related <http://dbpedia.org/resource/Opel_Karl> . ?x prop:parentCompany ?uri . ?x rdf:type onto:Automobile} | lcquad |
Who are the major stockholders of the bank which is the company of Bloomberg Markets ? | 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/Bloomberg_Markets> prop:company ?x . ?x prop:owner ?uri . ?x rdf:type onto:Bank} | lcquad |
List all crafts of the people whose one of the profession is Kingdom of Naples ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation <http://dbpedia.org/resource/Kingdom_of_Naples> . ?x onto:occupation ?uri . ?x rdf:type onto:Person} | lcquad |
Name a colonel whose resting place is Montpelier ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?uri prop:restingplace <http://dbpedia.org/resource/Montpelier_(Orange,_Virginia)> . } | lcquad |
What are some developers which use Emacs Lisp in their projects? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:programmingLanguage res:Emacs_Lisp . ?x onto:developer ?uri . } | lcquad |
Whose deputy was Franz von Papen? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:deputy res:Franz_von_Papen } | lcquad |
Current players of Colorado Avalanche have previously played for how many different teams? | 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:team <http://dbpedia.org/resource/Colorado_Avalanche> . ?x onto:formerTeam ?uri . ?uri rdf:type onto:SportsTeam} | lcquad |
List the books whose authors are in Alcal de Henares. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Alcalá_de_Henares> . ?uri onto:author ?x . ?uri rdf:type onto:Book} | lcquad |
Name the common current team of the Shaun Thong and Kaannder ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Shaun_Thong prop:currentTeam ?uri. res:Kaan_Önder prop:currentTeam ?uri . } | lcquad |
Who is the stockholder of Paphos International Airport ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Paphos_International_Airport prop:owner ?uri } | lcquad |
To which counties do Jerome avenue and Tremont avenue belong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Jerome_Avenue prop:counties ?uri. res:Tremont_Avenue prop:counties ?uri . } | lcquad |
Give me the total number of architect of the buildings whose one of the architect was Louis D. Astorino? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:architect <http://dbpedia.org/resource/Louis_D._Astorino> . ?x prop:architect ?uri } | lcquad |
Which basketball team's president studied in the Brockport Golden Eagles? | 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:college <http://dbpedia.org/resource/Brockport_Golden_Eagles> . ?uri prop:president ?x . ?uri rdf:type onto:BasketballTeam} | lcquad |
In which races does Coneygree compete? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Coneygree prop:race ?uri } | lcquad |
What awards have been given to some screenwriters? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation res:Screenwriter . ?x onto:award ?uri . } | lcquad |
List the saints venerated in Islam having major shrine as Tomb of Joshua ? | 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:majorShrine <http://dbpedia.org/resource/Tomb_of_Joshua> . ?uri onto:veneratedIn <http://dbpedia.org/resource/Islam> . ?uri rdf:type on... | lcquad |
Which tema did Dough Acomb played for which is also the drafty team of Dale Mitchell ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dale_Mitchell_(ice_hockey)> onto:draftTeam ?uri. <http://dbpedia.org/resource/Doug_Acomb> prop:playedFor ?uri} | lcquad |
List the total number of executive producer of TV show which have one of the executiive producer as Steven Moffat ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:executiveProducer <http://dbpedia.org/resource/Steven_Moffat> . ?x prop:executiveProducer ?uri } | lcquad |
Whose songs are Tickle Me and Viva Las Vegas? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Tickle_Me prop:artist ?uri. res:Viva_Las_Vegas prop:artist ?uri . } | lcquad |
Name all those whose spouses have performed with Tony Bennett? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:associatedMusicalArtist res:Tony_Bennett . ?uri onto:spouse ?x . } | lcquad |
Name the company who owns HBO division? | 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:divisions <http://dbpedia.org/resource/HBO> . ?uri rdf:type onto:Company} | lcquad |
How many religions have the relatives of waxiangs followed? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Waxiang_people> prop:related ?x . ?x onto:religion ?uri . } | lcquad |
For which team does Ramiro Pea play ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ramiro_Peña onto:team ?uri } | lcquad |
What are the books written by the the person who made the Novelas ejemplares? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:notableWork <http://dbpedia.org/resource/Novelas_ejemplares> . ?uri onto:author ?x . ?uri rdf:type onto:Book} | lcquad |
Count the total number of battles fought by the military people which fought in Levant ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:battles <http://dbpedia.org/resource/Levant> . ?x prop:battles ?uri } | lcquad |
Matthew kane and Park rankin are citizens of which country? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Matthew_Kane_(actor)> onto:citizenship ?uri. <http://dbpedia.org/resource/Park_Rankin> onto:citizenship ?uri . } | lcquad |
How many subjects have been covered in fantasy novels? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:literaryGenre <http://dbpedia.org/resource/Fantasy> . ?x onto:nonFictionSubject ?uri . } | lcquad |
What is the television show whose theme music is by Primus? | 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/Primus_(band)> . ?uri rdf:type onto:TelevisionShow} | lcquad |
What was created by Larry David and Jerry Seinfeld? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:creator res:Larry_David . ?uri onto:creator res:Jerry_Seinfeld . } | lcquad |
Was Let it Be written by Ringo Starr? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Let_It_Be_(musical)> onto:musicBy <http://dbpedia.org/resource/Ringo_Starr> } | lcquad |
which person created the women in the garden? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Women_in_the_Garden prop:artist ?uri } | lcquad |
Who is the composer of Girl from the North Country ? | 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 } | lcquad |
What is the county seat of the county which has an Evergreen High School? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Evergreen_High_School_(King_County,_Washington)> onto:county ?x . ?x onto:countySeat ?uri . } | lcquad |
Which wars were fought by the commander whose deputy was Robert T. Herres? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deputy <http://dbpedia.org/resource/Robert_T._Herres> . ?uri onto:commander ?x . ?uri rdf:type onto:MilitaryConflict} | lcquad |
Through which states does the road go, which has a junction on Keningston Maryland? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:routeJunction <http://dbpedia.org/resource/Kensington,_Maryland> . ?x onto:state ?uri . ?x rdf:type onto:Road} | lcquad |
What did the people buried in Toronto die of? | 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:Toronto . ?x onto:deathCause ?uri . } | lcquad |
List the main ingredient of Pizza-ghetti ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pizza-ghetti> prop:mainIngredient ?uri } | lcquad |
List the work institute of the medicians who has also worked at University of Miami ? | 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:workInstitutions <http://dbpedia.org/resource/University_of_Miami> . ?x prop:workInstitutions ?uri . ?x rdf:type onto:Medician} | lcquad |
How many people have trained the wrestlers who were billed in Wisconsin? | 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:billed <http://dbpedia.org/resource/Wisconsin> . ?x onto:trainer ?uri . ?uri rdf:type onto:Person} | lcquad |
Which country did the prime minister belong to who was served by Thanong Bidaya ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Thanong_Bidaya prop:primeminister ?x . ?x onto:nationality ?uri . } | lcquad |
What faith do hang chuon naron and Kron Ngoy follow? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Hang_Chuon_Naron onto:religion ?uri. res:Krom_Ngoy onto:religion ?uri . } | lcquad |
Which company ownes stock in Dagenham turbines and Ford Motor credit? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ford_Motor_Credit_Company prop:owner ?uri. res:Dagenham_wind_turbines prop:owner ?uri . } | lcquad |
Which shareholder of Dagenham wind turbines is also the parent company of the Ford Falcon Cobra? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ford_Falcon_Cobra onto:parentCompany ?uri. res:Dagenham_wind_turbines prop:owner ?uri} | lcquad |
List the awards won by the cinematographer of Mickey's Mellerdrammer? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mickey's_Mellerdrammer> prop:cinematography ?x . ?x onto:award ?uri . } | lcquad |
tell me the school to which Cyril Hume went? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Cyril_Hume prop:education ?uri } | lcquad |
where did Boga originate? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Boga_(soft_drink)> prop:origin ?uri } | lcquad |
Who is the singer of the album which has a song Me and My arrow ? | 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/Me_and_My_Arrow> onto:album ?x . ?x prop:narrated ?uri . ?x rdf:type onto:Album} | lcquad |
In how many different places can I fnd Modern Architectural buildings? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:architecturalStyle <http://dbpedia.org/resource/Modern_architecture> . ?x prop:address ?uri . } | lcquad |
Which sports are played in the alma mater of Habib Boromand Dashghapu? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Habib_Boromand_Dashghapu prop:almaMater ?x . ?x onto:sport ?uri . } | lcquad |
What are the houses of Parliament Security Services ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Parliament_Security_Services prop:houses ?uri } | lcquad |
Count the origin of the beverages which have been originated in england / | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:origin <http://dbpedia.org/resource/England> . ?x prop:origin ?uri } | lcquad |
Count the number of people became famous for when Andrew Jackson was a commander ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:commander <http://dbpedia.org/resource/Andrew_Jackson> . ?uri onto:knownFor ?x . } | lcquad |
Who is the incumbent of Al Gore presidential campaign of 2000 ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Al_Gore_presidential_campaign,_2000> onto:incumbent ?uri } | lcquad |
Of the places where Kurt Vonnegut Memorial Library exists, where did Louis LeCocq die? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kurt_Vonnegut_Memorial_Library onto:location ?uri. res:Louis_LeCocq prop:placeOfDeath ?uri} | lcquad |
What is the college of the basketball player who lives in Ashton Historic district? | 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:birthPlace <http://dbpedia.org/resource/Ashton_Historic_District> . ?x prop:college ?uri . ?x rdf:type onto:BaseballPlayer} | lcquad |
During the reigns of which monarchs was the name to the Israelite kingdom as United Monarch? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:title <http://dbpedia.org/resource/Kingdom_of_Israel_(united_monarchy)> } | lcquad |
What is the person known for who is the movie director of Sleepy-Time Squirrel ? | 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/Sleepy-Time_Squirrel> prop:director ?x . ?x onto:knownFor ?uri . ?x rdf:type onto:Person} | lcquad |
What is the title of the successor of Kaulahea I ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kaulahea_I prop:successor ?x . ?x prop:title ?uri . } | lcquad |
Name the river passing through Reading Berkshire and has mouth place at Essex ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:city <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri onto:mouthPlace <http://dbpedia.org/resource/Essex> . ?uri rdf:type onto:River} | lcquad |
Which nation is the origin of Dornier Aerodyne ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Dornier_Aerodyne prop:nationalOrigin ?uri } | lcquad |
Name some politicians buried in a place near Orange Virginia? | 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:nearestCity <http://dbpedia.org/resource/Orange,_Virginia> . ?uri prop:restingplace ?x . ?uri rdf:type onto:OfficeHolder} | lcquad |
Which writer of Tales of Suspense is also the writer of karakuri Dji Ultimo ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Tales_of_Suspense prop:writers ?uri. res:Karakuri_Dôji_Ultimo prop:author ?uri} | lcquad |
Which type of building is Qun Thnh Temple ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Quán_Thánh_Temple prop:buildingType ?uri } | lcquad |
Who is the artist of the album which has the song I Can't Change the World ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Can't_Change_the_World> prop:album ?x . ?x prop:artist ?uri . } | lcquad |
Which city is the route start of the Moscow-Kazan high-speed railway and birth place of the Ilya Savelev ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Moscow-Kazan_high-speed_railway> onto:routeStart ?uri. <http://dbpedia.org/resource/Ilya_Savelev> onto:birthPlace ?uri} | lcquad |
List TV shows with producer as Erik Bork and company is DreamWorks Television ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:company <http://dbpedia.org/resource/DreamWorks_Television> . ?uri onto:producer <http://dbpedia.org/resource/Erik_Bork> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which mountain range is the one with Ponte d'Aveneyre and Le Gibloux? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pointe_d'Aveneyre> onto:mountainRange ?uri. <http://dbpedia.org/resource/Le_Gibloux> onto:mountainRange ?uri . } | lcquad |
In which cities do some railways operated by Russian railways start? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:operatedBy res:Russian_Railways . ?x onto:routeStart ?uri . } | lcquad |
Collaborators of Demis Roussos have composed music for which movies? | 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:associatedActs <http://dbpedia.org/resource/Demis_Roussos> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | lcquad |
In how many places are the tombs of everyone who died in England? | 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:placeOfDeath <http://dbpedia.org/resource/England> . ?x prop:placeOfBurial ?uri . ?uri rdf:type onto:Place} | lcquad |
Where did the people beatified by Pope Pius X die? | 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:beatifiedBy <http://dbpedia.org/resource/Pope_Pius_X> . ?x prop:deathPlace ?uri . ?x rdf:type onto:Person} | lcquad |
Name all the venues of the convention which has also been hosted in San Diego Convention ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:venue res:San_Diego_Convention_Center . ?x prop:venue ?uri . } | lcquad |
Brian Dunkleman is the presenter of what TV show? | 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 rdf:type onto:TelevisionShow} | lcquad |
What are the movies whose distributor's headquarters is New York? | 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:headquarters <http://dbpedia.org/resource/New_York> . ?uri prop:distributor ?x . ?uri rdf:type onto:Film} | lcquad |
Count the different genres of music made by Argentinian bands? | 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:hometown <http://dbpedia.org/resource/Argentina> . ?x onto:genre ?uri . ?uri rdf:type onto:MusicGenre} | lcquad |
What beverage was launched by Ferrero SpA? | 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:creator <http://dbpedia.org/resource/Ferrero_SpA> . ?uri rdf:type onto:Food} | lcquad |
How many famous people are from the Filipinos? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:stateOfOrigin <http://dbpedia.org/resource/Filipinos> . } | lcquad |
How many people have managed a club which owns the Riverside Stadium? | 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:ground <http://dbpedia.org/resource/Riverside_Stadium> . ?uri onto:managerClub ?x . ?uri rdf:type onto:Person} | lcquad |
Who had Joe Purcell and Winston Bryant as lieutenants ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:lieutenant res:Joe_Purcell . ?uri onto:lieutenant res:Winston_Bryant . } | lcquad |
Who was the parent of person whose child is William C P breckinridge? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:children <http://dbpedia.org/resource/William_Campbell_Preston_Breckinridge> . ?x onto:parent ?uri . ?x rdf:type onto:Person} | lcquad |
Where are the burial grounds of Willem Cornelis Janse van Rensburg and Thomas Franois Burgers? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Willem_Cornelis_Janse_van_Rensburg prop:restingplace ?uri. res:Thomas_François_Burgers prop:restingplace ?uri . } | lcquad |
Was George Cash in the western australian parliament? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:George_Cash prop:parliament res:Western_Australia } | lcquad |
Through which states does the stream ending at Saunders county go? | 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:mouthLocation <http://dbpedia.org/resource/Saunders_County,_Nebraska> . ?x onto:state ?uri . ?x rdf:type onto:Stream} | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.