question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What provides the services of Nintendo eShop and Nintendo Network? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:services res:Nintendo_eShop . ?uri prop:services res:Nintendo_Network . } | lcquad |
What is the territory of the conflict whose commander is Feng Zicai? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:commander <http://dbpedia.org/resource/Feng_Zicai> . ?x onto:territory ?uri . ?x rdf:type onto:MilitaryConflict} | lcquad |
Name the person who was educated at Harvard-Westlake and won the Screen Actor Guild Life Achievement Award ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:almaMater <http://dbpedia.org/resource/Harvard-Westlake_School> . ?uri onto:award <http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award> . ?uri rdf:type onto:Per... | lcquad |
Which is the common nation of Louisa Hill and American Football Wellington from? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Louisa_Hill onto:country ?uri. res:American_Football_Wellington onto:country ?uri . } | lcquad |
Which club of Michael Springer is also the parent organization of Syracuse University press ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Michael_Springer prop:team ?uri. res:Syracuse_University_Press prop:parent ?uri} | lcquad |
Which company created BASIC and Language Integrated Query ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Microsoft_BASIC onto:designer ?uri. res:Language_Integrated_Query onto:designer ?uri . } | lcquad |
Hugh Hefner is editor of which magazine? | 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:editor <http://dbpedia.org/resource/Hugh_Hefner> . ?uri rdf:type onto:Magazine} | lcquad |
Who works at the American Magazine and New York Post? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:employer res:The_American_Magazine . ?uri onto:employer res:New_York_Post . } | lcquad |
Whihc successor of McDonnell Douglas was built bu Delta 3 ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Delta_III onto:manufacturer ?uri. res:McDonnell_Douglas prop:successor ?uri} | lcquad |
Which countries share a similar sociocultural and ethnic heritage of that of Native Indonesians? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Native_Indonesians prop:region ?uri } | lcquad |
What is the residence of the person, who starred in Men Will Be Men ? | 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/Men_Will_Be_Men> onto:starring ?x . ?x prop:residence ?uri . ?x rdf:type onto:Person} | lcquad |
What people are known to work for Johnny Cash? | 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:associatedActs <http://dbpedia.org/resource/Johnny_Cash> . ?uri rdf:type onto:Person} | lcquad |
In which state is Goose Lake Valle, which is also part of Lava River Cave ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Goose_Lake_Valley onto:state ?uri. res:Lava_River_Cave onto:location ?uri} | lcquad |
Where did some of the matches take place where Columbus Crew SC played? | 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:team <http://dbpedia.org/resource/Columbus_Crew_SC> . ?x onto:location ?uri . ?x rdf:type onto:FootballMatch} | lcquad |
How many awards have been given to Italians? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:birthPlace <http://dbpedia.org/resource/Italy> . ?x prop:awards ?uri . } | lcquad |
Count the number of cities around the American Mediterranean 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 COUNT(?uri) WHERE { <http://dbpedia.org/resource/American_Mediterranean_Sea> prop:cities ?uri . ?uri rdf:type onto:City} | lcquad |
List the first drivers of Grand Prixes where Mika Hakkinen was a pole driver. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:poleDriver <http://dbpedia.org/resource/Mika_Häkkinen> . ?x onto:firstDriver ?uri . ?x rdf:type onto:GrandPrix} | lcquad |
How many movies have their music signed up with Sony Music Entertainment. | 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:recordLabel <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | lcquad |
What is the nationality of the David King-Wood and John Steed ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_King-Wood> prop:nationality ?uri. <http://dbpedia.org/resource/John_Steed> prop:nationality ?uri . } | lcquad |
What are the television shows whose network is BBC HD? | 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 rdf:type onto:TelevisionShow} | lcquad |
To which party does the politician belong, who was born in Nandurbar? | 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:placeOfBirth <http://dbpedia.org/resource/Nandurbar> . ?x onto:party ?uri . ?x rdf:type onto:Politician} | lcquad |
Name the people who were in a youth club managed by Luis Enrique ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:manager <http://dbpedia.org/resource/Luis_Enrique_(footballer)> . ?uri prop:youthclubs ?x . } | lcquad |
What is the local authority of Liverpool Institute High School for Boys ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Liverpool_Institute_High_School_for_Boys onto:localAuthority ?uri } | lcquad |
What is the destinations of the airline whose headquarters is in Manchester? | 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:headquarters <http://dbpedia.org/resource/Manchester> . ?x prop:destinations ?uri . ?x rdf:type onto:Airline} | lcquad |
who married crystal harris? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:spouse res:Crystal_Harris . } | lcquad |
Which job of Irving Chernev is the non-fiction subject of the Thud ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Irving_Chernev> onto:occupation ?uri. <http://dbpedia.org/resource/Thud!> onto:nonFictionSubject ?uri} | lcquad |
Who gave the voice to the characters sculpted by Clamp? | 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:creator <http://dbpedia.org/resource/Clamp_(manga_artists)> . ?x onto:voice ?uri . ?x rdf:type onto:FictionalCharacter} | lcquad |
Where are the tombs of kings and queens who have died in England? | 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/England> . ?x prop:placeOfBurial ?uri . ?x rdf:type onto:Royalty} | lcquad |
Is Lloyd Nosler the editor of The Temptress? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:The_Temptress onto:editing res:Lloyd_Nosler } | lcquad |
Who are the people whose alumna is a part of the National Collegiate Athletic Association? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:athletics res:National_Collegiate_Athletic_Association . ?uri prop:education ?x . } | lcquad |
On what subject does WTJC-LP air? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WTJC-LP> prop:format ?uri } | lcquad |
Name the television show whose voice is given by April Stewart and it's distributor is Broadcast syndication? | 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/April_Stewart> . ?uri onto:distributor <http://dbpedia.org/resource/Broadcast_syndication> . ?uri r... | lcquad |
In which city is the building, whose part is the Martin AN/FSG1 anti aircraft system? | 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:part <http://dbpedia.org/resource/Martin_AN/FSG-1_Antiaircraft_Defense_System> . ?x prop:district ?uri . ?x rdf:type onto:Building} | lcquad |
Who wrote A house not meant to stand and Akale? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:A_House_Not_Meant_to_Stand prop:writer ?uri. res:Akale onto:writer ?uri} | lcquad |
Who managed England national under-20 football team and Middlesbrough F.C.? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:managerclubs <http://dbpedia.org/resource/England_national_under-20_football_team> . ?uri onto:managerClub <http://dbpedia.org/resource/Middlesbrough_F.C.> . } | lcquad |
Who developed the software which is used as operating system of Magic Trackpad ? | 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/Magic_Trackpad> onto:operatingSystem ?x . ?x prop:developer ?uri . ?x rdf:type onto:Software} | lcquad |
Was the USS Tillamook built in Seattle? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/USS_Tillamook_(AT-16)> prop:shipBuilder <http://dbpedia.org/resource/Seattle> } | lcquad |
Who produced the TV shows for Fremantle Media? | 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:company <http://dbpedia.org/resource/FremantleMedia> . ?x onto:producer ?uri . ?x rdf:type onto:TelevisionShow} | lcquad |
What is the home stadium of the soccer club seasons whose chairman is Merritt Paulson? | 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/Merritt_Paulson> . ?x onto:homeStadium ?uri . ?x rdf:type onto:SoccerClubSeason} | lcquad |
In which state is Dorchester Bay (Boston Harbor) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dorchester_Bay_(Boston_Harbor)> prop:state ?uri } | lcquad |
Name the veneration of the monarch who is the predecessor of Solomon? | 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/Solomon> prop:predecessor ?x . ?x prop:veneratedIn ?uri . ?x rdf:type onto:Monarch} | lcquad |
Who was the director of photography of Mickey's Mellerdrammer and the animator of Tommy Tucker's Tooth? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mickey's_Mellerdrammer> prop:cinematography ?uri. <http://dbpedia.org/resource/Tommy_Tucker's_Tooth> prop:animator ?uri} | lcquad |
Who is the builder of Estadio Nacional de Costa Rica and also location of Xianren Cave ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Estadio_Nacional_de_Costa_Rica_(2011)> onto:builder ?uri. <http://dbpedia.org/resource/Xianren_Cave> onto:country ?uri} | lcquad |
Which distributer of Glover (video game) is also the publisher of the Super Mario Adventures ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Glover_(video_game)> onto:distributor ?uri. <http://dbpedia.org/resource/Super_Mario_Adventures> prop:publisher ?uri} | lcquad |
How many movies did Michael Deeley produce? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:producer <http://dbpedia.org/resource/Michael_Deeley> . ?uri rdf:type onto:Film} | lcquad |
Is Steve Nash the chairman of Vancouver Whitecaps FC? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Vancouver_Whitecaps_FC prop:chairman res:Steve_Nash } | lcquad |
Who is a famous relative of Aaround Van Heemstra? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:relative <http://dbpedia.org/resource/Aarnoud_van_Heemstra> . ?uri rdf:type onto:Person} | lcquad |
What awards have been given to the anyone who raced in the Lawrence Realization Stakes? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:race res:Lawrence_Realization_Stakes . ?x onto:honours ?uri . } | lcquad |
How many battles have involved commanders of 1st Free French Division? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/1st_Free_French_Division> prop:notableCommanders ?x . ?x prop:battles ?uri . } | lcquad |
How many areas are led by Willem Alexander? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:leader <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . } | lcquad |
Name the movie in which Vangelis gave the music and Jordan was the cinematographer ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:music <http://dbpedia.org/resource/Vangelis> . ?uri onto:cinematography <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri rdf:type... | lcquad |
In how many places are the companies founded in Canada operating? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/Canada> . ?x prop:locations ?uri . } | lcquad |
Count the number of movies whose editors were born in UK? | 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:birthPlace <http://dbpedia.org/resource/United_Kingdom> . ?uri prop:editing ?x . ?uri rdf:type onto:Film} | lcquad |
What is the television show whose cast members are Jeff Conaway and Jason Carter? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:starring <http://dbpedia.org/resource/Jeff_Conaway> . ?uri onto:starring <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Which countries were led by Pietro Parolin? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:leader <http://dbpedia.org/resource/Pietro_Parolin> . ?uri rdf:type onto:Country} | lcquad |
List the sports played in private universities. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:type res:Private_university . ?x onto:sport ?uri . } | lcquad |
What state has a Brideun School for Exception Children and is the birthplace of B J Crombeen? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Brideun_School_for_Exceptional_Children prop:state ?uri. res:B._J._Crombeen onto:birthPlace ?uri . } | lcquad |
Who is the performer of album which has the song "To Where You Are" ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:To_Where_You_Are onto:album ?x . ?x onto:artist ?uri . } | lcquad |
How many companies were founded in places where Dallas is the governing body ? | 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:governingBody <http://dbpedia.org/resource/Dallas> . ?uri onto:foundationPlace ?x . ?uri rdf:type onto:Company} | lcquad |
What Orson Welles directed movie has photography director as Gregg Toland ? | 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:cinematography <http://dbpedia.org/resource/Gregg_Toland> . ?uri prop:director <http://dbpedia.org/resource/Orson_Welles> . ?uri rdf:ty... | lcquad |
Who founded the city at the end of the Pittsburgh Line route? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pittsburgh_Line onto:routeEnd ?x . ?x onto:founder ?uri . } | lcquad |
Name the hubs of the airlines whose headquarters is in the Subang Interchange? | 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:headquarters <http://dbpedia.org/resource/Subang_Interchange> . ?x prop:hubs ?uri . ?x rdf:type onto:Airline} | lcquad |
Name the television show whose network is TNT (TV channel) and Prime Time Entertainment Network? | 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:network <http://dbpedia.org/resource/TNT_(TV_channel)> . ?uri onto:network <http://dbpedia.org/resource/Prime_Time_Entertainment_Network... | lcquad |
List the honorary title given to the spouse of Lillian Disney ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Lillian_Disney prop:spouse ?x . ?x onto:award ?uri . } | lcquad |
How many games have a publisher based in US? | 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:location <http://dbpedia.org/resource/United_States> . ?uri onto:publisher ?x . ?uri rdf:type onto:VideoGame} | lcquad |
Where does the rail route, which ends at the Moskovsky station, begins? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:routeEnd <http://dbpedia.org/resource/Moskovsky_railway_station_(Saint_Petersburg)> . ?x onto:routeStart ?uri . } | lcquad |
How many people have played for the NBA? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:league <http://dbpedia.org/resource/National_Basketball_Association> . } | lcquad |
Name the musician who gave the music in Tonight's the night and is also wedded to Alana Stewart ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tonight's_the_Night_(2003_musical)> prop:music ?uri. <http://dbpedia.org/resource/Alana_Stewart> onto:spouse ?uri} | lcquad |
What is the nationality of the golf player who won the 2002 Players Championship ? | 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/2002_Players_Championship> onto:champion ?x . ?x onto:nationality ?uri . ?x rdf:type onto:GolfPlayer} | lcquad |
Which builder of Edwin Andrews Air Base isalso place of birth of the Akinoumi Setsuo ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Edwin_Andrews_Air_Base onto:builder ?uri. res:Akinoumi_Setsuo prop:placeOfBirth ?uri} | lcquad |
Who penned Emma and Jane Austen in Manhatten? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jane_Austen_in_Manhattan> onto:writer ?uri. <http://dbpedia.org/resource/Emma_(novel)> prop:author ?uri . } | lcquad |
How many labels sign up progressive rock artists? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:genre <http://dbpedia.org/resource/Progressive_rock> . ?x onto:recordLabel ?uri . } | lcquad |
Which continents can be reached by flight companies available on Gatwick Airport? | 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:targetAirport <http://dbpedia.org/resource/Gatwick_Airport> . ?x prop:destinations ?uri . ?x rdf:type onto:Airline} | lcquad |
Where is Benjamin Franklin Terry buried, and US Route 59 has a junction? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Benjamin_Franklin_Terry prop:placeofburial ?uri. res:U.S._Route_59_in_Texas prop:junction ?uri} | lcquad |
Do Ctenochaetus Binotatus lie in the cActinopterygii class? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Ctenochaetus_binotatus onto:class res:Actinopterygii } | lcquad |
Who are some authoritative persons on the matter of Megabalanus concinnus? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Megabalanus_concinnus onto:binomialAuthority ?uri } | lcquad |
Where the club of Kiki Cutter located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kiki_Cutter prop:club ?x . ?x onto:location ?uri . } | lcquad |
List the awards won by the wife of Ingrid von Rosen. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ingrid_von_Rosen prop:spouse ?x . ?x prop:awards ?uri . } | lcquad |
Which current Michigan Wolverines team member debuted in Chicago Bears ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:debutteam res:Chicago_Bears . ?uri prop:currentteam res:Michigan_Wolverines . } | lcquad |
List the movie whose music was given by Geoffrey Burgon and distributed by Cinema International Corporation? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:musicComposer <http://dbpedia.org/resource/Geoffrey_Burgon> . ?uri onto:distributor <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri rdf:type onto:Film} | lcquad |
Which musical artists have collaborated with Waylon Jennings? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:associatedMusicalArtist <http://dbpedia.org/resource/Waylon_Jennings> . ?uri rdf:type onto:MusicalArtist} | lcquad |
What is the Nickname of the school where Jeff Hornacek studied ? | 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/Jeff_Hornacek> prop:highschool ?x . ?x prop:nickname ?uri . ?x rdf:type onto:School} | lcquad |
Where did the people canonized by John Paul II die? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:canonizedBy res:Pope_John_Paul_II . ?x prop:deathPlace ?uri . } | lcquad |
Who is the owner of Ford Motor Credit comapny which is also the builder of FORD SHO V8 engine ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ford_Motor_Credit_Company prop:owner ?uri. res:Ford_SHO_V8_engine onto:manufacturer ?uri} | lcquad |
Count the different genres of games published by Titus Software | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:publisher <http://dbpedia.org/resource/Titus_Software> . ?x onto:genre ?uri . } | lcquad |
Who has produced movies that have a James Horner score? | 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/James_Horner> . ?x prop:producer ?uri . ?x rdf:type onto:Film} | lcquad |
Which movie produced by Michael Deeley was distributed by Warner Bros ? | 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:distributor <http://dbpedia.org/resource/Warner_Bros.> . ?uri prop:producer <http://dbpedia.org/resource/Michael_Deeley> . ?uri rdf:typ... | lcquad |
Name the person whose daughter is Rohan Marley and also another children named Sharon Marley ? | 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:child <http://dbpedia.org/resource/Rohan_Marley> . ?uri prop:children <http://dbpedia.org/resource/Sharon_Marley> . ?uri rdf:type onto:... | lcquad |
Which shows are voiced be US citizens? | 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:stateOfOrigin <http://dbpedia.org/resource/United_States> . ?uri prop:voices ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
Name the television show voiced by April Stewart and Eliza Schneider? | 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/April_Stewart> . ?uri prop:voices <http://dbpedia.org/resource/Eliza_Schneider> . ?uri rdf:type ont... | lcquad |
Count the different places where the people died, who were born in England? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/England> . ?x prop:placeOfDeath ?uri . } | lcquad |
What are some relatives of Battle of the Bulge veterans? | 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/Battle_of_the_Bulge> . ?x onto:relation ?uri . ?x rdf:type onto:MilitaryPerson} | lcquad |
Who made the Y block engine and the SHO V8 engine? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Y-block_engine> onto:manufacturer ?uri. <http://dbpedia.org/resource/Ford_SHO_V8_engine> onto:manufacturer ?uri . } | lcquad |
How many different genres of games are produced by Blizzard? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:developer <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x prop:genre ?uri . } | lcquad |
Which tennis players live in Kenthurst, new south wales? | 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/Kenthurst,_New_South_Wales> . ?uri rdf:type onto:TennisPlayer} | lcquad |
In which religions are both Pope Gregory 1 and Edwin of northumbria reverred? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Pope_Gregory_I prop:veneratedIn ?uri. res:Edwin_of_Northumbria prop:veneratedIn ?uri . } | lcquad |
How many things are located in Ridgewood, New Jersey? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:birthPlace <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . } | lcquad |
Name the sea whose inflow is Kemijoki and outflow is Danish straits? | 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:inflow <http://dbpedia.org/resource/Kemijoki> . ?uri prop:outflow <http://dbpedia.org/resource/Danish_straits> . ?uri rdf:type onto:Sea... | lcquad |
What award was won by executive producer of Shaun the Sheep? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Shaun_the_Sheep onto:executiveProducer ?x . ?x onto:award ?uri . } | lcquad |
Was the altazor drawn by Picasso? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Altazor prop:illustrator res:Pablo_Picasso } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.