question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Who is the narrator of The Price of Beauty ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Price_of_Beauty onto:narrator ?uri } | lcquad |
Does Dan River flow into the Jordan Valley? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Jordan_River> onto:leftTributary <http://dbpedia.org/resource/Dan_River_(Middle_East)> } | lcquad |
Who is the producer of the device which is the operating system of Now TV ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Now_TV_(UK)> onto:operatingSystem ?x . ?x onto:manufacturer ?uri . } | lcquad |
How many artists have collaborated with famous guitar players? | 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:notableInstruments <http://dbpedia.org/resource/Guitar> . ?x onto:associatedMusicalArtist ?uri . ?uri rdf:type onto:Artist} | lcquad |
How many politicians live in India? | 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/India> . ?uri rdf:type onto:OfficeHolder} | lcquad |
What is the base currency of the country which operates the Marion Dufresne? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marion_Dufresne_(1995)> onto:operator ?x . ?x onto:currency ?uri . } | lcquad |
What is the region served by the governor of Stephen L.R. McNichols ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Stephen_L.R._McNichols prop:governor ?x . ?x onto:region ?uri . } | lcquad |
Who operates Liverpool Playhouse ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Liverpool_Playhouse onto:operatedBy ?uri } | lcquad |
Who has composed songs produced by Terry Melcher? | 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:producer <http://dbpedia.org/resource/Terry_Melcher> . ?x onto:composer ?uri . ?x rdf:type onto:Song} | lcquad |
To which series does Lost special belong to ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:The_Lost_Special prop:series ?uri } | lcquad |
How many albums did the maker of The Band produce? | 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:artist <http://dbpedia.org/resource/The_Band> . ?x onto:subsequentWork ?uri . ?uri rdf:type onto:Album} | lcquad |
List few musical artist whose notable instruments are Ludwig Drums and Remo? | 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:notableInstruments <http://dbpedia.org/resource/Ludwig_Drums> . ?uri onto:instrument <http://dbpedia.org/resource/Remo> . ?uri rdf:type... | lcquad |
How many rivers start in an English speaking country? | 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:officialLanguage <http://dbpedia.org/resource/English_language> . ?uri onto:sourceCountry ?x . ?uri rdf:type onto:River} | lcquad |
For a position in which institution were both Jack Ryan and Robert sarvis both appointed? | 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/Jack_Ryan_(politician)> onto:nominee ?uri. <http://dbpedia.org/resource/Robert_Sarvis> onto:nominee ?uri . ?uri rdf:type onto:Organisation} | lcquad |
Where Everybody knows you is the theme album of which show ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Where_Everybody_Knows_Your_Name onto:album ?uri } | lcquad |
Food in which countries has shallot in it? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:ingredient <http://dbpedia.org/resource/Shallot> . ?x onto:country ?uri . ?x rdf:type onto:Food} | lcquad |
Which rivers have source origins asnorth western, Zambia ? | 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:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zambia> . ?uri rdf:type onto:River} | lcquad |
Organization holding stocks of Galician and German wikipedias? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Galician_Wikipedia prop:owner ?uri. res:German_Wikipedia onto:owner ?uri . } | lcquad |
Name the river with Readin, Brekshire in its path and mouth place is Sothend-on-sea ? | 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:city <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri onto:mouthPlace <http://dbpedia.org/resource/Southend-on-Sea> . ?uri rdf:t... | lcquad |
Alexander Magleby, a rugby player is alma mater to which university? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Alexander_Magleby prop:university ?uri } | lcquad |
Is Amharic the official language of Ethiopia? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Ethiopia onto:officialLanguage res:Amharic } | lcquad |
What sport played at Islamic azad uni employes Craig Van Tilbury? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Craig_Van_Tilbury onto:occupation ?uri. res:Islamic_Azad_University_Central_Tehran_Branch onto:sport ?uri} | lcquad |
List the products of the company which published Tweenies: Game Time. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Tweenies:_Game_Time prop:publisher ?x . ?x prop:products ?uri . } | lcquad |
List the agencies located someplace lead by Alex Chalk. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:leaderName <http://dbpedia.org/resource/Alex_Chalk> . ?uri onto:location ?x . ?uri rdf:type onto:GovernmentAgency} | lcquad |
What religion are the characters of Absolutely Fabulous from? | 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:series <http://dbpedia.org/resource/Absolutely_Fabulous> . ?x onto:religion ?uri . ?x rdf:type onto:FictionalCharacter} | lcquad |
What are the movies whose music composer uses a Hammond organ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:instrument <http://dbpedia.org/resource/Hammond_organ> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | lcquad |
Was Love Hurts in Short Cut Draw Blood? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Love_Hurts prop:album res:Short_Cut_Draw_Blood } | lcquad |
Janaka Thissakuttiarachchi follows what religion, which once employed Atisa Srijnana too? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Janaka_Thissakuttiarachchi prop:religion ?uri. res:Atiśa onto:occupation ?uri . } | lcquad |
Whihc birthpalce of Svetlana Gounkina is also the largest city of Union State ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Union_State prop:largestCity ?uri. res:Svetlana_Gounkina onto:birthPlace ?uri} | lcquad |
Name the TV show with artist Christopher Franke and cast member Jason Carter ? | 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:artist <http://dbpedia.org/resource/Christopher_Franke> . ?uri onto:starring <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri ... | lcquad |
Which artist married to Lee Krasner? | 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:spouse <http://dbpedia.org/resource/Lee_Krasner> . ?uri rdf:type onto:Artist} | lcquad |
What teams did the ex teamplayers of lighthouse boy club start their career with? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:youthclubs res:Lighthouse_Boys_Club . ?x prop:debutteam ?uri . } | lcquad |
Where was the deadbody discovered of one of the alumni of General Educational Development? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:education res:General_Educational_Development . ?x prop:bodyDiscovered ?uri . } | lcquad |
Who designed the bridge in Oddamavadi? | 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/Oddamavadi> . ?x prop:designer ?uri . ?x rdf:type onto:Bridge} | lcquad |
What is the leader name of the settlements whose governing body is Municipal council? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:governingBody <http://dbpedia.org/resource/Municipal_council> . ?x onto:leaderName ?uri . ?x rdf:type onto:Settlement} | lcquad |
Name the co-founder of the record labels which have one of the founder as Chris DuBois ? | 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/Chris_DuBois> . ?x prop:founder ?uri . ?x rdf:type onto:RecordLabel} | lcquad |
List the companies operating in Australia? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:regionServed res:Australia } | lcquad |
In which countries is coconut used as a food ingredient? | 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:ingredient <http://dbpedia.org/resource/Coconut> . ?x prop:country ?uri . ?x rdf:type onto:Food} | lcquad |
How many people have worked for teams chaired by Patricia Amorim? | 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:chairman <http://dbpedia.org/resource/Patrícia_Amorim> . ?x prop:name ?uri . ?uri rdf:type onto:Person} | lcquad |
How many kinds of games can be played on the Amiga? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:computingPlatform <http://dbpedia.org/resource/Amiga> . ?x prop:genre ?uri . } | lcquad |
Is the book The Buddha and his Dhamma a book about Buddhism? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:The_Buddha_and_His_Dhamma onto:literaryGenre res:Buddhism } | lcquad |
How many relatives are there of people fought in the Battle of the Bulge? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:battles <http://dbpedia.org/resource/Battle_of_the_Bulge> . ?x onto:relation ?uri . } | lcquad |
How many genres of games can I find on the commodore CDTV? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:computingPlatform <http://dbpedia.org/resource/Commodore_CDTV> . ?x onto:genre ?uri . } | lcquad |
Does Jevan Snead play as Quarterback? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Jevan_Snead prop:position res:Quarterback } | lcquad |
Give me the sitcoms where Eliza Schneider and Isaac Hayes gave voice? | 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:voices <http://dbpedia.org/resource/Eliza_Schneider> . ?uri prop:voices <http://dbpedia.org/resource/Isaac_Hayes> . ?uri rdf:type onto:... | lcquad |
Directors of which movies are buried in Ronda? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:restingPlace res:Ronda . ?uri prop:director ?x . } | lcquad |
List the debut team of the baseball player who born in Houston. | 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:birthPlace <http://dbpedia.org/resource/Houston> . ?x onto:debutTeam ?uri . ?x rdf:type onto:BaseballPlayer} | lcquad |
Does Cascade Airways have a hub in Seattle? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Cascade_Airways onto:hubAirport res:Seattle } | lcquad |
Who edited British Gazette ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:British_Gazette prop:editor ?uri } | lcquad |
List the things for which the relatives of Mrunalini Kunte are known? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Mrunalini_Kunte onto:relative ?x . ?x prop:knownFor ?uri . } | lcquad |
What acts and artists are associated with people who have worked with Divertis? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:associatedActs res:Divertis . ?x onto:associatedMusicalArtist ?uri . } | lcquad |
What are the notableworks of Russell T Davies? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Russell_T_Davies prop:notableworks ?uri } | lcquad |
Which company has developed games whose music is done by Gerard Marino? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:composer <http://dbpedia.org/resource/Gerard_Marino> . ?x onto:developer ?uri . ?x rdf:type onto:VideoGame} | lcquad |
Who all have developed softwares for Unix Like OSes? | 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/Unix-like> . ?x onto:developer ?uri . ?x rdf:type onto:Software} | lcquad |
What are some party leaders of the parties which have had a seat in Berlin? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:headquarter <http://dbpedia.org/resource/Berlin> . ?x onto:leader ?uri . ?x rdf:type onto:PoliticalParty} | lcquad |
Was James maker in the band Noko? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Noko onto:associatedBand res:James_Maker } | lcquad |
Was Nick Jonas a member of the Jonas Brothers? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Jonas_Brothers prop:pastMembers res:Nick_Jonas } | lcquad |
Which tenant of New Sanno Hotel is the military branch of the Gary Holder-Winfield ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/New_Sanno_Hotel> onto:tenant ?uri. <http://dbpedia.org/resource/Gary_Holder-Winfield> onto:militaryBranch ?uri} | lcquad |
List the director of The Adventures of mimi ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Adventures_of_Mimi_(video)> prop:director ?uri } | lcquad |
List sports managers who managed Middlesbrough F.C. and England national under-21 football team? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:managerClub <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?uri prop:managerclubs <http://dbpedia.org/resource/England_national_unde... | lcquad |
Name all the soccer players who played in a under 18 club for La Liga? | 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/La_Liga> . ?uri prop:youthclubs ?x . ?uri rdf:type onto:SoccerPlayer} | lcquad |
Which key perosn of the Elders is also the president of united World College ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Elders_(organization)> prop:keyPeople ?uri. <http://dbpedia.org/resource/United_World_Colleges> onto:president ?uri} | lcquad |
Who are the players whose current clubs have Ferran Soriano as chairman? | 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:chairman <http://dbpedia.org/resource/Ferran_Soriano> . ?uri prop:currentclub ?x . ?uri rdf:type onto:Person} | lcquad |
What are some parties which have people from Mangalore as a member? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:placeOfBirth res:Mangalore . ?x prop:party ?uri . } | lcquad |
Which employer of Michael M. Sears is also the producer of Delta III ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Michael_M._Sears onto:employer ?uri. res:Delta_III onto:manufacturer ?uri} | lcquad |
Name the largest city in the county where there is a Cy-Fair High School. | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cy-Fair_High_School> onto:county ?x . ?x onto:largestCity ?uri . } | lcquad |
How many bacterias are there whose division is Firmicutes? | 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:division <http://dbpedia.org/resource/Firmicutes> . ?uri rdf:type onto:Bacteria} | lcquad |
To which country does Peter Blay owe his allegiance? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Peter_Blay prop:allegiance ?uri } | lcquad |
Is jim harbaugh currently in the Michigan Wolverines? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Jim_Harbaugh prop:currentteam res:Michigan_Wolverines } | lcquad |
Name the television show whose subsequent work is Crusade and Composer is Stewart Copeland? | 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:subsequentWork <http://dbpedia.org/resource/Crusade_(TV_series)> . ?uri prop:composer <http://dbpedia.org/resource/Stewart_Copeland> . ... | lcquad |
What are the current music bands of Chester Bennington? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:currentMembers res:Chester_Bennington } | lcquad |
Who was the prime minister under which the predecessor of Derick Heathcoat Amory served? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:successor <http://dbpedia.org/resource/Derick_Heathcoat-Amory,_1st_Viscount_Amory> . ?x prop:primeminister ?uri . } | lcquad |
Which person designed the cars which has been designed by ASC Creative Services? | 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:designCompany <http://dbpedia.org/resource/ASC_Creative_Services> . ?x prop:designer ?uri . ?x rdf:type onto:Automobile} | lcquad |
What are some orthonychidae birds? | 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/Orthonychidae> . ?uri rdf:type onto:Bird} | lcquad |
Which driver had the pole position in 1994 Spanish Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:1994_Spanish_Grand_Prix onto:poleDriver ?uri } | lcquad |
Does the US route 281 have a junction at San Antonio? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:U.S._Route_281 prop:junction res:San_Antonio } | lcquad |
How many awards have been given to the founder of Grameen Bank? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Grameen_Bank> prop:founder ?x . ?x onto:award ?uri . } | lcquad |
Count the number of important works done by the writers of The Second Coming? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> onto:author ?x . ?x onto:notableWork ?uri . } | lcquad |
Who all are known to play the Gibson Guitar Corporation? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:notableInstruments res:Gibson_Guitar_Corporation } | lcquad |
Which child of Jack Ferguson became a Prime Minister? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jack_Ferguson onto:child ?x . ?x prop:primeminister ?uri . } | lcquad |
Did Annie Leibovitz do the cover of The Road Ahead? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/The_Road_Ahead_(Bill_Gates_book)> onto:coverArtist <http://dbpedia.org/resource/Annie_Leibovitz> } | lcquad |
What are the things whose mascots are from the class Eutheria? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:class res:Eutheria . ?uri prop:mascot ?x . } | lcquad |
For whom did Michael Springer palyed for which is also had a former student named Donald Brooks ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Michael_Springer prop:team ?uri. res:Donald_Brooks prop:education ?uri} | lcquad |
Name the common nationality of Georgina Theodora Wood and akwasi Oppong Fosu ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Georgina_Theodora_Wood onto:nationality ?uri. res:Akwasi_Oppong_Fosu onto:nationality ?uri . } | lcquad |
Name the movie written by Monty Python and distributed by Cinema International Corporation ? | 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:distributor <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri prop:writer <http://dbpedia.org/resource/Monty_Python>... | lcquad |
Is Pittsburgh Steelers the former team of Marv McFadden? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Marv_McFadden prop:pastteams res:Pittsburgh_Steelers } | lcquad |
Which series was written by Eric Jendresen and John Orloff? | 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:writer <http://dbpedia.org/resource/Erik_Jendresen> . ?uri prop:writer <http://dbpedia.org/resource/John_Orloff> . ?uri rdf:type onto:T... | lcquad |
In which city can I find both the office of Elasticsearch and the Yellow Claw DJ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Yellow_Claw_(DJs)> prop:location ?uri. <http://dbpedia.org/resource/Elasticsearch> prop:location ?uri . } | lcquad |
Name the partners of Kelly Brook? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kelly_Brook onto:partner ?uri } | lcquad |
What is the area of the broadcast network which has the affiliation with 9TV? | 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/9TV> prop:affiliation ?x . ?x prop:area ?uri . ?x rdf:type onto:BroadcastNetwork} | lcquad |
Who is married to Gerard Piqu? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:partner res:Gerard_Piqué . } | lcquad |
Which sports are played in schools affiliated with the Harvest Christian Center? | 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:religiousAffiliation <http://dbpedia.org/resource/Harvest_Christian_Center> . ?x onto:sport ?uri . ?x rdf:type onto:School} | lcquad |
Who debuted their career in a team coached by Chip Kelly? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:coach res:Chip_Kelly . ?uri onto:debutTeam ?x . } | lcquad |
What are the nicknames given to the characters of The Wolves of the Mercy Falls? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:List_of_The_Wolves_of_Mercy_Falls_characters prop:nickname ?uri } | lcquad |
Name the river with source country in Zambia and source region as North-Western Province, Zambia? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:sourceCountry <http://dbpedia.org/resource/Zambia> . ?uri onto:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zambia> . ?uri rdf:type onto:River} | lcquad |
Members of how many political parties have died in Delhi? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfDeath <http://dbpedia.org/resource/Delhi> . ?x prop:party ?uri . } | lcquad |
What is the birthplace of Adugna Deyas and the place where Fiq is located? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fiq,_Ethiopia> onto:country ?uri. <http://dbpedia.org/resource/Adugna_Deyas> prop:birthPlace ?uri . } | lcquad |
what is the headquarters of Juan Dalmau Ramerez? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Juan_Dalmau_Ramírez prop:headquarters ?uri } | lcquad |
The president who was in office when Lee Hyun Jae was the PM followed which religion? | 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:primeminister <http://dbpedia.org/resource/Lee_Hyun-jae> . ?x onto:religion ?uri . ?x rdf:type onto:President} | lcquad |
Who is the maker of the engine of Ford F-Series first generation ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_F-Series_first_generation> prop:engine ?x . ?x onto:manufacturer ?uri . } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.