question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
In which country did Philippe tesnire and judson huss die? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Philippe_Tesnière prop:placeOfDeath ?uri. res:Judson_Huss prop:placeOfDeath ?uri . } | lcquad |
List all the artist of albums which have been produced by Stephen Kozmeniuk ? | 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/Stephen_Kozmeniuk> . ?x prop:artist ?uri . ?x rdf:type onto:Album} | lcquad |
Is Olyokma River the right tributary of Lena River? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Lena_River onto:rightTributary res:Olyokma_River } | lcquad |
Which colored race horses have won the Grand National? | 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:honours <http://dbpedia.org/resource/Grand_National> . ?x onto:colour ?uri . ?x rdf:type onto:RaceHorse} | lcquad |
What is common between sports played at Fr Agnel School and Jr college, and the genre of Virtual Kasparov? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Virtual_Kasparov onto:genre ?uri. res:Fr._Agnel_Multipurpose_School_and_Junior_College onto:sport ?uri} | lcquad |
What are other famous works of the writer who created the Sarah Jane Adventures? | 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:notableworks <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?x onto:notableWork ?uri . ?x rdf:type onto:Writer} | lcquad |
What is the mascot of the alma mater of Deborah Crombie? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Deborah_Crombie onto:almaMater ?x . ?x prop:mascot ?uri . } | lcquad |
Where did the genres originate which can found in The Mudbloods? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:The_Mudbloods prop:genre ?x . ?x onto:stylisticOrigin ?uri . } | lcquad |
What is the resting place of the person who is the successor of James W. Hyatt ? | 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/James_W._Hyatt> prop:successor ?x . ?x onto:restingPlace ?uri . ?x rdf:type onto:Person} | lcquad |
Who wrote the mangas produced by Masahike Minami? | 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/Masahiko_Minami> . ?x onto:author ?uri . ?x rdf:type onto:Manga} | lcquad |
Which contnet license provider of Microsoft Office Picture Manager is also the game platform of Google Clud Connect ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Microsoft_Office_Picture_Manager onto:license ?uri. res:Google_Cloud_Connect onto:computingPlatform ?uri} | lcquad |
What is the mascot of military in Quezon city? | 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:garrison <http://dbpedia.org/resource/Quezon_City> . ?x prop:mascot ?uri . ?x rdf:type onto:MilitaryUnit} | lcquad |
What all are in the states whose anthem is Ja, vi esker dette landet? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:anthem <http://dbpedia.org/resource/Ja,_vi_elsker_dette_landet> . ?uri onto:country ?x . } | lcquad |
Which officers fought in the war of Siege of Fort Recovery? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:battle <http://dbpedia.org/resource/Siege_of_Fort_Recovery> . ?uri rdf:type onto:OfficeHolder} | lcquad |
Which company builds Microsoft Azure and Microsoft Surface? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:product <http://dbpedia.org/resource/Microsoft_Azure> . ?uri onto:product <http://dbpedia.org/resource/Microsoft_Surface> . ?uri rdf:type onto:Company} | lcquad |
return some players who have played in the NBA? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:league res:National_Basketball_Association } | lcquad |
Name an airline with hub airports as Los Angeles International Airport and San Francisco International 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 {?uri onto:hubAirport <http://dbpedia.org/resource/Los_Angeles_International_Airport> . ?uri prop:hubs <http://dbpedia.org/resource/San_Francisco_I... | lcquad |
Give me all office holders who finally retired in Montpelier, Orange, Virgina? | 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/Montpelier_(Orange,_Virginia)> . ?uri rdf:type onto:OfficeHolder} | lcquad |
Give me a count on scientist who are known for garrison is Tennessee ? | 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:garrison <http://dbpedia.org/resource/Tennessee> . ?uri prop:knownFor ?x . ?uri rdf:type onto:Scientist} | lcquad |
Does Ronaldinho play in the brazil's under 23 team? | PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { <http://dbpedia.org/resource/Ronaldinho> prop:nationalteam <http://dbpedia.org/resource/Brazil_national_under-23_football_team> } | lcquad |
Which river starts from the county seat of Heathsville, Virginia? | 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:countySeat <http://dbpedia.org/resource/Heathsville,_Virginia> . ?uri prop:mouthLocation ?x . ?uri rdf:type onto:River} | lcquad |
Who owns the bank where Fabio Mercurio 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 { <http://dbpedia.org/resource/Fabio_Mercurio> prop:institution ?x . ?x prop:owner ?uri . ?x rdf:type onto:Bank} | lcquad |
Who owns the horses which have won the Timeform award? | 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:awards <http://dbpedia.org/resource/Timeform> . ?x onto:owner ?uri . ?x rdf:type onto:Horse} | lcquad |
What are some fictional characters whose voice is in the peanuts movie? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:voice res:The_Peanuts_Movie . } | lcquad |
What religion do people of the country of Mahbuba Islam Rakhi follow? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Mahbuba_Islam_Rakhi onto:nationality ?x . ?x onto:religion ?uri . } | lcquad |
How many people used to play for Toronto Argonauts? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:formerTeam <http://dbpedia.org/resource/Toronto_Argonauts> . } | lcquad |
How many different people have been in any political seat in places which are under the Indian Standard timezone? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:timeZone <http://dbpedia.org/resource/Indian_Standard_Time> . ?x onto:leaderName ?uri . } | lcquad |
The sports team which played at the American Basketball League championship (1996-1998), have which stadiums? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:league <http://dbpedia.org/resource/American_Basketball_League_(1996–98)> . ?x onto:stadium ?uri . ?x rdf:type onto:SportsTeam} | lcquad |
Whose county seats are Mediolanum and History of Trier? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:capital res:Mediolanum . ?uri onto:capital res:History_of_Trier . } | lcquad |
What is the national origin of Dornier Aerodyne and Hirth Acrostar ?; | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Dornier_Aerodyne prop:nationalOrigin ?uri. res:Hirth_Acrostar onto:origin ?uri} | lcquad |
Was Class Conflict an interest of Karl Marx? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Karl_Marx onto:mainInterest res:Class_conflict } | lcquad |
Count the tenants of the stadiums owned by toronto. | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:owner <http://dbpedia.org/resource/Toronto> . ?x prop:tenants ?uri . } | lcquad |
Name the president who has relations with Clinton family and had a lieutenant named Winston Bryant? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:relation <http://dbpedia.org/resource/Clinton_family> . ?uri onto:lieutenant <http://dbpedia.org/resource/Winston_Bryant> . ?uri rdf:type onto:President} | lcquad |
What is the fictional character whose voice over is done by the animator of Dick Lundy ? | 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:animator <http://dbpedia.org/resource/Dick_Lundy_(animator)> . ?uri onto:voice ?x . ?uri rdf:type onto:FictionalCharacter} | lcquad |
How many sports are played in organizations presided by Emanuel de Guzman? | 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:president <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x onto:sport ?uri . ?uri rdf:type onto:Sport} | lcquad |
What are the home stadiums of the things Leonid Fedun has been the chairman of? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:chairman res:Leonid_Fedun . ?x onto:homeStadium ?uri . } | lcquad |
Is Akan spoken in Ghana? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Ghana prop:languages res:Akan_language } | lcquad |
Which region of English American is also the palce of Death of Brent Darby ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:English_Americans prop:region ?uri. res:Brent_Darby prop:placeOfDeath ?uri} | lcquad |
Who acted in the work written by Colin Brake? | 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:writer <http://dbpedia.org/resource/Colin_Brake> . ?x prop:starring ?uri . ?x rdf:type onto:Work} | lcquad |
Is Robin Gibb the singer of Oh! Darling? | PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/Oh!_Darling> onto:musicalArtist <http://dbpedia.org/resource/Robin_Gibb> } | lcquad |
List everything written in languages developed by EXperimental Computing Facility? | 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:author <http://dbpedia.org/resource/EXperimental_Computing_Facility> . ?uri prop:programmingLanguage ?x . ?uri rdf:type onto:Work} | lcquad |
What are some movies whose score is composed by relatives of Bodhi Elfman? | 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:relatives <http://dbpedia.org/resource/Bodhi_Elfman> . ?uri prop:music ?x . ?uri rdf:type onto:Film} | lcquad |
Is the Chiva Bus by the Ford Motor Company? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { res:Chiva_bus onto:automobilePlatform res:Ford_Motor_Company } | lcquad |
List the series of the books whose author is K. W. Jeter. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:author <http://dbpedia.org/resource/K._W._Jeter> . ?x onto:series ?uri . ?x rdf:type onto:Book} | lcquad |
What is the common university iof vanderbilt Commodores and also the college of hubert Wiggs ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vanderbilt_Commodores onto:university ?uri. res:Hubert_Wiggs onto:college ?uri} | lcquad |
Name the common architecture of the Grand Serail of Aleppo and Shaheed Minar, Kolkata ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Grand_Serail_of_Aleppo> onto:architecturalStyle ?uri. <http://dbpedia.org/resource/Shaheed_Minar,_Kolkata> onto:architecturalStyle ?uri . } | lcquad |
What are the prizes awarded to the main members of DisneyToon Studios? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:DisneyToon_Studios onto:keyPerson ?x . ?x onto:award ?uri . } | lcquad |
How many sports are played at the university whose president is Emanuel de Guzman? | 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:president <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x onto:sport ?uri . ?uri rdf:type onto:Sport} | lcquad |
Give me the count of interests of the philosopher whose primary interest is Metaphysics ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:mainInterests <http://dbpedia.org/resource/Metaphysics> . ?x prop:mainInterests ?uri } | lcquad |
Who was buried at St. Mary's Church and fought the battle of Benedict Arnold's expedition to Quebec ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:battle <http://dbpedia.org/resource/Benedict_Arnold's_expedition_to_Quebec> . ?uri prop:placeofburial <http://dbpedia.org/resource/St_Mary's_Church,_Battersea> . } | lcquad |
On which subjects does the author of the novel Thud! delve? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thud!> onto:nonFictionSubject ?uri } | lcquad |
Who is the writer with notable works like Adventures of Huckleberry Finn and The Adventures of Tom Sawyer? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?uri onto:notableWork <http://dbpedia.org/resource/Adventures_of_Huckleberry_Finn> . ?uri onto:notableWork <http://dbpedia.org/resource/The_Adventures_of_Tom_Sawyer> . ?uri rdf:type onto:Wr... | lcquad |
Name the people living in a place governed by William W Brien? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:leaderName res:William_W._Brien . ?uri onto:residence ?x . } | lcquad |
Name the river whose source is located in Ikelenge District and mouth in Mozambique? | 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:sourceLocation <http://dbpedia.org/resource/Ikelenge_District> . ?uri prop:mouthCountry <http://dbpedia.org/resource/Mozambique> . ?uri... | lcquad |
How many people won the Gold Medal of the Royal Astronomical Society? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:prizes <http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society> . } | lcquad |
What are the relatives of the parliament member whose successor is Peter Thorneycroft? | 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:successor <http://dbpedia.org/resource/Peter_Thorneycroft> . ?x onto:relation ?uri . ?x rdf:type onto:MemberOfParliament} | lcquad |
Which river's source country is Zambia and mouth country is Mozambique? | 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:sourceCountry <http://dbpedia.org/resource/Zambia> . ?uri prop:mouthCountry <http://dbpedia.org/resource/Mozambique> . ?uri rdf:type on... | lcquad |
Was the Funky Lab Rat released in North America? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Funky_Lab_Rat prop:released res:North_America } | lcquad |
What is the main common interests of the Philip Novak and Timothy Morton? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Philip_Novak prop:mainInterests ?uri. res:Timothy_Morton prop:mainInterests ?uri . } | lcquad |
How many members are there of the order of Bacillales? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:order <http://dbpedia.org/resource/Bacillales> . } | lcquad |
Which program was on NBC network with executive producer as Glen and Les Charles? | 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:executiveProducer <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri rdf:type onto:TelevisionShow} | lcquad |
Moscow-Kazan high speed railway starts from which station? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Moscow-Kazan_high-speed_railway> onto:routeStart ?uri } | lcquad |
Is Fluidinfo written in PostgreSQL language? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Fluidinfo prop:programmingLanguage res:PostgreSQL } | lcquad |
Which neighboring municipalities of Cologny has a mayor named Ester Alder ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:neighboringMunicipalities res:Cologny . ?uri onto:mayor res:Esther_Alder . } | lcquad |
How many people work in the Massachusetts house of Representatives? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:office <http://dbpedia.org/resource/Massachusetts_House_of_Representatives> . } | lcquad |
Which countries came together to serve a greater purpose and founded South Asia Subregional Economic Cooperation? | 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 } | lcquad |
Count the number of religions followed by Janta Dal members. | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:party <http://dbpedia.org/resource/Janata_Dal> . ?x onto:religion ?uri . } | lcquad |
Did Johann Gottfried Galle invent Neptune? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
ASK WHERE { res:Neptune prop:discoverer res:Johann_Gottfried_Galle } | lcquad |
Who is the founder of Wuropean School, Karlsruhe ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_School,_Karlsruhe> prop:founder ?uri } | lcquad |
Which football team is in a city where A J Clark was a builder? | 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:builder <http://dbpedia.org/resource/A._James_Clark> . ?uri prop:city ?x . ?uri rdf:type onto:AmericanFootballTeam} | lcquad |
Which city near to Elliott Bay was the death place of George F. Moore ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Elliott_Bay> onto:nearestCity ?uri. <http://dbpedia.org/resource/George_F._Moore_(lieutenant_governor)> prop:placeOfDeath ?uri} | lcquad |
Where does Kafue and Shire river flow into? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kafue_River onto:riverMouth ?uri. res:Shire_River onto:riverMouth ?uri . } | lcquad |
Through which label has Katy B released her singles? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:writer <http://dbpedia.org/resource/Katy_B> . ?x onto:recordLabel ?uri . ?x rdf:type onto:Single} | lcquad |
List the teams for which Bobby Hoppe played ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Bobby_Hoppe prop:pastteams ?uri } | lcquad |
How many other characters are there of the plays which has a characters name Joker (comics) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:characters <http://dbpedia.org/resource/Joker_(comics)> . ?x prop:characters ?uri } | lcquad |
Who first ascented a mountain of Cathedral Peak (California) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> onto:firstAscentPerson ?uri } | lcquad |
Which awards did the children of Erik Bergman won ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erik_Bergman_(Lutheran_minister)> prop:children ?x . ?x prop:awards ?uri . } | lcquad |
Name the sharehoders of The National Herald ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_National_Herald_(India)> onto:owner ?uri } | lcquad |
Which writer of A streetcar Named Desire is also the author of The Catastrophe of Success ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Streetcar_Named_Desire_(play)> prop:writer ?uri. <http://dbpedia.org/resource/The_Catastrophe_of_Success> onto:author ?uri} | lcquad |
How many people are buried in the Mausoleum of Augustus? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:placeOfBurial <http://dbpedia.org/resource/Mausoleum_of_Augustus> . } | lcquad |
What are some famous works of the writer of The Second Coming? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> prop:writer ?x . ?x prop:notableworks ?uri . } | lcquad |
List the program genres of the sister stations of 97.1 WASH FM? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WASH_(FM)> prop:sisterStations ?x . ?x onto:programmeFormat ?uri . } | lcquad |
Which team's players have played in the national hockey league? | 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/National_Hockey_League> . ?x onto:team ?uri . ?x rdf:type onto:Athlete} | lcquad |
Which associated band of the Teddy Riley is also the performer of the Before I Let You Go? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Teddy_Riley onto:associatedBand ?uri. res:Before_I_Let_You_Go onto:musicalArtist ?uri} | lcquad |
Where was James McClure born ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_McClure_(table_tennis)> prop:birthPlace ?uri } | lcquad |
Who is the operator of AT&T Park ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/AT&T_Park> prop:operator ?uri } | lcquad |
Whose music composer is signed up with Sony Music Entertainment? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:label res:Sony_Music_Entertainment . ?uri onto:musicComposer ?x . } | lcquad |
In which company is Raymond Conner at an important position? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:keyPerson res:Raymond_Conner } | lcquad |
Who hold stocks in the bank which is located at 731 Lexington Avenue? | 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:locationCity <http://dbpedia.org/resource/731_Lexington_Avenue> . ?x prop:owner ?uri . ?x rdf:type onto:Bank} | lcquad |
Which labels signs up progressive rock bands? | 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:genre <http://dbpedia.org/resource/Progressive_rock> . ?x onto:recordLabel ?uri . ?x rdf:type onto:MusicalArtist} | lcquad |
Where does the railway tracks start, which ends in Kazan? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:routeEnd <http://dbpedia.org/resource/Kazan> . ?x onto:routeStart ?uri . ?x rdf:type onto:RailwayLine} | lcquad |
Name the branch of Carroll E. Lanier ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Carroll_E._Lanier prop:branch ?uri } | lcquad |
what are some devices made by asus? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:manufacturer <http://dbpedia.org/resource/Asus> . ?uri rdf:type onto:InformationAppliance} | lcquad |
Which former team of Franois Beauchemin does the Nathan Dempsey played for ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Nathan_Dempsey prop:playedFor ?uri. res:François_Beauchemin onto:formerTeam ?uri} | lcquad |
What is the colour of Red Marauder ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Red_Marauder onto:colour ?uri } | lcquad |
What is the draft team of Dale Mitchell (ice hockey) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dale_Mitchell_(ice_hockey)> onto:draftTeam ?uri } | lcquad |
Give me a count of schools in Reading, Berkshire? | 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:city <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri rdf:type onto:School} | lcquad |
Who are some cofounders of record labels with Frank Rogers? | 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:foundedBy <http://dbpedia.org/resource/Frank_Rogers_(record_producer)> . ?x prop:founder ?uri . ?x rdf:type onto:RecordLabel} | lcquad |
By whom is the broadcaster network Bounce TV founded? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Bounce_TV onto:foundedBy ?uri } | lcquad |
Who is the scientist whose doctoral student is Erich Bagge? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:doctoralStudent <http://dbpedia.org/resource/Erich_Bagge> . ?uri rdf:type onto:Scientist} | lcquad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.