question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
How many TV show has distributor located in Burbank 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 onto:locationCity <http://dbpedia.org/resource/Burbank,_California> . ?uri prop:distributor ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
List the ceremonial county of East Tilbury ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:East_Tilbury onto:ceremonialCounty ?uri }
lcquad
Which television show's theme music composer is Gary Portnoy and subsequent work is Frasier?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Gary_Portnoy> . ?uri onto:subsequentWork <http://dbpedia.org/resource/Frasier> . ?uri r...
lcquad
List the common sports between Fr. Agnel Multipurpose School and Jamiatu Muslim Mindanao
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Fr._Agnel_Multipurpose_School_and_Junior_College onto:sport ?uri. res:Jamiatu_Muslim_Mindanao onto:athletics ?uri}
lcquad
Which award that has been given to James F Obrien, had used Laemmle Theatres for some service?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Laemmle_Theatres> onto:service ?uri. <http://dbpedia.org/resource/James_F._O'Brien> onto:award ?uri}
lcquad
What is the drafted team of the people expected to join toronto marlies?
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:prospectTeam <http://dbpedia.org/resource/Toronto_Marlies> . ?x prop:draftTeam ?uri . ?x rdf:type onto:Person}
lcquad
Which office holder's predecessor is Lucius Cornelius and his associate is Marcus Calpurnius Bibulus?
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/Lucius_Cornelius_Lentulus_Crus> . ?uri onto:associate <http://dbpedia.org/resource/Marcus_Calpurnius_Bibulus> . ?uri rdf:type onto:OfficeH...
lcquad
How many people have parterned with the person choroegraphed by Catarina Lindgren in the past?
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:formerChoreographer <http://dbpedia.org/resource/Catarina_Lindgren> . ?x onto:formerPartner ?uri . ?uri rdf:type onto:Person}
lcquad
List everything governed by the Democratic Party of US?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:leaderName <http://dbpedia.org/resource/Democratic_Party_(United_States)> . ?uri onto:location ?x . }
lcquad
Name the current club of Abdelhameed Amarri ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Abdelhameed_Amarri prop:currentclub ?uri }
lcquad
The pope whose shrine is in St Peter's Basilica was venerated in which sects?
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:majorShrine <http://dbpedia.org/resource/St._Peter's_Basilica> . ?x prop:veneratedIn ?uri . ?x rdf:type onto:Pope}
lcquad
Who is the father of Barbara Ann Crancer?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:child res:Barbara_Ann_Crancer . }
lcquad
Which home stadium of 2011-12 FC Spartak Moscow season is also the location of birth of the Svetlana Gounkina ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:2011–12_FC_Spartak_Moscow_season onto:homeStadium ?uri. res:Svetlana_Gounkina onto:birthPlace ?uri}
lcquad
Which famous commander led the Siege of forn meigs and was involved in the battle of fort stephenson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Siege_of_Fort_Meigs onto:commander ?uri. res:Battle_of_Fort_Stephenson onto:commander ?uri . }
lcquad
Which games publishers are located in California?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:location res:California . ?uri onto:publisher ?x . }
lcquad
Where is the stadium of Philadelphia Rage ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Philadelphia_Rage onto:stadium ?uri }
lcquad
Who produced the Pixar Image Computer?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:product res:Pixar_Image_Computer . }
lcquad
Was Marie Curie a doctoral student of Henri Becquerel?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Henri_Becquerel onto:doctoralStudent res:Marie_Curie }
lcquad
What are the baseball teams who belongs to Guggenheim Partners?
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:owner <http://dbpedia.org/resource/Guggenheim_Partners> . ?uri rdf:type onto:BaseballTeam}
lcquad
Count all the things licensed as Software as a service.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:license <http://dbpedia.org/resource/Software_as_a_service> . }
lcquad
Who is the headcoach of 2014-15 Virginia Tech Hokies men's basketball team ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2014–15_Virginia_Tech_Hokies_men's_basketball_team> prop:headcoach ?uri }
lcquad
What is the resting place of the politician who succeeded Samuel Hayes?
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/Samuel_Hayes_(settler)> onto:successor ?x . ?x onto:restingPlace ?uri . ?x rdf:type onto:Politician}
lcquad
What country had the title of 2001 Speedway Ekstraliga ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:2001_Speedway_Ekstraliga prop:title ?x . ?x onto:country ?uri . }
lcquad
How many broadcast area of the television stations exists whose broadcast area is Rodrigues ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:broadcastArea <http://dbpedia.org/resource/Rodrigues> . ?x prop:broadcastArea ?uri }
lcquad
What is the common governing body of the Naval Air Facility Adak and Oahu Railway and Land Company?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Naval_Air_Facility_Adak prop:governingBody ?uri. res:Oahu_Railway_and_Land_Company prop:governingBody ?uri . }
lcquad
Count the drinks originated in England.
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:origin <http://dbpedia.org/resource/England> . ?uri rdf:type onto:Beverage}
lcquad
What is the total number of other non-fiction subject of the books whose one of the subject is Racism?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nonFictionSubject <http://dbpedia.org/resource/Racism> . ?x onto:nonFictionSubject ?uri }
lcquad
Name all the junctions of U.S. Route 59?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:U.S._Route_59 prop:junction ?uri }
lcquad
What are some other services of the company whose service is Onedrive?
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:service <http://dbpedia.org/resource/OneDrive> . ?x prop:services ?uri . ?x rdf:type onto:Company}
lcquad
Give me some softwares which run on mac os
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 rdf:type onto:Software}
lcquad
What is the city of the television station whose affiliations is LATV?
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:affiliations <http://dbpedia.org/resource/LATV> . ?x prop:city ?uri . ?x rdf:type onto:TelevisionStation}
lcquad
What is the state of the administrative region where Oscoda, Michigan is located?
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/Oscoda,_Michigan> onto:isPartOf ?x . ?x onto:state ?uri . ?x rdf:type onto:AdministrativeRegion}
lcquad
Was Duanne Allman famous for playing the Gibson SG?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Duane_Allman prop:notableInstruments res:Gibson_SG }
lcquad
Who were all the people in office when bob hawke was the PM?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:primeMinister res:Bob_Hawke }
lcquad
What is Bob Adams (American football) known for?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bob_Adams_(American_football)> prop:knownFor ?uri }
lcquad
Is Guatemala a unitary state?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Guatemala onto:governmentType res:Unitary_state }
lcquad
What is the common affiliation of the Monroe Carell Jr. Children's Hospital at Vanderbilt and alma mater of the Duncan U. Fletcher?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> prop:affiliation ?uri. <http://dbpedia.org/resource/Duncan_U._Fletcher> onto:almaMater ?uri}
lcquad
Among the scientist known for Manhattan Project who had a doctoral student named Charles Ellis ?
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:doctoralStudents <http://dbpedia.org/resource/Charles_Drummond_Ellis> . ?uri prop:knownFor <http://dbpedia.org/resource/Manhattan_Projec...
lcquad
UEM group have made bridges crossing over what?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:designer res:UEM_Group . ?x prop:crosses ?uri . }
lcquad
How many relatives are there of the people who died in Germany?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfDeath <http://dbpedia.org/resource/Germany> . ?x onto:relation ?uri . }
lcquad
Where do bachelor of arts 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:almaMater res:Bachelor_of_Arts . ?x onto:residence ?uri . }
lcquad
Was Castillo discovered by Galileo?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Callisto_(moon)> prop:discoverer <http://dbpedia.org/resource/Galileo_Galilei> }
lcquad
Does A foreign policy of freedom belong to the genre Politics?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:A_Foreign_Policy_of_Freedom onto:literaryGenre res:Politics }
lcquad
How many mountain are there in Sierra Nevada range?
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:mountainRange <http://dbpedia.org/resource/Sierra_Nevada_(U.S.)> . ?uri rdf:type onto:Mountain}
lcquad
What is the total number of other characters of the plays whose characters is Robin (comics)?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:characters <http://dbpedia.org/resource/Robin_(comics)> . ?x prop:characters ?uri }
lcquad
What are the awards won by the spouse of Liv Ullmann ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Liv_Ullmann onto:partner ?x . ?x prop:awards ?uri . }
lcquad
What is the Recorded of the Kaptaan is also the headquarters of the Orient News ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Kaptaan prop:recorded ?uri. res:Orient_News prop:headquarters ?uri}
lcquad
What is the total number of other nearest countries to the lakes whose nearest countries is Uganda?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nearestCity <http://dbpedia.org/resource/Uganda> . ?x onto:nearestCity ?uri }
lcquad
How many companies have developed cross platformed softwares?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:operatingSystem <http://dbpedia.org/resource/Cross-platform> . ?x onto:developer ?uri . }
lcquad
List the shows whose network is run by BBC.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:owningCompany <http://dbpedia.org/resource/BBC> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
How many titles were given to people who engaged in the Operation Dragoon?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:battles <http://dbpedia.org/resource/Operation_Dragoon> . ?x onto:award ?uri . }
lcquad
Which place founded by Penobscot Island Air is also the location fo Ellei Johndro ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Penobscot_Island_Air prop:founded ?uri. res:Ellei_Johndro onto:birthPlace ?uri}
lcquad
Name the TV show whose opening theme is Gary Portnoy and the subsequent work is Frasier?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:openingTheme <http://dbpedia.org/resource/Gary_Portnoy> . ?uri onto:subsequentWork <http://dbpedia.org/resource/Frasier> . ?uri rdf:type onto:TelevisionShow}
lcquad
List the pole drivers in the grand prixes where Williams Grand Prix Engineering was a first 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:firstTeam <http://dbpedia.org/resource/Williams_Grand_Prix_Engineering> . ?x onto:poleDriver ?uri . ?x rdf:type onto:GrandPrix}
lcquad
Which appointer of the Joseph Clay (Georgia) is also the President of the William Carmichael (diplomat) ?
PREFIX prop: <http://dbpedia.org/property/> 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_Carmichael_(diplomat)> prop:president ?uri}
lcquad
Who is the employer of Michael M. Sears ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Michael_M._Sears prop:employer ?uri }
lcquad
List things developed by Autoconf ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Autoconf onto:developer ?uri }
lcquad
List all the artist of the TV shows which has McClain as one of the artist ?
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:artist <http://dbpedia.org/resource/McClain_(band)> . ?x prop:artist ?uri . ?x rdf:type onto:TelevisionShow}
lcquad
Who is the person whose child performed with Tony Bennett?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:associatedActs res:Tony_Bennett . ?uri onto:child ?x . }
lcquad
Does the north carolina highway 280 end in Arden?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/North_Carolina_Highway_280> onto:routeEnd <http://dbpedia.org/resource/Arden,_North_Carolina> }
lcquad
Is Angola Avante the anthem of Angola?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Angola onto:anthem res:Angola_Avante }
lcquad
Name the river with mouth as Thames Estuary and passes through Reading Berkshire ?
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:riverMouth <http://dbpedia.org/resource/Thames_Estuary> . ?uri prop:city <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri rdf:ty...
lcquad
Who all play for the Ivory Coast football team?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:nationalteam res:Ivory_Coast_national_football_team }
lcquad
List all the layouts of the automobile whose one of the layout is four-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:layout <http://dbpedia.org/resource/Front-engine,_four-wheel-drive_layout> . ?x onto:layout ?uri . ?x rdf:type onto:Automobile}
lcquad
To how many places does the airlines fly, whose head office is located at the Gatwick Airport?
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:headquarter <http://dbpedia.org/resource/Gatwick_Airport> . ?x prop:destinations ?uri . ?uri rdf:type onto:Place}
lcquad
What are the television shows whose distributor is a division of Warner Bros. International TV?
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:divisions <http://dbpedia.org/resource/Warner_Bros._International_Television> . ?uri prop:distributor ?x . ?uri rdf:type onto:Television...
lcquad
Where is the arena of WPC Dynamo Moscow situated?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:WPC_Dynamo_Moscow prop:arena ?uri }
lcquad
Which relative of George Madison is the appointer of John Drayton ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:John_Drayton prop:appointer ?uri. res:George_Madison onto:relation ?uri}
lcquad
Does the mississippi orignate in the clearwater county, minnesota?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Mississippi_River> onto:sourceRegion <http://dbpedia.org/resource/Clearwater_County,_Minnesota> }
lcquad
How many scientist have won an award by the society led by Venkatraman Ramakrishnan?
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/Venkatraman_Ramakrishnan> . ?uri prop:prizes ?x . ?uri rdf:type onto:Scientist}
lcquad
Who all did their high school in Denbigh high School?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:highSchool <http://dbpedia.org/resource/Denbigh_High_School_(Newport_News,_Virginia)> }
lcquad
Name the company founded in US and provides OneDrive as service ?
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/OneDrive> . ?uri prop:foundation <http://dbpedia.org/resource/United_States> . ?uri rdf:type onto...
lcquad
Which manufacturer of the Boeing B-17 Flying fortress is the manager of burro Flats Painted Caves ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Burro_Flats_Painted_Cave> onto:governingBody ?uri. <http://dbpedia.org/resource/Boeing_B-17_Flying_Fortress> onto:manufacturer ?uri}
lcquad
Which owner of Drop.io made Sean Parker famous?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Drop.io prop:owner ?uri. res:Sean_Parker onto:knownFor ?uri . }
lcquad
What is the information appliance whose successor is PlayStation 4 and maker is Foxconn?
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:successor <http://dbpedia.org/resource/PlayStation_4> . ?uri prop:manufacturer <http://dbpedia.org/resource/Foxconn> . ?uri rdf:type on...
lcquad
What country provides a citizenship too Newin Chidchob and Seni Pramoj?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Newin_Chidchob prop:nationality ?uri. res:Seni_Pramoj onto:nationality ?uri}
lcquad
Which person has opponent Ike Clanton?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:opponent <http://dbpedia.org/resource/Ike_Clanton> . ?uri rdf:type onto:Person}
lcquad
Who is the builder of Atamurat-Kerkichi Bridge ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Atamurat-Kerkichi_Bridge> prop:builder ?uri }
lcquad
name the mountain range of Le Gibloux ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Le_Gibloux onto:mountainRange ?uri }
lcquad
Count me all the video game distributor whose parent company is Warner Bros ?
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:parent <http://dbpedia.org/resource/Warner_Bros.> . ?uri prop:distributor ?x . ?uri rdf:type onto:VideoGame}
lcquad
Who all were involved in the wars fought by the commander Blue Jacket?
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/Blue_Jacket> . ?x prop:combatant ?uri . ?x rdf:type onto:MilitaryConflict}
lcquad
Is Judy Garland a character of End of the Rainbow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:End_of_the_Rainbow prop:characters res:Judy_Garland }
lcquad
Who is the associate of Thomas Bryan Martin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Thomas_Bryan_Martin onto:associate ?uri }
lcquad
In what wars was Steve Buyer involved?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Steve_Buyer onto:battle ?uri }
lcquad
What is the profession of the children of Herbert Pell ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Herbert_Pell prop:children ?x . ?x onto:profession ?uri . }
lcquad
Does Silver Airways have a hub at the Washington Dulles International Airport?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Silver_Airways onto:hubAirport res:Washington_Dulles_International_Airport }
lcquad
Whose labels are Victor Entertainment and Celluloid Records?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?uri prop:label res:Victor_Entertainment . ?uri prop:label res:Celluloid_Records . }
lcquad
Which astronauts went on the Gemini 8 mission?
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:mission <http://dbpedia.org/resource/Gemini_8> . ?uri rdf:type onto:Astronaut}
lcquad
Erik Jendresen is the writer of which television show?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:writer <http://dbpedia.org/resource/Erik_Jendresen> . ?uri rdf:type onto:TelevisionShow}
lcquad
Where is the station whose sister channel is the Channel 3 in Thailand?
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:sisterStations <http://dbpedia.org/resource/Channel_3_(Thailand)> . ?x prop:city ?uri . ?x rdf:type onto:TelevisionStation}
lcquad
How many people have written stuff broadcasted on the Tokyo Broadcasting System?
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:network <http://dbpedia.org/resource/Tokyo_Broadcasting_System> . ?x prop:writer ?uri . ?uri rdf:type onto:Person}
lcquad
What is the mascot of the military unit whose commander is Herbert Bautista ?
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:notableCommander <http://dbpedia.org/resource/Herbert_Bautista> . ?x prop:mascot ?uri . ?x rdf:type onto:MilitaryUnit}
lcquad
Which city is the resting place of the Martin Ragaway and Chuck Connors ?
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/Martin_Ragaway> onto:restingPlace ?uri. <http://dbpedia.org/resource/Chuck_Connors> onto:restingPlace ?uri . ?uri rdf:type onto:City}
lcquad
Which new Mexico based company produces Surface ?
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:foundation <http://dbpedia.org/resource/New_Mexico> . ?uri onto:product <http://dbpedia.org/resource/Microsoft_Surface> . ?uri rdf:type...
lcquad
Who is the person who are on the board of Freedom of the 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:board <http://dbpedia.org/resource/Freedom_of_the_City> . ?uri rdf:type onto:Person}
lcquad
What cities are around the sea which flows into Marmara?
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:inflow <http://dbpedia.org/resource/Sea_of_Marmara> . ?x prop:cities ?uri . ?x rdf:type onto:Sea}
lcquad
Companies headquartered in Geneva own which TV Shows?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:headquarter res:Geneva . ?uri prop:company ?x . }
lcquad
Who died due to Morphine ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:deathCause res:Morphine . }
lcquad
Does Walt Disney Studio have a subsidiary called PixarCascadia_
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Walt_Disney_Studios_(division)> onto:subsidiary <http://dbpedia.org/resource/Pixar> }
lcquad
Which purpose of the Maharashtra Chess Association is Abhijit kunte is also know for ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Maharashtra_Chess_Association prop:purpose ?uri. res:Abhijit_Kunte prop:knownFor ?uri}
lcquad