question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Of which countries does Viveka Babajee have citizenship? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Viveka_Babajee prop:citizenship ?uri } | julipc-p(huggingface) |
Which club of perianne Lones is also the home town of the Kady O'Malley ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kady_O'Malley> prop:homeTown ?uri. <http://dbpedia.org/resource/Perianne_Jones> prop:club ?uri} | julipc-p(huggingface) |
Where are the shrines of the saints who were beatified by Pope Pius XI? | 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:beatifiedBy <http://dbpedia.org/resource/Pope_Pius_XI> . ?x onto:majorShrine ?uri . ?x rdf:type onto:Saint} | julipc-p(huggingface) |
What is the ethicity of Ted Falon? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ted_Failon onto:ethnicity ?uri } | julipc-p(huggingface) |
By what person of which political party is Balangir district led? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Balangir_district onto:leaderName ?uri } | julipc-p(huggingface) |
Who is the political figure whose military branch is Colonial troops? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:militaryBranch res:Colonial_troops } | julipc-p(huggingface) |
Foxy Brown was associated with which band? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:associatedBand <http://dbpedia.org/resource/Foxy_Brown_(rapper)> } | julipc-p(huggingface) |
Which creation of Josh Friedman was portrayed in Terminator 2 ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:portrayer res:Terminator_2:_Judgment_Day . ?uri prop:creator res:Josh_Friedman . } | julipc-p(huggingface) |
Of how many battles is Chickasaw Campaign of 1736 consisted? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Chickasaw_Campaign_of_1736 prop:combatant ?uri } | julipc-p(huggingface) |
In which country is there a political party whose leader is Jose Cha Cha Jimenez? | 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:leader <http://dbpedia.org/resource/Jose_Cha_Cha_Jimenez> . ?x prop:international ?uri . ?x rdf:type onto:PoliticalParty} | julipc-p(huggingface) |
Which movies' composers have won a BAFTA for film music? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:award <http://dbpedia.org/resource/BAFTA_Award_for_Best_Film_Music> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
What kind of things are on the radio stations affiliated with the Baltimore Ravens? | 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:affiliations <http://dbpedia.org/resource/Baltimore_Ravens> . ?x onto:programmeFormat ?uri . ?x rdf:type onto:RadioStation} | julipc-p(huggingface) |
Which work institue of andrew Schally belongs to WTUL ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Andrew_Schally prop:workInstitutions ?uri. res:WTUL prop:owner ?uri} | julipc-p(huggingface) |
Who is the author of Heroman is also the author of Karakuri Dji Ultimo ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Heroman prop:author ?uri. res:Karakuri_Dôji_Ultimo onto:author ?uri} | julipc-p(huggingface) |
What organization is the parent of Greenpeace Nordic? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Greenpeace_Nordic onto:parentOrganisation ?uri } | julipc-p(huggingface) |
Of what all has David Ian Salter been an editor of? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:editing res:David_Ian_Salter } | julipc-p(huggingface) |
Name the river whose mouth mountain is Essex and river mouth is North Sea? | 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/Essex> . ?uri onto:riverMouth <http://dbpedia.org/resource/North_Sea> . ?uri rdf:type onto:River} | julipc-p(huggingface) |
What is the products of the BBC Multimedia and series of the The Last Resort (Doctor Who) | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BBC_Multimedia> prop:products ?uri. <http://dbpedia.org/resource/The_Last_Resort_(Doctor_Who)> onto:series ?uri} | julipc-p(huggingface) |
Which mascot of Celal Bayer university is also the nickname of kore Presbyterian Theological Seminar ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Korea_Presbyterian_Theological_Seminary prop:nickname ?uri. res:Celal_Bayar_University prop:mascot ?uri} | julipc-p(huggingface) |
In how many countries do the rivers start which end at the Caspian Sea? | 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:riverMouth <http://dbpedia.org/resource/Caspian_Sea> . ?x onto:sourceCountry ?uri . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
Give the total number of places to which airlines go, who also go to Glasgow? | 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:targetAirport <http://dbpedia.org/resource/Glasgow_Airport> . ?x prop:destinations ?uri . ?uri rdf:type onto:Place} | julipc-p(huggingface) |
Who was the PM under which William Deane served? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:William_Deane onto:primeMinister ?uri . } | julipc-p(huggingface) |
In which states can I find Truss bridges? | 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:style <http://dbpedia.org/resource/Truss_bridge> . ?x onto:state ?uri . ?x rdf:type onto:Bridge} | julipc-p(huggingface) |
Which awards have Puerto Ricons won? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:ethnicity res:Puerto_Rico . ?x prop:awards ?uri . } | julipc-p(huggingface) |
Where is the rival school of Somerset Berkeley Regional High school? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:rival <http://dbpedia.org/resource/Somerset_Berkley_Regional_High_School> . ?x onto:region ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
What products are made by Tehran based 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:location <http://dbpedia.org/resource/Tehran> . ?x onto:product ?uri . ?x rdf:type onto:Company} | julipc-p(huggingface) |
Count number of people who follow a religion which has an important office in Gold Base ? | 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:headquarters <http://dbpedia.org/resource/Gold_Base> . ?uri onto:religion ?x . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
In which areas can we find the networks owned by the govt of Mauritius? | 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:owningCompany <http://dbpedia.org/resource/Government_of_Mauritius> . ?x prop:broadcastArea ?uri . ?x rdf:type onto:BroadcastNetwork} | julipc-p(huggingface) |
What is the profession of the William Luther Hill and also the office of the Richard Coke ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:William_Luther_Hill onto:profession ?uri. res:Richard_Coke prop:office ?uri} | julipc-p(huggingface) |
What's the religion of the winner of china election of 2008? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Republic_of_China_legislative_election,_2008> prop:leader ?x . ?x onto:religion ?uri . } | julipc-p(huggingface) |
What is the city nearest to the historic place whose architect is Joseph Dion? | 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:architect <http://dbpedia.org/resource/Joseph_Dion> . ?x onto:nearestCity ?uri . ?x rdf:type onto:HistoricPlace} | julipc-p(huggingface) |
Who is the father of Edith Vonnegut and is also a writer? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:child <http://dbpedia.org/resource/Edith_Vonnegut> . ?uri rdf:type onto:Writer} | julipc-p(huggingface) |
How many basketball players studied in the Midland College? | 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/Midland_College> . ?uri rdf:type onto:BasketballPlayer} | julipc-p(huggingface) |
List all the collaborators of the artist which has collaborated with sanremo Music Festival ? | 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/Sanremo_Music_Festival> . ?x onto:associatedMusicalArtist ?uri . ?x rdf:type onto:Artist} | julipc-p(huggingface) |
Who was the president under whom, a governor participated in Shay's rebellion? | 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:battle <http://dbpedia.org/resource/Shays'_Rebellion> . ?x prop:president ?uri . ?x rdf:type onto:Governor} | julipc-p(huggingface) |
Which actors have performed in plays performed in 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 prop:place <http://dbpedia.org/resource/New_York_City> . ?x prop:starring ?uri . ?x rdf:type onto:Play} | julipc-p(huggingface) |
Who is the editor of Hearth and Home ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Hearth_and_Home onto:editor ?uri } | julipc-p(huggingface) |
List the books by the authors buried in the Convent of the Barefoot Trinitarians? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?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) |
How many game series exist for iOS? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:computingPlatform <http://dbpedia.org/resource/IOS> . ?x onto:series ?uri . } | julipc-p(huggingface) |
Where does Manu cornet work? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Manu_Cornet prop:employer ?uri . } | julipc-p(huggingface) |
Which awards did the creator of A Barrel of Laughs, a Vale of Tears won ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Barrel_of_Laughs,_a_Vale_of_Tears> onto:author ?x . ?x onto:award ?uri . ?x rdf:type onto:ComicsCreator} | julipc-p(huggingface) |
In how many different places were the people born who are members of National Museum of Racing and Hall of Fame? | 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:honours <http://dbpedia.org/resource/National_Museum_of_Racing_and_Hall_of_Fame> . ?x prop:birthPlace ?uri . ?uri rdf:type onto:Pl... | julipc-p(huggingface) |
What is the source country of reg Lake ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Üüreg_Lake onto:sourceCountry ?uri } | julipc-p(huggingface) |
Which hockey teams have had people playing as Defenceman? | 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:position <http://dbpedia.org/resource/Defenceman> . ?x prop:playedFor ?uri . ?x rdf:type onto:IceHockeyPlayer} | julipc-p(huggingface) |
which president was served by Joseph Stiglitz? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Joseph_Stiglitz prop:president ?uri } | julipc-p(huggingface) |
Name the tenant of Ever bank field which has also has player named Dan Shamash ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Dan_Shamash onto:team ?uri. res:EverBank_Field onto:tenant ?uri} | julipc-p(huggingface) |
Who is the mfr. of the engine used in Ford Transit ? | 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/Ford_Transit> prop:engine ?x . ?x onto:manufacturer ?uri . ?x rdf:type onto:Engine} | julipc-p(huggingface) |
Where did the employees of American College of Surgeons study? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:workInstitutions res:American_College_of_Surgeons . ?x onto:education ?uri . } | julipc-p(huggingface) |
Name the people whose residence is Beverly Hills, 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:residence <http://dbpedia.org/resource/Beverly_Hills,_California> . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
The authors of Zhorstoke nebo was influenced by whom ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Zhorstoke_nebo onto:author ?x . ?x onto:influencedBy ?uri . } | julipc-p(huggingface) |
Which city has radio stations which are Religious ? | 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:format <http://dbpedia.org/resource/Religion> . ?x prop:city ?uri . ?x rdf:type onto:RadioStation} | julipc-p(huggingface) |
From which state do the White Plum Asangas come? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:religion res:White_Plum_Asanga . ?x onto:stateOfOrigin ?uri . } | julipc-p(huggingface) |
Who operates the Ganz UV? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ganz_UV onto:operator ?uri } | julipc-p(huggingface) |
What is the state of Umatilla language which is also the state of James K. Kelly ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:James_K._Kelly prop:state ?uri. res:Umatilla_language prop:region ?uri} | julipc-p(huggingface) |
Where has GARAGE recorded its 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:producer <http://dbpedia.org/resource/Garbage_(band)> . ?x onto:recordedIn ?uri . ?x rdf:type onto:Single} | julipc-p(huggingface) |
How many players participated in the 2004-05 FC Barcelona 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 COUNT(?uri) WHERE { <http://dbpedia.org/resource/2004–05_FC_Barcelona_season> prop:name ?uri . ?uri rdf:type onto:SoccerPlayer} | julipc-p(huggingface) |
Whose mam is Bertrada of Laon? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:mother res:Bertrada_of_Laon } | julipc-p(huggingface) |
Give me a list of all the people driving at pole positions in the Grand Prixes where Renault was a first team? | 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:firstTeam <http://dbpedia.org/resource/Renault_in_Formula_One> . ?x onto:poleDriver ?uri . ?x rdf:type onto:GrandPrix} | julipc-p(huggingface) |
Who is the developer of the software which distributes Batman: Arkham City Lockdown ? | 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/Batman:_Arkham_City_Lockdown> prop:distributor ?x . ?x prop:developer ?uri . ?x rdf:type onto:Software} | julipc-p(huggingface) |
What are the non-fiction topics in the books whose authors is Terry Pratchett? | 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/Terry_Pratchett> . ?x onto:nonFictionSubject ?uri . ?x rdf:type onto:Book} | julipc-p(huggingface) |
Name a movie with actor as Momoko Kchi and music by Akira Ifukube? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:starring <http://dbpedia.org/resource/Momoko_Kōchi> . ?uri prop:music <http://dbpedia.org/resource/Akira_Ifukube> . ?uri rdf:type onto:F... | julipc-p(huggingface) |
Which railway line goes through the stations which are a part of the North Caucasus railway? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:type <http://dbpedia.org/resource/North_Caucasus_Railway> . ?x onto:servingRailwayLine ?uri . ?x rdf:type onto:Station} | julipc-p(huggingface) |
Name the source Island of Bayou ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Island_Bayou_(Oklahoma)> onto:source ?uri } | julipc-p(huggingface) |
What location country of AH141 is also the nation of malaysia Junior hockey league ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:AH141 onto:county ?uri. res:Malaysia_Junior_Hockey_League onto:country ?uri} | julipc-p(huggingface) |
Which college of the Luke List (golfer) is the alma mater of the Park Trammell ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luke_List_(golfer)> prop:college ?uri. <http://dbpedia.org/resource/Park_Trammell> onto:almaMater ?uri} | julipc-p(huggingface) |
Of the sports commonly played at Islamic Azad Uni, tehran, which one does Jon Speelman play? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jon_Speelman onto:field ?uri. res:Islamic_Azad_University_Central_Tehran_Branch onto:sport ?uri} | julipc-p(huggingface) |
How many artists are signed up with Celluloid Records? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:label <http://dbpedia.org/resource/Celluloid_Records> . } | julipc-p(huggingface) |
Henry McDaniel's trained horses have won which awards? | 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:trainer <http://dbpedia.org/resource/Henry_McDaniel_(racehorse_trainer)> . ?x onto:honours ?uri . ?x rdf:type onto:Horse} | julipc-p(huggingface) |
What were the occupations of Marcus Floyd? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Marcus_Floyd onto:occupation ?uri } | julipc-p(huggingface) |
With whom is the institution of David Charles affiliated? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Charles_(physician)> prop:workInstitutions ?x . ?x prop:affiliation ?uri . } | julipc-p(huggingface) |
From how many coutries do companies come, which are headquartered in the Klang Valley? | 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:headquarters <http://dbpedia.org/resource/Klang_Valley> . ?x prop:country ?uri . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
Who is the builder of the bridge owned by Tabriz ? | 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:owner <http://dbpedia.org/resource/Tabriz> . ?x onto:builder ?uri . ?x rdf:type onto:Bridge} | julipc-p(huggingface) |
Who are the golf players whose college is Arizona State Sun Devils? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:college <http://dbpedia.org/resource/Arizona_State_Sun_Devils> . ?uri rdf:type onto:GolfPlayer} | julipc-p(huggingface) |
How many local authorities manage mixed gender schools? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:gender <http://dbpedia.org/resource/Mixed-sex_education> . ?x onto:localAuthority ?uri . } | julipc-p(huggingface) |
What is the almamater of the successor of F. A. Little, Jr.? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/F._A._Little,_Jr.> onto:successor ?x . ?x onto:almaMater ?uri . } | julipc-p(huggingface) |
List everything in which saxophone players have been casted. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:instrument res:Saxophone . ?uri prop:starring ?x . } | julipc-p(huggingface) |
In which city is Corringham railway station located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Corringham_railway_station prop:borough ?uri } | julipc-p(huggingface) |
What monument was unveiled in 1984 of fine arts of the Soviet Union ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:1984_in_fine_arts_of_the_Soviet_Union prop:title ?uri } | julipc-p(huggingface) |
Where did the wrestler trained by Ring of Honour get billed? | 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:trainer <http://dbpedia.org/resource/Ring_of_Honor> . ?x prop:billed ?uri . ?x rdf:type onto:Athlete} | julipc-p(huggingface) |
Name the console whose successor is PlayStation 4 and predecessor is PlayStation 2? | 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:successor <http://dbpedia.org/resource/PlayStation_4> . ?uri prop:predecessor <http://dbpedia.org/resource/PlayStation_2> . ?uri rdf:typ... | julipc-p(huggingface) |
List the name of those who became famous for something garrisoned at Tennessee? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:garrison res:Tennessee . ?uri prop:knownFor ?x . } | julipc-p(huggingface) |
Which school teams are there in schools of Arlington Heights, Illinois? | 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:city <http://dbpedia.org/resource/Arlington_Heights,_Illinois> . ?x prop:teamName ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
Who is the person whose opponent's father is Newman Haynes Clanton? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:parent res:Newman_Haynes_Clanton . ?uri onto:opponent ?x . } | julipc-p(huggingface) |
What games are played in Protestant schools? | 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:schooltype <http://dbpedia.org/resource/Protestantism> . ?x onto:sport ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
What company is the distributor of Bombay Sapphire? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Bombay_Sapphire prop:distributor ?uri } | julipc-p(huggingface) |
Which stockholder of yale Repertory Theatre was training center of William Anthony ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> onto:training ?uri. <http://dbpedia.org/resource/Yale_Repertory_Theatre> prop:owner ?uri} | julipc-p(huggingface) |
Name the team for which Hensley Meulens played, whihc was also the debut team od Steve Ontiveros ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steve_Ontiveros_(infielder)> prop:debutteam ?uri. <http://dbpedia.org/resource/Hensley_Meulens> onto:team ?uri} | julipc-p(huggingface) |
Name a office holder whose predecessor is Edward Douglass White and has son named Charles Phelps Taft II? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:predecessor <http://dbpedia.org/resource/Edward_Douglass_White> . ?uri onto:child <http://dbpedia.org/resource/Charles_Phelps_Taft_II> . ?uri rdf:type onto:OfficeHolder} | julipc-p(huggingface) |
List the ingredients of Kaszanka? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kaszanka onto:ingredient ?uri } | julipc-p(huggingface) |
List the language of Kunsten Museum of moder art Aalborg ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:KUNSTEN_Museum_of_Modern_Art_Aalborg onto:language ?uri } | julipc-p(huggingface) |
What is the venerated in of the Abraham and religion of the Saima Chowdhury | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Abraham prop:veneratedIn ?uri. res:Saima_Chowdhury prop:religion ?uri} | julipc-p(huggingface) |
Name the city whose province is Metropolitan City of Venice and has leader as Luigi Brugnaro ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:province res:Metropolitan_City_of_Venice . ?uri onto:leaderName res:Luigi_Brugnaro . } | julipc-p(huggingface) |
Who is the leader of Panki block ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Panki_block onto:leaderName ?uri } | julipc-p(huggingface) |
To which persons is Ron Cyrus a relative? | 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:relatives <http://dbpedia.org/resource/Ron_Cyrus> . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
How many services are there of the companies whose services is Web hosting service ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:services <http://dbpedia.org/resource/Web_hosting_service> . ?x prop:services ?uri } | julipc-p(huggingface) |
Name the mascot of the military branch of William Harper. | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Harper_(Rhodesian_politician)> onto:militaryBranch ?x . ?x prop:mascot ?uri . } | julipc-p(huggingface) |
Which location country of Ennejma Ezzahra is also the origin of Boga ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Boga_(soft_drink)> prop:origin ?uri. <http://dbpedia.org/resource/Ennejma_Ezzahra> prop:locationCountry ?uri} | julipc-p(huggingface) |
What is the state whose largest city is Denver? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:largestCity res:Denver . } | julipc-p(huggingface) |
Who have been the manager of national team of Spain? | 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:nationalteam <http://dbpedia.org/resource/Spain_national_football_team> . ?uri rdf:type onto:SoccerManager} | julipc-p(huggingface) |
Who is a successor of Kingship whose parents were Julius Caesar? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:parent <http://dbpedia.org/resource/Julius_Caesar> . ?x onto:successor ?uri . ?x rdf:type onto:Royalty} | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.