question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What is the prize received by the one who wrote the screen play of The Postman ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Postman_(film)> prop:screenplay ?x . ?x onto:award ?uri . } | lcquad |
What are the awrds won by Laemmle Theatres ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Laemmle_Theatres onto:service ?uri } | lcquad |
Is nintendo in the video games industry? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Nintendo prop:industry res:Video_game } | lcquad |
Name the office holder whose predecessor is Henry E. Catto, Jr. and won Screen Actors Guild Life Achievement Award? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:predecessor <http://dbpedia.org/resource/Henry_E._Catto,_Jr.> . ?uri onto:award <http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award> . ?uri rdf:type onto:Offic... | lcquad |
Which notable commanders of the Army Group Oberrhein (Germany) is the leader of the Kriminalpolizei? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> prop:notableCommanders ?uri. <http://dbpedia.org/resource/Kriminalpolizei> onto:leader ?uri} | lcquad |
Which maintainer of Cheasty Boulevard South is also the city of Soccer Bowl' 76 ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Soccer_Bowl_'76> onto:city ?uri. <http://dbpedia.org/resource/Cheasty_Boulevard_South> onto:maintainedBy ?uri} | lcquad |
Which colonel has allegiance to Colony of 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 {?uri prop:allegiance <http://dbpedia.org/resource/Colony_of_Virginia> . ?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?u... | lcquad |
Which driver came first in the 1993 European Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:1993_European_Grand_Prix prop:firstDriver ?uri } | lcquad |
What is the layout of the cars similar to that of the Subaru Outback? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:relatedMeanOfTransportation <http://dbpedia.org/resource/Subaru_Outback> . ?x onto:layout ?uri . ?x rdf:type onto:Automobile} | lcquad |
Name the university which has Lieutenaunt general as superintendent and mascot as Gyrfalcon ? | 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:superintendent <http://dbpedia.org/resource/Lieutenant_general_(United_States)> . ?uri prop:mascot <http://dbpedia.org/resource/Gyrfalco... | lcquad |
How many other ingredient are there in the foods whihh have one of the ingredient as Potato ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:ingredient <http://dbpedia.org/resource/Potato> . ?x onto:ingredient ?uri } | lcquad |
In which country is the Duong river? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Đuống_River onto:sourceCountry ?uri . } | lcquad |
How many companies have launched their rockets from the Vandenerg Air base? | 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:launchSite <http://dbpedia.org/resource/Vandenberg_Air_Force_Base> . ?x onto:manufacturer ?uri . ?uri rdf:type onto:Company} | lcquad |
List the destinations to which the airlines headquartered at the Gatwick Airport fly to? | 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/Gatwick_Airport> . ?x onto:destination ?uri . ?x rdf:type onto:Airline} | lcquad |
What are some given names for males? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:gender res:Male } | lcquad |
The official residence of Sukhumbhand paribatra ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Sukhumbhand_Paribatra prop:residence ?uri } | lcquad |
What are the television shows whose company's predecessor is Desilu Productions? | 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/Desilu_Productions> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
What is operated by FedExField ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:FedExField onto:operator ?uri } | lcquad |
Which battle did both Steven Palazao and tony hogg fight in? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Steven_Palazzo prop:battles ?uri. res:Tony_Hogg prop:battles ?uri . } | lcquad |
Which company which assembles its cars in Broadmeadows, Victoria? | 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/Broadmeadows,_Victoria> . ?x onto:parentCompany ?uri . ?x rdf:type onto:Automobile} | lcquad |
List the people casted in Betsy's Wedding and 16 candles? | 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/Betsy's_Wedding> onto:starring ?uri. <http://dbpedia.org/resource/Sixteen_Candles> prop:starring ?uri . ?uri rdf:typ... | lcquad |
Foxconn makes how many things? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:manufacturer <http://dbpedia.org/resource/Foxconn> . } | lcquad |
Do the polet airlines fly to moscow? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Polet_Airlines onto:targetAirport res:Moscow } | lcquad |
In how many nations can I find dishes made of Shallot? | 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:ingredient <http://dbpedia.org/resource/Shallot> . ?x onto:country ?uri . ?uri rdf:type onto:Country} | lcquad |
What is the mascot of the military unit of David Prowse? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Prowse_(politician)> prop:branch ?x . ?x prop:mascot ?uri . } | lcquad |
Does Cohoes a junction on the NY State Route 470? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/New_York_State_Route_470> onto:routeJunction <http://dbpedia.org/resource/Cohoes,_New_York> } | lcquad |
How many other important things have been written by the creator of Stuart Alan Jones? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Stuart_Alan_Jones> onto:creator ?x . ?x onto:notableWork ?uri . } | lcquad |
What is the genre of the Band whose home town is County Westmeath? | 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:hometown <http://dbpedia.org/resource/County_Westmeath> . ?x prop:genre ?uri . ?x rdf:type onto:Band} | lcquad |
Which sports are played at institues in Taguig? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:city <http://dbpedia.org/resource/Taguig> . ?x onto:sport ?uri . ?x rdf:type onto:EducationalInstitution} | lcquad |
Whose album is Haiti, I am sorry? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Haiti_I_Am_Sorry onto:album ?uri } | lcquad |
Is Microsoft office written in C++ | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Microsoft_Office> prop:programmingLanguage <http://dbpedia.org/resource/C++> } | lcquad |
Whose band members are known to play a PRS guitar? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:notableInstruments res:PRS_Guitars . ?uri prop:currentMembers ?x . } | lcquad |
Which river's source place is Gloucestershire and mouth in North Sea? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:sourcePlace <http://dbpedia.org/resource/Gloucestershire> . ?uri onto:riverMouth <http://dbpedia.org/resource/North_Sea> . ?uri rdf:type onto:River} | lcquad |
Name the commanders of military conflicts where Roundhead was one of the commander ? | 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:commander <http://dbpedia.org/resource/Roundhead_(Wyandot)> . ?x onto:commander ?uri . ?x rdf:type onto:MilitaryConflict} | lcquad |
What are some short story kind of Books? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:literaryGenre res:Short_story } | lcquad |
What are the nicknames of the schools whose color is royal blue? | 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:colour <http://dbpedia.org/resource/Royal_blue> . ?x prop:nickname ?uri . ?x rdf:type onto:School} | lcquad |
To what political party do the politicians graduated from Somerville college, Oxford belong to? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:almaMater <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x onto:party ?uri . ?x rdf:type onto:OfficeHolder} | lcquad |
What awards did Jos Rivera (playwright) win? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/José_Rivera_(playwright)> prop:awards ?uri } | lcquad |
Which political figures were awarded Screen Actors Guild Life Achievement Award? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:award res:Screen_Actors_Guild_Life_Achievement_Award . } | lcquad |
What are the things whose director of photography died in United States? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:deathPlace res:United_States . ?uri prop:cinematography ?x . } | lcquad |
What is the Home Stadium of the Kenya national under-20 football team where Matin Suji was also born ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenya_national_under-20_football_team> prop:homeStadium ?uri. <http://dbpedia.org/resource/Martin_Suji> onto:birthPlace ?uri} | lcquad |
Name a company with key person as Dennis Muilenburg and Raymond Conner ? | 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:keyPeople <http://dbpedia.org/resource/Dennis_Muilenburg> . ?uri onto:keyPerson <http://dbpedia.org/resource/Raymond_Conner> . ?uri rdf... | lcquad |
Which branch of american military have both George Siebels jr and Leroy Collins served? | 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/George_G._Siebels,_Jr.> prop:branch ?uri. <http://dbpedia.org/resource/LeRoy_Collins> prop:branch ?uri . ?uri rdf:ty... | lcquad |
What are some scientists who have stateless citizenship? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:citizenship <http://dbpedia.org/resource/Statelessness> . ?uri rdf:type onto:Scientist} | lcquad |
Name the regions served by Toll Global Express ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Toll_Global_Express onto:regionServed ?uri } | lcquad |
What is the protected area whose nearest city is Kenya? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:nearestCity <http://dbpedia.org/resource/Kenya> . ?uri rdf:type onto:ProtectedArea} | lcquad |
Count the nearest city to the historic palce whose one of the nearest city is Wisconsin ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nearestCity <http://dbpedia.org/resource/Wisconsin> . ?x prop:nearestCity ?uri } | lcquad |
Give me the total number of commander of the military conflicts whose commander is Roundhead (Wyandot). | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:commander <http://dbpedia.org/resource/Roundhead_(Wyandot)> . ?x onto:commander ?uri } | lcquad |
How many places were ruled by Elizabeth II? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:leaderName <http://dbpedia.org/resource/Elizabeth_II> . ?uri rdf:type onto:Place} | lcquad |
List the interest of the scientists whose one of the field is Chinese poetry ? | 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:fields <http://dbpedia.org/resource/Chinese_poetry> . ?x prop:fields ?uri . ?x rdf:type onto:Scientist} | lcquad |
Who was the narrator of the show who's music is composed by John Douglas? | 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:composer <http://dbpedia.org/resource/John_Douglas_(conductor)> . ?x prop:narrated ?uri . ?x rdf:type onto:TelevisionShow} | lcquad |
Which parent comapny of hypnotize Minds is the label of the Producers , a 2005 film ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hypnotize_Minds> prop:parent ?uri. <http://dbpedia.org/resource/The_Producers_(2005_film)> prop:label ?uri} | lcquad |
Which college of Luke List (golfer) is the alma mater of K. Terry Dornbush | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luke_List_(golfer)> prop:college ?uri. <http://dbpedia.org/resource/K._Terry_Dornbush> prop:almaMater ?uri} | lcquad |
Who is the fictional character who portrayed in Terminator 2: Judgment Day? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:portrayer <http://dbpedia.org/resource/Terminator_2:_Judgment_Day> . ?uri rdf:type onto:FictionalCharacter} | lcquad |
Which team of Dan Shamash is also the debutant team of John Estes ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:John_Estes onto:debutTeam ?uri. res:Dan_Shamash onto:team ?uri} | lcquad |
Where do employees of Deroit Red Wings live? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:employer res:Detroit_Red_Wings . ?x onto:residence ?uri . } | lcquad |
What are some countries where companies headquartered in the Klang Valley operate? | 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/Klang_Valley> . ?x prop:country ?uri . ?x rdf:type onto:Company} | lcquad |
Did Chant Mas originate in West Africa? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Chanté_mas onto:stylisticOrigin res:West_Africa } | lcquad |
Name the river whose mouth country is Mozambique and source region is North-Western Province, Zambia? | 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:mouthCountry <http://dbpedia.org/resource/Mozambique> . ?uri prop:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zamb... | lcquad |
Give me a count of bacterias which belongs to Bacilli class? | 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:class <http://dbpedia.org/resource/Bacilli> . ?uri rdf:type onto:Bacteria} | lcquad |
How many producers have worked for FremantleMedia productions? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:company <http://dbpedia.org/resource/FremantleMedia> . ?x onto:producer ?uri . } | lcquad |
Who is on the board of Kate Spade and company? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:board <http://dbpedia.org/resource/Kate_Spade_&_Company> . } | lcquad |
Which animator of Tommy Ticker's Tooth is also the director of The Haunted house ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri. <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> onto:director ?uri} | lcquad |
Name the university whose athletic department is called National Collegiate Athletic Association and has a chancellor named Nicholas S. Zeppos? | 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:athletics <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri prop:chancellor <http://dbpedia.org/resource/Nic... | lcquad |
Name the common managing club of the Ivan Toplak and Bret Simon? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ivan_Toplak onto:managerClub ?uri. res:Bret_Simon onto:managerClub ?uri . } | lcquad |
How many shows are made by Larry David? | 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:creator <http://dbpedia.org/resource/Larry_David> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Martin AN/GSG-5 is a part of the building in which city? | 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:part <http://dbpedia.org/resource/Martin_AN/GSG-5_Battery_Integration_and_Radar_Display_Equipment> . ?x prop:district ?uri . ?x rdf:type... | lcquad |
How many architects are there who have made something used by Oakland athletics? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:tenant <http://dbpedia.org/resource/Oakland_Athletics> . ?x prop:architect ?uri . } | lcquad |
In which company's boards does the founder of Bomis sit? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Bomis onto:foundedBy ?x . ?x onto:board ?uri . } | lcquad |
What genre isPyChess from, which employes Craig Van Tilbury? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Craig_Van_Tilbury onto:occupation ?uri. res:PyChess prop:genre ?uri} | lcquad |
Where is Ethiopian Parliament Building located ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ethiopian_Parliament_Building prop:locationCountry ?uri } | lcquad |
Which are the cities on the river which also flows in Tukwila, Washington ? | 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:city <http://dbpedia.org/resource/Tukwila,_Washington> . ?x onto:city ?uri . ?x rdf:type onto:River} | lcquad |
Which award is presented by Downtown Athletic Club? | 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/Downtown_Athletic_Club> . ?uri rdf:type onto:Award} | lcquad |
Who appointed Joseph Clay and William Cushing to their office? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Joseph_Clay_(Georgia)> onto:appointer ?uri. <http://dbpedia.org/resource/William_Cushing> onto:appointer ?uri . } | lcquad |
Who are the biological parents of Dannielynn Birkhead? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Dannielynn_Birkhead onto:parent ?uri } | lcquad |
List the awards won by the spouse of Harriet Andersson? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Harriet_Andersson onto:partner ?x . ?x prop:awards ?uri . } | lcquad |
Who was engaged in wars of Fort Gadsden and Fort Barrancas? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:battle res:Fort_Gadsden . ?uri onto:battle res:Fort_Barrancas . } | lcquad |
Where are Solidus and Aureus used? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:currency <http://dbpedia.org/resource/Solidus_(coin)> . ?uri onto:currency <http://dbpedia.org/resource/Aureus> . } | lcquad |
Which company owns the airlines whose hub is in Dubai? | 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:hubs <http://dbpedia.org/resource/Detroit> . ?x prop:parent ?uri . ?x rdf:type onto:Airline} | lcquad |
Which appointer of William Clark is the successor of Levi Lincoln Sr ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Levi_Lincoln,_Sr.> prop:successor ?uri. <http://dbpedia.org/resource/William_Clark> prop:appointer ?uri} | lcquad |
Which company's division is Audi India? Correct Question | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:divisions res:Audi_India } | lcquad |
What was the book that lead to Sagan's Cosmos, about? | 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:subsequentWork <http://dbpedia.org/resource/Cosmos_(Carl_Sagan_book)> . ?x prop:subject ?uri . ?x rdf:type onto:Book} | lcquad |
What is the nationality of the chancellor who was served by Michael Mayr? | 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/Michael_Mayr> onto:deputy ?x . ?x onto:nationality ?uri . ?x rdf:type onto:Chancellor} | lcquad |
What is the official residence of the Helen Getachew which is also the palce of death of the Haile Selassie Gugsa ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Helen_Getachew onto:residence ?uri. res:Haile_Selassie_Gugsa prop:placeOfDeath ?uri} | lcquad |
Who built the Ford Y-block engine ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Y-block_engine> onto:manufacturer ?uri } | lcquad |
Does Gibby Haynes play the saxophone? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Gibby_Haynes prop:instrument res:Saxophone } | lcquad |
Is The Orator in the National Archaeological Museum of Florence? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/The_Orator> prop:museum <http://dbpedia.org/resource/National_Archaeological_Museum_(Florence)> } | lcquad |
What is the region of Lumberjack ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Lumberjack_100 prop:region ?uri } | lcquad |
Where did the president study, who's the president of Besiktas JK? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Beşiktaş_JK_(wheelchair_basketball)> onto:president ?x . ?x prop:almaMater ?uri . } | lcquad |
Elizabeth Alexander and Jared Bernstein served under which Vice President? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Elizabeth_Alexander_(press_secretary)> onto:vicePresident ?uri. <http://dbpedia.org/resource/Jared_Bernstein> onto:vicePresident ?uri . } | lcquad |
How many awards have royal designers for industry awardwinners got? | 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:awards <http://dbpedia.org/resource/Royal_Designers_for_Industry> . ?x onto:award ?uri . ?uri rdf:type onto:Award} | lcquad |
Where is the team of Abdel Boucker located ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Abdel_Bouckar prop:team ?x . ?x onto:location ?uri . } | lcquad |
For which other teams do members of tanzanian national football team play? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:nationalteam res:Tanzania_national_football_team . ?x onto:team ?uri . } | lcquad |
What is the governing body of Burro Flats Painted Cave ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Burro_Flats_Painted_Cave onto:governingBody ?uri } | lcquad |
Did Hank Williams Jr. make Early in the Morning and Late at Night? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Early_in_the_Morning_and_Late_at_Night onto:musicalArtist res:Hank_Williams_Jr. } | lcquad |
What are some cartoons distributed by a subsidiary of Time Warner? | 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:parentCompany <http://dbpedia.org/resource/Time_Warner> . ?uri prop:distributor ?x . ?uri rdf:type onto:Cartoon} | lcquad |
Whose famous works have been illustrated by E W Kemble? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:illustrator res:E._W._Kemble . ?uri onto:notableWork ?x . } | lcquad |
Who was once married to both Kelly Brook and Rosie Huntington-Whiteley? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kelly_Brook> onto:partner ?uri. <http://dbpedia.org/resource/Rosie_Huntington-Whiteley> onto:partner ?uri . } | lcquad |
Which Fox show is presented by Ryan Seacrest? | 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:presenter <http://dbpedia.org/resource/Ryan_Seacrest> . ?uri prop:channel <http://dbpedia.org/resource/Fox_Broadcasting_Company> . ?uri... | lcquad |
Where did george f hoar and willian langer spend the most important time of their political career? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:George_Frisbie_Hoar prop:order ?uri. res:William_Langer prop:order ?uri . } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.