question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What is the former partner of the figure skaters whose current partner is Alexa Scimeca? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:currentPartner <http://dbpedia.org/resource/Alexa_Scimeca> . ?x onto:formerPartner ?uri . ?x rdf:type onto:FigureSkater} | julipc-p(huggingface) |
In how many nations does Rhaetian Railways own train stations? | 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:owningOrganisation <http://dbpedia.org/resource/Rhaetian_Railway> . ?x onto:country ?uri . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
Which company released the software RenderMan? | 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:products <http://dbpedia.org/resource/RenderMan_(software)> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
In which cities are there american football teams where Matt Snorton played? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Matt_Snorton> prop:pastteams ?x . ?x onto:locationCity ?uri . ?x rdf:type onto:AmericanFootballTeam} | julipc-p(huggingface) |
Which country's national motto is "Truth prevails"? | 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:nationalMotto <http://dbpedia.org/resource/Truth_prevails> . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
What is the homeport of INS Viraat (R22) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/INS_Viraat_(R22)> onto:homeport ?uri } | julipc-p(huggingface) |
What is the largest city of the country where P. Sathyanarayanan was born? | 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/P._Sathyanarayanan> prop:birthplace ?x . ?x onto:largestCity ?uri . ?x rdf:type onto:Country} | julipc-p(huggingface) |
Which county of Tremont Avenue is also the birht place of Ron Galotti ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Tremont_Avenue prop:counties ?uri. res:Ron_Galotti onto:birthPlace ?uri} | julipc-p(huggingface) |
Where was William anthony trained ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> prop:training ?uri } | julipc-p(huggingface) |
Which parent organization of Get TV also owns the Galleria ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:GetTV onto:parentOrganisation ?uri. res:The_Galleria onto:owner ?uri} | julipc-p(huggingface) |
Name the wine regions of Bogdanua ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Bogdanuša onto:wineRegion ?uri } | julipc-p(huggingface) |
What is the resting place of the child of Linda Lee Cadwell? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Linda_Lee_Cadwell prop:children ?x . ?x onto:restingPlace ?uri . } | julipc-p(huggingface) |
Where are the philosophers from, whose main work is on the matter of feminism in Canada? | 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:mainInterest <http://dbpedia.org/resource/Feminism_in_Canada> . ?x prop:region ?uri . ?x rdf:type onto:Philosopher} | julipc-p(huggingface) |
What are the things built by Eristoff ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Eristoff prop:manufacturer ?uri } | julipc-p(huggingface) |
What is the official residence of Sarah Kazemy ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Sarah_Kazemy prop:residence ?uri } | julipc-p(huggingface) |
What are shows whose theme music composer's home town is New York? | 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:hometown <http://dbpedia.org/resource/New_York> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Name the university whose affiliations's foundation is in Washington, D.C.? | 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:foundation <http://dbpedia.org/resource/Washington,_D.C.> . ?uri prop:affiliations ?x . ?uri rdf:type onto:University} | julipc-p(huggingface) |
Who was the coach of 1972 Oakland Raiders season ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:1972_Oakland_Raiders_season onto:coach ?uri } | julipc-p(huggingface) |
Whcih land of Citi Trends is also the constituency of Malik Al-Hassan Yakubu ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Malik_Al-Hassan_Yakubu> prop:constituency ?uri. <http://dbpedia.org/resource/CitiTrends_(radio_show)> onto:country ?uri} | julipc-p(huggingface) |
Which TV show's composer is Judy Hart Angelo and 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:composer <http://dbpedia.org/resource/Judy_Hart_Angelo> . ?uri onto:executiveProducer <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Where did they debut their careers , those who have played for US men's national soccer team? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:nationalteam <http://dbpedia.org/resource/United_States_men's_national_soccer_team> . ?x prop:debutteam ?uri . } | julipc-p(huggingface) |
What are on the borders of Shimsa Plateau? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Shimōsa_Plateau onto:border ?uri } | julipc-p(huggingface) |
What is the former team of the american football players whose position is Running back? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:position <http://dbpedia.org/resource/Running_back> . ?x onto:formerTeam ?uri . ?x rdf:type onto:AmericanFootballPlayer} | julipc-p(huggingface) |
Which creator of Theme Time Radio Hour has also given the musical score of the The Times They Are a-Changin' (musical)? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Theme_Time_Radio_Hour> prop:creator ?uri. <http://dbpedia.org/resource/The_Times_They_Are_a-Changin'_(musical)> onto:musicBy ?uri} | julipc-p(huggingface) |
How many different kinds of games are published by Interplay Entertainment? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:publisher <http://dbpedia.org/resource/Interplay_Entertainment> . ?x prop:genre ?uri . } | julipc-p(huggingface) |
What other awards have been given to Goya Award Winners? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:award res:Goya_Awards . ?x prop:awards ?uri . } | julipc-p(huggingface) |
How many other important work has been done by the writers of Sarah Jane Adventures? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:notableworks <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?x onto:notableWork ?uri . } | julipc-p(huggingface) |
Race horses whose grandsire is Wild Risk have taken part in which races? | 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:grandsire <http://dbpedia.org/resource/Wild_Risk> . ?x prop:race ?uri . ?x rdf:type onto:RaceHorse} | julipc-p(huggingface) |
Who are the tenants of the stadium which is a venue of WCW Mayhem ? | 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/WCW_Mayhem> prop:venue ?x . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium} | julipc-p(huggingface) |
Which coach of Marquette Golden Eagles men's basketball team is also the head coach of Virginia Tech Hokies men's basketball team ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2014–15_Virginia_Tech_Hokies_men's_basketball_team> prop:headcoach ?uri. <http://dbpedia.org/resource/2012–13_Marquette_Golden_Eagles_men's_basketball_team> onto:coach ?uri} | julipc-p(huggingface) |
Which are the races in which Martin Molony participated? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Martin_Molony onto:race ?uri } | julipc-p(huggingface) |
With what company is the service OneDrive associated? | 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:services <http://dbpedia.org/resource/OneDrive> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
What awards have been given to citizens of the Ottoman Empire? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:citizenship res:Ottoman_Empire . ?x onto:award ?uri . } | julipc-p(huggingface) |
List the science fiction shows broadcasted on BBC HD ? | 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:genre <http://dbpedia.org/resource/Science_fiction> . ?uri onto:network <http://dbpedia.org/resource/BBC_HD> . ?uri rdf:type onto:Televi... | julipc-p(huggingface) |
List the products of Playboy Enterprises? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Playboy_Enterprises prop:products ?uri } | julipc-p(huggingface) |
Name the former broadcast network of the television station which is the sister stations of WGBC? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:WGBC prop:sisterStations ?x . ?x onto:formerBroadcastNetwork ?uri . } | julipc-p(huggingface) |
What is the Nickname of Daniel O'Regan ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Daniel_O'Regan> prop:nickname ?uri } | julipc-p(huggingface) |
Who owns the websites for which Jimmy wales writes? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:author res:Jimmy_Wales . ?x onto:owner ?uri . } | julipc-p(huggingface) |
What are the bridges whose located in California? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:locatedInArea <http://dbpedia.org/resource/California> . ?uri rdf:type onto:Bridge} | julipc-p(huggingface) |
Who were the head of government agencies working in the German occupied Europe? | 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:jurisdiction <http://dbpedia.org/resource/German-occupied_Europe> . ?x onto:leader ?uri . ?x rdf:type onto:GovernmentAgency} | julipc-p(huggingface) |
Name the companies which are in cities under Denzil Minnan Wong? | 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:leaderName <http://dbpedia.org/resource/Denzil_Minnan-Wong> . ?uri onto:locationCity ?x . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
What is the largest city of the birthplace of Pat Kirkwood? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pat_Kirkwood_(racing_driver)> prop:birthplace ?x . ?x onto:largestCity ?uri . } | julipc-p(huggingface) |
Which source of Water resources management in El Salvador is also the nation of the Sierra del Merendn? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Water_resources_management_in_El_Salvador prop:sourceCountry ?uri. res:Sierra_del_Merendón onto:country ?uri} | julipc-p(huggingface) |
What is the academic journal whose editor is Stephen Law? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:editor <http://dbpedia.org/resource/Stephen_Law> . ?uri rdf:type onto:AcademicJournal} | julipc-p(huggingface) |
What awards have the alumni of Academy of Fine Arts in Lodz achieved? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:training res:Academy_of_Fine_Arts_In_Łódź . ?x onto:award ?uri . } | julipc-p(huggingface) |
Name the members of youth clubs which have Camp Nou as their homeground. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:ground res:Camp_Nou . ?uri prop:youthclubs ?x . } | julipc-p(huggingface) |
Which musical artist associated with Tony Allen has label with Celluloid Records ? | 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:associatedMusicalArtist <http://dbpedia.org/resource/Tony_Allen_(musician)> . ?uri prop:label <http://dbpedia.org/resource/Celluloid_Rec... | julipc-p(huggingface) |
Who are some basketball players who played for Phoenix Suns? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:team <http://dbpedia.org/resource/Phoenix_Suns> . ?uri rdf:type onto:BasketballPlayer} | julipc-p(huggingface) |
Which relative of George Madison was the leader of United States House of Representatives elections, 1788 and 1789 ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/George_Madison> onto:relation ?uri. <http://dbpedia.org/resource/United_States_House_of_Representatives_elections,_1788_and_1789> prop:leader ?uri} | julipc-p(huggingface) |
From how many works is the musical derived, whose lyrics are written by Sheldon Harnick? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:lyrics <http://dbpedia.org/resource/Sheldon_Harnick> . ?x onto:basedOn ?uri . } | julipc-p(huggingface) |
Which office holder allegiance is Colony of Virginia and was has a wife named Dolley Madison ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . ?uri prop:allegiance <http://dbpedia.org/resource/Colony_of_Virginia> . ?uri rdf:t... | julipc-p(huggingface) |
Employees of Ottawa Citizen have come from which towns? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:employer res:Ottawa_Citizen . ?x prop:homeTown ?uri . } | julipc-p(huggingface) |
How many non-fiction subject are there of the books whose one of the non-fiction subject is Ankh-Morpork City Watch ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nonFictionSubject <http://dbpedia.org/resource/Ankh-Morpork_City_Watch> . ?x onto:nonFictionSubject ?uri } | julipc-p(huggingface) |
Who is the licensee of EXXV-TV ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/EXXV-TV> prop:licensee ?uri } | julipc-p(huggingface) |
Who are in the board of Jimmy Wales ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jimmy_Wales onto:board ?uri } | julipc-p(huggingface) |
Where were some people associated with Steve Winwood employed at? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:associatedMusicalArtist <http://dbpedia.org/resource/Steve_Winwood> . ?x onto:occupation ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
What is the origin of the musical artist whose associated band is Ziggi Recado ? | 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:associatedBand <http://dbpedia.org/resource/Ziggi_Recado> . ?x prop:origin ?uri . ?x rdf:type onto:MusicalArtist} | julipc-p(huggingface) |
Who is the nominee of Jack Ryan ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_Ryan_(politician)> onto:nominee ?uri } | julipc-p(huggingface) |
Which division of Serbia national team is also the region of Dobinsk Ice Cave ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Serbia_national_American_football_team onto:division ?uri. res:Dobšinská_Ice_Cave onto:region ?uri} | julipc-p(huggingface) |
Name the royalty whose spouse was Cleopatra V of Egypt and one of his parent was Ptolemy XII Auletes? | 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:mother <http://dbpedia.org/resource/Cleopatra_V_of_Egypt> . ?uri onto:parent <http://dbpedia.org/resource/Ptolemy_XII_Auletes> . ?uri rd... | julipc-p(huggingface) |
List the major shrines of Jovan Vladimir? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Jovan_Vladimir prop:majorShrine ?uri } | julipc-p(huggingface) |
Name some shows whose company is owned by the CBS 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 { ?x onto:owner <http://dbpedia.org/resource/CBS_Corporation> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Which famous person is born in Marlboro Township, New Jersey? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:homeTown <http://dbpedia.org/resource/Marlboro_Township,_New_Jersey> . } | julipc-p(huggingface) |
In which countries have the Start + Flug aircrafts originated? | 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:manufacturer <http://dbpedia.org/resource/Start_+_Flug> . ?x prop:nationalOrigin ?uri . ?x rdf:type onto:Aircraft} | julipc-p(huggingface) |
How many other family of the mammals exists whose family is also Hominidae ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:family <http://dbpedia.org/resource/Hominidae> . ?x onto:family ?uri } | julipc-p(huggingface) |
What is the former team of the football player who is the coach of 2006 Oakland Raiders season ? | 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/2006_Oakland_Raiders_season> prop:coach ?x . ?x onto:formerTeam ?uri . ?x rdf:type onto:AmericanFootballPlayer} | julipc-p(huggingface) |
How many TV shows were made by someone who was associated with Lewis Hamilton? | 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:associatedBand <http://dbpedia.org/resource/Lewis_Hamilton> . ?uri prop:creator ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
For how many other teams have the former players of Boston Bruins played? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:formerTeam <http://dbpedia.org/resource/Boston_Bruins> . ?x prop:playedFor ?uri . ?uri rdf:type onto:SportsTeam} | julipc-p(huggingface) |
Which things have been made by artists who died in Midhurst? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace res:Midhurst . ?uri onto:creator ?x . } | julipc-p(huggingface) |
What are the TV shows whose network is also known as the CW? | 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:sisterNames <http://dbpedia.org/resource/The_CW> . ?uri prop:network ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
How many other important things has the painter of Sarah Jane Adventures done? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> prop:creator ?x . ?x onto:notableWork ?uri . } | julipc-p(huggingface) |
Which founder of sea Gayle Music is also the judge of Rising Star ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sea_Gayle_Music> prop:founder ?uri. <http://dbpedia.org/resource/Rising_Star_(U.S._TV_series)> prop:judges ?uri} | julipc-p(huggingface) |
Who owns the ford kansas assembly plant? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ford_Kansas_City_Assembly_Plant onto:owningOrganisation ?uri } | julipc-p(huggingface) |
What is the label of I Pray on Christmas ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:I_Pray_on_Christmas prop:label ?uri } | julipc-p(huggingface) |
List the destination of Novair International Airways ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Novair_International_Airways onto:destination ?uri } | julipc-p(huggingface) |
Who is the spouse of Willian Menalaus? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:William_Menelaus onto:spouse ?uri } | julipc-p(huggingface) |
Count the number of actors in Lucy Sullivan Is Getting Married. | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Lucy_Sullivan_Is_Getting_Married> prop:starring ?uri . } | julipc-p(huggingface) |
What mammals are classified into Diprotodontia ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:order <http://dbpedia.org/resource/Diprotodontia> . ?uri rdf:type onto:Mammal} | julipc-p(huggingface) |
The Other Side has hosted how many guests? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/The_Other_Side_(The_Outer_Limits)> prop:guests ?uri . } | julipc-p(huggingface) |
Name the river with source as Columbia Lake and river mouth is located in Clatsop Country ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:riverMouth <http://dbpedia.org/resource/Clatsop_County,_Oregon> . ?uri onto:source <http://dbpedia.org/resource/Columbia_Lake> . ?uri rdf:type onto:River} | julipc-p(huggingface) |
What are the airlines whose hub airport is Los Angeles International Airport? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:hubAirport <http://dbpedia.org/resource/Los_Angeles_International_Airport> . ?uri rdf:type onto:Airline} | julipc-p(huggingface) |
what are some famous people out of the Filipinos? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:stateOfOrigin res:Filipinos } | julipc-p(huggingface) |
What awards were presented to the person who produced Paradise place? | 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/Paradise_Place> prop:producer ?x . ?x prop:awards ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
What is the location town of Seattle Great Wheel ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Seattle_Great_Wheel prop:locationTown ?uri } | julipc-p(huggingface) |
List all the line of Vadodara Junction railway station? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Vadodara_Junction_railway_station prop:line ?uri } | julipc-p(huggingface) |
Name the college of Jon Curran ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Jon_Curran prop:college ?uri } | julipc-p(huggingface) |
Which Tim Birton's movie has a screenplay by Daniel Waters ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:screenplay <http://dbpedia.org/resource/Daniel_Waters_(screenwriter)> . ?uri prop:director <http://dbpedia.org/resource/Tim_Burton> . } | julipc-p(huggingface) |
Who produces the tv series which made Scott Haran famous? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Scott_Haran onto:knownFor ?x . ?x onto:producer ?uri . } | julipc-p(huggingface) |
What is the place of birth of the jockey who breeded De La Rose ? | 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/De_La_Rose> onto:breeder ?x . ?x prop:birthPlace ?uri . ?x rdf:type onto:Jockey} | julipc-p(huggingface) |
Name the Artist of Madagascar: Operation Penguin ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Madagascar:_Operation_Penguin prop:artist ?uri } | julipc-p(huggingface) |
What are some devices made by Taiwanese companies? | 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:locationCity <http://dbpedia.org/resource/Taiwan> . ?uri onto:manufacturer ?x . ?uri rdf:type onto:Device} | julipc-p(huggingface) |
What is the layout of Subaru Legacy (second generation) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Subaru_Legacy_(second_generation)> onto:layout ?uri } | julipc-p(huggingface) |
How many other wine region are there of the grapes whose one of the wine region is Michigan ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:wineRegion <http://dbpedia.org/resource/Michigan> . ?x onto:wineRegion ?uri } | julipc-p(huggingface) |
Estimate the number of sports divisions at the universities under international association of universities. | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:affiliation <http://dbpedia.org/resource/International_Association_of_Universities> . ?x onto:sport ?uri . } | julipc-p(huggingface) |
What is the leader of the government agency which is the military unit of Erich Kempka ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Erich_Kempka onto:militaryUnit ?x . ?x onto:leader ?uri . } | julipc-p(huggingface) |
What is the alma mater of the senator who is the successor of Warren Magnuson ? | 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/Warren_Magnuson> prop:successor ?x . ?x prop:almaMater ?uri . ?x rdf:type onto:Senator} | julipc-p(huggingface) |
List the battles in which alumni of US Army Command and General Staff College fought? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:almaMater res:United_States_Army_Command_and_General_Staff_College . ?x prop:battles ?uri . } | julipc-p(huggingface) |
Which writer of Alan Freeman Days is also the writer of Come On over ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alan_Freeman_Days> onto:writer ?uri. <http://dbpedia.org/resource/Come_On_Over_(Bee_Gees_song)> prop:writer ?uri} | julipc-p(huggingface) |
Name the subsidary of Tandem Computers which was founded by Jim Harris ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:subsidiary <http://dbpedia.org/resource/Tandem_Computers> . ?uri onto:foundedBy <http://dbpedia.org/resource/Jim_Harris_(entrepreneur)> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
Count all the books written by an author buried in the Convent of Barefoot Trinitarians? | 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:restingPlace <http://dbpedia.org/resource/Convent_of_the_Barefoot_Trinitarians> . ?uri onto:author ?x . ?uri rdf:type onto:Book} | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.