question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Name the constituency of Jonas Gahr where Sverre Krogh was born ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jonas_Gahr_Støre prop:constituency ?uri. res:Sverre_Krogh_Sundbø prop:birthPlace ?uri}
lcquad
What is the common battle fought by Stephen Urban and Ali Habib Mahmud ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Stephen_Urban onto:battle ?uri. res:Ali_Habib_Mahmud prop:battles ?uri}
lcquad
What is the relegious affiliations of Katyayana ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> prop:religion ?uri }
lcquad
Where was the engineer born who manufactured EP R.E.P. 1?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Esnault-Pelterie_R.E.P._1> prop:manufacturer ?x . ?x onto:birthPlace ?uri . }
lcquad
who all have been a manager of english under twenty one football team?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:managerclubs <http://dbpedia.org/resource/England_national_under-21_football_team> }
lcquad
What is the military conflict whose commanders are John McEwen and Phm Vn ng?
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/John_McEwen> . ?uri onto:commander <http://dbpedia.org/resource/Phạm_Văn_Đồng> . ?uri rdf:type onto:MilitaryConflict}
lcquad
Which party has come in power in Mumbai North?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:constituency <http://dbpedia.org/resource/Mumbai_North_(Lok_Sabha_constituency)> . ?x onto:party ?uri . }
lcquad
Name the tv show with judges Randy Jackson and Jennifer Lopez?
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:judges <http://dbpedia.org/resource/Randy_Jackson> . ?uri prop:judges <http://dbpedia.org/resource/Jennifer_Lopez> . ?uri rdf:type onto...
lcquad
What is the largest city of the country which hosted the 1951 Asian Games?
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/1951_Asian_Games> prop:hostCity ?x . ?x onto:largestCity ?uri . ?x rdf:type onto:Country}
lcquad
Which royalty was married to ptolemy XIII Theos Philopator and had mother named Cleopatra V ?
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:mother <http://dbpedia.org/resource/Cleopatra_V_of_Egypt> . ?uri prop:spouse <http://dbpedia.org/resource/Ptolemy_XIII_Theos_Philopator>...
lcquad
Whose theme music was composed by a band which collaborated with Phish?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:associatedBand res:Phish . ?uri prop:themeMusicComposer ?x . }
lcquad
Is morrissey in the smiths?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Morrissey onto:associatedBand res:The_Smiths }
lcquad
Which administrative headquarters of the Pulau Ubin is also the resting place of the Nicole Lai
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pulau_Ubin onto:capital ?uri. res:Nicole_Lai onto:restingPlace ?uri}
lcquad
Where did the beverages sold by Refriango originate?
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:manufacturer <http://dbpedia.org/resource/Refriango> . ?x prop:origin ?uri . ?x rdf:type onto:Beverage}
lcquad
Who built the stadium which was rented by Costa Rica national football team?
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:tenants <http://dbpedia.org/resource/Costa_Rica_national_football_team> . ?x onto:builder ?uri . ?x rdf:type onto:Stadium}
lcquad
In which country does the Auckland rugby union team play ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Auckland_rugby_union_team onto:league ?x . ?x onto:country ?uri . }
lcquad
What is the serving railway line of Warwick railway station, Perth ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Warwick_railway_station,_Perth> onto:servingRailwayLine ?uri }
lcquad
What is the radio show created by Timoteo Jeffries, 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 prop:creator <http://dbpedia.org/resource/Timoteo_Jeffries> . ?x prop:format ?uri . ?x rdf:type onto:RadioProgram}
lcquad
Where are all the protected areas near Bend, Oregon?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:nearestCity <http://dbpedia.org/resource/Bend,_Oregon> . ?x onto:location ?uri . ?x rdf:type onto:ProtectedArea}
lcquad
Was True Grit a novel of the western genre?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/True_Grit_(novel)> onto:literaryGenre <http://dbpedia.org/resource/Western_(genre)> }
lcquad
Which notable series of Russell T Davies is also the series of Short Trips: A day in the life ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Short_Trips:_A_Day_in_the_Life onto:series ?uri. res:Russell_T_Davies onto:notableWork ?uri}
lcquad
Which battles were fought under the president when Chung Won Shik was the prime minister?
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:primeminister <http://dbpedia.org/resource/Chung_Won-shik> . ?x prop:battles ?uri . ?x rdf:type onto:President}
lcquad
Which office holder's resting place is in Palo Alto, California and was succeeded by Adrian A. Basora ?
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:restingPlace <http://dbpedia.org/resource/Palo_Alto,_California> . ?uri prop:successor <http://dbpedia.org/resource/Adrian_A._Basora> ....
lcquad
which movies have been published by Cinema International Corporation?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:distributor res:Cinema_International_Corporation }
lcquad
What is the total number of other destinations of the airlines whose one of the destinations is Mediterranean Sea?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:destinations <http://dbpedia.org/resource/Mediterranean_Sea> . ?x prop:destinations ?uri }
lcquad
Count the total number of academic discipline of the journals whose one of the academic discipline is Neuroimaging ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:academicDiscipline <http://dbpedia.org/resource/Neuroimaging> . ?x onto:academicDiscipline ?uri }
lcquad
List the award which have been won by both Charles LeMaire and Nick Park ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Charles_LeMaire onto:award ?uri. res:Nick_Park onto:award ?uri . }
lcquad
What are some cities which have a Ferris wheel?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:buildingType res:Ferris_wheel . ?x prop:locationTown ?uri . }
lcquad
Name the movie who has screenplay by Akiva Goldsman and is edited by 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 ?uri WHERE {?uri prop:screenplay <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri prop:editing <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ...
lcquad
Count the movies in Swedish 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:language <http://dbpedia.org/resource/Swedish_language> . ?uri rdf:type onto:Film}
lcquad
Give me the total number of television shows whose theme music composer is Julian Gingell and created by Simon Fuller?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . ?uri prop:creator <http://dbpedia.org/resource/Simon_Fuller> }
lcquad
Which cloud platform of Google cloud connect also provides services to 21Vianet ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:21Vianet prop:services ?uri. res:Google_Cloud_Connect onto:computingPlatform ?uri}
lcquad
Name the office holder whose constituency is 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/Haight-Ashbury> . ?uri rdf:type onto:OfficeHolder}
lcquad
Name the loocation of Lekh Castle which is also the location of SamurAbsheron channel ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lekh_Castle onto:location ?uri. res:Samur–Absheron_channel onto:sourceCountry ?uri}
lcquad
Count the number of families of the Animal kingdom.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:kingdom <http://dbpedia.org/resource/Animal> . ?x onto:family ?uri . }
lcquad
What is the political party of the person succeeded by A.K. Singh?
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:successor <http://dbpedia.org/resource/A._K._Singh> . ?x prop:party ?uri . ?x rdf:type onto:Person}
lcquad
To which uni. did sidney c patridge and cyril hume both once went?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Sidney_Catlin_Partridge prop:education ?uri. res:Cyril_Hume prop:education ?uri . }
lcquad
People in the royal Thai army follow which religion?
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:branch <http://dbpedia.org/resource/Royal_Thai_Army> . ?x onto:religion ?uri . ?x rdf:type onto:Person}
lcquad
Was Lucrezia Tornabuoni the mother of Lorenzo de' Medici?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Lorenzo_de'_Medici> prop:mother <http://dbpedia.org/resource/Lucrezia_Tornabuoni> }
lcquad
Who are the producers of the movies which has music by Gary Chang ?
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:music <http://dbpedia.org/resource/Gary_Chang> . ?x prop:producer ?uri . ?x rdf:type onto:Film}
lcquad
Where was Special 26 recorded ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Special_26 prop:recorded ?uri }
lcquad
How many movies music composers are associated with Demis Roussos ?
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:associatedActs <http://dbpedia.org/resource/Demis_Roussos> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film}
lcquad
To which nation did David Animle Hanses owe his allegiance?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:David_Animle_Hansen prop:allegiance ?uri }
lcquad
What is the alma mater of the actors of The God Who Wasn't There ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_God_Who_Wasn't_There> prop:starring ?x . ?x prop:almaMater ?uri . }
lcquad
List some musicians associated with famous guitar players?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:notableInstruments res:Guitar . ?x onto:associatedMusicalArtist ?uri . }
lcquad
What are the airlines whose hub airport is operated by the Los Angeles World Airports?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:operator <http://dbpedia.org/resource/Los_Angeles_World_Airports> . ?uri onto:hubAirport ?x . ?uri rdf:type onto:Airline}
lcquad
Which company's cars are assembled in Colombia?
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/Colombia> . ?x prop:parentCompany ?uri . ?x rdf:type onto:Automobile}
lcquad
Who directed The Haunted House ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> onto:director ?uri }
lcquad
Count all the different purposes followed by the different NGOs.
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:type <http://dbpedia.org/resource/Non-governmental_organization> . ?x prop:purpose ?uri . }
lcquad
The players born in Bellaire, Ohio have played for which team?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Bellaire,_Ohio> . ?x onto:team ?uri . }
lcquad
What is the common ideology followed by Katyayana and Palang Dharma Party ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> prop:religion ?uri. <http://dbpedia.org/resource/Palang_Dharma_Party> onto:ideology ?uri}
lcquad
Count the tenants of MasterCard Centre?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/MasterCard_Centre> prop:tenants ?uri . }
lcquad
who are starring in the movies written by Mark Sandrich ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:writer <http://dbpedia.org/resource/Mark_Sandrich> . ?x onto:starring ?uri . ?x rdf:type onto:Film}
lcquad
Count the number of religions followed by BJP members.
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:party <http://dbpedia.org/resource/Bharatiya_Janata_Party> . ?x onto:religion ?uri . }
lcquad
What is the mascot of the rival school of Sullivan Central High?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Sullivan_Central_High_School prop:rival ?x . ?x prop:mascot ?uri . }
lcquad
What award has been awarded to both Dion Beebe and Charles LeMaire?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Dion_Beebe onto:award ?uri. res:Charles_LeMaire prop:awards ?uri}
lcquad
What is the birth name of Putri Raemawasti ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Putri_Raemawasti prop:birthName ?uri }
lcquad
What is the party of the politicians whose children is Sanjay Gandhi ?
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/Sanjay_Gandhi> . ?x onto:party ?uri . ?x rdf:type onto:OfficeHolder}
lcquad
Name the tenants of MAsterCard center wich is also the draft team of Antoine Bibeau?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:MasterCard_Centre prop:tenants ?uri. res:Antoine_Bibeau prop:draftTeam ?uri}
lcquad
What is the number of occupation of the people who died in tampa bay, florida?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/Tampa,_Florida> . ?x onto:occupation ?uri . }
lcquad
Who was the United States president who also served as a governor of Indiana Territory?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:branch res:Indiana_Territory }
lcquad
List the people who were born in Gelnhausen and graduated from Pepperdine University?
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:birthPlace <http://dbpedia.org/resource/Gelnhausen> . ?uri prop:education <http://dbpedia.org/resource/Pepperdine_University> . ?uri rd...
lcquad
Musical artists who are associated with Ren & Angela were born 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:associatedActs <http://dbpedia.org/resource/René_&_Angela> . ?x prop:birthPlace ?uri . ?x rdf:type onto:MusicalArtist}
lcquad
What religion do the Wickramabahu Centeral College and Neungin High School both follow?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wickramabahu_Central_College_(National_School)> prop:religiousAffiliation ?uri. <http://dbpedia.org/resource/Neungin_High_School> prop:religiousAffiliation ?uri . }
lcquad
Who designed the language integrated query?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Language_Integrated_Query onto:designer ?uri . }
lcquad
Name the debut team of Dan Otero ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Dan_Otero onto:debutTeam ?uri }
lcquad
Who started at the pole position in both 1997 canadian grand prix and the 94 spanish one?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:1997_Canadian_Grand_Prix prop:poleDriver ?uri. res:1994_Spanish_Grand_Prix prop:poleDriver ?uri . }
lcquad
Who founded the Not on our Watch NGO?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Not_on_Our_Watch_(organization)> onto:foundedBy ?uri }
lcquad
What is the name of the artist which worked on the subsequent work of Ella Loves Cole ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ella_Loves_Cole onto:subsequentWork ?x . ?x prop:artist ?uri . }
lcquad
Which company owns Sony bank ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Sony_Bank onto:owningCompany ?uri }
lcquad
What state was Cyrus Mann born in, and has the famous Downriver ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Downriver onto:state ?uri. res:Cyrus_Mann prop:birthPlace ?uri . }
lcquad
Who is a religious figure titled superior general?
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:title <http://dbpedia.org/resource/Superior_general> . ?uri rdf:type onto:Religious}
lcquad
List the employments of people who died in Tampa, Florida.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/Tampa,_Florida> . ?x onto:occupation ?uri . }
lcquad
What are some famous veterinary physicians known for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:field res:Veterinary_physician . ?x prop:knownFor ?uri . }
lcquad
List the movies edited by Julian Doyle in which music was composed by Geoffrey Brugon ?
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/Geoffrey_Burgon> . ?uri prop:editing <http://dbpedia.org/resource/Julian_Doyle_(filmmaker)> . ?uri r...
lcquad
Name the children of the person who is the star of The Weathered Underground ?
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/The_Weathered_Underground> onto:starring ?x . ?x prop:children ?uri . ?x rdf:type onto:Person}
lcquad
Did Umkhonto we Sizwe had Nelson Mandela as a commander?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Umkhonto_we_Sizwe prop:notableCommanders res:Nelson_Mandela }
lcquad
Name the office holder with associate as Marcus Calpurnius Bibulus and has a kid named Augustus?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:associate <http://dbpedia.org/resource/Marcus_Calpurnius_Bibulus> . ?uri onto:child <http://dbpedia.org/resource/Augustus> . ?uri rdf:type onto:OfficeHolder}
lcquad
What are the movies whose screenplay is done by Eric Roth?
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:screenplay <http://dbpedia.org/resource/Eric_Roth> . ?uri rdf:type onto:Film}
lcquad
What is the total number of writers whose singles are recorded in Miami?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:recordedIn <http://dbpedia.org/resource/Miami> . ?x prop:writer ?uri . }
lcquad
What religions are followed by members of the societies whose architectural influences can be seen on the Sanggar Agung ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Sanggar_Agung prop:architecturalStyle ?x . ?x onto:religion ?uri . }
lcquad
Who is the producer of album which has the song Money?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Money_(Pink_Floyd_song)> prop:album ?x . ?x prop:producer ?uri . }
lcquad
List the Sci-fi TV shows with theme music given by Ron Grainer?
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:genre <http://dbpedia.org/resource/Science_fiction> . ?uri prop:themeMusicComposer <http://dbpedia.org/resource/Ron_Grainer> . ?uri rdf...
lcquad
What is the company to which Fusajiro Yamauchi proprietor to ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:foundedBy <http://dbpedia.org/resource/Fusajiro_Yamauchi> . ?uri rdf:type onto:Company}
lcquad
Who is the writer of mark twain Tonight ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Mark_Twain_Tonight prop:writer ?uri }
lcquad
How many members are there in the European Go Federation?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/European_Go_Federation> prop:membership ?uri . }
lcquad
Was Kevin Rudd the PM of Julia Gillard?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Julia_Gillard onto:primeMinister res:Kevin_Rudd }
lcquad
Daniel L D Granger and Job Durfee have based their political career in which US state?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Daniel_L._D._Granger prop:state ?uri. res:Job_Durfee prop:state ?uri . }
lcquad
What is the mascot of the handball teams in the Turkish Handball Super League?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:league <http://dbpedia.org/resource/Turkish_Handball_Super_League> . ?x prop:mascot ?uri . ?x rdf:type onto:HandballTeam}
lcquad
What city was recorded in Live in detroit which is also the official residence of ken Holland ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Live_in_Detroit,_MI> onto:recordedIn ?uri. <http://dbpedia.org/resource/Ken_Holland> onto:residence ?uri}
lcquad
Marika Gombitov makes songs in which languages?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:artist res:Marika_Gombitová . ?x prop:language ?uri . }
lcquad
What are some musical artists associated with the ones signed up with EMI?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:recordLabel <http://dbpedia.org/resource/EMI> . ?x onto:associatedMusicalArtist ?uri . ?x rdf:type onto:MusicalArtist}
lcquad
Name the river which flows through the closest city of Mount Raimer ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Mount_Raimer prop:nearestCity ?x . ?x onto:river ?uri . }
lcquad
Name the scientist whose supervisor also supervised Mary Ainsworth?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:doctoralStudents <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri prop:doctoralAdvisor ?x . ?uri rdf:type onto:Scientist}
lcquad
What are some relatives of armymen who died in Germany?
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:placeOfDeath <http://dbpedia.org/resource/Germany> . ?x onto:relation ?uri . ?x rdf:type onto:MilitaryPerson}
lcquad
Deion sanders and Hinkey haines debuted their career with which common team?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Hinkey_Haines prop:debutteam ?uri. res:Deion_Sanders prop:debutteam ?uri . }
lcquad
Which garrison of East Indies Station is also the route end of Mumbai Vadodara Express ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Mumbai_Vadodara_Expressway onto:routeEnd ?uri. res:East_Indies_Station onto:garrison ?uri}
lcquad
To which political party does Virendra Kataria belongs ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Virendra_Kataria prop:party ?uri }
lcquad
Copley Medal has been awarded to which scientists?
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:awards <http://dbpedia.org/resource/Copley_Medal> . ?uri rdf:type onto:Scientist}
lcquad
What is the total number of awards whose presenter's headquarters is Beverly Hills, California?
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:headquarters <http://dbpedia.org/resource/Beverly_Hills,_California> . ?uri onto:presenter ?x . ?uri rdf:type onto:Award}
lcquad