question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What are the professions of Frederick Frelinghuysen (general) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frederick_Frelinghuysen_(general)> prop:occupation ?uri } | lcquad |
Did Henry Ford design the Model C? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Ford_Model_C onto:designCompany res:Henry_Ford } | lcquad |
Name the species of Southwest African lion ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Southwest_African_lion onto:species ?uri } | lcquad |
Count the sports played at universities located in Urban Areas? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:campus <http://dbpedia.org/resource/Urban_area> . ?x onto:sport ?uri . } | lcquad |
What is the mountain whose parent mountain peak is Nevado de Toluca? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:parentMountainPeak <http://dbpedia.org/resource/Nevado_de_Toluca> . ?uri rdf:type onto:Mountain} | lcquad |
Who was the narrator in the point? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Point!> prop:narrated ?uri } | lcquad |
Is Stephanie Rice the flagbearer of Australia at the 2008 Summer Olympics? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Australia_at_the_2008_Summer_Olympics prop:flagbearer res:Stephanie_Rice } | lcquad |
What is the home town of the Band which is the previous work of Sammy Hagar & Friends ? | 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/Sammy_Hagar_&_Friends> onto:previousWork ?x . ?x onto:hometown ?uri . ?x rdf:type onto:Band} | lcquad |
Did Carolyn Heinrich study at the Vanderbilt? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Carolyn_Heinrich onto:institution res:Vanderbilt_University } | lcquad |
In which state do darren brass and belvin perry live? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Darren_Brass onto:residence ?uri. res:Belvin_Perry onto:residence ?uri . } | lcquad |
List all the school of the rugby player whose one of the school is Michael House ? | 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:school <http://dbpedia.org/resource/Michaelhouse> . ?x prop:school ?uri . ?x rdf:type onto:RugbyPlayer} | lcquad |
What is the official residence of the Christopher Daz Figuero which is also the state of the Cruce a Nado Internacional | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Christopher_Díaz_Figueroa prop:residence ?uri. res:Cruce_a_Nado_Internacional onto:country ?uri} | lcquad |
What is the national origin of Focke-Wulf Fw 260 ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Focke-Wulf_Fw_260> prop:nationalOrigin ?uri } | lcquad |
What is manufactured by a company founded by Akio Morita? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:founder res:Akio_Morita . ?uri onto:manufacturer ?x . } | lcquad |
What is the award presented by Downtown Athletic Club and Yale Club NYCity? | 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:presenter <http://dbpedia.org/resource/Downtown_Athletic_Club> . ?uri prop:presenter <http://dbpedia.org/resource/Yale_Club_of_New_York... | lcquad |
What is the name of the river whose mouth country is Mozambique and source region is North-Western Province, 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:mouthCountry <http://dbpedia.org/resource/Mozambique> . ?uri onto:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zamb... | lcquad |
List the races of Fergie Sutherland? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Fergie_Sutherland prop:race ?uri } | lcquad |
Games on amiga are typically of what kind? | 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:computingPlatform <http://dbpedia.org/resource/Amiga> . ?x prop:genre ?uri . ?x rdf:type onto:VideoGame} | lcquad |
Where is the gold coast football club located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Gold_Coast_Football_Club prop:location ?uri } | lcquad |
Which shows are similar to the ones produced by Phil Collinson? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:executiveProducer <http://dbpedia.org/resource/Phil_Collinson> . ?uri onto:related ?x . ?uri rdf:type onto:TelevisionShow} | lcquad |
What is the country whose leader name is Grard Larcher? | 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:leaderName <http://dbpedia.org/resource/Gérard_Larcher> . ?uri rdf:type onto:Country} | lcquad |
Who was the influencer of Dave Attel who also starred in Adios Amigo? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Dave_Attell onto:influencedBy ?uri. res:Adiós_Amigo onto:starring ?uri . } | lcquad |
Name the wine regions of Baco noir? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Baco_noir onto:wineRegion ?uri } | lcquad |
What is the awards won by the producer of From the Life of the Marionettes ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:From_the_Life_of_the_Marionettes onto:producer ?x . ?x prop:awards ?uri . } | lcquad |
What is the meaning of the Isa (name) which is also a relegion of Sacred Heart Convent School (Bangkok) ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> prop:meaning ?uri. <http://dbpedia.org/resource/Sacred_Heart_Convent_School_(Bangkok)> onto:type ?uri} | lcquad |
List the doctoral students of Harry Harlow ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Harry_Harlow prop:doctoralStudents ?uri } | lcquad |
List the major shrines of the saints whose one of the shrine is St. Takla Haymanot's Church ? | 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:majorShrine <http://dbpedia.org/resource/St._Takla_Haymanot's_Church_(Alexandria)> . ?x onto:majorShrine ?uri . ?x rdf:type onto:Saint} | lcquad |
Which currency is used by the record label of the Way to Your Heart? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Way_to_Your_Heart onto:recordLabel ?x . ?x prop:currency ?uri . } | lcquad |
In which department does Raymond Baldwin work? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Raymond_E._Baldwin prop:branch ?uri } | lcquad |
Where did the fashion designer study who died at the Stony Brook University Hospital? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/Stony_Brook_University_Hospital> . ?x prop:education ?uri . ?x rdf:type onto:FashionDesigner} | lcquad |
Was mother teresa beatified by John Paul the second? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Mother_Teresa prop:beatifiedBy res:Pope_John_Paul_II } | lcquad |
Which company of Ford Theatre is the owning organization of F0ord Kansa City Assemply Plant ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ford_Kansas_City_Assembly_Plant onto:owningOrganisation ?uri. res:Ford_Theatre prop:company ?uri} | lcquad |
What is the religion of the relatives of Ananda Weerasekara? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:relation res:Ananda_Weerasekara . ?x onto:religion ?uri . } | lcquad |
Which religion did both anupong paochinda and udit raj follow? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Anupong_Paochinda onto:religion ?uri. res:Udit_Raj onto:religion ?uri . } | lcquad |
Who are all the people who used to figure skate with the current partner of Alexa Scimeca? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Alexa_Scimeca onto:currentPartner ?x . ?x onto:formerPartner ?uri . } | lcquad |
Isaac Hayes has acted in which movies ? | 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/Isaac_Hayes> . ?uri rdf:type onto:Film . ?uri rdf:type onto:Film} | lcquad |
What is the citizenship of the Sarah Kazemy and land of the Cervelle de canut | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Sarah_Kazemy onto:citizenship ?uri. res:Cervelle_de_canut onto:country ?uri} | lcquad |
Movie's produced by Michael Deeley has Jordan Cronenweth as director of photography | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:producer <http://dbpedia.org/resource/Michael_Deeley> . ?uri onto:cinematography <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri rdf:type onto:Film} | lcquad |
What is the company that has products with Windows RT as its OS? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:os res:Windows_RT . ?uri onto:product ?x . } | lcquad |
How many buildings are located in the jurisdiction of John Tory? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:leaderName <http://dbpedia.org/resource/John_Tory> . ?uri prop:location ?x . ?uri rdf:type onto:Building} | lcquad |
Name some software as a service? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:license <http://dbpedia.org/resource/Software_as_a_service> . ?uri rdf:type onto:Software} | lcquad |
List down the associated musical artist of the writer of Rain Is a Good Thing ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Rain_Is_a_Good_Thing prop:writer ?x . ?x onto:associatedMusicalArtist ?uri . } | lcquad |
Who founded the league which was won by Joe McKeehen? | 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:champion <http://dbpedia.org/resource/Joe_McKeehen> . ?x prop:founded ?uri . ?x rdf:type onto:SportsLeague} | lcquad |
How many companies were founded in Menlo Park, California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:foundation <http://dbpedia.org/resource/Menlo_Park,_California> . ?uri rdf:type onto:Company} | lcquad |
Which European Broadcasting Union's TV show has opening theme as Te Deum ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:company <http://dbpedia.org/resource/European_Broadcasting_Union> . ?uri onto:openingTheme <http://dbpedia.org/resource/Te_Deum_(Charpen... | lcquad |
Give me all martial artists trained by Joe Schilling. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:trainer <http://dbpedia.org/resource/Joe_Schilling> . ?uri rdf:type onto:MartialArtist} | lcquad |
Name the musical band of Written in the Stars ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Written_in_the_Stars_(Elton_John_and_LeAnn_Rimes_song)> onto:musicalBand ?uri } | lcquad |
Carl Sagan has penned books on how many matters? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:author <http://dbpedia.org/resource/Carl_Sagan> . ?x prop:subject ?uri . } | lcquad |
What is the venerated in of Edwin of Northumbria ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Edwin_of_Northumbria prop:veneratedIn ?uri } | lcquad |
Is william doyle the chairman of Georgetown university? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Georgetown_University> prop:chairman <http://dbpedia.org/resource/William_Doyle_(businessman)> } | lcquad |
Where was Picasso's Last Words recorded ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Picasso's_Last_Words_(Drink_to_Me)> prop:recorded ?uri } | lcquad |
What is the hub airport of Pawan Hans, and is also the largest city of India? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pawan_Hans onto:hubAirport ?uri. res:India onto:largestCity ?uri} | lcquad |
What is the occupation of the people who are born in Iowa? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Iowa> . ?x onto:occupation ?uri . ?x rdf:type onto:Person} | lcquad |
Where all does the sister station of virgin radio play? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:sisterStation res:Virgin_Radio . ?x prop:location ?uri . } | lcquad |
Under whom did Charles Drummond Ellis do his PhD? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:doctoralStudent res:Charles_Drummond_Ellis } | lcquad |
How many have company as Paramount Television and network as NBC are there? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:company <http://dbpedia.org/resource/Paramount_Television> . ?uri onto:network <http://dbpedia.org/resource/NBC> } | lcquad |
Under which president did some politicians live in Kensington? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:residence <http://dbpedia.org/resource/Kensington,_Maryland> . ?x onto:president ?uri . ?x rdf:type onto:OfficeHolder} | lcquad |
Ontario's ice hockey players have been a part of which teams? | 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/Ontario> . ?x onto:team ?uri . ?x rdf:type onto:IceHockeyPlayer} | lcquad |
What race of Linda Hogan is the state of origin of the Holmes Colbert ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Linda_Hogan prop:ethnicity ?uri. res:Holmes_Colbert onto:stateOfOrigin ?uri} | lcquad |
What is the official residence of Fergus McMaster ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Fergus_McMaster onto:residence ?uri } | lcquad |
Count the different causes of death of Christians. | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:religion <http://dbpedia.org/resource/Christianity> . ?x onto:deathCause ?uri . } | lcquad |
How many players debuted their careers from San Francisco 49ers? | 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:debutTeam <http://dbpedia.org/resource/San_Francisco_49ers> . ?uri rdf:type onto:Athlete} | lcquad |
Name the TV shows whose developer is J. Michael Straczynski and executive producer is Douglas Netter? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:developer <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri onto:executiveProducer <http://dbpedia.org/resource/Douglas_Netter> . ?uri rdf:type onto:TelevisionShow} | lcquad |
What is the company whose one of the key person is Dennis Muilenburg and produces Boeing CH-47 Chinook ? | 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:keyPeople <http://dbpedia.org/resource/Dennis_Muilenburg> . ?uri onto:product <http://dbpedia.org/resource/Boeing_CH-47_Chinook> . ?uri... | lcquad |
Which company is located in Harris County, Texas? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:locationCity <http://dbpedia.org/resource/Harris_County,_Texas> . ?uri rdf:type onto:Company} | lcquad |
Is north america one of the destinations of airtours airways? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Airtours_International_Airways onto:destination res:North_America } | lcquad |
Which memeber of South Asia SubRegional Economic cooperation is also the nationality of Aishath saffa ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:South_Asia_Subregional_Economic_Cooperation prop:membership ?uri. res:Aishath_Saffa prop:nationality ?uri} | lcquad |
Which board memeber of jimmy Wales also owns Latvian Wikipedia ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jimmy_Wales onto:board ?uri. res:Latvian_Wikipedia onto:owner ?uri} | lcquad |
Which baseball team is managed by Bruce Bochy? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:manager <http://dbpedia.org/resource/Bruce_Bochy> . ?uri rdf:type onto:BaseballTeam} | lcquad |
What are the musicals based on, whose lyricist was Shelon Harnick? | 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:lyrics <http://dbpedia.org/resource/Sheldon_Harnick> . ?x onto:basedOn ?uri . ?x rdf:type onto:Musical} | lcquad |
Who has given guest appearances on the TV Episodes whose was music done by Mama Makes 3? | 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/Mama_Makes_Three> . ?x prop:guests ?uri . ?x rdf:type onto:TelevisionEpisode} | lcquad |
What series is Mazes of Time from, and is produced by BBC multimedia? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:BBC_Multimedia onto:product ?uri. res:Doctor_Who:_The_Mazes_of_Time onto:series ?uri} | lcquad |
Is Audie Murphy buried in the Arlington national cementery? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Audie_Murphy prop:placeofburial res:Arlington_National_Cemetery } | lcquad |
What are the universities where athletics is regulated by National Collegiate Athletic Association? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:athletics <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri rdf:type onto:University} | lcquad |
Which office holder's resting place is Alta Mesa Memorial Park and Henry E. Catto, Jr. as predecessor ? | 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:restingPlace <http://dbpedia.org/resource/Alta_Mesa_Memorial_Park> . ?uri prop:predecessor <http://dbpedia.org/resource/Henry_E._Catto,_... | lcquad |
Name the TV show whose network is NBC and is the subsequent work of Fraiser ? | 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/NBC> . ?uri onto:subsequentWork <http://dbpedia.org/resource/Frasier> . ?uri rdf:type onto:TelevisionShow} | lcquad |
How many had their debut team coached by Chip Kelly? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:coach <http://dbpedia.org/resource/Chip_Kelly> . ?uri onto:debutTeam ?x . } | lcquad |
Who is the scientist whose academic advisor was Karl Ewald Hasse? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:academicAdvisor <http://dbpedia.org/resource/Karl_Ewald_Hasse> . ?uri rdf:type onto:Scientist} | lcquad |
Malaysian highway authority has designed bridges over what things? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:designer <http://dbpedia.org/resource/Malaysian_Highway_Authority> . ?x prop:crosses ?uri . ?x rdf:type onto:Bridge} | lcquad |
Which labels have published songs written by Harry Connick Jr? | 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:writer <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?x prop:label ?uri . ?x rdf:type onto:Song} | lcquad |
List the academic discipline of the journals whose publisher is SAGE Publications. | 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:publisher <http://dbpedia.org/resource/SAGE_Publications> . ?x onto:academicDiscipline ?uri . ?x rdf:type onto:AcademicJournal} | lcquad |
What is the government type of Kumta ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Kumta prop:governmentType ?uri } | lcquad |
whose is famous works are Maniac Magee and Wringer ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?uri prop:notableworks <http://dbpedia.org/resource/Maniac_Magee> . ?uri prop:notableworks <http://dbpedia.org/resource/Wringer_(novel)> . } | lcquad |
what kind of games can I find for PC 9800? | 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:computingPlatform <http://dbpedia.org/resource/PC-9800_Series> . ?x prop:genre ?uri . ?x rdf:type onto:VideoGame} | lcquad |
After the death of which political figure, did the Coalition Provisional Authority came into power? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:successor res:Coalition_Provisional_Authority . } | lcquad |
Who owns the radio stations in Alabama? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:city <http://dbpedia.org/resource/Alabama> . ?x onto:owner ?uri . ?x rdf:type onto:RadioStation} | lcquad |
Name the movie whose director is Stanley Kubrick and editor is Anthony Harvey? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:editing <http://dbpedia.org/resource/Anthony_Harvey> . ?uri onto:director <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri rdf:type onto:Film} | lcquad |
what are the nicknames of the people who are in Ekstraliga? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:league <http://dbpedia.org/resource/Ekstraliga_(speedway)> . ?x prop:nickname ?uri . } | lcquad |
List the alma mater of the person who is wedded to Sissela Bok. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:spouse res:Sissela_Bok . ?x prop:almaMater ?uri . } | lcquad |
List all the members of the organization whose one of the members is Bangladesh ? | 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:membership <http://dbpedia.org/resource/Bangladesh> . ?x prop:membership ?uri . ?x rdf:type onto:Organisation} | lcquad |
Which sports are played in schools founded by Fr Almeida? | 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/Fr._Almeida> . ?x onto:sport ?uri . ?x rdf:type onto:School} | lcquad |
What is the nationality of the economist who is one of the important people in the Foundation for Economic Education? | 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/Foundation_for_Economic_Education> onto:keyPerson ?x . ?x onto:nationality ?uri . ?x rdf:type onto:Economist} | lcquad |
List all discipline of the journals whose one of the discipline is Cerebral blood flow ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:academicDiscipline <http://dbpedia.org/resource/Cerebral_blood_flow> . ?x onto:academicDiscipline ?uri . ?x rdf:type onto:AcademicJournal} | lcquad |
Which high school of jerry Tagge is also the nearest city of Tennie laura ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerry_Tagge> prop:highSchool ?uri. <http://dbpedia.org/resource/Tennie_and_Laura_(schooner)> prop:nearestCity ?uri} | lcquad |
In how many different places do Starwood hotels and resorts worldwide operate? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:operator <http://dbpedia.org/resource/Starwood_Hotels_and_Resorts_Worldwide> . ?x prop:address ?uri . } | lcquad |
Which athletics of Jaimatu Muslim Mindano is same as the genre of the Fritz Chess ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jamiatu_Muslim_Mindanao onto:athletics ?uri. res:Fritz_Chess onto:genre ?uri} | lcquad |
How many utopian and dystopian fiction books are there? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:literaryGenre <http://dbpedia.org/resource/Utopian_and_dystopian_fiction> . } | lcquad |
Which scientist is known for anthrax and has Karl Ewald Hasse as his academic advisor ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:knownFor <http://dbpedia.org/resource/Anthrax> . ?uri onto:academicAdvisor <http://dbpedia.org/resource/Karl_Ewald_Hasse> . ?uri rdf:type onto:Scientist} | lcquad |
Who appointed the governor under whom Richard Winn works? | 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:lieutenant <http://dbpedia.org/resource/Richard_Winn> . ?x prop:appointer ?uri . ?x rdf:type onto:Governor} | lcquad |
Where is Vietnam Airlines located ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vietnam_Airlines onto:location ?uri } | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.