question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What are some people who are on the board of companies founded in NY? | 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:foundation <http://dbpedia.org/resource/New_York_City> . ?uri onto:board ?x . ?uri rdf:type onto:Person} | lcquad |
Who was the architect of the stadium currently run by the Pittsburgh Pirates? | 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:operator <http://dbpedia.org/resource/Pittsburgh_Pirates> . ?x prop:architect ?uri . ?x rdf:type onto:Stadium} | lcquad |
Give me a count of musicians who play an instrument developed by George Beauchamp ? | 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:keyPeople <http://dbpedia.org/resource/George_Beauchamp> . ?uri onto:instrument ?x . ?uri rdf:type onto:MusicalArtist} | lcquad |
What sport activities are available at Polytechnic University of the Philippines Bataan? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Polytechnic_University_of_the_Philippines_–_Bataan onto:sport ?uri } | lcquad |
In how many places have the companies started in Newcastle worked? | 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:foundationPlace <http://dbpedia.org/resource/City_of_Newcastle> . ?x onto:regionServed ?uri . ?uri rdf:type onto:Place} | lcquad |
What are the musicals of the people died in California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/California> . ?uri prop:music ?x . ?uri rdf:type onto:Musical} | lcquad |
What sport has made Eric Schiller famous, and has employed Craig Van Tibury? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Craig_Van_Tilbury onto:occupation ?uri. res:Eric_Schiller onto:knownFor ?uri} | lcquad |
Which pole driver of 1989 Portuguese Grand Prix was also the first driver of 1993 European Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:1993_European_Grand_Prix prop:firstDriver ?uri. res:1989_Portuguese_Grand_Prix onto:poleDriver ?uri} | lcquad |
What is the debut team of the gridiron football player who coached the 1931 Staten Island Stapletons season ? | 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/1931_Staten_Island_Stapletons_season> onto:coach ?x . ?x prop:debutteam ?uri . ?x rdf:type onto:GridironFootballPla... | lcquad |
Name the alma mater of the scientist famous for Email filtering ? | 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:knownFor <http://dbpedia.org/resource/Email_filtering> . ?x prop:almaMater ?uri . ?x rdf:type onto:Scientist} | lcquad |
Where is the T.I. Ahmadiyya Girls Senior High School? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/T.I._Ahmadiyya_Girls_Senior_High_School,_Asokore> onto:denomination ?uri } | lcquad |
To what region is Sukhumbhand Paribatra, a leader? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:leaderName <http://dbpedia.org/resource/Sukhumbhand_Paribatra> . ?uri rdf:type onto:Region} | lcquad |
What are the birth place of the people who are the star of Dhoondte Reh Jaaoge? | 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/Dhoondte_Reh_Jaaoge!_(1998_film)> onto:starring ?x . ?x onto:birthPlace ?uri . ?x rdf:type onto:Person} | lcquad |
Which software uses windows as it's operating system and is written in C++ ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> . ?uri onto:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri rdf:type onto:Software} | lcquad |
Which domain's journals did Willard Fiske edit? | 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:editor <http://dbpedia.org/resource/Willard_Fiske> . ?x prop:discipline ?uri . ?x rdf:type onto:AcademicJournal} | lcquad |
What is the religion of the person who is in the cast of Master's Sun> ? | 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/Master's_Sun> onto:starring ?x . ?x prop:religion ?uri . ?x rdf:type onto:Person} | lcquad |
What is the television show whose theme music composer's home town is El Sobrante, California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:hometown <http://dbpedia.org/resource/El_Sobrante,_California> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
How many maintainers are there of the bridges that can carry motor vehicles over them? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:carries <http://dbpedia.org/resource/Motor_vehicle> . ?x onto:maintainedBy ?uri . } | lcquad |
What currencies are circulated in the countries where people speak French? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:officialLanguage <http://dbpedia.org/resource/French_language> . ?x onto:currency ?uri . ?x rdf:type onto:Location} | lcquad |
Did Oliver Sacks study at the Columbia University? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Oliver_Sacks onto:institution res:Columbia_University } | lcquad |
Give the distinct number of other party of the people which have one of the party as Janata Party ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:otherParty <http://dbpedia.org/resource/Janata_Party> . ?x onto:otherParty ?uri } | lcquad |
List the former partner of the figure skaters whose former choreographer was Igor Shpillband. | 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/Igor_Shpillband> . ?x onto:formerPartner ?uri . ?x rdf:type onto:FigureSkater} | lcquad |
Give me a list of all the buildings which are located in districts governed by John Tory. | 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/John_Tory> . ?uri onto:location ?x . ?uri rdf:type onto:Building} | lcquad |
Which BBC's TV show is related with the Sarah Jane Adventures? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:network <http://dbpedia.org/resource/BBC_HD> . ?uri onto:related <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which associate of Thomas bryan Martin is also the president of Carmichael ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thomas_Bryan_Martin> onto:associate ?uri. <http://dbpedia.org/resource/William_Carmichael_(diplomat)> prop:president ?uri} | lcquad |
Which political party got elected in First Legislative Assembly of Uttar Pradesh ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:First_Legislative_Assembly_of_Uttar_Pradesh prop:party ?uri } | lcquad |
How many organizations own the website to which Jimmy Wales contributes? | 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:author <http://dbpedia.org/resource/Jimmy_Wales> . ?x onto:owner ?uri . ?uri rdf:type onto:Organisation} | lcquad |
Name the notable commanders of Army Group Oberrhein ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> prop:notableCommanders ?uri } | lcquad |
Which high school of the Jerry Tagge also was the palce hwer Temptation Waits was recorded ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jerry_Tagge prop:highSchool ?uri. res:Temptation_Waits onto:recordedIn ?uri} | lcquad |
Was His New Job edited by Charlie Chaplin? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:His_New_Job onto:editing res:Charlie_Chaplin } | lcquad |
Does vance johnson play as a wide receiver? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Vance_Johnson onto:position res:Wide_receiver } | lcquad |
Name the place of Qaqun ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Qaqun prop:place ?uri } | lcquad |
What is the deathplace of people who have worked in Ethics? | 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:mainInterests <http://dbpedia.org/resource/Ethics> . ?x prop:placeOfDeath ?uri . ?x rdf:type onto:Person} | lcquad |
List all the nicknames of the city which has Toru gingerbread as one of it ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:nickname res:Toruń_gingerbread . ?x prop:nickname ?uri . } | lcquad |
What are the awards won by the film editor of World of Tomorrow ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/World_of_Tomorrow_(film)> onto:editing ?x . ?x onto:award ?uri . } | lcquad |
Is Luigi Brugnaro the mayor of Venice? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Venice prop:mayor res:Luigi_Brugnaro } | lcquad |
Which mountains are contained in Inyo National Forest? | 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 rdf:type onto:Mountain} | lcquad |
Whose children are married to Fredric Joliot-Curie? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:spouse <http://dbpedia.org/resource/Frédéric_Joliot-Curie> . ?uri prop:children ?x . } | lcquad |
Where did the president study, whose VP was Emilio Nez? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:vicePresident res:Emilio_Núñez . ?x onto:almaMater ?uri . } | lcquad |
Where are the homestadiums of the seasons chaired by Merritt Paulson? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:chairman <http://dbpedia.org/resource/Merritt_Paulson> . ?x onto:homeStadium ?uri . ?x rdf:type onto:SoccerClubSeason} | lcquad |
Was elizabeth ann seton beatified by Pope John XXIII? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Elizabeth_Ann_Seton prop:beatifiedBy res:Pope_John_XXIII } | lcquad |
What is the architecture of First National Bank and Trust Building (Lima, Ohio) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_National_Bank_and_Trust_Building_(Lima,_Ohio)> onto:architecturalStyle ?uri } | lcquad |
What are some languages in the italic family of languages? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:languageFamily res:Italic_languages } | lcquad |
Count all the awards which were presented by something located in California. | 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:headquarter <http://dbpedia.org/resource/California> . ?uri onto:presenter ?x . ?uri rdf:type onto:Award} | lcquad |
What is the region of the Kim Sawchuk which is also served by the Airtours International Airways ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kim_Sawchuk prop:region ?uri. res:Airtours_International_Airways prop:destinations ?uri} | lcquad |
Who all held a position when Gough Whitlam was the prime minister? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:primeMinister res:Gough_Whitlam } | lcquad |
In which part of the world will I find Kim Sawchuk and Vuelta Mexico Telmex? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kim_Sawchuk prop:region ?uri. res:Vuelta_Mexico_Telmex prop:region ?uri . } | lcquad |
What are the mascots of the teams participating in the Turkish Handball Super League? | 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:league <http://dbpedia.org/resource/Turkish_Handball_Super_League> . ?x prop:mascot ?uri . ?x rdf:type onto:SportsTeam} | lcquad |
Which tenants of the Master Card center is also th draft team of Sam Carrrick | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:MasterCard_Centre prop:tenants ?uri. res:Sam_Carrick prop:draftTeam ?uri} | lcquad |
Which country has given citizenship to both saima chowdhury and edmund john? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Saima_Chowdhury onto:citizenship ?uri. res:Edmund_John onto:citizenship ?uri . } | lcquad |
Who originally wrote the manga which was later illustrated by Tamon Ohta? | 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:illustrator <http://dbpedia.org/resource/Tamon_Ohta> . ?x prop:author ?uri . ?x rdf:type onto:Manga} | lcquad |
Which university was attended by both Richard H Immerman and Franklin W Olin? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Richard_H._Immerman prop:education ?uri. res:Franklin_W._Olin prop:education ?uri . } | lcquad |
How many other race are there of the adult (pornographic) actors whose ethnicity is Cherokee ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:ethnicity <http://dbpedia.org/resource/Cherokee> . ?x prop:ethnicity ?uri } | lcquad |
Who maintains the stuff designed by the Brunei government? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:designer res:Politics_of_Brunei . ?x onto:maintainedBy ?uri . } | lcquad |
Stockholm is the HQ of how many things? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:headquarters <http://dbpedia.org/resource/Stockholm> . } | lcquad |
What is a salthill? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Salthill onto:type ?uri } | lcquad |
What is the sea connected to Oulu and Turku? | 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/Oulu> . ?uri prop:cities <http://dbpedia.org/resource/Turku> . ?uri rdf:type onto:Sea} | lcquad |
List all the parents of writers coming from the Great Missenden ? | 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:homeTown <http://dbpedia.org/resource/Great_Missenden> . ?x onto:parent ?uri . ?x rdf:type onto:Writer} | lcquad |
In how many regions is the Baco Noir made? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Baco_noir> onto:wineRegion ?uri . } | lcquad |
What is the source country of Water resources managemnt in EL Salvador is also the land of Jos MAra Orellana ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Water_resources_management_in_El_Salvador prop:sourceCountry ?uri. res:José_María_Orellana onto:country ?uri} | lcquad |
Where does the Jerusalem Institute of Justice render their services? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jerusalem_Institute_of_Justice onto:service ?uri } | lcquad |
What is the common nickname given both to Harding academy and Lyons township high school? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harding_Academy_(Memphis)> prop:nickname ?uri. <http://dbpedia.org/resource/Lyons_Township_High_School> prop:nickname ?uri . } | lcquad |
What borders siberia? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Siberia onto:border ?uri } | lcquad |
To which party do the politicians who died in Delhi 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 { ?x prop:placeOfDeath <http://dbpedia.org/resource/Delhi> . ?x prop:party ?uri . ?x rdf:type onto:OfficeHolder} | lcquad |
Who created the stadiums who have been rented by the Boston Red Sox? | 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/Boston_Red_Sox> . ?x prop:architect ?uri . ?x rdf:type onto:Stadium} | lcquad |
What is the region of the successor of Mr. Jerome B. Chaffee ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jerome_B._Chaffee onto:successor ?x . ?x onto:region ?uri . } | lcquad |
What is the profession of the Chris Myers (New Jersey) which is the governing body of Oahu Railway and Land Company ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chris_Myers_(New_Jersey)> onto:profession ?uri. <http://dbpedia.org/resource/Oahu_Railway_and_Land_Company> prop:governingBody ?uri} | lcquad |
In which countries were the Russian volleyball team players born? | 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:nationalteam <http://dbpedia.org/resource/Russia_women's_national_volleyball_team> . ?x prop:placeOfBirth ?uri . ?x rdf:type onto:Athlet... | lcquad |
Which religion's people are member of BJP? | 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:party <http://dbpedia.org/resource/Bharatiya_Janata_Party> . ?x onto:religion ?uri . ?x rdf:type onto:Person} | lcquad |
List down the commanders of Battle of Fort stephenson ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Battle_of_Fort_Stephenson onto:commander ?uri } | lcquad |
What is the subject of The Prodigal son ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Prodigal_Son_(play)> prop:subject ?uri } | lcquad |
ARM Architecture acts as a game platform for how many things? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:computingPlatform <http://dbpedia.org/resource/ARM_architecture> . } | lcquad |
Name the work institutions of Andrew Schally? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Andrew_Schally prop:workInstitutions ?uri } | lcquad |
What is the fictional character which has Clan McDuck and Ludwig Von Draken as relatives? | 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/Clan_McDuck> . ?uri prop:relatives <http://dbpedia.org/resource/Ludwig_Von_Drake> . ?uri rdf:typ... | lcquad |
How many games have a composer who worked for the Creatures? | 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:occupation <http://dbpedia.org/resource/Creatures_(company)> . ?uri prop:composer ?x . ?uri rdf:type onto:VideoGame} | lcquad |
Which licensee of EXXV-TV is also the licensee of WXXV-DT2 ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/EXXV-TV> prop:licensee ?uri. <http://dbpedia.org/resource/WXXV-DT2> prop:licensee ?uri . } | lcquad |
Which state is the birth location of Ann Monroe Gilchrist Strong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ann_Monroe_Gilchrist_Strong onto:birthPlace ?x . ?x onto:country ?uri . } | lcquad |
Which university's graduates have worked in the Quartermaster corps? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:militaryUnit <http://dbpedia.org/resource/Quartermaster_Corps_(United_States_Army)> . ?x onto:almaMater ?uri . } | lcquad |
How many people have voiced characters sculpted by Clamp? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:creator <http://dbpedia.org/resource/Clamp_(manga_artists)> . ?x onto:voice ?uri . } | lcquad |
Trainees at the national film school of Lodz have received what awards? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:training res:National_Film_School_in_Łódź . ?x onto:award ?uri . } | lcquad |
Were the bodies involved in the Westroads mall shootings discovered in Nebraska? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Westroads_Mall_shooting prop:bodyDiscovered res:Nebraska } | lcquad |
Which animator of the The Skeleton Dance is also the cinematographer of the Mickey's Mellerdrammer? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Skeleton_Dance> onto:animator ?uri. <http://dbpedia.org/resource/Mickey's_Mellerdrammer> prop:cinematography ?uri} | lcquad |
Who is the scientist whose academic advisor is Franz Brentano? | 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/Franz_Brentano> . ?uri rdf:type onto:Scientist} | lcquad |
Who was the animator of both Tommy Tucker's Tooth and Skeleton Dance? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri. <http://dbpedia.org/resource/The_Skeleton_Dance> onto:animator ?uri} | lcquad |
In how many different people are alumini of the University of Oxford working? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:almaMater <http://dbpedia.org/resource/Worcester_College,_Oxford> . ?x onto:field ?uri . } | lcquad |
Who is the developer of Montecito Inn ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Montecito_Inn prop:developer ?uri } | lcquad |
Where did Paul Jones do his highschool? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Jones_(American_football)> prop:highschool ?uri } | lcquad |
Is stephanie a female? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Stephanie prop:gender res:Female } | lcquad |
For which team did Cam Plante and Doug Acomb both play atleast once? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Cam_Plante prop:playedFor ?uri. res:Doug_Acomb prop:playedFor ?uri . } | lcquad |
What are the shows whose creator has worked as a screenwriter? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation <http://dbpedia.org/resource/Screenwriting> . ?uri onto:creator ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
To which students did Ernest Rutherford advised to? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:doctoralAdvisor res:Ernest_Rutherford . } | lcquad |
Which institution of the Alton Ochsner is the alma mater of the Michael Hahn ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Alton_Ochsner onto:institution ?uri. res:Michael_Hahn onto:almaMater ?uri} | lcquad |
Did Bob Suci play for the New England Patriots? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Bob_Suci prop:pastteams res:New_England_Patriots } | lcquad |
In how many places was the album of King Crimson recorded? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:artist <http://dbpedia.org/resource/King_Crimson> . ?x onto:recordedIn ?uri . } | lcquad |
Which television show's company is Paramount Television and is located 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 {?uri prop:company <http://dbpedia.org/resource/Paramount_Television> . ?uri onto:location <http://dbpedia.org/resource/Boston> . ?uri rdf:type on... | lcquad |
Who is the starring of the movies such that music is by Raamlaxman? | 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:music <http://dbpedia.org/resource/Raamlaxman> . ?x onto:starring ?uri . ?x rdf:type onto:Film} | lcquad |
Which nickname of Lyons Township JHigh school is also the mascot of Galatasaray Handball Team ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Galatasaray_Handball_Team prop:mascot ?uri. res:Lyons_Township_High_School prop:nickname ?uri} | lcquad |
What are the movies whose cast members are signed up with Point Blank 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 prop:label <http://dbpedia.org/resource/Point_Blank_Records> . ?uri prop:starring ?x . ?uri rdf:type onto:Film} | lcquad |
What is the Team Name of the Cristo Rey Jesuit High School (Chicago) and is also the nickname of the Lyons Township High School ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cristo_Rey_Jesuit_High_School_(Chicago)> prop:teamName ?uri. <http://dbpedia.org/resource/Lyons_Township_High_School> prop:nickname ?uri} | lcquad |
What do craig Van tilbury and karen Grigorian do for a living? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Karen_Grigorian onto:occupation ?uri. res:Craig_Van_Tilbury onto:occupation ?uri . } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.