question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
who are all the people who have managed the England's under 20 soccer team? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:managerClub <http://dbpedia.org/resource/England_national_under-20_football_team> } | lcquad |
Give the name of the river with source place as Australian Alps and has mouth place as Goolwa , a place in Siyuth Australia ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:sourcePlace <http://dbpedia.org/resource/Australian_Alps> . ?uri onto:mouthPlace <http://dbpedia.org/resource/Goolwa,_South_Australia> . ?uri rdf:type onto:River} | lcquad |
Where were the doctoral students of James Langer born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:James_S._Langer onto:doctoralStudent ?x . ?x prop:placeOfBirth ?uri . } | lcquad |
Who has military branches are Colonial troops and Continental Army? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:militaryBranch res:Colonial_troops . ?uri onto:militaryBranch res:Continental_Army . } | lcquad |
Whose shrine is in aachen cathedral? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:majorShrine res:Aachen_Cathedral . } | lcquad |
What religions do politicians in the Korean Minjoo Party follow? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:party <http://dbpedia.org/resource/Minjoo_Party_of_Korea> . ?x onto:religion ?uri . ?x rdf:type onto:OfficeHolder} | lcquad |
What are the other band members of the band one of whose current member is Robert De Niro? | 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:currentMembers <http://dbpedia.org/resource/Robert_De_Niro> . ?x onto:bandMember ?uri . ?x rdf:type onto:Band} | lcquad |
Which peak was first scaled by Krzysztof Wielicki? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:firstAscentPerson res:Krzysztof_Wielicki } | lcquad |
Give me the total number of Guests of the television episodes whose one of the Guests is Michael Cristofer? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:guests <http://dbpedia.org/resource/Michael_Cristofer> . ?x prop:guests ?uri } | lcquad |
How many factions were fighting in the wars where Blue Jacket was a commander? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:commander <http://dbpedia.org/resource/Blue_Jacket> . ?x prop:combatant ?uri . } | lcquad |
who was the president under which Joe Purcell is a lieutenant? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:lieutenant res:Joe_Purcell } | lcquad |
Which headcoach of Marquette Golden Eagles men's basketball team, 2008-09 was also the coach of Marquette Golden Eagles team ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2013–14_Marquette_Golden_Eagles_men's_basketball_team> onto:coach ?uri. <http://dbpedia.org/resource/2008–09_Marquette_Golden_Eagles_men's_basketball_team> prop:headcoach ?u... | lcquad |
List the state of the universities whose nation is United States ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:country <http://dbpedia.org/resource/United_States> . ?x onto:state ?uri . ?x rdf:type onto:University} | lcquad |
What city is the place of birth of Alexander Morozevich which is also the official residence of Dmitri Nossov ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Alexander_Morozevich onto:birthPlace ?uri. res:Dmitri_Nossov prop:residence ?uri} | lcquad |
What is the television show whose executive producer is Steven Peterman? | 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:executiveProducer <http://dbpedia.org/resource/Steven_Peterman> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which military battles are associated with Israel? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:place <http://dbpedia.org/resource/Israel> . ?uri rdf:type onto:MilitaryConflict} | lcquad |
What are some magazines whose publishers are themselves Rock and Roll Hall of Fame members? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:award <http://dbpedia.org/resource/Rock_and_Roll_Hall_of_Fame> . ?uri onto:publisher ?x . ?uri rdf:type onto:Magazine} | lcquad |
What are the veneration of the one for which there's a major shrine in Hebron? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:majorShrine res:Hebron . ?x prop:veneratedIn ?uri . } | lcquad |
What is the home town of the band which is the artist of Your Ice Cream's Dirty ? | 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/Your_Ice_Cream's_Dirty> prop:artist ?x . ?x onto:hometown ?uri . ?x rdf:type onto:Band} | lcquad |
Who is the chancellor of the university which affiliates the Dartington College 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 ?uri WHERE { ?x prop:affiliations <http://dbpedia.org/resource/Dartington_College_of_Arts> . ?x prop:chancellor ?uri . ?x rdf:type onto:University} | lcquad |
What is the nationality of Sune Agerschou ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Sune_Agerschou onto:nationality ?uri } | lcquad |
What is the PLACE OF DEATH of Charles Gordon (artist) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_Gordon_(artist)> prop:placeOfDeath ?uri } | lcquad |
Namt the fields of Paul Demiville ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Paul_Demiéville prop:fields ?uri } | lcquad |
Which battle is Jim Jones associated with to which Allen Boyd is also associated ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Jones_(judge)> onto:battle ?uri. <http://dbpedia.org/resource/Allen_Boyd> prop:battles ?uri} | lcquad |
Who all have been canonized by Pope Paul VI | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:canonizedBy res:Pope_Paul_VI } | lcquad |
Where is the tombstone of the congressman who died in the McLean hospital? | 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/McLean_Hospital> . ?x prop:restingplace ?uri . ?x rdf:type onto:Congressman} | lcquad |
What is written in a programming language developed by GNOME Project? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:developer res:The_GNOME_Project . ?uri prop:programmingLanguage ?x . } | lcquad |
Which race is the Best Mate is also the race of the Martin Molony? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Best_Mate prop:race ?uri. res:Martin_Molony onto:race ?uri} | lcquad |
Where is the building located whose architect was Francis Palmer Smith? | 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:architect <http://dbpedia.org/resource/Francis_Palmer_Smith> . ?x prop:address ?uri . ?x rdf:type onto:Building} | lcquad |
Who operates the bridges designed by Malaysian PWD? | 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/Malaysian_Public_Works_Department> . ?x onto:maintainedBy ?uri . ?x rdf:type onto:Bridge} | lcquad |
Where was the person born whose successor was Le Hong Phong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:successor res:Lê_Hồng_Phong . ?x prop:birthPlace ?uri . } | lcquad |
In which race did Coneygree the racehorse and Fergie Sutherland the horse trainer participate? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Fergie_Sutherland prop:race ?uri. res:Coneygree prop:race ?uri . } | lcquad |
List all important people of the non profit organization which has Hilary Clinton as a key person ? | 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:keyPeople <http://dbpedia.org/resource/Hillary_Clinton> . ?x prop:keyPeople ?uri . ?x rdf:type onto:Non-ProfitOrganisation} | lcquad |
List the school of Bobby Skinstad? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Bobby_Skinstad prop:school ?uri } | lcquad |
Was Lionel Messi a member of the 2009 FIFA World Cup squads? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:2009_FIFA_Club_World_Cup_squads onto:currentMember res:Lionel_Messi } | lcquad |
Was Writings and Drawings illustrated by Bob Dylan? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Writings_and_Drawings prop:illustrator res:Bob_Dylan } | lcquad |
Count all the universities who participated in the tournament won by Alabama Crimson Tides in 2015 ? | 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:champion <http://dbpedia.org/resource/2015_Alabama_Crimson_Tide_football_team> . ?uri prop:athletics ?x . ?uri rdf:type onto:Univ... | lcquad |
Was the Lotuspool Records distributed by Napster? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Lotuspool_Records onto:distributingLabel res:Napster } | lcquad |
List the base currency of the country whose anthem is Oj, svijetla majska zoro. | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:anthem <http://dbpedia.org/resource/Oj,_svijetla_majska_zoro> . ?x prop:currency ?uri . } | lcquad |
What magazine is Marritt Cabal known for which has Lucifer Hammer as publisher ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Merritt_Cabal> onto:knownFor ?uri. <http://dbpedia.org/resource/Lucifer's_Hammer> onto:publisher ?uri} | lcquad |
Name the parent company of Ford Falcon Cobra ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ford_Falcon_Cobra onto:parentCompany ?uri } | lcquad |
How many players are in the San Francisco Giants? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:team <http://dbpedia.org/resource/San_Francisco_Giants> . ?uri rdf:type onto:Athlete} | lcquad |
Which place of Geography Club is the location of Seattle Great Wheel ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Seattle_Great_Wheel> prop:locationTown ?uri. <http://dbpedia.org/resource/Geography_Club_(play)> prop:place ?uri} | lcquad |
How many races has Best Mate won? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Best_Mate> prop:race ?uri . } | lcquad |
Which governor of Charles Willing had a child named John Scott ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:governor res:Charles_Willing_Byrd . ?uri onto:child res:John_Scott_Harrison . } | lcquad |
List the relatives of Lyubov Dostoyevskaya ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Lyubov_Dostoyevskaya prop:relatives ?uri } | lcquad |
What is the military rank of the important commander of Peruvian Army? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Peruvian_Army onto:notableCommander ?x . ?x onto:militaryRank ?uri . } | lcquad |
Do the west coast airlines fly to seattle? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:West_Coast_Airlines onto:targetAirport res:Seattle } | lcquad |
Which units are garrisoned at Arlington County, Virginia? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:garrison <http://dbpedia.org/resource/Arlington_County,_Virginia> } | lcquad |
In how many different places have ehtics philosophers died? | 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:mainInterests <http://dbpedia.org/resource/Ethics> . ?x prop:placeOfDeath ?uri . ?uri rdf:type onto:Place} | lcquad |
Who is the fictional character who starred in The Dognapper? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:voice <http://dbpedia.org/resource/The_Dognapper> . ?uri rdf:type onto:FictionalCharacter} | lcquad |
Who is the developer of Dart (programming language) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dart_(programming_language)> prop:developer ?uri } | lcquad |
Which house has published books about Jazz? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:nonFictionSubject <http://dbpedia.org/resource/Jazz> . ?x onto:publisher ?uri . ?x rdf:type onto:Book} | lcquad |
Which person naratted The Incredible Hulk and also the writer of Tales of Suspense ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> prop:narrated ?uri. <http://dbpedia.org/resource/Tales_of_Suspense> prop:writers ?uri} | lcquad |
Who are the parents of writers born and bred in Buckinghamshire? | 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/Buckinghamshire> . ?x onto:parent ?uri . ?x rdf:type onto:Writer} | lcquad |
List down the common sports played by PATTS College of Aeronautics and lytechnic University of the Philippines Taguig ? | 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:Polytechnic_University_of_the_Philippines_Taguig onto:sport ?uri} | lcquad |
How many companies have built concrete bridges? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:material <http://dbpedia.org/resource/Concrete> . ?x onto:builder ?uri . } | lcquad |
How many movies have been directed by almunies of Parsons School of Design? | 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:education <http://dbpedia.org/resource/Parsons_School_of_Design> . ?uri onto:director ?x . ?uri rdf:type onto:Film} | lcquad |
Count the number of sport played by the school which also plays Association football ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:sport <http://dbpedia.org/resource/Association_football> . ?x onto:sport ?uri } | lcquad |
Which countries militaries fought the SFOR battle? | 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:battles <http://dbpedia.org/resource/SFOR> . ?x onto:battle ?uri . ?x rdf:type onto:MilitaryPerson} | lcquad |
List the people died in Hyderabad and are a member of political party ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace res:Hyderabad . ?x onto:party ?uri . } | lcquad |
What is the american football league whose champion is from Kansas City, Missouri? | 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:city <http://dbpedia.org/resource/Kansas_City,_Missouri> . ?uri prop:champion ?x . ?uri rdf:type onto:AmericanFootballLeague} | lcquad |
How many thesis were supervised by Ernest Rutherford? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:doctoralAdvisor <http://dbpedia.org/resource/Ernest_Rutherford> . } | lcquad |
Who is the publisher of the comic, one of whose authors is Kentaro Takekuma ? | 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:writers <http://dbpedia.org/resource/Kentaro_Takekuma> . ?x prop:publisher ?uri . ?x rdf:type onto:Comic} | lcquad |
List the scientists whose doctoral advisor is Ernest Rutherford and are known for Manhattan Project? | 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:doctoralAdvisor <http://dbpedia.org/resource/Ernest_Rutherford> . ?uri prop:knownFor <http://dbpedia.org/resource/Manhattan_Project> . ... | lcquad |
Where is the garrison of Western Naval Command ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Western_Naval_Command prop:garrison ?uri } | lcquad |
What is the political party of the of Bengalis ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:ethnicity res:Bengalis . ?x onto:party ?uri . } | lcquad |
Was John of Damascus canonized by Anglican Communion? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:John_of_Damascus prop:canonizedBy res:Anglican_Communion } | lcquad |
Which city's mayor is married to Jean Marc Germain? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:spouse <http://dbpedia.org/resource/Jean-Marc_Germain> . ?uri prop:mayor ?x . } | lcquad |
Which person's successor is Samsu-iluna? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:successor <http://dbpedia.org/resource/Samsu-iluna> . ?uri rdf:type onto:Person} | lcquad |
Where do the sister stations of Al Khaleejiya 100.9 play? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:sisterStations res:Al_Khaleejiya_100.9 . ?x prop:location ?uri . } | lcquad |
Name the sports played by Jamiatu Muslim Mindanao? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jamiatu_Muslim_Mindanao onto:athletics ?uri } | lcquad |
Was X the Unknown edited by James needs? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:X_the_Unknown onto:editing res:James_Needs } | lcquad |
List the party of the office holder which also has the affiliation with Congress Socialist party ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:otherParty <http://dbpedia.org/resource/Congress_Socialist_Party> . ?x onto:otherParty ?uri . ?x rdf:type onto:OfficeHolder} | lcquad |
What is the nickname of the city where Tuba Dei lives? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Tuba_Dei prop:city ?x . ?x prop:nickname ?uri . } | lcquad |
From how many different places did the weapons used in the American Indian wars originate? | 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:usedInWar <http://dbpedia.org/resource/American_Indian_Wars> . ?x prop:origin ?uri . ?uri rdf:type onto:Place} | lcquad |
Name the office holder whose alma mater is Harvard-Westlake School and resting place is Alta Mesa Memorial Park? | 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:almaMater <http://dbpedia.org/resource/Harvard-Westlake_School> . ?uri prop:restingPlace <http://dbpedia.org/resource/Alta_Mesa_Memorial... | lcquad |
Which company developed Google Web Toolkit and Google custom search? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Google_Web_Toolkit onto:author ?uri. res:Google_Custom_Search onto:author ?uri . } | lcquad |
Name the rive whose mouth is located in Limerick and location 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:mouthLocation <http://dbpedia.org/resource/Limerick> . ?uri prop:sourceLocation <http://dbpedia.org/resource/Dowra> . ?uri rdf:type ont... | lcquad |
How many sports are played in maharashtran schools? | 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:state <http://dbpedia.org/resource/Maharashtra> . ?x onto:sport ?uri . ?uri rdf:type onto:Sport} | lcquad |
What is the citizenship of Ren Romano ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:René_Romano prop:citizenship ?uri } | lcquad |
Which magazine's publisher is Jann Wenner and founded by Ralph J. Gleason? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:publisher <http://dbpedia.org/resource/Jann_Wenner> . ?uri onto:founder <http://dbpedia.org/resource/Ralph_J._Gleason> . ?uri rdf:type onto:Magazine} | lcquad |
Where did chancellor served by Rudolf Kirchschlger die? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Rudolf_Kirchschläger prop:chancellor ?x . ?x onto:deathPlace ?uri . } | lcquad |
How many owners owned the clubs participating in the Premier leagues of '14? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:season <http://dbpedia.org/resource/2014–15_Premier_League> . ?x prop:owner ?uri . } | lcquad |
How many people live in the Beverly Hills, California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:residence <http://dbpedia.org/resource/Beverly_Hills,_California> . ?uri rdf:type onto:Person} | lcquad |
Name some islands in a pacific archipelago? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:location <http://dbpedia.org/resource/Pacific_Ocean> . ?uri prop:archipelago ?x . ?uri rdf:type onto:Island} | lcquad |
For how many movies have the music composer composed music, who have collaborated with Yes ? | 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:associatedMusicalArtist <http://dbpedia.org/resource/Yes_(band)> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | lcquad |
Name the driver who had a pole finish in 1989 Portuguese Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:1989_Portuguese_Grand_Prix onto:poleDriver ?uri } | lcquad |
Jeff Munn is the president of which basketball 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 ?uri WHERE {?uri prop:president <http://dbpedia.org/resource/Jeff_Munn> . ?uri rdf:type onto:BasketballTeam} | lcquad |
In how many areas do the networks broadcast, which also broadcasts in North Carolina? | 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:broadcastArea <http://dbpedia.org/resource/North_Carolina> . ?x prop:area ?uri . ?uri rdf:type onto:Place} | lcquad |
Name the sovereign state of Wallington railway station ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Wallington_railway_station onto:country ?uri } | lcquad |
Which terrotory of Tonkin campaign also the death bed of Thophane Vnard ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Tonkin_Campaign onto:territory ?uri. res:Théophane_Vénard onto:deathPlace ?uri} | lcquad |
Where does the Giannis Alafouzos originate? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Giannis_Alafouzos onto:stateOfOrigin ?uri } | lcquad |
What is the death place of the Elbieta Czartoryska which is also place of birth of the Charles Journet | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Elżbieta_Czartoryska_(1905–1989)> prop:deathPlace ?uri. <http://dbpedia.org/resource/Charles_Journet> onto:birthPlace ?uri} | lcquad |
What mammals fall into the biological family Canidae? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:family <http://dbpedia.org/resource/Canidae> . ?uri rdf:type onto:Mammal} | lcquad |
what region is governed by Mario Olivero? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:leader res:Mario_Oliverio } | lcquad |
Whihc party of the Mizoram Legislative Assembly is the government type of kumta ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kumta onto:governmentType ?uri. res:Mizoram_Legislative_Assembly prop:party ?uri} | lcquad |
What sports can be played in institutions in Bataan? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:province res:Bataan . ?x onto:sport ?uri . } | lcquad |
What is the total number of regions served by the companies which also serves Australia? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:regionServed <http://dbpedia.org/resource/Australia> . ?x onto:regionServed ?uri } | lcquad |
What tv series can be said to be related to the sarah jane adventure and dr who confidential? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:related res:The_Sarah_Jane_Adventures . ?uri onto:related res:Doctor_Who_Confidential . } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.