question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Was John Boehner the winner of the US House of Representatives elections in Ohio in 2010? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/United_States_House_of_Representatives_elections_in_Ohio,_2010> prop:incumbent <http://dbpedia.org/resource/John_Boehner> } | lcquad |
Which american football team has stadium as O.co Coliseum? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:locationCity <http://dbpedia.org/resource/O.co_Coliseum> . ?uri rdf:type onto:AmericanFootballTeam} | lcquad |
How many subjects are covered in the publications of Doubleday? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:publisher <http://dbpedia.org/resource/Doubleday_(publisher)> . ?x onto:nonFictionSubject ?uri . } | lcquad |
In which city of Pittsburg Steelers was the Congress of Inductrial Organization founded ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Congress_of_Industrial_Organizations prop:founded ?uri. res:Pittsburgh_Steelers prop:city ?uri} | lcquad |
What is the hometown of the residents of Martha's vineyards? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:residence <http://dbpedia.org/resource/Martha's_Vineyard> . ?x onto:hometown ?uri . } | lcquad |
Name the sea into which Danish Straits flows and has Kaliningrad as one of the city on the shore ? | 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/Kaliningrad> . ?uri prop:outflow <http://dbpedia.org/resource/Danish_straits> . ?uri rdf:type onto:... | lcquad |
Name the team manger of Middlebrough F.C season 2006-07 ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:2006–07_Middlesbrough_F.C._season onto:manager ?uri } | lcquad |
What city has the football team in which Lee Robinson debuted? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lee_Robinson_(American_football)> onto:debutTeam ?x . ?x onto:locationCity ?uri . } | lcquad |
Who is the owner of the bank which owns Bloomberg Radio? | 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/Bloomberg_Radio> onto:owner ?x . ?x prop:owner ?uri . ?x rdf:type onto:Bank} | lcquad |
Which companies were behind the renovation of McKechnie Field ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:McKechnie_Field prop:architect ?uri } | lcquad |
Who was the coach of marquette Golden Eagles men's basketball team-2012,13 season ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2012–13_Marquette_Golden_Eagles_men's_basketball_team> onto:coach ?uri } | lcquad |
Miluk and Cayuse are still spoken in which part of the world? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Miluk_language prop:region ?uri. res:Cayuse_language prop:region ?uri . } | lcquad |
Which governer of Winston bryant is also the president of Carl Stokes ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Winston_Bryant prop:governor ?uri. res:Carl_Stokes prop:president ?uri} | lcquad |
List the sports of PATTS College of Aeronautics which are of interest of Jon Speelman ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:PATTS_College_of_Aeronautics prop:athletics ?uri. res:Jon_Speelman onto:field ?uri} | lcquad |
What is the home stadium of the club coached by Justine Omojong? | 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:coach <http://dbpedia.org/resource/Justine_Omojong> . ?x prop:homeStadium ?uri . ?x rdf:type onto:SoccerClub} | lcquad |
Which are the predecessors of the cars which are similar to the Oldsmobile 88? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Oldsmobile_88 prop:related ?x . ?x onto:predecessor ?uri . } | lcquad |
Name a queen whose parent is Ptolemy XII Auletes and consort is Ptolemy XIII Theos Philopator? | 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:parent <http://dbpedia.org/resource/Ptolemy_XII_Auletes> . ?uri prop:spouse <http://dbpedia.org/resource/Ptolemy_XIII_Theos_Philopator> ... | lcquad |
Which show's theme music was composed by Primus and voiced 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:themeMusicComposer <http://dbpedia.org/resource/Primus_(band)> . ?uri prop:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri rdf:... | lcquad |
Who is the chancellor of the university whose campus is in Woodlane, New Jersey ? | 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:campus <http://dbpedia.org/resource/Woodlane,_New_Jersey> . ?x prop:chancellor ?uri . ?x rdf:type onto:University} | lcquad |
Name the mountain whose parent peak is located in Mexico. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:locatedInArea <http://dbpedia.org/resource/State_of_Mexico> . ?uri onto:parentMountainPeak ?x . ?uri rdf:type onto:Mountain} | lcquad |
List the ingredient of Blodpalt ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Blodpalt onto:ingredient ?uri } | lcquad |
List the developers who has contributed to both GNOWSYS and GNU TeXmacs ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:GNOWSYS onto:developer ?uri. res:GNU_TeXmacs onto:developer ?uri . } | lcquad |
List the served region of the organisations of Trade association. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:type <http://dbpedia.org/resource/Trade_association> . ?x onto:regionServed ?uri . ?x rdf:type onto:Organisation} | lcquad |
Is Hyundai Lavita assembled in Malaysia? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Hyundai_Lavita onto:assembly res:Malaysia } | lcquad |
Who composed the music for Tonight's the Night ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tonight's_the_Night_(2003_musical)> prop:music ?uri } | lcquad |
How many things are made by companies who produce mass media articles? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:products <http://dbpedia.org/resource/Mass_media> . ?uri onto:manufacturer ?x . } | lcquad |
What awards have been given to race horses bred by Bert Michell? | 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:trainer <http://dbpedia.org/resource/Bert_S._Michell> . ?x onto:honours ?uri . ?x rdf:type onto:RaceHorse} | lcquad |
Whose mayors are affiliated with Christen-Democratisch en Vlaams? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:affiliation <http://dbpedia.org/resource/Christen-Democratisch_en_Vlaams> . ?uri onto:leaderName ?x . } | lcquad |
What is the common nationality of Viveka Babajee anad Ronny Vencatachellum ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Viveka_Babajee prop:citizenship ?uri. res:Ronny_Vencatachellum onto:nationality ?uri} | lcquad |
Is the Hyundai Lavita assembled in Ulsan? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Hyundai_Lavita prop:assembly res:Ulsan } | lcquad |
Which party won the elections when Y.S. Rajasekhara Reddy was in power? | 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:leader <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x onto:affiliation ?uri . ?x rdf:type onto:Election} | lcquad |
Where does the river begin whose left tributary is Krapanski Potok? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:leftTributary res:Krapanski_Potok . ?x onto:source ?uri . } | lcquad |
What are the notable commanders of the army whose one of the notable commanders is Paul Hausser? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:notableCommanders res:Paul_Hausser . ?x prop:notableCommanders ?uri . } | lcquad |
Name the source of Raa ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Raša_(river)> onto:source ?uri } | lcquad |
Does Fa'a' International Airport serve tahiti too? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Fa'a'ā_International_Airport> prop:cityServed <http://dbpedia.org/resource/Tahiti> } | lcquad |
Who is the producer of Frampton's Camel ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frampton's_Camel> prop:producer ?uri } | lcquad |
Name the directors of Lennon Legend: The Very Best of John Lennon (DVD) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lennon_Legend:_The_Very_Best_of_John_Lennon_(DVD)> onto:director ?uri } | lcquad |
What is the political party of Arun Chandra Guha and Indira Gandhi? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Arun_Chandra_Guha onto:party ?uri. res:Indira_Gandhi onto:party ?uri . } | lcquad |
To which country is Svetlana Navasardyan from? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Svetlana_Navasardyan prop:origin ?uri } | lcquad |
What is the alma mater of the scientist who is known for Rational analysis ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:knownFor <http://dbpedia.org/resource/Rational_analysis> . ?x onto:almaMater ?uri . ?x rdf:type onto:Scientist} | lcquad |
In how many places has Don R. Berlin worked? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Don_R._Berlin> onto:employer ?uri . } | lcquad |
For how many movies are there whose musicians home town is in Volos ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:hometown <http://dbpedia.org/resource/Volos> . ?uri prop:music ?x . ?uri rdf:type onto:Film} | lcquad |
In all the places with a stagecoach, where is a Peetz Table Wind Energy Center located too? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stagecoach,_Colorado> prop:location ?uri. <http://dbpedia.org/resource/Peetz_Table_Wind_Energy_Center> prop:location ?uri . } | lcquad |
Name the fictional character whose relatives are Huey, Dewey, and Louie and is of species American Pekin duck? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:relatives <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . ?uri onto:species <http://dbpedia.org/resource/American_Pekin_duck> . ... | lcquad |
Who is the owner of the website which has the label Seed Eight ? | 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/Seed_Eight> prop:label ?x . ?x prop:owner ?uri . ?x rdf:type onto:Website} | lcquad |
In which country is Sierra del Merendin? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Sierra_del_Merendón onto:country ?uri . } | lcquad |
What is on the border of the places which fall under crook county municipality, oregon? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:municipality <http://dbpedia.org/resource/Crook_County,_Oregon> . ?x onto:border ?uri . } | lcquad |
Which is the university of Vanderbilt Commodores ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vanderbilt_Commodores onto:university ?uri } | lcquad |
Whose relatives are Clan McDuck and Huey, Dewey, and Louie? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:relatives <http://dbpedia.org/resource/Clan_McDuck> . ?uri prop:relatives <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . } | lcquad |
What musicians are signed up with colpix 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 {?uri prop:label <http://dbpedia.org/resource/Colpix_Records> . ?uri rdf:type onto:MusicalArtist} | lcquad |
Who is the person that first ascented the Cathedral Peak and Mount Hoffmann? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> onto:firstAscentPerson ?uri. <http://dbpedia.org/resource/Mount_Hoffmann> onto:firstAscentPerson ?uri . } | lcquad |
What currencies are used in the country whose capital is Podgorica? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:capital res:Podgorica . ?x prop:currency ?uri . } | lcquad |
How many other home stadium are there of the soccer club whose home stadium is Luzhniki Stadium ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:homeStadium <http://dbpedia.org/resource/Luzhniki_Stadium> . ?x onto:homeStadium ?uri } | lcquad |
Where was William Anthony trained ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> onto:training ?uri } | lcquad |
Which composer of Motorpsycho Nitemare has also composed The time are A-Changing ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Motorpsycho_Nitemare> prop:composer ?uri. <http://dbpedia.org/resource/The_Times_They_Are_a-Changin'_(musical)> onto:musicBy ?uri} | lcquad |
What river is it whose source is Dowra? | 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:sourceLocation <http://dbpedia.org/resource/Dowra> . ?uri rdf:type onto:River} | lcquad |
What is the religion of the president who won the Mongolian legislative election, 2004 ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mongolian_legislative_election,_2004> prop:leader ?x . ?x onto:religion ?uri . } | lcquad |
Give me everything owned by networks which is lead by Steve Burke? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:keyPerson <http://dbpedia.org/resource/Steve_Burke_(businessman)> . ?uri onto:network ?x . } | lcquad |
What is the municipality of Homestead Grays Bridge ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Homestead_Grays_Bridge onto:municipality ?uri } | lcquad |
What religion do the politicians follow, who graduated from the Yokkohama Nationaal 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 { ?x prop:almaMater <http://dbpedia.org/resource/Yokohama_National_University> . ?x onto:religion ?uri . ?x rdf:type onto:Politician} | lcquad |
Who is the narrator of The Incredible Hulk , 1982 TV series ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> prop:narrated ?uri } | lcquad |
What sports are played in schools where Swahili is the official language? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:language res:Swahili_language . ?x onto:sport ?uri . } | lcquad |
Which interest of Philip Novak is the relegion of Vesak ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Philip_Novak prop:mainInterests ?uri. res:Vesak onto:type ?uri} | lcquad |
Count all the ethinic group who speaks language which belongs to Anglo-Frisian language family ? | 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:languageFamily <http://dbpedia.org/resource/Anglo-Frisian_languages> . ?uri prop:languages ?x . ?uri rdf:type onto:EthnicGroup} | lcquad |
What is the area of the Tar Heel Sports Network which is official residence of the Michael Nichols (photographer) ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tar_Heel_Sports_Network> prop:area ?uri. <http://dbpedia.org/resource/Michael_Nichols_(photographer)> onto:residence ?uri} | lcquad |
Cologny and Lancy are the neighboring municipalities of which place ? | 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:neighboringMunicipalities <http://dbpedia.org/resource/Cologny> . ?uri prop:neighboringMunicipalities <http://dbpedia.org/resource/Lanc... | lcquad |
How many artists have their works in the Sao Paolo Museum of Art? | 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:museum <http://dbpedia.org/resource/São_Paulo_Museum_of_Art> . ?x prop:artist ?uri . ?uri rdf:type onto:Artist} | lcquad |
VP-8 and VP-10 shares which command structure ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/VP-8> onto:commandStructure ?uri. <http://dbpedia.org/resource/VP-10> onto:commandStructure ?uri . } | lcquad |
What is used as money for French Southern and Antarctic Lands is also the product of the Karafarin Bank ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:French_Southern_and_Antarctic_Lands onto:currency ?uri. res:Karafarin_Bank onto:product ?uri} | lcquad |
Give me the total number of membership of the organisations which have memebers as Azerbaijan? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:membership <http://dbpedia.org/resource/Azerbaijan> . ?x prop:membership ?uri } | lcquad |
What is the content licence of MSX BASIC ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:MSX_BASIC prop:license ?uri } | lcquad |
What are the central characters in spy kids series? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:series <http://dbpedia.org/resource/Spy_Kids_(franchise)> . } | lcquad |
Which comic characters were created by Paul Dini? | 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:creators <http://dbpedia.org/resource/Paul_Dini> . ?uri rdf:type onto:ComicsCharacter} | lcquad |
who owns the ship Victoria? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Victoria_(ship)> onto:owner ?uri } | lcquad |
Where was the predecessor of Sevan Ross born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:successor res:Sevan_Ross . ?x prop:placeOfBirth ?uri . } | lcquad |
Which city council owns the Ted Williams tunnel and Leonard Memorial ridge? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ted_Williams_Tunnel prop:owner ?uri. res:Leonard_P._Zakim_Bunker_Hill_Memorial_Bridge prop:owner ?uri . } | lcquad |
Where is the school which is the rival of Somerset Berkley Regional High? | 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/Somerset_Berkley_Regional_High_School> onto:rival ?x . ?x onto:region ?uri . ?x rdf:type onto:School} | lcquad |
How many soccer manager have been in the Spain nation 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 COUNT(?uri) WHERE {?uri prop:nationalteam <http://dbpedia.org/resource/Spain_national_football_team> . ?uri rdf:type onto:SoccerManager} | lcquad |
Name the common alma mater of the Henry Morton Dexter and Jack McGregor | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Henry_Morton_Dexter onto:education ?uri. res:Jack_McGregor onto:education ?uri . } | lcquad |
What are some companies which are founded in Dallas Jurisdiction? | 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:governingBody <http://dbpedia.org/resource/Dallas> . ?uri onto:foundationPlace ?x . ?uri rdf:type onto:Company} | lcquad |
How many bands collaborated with artists who signed up with EMI? | 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:recordLabel <http://dbpedia.org/resource/EMI> . ?x onto:associatedMusicalArtist ?uri . ?uri rdf:type onto:Band} | lcquad |
What is the purpose of New Zealand Chess Federation ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:New_Zealand_Chess_Federation prop:purpose ?uri } | lcquad |
How many TV shows are of the company which are of company which is a subsidiary of Big Ticket Entertainment ? | 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:subsidiary <http://dbpedia.org/resource/Big_Ticket_Entertainment> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
Who operates twin Cities 400 ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Twin_Cities_400 onto:operatedBy ?uri } | lcquad |
What is the city of the Maine School of Science and Mathematics is also the resting place of Charles A. Boutelle ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Maine_School_of_Science_and_Mathematics onto:authority ?uri. res:Charles_A._Boutelle prop:restingplace ?uri} | lcquad |
Give me a count of royalties buried in Rome ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:placeOfBurial <http://dbpedia.org/resource/Rome> . ?uri rdf:type onto:Royalty} | lcquad |
In how many places are Marjas found? | 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:title <http://dbpedia.org/resource/Marja'> . ?x onto:location ?uri . ?uri rdf:type onto:Location} | lcquad |
List the soccer players whose current team has the ground Stoke-on-Trent. | 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:ground <http://dbpedia.org/resource/Stoke-on-Trent> . ?uri prop:currentclub ?x . ?uri rdf:type onto:SoccerPlayer} | lcquad |
Which are the countires where Pioneer Corporation has flourished? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Pioneer_Corporation prop:country ?uri } | lcquad |
Who is the president of Carl Stokes nad Wyche Fowler ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Carl_Stokes prop:president ?uri. res:Wyche_Fowler onto:president ?uri} | lcquad |
Is God Save the Queen the national anthem of United Kingdom? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:United_Kingdom prop:nationalAnthem res:God_Save_the_Queen } | lcquad |
List few Swedish language movies ? | 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:language <http://dbpedia.org/resource/Swedish_language> . ?uri rdf:type onto:Film} | lcquad |
Was christina crawford trained by Booker T? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Christina_Crawford_(wrestler)> prop:trainer <http://dbpedia.org/resource/Booker_T_(wrestler)> } | lcquad |
What is the currency of Kerguelen Islands ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kerguelen_Islands onto:currency ?uri } | lcquad |
What are the musicals whose musicians worked under Sony Music Entertainment? | 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:label <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri prop:music ?x . ?uri rdf:type onto:Musical} | lcquad |
Whose shrines are in a place governed by Justin Trudeau? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:leaderName res:Justin_Trudeau . ?uri onto:majorShrine ?x . } | lcquad |
What are the academic interests of the past members of Senser? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Senser prop:pastMembers ?x . ?x prop:mainInterests ?uri . } | lcquad |
Who is the leader of Hackweiser ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Hackweiser prop:leaderName ?uri } | lcquad |
In which city is the sister station of KTXY located ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:KTXY onto:sisterStation ?x . ?x onto:city ?uri . } | lcquad |
Where was the successor of Hank Brown born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Hank_Brown prop:successor ?x . ?x onto:birthPlace ?uri . } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.