question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
What is the total number of other restingplace of the politicians whose one of the restingplace is East Norwalk Historical Cemetery? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:restingplace <http://dbpedia.org/resource/East_Norwalk_Historical_Cemetery> . ?x prop:restingplace ?uri } | julipc-p(huggingface) |
Who were the pole drivers in GP when Damon hill was a first driver? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:firstDriver <http://dbpedia.org/resource/Damon_Hill> . ?x onto:poleDriver ?uri . ?x rdf:type onto:GrandPrix} | julipc-p(huggingface) |
How many albums were released under the Victor Entertainment label? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:label <http://dbpedia.org/resource/Victor_Entertainment> . ?uri rdf:type onto:Album} | julipc-p(huggingface) |
To which company is Michael Dell a father company? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:owningCompany <http://dbpedia.org/resource/Michael_Dell> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
What is the source location of Thornton Creek ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Thornton_Creek prop:sourceLocation ?uri } | julipc-p(huggingface) |
To which company does Raymond Conner is critical to? | 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 rdf:type onto:Company} | julipc-p(huggingface) |
From where does the river start, which flows into the Conowingo dam? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:riverMouth <http://dbpedia.org/resource/Conowingo_Dam> . ?x onto:source ?uri . ?x rdf:type onto:River} | julipc-p(huggingface) |
Who appointed the successor of Charles Pinckney ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_Pinckney_(governor)> onto:successor ?x . ?x prop:appointer ?uri . } | julipc-p(huggingface) |
What is the associated band of the musical artist who is the producer of The Trumpet Kings Meet Joe Turner ? | 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/The_Trumpet_Kings_Meet_Joe_Turner> prop:producer ?x . ?x onto:associatedBand ?uri . ?x rdf:type onto:MusicalArtist} | julipc-p(huggingface) |
Name the home town of Cline Buckens ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Céline_Buckens onto:hometown ?uri } | julipc-p(huggingface) |
List the music played in television episode which came after The Colonel (The Americans) ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Colonel_(The_Americans)> onto:subsequentWork ?x . ?x prop:music ?uri . } | julipc-p(huggingface) |
Which university provides license for WRVU ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:WRVU prop:licensee ?uri } | julipc-p(huggingface) |
Name the basketball player who played for Phoenix Suns and Los Angeles Clippers was his draft 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 {?uri onto:team <http://dbpedia.org/resource/Phoenix_Suns> . ?uri prop:draftTeam <http://dbpedia.org/resource/Los_Angeles_Clippers> . ?uri rdf:type... | julipc-p(huggingface) |
Who are the spouse of the parents of Kimberly Stewart? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Kimberly_Stewart onto:parent ?x . ?x onto:spouse ?uri . } | julipc-p(huggingface) |
What have some famous Christians died of? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:religion res:Christianity . ?x onto:deathCause ?uri . } | julipc-p(huggingface) |
Who is the mayor of the city under which is the constituency of Zora Singh Maan? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Zora_Singh_Maan prop:constituency ?x . ?x onto:leaderName ?uri . } | julipc-p(huggingface) |
Name a scientist whose official residence is Cape Town and also won a gold medal at the Royal Astronomical Society ? | 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:prizes <http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society> . ?uri prop:residence <http://dbpedia.org/resource/Cap... | julipc-p(huggingface) |
In how many places can I find tombs of people who fought in the Norwalk Trainband? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:militaryUnit <http://dbpedia.org/resource/Norwalk_Trainband> . ?x prop:restingplace ?uri . } | julipc-p(huggingface) |
What is the location of Dad's Root Beer on Google maps? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dad's_Root_Beer> prop:locationCity ?uri } | julipc-p(huggingface) |
What is the district of Fort Heath radar station ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Fort_Heath_radar_station prop:district ?uri } | julipc-p(huggingface) |
How many saints have been venerated in Judaism? | 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:veneratedIn <http://dbpedia.org/resource/Judaism> . ?uri rdf:type onto:Saint} | julipc-p(huggingface) |
List down all the bands to which the writers of 03 Bonnie & Clyde are associated? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/'03_Bonnie_&_Clyde> onto:writer ?x . ?x onto:associatedBand ?uri . } | julipc-p(huggingface) |
How many people are famous for the Gibson Les Paul? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:notableInstruments <http://dbpedia.org/resource/Gibson_Les_Paul> . } | julipc-p(huggingface) |
What municipalities are adjacent to Chne-Bougeries? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:neighboringMunicipalities <http://dbpedia.org/resource/Chêne-Bougeries> . } | julipc-p(huggingface) |
Who is the founder of Oprah Winfrey Network (U.S. TV channel) ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Oprah_Winfrey_Network_(U.S._TV_channel)> prop:founder ?uri } | julipc-p(huggingface) |
List all the wine regions of the grapes whose one of the wine region is Mississippi ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:wineRegion <http://dbpedia.org/resource/Mississippi> . ?x onto:wineRegion ?uri . ?x rdf:type onto:Grape} | julipc-p(huggingface) |
Name the office holder whose theatre is Siege of Fort Recovery and belongs to Indian territory branch ? | 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:battle <http://dbpedia.org/resource/Siege_of_Fort_Recovery> . ?uri prop:branch <http://dbpedia.org/resource/Indiana_Territory> . ?uri rd... | julipc-p(huggingface) |
For which clubs do the players of Azam F.C. play for? | 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/Azam_F.C.> prop:name ?x . ?x onto:team ?uri . ?x rdf:type onto:SoccerPlayer} | julipc-p(huggingface) |
What are the mammals whose phylum is Chordate? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:phylum <http://dbpedia.org/resource/Chordate> . ?uri rdf:type onto:Mammal} | julipc-p(huggingface) |
Give me an estimate of the number of manufacturers whose products are managed by MTR? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:operator <http://dbpedia.org/resource/MTR> . ?x onto:manufacturer ?uri . } | julipc-p(huggingface) |
How many artists play as Rickenbacker? | 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:instrument <http://dbpedia.org/resource/Rickenbacker> . ?uri rdf:type onto:Artist} | julipc-p(huggingface) |
Who are the associated musical artist of Carolyn Dennis? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Carolyn_Dennis onto:associatedMusicalArtist ?uri } | julipc-p(huggingface) |
Which citys mayor is anne hidalgo? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mayor res:Anne_Hidalgo . } | julipc-p(huggingface) |
In which states are there bridges over the Pequea Creek? | 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:river <http://dbpedia.org/resource/Pequea_Creek> . ?x onto:state ?uri . ?x rdf:type onto:Bridge} | julipc-p(huggingface) |
How many ingedients are required to make the Ragout Fin? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Ragout_fin> onto:ingredient ?uri . } | julipc-p(huggingface) |
List the people whose are in the board of an organization kickstarted 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:foundation <http://dbpedia.org/resource/New_York> . ?uri onto:board ?x . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
Tell me the number of writers whose works have been recorded in Criteria Studios? | 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:recordedIn <http://dbpedia.org/resource/Criteria_Studios> . ?x prop:writer ?uri . ?uri rdf:type onto:Artist} | julipc-p(huggingface) |
Under which archipelago does Canary Islands fall? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:archipelago res:Canary_Islands } | julipc-p(huggingface) |
name the home stadium of FC Spartak Moscow season 2011-12 | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:2011–12_FC_Spartak_Moscow_season onto:homeStadium ?uri } | julipc-p(huggingface) |
Name a company with one of the key person as Edwin Catmull and produces 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 onto:keyPerson <http://dbpedia.org/resource/Edwin_Catmull> . ?uri prop:products <http://dbpedia.org/resource/RenderMan_(software)> . ?uri rdf... | julipc-p(huggingface) |
How many owners are there of lines starting at the South Station? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:routeStart <http://dbpedia.org/resource/South_Station> . ?x prop:owner ?uri . } | julipc-p(huggingface) |
What are some musicians who have worked with Dean Ambrose? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:associatedMusicalArtist <http://dbpedia.org/resource/Dean_Ambrose> . ?uri rdf:type onto:MusicalArtist} | julipc-p(huggingface) |
Count all those who've played for the youth club which owns the Rosario, Santa Fe stadium. | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:ground <http://dbpedia.org/resource/Rosario,_Santa_Fe> . ?uri prop:youthclubs ?x . } | julipc-p(huggingface) |
What are the television shows whose company is Playtone? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:company <http://dbpedia.org/resource/Playtone> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
In which city are the schools whose district is Mumbai Suburban? | 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:district <http://dbpedia.org/resource/Mumbai_Suburban_district> . ?x onto:city ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
How many people currently play for Stoke City F.C.? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:currentclub <http://dbpedia.org/resource/Stoke_City_F.C.> . } | julipc-p(huggingface) |
Among the countries using Aureus as currency which had Nicomedia as an important place ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:capital <http://dbpedia.org/resource/Nicomedia> . ?uri onto:currency <http://dbpedia.org/resource/Aureus> . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
What are the outflow of the lakes which also has one of the outflow as Congo River ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:outflow res:Congo_River . ?x onto:outflow ?uri . } | julipc-p(huggingface) |
Whose tomb is in cities under Dane County of Wisconsin? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:territory <http://dbpedia.org/resource/Dane_County,_Wisconsin> . ?uri onto:restingPlace ?x . } | julipc-p(huggingface) |
How many cars succeeded the cars which were similar to Cadillac Fleetwood? | 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/Cadillac_Fleetwood> prop:related ?x . ?x onto:predecessor ?uri . ?x rdf:type onto:Automobile} | julipc-p(huggingface) |
In how many languages did Marika Gombitova sing? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:artist <http://dbpedia.org/resource/Marika_Gombitová> . ?x prop:language ?uri . } | julipc-p(huggingface) |
How many railway lines go through the station maintained by Public transport authority of western australia? | 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/Public_Transport_Authority_(Western_Australia)> . ?x onto:servingRailwayLine ?uri . ?uri rdf:type onto:RailwayLine} | julipc-p(huggingface) |
Count the different number of academic areas covered by publications of SAGE? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:publisher <http://dbpedia.org/resource/SAGE_Publications> . ?x onto:academicDiscipline ?uri . } | julipc-p(huggingface) |
What are the political parties whose leaders have lived in the Prime Minister's House? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:residence <http://dbpedia.org/resource/Prime_Minister's_House_(Colombo)> . ?uri onto:leader ?x . ?uri rdf:type onto:PoliticalParty} | julipc-p(huggingface) |
Who currently operates the railway lines one of whose stockholder is Chicago, St Paul, Minneapolis and Omaha railway? | 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/Chicago,_St._Paul,_Minneapolis_and_Omaha_Railway> . ?x onto:operatedBy ?uri . ?x rdf:type onto:Railway... | julipc-p(huggingface) |
In which city is the distributor of Jeevan Mrityu located ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Jeevan_Mrityu prop:distributor ?x . ?x onto:locationCity ?uri . } | julipc-p(huggingface) |
How many services does the company who made Onedrive provide? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:service <http://dbpedia.org/resource/OneDrive> . ?x prop:services ?uri . } | julipc-p(huggingface) |
Count the different religions practiced by people who are in the Malaysian and Chinese association. | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:party <http://dbpedia.org/resource/Malaysian_Chinese_Association> . ?x onto:religion ?uri . } | julipc-p(huggingface) |
List all those whose relatives' nationality is United States. | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:nationality res:United_States . ?uri onto:relative ?x . } | julipc-p(huggingface) |
What is the genre of Battle Chess? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Battle_Chess prop:genre ?uri } | julipc-p(huggingface) |
President of Ghana is the leader title of which country? | 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:leaderTitle <http://dbpedia.org/resource/President_of_Ghana> . ?uri rdf:type onto:Country} | julipc-p(huggingface) |
Whose associate is Publius Servilius Vatia Isauricus and has predecessor as Lucius Cornelius Lentulus Crus? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:associate <http://dbpedia.org/resource/Publius_Servilius_Vatia_Isauricus_(consul_48_BC)> . ?uri onto:predecessor <http://dbpedia.org/resource/Lucius_Cornelius_Lentulus_Crus> . } | julipc-p(huggingface) |
What is the style of architecture of Pontiac Building ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Pontiac_Building onto:architecturalStyle ?uri } | julipc-p(huggingface) |
Which basketball players have played in the league of National Basketball Association? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:league <http://dbpedia.org/resource/National_Basketball_Association> . ?uri rdf:type onto:BasketballPlayer} | julipc-p(huggingface) |
Eric roth wrote how many screenplays? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:screenplay <http://dbpedia.org/resource/Eric_Roth> . } | julipc-p(huggingface) |
Whihc alma mater of angela Trusty is also the training center of David Scherman ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:David_Scherman onto:training ?uri. res:Angela_Trusty onto:almaMater ?uri} | julipc-p(huggingface) |
Who were the opponents of the people buried in the tower of London? | 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:restingPlace <http://dbpedia.org/resource/Tower_of_London> . ?x onto:opponent ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
What is the record label of the Next Thing and also the label of the The Producers (2005 film)? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Next_Thing> onto:recordLabel ?uri. <http://dbpedia.org/resource/The_Producers_(2005_film)> prop:label ?uri} | julipc-p(huggingface) |
Which country were the associates of Hilda Duhalde from? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Hilda_de_Duhalde onto:associate ?x . ?x onto:nationality ?uri . } | julipc-p(huggingface) |
Name the line of the Vadodara Junction railway station which is also the hub airport of the Pawan Hans? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Vadodara_Junction_railway_station prop:line ?uri. res:Pawan_Hans onto:hubAirport ?uri} | julipc-p(huggingface) |
Name the scientist who become the part of Royal Society and had academic advisor as Karl Ewald Hasse? | 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:prizes <http://dbpedia.org/resource/Royal_Society> . ?uri onto:academicAdvisor <http://dbpedia.org/resource/Karl_Ewald_Hasse> . ?uri rdf... | julipc-p(huggingface) |
Where is the tombstone of the successor of Edward Wolcott? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Edward_O._Wolcott prop:successor ?x . ?x onto:restingPlace ?uri . } | julipc-p(huggingface) |
In how many places did the Schutzstaffels die? | 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:militaryRank <http://dbpedia.org/resource/Schutzstaffel> . ?x prop:placeOfDeath ?uri . ?uri rdf:type onto:Place} | julipc-p(huggingface) |
How many members are there of the organization headquartered at Amstelveen? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:headquarters <http://dbpedia.org/resource/Amstelveen> . ?x prop:membership ?uri . } | julipc-p(huggingface) |
Name the scientist who was the winner of Royal Society award and had Georg Meissner as his doctoral advisor ? | 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:prizes <http://dbpedia.org/resource/Royal_Society> . ?uri prop:doctoralAdvisor <http://dbpedia.org/resource/Georg_Meissner> . ?uri rdf:t... | julipc-p(huggingface) |
What are the nearest city to the historic places whose one of the nearest city is Wisconsin? | 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:nearestCity <http://dbpedia.org/resource/Wisconsin> . ?x prop:nearestCity ?uri . ?x rdf:type onto:HistoricPlace} | julipc-p(huggingface) |
Who is the producer of Captain EO ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Captain_EO prop:producer ?uri } | julipc-p(huggingface) |
List the subjects of the books whose one of the topics is Pau Broca ? | 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:subject <http://dbpedia.org/resource/Paul_Broca> . ?x prop:subject ?uri . ?x rdf:type onto:Book} | julipc-p(huggingface) |
Where did the conflict take place in which Henri Putz fought? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Henri_Putz onto:battle ?x . ?x onto:territory ?uri . } | julipc-p(huggingface) |
Where did the aristocrats die whose mother was Maria Ludwika Krasiska? | 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:mother <http://dbpedia.org/resource/Maria_Ludwika_Krasińska> . ?x prop:deathPlace ?uri . ?x rdf:type onto:Royalty} | julipc-p(huggingface) |
Which company manufactures cars like the Opel Karl ? | 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:related <http://dbpedia.org/resource/Opel_Karl> . ?x prop:parentCompany ?uri . ?x rdf:type onto:Automobile} | julipc-p(huggingface) |
Who are the major stockholders of the bank which is the company of Bloomberg Markets ? | 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/Bloomberg_Markets> prop:company ?x . ?x prop:owner ?uri . ?x rdf:type onto:Bank} | julipc-p(huggingface) |
List all crafts of the people whose one of the profession is Kingdom of Naples ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation <http://dbpedia.org/resource/Kingdom_of_Naples> . ?x onto:occupation ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
Name a colonel whose resting place is Montpelier ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . ?uri prop:restingplace <http://dbpedia.org/resource/Montpelier_(Orange,_Virginia)> . } | julipc-p(huggingface) |
What are some developers which use Emacs Lisp in their projects? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:programmingLanguage res:Emacs_Lisp . ?x onto:developer ?uri . } | julipc-p(huggingface) |
Whose deputy was Franz von Papen? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:deputy res:Franz_von_Papen } | julipc-p(huggingface) |
Current players of Colorado Avalanche have previously played for how many different teams? | 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:team <http://dbpedia.org/resource/Colorado_Avalanche> . ?x onto:formerTeam ?uri . ?uri rdf:type onto:SportsTeam} | julipc-p(huggingface) |
List the books whose authors are in Alcal de Henares. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Alcalá_de_Henares> . ?uri onto:author ?x . ?uri rdf:type onto:Book} | julipc-p(huggingface) |
Who is the stockholder of Paphos International Airport ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Paphos_International_Airport prop:owner ?uri } | julipc-p(huggingface) |
Give me the total number of architect of the buildings whose one of the architect was Louis D. Astorino? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:architect <http://dbpedia.org/resource/Louis_D._Astorino> . ?x prop:architect ?uri } | julipc-p(huggingface) |
Which basketball team's president studied in the Brockport Golden Eagles? | 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:college <http://dbpedia.org/resource/Brockport_Golden_Eagles> . ?uri prop:president ?x . ?uri rdf:type onto:BasketballTeam} | julipc-p(huggingface) |
In which races does Coneygree compete? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Coneygree prop:race ?uri } | julipc-p(huggingface) |
What awards have been given to some screenwriters? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:occupation res:Screenwriter . ?x onto:award ?uri . } | julipc-p(huggingface) |
List the saints venerated in Islam having major shrine as Tomb of Joshua ? | 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:majorShrine <http://dbpedia.org/resource/Tomb_of_Joshua> . ?uri onto:veneratedIn <http://dbpedia.org/resource/Islam> . ?uri rdf:type ont... | julipc-p(huggingface) |
Which tema did Dough Acomb played for which is also the drafty team of Dale Mitchell ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dale_Mitchell_(ice_hockey)> onto:draftTeam ?uri. <http://dbpedia.org/resource/Doug_Acomb> prop:playedFor ?uri} | julipc-p(huggingface) |
List the total number of executive producer of TV show which have one of the executiive producer as Steven Moffat ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:executiveProducer <http://dbpedia.org/resource/Steven_Moffat> . ?x prop:executiveProducer ?uri } | julipc-p(huggingface) |
Name all those whose spouses have performed with Tony Bennett? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:associatedMusicalArtist res:Tony_Bennett . ?uri onto:spouse ?x . } | julipc-p(huggingface) |
Name the company who owns HBO division? | 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:divisions <http://dbpedia.org/resource/HBO> . ?uri rdf:type onto:Company} | julipc-p(huggingface) |
How many religions have the relatives of waxiangs followed? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Waxiang_people> prop:related ?x . ?x onto:religion ?uri . } | julipc-p(huggingface) |
For which team does Ramiro Pea play ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ramiro_Peña onto:team ?uri } | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.