question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
From where did the son of Gustavo Rojas Pinilla graduate? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Gustavo_Rojas_Pinilla onto:child ?x . ?x prop:almaMater ?uri . } | lcquad |
What currencies are prevalent in the countries governed by the President of France? | 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:leaderTitle <http://dbpedia.org/resource/President_of_France> . ?x onto:currency ?uri . ?x rdf:type onto:Country} | lcquad |
Which company manufactured Delta III? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Delta_III onto:manufacturer ?uri } | lcquad |
In which fields are pupils of Edouard Chavannes working? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:academicAdvisor res:Édouard_Chavannes . ?x prop:fields ?uri . } | lcquad |
Who is the artist of Time Radio hour ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Theme_Time_Radio_Hour prop:creator ?uri } | lcquad |
List the prospect team of Robin Kovacs ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Robin_Kovacs prop:prospectTeam ?uri } | lcquad |
Where did the genres originate, which were in the Harry and the Potters album? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Harry_and_the_Potters_(album)> onto:genre ?x . ?x onto:stylisticOrigin ?uri . } | lcquad |
How many sitcoms are there whose theme music is composed by a New Yorker? | 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:hometown <http://dbpedia.org/resource/New_York> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which band made the song Take me There, and has collaborated with Blayse in the past? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Take_Me_There_(Blackstreet_&_Mýa_song)> onto:musicalBand ?uri. <http://dbpedia.org/resource/Blayse> onto:associatedBand ?uri} | lcquad |
Who was succeeded by Arthur Gegei as the office ho0lder ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:successor res:Artúr_Görgei . } | lcquad |
Whose successors are Robert P. Smith and Adrian A. Basora? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:successor res:Robert_P._Smith . ?uri prop:successor res:Adrian_A._Basora . } | lcquad |
Give me a count of movies whose editor is Mark Stevens? | 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:editing <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri rdf:type onto:Film} | lcquad |
How many other awards have been given to people who have won the Golden Globe? | 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:award <http://dbpedia.org/resource/Golden_Globe_Award> . ?x prop:awards ?uri . ?uri rdf:type onto:Award} | lcquad |
Name the mountain located in California and has parent peak as Nevado de Toluca ? | 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/California> . ?uri onto:parentMountainPeak <http://dbpedia.org/resource/Nevado_de_Toluca> . ?uri rdf:type onto:Mountain} | lcquad |
Which person works at the American Magazine? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:employer <http://dbpedia.org/resource/The_American_Magazine> . ?uri rdf:type onto:Person} | lcquad |
What was developed by someone working in Cockroach Labs? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:employer res:Cockroach_Labs . ?uri prop:author ?x . } | lcquad |
The people who did their high school in Palm City, Florida did their college where? | 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:highschool <http://dbpedia.org/resource/Palm_City,_Florida> . ?x onto:college ?uri . ?x rdf:type onto:Person} | lcquad |
Where is the radio broadcasted in, whose sister station is CKFM-FM? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:sisterStation <http://dbpedia.org/resource/CKFM-FM> . ?x onto:broadcastArea ?uri . ?x rdf:type onto:RadioStation} | lcquad |
List the spanish football player in the NYC FC ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:currentclub res:New_York_City_FC . ?uri prop:nationalteam res:Spain_national_football_team . } | lcquad |
Does the San Macros River start in Texas? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:San_Marcos_River onto:sourceMountain res:Texas } | lcquad |
Which stadium's operator works in the Pepsi Center? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation res:Pepsi_Center . ?uri onto:operator ?x . } | lcquad |
What is the academic discipline of the Journal of Cerebral Blood Flow & Metabolism and also an ingredient of the Ragout fin ? | 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/Ragout_fin> onto:ingredient ?uri} | lcquad |
Is the national anthem of Mauritius motherland? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Mauritius> onto:anthem <http://dbpedia.org/resource/Motherland_(anthem)> } | lcquad |
In what tv shows did Jason Carter act? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:starring <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Where is the mouth of the river whose tributary is Bjelimićka Rijeka ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:rightTributary res:Bjelimićka_Rijeka . ?x onto:mouthCountry ?uri . } | lcquad |
Which companies make cars with a front engine, rear wheel drive layout? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:automobilePlatform <http://dbpedia.org/resource/Front-engine,_rear-wheel-drive_layout> . ?x onto:parentCompany ?uri . ?x rdf:type onto:Automobile} | lcquad |
What is the mascot of the military unit in which Ronald Wilson served? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ronald_Wilson prop:branch ?x . ?x prop:mascot ?uri . } | lcquad |
Did Jerry Siegel create Lois Lane? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Lois_Lane prop:creators res:Jerry_Siegel } | lcquad |
Where does Truman McGill Hobbs, United States District Judge live? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Truman_McGill_Hobbs prop:residence ?uri } | lcquad |
Pennsylvania has how many american football teams? | 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:city <http://dbpedia.org/resource/Pennsylvania> . ?uri rdf:type onto:AmericanFootballTeam} | lcquad |
To which sports team is Aubie the mascot? | 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:mascot <http://dbpedia.org/resource/Aubie> . ?uri rdf:type onto:SportsTeam} | lcquad |
What is the religious affiliation of Hong Kong Taoist Association Tang Hin Memorial Secondary School ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Hong_Kong_Taoist_Association_Tang_Hin_Memorial_Secondary_School prop:religiousAffiliation ?uri } | lcquad |
What were the major actions taken by the politicians living in Gales Ferry, Connecticut? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:residence <http://dbpedia.org/resource/Gales_Ferry,_Connecticut> . ?x onto:battle ?uri . ?x rdf:type onto:Politician} | lcquad |
What are the software whose operating systems are Mac OS and Microsoft Windows? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:operatingSystem <http://dbpedia.org/resource/Mac_OS> . ?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> . ?uri rdf:type onto:Software} | lcquad |
What band had Nick Jonas and Kevin Jonas as former members ? | 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:pastMembers <http://dbpedia.org/resource/Nick_Jonas> . ?uri prop:pastMembers <http://dbpedia.org/resource/Kevin_Jonas> . ?uri rdf:type ... | lcquad |
Which royal people are buried in Rome? | 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:placeOfBurial <http://dbpedia.org/resource/Rome> . ?uri rdf:type onto:Royalty} | lcquad |
Is Gaza Strip the result of Operation Autumn Clouds? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Operation_Autumn_Clouds prop:result res:Gaza_Strip } | lcquad |
What artist was associated closely with the bare necessities and rock a doodle? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Bare_Necessities> onto:artist ?uri. <http://dbpedia.org/resource/Rock-a-Doodle> onto:starring ?uri} | lcquad |
Which parent company of the Cornell University Press is also the alma mater of the Mario Garca Menocal? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Cornell_University_Press onto:parentCompany ?uri. res:Mario_García_Menocal onto:almaMater ?uri} | lcquad |
Which religions are followed by people 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 ?uri WHERE { ?x prop:residence <http://dbpedia.org/resource/England> . ?x prop:religion ?uri . ?x rdf:type onto:Person} | lcquad |
Where was MacKenzie Miller born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:MacKenzie_Miller prop:birthPlace ?uri } | lcquad |
Is US Navy garrisoned at Arlington County, Virginia? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/United_States_Navy> prop:garrison <http://dbpedia.org/resource/Arlington_County,_Virginia> } | lcquad |
What company involved in the development of Sherlock did Arthur Levinson work for? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arthur_D._Levinson> onto:occupation ?uri. <http://dbpedia.org/resource/Sherlock_(software)> onto:developer ?uri} | lcquad |
Who was the president during the time the opponent of John Hospers was in the office? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:opponent res:John_Hospers . ?x onto:incumbent ?uri . } | lcquad |
What is the birthplace of the netball player who is the relative of Rachel Rasmussen ? | 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/Rachel_Rasmussen> prop:relatives ?x . ?x onto:birthPlace ?uri . ?x rdf:type onto:NetballPlayer} | lcquad |
What is the religion of the academic authority on Ceratosoma tenue? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ceratosoma_tenue onto:binomialAuthority ?x . ?x prop:veneratedIn ?uri . } | lcquad |
What is the birth location of the pope who was canonized by Agatha of Sicily? | 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/Agatha_of_Sicily> onto:canonizedBy ?x . ?x prop:birthPlace ?uri . ?x rdf:type onto:Pope} | lcquad |
In which cities are there stations of SCOLA? | 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:broadcastNetwork <http://dbpedia.org/resource/SCOLA_(TV_service)> . ?x prop:city ?uri . ?x rdf:type onto:TelevisionStation} | lcquad |
Which set of researchers won the Gold Medal of the Royal Astronomical Society award? | 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/Gold_Medal_of_the_Royal_Astronomical_Society> . ?uri rdf:type onto:Scientist} | lcquad |
List the members of Skull Gang? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Skull_Gang onto:bandMember ?uri } | lcquad |
How did Letitia MacTavish Hargrave died ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Letitia_MacTavish_Hargrave onto:deathCause ?uri } | lcquad |
Which destination of the Novair International Airway is the source origin of Spaghetti squash ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Novair_International_Airways onto:destination ?uri. res:Spaghetti_squash onto:origin ?uri} | lcquad |
Which animator of Tommy Tucker's Tooth is also the film director of Alice's Wonderland ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> onto:director ?uri. <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri} | lcquad |
The president served by Haqqi al-Azm died where? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Haqqi_al-Azm> prop:president ?x . ?x prop:placeOfDeath ?uri . } | lcquad |
Name the mouth country of Upper Neretva ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Upper_Neretva onto:mouthCountry ?uri } | lcquad |
What show has writing of Erik Jendresen and Graham Yost? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri prop:writer <http://dbpedia.org/resource/Erik_Jendresen> . ?uri prop:writer <http://dbpedia.org/resource/Graham_Yost> . ?uri rdf:type onto:T... | lcquad |
Name the movies in which music is give by Laurie Johnson and edited by Anthony Harvey ? | 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:music <http://dbpedia.org/resource/Laurie_Johnson> . ?uri onto:editing <http://dbpedia.org/resource/Anthony_Harvey> . ?uri rdf:type ont... | lcquad |
Which NASA astronaut was on mission Gemini 8? | 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:type <http://dbpedia.org/resource/NASA> . ?uri prop:mission <http://dbpedia.org/resource/Gemini_8> . ?uri rdf:type onto:Astronaut} | lcquad |
Give me the places where people who worked in Church of England died in ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation res:Church_of_England . ?x onto:deathPlace ?uri . } | lcquad |
Which assembly of the Plymouth Savoy is the route end of the NorthSouth Transport Corridor? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Plymouth_Savoy onto:assembly ?uri. res:North–South_Transport_Corridor onto:routeEnd ?uri} | lcquad |
Who is the producer of the song which is the previous work of He's a Liar ? | 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/He's_a_Liar> onto:previousWork ?x . ?x onto:producer ?uri . ?x rdf:type onto:Song} | lcquad |
Which river's source mountain is Baikal Mountains and it's mouth is Lena Delta Wildlife Reserve? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:sourceMountain <http://dbpedia.org/resource/Baikal_Mountains> . ?uri onto:riverMouth <http://dbpedia.org/resource/Lena_Delta_Wildlife_Reserve> . ?uri rdf:type onto:River} | lcquad |
How many universities are located in a country led by Olemic Thommessen? | 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:leaderName <http://dbpedia.org/resource/Olemic_Thommessen> . ?uri onto:country ?x . ?uri rdf:type onto:University} | lcquad |
where are renaissance centers located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Renaissance_Center prop:address ?uri } | lcquad |
Which publisher of Stone Canoe is also the university for which Michael Powell plays for ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stone_Canoe> onto:publisher ?uri. <http://dbpedia.org/resource/Michael_Powell_(lacrosse)> onto:team ?uri} | lcquad |
What mascot of the Galatasaray Handball Team is also the team name of Cristo Rey Jesuit high School ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cristo_Rey_Jesuit_High_School_(Chicago)> prop:teamName ?uri. <http://dbpedia.org/resource/Galatasaray_Handball_Team> prop:mascot ?uri} | lcquad |
What is the alma mater of the author of Letter to a Christian Nation ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Letter_to_a_Christian_Nation onto:author ?x . ?x prop:almaMater ?uri . } | lcquad |
Which television shows have been produced by Erik Bork? | 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/Erik_Bork> . ?uri rdf:type onto:TelevisionShow} | lcquad |
What are the gadgets whose manufacturing company is founded by Terry Gou? | 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/Terry_Gou> . ?uri onto:manufacturer ?x . ?uri rdf:type onto:Device} | lcquad |
What party are Siddharta Shankar Ray and Kamla Beniwal from? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Siddhartha_Shankar_Ray onto:party ?uri. res:Kamla_Beniwal prop:party ?uri . } | lcquad |
How many books are there whose author's tomb is in Madrid? | 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:restingPlace <http://dbpedia.org/resource/Madrid> . ?uri onto:author ?x . ?uri rdf:type onto:Book} | lcquad |
What are the television shows whose writers did notable work for Band of Brothers ? | 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:notableWork <http://dbpedia.org/resource/Band_of_Brothers_(miniseries)> . ?uri prop:writer ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
To which political party does the writer of In the Bazaars of Hyderabad belong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:In_the_Bazaars_of_Hyderabad prop:writer ?x . ?x onto:party ?uri . } | lcquad |
To how many different species does the members of the Animal Kingdom belong? | 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:kingdom <http://dbpedia.org/resource/Animal> . ?x onto:species ?uri . ?uri rdf:type onto:Species} | lcquad |
Where do networks affiliated with ETC broadcast? | 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:affiliation <http://dbpedia.org/resource/ETC_(TV_channel)> . ?x prop:area ?uri . ?x rdf:type onto:BroadcastNetwork} | lcquad |
What water bodies are nearest to Helsinki city? | 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/Helsinki> . ?uri rdf:type onto:BodyOfWater} | lcquad |
Which relative of ralf schumacher is a famous formula one racer? | 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:relatives <http://dbpedia.org/resource/Ralf_Schumacher> . ?uri rdf:type onto:FormulaOneRacer} | lcquad |
What country did the successor of William Ofori Atta swear his oath to? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:predecessor res:William_Ofori_Atta . ?x prop:allegiance ?uri . } | lcquad |
Which countries were the first to play Gumus and Ne daj se, Nina? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gümüş_(TV_series)> prop:firstAired ?uri. <http://dbpedia.org/resource/Ne_daj_se,_Nina> prop:firstAired ?uri . } | lcquad |
Is tahiti in the Society Islands achipelago? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Tahiti prop:archipelago res:Society_Islands } | lcquad |
What is the prize awarded to Bruce Beutler ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Bruce_Beutler onto:award ?uri } | lcquad |
To which books Thomas Egerton, an editor? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:publisher <http://dbpedia.org/resource/Thomas_Egerton_(publisher)> . ?uri rdf:type onto:Book} | lcquad |
Where did Marvo originate? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Mavro onto:origin ?uri } | lcquad |
What is the burial place of Iyoas I ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Iyoas_I prop:placeOfBurial ?uri } | lcquad |
What sport played in Polytechnic uni of San Juan has also made advocate nasiruddin famous? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Advocate_Nasiruddin onto:knownFor ?uri. res:Polytechnic_University_of_the_Philippines_San_Juan onto:sport ?uri} | lcquad |
What river ends in Indian Ocean and also starts somewhere in Zambia? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Indian_Ocean> . ?uri onto:sourceCountry <http://dbpedia.org/resource/Zambia> . ?uri rdf:type onto:River} | lcquad |
Who all have been a commander during the battles of Ohio? | 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:place <http://dbpedia.org/resource/Ohio> . ?x onto:commander ?uri . ?x rdf:type onto:MilitaryConflict} | lcquad |
What is the appliance build jointly by Sony and Asus? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:manufacturer <http://dbpedia.org/resource/Sony> . ?uri onto:manufacturer <http://dbpedia.org/resource/Asus> . ?uri rdf:type onto:InformationAppliance} | lcquad |
How many groups speak the English Language? | 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:languages <http://dbpedia.org/resource/English_language> . ?uri rdf:type onto:EthnicGroup} | lcquad |
Which source of river Raa is the sovereign state of Adriatic sea ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Raša_(river)> onto:source ?uri. <http://dbpedia.org/resource/Adriatic_Sea> onto:country ?uri} | lcquad |
What was founded by Congress of Industrial Organizations ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Congress_of_Industrial_Organizations prop:founded ?uri } | lcquad |
Which current players once played for Toronto argonauts? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:formerTeam <http://dbpedia.org/resource/Toronto_Argonauts> . ?uri rdf:type onto:AmericanFootballPlayer} | lcquad |
What is the religious affiliation of the Neungin High School which is also the academic interest of Sylvain Lvi ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Neungin_High_School prop:religiousAffiliation ?uri. res:Sylvain_Lévi prop:fields ?uri} | lcquad |
Give me a count of movies distributed by Warner Bros? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:distributor <http://dbpedia.org/resource/Warner_Bros.> . } | lcquad |
Which magazines were founded by ann Wenner ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:founder <http://dbpedia.org/resource/Jann_Wenner> . ?uri rdf:type onto:Magazine} | lcquad |
Where is the venue of the History of Penny Arcade Expo located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:History_of_Penny_Arcade_Expo prop:venue ?x . ?x prop:address ?uri . } | lcquad |
Which company is the parent company of Chevrolet Spark ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Chevrolet_Spark prop:parentCompany ?uri } | lcquad |
Name the TV show distributed by Broadcast Syndication and is broadcasted by comedy central ? | 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:distributor <http://dbpedia.org/resource/Broadcast_syndication> . ?uri prop:network <http://dbpedia.org/resource/Comedy_Central> . ?uri... | lcquad |
Who was the president at the time when the opponent of Benjamin Spock held office? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:opponent res:Benjamin_Spock . ?x prop:incumbent ?uri . } | lcquad |
List the shrines of the saint whose one of the shrine is Ponza ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:majorShrine <http://dbpedia.org/resource/Poznań> . ?x onto:majorShrine ?uri . ?x rdf:type onto:Saint} | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.