question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Which companies published Super Mario Adventures?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Super_Mario_Adventures prop:publisher ?uri }
lcquad
What is the television show whose producer is Stephen E. Ambrose?
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:producer <http://dbpedia.org/resource/Stephen_E._Ambrose> . ?uri rdf:type onto:TelevisionShow}
lcquad
Which artist of Madagascar: Operation Penguin is also the writer of He's a Pirate ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Madagascar:_Operation_Penguin> prop:artist ?uri. <http://dbpedia.org/resource/He's_a_Pirate> prop:writer ?uri}
lcquad
Name the software whose operating system is Mac OS and programming language is C++ ?
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:operatingSystem <http://dbpedia.org/resource/Mac_OS> . ?uri prop:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri rdf:type ...
lcquad
In which state does the valley bordering the Modoc plateau lie?
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:border <http://dbpedia.org/resource/Modoc_Plateau> . ?x onto:state ?uri . ?x rdf:type onto:Valley}
lcquad
Where was the designer of REP Parasol born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:REP_Parasol onto:designer ?x . ?x onto:birthPlace ?uri . }
lcquad
Which religion is followed by people in the family of Meadow Sopranos?
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:family <http://dbpedia.org/resource/Meadow_Soprano> . ?x onto:religion ?uri . ?x rdf:type onto:Person}
lcquad
What religion does roshan ranasinghe and nhiek tioulong follow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Roshan_Ranasinghe prop:religion ?uri. res:Nhiek_Tioulong onto:religion ?uri}
lcquad
How many cars are the predecessor of cars similar to the Pontiac G8?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Pontiac_G8> onto:relatedMeanOfTransportation ?x . ?x onto:predecessor ?uri . ?x rdf:type onto:Automobile}
lcquad
What are some shows whose voice actors play the piano?
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:instrument <http://dbpedia.org/resource/Piano> . ?uri prop:voices ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
What is the birth place of the successor of Ella T. Grasso ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Ella_T._Grasso prop:successor ?x . ?x prop:birthPlace ?uri . }
lcquad
From how many different places have participants of Breeders's Cup Turf come?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:race <http://dbpedia.org/resource/Breeders'_Cup_Turf> . ?x prop:birthPlace ?uri . }
lcquad
How many movies were cinematographed by Jordan Cronenweth?
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:cinematography <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri rdf:type onto:Film}
lcquad
South Side elevated railroad and twin cities 400 are operated by which city?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:South_Side_Elevated_Railroad onto:operatedBy ?uri. res:Twin_Cities_400 onto:operatedBy ?uri . }
lcquad
Who is the famous relative of Kelly Osbourne?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:relatives res:Kelly_Osbourne . }
lcquad
In how many different stadiums are the seasons of the 2015 NA Soccer league held?
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:league <http://dbpedia.org/resource/2015_North_American_Soccer_League_season> . ?x onto:ground ?uri . ?uri rdf:type onto:Stadium}
lcquad
What teams have Avangard Omsk's players played for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:playedFor res:Avangard_Omsk . ?x onto:formerTeam ?uri . }
lcquad
Who is the player who plays for the team that has the Michigan Stadium?
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:stadium <http://dbpedia.org/resource/Michigan_Stadium> . ?uri prop:currentteam ?x . ?uri rdf:type onto:Athlete}
lcquad
How many athletic associations are there in all of the private universities?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:type <http://dbpedia.org/resource/Private_university> . ?x prop:athletics ?uri . }
lcquad
In which cities can i find drinks similar to the IBC root beer?
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:related <http://dbpedia.org/resource/IBC_Root_Beer> . ?x prop:locationCity ?uri . ?x rdf:type onto:Beverage}
lcquad
Is Queen Latifah associated with Afrika Baby Bam?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Afrika_Baby_Bam onto:associatedBand res:Queen_Latifah }
lcquad
Which royal person married the successor of Darius I?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:predecessor <http://dbpedia.org/resource/Darius_I> . ?uri prop:spouse ?x . ?uri rdf:type onto:Royalty}
lcquad
What are some products manufactured by Sony?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:manufacturer res:Sony . }
lcquad
What is the producer of the television shows whose channel is CBBC?
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:channel <http://dbpedia.org/resource/CBBC_(TV_channel)> . ?x onto:producer ?uri . ?x rdf:type onto:TelevisionShow}
lcquad
List all the movies whose music has been made up with someone under RCA records?
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:recordLabel <http://dbpedia.org/resource/RCA_Records> . ?uri prop:music ?x . ?uri rdf:type onto:Film}
lcquad
Is N. C. Wyeth the illustration by of The Mysterious Stranger?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:The_Mysterious_Stranger prop:illustrator res:N._C._Wyeth }
lcquad
What cities are around the valley bordering Lake Mead?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:border <http://dbpedia.org/resource/Lake_Mead> . ?x onto:city ?uri . ?x rdf:type onto:Valley}
lcquad
List the magazines published by Playbow Enterprises ?
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/Playboy_Enterprises> . ?uri rdf:type onto:Magazine}
lcquad
In which series do I find Minbari species' characters?
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:species <http://dbpedia.org/resource/Minbari> . ?x onto:series ?uri . ?x rdf:type onto:FictionalCharacter}
lcquad
Did James brown make the song Killing is Out, School Is In?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Killing_Is_Out,_School_Is_In> onto:musicalBand <http://dbpedia.org/resource/James_Brown> }
lcquad
What is the style of architecture of South Loop Printing House District ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:South_Loop_Printing_House_District onto:architecturalStyle ?uri }
lcquad
What is the university whose campus are Indiana and Iowa?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:campus <http://dbpedia.org/resource/Indiana> . ?uri onto:campus <http://dbpedia.org/resource/Iowa> . ?uri rdf:type onto:University}
lcquad
Name the ssignificant buildings of Ivan Fomin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ivan_Fomin onto:significantBuilding ?uri }
lcquad
What are all the religions in which Jacob and Abraham are important?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jacob prop:veneratedIn ?uri. res:Abraham prop:veneratedIn ?uri . }
lcquad
Is Robert Boyle a chemist?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Robert_Boyle onto:field res:Chemistry }
lcquad
Where did the relatives of David Hume study?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relative res:David_Hume . ?x prop:education ?uri . }
lcquad
Which state of Tendaho dam is the headquarters of Ethiopian People's revolutionary democratic Front located ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ethiopian_People's_Revolutionary_Democratic_Front> prop:headquarters ?uri. <http://dbpedia.org/resource/Tendaho_Dam> prop:country ?uri}
lcquad
What prizes have been awarded to the relatives of Linn Ullmann?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Linn_Ullmann prop:relatives ?x . ?x prop:awards ?uri . }
lcquad
What are the television shows of a company headquartered in Geneva?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:headquarters <http://dbpedia.org/resource/Geneva> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
Name the television show whose distributor is Comedy central and the character voice is given by Isaac hayes ?
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:distributor <http://dbpedia.org/resource/Comedy_Central> . ?uri prop:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri rdf:type o...
lcquad
Give me the count of newspaper whose language is Sweedish and headquartered at stockholm ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:language <http://dbpedia.org/resource/Swedish_language> . ?uri prop:headquarters <http://dbpedia.org/resource/Stockholm> }
lcquad
What are the cities located on the sea into which the Aegean Sea flows?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Aegean_Sea onto:outflow ?x . ?x prop:cities ?uri . }
lcquad
In which areas did the pupils of Sylvain Levi work?
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:Sylvain_Lévi . ?x prop:fields ?uri . }
lcquad
Name the movie whose producer is Michael Deeley and music is given by 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 {?uri onto:producer <http://dbpedia.org/resource/Michael_Deeley> . ?uri prop:music <http://dbpedia.org/resource/Vangelis> . ?uri rdf:type onto:Fil...
lcquad
How many people are in the band with Juelz Santana?
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:currentMembers <http://dbpedia.org/resource/Juelz_Santana> . ?x onto:bandMember ?uri . ?uri rdf:type onto:Person}
lcquad
Name the partners of the models whose one of the partner is Thom Evans ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:partner <http://dbpedia.org/resource/Thom_Evans> . ?x onto:partner ?uri . ?x rdf:type onto:Model}
lcquad
Who owns the broadcast network founded by CNN?
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:foundedBy <http://dbpedia.org/resource/CNN> . ?x prop:owner ?uri . ?x rdf:type onto:BroadcastNetwork}
lcquad
List the writers of Tales of Suspense ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Tales_of_Suspense prop:writers ?uri }
lcquad
Which magazine has publisher as Jann 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:publisher <http://dbpedia.org/resource/Jann_Wenner> . ?uri rdf:type onto:Magazine}
lcquad
List the academic discipline of the journals whose one of the discipline is neuro imaging ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:academicDiscipline <http://dbpedia.org/resource/Neuroimaging> . ?x onto:academicDiscipline ?uri . ?x rdf:type onto:AcademicJournal}
lcquad
Who has authored books published by the Perkins school for the Blind?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:publisher <http://dbpedia.org/resource/Perkins_School_for_the_Blind> . ?x onto:author ?uri . ?x rdf:type onto:WrittenWork}
lcquad
Semani languages are spoken in which countries?
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:languages <http://dbpedia.org/resource/Semnani_languages> . ?uri rdf:type onto:Country}
lcquad
What kind of games does Blizzard games develop?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:developer <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x onto:genre ?uri . ?x rdf:type onto:VideoGame}
lcquad
How many different pole drivers are there, of the GPs when Renault was the 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 COUNT(?uri) WHERE { ?x prop:firstTeam <http://dbpedia.org/resource/Renault_in_Formula_One> . ?x onto:poleDriver ?uri . ?uri rdf:type onto:FormulaOneRacer}
lcquad
What is the label of Double Diamond (album) ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Double_Diamond_(album)> onto:recordLabel ?uri }
lcquad
Where is the VP buried, which was served by Frederick Cooke?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frederick_Cooke_(socialist)> onto:vicePresident ?x . ?x onto:restingPlace ?uri . }
lcquad
Name the person whose child is Irne Joliot-Curie?
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:children <http://dbpedia.org/resource/Irène_Joliot-Curie> . ?uri rdf:type onto:Person}
lcquad
How many destinations are covered by the airlines which also serves Europe ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:destinations <http://dbpedia.org/resource/Europe> . ?x prop:destinations ?uri }
lcquad
Where can i find companies which were started in Toronto?
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:foundationPlace <http://dbpedia.org/resource/Toronto> . ?x prop:locations ?uri . ?x rdf:type onto:Company}
lcquad
Name few companies where don berlin and michael sears have worked together?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Don_R._Berlin onto:employer ?uri. res:Michael_M._Sears onto:employer ?uri . }
lcquad
Name the university with mascot as Aubie and president as jay Gogue ?
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 onto:president <http://dbpedia.org/resource/Jay_Gogue> . ?uri rdf:type onto:Universit...
lcquad
How many things belong to phylum of Chordate?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:phylum <http://dbpedia.org/resource/Chordate> . }
lcquad
Did Gwo Ka originate in Western Africa?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Gwo_ka prop:stylisticOrigins res:West_Africa }
lcquad
People from how many political parties exist in Maharashtra?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/Maharashtra> . ?x onto:party ?uri . }
lcquad
What would be the most important creation which involved both Neil Cross and Russel Davies ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Neil_Cross onto:notableWork ?uri. res:Russell_T_Davies onto:notableWork ?uri . }
lcquad
With which musical artist is the music group which sung Mind Blowin' related to ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mind_Blowin'_(Smooth_song)> onto:musicalArtist ?x . ?x onto:associatedMusicalArtist ?uri . }
lcquad
Where did the office holder died who also have faith in Episcopal Church ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:religion <http://dbpedia.org/resource/Episcopal_Church_(United_States)> . ?x onto:deathPlace ?uri . ?x rdf:type onto:OfficeHolder}
lcquad
Who are buried in Rome and Mausoleum of Augustus?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?uri prop:placeOfBurial res:Rome . ?uri prop:placeOfBurial res:Mausoleum_of_Augustus . }
lcquad
To which branch Edwin F. Hunter belong ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Edwin_F._Hunter prop:branch ?uri }
lcquad
Which university has affiliations to Graham Holdings and Kaplan, Inc.?
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:affiliations <http://dbpedia.org/resource/Graham_Holdings_Company> . ?uri prop:affiliations <http://dbpedia.org/resource/Kaplan,_Inc.> ...
lcquad
Which band's past member are Joe Jonas and Nick Jonas?
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/Joe_Jonas> . ?uri prop:pastMembers <http://dbpedia.org/resource/Nick_Jonas> . ?uri rdf:type on...
lcquad
Who are the children of Abigail Adams?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Abigail_Adams prop:children ?uri }
lcquad
Which things are Breann McGregor known for ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Breann_McGregor prop:knownFor ?uri }
lcquad
what are some common games played at both Fr Agnel Multipurpose School and Vishwajyot High School?
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:Vishwajyot_High_School onto:sport ?uri . }
lcquad
Who have done their PhDs under a National Medal of Science winner?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:prizes res:National_Medal_of_Science . ?uri prop:doctoralAdvisor ?x . }
lcquad
List the profession of senate whose one of the profession is United States Coast Guard ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:profession <http://dbpedia.org/resource/United_States_Coast_Guard> . ?x onto:profession ?uri . ?x rdf:type onto:Politician}
lcquad
Who is known for are Battle of the Thames and War of 1812?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:knownFor res:Battle_of_the_Thames . ?uri onto:knownFor res:War_of_1812 . }
lcquad
Where is the headquarters of the public transit system which operators Go-to-card ?
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/Go-To_card> prop:operator ?x . ?x prop:headquarters ?uri . ?x rdf:type onto:PublicTransitSystem}
lcquad
How many people are there who have relationship with Kennedy family?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:relation <http://dbpedia.org/resource/Kennedy_family> . }
lcquad
Name the company founded by Jim Harris located in Harris County, 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:foundedBy <http://dbpedia.org/resource/Jim_Harris_(entrepreneur)> . ?uri onto:locationCity <http://dbpedia.org/resource/Harris_County,_Texas> . ?uri rdf:type onto:Company}
lcquad
What is the total number of fictional characters whose created by Greg Daniels and series is The Office (U.S. TV series)?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:creator <http://dbpedia.org/resource/Greg_Daniels> . ?uri onto:series <http://dbpedia.org/resource/The_Office_(U.S._TV_series)> }
lcquad
Which local authority of Buckhurst Hill County High School is the palce of burial of Elizabeth Rhuddlan ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Elizabeth_of_Rhuddlan prop:placeOfBurial ?uri. res:Buckhurst_Hill_County_High_School onto:localAuthority ?uri}
lcquad
In which city where there is a headquarters of Orient News and also Feras Saied died?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Orient_News prop:headquarters ?uri. res:Feras_Saied onto:deathPlace ?uri}
lcquad
Who were the opponents of employees of Henry Howard, the Northampton Earl?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:employer <http://dbpedia.org/resource/Henry_Howard,_1st_Earl_of_Northampton> . ?x onto:opponent ?uri . }
lcquad
What newspapers's owners is Schibsted
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 rdf:type onto:Newspaper}
lcquad
Who is the common parent of Gettv and hypnotize mind ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:GetTV onto:parentOrganisation ?uri. res:Hypnotize_Minds prop:parent ?uri}
lcquad
Name a fictional character whose relative is Uncle Henry and species is Human?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:relative <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri onto:species <http://dbpedia.org/resource/Human> . ?uri rdf:type onto:FictionalCharacter}
lcquad
Which river inflow of the Cahora Bassa is also Batoka Gorge Hydroelectric Power Station's river ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Cahora_Bassa prop:inflow ?uri. res:Batoka_Gorge_Hydroelectric_Power_Station onto:river ?uri}
lcquad
Which cities come in the course of the river, into which Big Creek around Texas flows too?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:rightTributary <http://dbpedia.org/resource/Big_Creek_(Texas_Co._Missouri)> . ?x onto:city ?uri . ?x rdf:type onto:River}
lcquad
What islands are there on the Greater Antilles archipelago?
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:archipelago <http://dbpedia.org/resource/Greater_Antilles> . ?x prop:name ?uri . ?x rdf:type onto:Island}
lcquad
Was Zachary taylor a major general?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Zachary_Taylor> prop:rank <http://dbpedia.org/resource/Major_general_(United_States)> }
lcquad
Name the military units whose command structure's headquarters is The Pentagon?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:headquarters <http://dbpedia.org/resource/The_Pentagon> . ?uri onto:commandStructure ?x . ?uri rdf:type onto:MilitaryUnit}
lcquad
Which TV show's setting is in Massachusetts and is the subsequent work of Fraiser ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:subsequentWork <http://dbpedia.org/resource/Frasier> . ?uri onto:location <http://dbpedia.org/resource/Massachusetts> . ?uri rdf:type onto:TelevisionShow}
lcquad
Which bands are associated to David Paton?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:David_Paton onto:associatedBand ?uri }
lcquad
In how many teams have people previously played who play as defencemen?
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:position <http://dbpedia.org/resource/Defenceman> . ?x onto:formerTeam ?uri . ?uri rdf:type onto:SportsTeam}
lcquad
What is the Team Name of St. Viator High School ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:St._Viator_High_School prop:teamName ?uri }
lcquad
Give me the count of tenants of the stadia whose one of the tenants is Toronto Furies?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:tenants <http://dbpedia.org/resource/Toronto_Furies> . ?x prop:tenants ?uri }
lcquad
Who is the headcoach of 2013-14 Marquette Golden Eagles men's basketball team ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2013–14_Marquette_Golden_Eagles_men's_basketball_team> prop:headcoach ?uri }
lcquad
To what nation do Victor Gunasekara and Anuruddha Ratwatte owe their allegiance?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Victor_Gunasekara prop:allegiance ?uri. res:Anuruddha_Ratwatte prop:allegiance ?uri . }
lcquad
Who is the musician of Before I let you Go ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Before_I_Let_You_Go onto:musicalArtist ?uri }
lcquad