question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Where is the headquarters of the company which runs the Metro Blue Line in minnesota? | 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/Metro_Blue_Line_(Minnesota)> prop:operator ?x . ?x prop:headquarters ?uri . ?x rdf:type onto:Organisation} | lcquad |
How many people are in the continental army? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:militaryBranch <http://dbpedia.org/resource/Continental_Army> . } | lcquad |
Which religion followers are in the Royal Thai Army? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:militaryBranch res:Royal_Thai_Army . ?x onto:religion ?uri . } | lcquad |
To which senator did military unit VMF-155 belong? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:militaryUnit <http://dbpedia.org/resource/VMF-155> . ?uri rdf:type onto:Senator} | lcquad |
What are the movies whose music is composed by Vangelis? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:musicComposer <http://dbpedia.org/resource/Vangelis> . ?uri rdf:type onto:Film} | lcquad |
In which areas can I find wine made of Vitis vinifera grapes? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:species <http://dbpedia.org/resource/Vitis_vinifera> . ?x onto:wineRegion ?uri . ?x rdf:type onto:Grape} | lcquad |
Which expertise of the Menetries's warbler is the nationality of the Jeyhun Abiyev ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Menetries's_warbler> onto:binomialAuthority ?uri. <http://dbpedia.org/resource/Jeyhun_Abiyev> onto:nationality ?uri} | lcquad |
Who is the publisher of The Rolling Stone Album Guide ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Rolling_Stone_Album_Guide onto:publisher ?uri } | lcquad |
Which soccer clubs are in the Liga Divisi Utama? | 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:season <http://dbpedia.org/resource/Liga_Divisi_Utama> . ?x prop:name ?uri . ?x rdf:type onto:SoccerClub} | lcquad |
How many services does 21Vianet provide? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/21Vianet> prop:services ?uri . } | lcquad |
What is the Location of the Dofinivka Estuary which is also the birthplace of the Liliya Lobanova ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Dofinivka_Estuary prop:location ?uri. res:Liliya_Lobanova prop:birthplace ?uri} | lcquad |
What are the former team of the american football players who played at gridiron football position ? | 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:position <http://dbpedia.org/resource/Tackle_(gridiron_football_position)> . ?x onto:formerTeam ?uri . ?x rdf:type onto:AmericanFootball... | lcquad |
What subjects does the subsequent work of The Dragons of Eden deals with ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Dragons_of_Eden onto:subsequentWork ?x . ?x prop:subject ?uri . } | lcquad |
Name the TV show which has judge as harry Connick and is broadcasted on 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 onto:channel <http://dbpedia.org/resource/Fox_Broadcasting_Company> . ?uri prop:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?u... | lcquad |
What are some rivers over which there is a box girder bridge? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:design res:Box_girder_bridge . ?x prop:crosses ?uri . } | lcquad |
Whay common comic is written by Karakuri Dji Ultimo and narrated by The Incredible Hulk ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Karakuri_Dôji_Ultimo> prop:author ?uri. <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> prop:narrated ?uri} | lcquad |
Which university attended by Donn Barber and education institute of Jack McGregor ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Donn_Barber prop:education ?uri. res:Jack_McGregor onto:education ?uri} | lcquad |
Where is the lake located into which the Winnipeg River flows? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:outflow res:Winnipeg_River . ?x prop:location ?uri . } | lcquad |
Which municipality is neighbored by Cologny and Chne-Bougeries? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:neighboringMunicipalities <http://dbpedia.org/resource/Cologny> . ?uri prop:neighboringMunicipalities <http://dbpedia.org/resource/Chêne-Bougeries> . } | lcquad |
Who is the designer of Saleen S5S Raptor ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Saleen_S5S_Raptor prop:designer ?uri . } | lcquad |
Name the newspaper owned by Schibsted and headquartered at Stockholm? | 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:owners <http://dbpedia.org/resource/Schibsted> . ?uri prop:headquarters <http://dbpedia.org/resource/Stockholm> . ?uri rdf:type onto:Ne... | lcquad |
How many party are there of the office holders whose one of the party is Janata Dal ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:otherParty <http://dbpedia.org/resource/Janata_Dal> . ?x onto:otherParty ?uri } | lcquad |
Name the first driver of 1999 San Marino Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:1999_San_Marino_Grand_Prix onto:firstDriver ?uri } | lcquad |
What is the scientist whose doctoral students are Erich Bagge and erban ieica? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:doctoralStudent res:Erich_Bagge . ?uri onto:doctoralStudent res:Șerban_Țițeica . } | lcquad |
Who battled under commander Egushawa in a conflict? | 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:commander <http://dbpedia.org/resource/Egushawa> . ?x prop:combatant ?uri . ?x rdf:type onto:MilitaryConflict} | lcquad |
How many things have made different people living in Canada famous? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nationality <http://dbpedia.org/resource/Canadians> . ?x onto:knownFor ?uri . } | lcquad |
Which is the largest city of Union State ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Union_State prop:largestCity ?uri } | lcquad |
Which university has a sports team member called Micheal Powell and also owns Syracuse University Press ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Powell_(lacrosse)> onto:team ?uri. <http://dbpedia.org/resource/Syracuse_University_Press> prop:parent ?uri} | lcquad |
Is Greg Weeks the band member of Beyond the Sixth Seal? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Beyond_the_Sixth_Seal onto:bandMember res:Greg_Weeks } | lcquad |
Ryan Seacrest has been the presenter of how many things? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:presenter <http://dbpedia.org/resource/Ryan_Seacrest> . } | lcquad |
Was the Model K designed by Herny Ford? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Ford_Model_K onto:designCompany res:Henry_Ford } | lcquad |
Count the tenants of the stadiums designed by Populous? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . } | lcquad |
Who all have been judges on CTV Network's shows? | 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:network <http://dbpedia.org/resource/CTV_Television_Network> . ?x prop:judges ?uri . ?x rdf:type onto:TelevisionShow} | lcquad |
How many have former teams as Indianapolis Colts and Carolina Panthers? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?uri onto:formerTeam <http://dbpedia.org/resource/Indianapolis_Colts> . ?uri onto:formerTeam <http://dbpedia.org/resource/Carolina_Panthers>} | lcquad |
What are some movies whose distributer's CEO is Ted Hartley? | 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:keyPeople <http://dbpedia.org/resource/Ted_Hartley> . ?uri prop:distributor ?x . ?uri rdf:type onto:Film} | lcquad |
What was the stadium of Panionios G.S.S. in 2014-15 season ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:2014–15_Panionios_G.S.S._season prop:stadium ?uri } | lcquad |
Does Mt St. Peter Churt follow the architectural style of art deco? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Mount_St._Peter_Church prop:architecture res:Art_Deco } | lcquad |
Who was the editor of the newspaper owned by the the UK government? | 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:owners <http://dbpedia.org/resource/Government_of_the_United_Kingdom> . ?x prop:editor ?uri . ?x rdf:type onto:Newspaper} | lcquad |
List the Stanley Kubrick's movies which has music by Laurie Johnson ? | 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:director <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri prop:music <http://dbpedia.org/resource/Laurie_Johnson> . ?uri rdf:type o... | lcquad |
What are the type of Greenup County High School? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Greenup_County_High_School prop:type ?uri } | lcquad |
Where does the road starting from Madison, Wisconsin end? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:routeEnd <http://dbpedia.org/resource/Madison,_Wisconsin> . ?x onto:routeStart ?uri . ?x rdf:type onto:Road} | lcquad |
To which label did The Producers and I pray on Christmas sign up? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Producers_(2005_film)> prop:label ?uri. <http://dbpedia.org/resource/I_Pray_on_Christmas> prop:label ?uri . } | lcquad |
What is sovereignity of the successor of Mr. George Robert Andrews ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:George_Roberts_Andrews prop:successor ?x . ?x onto:country ?uri . } | lcquad |
Colin Powell was the commander of which military conflict ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:commander <http://dbpedia.org/resource/Colin_Powell> . ?uri rdf:type onto:MilitaryConflict} | lcquad |
In which common territory did Sino French war and the Tonkin campaign take place? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sino-French_War> onto:territory ?uri. <http://dbpedia.org/resource/Tonkin_Campaign> onto:territory ?uri . } | lcquad |
What is the label of Next Thing ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Next_Thing onto:recordLabel ?uri } | lcquad |
Is Lancy a city close to Geneva? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Geneva onto:neighboringMunicipality res:Lancy } | lcquad |
List down the schools whose mascot's order is Even-toed ungulate? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:order <http://dbpedia.org/resource/Even-toed_ungulate> . ?uri prop:mascot ?x . } | lcquad |
Name the company whose products is Boeing F/A-18E/F Super Hornet and key person is 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:products <http://dbpedia.org/resource/Boeing_F/A-18E/F_Super_Hornet> . ?uri onto:keyPerson <http://dbpedia.org/resource/Raymond_Conner> ... | lcquad |
List the relatives of the governor of Gabriel Slaughter? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Gabriel_Slaughter onto:governor ?x . ?x onto:relation ?uri . } | lcquad |
In all the states which have a Uniontown, where does a Keller's mill covered bridge exist too? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Uniontown,_Pennsylvania> onto:state ?uri. <http://dbpedia.org/resource/Keller's_Mill_Covered_Bridge> onto:state ?uri . } | lcquad |
Who manufactured the Delta III and the Space Shuttle? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Delta_III onto:manufacturer ?uri. res:Space_Shuttle onto:manufacturer ?uri . } | lcquad |
How many corporations were founded in Texas? | 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:foundationPlace <http://dbpedia.org/resource/Texas> . ?uri rdf:type onto:Company} | lcquad |
What is the style of architecture of Shaheed Minar, Kolkata ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Shaheed_Minar,_Kolkata> onto:architecturalStyle ?uri } | lcquad |
Which developer of Go was also the predecssor of X compnay ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Go_(programming_language)> onto:developer ?uri. <http://dbpedia.org/resource/X_(company)> prop:predecessor ?uri} | lcquad |
List all the houses of United States Congress ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:United_States_Congress prop:houses ?uri } | lcquad |
What companies are located in toronto? | 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/Toronto> . ?uri rdf:type onto:Company} | lcquad |
Where does the network cofounded by Seewoosagur Ramgoolam air its shows? | 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:founder <http://dbpedia.org/resource/Seewoosagur_Ramgoolam> . ?x prop:broadcastArea ?uri . ?x rdf:type onto:BroadcastNetwork} | lcquad |
Name the appliance produced by Foxconn and its OS is provided by PlayStation 3 system software ? | 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:manufacturer <http://dbpedia.org/resource/Foxconn> . ?uri prop:os <http://dbpedia.org/resource/PlayStation_3_system_software> . ?uri rd... | lcquad |
Which teams participate in the football seasons headed by Patricia Amorim? | 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:chairman <http://dbpedia.org/resource/Patrícia_Amorim> . ?x prop:name ?uri . ?x rdf:type onto:SportsSeason} | lcquad |
Who was the architect of the stadium currently run by Brandenton? | 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:operator <http://dbpedia.org/resource/Bradenton,_Florida> . ?x prop:architect ?uri . ?x rdf:type onto:Stadium} | lcquad |
who operates the south side elevated railroad? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:South_Side_Elevated_Railroad onto:operatedBy ?uri } | lcquad |
Name few companies founded in Texas? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:foundationPlace <http://dbpedia.org/resource/Texas> . ?uri rdf:type onto:Company} | lcquad |
In which timezone does Khok Kwang lie? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Khok_Kwang onto:timeZone ?uri } | lcquad |
Who directed the albums recorded in Anaheim? | 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:recordedIn <http://dbpedia.org/resource/Anaheim,_California> . ?x prop:director ?uri . ?x rdf:type onto:Album} | lcquad |
Who has Saint Joseph and Mary as parents ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:parent <http://dbpedia.org/resource/Saint_Joseph> . ?uri onto:parent <http://dbpedia.org/resource/Mary_(mother_of_Jesus)> . } | lcquad |
How many awards have been received by graduates of University of Melbourne, Faculty of VCA & MCM? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:training <http://dbpedia.org/resource/University_of_Melbourne_Faculty_of_VCA_and_MCM> . ?x onto:award ?uri . } | lcquad |
Name the common current team of the Avalon biddle and John mcGuinness ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Avalon_Biddle> prop:currentTeam ?uri. <http://dbpedia.org/resource/John_McGuinness_(motorcycle_racer)> prop:currentTeam ?uri . } | lcquad |
What is the result of the GazaIsrael conflict is also the place of the Qaqun? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Gaza–Israel_conflict prop:result ?uri. res:Qaqun prop:place ?uri} | lcquad |
Where are Aureus and Solidus used as currency? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:currency <http://dbpedia.org/resource/Aureus> . ?uri onto:currency <http://dbpedia.org/resource/Solidus_(coin)> . } | lcquad |
To which military division does Clark Daniel Stearns belong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Clark_Daniel_Stearns onto:militaryBranch ?uri } | lcquad |
Who are the opponents of Gervase Helwys? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Gervase_Helwys onto:opponent ?uri } | lcquad |
Which planet was discovered by Johann Gottfired and Urbain Le Verrier ? | 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:discoverer <http://dbpedia.org/resource/Johann_Gottfried_Galle> . ?uri onto:discoverer <http://dbpedia.org/resource/Urbain_Le_Verrier> ... | lcquad |
Is Ella Fitzgerald associated with Mickey Roker? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Mickey_Roker onto:associatedBand res:Ella_Fitzgerald } | lcquad |
Who is the office holder for constituencies Castro District and Haight-Ashbury? | 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:constituency <http://dbpedia.org/resource/Castro_District,_San_Francisco> . ?uri prop:constituency <http://dbpedia.org/resource/Haight-... | lcquad |
Which awards have been given to immunologists? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:fields res:Immunology . ?x onto:award ?uri . } | lcquad |
What are the mountains in the Sequoia National Park? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:locatedInArea <http://dbpedia.org/resource/Sequoia_National_Park> . ?uri rdf:type onto:Mountain} | lcquad |
What is the alma mater of Alvin Bell and Charles Plosser? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Alvin_Bell onto:college ?uri. res:Charles_Plosser prop:almaMater ?uri} | lcquad |
Which animator of The Skeleton Dance is also the animator of the Tommy Tucker's Tooth ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Skeleton_Dance> onto:animator ?uri. <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri} | lcquad |
From where did Ben Wilson (American football) do his highscool? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ben_Wilson_(American_football)> onto:highschool ?uri } | lcquad |
Does the lena river flow into the Laptev Sea? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Lena_River onto:mouthMountain res:Laptev_Sea } | lcquad |
Name some books by Spanish speaking authors. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:language res:Spanish_language . ?uri prop:author ?x . } | lcquad |
How many famous people are born in Long Island? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:birthPlace <http://dbpedia.org/resource/Long_Island> . } | lcquad |
Name some sports played in institutions of Maharashtra? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:state res:Maharashtra . ?x onto:sport ?uri . } | lcquad |
How many other genere are there of the radio stations whose one of the genre is Classic rock ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:programmeFormat <http://dbpedia.org/resource/Classic_rock> . ?x onto:programmeFormat ?uri } | lcquad |
Where did Allama Matthews study? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Allama_Matthews onto:college ?uri } | lcquad |
What is the common nationality of Funny Face a comedian and that of Georgina Theodora Wood ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Funny_Face_(comedian)> prop:nationality ?uri. <http://dbpedia.org/resource/Georgina_Theodora_Wood> onto:nationality ?uri} | lcquad |
What shows are aired on sister channels of BBC Parliaments | 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:sisterNames <http://dbpedia.org/resource/BBC_Parliament> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
How many veterans are buried in the US? | 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:restingPlace <http://dbpedia.org/resource/United_States> . ?uri rdf:type onto:MilitaryPerson} | lcquad |
Was Michael Schumacher the Pole driver of 1994 Spanish Grand Prix? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:1994_Spanish_Grand_Prix prop:poleDriver res:Michael_Schumacher } | lcquad |
name the Glover's distributer ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Glover_(video_game)> onto:distributor ?uri } | lcquad |
Whichi office of Walter Evnas Edge is also the part of Atlantic seaboard fall lines ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Atlantic_Seaboard_fall_line onto:part ?uri. res:Walter_Evans_Edge prop:office ?uri} | lcquad |
Does the west thurrock come under Essex county? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:West_Thurrock onto:ceremonialCounty res:Essex } | lcquad |
Is Azerbaijan the membership of European Go Federation? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:European_Go_Federation prop:membership res:Azerbaijan } | lcquad |
Which team did Michael and Ryan Powell play for? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Powell_(lacrosse)> onto:team ?uri. <http://dbpedia.org/resource/Ryan_Powell_(lacrosse)> onto:team ?uri . } | lcquad |
What are the television shows whose network is Prime Time Entertainment Network? | 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:network <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri rdf:type onto:TelevisionShow} | lcquad |
To which company is the service "Nintendo eShop" associated with? | 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:services <http://dbpedia.org/resource/Nintendo_eShop> . ?uri rdf:type onto:Company} | lcquad |
Name the famous employee of open society foundations ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:employer res:Open_Society_Foundations . } | lcquad |
List the movies whose music composer is often associated with Jon and Vangelis. | 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/Jon_and_Vangelis> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | lcquad |
Does Massimo Liverani play for Abarth? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Massimo_Liverani prop:currentTeam res:Abarth } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.