question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Name the team for which Cam Plante played for which were also the tenants of MasterCard center ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Cam_Plante prop:playedFor ?uri. res:MasterCard_Centre prop:tenants ?uri}
lcquad
City of Miami Cemetery is the governing body of which city?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:City_of_Miami_Cemetery prop:governingBody ?uri }
lcquad
List the movies whose editors are born in London.
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:placeOfBirth <http://dbpedia.org/resource/London> . ?uri onto:editing ?x . ?uri rdf:type onto:Film}
lcquad
Does Shaun Thong a member of Audi?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Shaun_Thong prop:currentTeam res:Audi }
lcquad
Is the chestnut white bellied rat a mammal?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Chestnut_white-bellied_rat> onto:class <http://dbpedia.org/resource/Mammal> }
lcquad
Who attended Great Ayton university?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:education res:Great_Ayton . }
lcquad
Where was Babita born ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Babita prop:birthplace ?uri }
lcquad
What is the city whose mayor is Giorgos Kaminis?
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:mayor <http://dbpedia.org/resource/Giorgos_Kaminis> . ?uri rdf:type onto:AdministrativeRegion}
lcquad
Which destinations of the Air 2000 is also the location continent of the Falken Tire ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Air_2000 prop:destinations ?uri. res:Falken_Tire onto:locationCountry ?uri}
lcquad
Does Sonny Bill Williams belong in the Canterbury Bankstown Bulldogs club?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Sonny_Bill_Williams> prop:club <http://dbpedia.org/resource/Canterbury-Bankstown_Bulldogs> }
lcquad
Which field's journals are edited by Paul Morphy?
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:editor <http://dbpedia.org/resource/Paul_Morphy> . ?x prop:discipline ?uri . ?x rdf:type onto:AcademicJournal}
lcquad
Give me a list of everyone who manages the famous rock art sites?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:architecture res:Rock_art . ?x onto:governingBody ?uri . }
lcquad
List the film starring of the movies whose editor is Harvey Rosenstock ?
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:editing <http://dbpedia.org/resource/Harvey_Rosenstock> . ?x prop:starring ?uri . ?x rdf:type onto:Film}
lcquad
Name hte builder of Baku Olympic Stadium ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Baku_Olympic_Stadium_(BOS)> onto:builder ?uri }
lcquad
Count the awards received by Immunologists?
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:fields <http://dbpedia.org/resource/Immunology> . ?x onto:award ?uri . ?uri rdf:type onto:Award}
lcquad
In which mountain Inyo National Forest and California are located?
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/Inyo_National_Forest> . ?uri onto:locatedInArea <http://dbpedia.org/resource/California> . ?uri rdf:type onto:Mountain}
lcquad
What is the nickname of the club managed by Piotr baron?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:manager res:Piotr_Baron . ?x prop:nickname ?uri . }
lcquad
For how many different teams have the players debuted in Houston Astros played?
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:debutTeam <http://dbpedia.org/resource/Houston_Astros> . ?x onto:team ?uri . ?uri rdf:type onto:SportsTeam}
lcquad
Rostock and Oulu is the shore cities on which sea ?
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:cities <http://dbpedia.org/resource/Rostock> . ?uri prop:cities <http://dbpedia.org/resource/Oulu> . ?uri rdf:type onto:Sea}
lcquad
Was winston churchill the prime minister of Selwyn Lloyd?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Selwyn_Lloyd onto:primeMinister res:Winston_Churchill }
lcquad
How many different things are used as ingredients in Sweden?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:country <http://dbpedia.org/resource/Sweden> . ?x onto:ingredient ?uri . }
lcquad
How many people have been the first one to scale a peak in the Yosemite Park?
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:locatedInArea <http://dbpedia.org/resource/Yosemite_National_Park> . ?x onto:firstAscentPerson ?uri . ?uri rdf:type onto:Person}
lcquad
What are some licensees of the stations playing in Nashville, Tennessee?
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:area <http://dbpedia.org/resource/Nashville,_Tennessee> . ?x prop:licensee ?uri . ?x rdf:type onto:RadioStation}
lcquad
Which builder of Ford Straight-6 engine is also the automobile latform provider of Chiva bus ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chiva_bus> onto:automobilePlatform ?uri. <http://dbpedia.org/resource/Ford_Straight-6_engine> onto:manufacturer ?uri}
lcquad
List the awards given to the key people in Pixar ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pixar prop:keyPeople ?x . ?x onto:award ?uri . }
lcquad
Which distributer of Bombay Sapphire also makes Grewy goose ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Grey_Goose_(vodka)> prop:manufacturer ?uri. <http://dbpedia.org/resource/Bombay_Sapphire> prop:distributor ?uri}
lcquad
Count the total number of bacterias whose division is Firmicutes and domain is Bacteria?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:division <http://dbpedia.org/resource/Firmicutes> . ?uri prop:domain <http://dbpedia.org/resource/Bacteria> }
lcquad
Count me the number of people whose military unit is involved with Close air support ?
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:role <http://dbpedia.org/resource/Close_air_support> . ?uri onto:militaryUnit ?x . ?uri rdf:type onto:MilitaryPerson}
lcquad
What is the college of Malik Ausean which is also the college of Kyle Fuller ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Malik_Ausean_Evans> onto:college ?uri. <http://dbpedia.org/resource/Kyle_Fuller_(basketball)> prop:college ?uri}
lcquad
What are some other great things by the person who produced Queer as Folk?
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 { <http://dbpedia.org/resource/Queer_as_Folk_(UK_TV_series)> onto:producer ?x . ?x prop:notableworks ?uri . ?x rdf:type onto:Person}
lcquad
Does Jean Louis Arcand work for Geneva?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Jean-Louis_Arcand> prop:institution <http://dbpedia.org/resource/Geneva> }
lcquad
Is facebook a public company?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Facebook prop:companyType res:Public_company }
lcquad
Under which scientist did doctoral students erban ieica and Erich Bagge study?
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/Șerban_Țițeica> . ?uri prop:doctoralStudents <http://dbpedia.org/resource/Erich_Bagge> . ...
lcquad
Which rivers start in a country whose leader is Irene Mambilima?
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:leaderName <http://dbpedia.org/resource/Irene_Mambilima> . ?uri onto:sourceCountry ?x . ?uri rdf:type onto:River}
lcquad
Count the number of books whose author's were born in Alcal de Henares ?
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:birthPlace <http://dbpedia.org/resource/Alcalá_de_Henares> . ?uri onto:author ?x . ?uri rdf:type onto:Book}
lcquad
Name the show whose jury consist of Jennifer Lopez and Randy Jackson?
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/Jennifer_Lopez> . ?uri prop:judges <http://dbpedia.org/resource/Randy_Jackson> . ?uri rdf:type onto...
lcquad
List down all the baseball teams whose team manager was a Catcher?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:position <http://dbpedia.org/resource/Catcher> . ?uri onto:manager ?x . ?uri rdf:type onto:BaseballTeam}
lcquad
Which musical band produced the subsequent work of City of New Orleans ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/City_of_New_Orleans_(song)> onto:subsequentWork ?x . ?x onto:musicalBand ?uri . }
lcquad
What is the alma mater of the James Still which is also the alma mater of Tom Maniatis?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:James_Still onto:almaMater ?uri. res:Tom_Maniatis prop:almaMater ?uri}
lcquad
Where is the stadium of west Papus football team ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:West_Papua_football_team onto:stadium ?uri }
lcquad
What is the debut team of the football player whose college is UCLA Bruins football?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:college <http://dbpedia.org/resource/UCLA_Bruins_football> . ?x onto:debutTeam ?uri . ?x rdf:type onto:GridironFootballPlayer}
lcquad
Does Air 2000 fly to the north american continent?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Air_2000 onto:destination res:North_America }
lcquad
In which racing championships did Bobby Beasley and Martin Molony participate?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Bobby_Beasley onto:race ?uri. res:Martin_Molony onto:race ?uri . }
lcquad
What is the origin of the grape whose wine region is the Troodos Mountains ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:wineRegion <http://dbpedia.org/resource/Troodos_Mountains> . ?x onto:origin ?uri . ?x rdf:type onto:Grape}
lcquad
Whose families are Buccinoidea and Buccinidae?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:family res:Buccinoidea . ?uri onto:family res:Buccinidae . }
lcquad
Name the artist of Brad Paisley discography ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Brad_Paisley_discography prop:artist ?uri }
lcquad
Ernest Rutherford was the advisor of how many people?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:doctoralAdvisor <http://dbpedia.org/resource/Ernest_Rutherford> . }
lcquad
Name the TV show whose composer is Judy Hart Angelo and company as Paramount Television ?
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:composer <http://dbpedia.org/resource/Judy_Hart_Angelo> . ?uri prop:company <http://dbpedia.org/resource/Paramount_Television> . ?uri r...
lcquad
list all the chairman of Vancouver Whitecaps FC?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Vancouver_Whitecaps_FC prop:chairman ?uri }
lcquad
What are some employees of Uni of California, santa cruz?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:employer <http://dbpedia.org/resource/University_of_California,_Santa_Cruz> . }
lcquad
Which municipality of the Brown's Corners, toronto also place of birth of Krista Kelly ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brown's_Corners,_Toronto> onto:municipality ?uri. <http://dbpedia.org/resource/Krista_Kelly> prop:placeOfBirth ?uri}
lcquad
Which famous writer was married to Jill Krementz and had a son named Edith Vonnegut ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:spouse <http://dbpedia.org/resource/Jill_Krementz> . ?uri onto:child <http://dbpedia.org/resource/Edith_Vonnegut> . ?uri rdf:type onto:Writer}
lcquad
Name the nearest city to Tennie and Laura ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tennie_and_Laura_(schooner)> prop:nearestCity ?uri }
lcquad
How many TV shows have been created by Simon Fuller ?
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:creator <http://dbpedia.org/resource/Simon_Fuller> . ?uri rdf:type onto:TelevisionShow}
lcquad
Who appointed the governor under which Robert Witherspoon worked?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Robert_Witherspoon onto:governor ?x . ?x prop:appointer ?uri . }
lcquad
What is the area of ITV (Thailand) ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/ITV_(Thailand)> prop:area ?uri }
lcquad
who all play for of the american football players at Quarterback position?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:position <http://dbpedia.org/resource/Quarterback> . ?x onto:team ?uri . ?x rdf:type onto:AmericanFootballPlayer}
lcquad
Name the office holder whose child is Lori Black and predecessor is Henry E. Catto Jr ?
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/Lori_Black> . ?uri onto:predecessor <http://dbpedia.org/resource/Henry_E._Catto,_Jr.> . ?uri rdf:...
lcquad
Which televion show's theme music was given by Ron Grainer and is broadcasted by BBC HD ?
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/Ron_Grainer> . ?uri onto:network <http://dbpedia.org/resource/BBC_HD> . ?uri rdf:type o...
lcquad
Name a person who was educated in Humes High School ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:education <http://dbpedia.org/resource/Humes_High_School> . ?uri rdf:type onto:Person}
lcquad
Where do I find buildings rented by Weber Thompson?
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:tenant <http://dbpedia.org/resource/Weber_Thompson> . ?x prop:address ?uri . ?x rdf:type onto:Building}
lcquad
What is the field of interest of the advisor of Henri Maspero ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Henri_Maspero onto:academicAdvisor ?x . ?x prop:fields ?uri . }
lcquad
Name the actor of Soylent Green to which Lydia Clarke is married ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lydia_Clarke prop:spouse ?uri. res:Soylent_Green onto:starring ?uri . }
lcquad
Count the cities whihch are on the same sea as that of Miami ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:cities <http://dbpedia.org/resource/Miami> . ?x prop:cities ?uri }
lcquad
Name the stock holders of soccer club whose one of the stockholder is Carl Sanders ?
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:owner <http://dbpedia.org/resource/Carl_Sanders> . ?x onto:owner ?uri . ?x rdf:type onto:SoccerClub}
lcquad
Who are the key people of FWD.us?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:FWD.us prop:keyPeople ?uri }
lcquad
Who is the executive producer of Into the Dalek ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Into_the_Dalek prop:executiveProducer ?uri }
lcquad
What team is famous for Robert Nederlander and also the debuting team of Gary Sanchez?
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/Robert_Nederlander> onto:knownFor ?uri. <http://dbpedia.org/resource/Gary_Sánchez> onto:debutTeam ?uri . ?uri rdf:type onto:SportsTeam}
lcquad
List everyone who got their training in the city of California?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:city res:California . ?uri prop:training ?x . }
lcquad
Where are Thomas Franois Burgers and Johannes Gerhardus Strijdom buried?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Thomas_François_Burgers prop:restingplace ?uri. res:Johannes_Gerhardus_Strijdom prop:restingplace ?uri . }
lcquad
Through how many cities does the river flowing into Arkansas go?
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:mouthMountain <http://dbpedia.org/resource/Arkansas> . ?x onto:city ?uri . ?uri rdf:type onto:City}
lcquad
What is the municipality of the Brown's Corners, Toronto and also the place of birth of the George Karrys
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brown's_Corners,_Toronto> onto:municipality ?uri. <http://dbpedia.org/resource/George_Karrys> prop:placeOfBirth ?uri}
lcquad
Does Richard Marx play guitar?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Richard_Marx prop:instrument res:Guitar }
lcquad
How many things are manufactured by the company whose subsidiary is Sony Corporation shareholders and subsidiaries?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:subsidiary <http://dbpedia.org/resource/Sony_Corporation_shareholders_and_subsidiaries> . ?uri onto:manufacturer ?x . }
lcquad
What is the total number of office holders who preceded the people working under president bill clinton?
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:president <http://dbpedia.org/resource/Bill_Clinton> . ?uri prop:successor ?x . ?uri rdf:type onto:OfficeHolder}
lcquad
In which other places are there companies which are in Ontario, too?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:locationCity res:Ontario . ?x prop:locations ?uri . }
lcquad
What is the POD of the successor of Pmare I ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pōmare_I prop:successor ?x . ?x onto:deathPlace ?uri . }
lcquad
In which companies boards do the writers of Wikitionary belong?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Wiktionary onto:author ?x . ?x onto:board ?uri . }
lcquad
How many nations' volleyball players have played for the Russian women volleyball 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:nationalteam <http://dbpedia.org/resource/Russia_women's_national_volleyball_team> . ?x prop:placeOfBirth ?uri . ?uri rdf:type on...
lcquad
Which office holder's governor is Charles Willing Byrd and has final resting place in North Bend, 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 {?uri onto:governor <http://dbpedia.org/resource/Charles_Willing_Byrd> . ?uri prop:restingplace <http://dbpedia.org/resource/North_Bend,_Ohio> . ?...
lcquad
What is the television show which has cast member as Jason Carter and network is TNT (TV channel)?
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:starring <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri prop:network <http://dbpedia.org/resource/TNT_(TV_channel)> . ?uri r...
lcquad
In how many places can I find people whose alma mater was in bachelor of arts?
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:almaMater <http://dbpedia.org/resource/Bachelor_of_Arts> . ?x onto:residence ?uri . ?uri rdf:type onto:Place}
lcquad
Is Gutenberg neighbouring with Madiswil?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Madiswil> prop:neighboringMunicipalities <http://dbpedia.org/resource/Gutenburg,_Switzerland> }
lcquad
List the junctions which lie on U.S. Route 59 in Texas and 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_in_Texas prop:junction ?uri. res:U.S._Route_59 prop:junction ?uri . }
lcquad
Does Mr. Jim's Pizza operate in the pizza industry?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Mr._Jim's_Pizza> onto:industry <http://dbpedia.org/resource/Pizza> }
lcquad
Which scientist's academic advisor is Georg Meissner and is known for invention of Anthrax ?
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:knownFor <http://dbpedia.org/resource/Anthrax> . ?uri prop:doctoralAdvisor <http://dbpedia.org/resource/Georg_Meissner> . ?uri rdf:type...
lcquad
Name the writer of South Park: The Stick of Truth ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:South_Park:_The_Stick_of_Truth onto:writer ?uri }
lcquad
Who owns Torrey Pines Gliderport?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Torrey_Pines_Gliderport prop:owner ?uri }
lcquad
Who wrote a streetcar named desire?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Streetcar_Named_Desire_(play)> prop:writer ?uri }
lcquad
Which nationality of Newin Chidchob is also the nationality of Ajahn Sao Kantaslo ?
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:Ajahn_Sao_Kantasīlo onto:nationality ?uri}
lcquad
What is the label of the album whose previous work is Waterfall?
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:previousWork <http://dbpedia.org/resource/Waterfall_(album)> . ?x prop:label ?uri . ?x rdf:type onto:Album}
lcquad
What is the label of things produced by the band If?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:artist <http://dbpedia.org/resource/If_(band)> . ?x prop:label ?uri . }
lcquad
Which automobile platform provider of Chiva bus is also the parent company of the Ford Falcon Cobra ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Chiva_bus onto:automobilePlatform ?uri. res:Ford_Falcon_Cobra onto:parentCompany ?uri}
lcquad
List the goverener of Winston Bryant?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Winston_Bryant prop:governor ?uri }
lcquad
Count the movies directed by Tim Burton and music composer Danny Elfman ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:music <http://dbpedia.org/resource/Danny_Elfman> . ?uri prop:director <http://dbpedia.org/resource/Tim_Burton> }
lcquad
Erik Jendresen is writer and Play tone is company of which TV 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 prop:company <http://dbpedia.org/resource/Playtone> . ?uri rdf:type onto:Tel...
lcquad
From which genres of music did those genres emerge where drums are important?
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:instruments <http://dbpedia.org/resource/Drum_kit> . ?x onto:stylisticOrigin ?uri . ?x rdf:type onto:MusicGenre}
lcquad
Which developer of the Spider-Man: Edge of Time is the successor of PlayStation 2 ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Spider-Man:_Edge_of_Time> onto:developer ?uri. <http://dbpedia.org/resource/PlayStation_2> onto:successor ?uri}
lcquad
Who is the appointer of Earl B. Ruth ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Earl_B._Ruth prop:appointer ?uri }
lcquad
What is the constituency of the leader of Labour Party (Norway)?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Labour_Party_(Norway)> prop:leader ?x . ?x prop:constituency ?uri . }
lcquad