question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Where did Aghasalim Childagh die? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Aghasalim_Childagh prop:deathDate ?uri } | lcquad |
Give me a count of airlines whose hub airport is Los Angeles International Airport? | 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:hubAirport <http://dbpedia.org/resource/Los_Angeles_International_Airport> . ?uri rdf:type onto:Airline} | lcquad |
Where is the football team located in which Josh Bell did his debut? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Josh_Bell_(gridiron_football)> onto:debutTeam ?x . ?x onto:locationCity ?uri . } | lcquad |
Where is the successor of john waldo from? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:successor res:John_B._Waldo . ?x prop:state ?uri . } | lcquad |
How many awards have screenwriters won? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:occupation <http://dbpedia.org/resource/Screenwriter> . ?x onto:award ?uri . } | lcquad |
What are the houses of the Parliament Security Services and Parliament of India ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Parliament_Security_Services prop:houses ?uri. res:Parliament_of_India prop:houses ?uri . } | lcquad |
How many owners are there of things located in Alabama? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:city <http://dbpedia.org/resource/Alabama> . ?x onto:owner ?uri . } | lcquad |
Which writer of A literary Nightmare also extended the work of The Apple tree ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Apple_Tree onto:basedOn ?uri. res:A_Literary_Nightmare onto:author ?uri} | lcquad |
Who collaborated with Johnny Cash and Kris Kristofferson ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:associatedActs res:Johnny_Cash . ?uri prop:associatedActs res:Kris_Kristofferson . } | lcquad |
What is the television show whose opening theme is Where Everybody Knows Your Name? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:openingTheme <http://dbpedia.org/resource/Where_Everybody_Knows_Your_Name> . ?uri rdf:type onto:TelevisionShow} | lcquad |
How many companies were founded in Denton, texas? | 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:part <http://dbpedia.org/resource/Denton_County,_Texas> . ?uri onto:foundationPlace ?x . ?uri rdf:type onto:Company} | lcquad |
Of which countries does Viveka Babajee have citizenship? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Viveka_Babajee prop:citizenship ?uri } | lcquad |
Which club of perianne Lones is also the home town of the Kady O'Malley ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kady_O'Malley> prop:homeTown ?uri. <http://dbpedia.org/resource/Perianne_Jones> prop:club ?uri} | lcquad |
Where are the shrines of the saints who were beatified by Pope Pius XI? | 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:beatifiedBy <http://dbpedia.org/resource/Pope_Pius_XI> . ?x onto:majorShrine ?uri . ?x rdf:type onto:Saint} | lcquad |
What is the ethicity of Ted Falon? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ted_Failon onto:ethnicity ?uri } | lcquad |
By what person of which political party is Balangir district led? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Balangir_district onto:leaderName ?uri } | lcquad |
Who is the political figure whose military branch is Colonial troops? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:militaryBranch res:Colonial_troops } | lcquad |
Foxy Brown was associated with which band? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:associatedBand <http://dbpedia.org/resource/Foxy_Brown_(rapper)> } | lcquad |
Which creation of Josh Friedman was portrayed in Terminator 2 ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:portrayer res:Terminator_2:_Judgment_Day . ?uri prop:creator res:Josh_Friedman . } | lcquad |
What are some common games played in PATTS college of aeronautics and Jamiatu muslim mindanao? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:PATTS_College_of_Aeronautics prop:athletics ?uri. res:Jamiatu_Muslim_Mindanao prop:athletics ?uri . } | lcquad |
Of how many battles is Chickasaw Campaign of 1736 consisted? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Chickasaw_Campaign_of_1736 prop:combatant ?uri } | lcquad |
In which country is there a political party whose leader is Jose Cha Cha Jimenez? | 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/Jose_Cha_Cha_Jimenez> . ?x prop:international ?uri . ?x rdf:type onto:PoliticalParty} | lcquad |
Which movies' composers have won a BAFTA for film music? | 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/BAFTA_Award_for_Best_Film_Music> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | lcquad |
What kind of things are on the radio stations affiliated with the Baltimore Ravens? | 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/Baltimore_Ravens> . ?x onto:programmeFormat ?uri . ?x rdf:type onto:RadioStation} | lcquad |
Which work institue of andrew Schally belongs to WTUL ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Andrew_Schally prop:workInstitutions ?uri. res:WTUL prop:owner ?uri} | lcquad |
Who is the author of Heroman is also the author of Karakuri Dji Ultimo ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Heroman prop:author ?uri. res:Karakuri_Dôji_Ultimo onto:author ?uri} | lcquad |
Name the common sports played at Polytechnic University of Philippines San Juan and Islamic Azad University? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Polytechnic_University_of_the_Philippines_San_Juan onto:sport ?uri. res:Islamic_Azad_University_Central_Tehran_Branch onto:sport ?uri . } | lcquad |
What organization is the parent of Greenpeace Nordic? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Greenpeace_Nordic onto:parentOrganisation ?uri } | lcquad |
Of what all has David Ian Salter been an editor of? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:editing res:David_Ian_Salter } | lcquad |
How many | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:team <http://dbpedia.org/resource/Chicago_Bulls> . } | lcquad |
What is the place of birth of the Kira Plastinina and Sergey Ryazansky | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kira_Plastinina prop:placeOfBirth ?uri. res:Sergey_Ryazansky prop:placeOfBirth ?uri . } | lcquad |
Name the river whose mouth mountain is Essex and river mouth is North Sea? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mouthMountain <http://dbpedia.org/resource/Essex> . ?uri onto:riverMouth <http://dbpedia.org/resource/North_Sea> . ?uri rdf:type onto:River} | lcquad |
What is the products of the BBC Multimedia and series of the The Last Resort (Doctor Who) | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BBC_Multimedia> prop:products ?uri. <http://dbpedia.org/resource/The_Last_Resort_(Doctor_Who)> onto:series ?uri} | lcquad |
Which mascot of Celal Bayer university is also the nickname of kore Presbyterian Theological Seminar ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Korea_Presbyterian_Theological_Seminary prop:nickname ?uri. res:Celal_Bayar_University prop:mascot ?uri} | lcquad |
In how many countries do the rivers start which end at the Caspian Sea? | 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:riverMouth <http://dbpedia.org/resource/Caspian_Sea> . ?x onto:sourceCountry ?uri . ?uri rdf:type onto:Country} | lcquad |
Who is the leader of the Kriminalpolizei and Ordnungspolizei? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kriminalpolizei onto:leader ?uri. res:Ordnungspolizei onto:leader ?uri . } | lcquad |
What award has been given to Roy Walker as well as Walt Disney? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roy_Walker_(production_designer)> onto:award ?uri. <http://dbpedia.org/resource/Walt_Disney> onto:award ?uri . } | lcquad |
Give the total number of places to which airlines go, who also go to Glasgow? | 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:targetAirport <http://dbpedia.org/resource/Glasgow_Airport> . ?x prop:destinations ?uri . ?uri rdf:type onto:Place} | lcquad |
What is the death place of the Marina Pankova and Viktor Ulyanich? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Marina_Pankova onto:deathPlace ?uri. res:Viktor_Ulyanich onto:deathPlace ?uri . } | lcquad |
Who was the PM under which William Deane served? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:William_Deane onto:primeMinister ?uri . } | lcquad |
Which leader of Trump Entertainment Resorts is a relative of Maryanne Barry? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Maryanne_Trump_Barry onto:relation ?uri. res:Trump_Entertainment_Resorts onto:keyPerson ?uri . } | lcquad |
In which states can I find Truss 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/Truss_bridge> . ?x onto:state ?uri . ?x rdf:type onto:Bridge} | lcquad |
Which awards have Puerto Ricons won? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:ethnicity res:Puerto_Rico . ?x prop:awards ?uri . } | lcquad |
Where is the rival school of Somerset Berkeley Regional High school? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:rival <http://dbpedia.org/resource/Somerset_Berkley_Regional_High_School> . ?x onto:region ?uri . ?x rdf:type onto:School} | lcquad |
What products are made by Tehran based companies? | 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/Tehran> . ?x onto:product ?uri . ?x rdf:type onto:Company} | lcquad |
Count number of people who follow a religion which has an important office in Gold Base ? | 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:headquarters <http://dbpedia.org/resource/Gold_Base> . ?uri onto:religion ?x . ?uri rdf:type onto:Person} | lcquad |
In which areas can we find the networks owned by the govt of Mauritius? | 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:owningCompany <http://dbpedia.org/resource/Government_of_Mauritius> . ?x prop:broadcastArea ?uri . ?x rdf:type onto:BroadcastNetwork} | lcquad |
What is the profession of the William Luther Hill and also the office of the Richard Coke ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:William_Luther_Hill onto:profession ?uri. res:Richard_Coke prop:office ?uri} | lcquad |
What's the religion of the winner of china election of 2008? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Republic_of_China_legislative_election,_2008> prop:leader ?x . ?x onto:religion ?uri . } | lcquad |
What is the city nearest to the historic place whose architect is Joseph Dion? | 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/Joseph_Dion> . ?x onto:nearestCity ?uri . ?x rdf:type onto:HistoricPlace} | lcquad |
Who is the father of Edith Vonnegut and is also a writer? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:child <http://dbpedia.org/resource/Edith_Vonnegut> . ?uri rdf:type onto:Writer} | lcquad |
was Charlemagne canonized by antipope pachal 3? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Charlemagne prop:canonizedBy res:Antipope_Paschal_III } | lcquad |
How many basketball players studied in the Midland College? | 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:college <http://dbpedia.org/resource/Midland_College> . ?uri rdf:type onto:BasketballPlayer} | lcquad |
List all the collaborators of the artist which has collaborated with sanremo Music Festival ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:associatedMusicalArtist <http://dbpedia.org/resource/Sanremo_Music_Festival> . ?x onto:associatedMusicalArtist ?uri . ?x rdf:type onto:Artist} | lcquad |
Who was the president under whom, a governor participated in Shay's rebellion? | 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:battle <http://dbpedia.org/resource/Shays'_Rebellion> . ?x prop:president ?uri . ?x rdf:type onto:Governor} | lcquad |
Which actors have performed in plays performed in New York? | 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:place <http://dbpedia.org/resource/New_York_City> . ?x prop:starring ?uri . ?x rdf:type onto:Play} | lcquad |
Who is the editor of Hearth and Home ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Hearth_and_Home onto:editor ?uri } | lcquad |
List the books by the authors buried in the Convent of the Barefoot Trinitarians? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:restingPlace <http://dbpedia.org/resource/Convent_of_the_Barefoot_Trinitarians> . ?uri onto:author ?x . ?uri rdf:type onto:Book} | lcquad |
How many game series exist for iOS? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:computingPlatform <http://dbpedia.org/resource/IOS> . ?x onto:series ?uri . } | lcquad |
Where does Manu cornet work? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Manu_Cornet prop:employer ?uri . } | lcquad |
Which awards did the creator of A Barrel of Laughs, a Vale of Tears won ? | 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/A_Barrel_of_Laughs,_a_Vale_of_Tears> onto:author ?x . ?x onto:award ?uri . ?x rdf:type onto:ComicsCreator} | lcquad |
In how many different places were the people born who are members of National Museum of Racing and Hall of Fame? | 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:honours <http://dbpedia.org/resource/National_Museum_of_Racing_and_Hall_of_Fame> . ?x prop:birthPlace ?uri . ?uri rdf:type onto:P... | lcquad |
Was einstein a doctoral student of Alfred Kleiner? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Alfred_Kleiner onto:doctoralStudent res:Albert_Einstein } | lcquad |
What is the source country of reg Lake ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Üüreg_Lake onto:sourceCountry ?uri } | lcquad |
Which hockey teams have had people playing as Defenceman? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:position <http://dbpedia.org/resource/Defenceman> . ?x prop:playedFor ?uri . ?x rdf:type onto:IceHockeyPlayer} | lcquad |
which president was served by Joseph Stiglitz? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Joseph_Stiglitz prop:president ?uri } | lcquad |
Name the tenant of Ever bank field which has also has player named Dan Shamash ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Dan_Shamash onto:team ?uri. res:EverBank_Field onto:tenant ?uri} | lcquad |
Who is the mfr. of the engine used in Ford Transit ? | 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/Ford_Transit> prop:engine ?x . ?x onto:manufacturer ?uri . ?x rdf:type onto:Engine} | lcquad |
Where did the employees of American College of Surgeons study? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:workInstitutions res:American_College_of_Surgeons . ?x onto:education ?uri . } | lcquad |
Name the people whose residence is Beverly Hills, California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:residence <http://dbpedia.org/resource/Beverly_Hills,_California> . ?uri rdf:type onto:Person} | lcquad |
Did Stan Lee create Jean Grey? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Jean_Grey prop:creators res:Stan_Lee } | lcquad |
The authors of Zhorstoke nebo was influenced by whom ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Zhorstoke_nebo onto:author ?x . ?x onto:influencedBy ?uri . } | lcquad |
What product is made by Sony and Foxconn togather? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:manufacturer res:Sony . ?uri onto:manufacturer res:Foxconn . } | lcquad |
Which city has radio stations which are Religious ? | 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:format <http://dbpedia.org/resource/Religion> . ?x prop:city ?uri . ?x rdf:type onto:RadioStation} | lcquad |
From which state do the White Plum Asangas come? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:religion res:White_Plum_Asanga . ?x onto:stateOfOrigin ?uri . } | lcquad |
Who operates the Ganz UV? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ganz_UV onto:operator ?uri } | lcquad |
What is the state of Umatilla language which is also the state of James K. Kelly ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:James_K._Kelly prop:state ?uri. res:Umatilla_language prop:region ?uri} | lcquad |
Where has GARAGE recorded its singles? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:producer <http://dbpedia.org/resource/Garbage_(band)> . ?x onto:recordedIn ?uri . ?x rdf:type onto:Single} | lcquad |
How many players participated in the 2004-05 FC Barcelona 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 COUNT(?uri) WHERE { <http://dbpedia.org/resource/2004–05_FC_Barcelona_season> prop:name ?uri . ?uri rdf:type onto:SoccerPlayer} | lcquad |
Whose mam is Bertrada of Laon? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:mother res:Bertrada_of_Laon } | lcquad |
Give me a list of all the people driving at pole positions in the Grand Prixes where Renault was a first 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 { ?x prop:firstTeam <http://dbpedia.org/resource/Renault_in_Formula_One> . ?x onto:poleDriver ?uri . ?x rdf:type onto:GrandPrix} | lcquad |
Who is the developer of the software which distributes Batman: Arkham City Lockdown ? | 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/Batman:_Arkham_City_Lockdown> prop:distributor ?x . ?x prop:developer ?uri . ?x rdf:type onto:Software} | lcquad |
What are the non-fiction topics in the books whose authors is Terry Pratchett? | 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:author <http://dbpedia.org/resource/Terry_Pratchett> . ?x onto:nonFictionSubject ?uri . ?x rdf:type onto:Book} | lcquad |
Is WP 8.1 the OS on Lumia 830? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Nokia_Lumia_830 prop:os res:Windows_Phone_8.1 } | lcquad |
Name a movie with actor as Momoko Kchi and music by Akira Ifukube? | 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:starring <http://dbpedia.org/resource/Momoko_Kōchi> . ?uri prop:music <http://dbpedia.org/resource/Akira_Ifukube> . ?uri rdf:type onto:... | lcquad |
Which railway line goes through the stations which are a part of the North Caucasus railway? | 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/North_Caucasus_Railway> . ?x onto:servingRailwayLine ?uri . ?x rdf:type onto:Station} | lcquad |
Which animal is the mascot of the 1502nd Infantry Brigade (Ready Reserve) and Galatasaray Handball 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 { <http://dbpedia.org/resource/1502nd_Infantry_Brigade_(Ready_Reserve)> prop:mascot ?uri. <http://dbpedia.org/resource/Galatasaray_Handball_Team> p... | lcquad |
Who was in missions of Gemini 8 and Apollo 11? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:mission res:Gemini_8 . ?uri prop:mission res:Apollo_11 . } | lcquad |
Name the source Island of Bayou ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Island_Bayou_(Oklahoma)> onto:source ?uri } | lcquad |
What location country of AH141 is also the nation of malaysia Junior hockey league ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:AH141 onto:county ?uri. res:Malaysia_Junior_Hockey_League onto:country ?uri} | lcquad |
Which college of the Luke List (golfer) is the alma mater of the Park Trammell ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luke_List_(golfer)> prop:college ?uri. <http://dbpedia.org/resource/Park_Trammell> onto:almaMater ?uri} | lcquad |
Of the sports commonly played at Islamic Azad Uni, tehran, which one does Jon Speelman play? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jon_Speelman onto:field ?uri. res:Islamic_Azad_University_Central_Tehran_Branch onto:sport ?uri} | lcquad |
How many artists are signed up with Celluloid Records? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:label <http://dbpedia.org/resource/Celluloid_Records> . } | lcquad |
Henry McDaniel's trained horses 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 prop:trainer <http://dbpedia.org/resource/Henry_McDaniel_(racehorse_trainer)> . ?x onto:honours ?uri . ?x rdf:type onto:Horse} | lcquad |
What were the occupations of Marcus Floyd? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Marcus_Floyd onto:occupation ?uri } | lcquad |
With whom is the institution of David Charles affiliated? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Charles_(physician)> prop:workInstitutions ?x . ?x prop:affiliation ?uri . } | lcquad |
From how many coutries do companies come, which are headquartered in the Klang Valley? | 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:headquarters <http://dbpedia.org/resource/Klang_Valley> . ?x prop:country ?uri . ?uri rdf:type onto:Country} | lcquad |
What political party has governed both in Baraily,MP and Jowai? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Baraily onto:leaderName ?uri. res:Jowai onto:leaderName ?uri . } | lcquad |
Who is the builder of the bridge owned by Tabriz ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:owner <http://dbpedia.org/resource/Tabriz> . ?x onto:builder ?uri . ?x rdf:type onto:Bridge} | lcquad |
Is the song Only the Good Die Young from The Stranger? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Only_the_Good_Die_Young> prop:fromAlbum <http://dbpedia.org/resource/The_Stranger_(album)> } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.