question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Which person designed the cars which has been designed by ASC Creative Services? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:designCompany <http://dbpedia.org/resource/ASC_Creative_Services> . ?x prop:designer ?uri . ?x rdf:type onto:Automobile} | julipc-p(huggingface) |
What are some orthonychidae birds? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:family <http://dbpedia.org/resource/Orthonychidae> . ?uri rdf:type onto:Bird} | julipc-p(huggingface) |
Which driver had the pole position in 1994 Spanish Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:1994_Spanish_Grand_Prix onto:poleDriver ?uri } | julipc-p(huggingface) |
How many awards have been given to the founder of Grameen Bank? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Grameen_Bank> prop:founder ?x . ?x onto:award ?uri . } | julipc-p(huggingface) |
Was Queen Latifah in the U.N.I.T.Y. group? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
ASK WHERE { <http://dbpedia.org/resource/U.N.I.T.Y.> onto:musicalArtist res:Queen_Latifah } | julipc-p(huggingface) |
Count the number of important works done by the writers of The Second Coming? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> onto:author ?x . ?x onto:notableWork ?uri . } | julipc-p(huggingface) |
Who all are known to play the Gibson Guitar Corporation? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:notableInstruments res:Gibson_Guitar_Corporation } | julipc-p(huggingface) |
Which child of Jack Ferguson became a Prime Minister? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jack_Ferguson onto:child ?x . ?x prop:primeminister ?uri . } | julipc-p(huggingface) |
What are the things whose mascots are from the class Eutheria? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:class res:Eutheria . ?uri prop:mascot ?x . } | julipc-p(huggingface) |
For whom did Michael Springer palyed for which is also had a former student named Donald Brooks ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Michael_Springer prop:team ?uri. res:Donald_Brooks prop:education ?uri} | julipc-p(huggingface) |
Name the movie written by Monty Python and distributed by Cinema International Corporation ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:distributor <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri prop:writer <http://dbpedia.org/resource/Monty_Python>... | julipc-p(huggingface) |
Name the partners of Kelly Brook? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kelly_Brook onto:partner ?uri } | julipc-p(huggingface) |
What is the area of the broadcast network which has the affiliation with 9TV? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/9TV> prop:affiliation ?x . ?x prop:area ?uri . ?x rdf:type onto:BroadcastNetwork} | julipc-p(huggingface) |
Who is married to Gerard Piqu? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:partner res:Gerard_Piqué . } | julipc-p(huggingface) |
Which sports are played in schools affiliated with the Harvest Christian Center? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:religiousAffiliation <http://dbpedia.org/resource/Harvest_Christian_Center> . ?x onto:sport ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
Who debuted their career in a team coached by Chip Kelly? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:coach res:Chip_Kelly . ?uri onto:debutTeam ?x . } | julipc-p(huggingface) |
What are the nicknames given to the characters of The Wolves of the Mercy Falls? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:List_of_The_Wolves_of_Mercy_Falls_characters prop:nickname ?uri } | julipc-p(huggingface) |
Name the river with source country in Zambia and source region as North-Western Province, Zambia? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:sourceCountry <http://dbpedia.org/resource/Zambia> . ?uri onto:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zambia> . ?uri rdf:type onto:River} | julipc-p(huggingface) |
Members of how many political parties have died in Delhi? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfDeath <http://dbpedia.org/resource/Delhi> . ?x prop:party ?uri . } | julipc-p(huggingface) |
what is the headquarters of Juan Dalmau Ramerez? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Juan_Dalmau_Ramírez prop:headquarters ?uri } | julipc-p(huggingface) |
The president who was in office when Lee Hyun Jae was the PM followed which religion? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:primeminister <http://dbpedia.org/resource/Lee_Hyun-jae> . ?x onto:religion ?uri . ?x rdf:type onto:President} | julipc-p(huggingface) |
Who is the maker of the engine of Ford F-Series first generation ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_F-Series_first_generation> prop:engine ?x . ?x onto:manufacturer ?uri . } | julipc-p(huggingface) |
What is the religious affiliation of Neungin High School? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Neungin_High_School prop:religiousAffiliation ?uri } | julipc-p(huggingface) |
Name the office holder with successor as Adrian A Basora and child as Lori Black ? | 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/Lori_Black> . ?uri prop:successor <http://dbpedia.org/resource/Adrian_A._Basora> . ?uri rdf:type onto... | julipc-p(huggingface) |
Who is the owner of the South end ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:The_South_End prop:owners ?uri } | julipc-p(huggingface) |
What is the colour of Xocolatlite ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Xocolatlite onto:colour ?uri } | julipc-p(huggingface) |
For how many other teams have the members of Atlant Moscow Oblast played? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:playedFor <http://dbpedia.org/resource/Atlant_Moscow_Oblast> . ?x onto:formerTeam ?uri . } | julipc-p(huggingface) |
What is the state of origin of the president whose alma mater is Hellenic Naval Academy ? | 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:almaMater <http://dbpedia.org/resource/Hellenic_Naval_Academy> . ?x onto:stateOfOrigin ?uri . ?x rdf:type onto:President} | julipc-p(huggingface) |
In which places do companies founded in Newcastle operate? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/City_of_Newcastle> . ?x onto:regionServed ?uri . ?x rdf:type onto:Company} | julipc-p(huggingface) |
What kind of games are made by Interplay Entertainment? | 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:publisher <http://dbpedia.org/resource/Interplay_Entertainment> . ?x prop:genre ?uri . ?x rdf:type onto:VideoGame} | julipc-p(huggingface) |
Which producer of Purvis Eureka engine is also the owner of Ford Theatre ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Purvis_Eureka prop:engine ?uri. res:Ford_Theatre prop:company ?uri} | julipc-p(huggingface) |
What developed EMMS? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:EMMS onto:developer ?uri } | julipc-p(huggingface) |
Which music band made Take Me There, and to which Tedd Riley was associated? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Teddy_Riley> onto:associatedBand ?uri. <http://dbpedia.org/resource/Take_Me_There_(Blackstreet_&_Mýa_song)> onto:musicalBand ?uri} | julipc-p(huggingface) |
In which time zone is Pong Pha? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pong_Pha onto:timeZone ?uri } | julipc-p(huggingface) |
How many fictional characters are there in a series in which Craig Robinson acted? | 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:starring <http://dbpedia.org/resource/Craig_Robinson_(actor)> . ?uri onto:series ?x . ?uri rdf:type onto:FictionalCharacter} | julipc-p(huggingface) |
Which political party of Chandra Shekhar is also the political party of Datl Satyanarayana Raju ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Chandra_Shekhar onto:otherParty ?uri. res:Datla_Satyanarayana_Raju onto:party ?uri} | julipc-p(huggingface) |
Who owns the airport in Paphos? | 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:city <http://dbpedia.org/resource/Paphos_District> . ?x prop:owner ?uri . ?x rdf:type onto:Airport} | julipc-p(huggingface) |
What is the baseball team whose club manager is Chip Hale? | 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:manager <http://dbpedia.org/resource/Chip_Hale> . ?uri rdf:type onto:BaseballTeam} | julipc-p(huggingface) |
Which bacteria's taxonomic class is Bacilli? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:class <http://dbpedia.org/resource/Bacilli> . ?uri rdf:type onto:Bacteria} | julipc-p(huggingface) |
What honours did Reigh Count receive? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Reigh_Count onto:honours ?uri } | julipc-p(huggingface) |
What are some products of the the company whose subsidiary is Sony Corp shareholders and subsidies? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:subsidiary res:Sony_Corporation_shareholders_and_subsidiaries . ?uri onto:manufacturer ?x . } | julipc-p(huggingface) |
Who built the stadiums where 2014 FIFA under 17 woman's world cup took place? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:tenant <http://dbpedia.org/resource/2014_FIFA_U-17_Women's_World_Cup> . ?x onto:builder ?uri . } | julipc-p(huggingface) |
Which area operataed by the South Side Elevated Railroad is also the palce of death of the Sakari Suzuki ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:South_Side_Elevated_Railroad onto:operatedBy ?uri. res:Sakari_Suzuki prop:deathPlace ?uri} | julipc-p(huggingface) |
What is the television show whose related with Doctor Who Confidential? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:related <http://dbpedia.org/resource/Doctor_Who_Confidential> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
In which city wasThe Triple Door (The Courage album) performed live? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Live_at_The_Triple_Door_(The_Courage_album)> prop:recorded ?uri } | julipc-p(huggingface) |
Which nearest city of Jurgens Site is the death plce of Jimmie Heuga ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Jurgens_Site prop:nearestCity ?uri. res:Jimmie_Heuga prop:deathPlace ?uri} | julipc-p(huggingface) |
List the battles fought by Ali Habib Mahmud ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Ali_Habib_Mahmud prop:battles ?uri } | julipc-p(huggingface) |
How many companies were started in the states? | 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:foundationPlace <http://dbpedia.org/resource/United_States> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
How many movies are 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 COUNT(?uri) WHERE {?uri onto:distributor <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
Name the local authority of Trinity School, Brentwood ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Trinity_School,_Brentwood> onto:localAuthority ?uri } | julipc-p(huggingface) |
Name the president of Wyche Fowler ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Wyche_Fowler onto:president ?uri } | julipc-p(huggingface) |
In which fields have people born in Lausanne worked? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:placeOfBirth res:Lausanne . ?x prop:fields ?uri . } | julipc-p(huggingface) |
Which Texas based company was founded by Jim Harris ? | 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:locationCity <http://dbpedia.org/resource/Texas> . ?uri prop:founder <http://dbpedia.org/resource/Jim_Harris_(entrepreneur)> . ?uri rdf:... | julipc-p(huggingface) |
Name a show hosted by Brian Dunkleman and judged 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 {?uri prop:presenter <http://dbpedia.org/resource/Brian_Dunkleman> . ?uri prop:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?uri rdf:t... | julipc-p(huggingface) |
To which educational institute does Cornell University Press belong to? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Cornell_University_Press onto:parentCompany ?uri } | julipc-p(huggingface) |
In which country's cuisine, ham is an important part? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:mainIngredient res:Ham . ?x prop:country ?uri . } | julipc-p(huggingface) |
List the softwares which runs on Microsoft Windows and has license as 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:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> . ?uri onto:license <http://dbpedia.org/resource/Software_as_a_service> . ?uri rdf:type onto:Software} | julipc-p(huggingface) |
Which ppolitical party of Yashpal Kapur is also the owner of National Herald ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_National_Herald_(India)> onto:owner ?uri. <http://dbpedia.org/resource/Yashpal_Kapur> onto:party ?uri} | julipc-p(huggingface) |
Who all have been presenters on shows by the NBC? | 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:channel <http://dbpedia.org/resource/NBC> . ?x prop:presenter ?uri . ?x rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Give me the list of cars which are the predecessor of Full Sized Cars? | 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:class <http://dbpedia.org/resource/Full-size_car> . ?x onto:predecessor ?uri . ?x rdf:type onto:Automobile} | julipc-p(huggingface) |
List the people with final resting place as Plymouth, Vermont and has Samuel W. McCall 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 onto:restingPlace <http://dbpedia.org/resource/Plymouth,_Vermont> . ?uri prop:predecessor <http://dbpedia.org/resource/Samuel_W._McCall> . ?u... | julipc-p(huggingface) |
What are some software which are written in languages that are run on Unix like OS? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:operatingSystem <http://dbpedia.org/resource/Unix-like> . ?uri prop:programmingLanguage ?x . ?uri rdf:type onto:Software} | julipc-p(huggingface) |
List all the movies whose directors were born in Kenosha, Wisconsin? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Kenosha,_Wisconsin> . ?uri prop:director ?x . } | julipc-p(huggingface) |
What stadium's operator is Stan Kroenke | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:operator <http://dbpedia.org/resource/Stan_Kroenke> . ?uri rdf:type onto:Stadium} | julipc-p(huggingface) |
Who gave guest appearances on the show which is the next episode after the Bombshell one? | 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:previousWork <http://dbpedia.org/resource/Bombshell_(Smash)> . ?x prop:guests ?uri . ?x rdf:type onto:TelevisionEpisode} | julipc-p(huggingface) |
What is manufactured by a company headed by Kazuo Hirai? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:keyPeople res:Kazuo_Hirai . ?uri onto:manufacturer ?x . } | julipc-p(huggingface) |
Under which presidents have politicians from the Continental army served? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:branch res:Continental_Army . ?x prop:president ?uri . } | julipc-p(huggingface) |
Philadelphia City Council is the governing body of which city? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:governingBody res:Philadelphia_City_Council } | julipc-p(huggingface) |
What are the binomial authority of Menetries's warbler? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Menetries's_warbler> onto:binomialAuthority ?uri } | julipc-p(huggingface) |
Name the movie which has music composed by Elliot Goldenthal and screenplay by Akiva Goldsman ? | 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/Elliot_Goldenthal> . ?uri prop:screenplay <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri rdf:typ... | julipc-p(huggingface) |
Name the fictional character whose relative are Duck family and Clan McDuck? | 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:relative <http://dbpedia.org/resource/Duck_family_(Disney)> . ?uri prop:relatives <http://dbpedia.org/resource/Clan_McDuck> . ?uri rdf:t... | julipc-p(huggingface) |
Which university with athletics department in NCAA Division I Football Bowl Subdivision has nickname Tulane Green Wave ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mouthMountain <http://dbpedia.org/resource/St._Louis> . ?uri onto:rightTributary <http://dbpedia.org/resource/Madison_River> . ?uri rdf:type onto:University} | julipc-p(huggingface) |
Which state does Jerome B. Chaffee belong ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Jerome_B._Chaffee prop:state ?uri } | julipc-p(huggingface) |
In which of the parties that have governed over Rishikesh, does Govinda belong too? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Govinda_(actor)> onto:party ?uri. <http://dbpedia.org/resource/Rishikesh> onto:leaderName ?uri} | julipc-p(huggingface) |
What awards are won by the screenwriter of Lucky You? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucky_You_(film)> prop:screenplay ?x . ?x onto:award ?uri . } | julipc-p(huggingface) |
Name the Pole driver of 1994 Spanish Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:1994_Spanish_Grand_Prix prop:poleDriver ?uri } | julipc-p(huggingface) |
Where did Georges Wolinski and Judson Huss die/ | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Georges_Wolinski prop:placeOfDeath ?uri. res:Judson_Huss prop:deathPlace ?uri} | julipc-p(huggingface) |
What is the parent company of the airline whose hub is in Detroit? | 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:hubs <http://dbpedia.org/resource/Detroit> . ?x onto:parentCompany ?uri . ?x rdf:type onto:Airline} | julipc-p(huggingface) |
What is the appliance which uses the central processing unit manufactured by Marvell Technology Group? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:cpu <http://dbpedia.org/resource/Marvell_Technology_Group> . ?uri rdf:type onto:InformationAppliance} | julipc-p(huggingface) |
Give me all magazines whose founder died in Berkeley, California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/Berkeley,_California> . ?uri onto:founder ?x . ?uri rdf:type onto:Magazine} | julipc-p(huggingface) |
Which technological products were manufactured by Foxconn? | 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/Foxconn> . ?uri rdf:type onto:InformationAppliance} | julipc-p(huggingface) |
Whose predecessor had Jenny Macklin as a deputy ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:deputy res:Jenny_Macklin . ?uri prop:predecessor ?x . } | julipc-p(huggingface) |
How many cars are similar to the ones assembled in the Jefferson North Assembly? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:assembly <http://dbpedia.org/resource/Jefferson_North_Assembly> . ?x prop:related ?uri . } | julipc-p(huggingface) |
Count the number of region of AN/FSQ-7 Combat Direction Central? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/AN/FSQ-7_Combat_Direction_Central> onto:region ?uri . } | julipc-p(huggingface) |
What are the common houses of US Congress and the Kansas Legislature? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:United_States_Congress prop:houses ?uri. res:Kansas_Legislature onto:house ?uri} | julipc-p(huggingface) |
From how many different places have people gone to the Harward Medical School? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:institution <http://dbpedia.org/resource/Harvard_Medical_School> . ?x onto:birthPlace ?uri . } | julipc-p(huggingface) |
Name the television show where Mona Marshall has given voice and is distributed by Comedy Central? | 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/Mona_Marshall> . ?uri prop:distributor <http://dbpedia.org/resource/Comedy_Central> . ?uri rdf:type ... | julipc-p(huggingface) |
What are Jerry Bock's musicals based upon? | 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/Jerry_Bock> . ?x onto:basedOn ?uri . ?x rdf:type onto:Musical} | julipc-p(huggingface) |
Give me list of people who were the first to climb a peak in the Yosemite park? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:locatedInArea res:Yosemite_National_Park . ?x onto:firstAscentPerson ?uri . } | julipc-p(huggingface) |
What is Naval Support Activity Naples a part of? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Naval_Support_Activity_Naples onto:type ?uri } | julipc-p(huggingface) |
Who has allegiance is Colony of Virginia and buried in Montpelier? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:allegiance <http://dbpedia.org/resource/Colony_of_Virginia> . ?uri prop:restingplace <http://dbpedia.org/resource/Montpelier_(Orange,_Virginia)> . } | julipc-p(huggingface) |
What is the successor of PlayStation 4 | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:successor res:PlayStation_4 . } | julipc-p(huggingface) |
What is the sovereign state of the Dafydd Benfras where Jasmine Lowson is also citizen of ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Dafydd_Benfras onto:country ?uri. res:Jasmine_Lowson onto:citizenship ?uri} | julipc-p(huggingface) |
Who did their highschool from a school whose mascot was a fighting tiger? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:mascot res:Fighting_Tiger . ?uri onto:highschool ?x . } | julipc-p(huggingface) |
Which destination of Emerald Air is also the city served by houston Fort Bend Airport ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Emerald_Air_(United_States)> onto:destination ?uri. <http://dbpedia.org/resource/Houston_Fort_Bend_Airport> prop:cityServed ?uri} | julipc-p(huggingface) |
name the region served by Jerusalem Institue of Justice which was also the conflict region in GazaIsrael ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jerusalem_Institute_of_Justice onto:service ?uri. res:Gaza–Israel_conflict prop:result ?uri} | julipc-p(huggingface) |
Name the company whose key person is Raymond Conner 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/Raymond_Conner> . ?uri prop:products <http://dbpedia.org/resource/Boeing_CH-47_Chinook> . ?uri rd... | julipc-p(huggingface) |
What is the total number of professions in which someone who has suicided worked? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:deathCause <http://dbpedia.org/resource/Suicide> . ?x onto:occupation ?uri . } | julipc-p(huggingface) |
How many golf players are there in Arizona State Sun Devils ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:college <http://dbpedia.org/resource/Arizona_State_Sun_Devils> . ?uri rdf:type onto:GolfPlayer} | julipc-p(huggingface) |
Count the number of characters in Batman Live? | 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/Batman_Live> prop:characters ?uri . ?uri rdf:type onto:ComicsCharacter} | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.