question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Which is the nearest city to Elliott Bay ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Elliott_Bay onto:nearestCity ?uri } | lcquad |
In which sects were the aristocrats included, who were buried in Westminister abbey? | 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/Westminster_Abbey> . ?x prop:veneratedIn ?uri . ?x rdf:type onto:Royalty} | lcquad |
Name the saint whose major shrine is in Canada and was canonized by Pope Benedict XVI? | 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:majorShrine <http://dbpedia.org/resource/Canada> . ?uri prop:canonizedBy <http://dbpedia.org/resource/Pope_Benedict_XVI> . ?uri rdf:typ... | lcquad |
who was the australian flagbearer of 2008 Summer Olympics? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Australia_at_the_2008_Summer_Olympics prop:flagbearer ?uri } | lcquad |
Which vice president of Warren G. Harsing is also the president of Evans Hughes ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Warren_G._Harding onto:vicePresident ?uri. res:Charles_Evans_Hughes onto:president ?uri} | lcquad |
Who is the manager of the club whose homeground is the riverside 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:ground <http://dbpedia.org/resource/Riverside_Stadium> . ?uri onto:managerClub ?x . ?uri rdf:type onto:SportsManager} | lcquad |
Does the Utah State Route 162 end at Colorado? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Utah_State_Route_162 onto:routeEnd res:Colorado } | lcquad |
Which recognized title of Frank Thorne is also the product of Playboy Enterprise ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Playboy_Enterprises prop:products ?uri. res:Frank_Thorne onto:award ?uri} | lcquad |
Whose constituency is Duboce Triangle ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:constituency <http://dbpedia.org/resource/Duboce_Triangle,_San_Francisco> . } | lcquad |
What is the name of Mary's divine child? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:parent <http://dbpedia.org/resource/Mary_(mother_of_Jesus)> . } | lcquad |
Joe Hahn is the member of what band? | 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:currentMembers <http://dbpedia.org/resource/Joe_Hahn> . ?uri rdf:type onto:Band} | lcquad |
Which team did wolfred McDonald is also the prospect team of Milkhail Pashnin ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Mikhail_Pashnin prop:prospectTeam ?uri. res:Wilfred_McDonald prop:playedFor ?uri} | lcquad |
Which companies have launched from the Vandenberg Air Force Air base? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:launchSite res:Vandenberg_Air_Force_Base . ?x onto:manufacturer ?uri . } | lcquad |
How many home stadiums are there of the seasons whose chairman in Merritt Paulson? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:chairman <http://dbpedia.org/resource/Merritt_Paulson> . ?x onto:homeStadium ?uri . } | lcquad |
What are some primates? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:order res:Primate . } | lcquad |
What is the rank of Julius C. Burrows politically? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Julius_C._Burrows prop:order ?uri } | lcquad |
Name a few whose live in a place where Indian English is an official language | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:officialLanguage res:Indian_English . ?uri onto:residence ?x . } | lcquad |
Count the number of first drivers in all the GPs where Mika Hakkinen was a first driver? | 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:poleDriver <http://dbpedia.org/resource/Mika_Häkkinen> . ?x onto:firstDriver ?uri . ?uri rdf:type onto:RacingDriver} | lcquad |
What sports are played at Vishwajyot High School? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vishwajyot_High_School onto:sport ?uri } | lcquad |
BBC Two is the sister channel of networks having which shows? | 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:sisterNames <http://dbpedia.org/resource/BBC_Two> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
Who owns a bridge in Boston? | 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:locatedInArea <http://dbpedia.org/resource/Boston> . ?x prop:owner ?uri . ?x rdf:type onto:Bridge} | lcquad |
In which fields are both Paul Demiville and Sylvain levi experts? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Paul_Demiéville prop:fields ?uri. res:Sylvain_Lévi prop:fields ?uri . } | lcquad |
How many tenats have been there, of the constructions of PCL constructures? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:builder <http://dbpedia.org/resource/PCL_Construction> . ?x onto:tenant ?uri . } | lcquad |
Which non fiction of the Thud is also the field of the Jon Speelman ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thud!> onto:nonFictionSubject ?uri. <http://dbpedia.org/resource/Jon_Speelman> onto:field ?uri} | lcquad |
Who was the prime minister of Victor Hope, 2nd Marquess of Linlithgow and also the editor of British Gazette ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Victor_Hope,_2nd_Marquess_of_Linlithgow> prop:primeminister ?uri. <http://dbpedia.org/resource/British_Gazette> prop:editor ?uri} | lcquad |
Name the hockey team whose head coach is Alain Vigneault? | 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:headCoach <http://dbpedia.org/resource/Alain_Vigneault> . ?uri rdf:type onto:HockeyTeam} | lcquad |
What is the municipality of Patterson Houses ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Patterson_Houses onto:municipality ?uri } | lcquad |
Give me a count of everything under the archipelago, where Papeete is the biggest town. | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:largestCity <http://dbpedia.org/resource/Papeete> . ?uri prop:archipelago ?x . } | lcquad |
Where does the rivers ending in lake washington begin? | 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:riverMouth <http://dbpedia.org/resource/Lake_Washington> . ?x prop:sourceLocation ?uri . ?x rdf:type onto:River} | lcquad |
Who all have developed a cross platform software? | 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:operatingSystem <http://dbpedia.org/resource/Cross-platform> . ?x onto:developer ?uri . ?x rdf:type onto:Software} | lcquad |
where did soccer bowl take place in 76? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Soccer_Bowl_'76> onto:city ?uri } | lcquad |
What political ideology of the Palang Dharma Party is relegion of Inthakin? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Palang_Dharma_Party onto:ideology ?uri. res:Inthakin onto:type ?uri} | lcquad |
List the cities which share the same water body as that of Florida ? | 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:cities <http://dbpedia.org/resource/Florida> . ?x prop:cities ?uri . ?x rdf:type onto:BodyOfWater} | lcquad |
What is common between genre of battle chess and purpose of New Zealand Chess ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Battle_Chess prop:genre ?uri. res:New_Zealand_Chess_Federation prop:purpose ?uri} | lcquad |
Is GIMP written in C? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/GIMP> onto:programmingLanguage <http://dbpedia.org/resource/C_(programming_language)> } | lcquad |
Who is relative of the people died in Bergen-Belsen concentration camp ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:deathPlace <http://dbpedia.org/resource/Bergen-Belsen_concentration_camp> . ?x onto:relative ?uri . } | lcquad |
In which state can I find Burr Truss styled bridges? | 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:style <http://dbpedia.org/resource/Burr_Truss> . ?x onto:state ?uri . ?x rdf:type onto:Bridge} | lcquad |
Which info. appliance is manufactured by Asus and is the predecessor of PS 2? | 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:predecessor <http://dbpedia.org/resource/PlayStation_2> . ?uri onto:manufacturer <http://dbpedia.org/resource/Asus> . ?uri rdf:type ont... | lcquad |
Which cover artist of the The Adventures of Tom Sawyer also the source of inspiration of The Appple Tree ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Adventures_of_Tom_Sawyer onto:coverArtist ?uri. res:The_Apple_Tree onto:basedOn ?uri} | lcquad |
Which university of Alexandre Tichonov is the place of death of Valentin Muratov / | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Alexandre_Tichonov prop:university ?uri. res:Valentin_Muratov prop:placeOfDeath ?uri} | lcquad |
What kind of music is produced at the record label founded by Andre Bourgeois? | 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:founder <http://dbpedia.org/resource/André_Bourgeois> . ?x onto:genre ?uri . ?x rdf:type onto:RecordLabel} | lcquad |
What is the place of death of the lieutenant of Frank Steunenberg? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Frank_Steunenberg prop:lieutenant ?x . ?x prop:placeOfDeath ?uri . } | lcquad |
How many titles have been won by the beauty queens which had brown hair? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:hairColor <http://dbpedia.org/resource/Brown_hair> . ?x prop:title ?uri . } | lcquad |
What are the border of High Desert (Oregon)? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/High_Desert_(Oregon)> onto:border ?uri } | lcquad |
What is the location city of Burnside Distribution Corporation ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Burnside_Distribution_Corporation onto:locationCity ?uri } | lcquad |
Which country's people work in the Birdman enterprises? | 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:institution <http://dbpedia.org/resource/Birdman_Enterprises> . ?x prop:nationality ?uri . ?x rdf:type onto:Engineer} | lcquad |
Where is Oskar Blues located ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Oskar_Blues_Brewery prop:location ?uri } | lcquad |
Paul Leonard's work can be divided into how many series? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:author <http://dbpedia.org/resource/Paul_Leonard_(writer)> . ?x onto:series ?uri . } | lcquad |
Who won the Lovelace Medal and the Norbert Wiener Award for Social and Professional Responsibility? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:prizes res:Lovelace_Medal . ?uri prop:prizes res:Norbert_Wiener_Award_for_Social_and_Professional_Responsibility . } | lcquad |
List the sports associated with Mariveles, Bataan? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:city <http://dbpedia.org/resource/Mariveles,_Bataan> . ?x onto:sport ?uri . } | lcquad |
Which holy places did consider Pope Gregory I as a saint? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Pope_Gregory_I prop:veneratedIn ?uri } | lcquad |
Which incumbent of Al Gore presidential campaign wass also the president of Mike McCurry ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mike_McCurry_(press_secretary)> onto:president ?uri. <http://dbpedia.org/resource/Al_Gore_presidential_campaign,_2000> onto:incumbent ?uri} | lcquad |
What software is developed by GNOWSYS and is licensed by Frontaccounting? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Frontaccounting onto:license ?uri. res:GNOWSYS onto:developer ?uri} | lcquad |
Which admin center of pulau Ujong is also the largest city of Pulau Ubin ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pulau_Ubin onto:largestCity ?uri. res:Pulau_Ujong onto:capital ?uri} | lcquad |
What is the parent company of PrivateCore? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:subsidiary res:PrivateCore } | lcquad |
Name the scientist whose supervisor was John Robert Woodyard and has won Norbert Wiener Award for Social and Professional Responsibility? | 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:doctoralAdvisor <http://dbpedia.org/resource/John_Robert_Woodyard> . ?uri prop:prizes <http://dbpedia.org/resource/Norbert_Wiener_Award_... | lcquad |
Name the river with mouth palce Essex and source place as Gloucestershire ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mouthPlace <http://dbpedia.org/resource/Essex> . ?uri onto:sourcePlace <http://dbpedia.org/resource/Gloucestershire> . ?uri rdf:type onto:River} | lcquad |
In which province was Dick Redding born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Dick_Redding prop:birthDate ?uri } | lcquad |
What awards have been awarded both to Ingmar bergman and James O'Brien? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ingmar_Bergman> prop:awards ?uri. <http://dbpedia.org/resource/James_F._O'Brien> onto:award ?uri} | lcquad |
Count the number of characters of the play whose one of the character is Catwoman ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:characters <http://dbpedia.org/resource/Catwoman> . ?x prop:characters ?uri } | lcquad |
Where else did the graduates of the university of west indies 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:institution res:University_of_the_West_Indies . ?x prop:almaMater ?uri . } | lcquad |
Does NOAAS Davidson (S 331) have a homeport in Seattle? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/NOAAS_Davidson_(S_331)> onto:homeport <http://dbpedia.org/resource/Seattle> } | lcquad |
List down the schools whose mascot is an animal from the order of Even toed Ungulates? | 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:designer <http://dbpedia.org/resource/Bjarne_Stroustrup> . ?uri prop:programmingLanguage ?x . ?uri rdf:type onto:School} | lcquad |
Count the number of cities on the Mediterranean Sea? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Mediterranean_Sea> prop:cities ?uri . } | lcquad |
What non fiction subjects are covered in books by Doubleday publishers? | 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/Doubleday_(publisher)> . ?x onto:nonFictionSubject ?uri . ?x rdf:type onto:Book} | lcquad |
Name the death location of Judson Huss ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Judson_Huss prop:deathPlace ?uri } | lcquad |
What are the movies whose musicians's home town is 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 ?uri WHERE { ?x onto:hometown <http://dbpedia.org/resource/Volos> . ?uri prop:music ?x . ?uri rdf:type onto:Film} | lcquad |
What is the affiliation of tani University ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ōtani_University prop:affiliation ?uri } | lcquad |
What is the base currency of Benelux ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Benelux prop:currency ?uri } | lcquad |
What foundation palce of Temenos Group is the death palce of jerzy Jzef Poocki ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Temenos_Group prop:foundation ?uri. res:Jerzy_Józef_Potocki prop:placeOfDeath ?uri} | lcquad |
Give me a count of the services by the company which provides Data center as the services ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:services <http://dbpedia.org/resource/Data_center_services> . ?x prop:services ?uri } | lcquad |
Who discovered Europa and Callisto? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Europa_(moon)> prop:discoverer ?uri. <http://dbpedia.org/resource/Callisto_(moon)> onto:discoverer ?uri} | lcquad |
Which company offer service of Outlook.com and 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 { ?uri prop:services <http://dbpedia.org/resource/Outlook.com> . ?uri prop:services <http://dbpedia.org/resource/OneDrive> . ?uri rdf:type onto:Com... | lcquad |
Scientists at the University of Queensland have won which awards? | 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:almaMater <http://dbpedia.org/resource/University_of_Queensland> . ?x prop:awards ?uri . ?x rdf:type onto:Scientist} | lcquad |
Which body governs over the place made by the chumash people? | 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:architect <http://dbpedia.org/resource/Chumash_people> . ?x onto:governingBody ?uri . ?x rdf:type onto:Place} | lcquad |
What is the religion of the ethnic group to which the relatives of Waxiang people belong? | 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/Waxiang_people> prop:related ?x . ?x onto:religion ?uri . ?x rdf:type onto:EthnicGroup} | lcquad |
Did Alexander Magleby study at the Dartmouth College? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Alexander_Magleby onto:university res:Dartmouth_College } | lcquad |
Name the office holder whose constituency is Noe Valley, San Francisco and belongs to military unit USS Kittiwake (ASR-13)? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:constituency <http://dbpedia.org/resource/Noe_Valley,_San_Francisco> . ?uri onto:militaryUnit <http://dbpedia.org/resource/USS_Kittiwake... | lcquad |
Where is the south shore plaza located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:South_Shore_Plaza prop:address ?uri } | lcquad |
What are the resting places of the associates of John Betts a, Connecticut politician? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Betts_(Connecticut_politician)> onto:associate ?x . ?x onto:restingPlace ?uri . } | lcquad |
Waddy wachtel did the music for what 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:music <http://dbpedia.org/resource/Waddy_Wachtel> . ?uri rdf:type onto:Film} | lcquad |
Was the 2d Command and Control Squadron barracked in Colorado? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:2d_Command_and_Control_Squadron onto:garrison res:Colorado } | lcquad |
Whose military unit is 39th infantry regiment in 1812? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:militaryUnit <http://dbpedia.org/resource/39th_Infantry_Regiment_(War_of_1812)> . } | lcquad |
Which boarder country of Korean Peninsula was the state of Sodagreen ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Korean_Peninsula onto:border ?uri. res:Sodagreen onto:country ?uri} | lcquad |
Spanish harlem incident was composed by whom ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Spanish_Harlem_Incident onto:composer ?uri } | lcquad |
What sports are played at universities affiliated by States Colleges and Universities athletic 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:affiliation <http://dbpedia.org/resource/State_Colleges_and_Universities_Athletic_Association> . ?x onto:sport ?uri . ?x rdf:type onto:University} | lcquad |
EU Broadcasting Union is the owner of the distributor of what? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:owner res:European_Broadcasting_Union . ?uri onto:distributor ?x . } | lcquad |
How many people were drafted in the LA Clippers? | 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:draftTeam <http://dbpedia.org/resource/Los_Angeles_Clippers> . ?uri rdf:type onto:Person} | lcquad |
Who is the musical artist worked for labels Celluloid Records and Victor 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 { ?uri prop:label <http://dbpedia.org/resource/Celluloid_Records> . ?uri prop:label <http://dbpedia.org/resource/Victor_Entertainment> . ?uri rdf:t... | lcquad |
Which founding cities of Young Americans Bank is also the location of Denver Broncos ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Young_Americans_Bank prop:foundation ?uri. res:Denver_Broncos onto:locationCity ?uri} | lcquad |
Which famous physicist was academically advised by Benjamin Pulleyn? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:academicAdvisor <http://dbpedia.org/resource/Benjamin_Pulleyn> . ?uri rdf:type onto:Scientist} | lcquad |
Which prospect team of Robin Kovacs is the draft team of Bob MacMillan ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Bob_MacMillan prop:draftTeam ?uri. res:Robin_Kovacs prop:prospectTeam ?uri} | lcquad |
Terry Pratchett has written about how many topics? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:author <http://dbpedia.org/resource/Terry_Pratchett> . ?x onto:nonFictionSubject ?uri . } | lcquad |
Which shows theme music is composed by a band which has Larry Lalonde in it? | 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:bandMember <http://dbpedia.org/resource/Larry_LaLonde> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which indian party has won the arunachal pradesh elections of 2014, and has been in the 4th legislative assembly? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arunachal_Pradesh_Legislative_Assembly_election,_2014> prop:party ?uri. <http://dbpedia.org/resource/Fourth_Legislative_Assembly_of_Delhi> prop:party ?uri . } | lcquad |
Who are the former partners of the figure skaters whose performance have been choreographed 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 ?uri WHERE { ?x onto:formerChoreographer <http://dbpedia.org/resource/Catarina_Lindgren> . ?x onto:formerPartner ?uri . ?x rdf:type onto:FigureSkater} | lcquad |
In how many regions is English American spoken? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/English_Americans> prop:region ?uri . } | lcquad |
Which baseball team is owned by Robert Nutting? | 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/Robert_Nutting> . ?uri rdf:type onto:BaseballTeam} | lcquad |
What religion did Gamini Seneviratne follow? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Gamini_Seneviratne onto:religion ?uri } | lcquad |
Which fictional character is portrayed by Roger Barton (film editor)? | 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:portrayer <http://dbpedia.org/resource/Roger_Barton_(film_editor)> . ?uri rdf:type onto:FictionalCharacter} | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.