question stringlengths 9 150 | query stringlengths 109 692 | dataset-id stringclasses 12
values |
|---|---|---|
Who were the opponents of employees of Henry Howard, the Northampton Earl? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:employer <http://dbpedia.org/resource/Henry_Howard,_1st_Earl_of_Northampton> . ?x onto:opponent ?uri . } | julipc-p(huggingface) |
What newspapers's owners is Schibsted | 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:owners <http://dbpedia.org/resource/Schibsted> . ?uri rdf:type onto:Newspaper} | julipc-p(huggingface) |
Who is the common parent of Gettv and hypnotize mind ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:GetTV onto:parentOrganisation ?uri. res:Hypnotize_Minds prop:parent ?uri} | julipc-p(huggingface) |
Name a fictional character whose relative is Uncle Henry and species is Human? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:relative <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri onto:species <http://dbpedia.org/resource/Human> . ?uri rdf:type onto:FictionalCharacter} | julipc-p(huggingface) |
Which river inflow of the Cahora Bassa is also Batoka Gorge Hydroelectric Power Station's river ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Cahora_Bassa prop:inflow ?uri. res:Batoka_Gorge_Hydroelectric_Power_Station onto:river ?uri} | julipc-p(huggingface) |
Which cities come in the course of the river, into which Big Creek around Texas flows too? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:rightTributary <http://dbpedia.org/resource/Big_Creek_(Texas_Co._Missouri)> . ?x onto:city ?uri . ?x rdf:type onto:River} | julipc-p(huggingface) |
What islands are there on the Greater Antilles archipelago? | 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:archipelago <http://dbpedia.org/resource/Greater_Antilles> . ?x prop:name ?uri . ?x rdf:type onto:Island} | julipc-p(huggingface) |
Name the military units whose command structure's headquarters is The Pentagon? | 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:headquarters <http://dbpedia.org/resource/The_Pentagon> . ?uri onto:commandStructure ?x . ?uri rdf:type onto:MilitaryUnit} | julipc-p(huggingface) |
Which TV show's setting is in Massachusetts and is the subsequent work of Fraiser ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:subsequentWork <http://dbpedia.org/resource/Frasier> . ?uri onto:location <http://dbpedia.org/resource/Massachusetts> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Which bands are associated to David Paton? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:David_Paton onto:associatedBand ?uri } | julipc-p(huggingface) |
In how many teams have people previously played who play as defencemen? | 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:position <http://dbpedia.org/resource/Defenceman> . ?x onto:formerTeam ?uri . ?uri rdf:type onto:SportsTeam} | julipc-p(huggingface) |
What is the Team Name of St. Viator High School ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:St._Viator_High_School prop:teamName ?uri } | julipc-p(huggingface) |
Give me the count of tenants of the stadia whose one of the tenants is Toronto Furies? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:tenants <http://dbpedia.org/resource/Toronto_Furies> . ?x prop:tenants ?uri } | julipc-p(huggingface) |
Who is the headcoach of 2013-14 Marquette Golden Eagles men's basketball team ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2013–14_Marquette_Golden_Eagles_men's_basketball_team> prop:headcoach ?uri } | julipc-p(huggingface) |
Who is the musician of Before I let you Go ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Before_I_Let_You_Go onto:musicalArtist ?uri } | julipc-p(huggingface) |
Who developed the programming languages designed by Rob Pike? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:designer <http://dbpedia.org/resource/Rob_Pike> . ?x onto:developer ?uri . ?x rdf:type onto:ProgrammingLanguage} | julipc-p(huggingface) |
Name the military unit whose garrison is Arlington County, Virginia and command structure is United States Department of Defense? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:garrison <http://dbpedia.org/resource/Arlington_County,_Virginia> . ?uri onto:commandStructure <http://dbpedia.org/resource/United_States_Department_of_Defense> . ?uri rdf:type ont... | julipc-p(huggingface) |
Which races has the horse bred by Jacques Van't Hart participated in? | 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:breeder <http://dbpedia.org/resource/Jacques_Van't_Hart> . ?x prop:race ?uri . ?x rdf:type onto:Horse} | julipc-p(huggingface) |
What are all the countires where food related to tuna salad is consumed ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:related res:Tuna_salad . ?x prop:country ?uri . } | julipc-p(huggingface) |
What is the layout of the automobiles whose designer company is Olivier Boulay? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:designCompany <http://dbpedia.org/resource/Olivier_Boulay> . ?x onto:layout ?uri . ?x rdf:type onto:Automobile} | julipc-p(huggingface) |
which band was Roger waters in? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:formerBandMember res:Roger_Waters } | julipc-p(huggingface) |
In which places can we find the people won the Project Runaway Canada? | 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/Project_Runway_Canada> . ?x onto:residence ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
Who is the coach of England national under-21 football team ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/England_national_under-21_football_team> prop:coach ?uri } | julipc-p(huggingface) |
Which rivers end in Old Saybrook, Connecticut? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:mouthMountain <http://dbpedia.org/resource/Old_Saybrook,_Connecticut> } | julipc-p(huggingface) |
Where does the river end, into which the Rakitnica flows? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:rightTributary res:Rakitnica . ?x onto:mouthCountry ?uri . } | julipc-p(huggingface) |
What does the bridge go over, which is in Katima Mulilo? | 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:locatedInArea <http://dbpedia.org/resource/Katima_Mulilo> . ?x prop:crosses ?uri . ?x rdf:type onto:Bridge} | julipc-p(huggingface) |
What are the baseball players who played for San Francisco Giants? | 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/San_Francisco_Giants> . ?uri rdf:type onto:BaseballPlayer} | julipc-p(huggingface) |
How many airlines have a hub at an airport run by LA World Airports? | 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:operator <http://dbpedia.org/resource/Los_Angeles_World_Airports> . ?uri onto:hubAirport ?x . ?uri rdf:type onto:Airline} | julipc-p(huggingface) |
where is the thorington train station located? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Thorington_railway_station onto:district ?uri } | julipc-p(huggingface) |
Who is the person whose parent is Ptolemy XII Auletes? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:parent <http://dbpedia.org/resource/Ptolemy_XII_Auletes> . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
What are the schools whose city is Reading, Berkshire? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:city <http://dbpedia.org/resource/Reading,_Berkshire> } | julipc-p(huggingface) |
List the television shows whose network's executive officer is Steve Burke. | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:keyPerson <http://dbpedia.org/resource/Steve_Burke_(businessman)> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
With whom were the engagements of Alpine Brigade Taurinense? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Alpine_Brigade_Taurinense onto:battle ?uri } | julipc-p(huggingface) |
Find the total number of tenants of the stadium whose tenants was Toronto Marlies? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:tenants <http://dbpedia.org/resource/Toronto_Marlies> . ?x prop:tenants ?uri } | julipc-p(huggingface) |
What genres of games are available on the Commodore 64? | 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:computingPlatform <http://dbpedia.org/resource/Commodore_64> . ?x prop:genre ?uri . ?x rdf:type onto:VideoGame} | julipc-p(huggingface) |
Who gave the voice for Allen Walker ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Allen_Walker onto:voice ?uri } | julipc-p(huggingface) |
Which companies have Kumho Asiana Group as their parent company? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:parentCompany res:Kumho_Asiana_Group } | julipc-p(huggingface) |
How many buildings are located in Toronto ? | 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:location <http://dbpedia.org/resource/Toronto> . ?uri rdf:type onto:Building} | julipc-p(huggingface) |
Where does the river flows into, which starts in Gredelj? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:source res:Gredelj . ?x onto:riverMouth ?uri . } | julipc-p(huggingface) |
What is the country which lies on the European route E8, and where Ragnhild Jolson was born? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:European_route_E8 onto:county ?uri. res:Ragnhild_Jølsen prop:birthplace ?uri} | julipc-p(huggingface) |
How many people have been the head coach for Middlesbrough FC? | 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:club <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x onto:manager ?uri . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
Where do the people, famous for the Panathinaikos FC reside? | 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:knownFor <http://dbpedia.org/resource/Panathinaikos_F.C.> . ?x prop:residence ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
Who is the office holder whose resting place is Monticello? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:restingPlace <http://dbpedia.org/resource/Monticello> . ?uri rdf:type onto:OfficeHolder} | julipc-p(huggingface) |
What was founded by pina Records which has name of Geography of Puerto Rico ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Geography_of_Puerto_Rico prop:name ?uri. res:Pina_Records prop:founded ?uri} | julipc-p(huggingface) |
Where is the tunnel, which is operated by BNSF railways? | 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:operatedBy <http://dbpedia.org/resource/BNSF_Railway> . ?x prop:location ?uri . ?x rdf:type onto:RailwayTunnel} | julipc-p(huggingface) |
Terminal Station at Chattanooga is made by architects from which University? | 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:knownFor <http://dbpedia.org/resource/Terminal_Station_(Chattanooga)> . ?x prop:education ?uri . ?x rdf:type onto:Architect} | julipc-p(huggingface) |
How many producers have casted Michael Jackson? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:starring <http://dbpedia.org/resource/Michael_Jackson> . ?x prop:producer ?uri . } | julipc-p(huggingface) |
Who is married to a Miss Louisiana, USA? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { ?x prop:title res:Miss_Louisiana_USA . ?uri prop:spouse ?x . } | julipc-p(huggingface) |
What sports are played by school which owns Fr. Agnel Stadium ? | 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/Fr._Agnel_Stadium> prop:owner ?x . ?x onto:sport ?uri . ?x rdf:type onto:School} | julipc-p(huggingface) |
What is the major shrine of Jacques-Dsir Laval ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jacques-Désiré_Laval> onto:majorShrine ?uri } | julipc-p(huggingface) |
What fictional character's species is American Pekin duck | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:species res:American_Pekin_duck } | julipc-p(huggingface) |
What is the television show whose subsequent work is Crusade (TV series) and developed by J. Michael Straczynski? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:subsequentWork <http://dbpedia.org/resource/Crusade_(TV_series)> . ?uri onto:developer <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
What is the county of Saint Lucia national cricket team ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Saint_Lucia_national_cricket_team onto:county ?uri } | julipc-p(huggingface) |
Who is the Pole driver of 1997 Canadian Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:1997_Canadian_Grand_Prix prop:poleDriver ?uri } | julipc-p(huggingface) |
What is the common region of the braod cast area of ITV and nationality of Ajahn Thate ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/ITV_(Thailand)> prop:broadcastArea ?uri. <http://dbpedia.org/resource/Ajahn_Thate> onto:nationality ?uri} | julipc-p(huggingface) |
Who is the president of United World College of Costa Rica ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:United_World_College_of_Costa_Rica onto:president ?uri } | julipc-p(huggingface) |
Things going to the mediterranean sea also go where? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:destinations <http://dbpedia.org/resource/Mediterranean_Sea> . ?x onto:destination ?uri . } | julipc-p(huggingface) |
Who is the distributor of Rev (drink) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rev_(drink)> onto:distributor ?uri } | julipc-p(huggingface) |
In how many different places are Brown haired models living? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:hairColor <http://dbpedia.org/resource/Brown_hair> . ?x onto:residence ?uri . } | julipc-p(huggingface) |
Mouse Morris' horses have raced 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:trainer <http://dbpedia.org/resource/Mouse_Morris> . ?x prop:race ?uri . ?x rdf:type onto:Horse} | julipc-p(huggingface) |
What are the television shows telecasted on the network which has headquarters at Atlanta? | 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:headquarters <http://dbpedia.org/resource/Atlanta> . ?uri prop:network ?x . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
Name the award given in Norway and presented by Swedish Academy ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:presenter <http://dbpedia.org/resource/Swedish_Academy> . ?uri onto:country <http://dbpedia.org/resource/Norway> . ?uri rdf:type onto:Award} | julipc-p(huggingface) |
Which producer of Boeing F/A has Dennis Muilenburg as an important person ? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:product <http://dbpedia.org/resource/Boeing_F/A-18E/F_Super_Hornet> . ?uri prop:keyPeople <http://dbpedia.org/resource/Dennis_Muilenburg> . } | julipc-p(huggingface) |
Where is the assembly of Plymouth Savoy, and where Special 26 was recorded? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Plymouth_Savoy onto:assembly ?uri. res:Special_26 prop:recorded ?uri} | julipc-p(huggingface) |
What is an airport inside ontario? | 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:cityServed <http://dbpedia.org/resource/Ontario,_California> . ?uri rdf:type onto:Airport} | julipc-p(huggingface) |
What is the career of George Arceneaux, Jr. ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/George_Arceneaux,_Jr.> onto:occupation ?uri } | julipc-p(huggingface) |
What are some shows by Comedy Central? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:network <http://dbpedia.org/resource/Comedy_Central> . ?uri rdf:type onto:TelevisionShow} | julipc-p(huggingface) |
What are the party of the politicians whose deputy was Chaudhary Devi Lal? | 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:deputy <http://dbpedia.org/resource/Chaudhary_Devi_Lal> . ?x onto:otherParty ?uri . ?x rdf:type onto:OfficeHolder} | julipc-p(huggingface) |
Which movies' music is composed by people associated with the band Yes? | 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/Yes_(band)> . ?uri onto:musicComposer ?x . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
What came before PlayStation 4 and uses PlayStation 3 system software as OS? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:successor res:PlayStation_4 . ?uri prop:os res:PlayStation_3_system_software . } | julipc-p(huggingface) |
List the affiliation of Indian general election, 2004 (Andhra Pradesh) ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Indian_general_election,_2004_(Andhra_Pradesh)> onto:affiliation ?uri } | julipc-p(huggingface) |
How many religion's commanders have served in the Royal Thai Army? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Royal_Thai_Army> prop:notableCommanders ?x . ?x onto:religion ?uri . } | julipc-p(huggingface) |
Who are the people which were the influencer of the person, who influenced Costanzo Preve ? | 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/Costanzo_Preve> onto:influencedBy ?x . ?x onto:influencedBy ?uri . ?x rdf:type onto:Person} | julipc-p(huggingface) |
Name the TV show with theme music by Primus and broadcasted on Comedy Central ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri prop:network <http://dbpedia.org/resource/Comedy_Central> . ?uri prop:themeMusicComposer <http://dbpedia.org/resource/Primus_(band)> . ?uri r... | julipc-p(huggingface) |
Count all the games whose distributors are located in America | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:country <http://dbpedia.org/resource/United_States> . ?uri prop:distributor ?x . } | julipc-p(huggingface) |
What is the location of the pope whose major shrine is St. Peter's Basilica ? | 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:majorShrine <http://dbpedia.org/resource/St._Peter's_Basilica> . ?x prop:birthPlace ?uri . ?x rdf:type onto:Pope} | julipc-p(huggingface) |
List all the faiths that British Columbian politicians follow? | 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:residence <http://dbpedia.org/resource/British_Columbia> . ?x prop:religion ?uri . ?x rdf:type onto:Politician} | julipc-p(huggingface) |
What is the birthplace of the Ferrel Harris which is also resting palce of Green Wix Unthank? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Ferrel_Harris prop:birthplace ?uri. res:Green_Wix_Unthank onto:restingPlace ?uri} | julipc-p(huggingface) |
What is the river one of whose left tributary's native name is Arabic? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x prop:nativeName res:Arabic . ?uri onto:leftTributary ?x . } | julipc-p(huggingface) |
What work has been directed by Orson Welles and distributed by RKO Pictures? | 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:director <http://dbpedia.org/resource/Orson_Welles> . ?uri prop:distributor <http://dbpedia.org/resource/RKO_Pictures> . ?uri rdf:type o... | julipc-p(huggingface) |
What is the alma mater of Andrew W. Lewis ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Andrew_W._Lewis onto:almaMater ?uri } | julipc-p(huggingface) |
Who is the spouse of Daniel Gibson? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE {?uri prop:spouse res:Daniel_Gibson . } | julipc-p(huggingface) |
Name the nearest city to the historic place which has Englewood, Colorado as one of them ? | 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:nearestCity <http://dbpedia.org/resource/Englewood,_Colorado> . ?x onto:nearestCity ?uri . ?x rdf:type onto:HistoricPlace} | julipc-p(huggingface) |
What are the movies directed by Joel Schumacher? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:director <http://dbpedia.org/resource/Joel_Schumacher> . ?uri rdf:type onto:Film} | julipc-p(huggingface) |
Where did the music genre of Harry and the Potters originate? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harry_and_the_Potters_(album)> onto:genre ?x . ?x onto:stylisticOrigin ?uri . } | julipc-p(huggingface) |
To which political party do the children of Sonia Gandhi belong? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Sonia_Gandhi prop:children ?x . ?x onto:party ?uri . } | julipc-p(huggingface) |
Name some relatives of the people studied in Manurewa High School? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:school res:Manurewa_High_School . ?x onto:relative ?uri . } | julipc-p(huggingface) |
Name a TV show judged by Jennifier Lopez and presented by Brian Dunkleman ? | 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:judges <http://dbpedia.org/resource/Jennifer_Lopez> . ?uri prop:presenter <http://dbpedia.org/resource/Brian_Dunkleman> . ?uri rdf:type ... | julipc-p(huggingface) |
What is the draft team of Antoine Bibeau ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Antoine_Bibeau prop:draftTeam ?uri } | julipc-p(huggingface) |
What are a few molluscas whose family is Buccinidae? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:family <http://dbpedia.org/resource/Buccinidae> . ?uri rdf:type onto:Mollusca} | julipc-p(huggingface) |
How many have family as Ape and order (taxonomy) is Primate ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:family <http://dbpedia.org/resource/Ape> . ?uri onto:order <http://dbpedia.org/resource/Primate> } | julipc-p(huggingface) |
From which team did Marv McFadden played ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:Marv_McFadden prop:pastteams ?uri } | julipc-p(huggingface) |
Who studied at Harvard-Westlake School and has Henry E. Catto, Jr. as predecessor ? | PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:almaMater <http://dbpedia.org/resource/Harvard-Westlake_School> . ?uri onto:predecessor <http://dbpedia.org/resource/Henry_E._Catto,_Jr.> . } | julipc-p(huggingface) |
Name the licensee of the WRVU who has the affiliation of Monroe Carell Jr. Children's Hospital at Vanderbilt ? | PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WRVU> prop:licensee ?uri. <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> prop:affiliation ?uri} | julipc-p(huggingface) |
Who are the trainersof Candice Michelle? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { res:Candice_Michelle onto:trainer ?uri } | julipc-p(huggingface) |
Which constructor's team won the 1967 Mexican Grand Prix ? | PREFIX res: <http://dbpedia.org/resource/>
PREFIX prop: <http://dbpedia.org/property/>
SELECT DISTINCT ?uri WHERE { res:1967_Mexican_Grand_Prix prop:firstTeam ?uri } | julipc-p(huggingface) |
Where is the main ground of soccer seasons whose chairman is Ronaldo? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { ?x onto:chairman <http://dbpedia.org/resource/Ronaldo> . ?x onto:ground ?uri . ?x rdf:type onto:SoccerClubSeason} | julipc-p(huggingface) |
Which person belongs to the board of Howard Hughes Medical Institute? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE {?uri onto:board <http://dbpedia.org/resource/Howard_Hughes_Medical_Institute> . ?uri rdf:type onto:Person} | julipc-p(huggingface) |
Who is the stock holder of the bank where Peter Grauer works ? | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Peter_Grauer> prop:occupation ?x . ?x prop:owner ?uri . ?x rdf:type onto:Bank} | julipc-p(huggingface) |
Where is the head quarters of the owner of Hamline Avenue? | PREFIX prop: <http://dbpedia.org/property/>
PREFIX onto: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hamline_Avenue_(Metro_Transit_station)> onto:owner ?x . ?x prop:headquarters ?uri . } | julipc-p(huggingface) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.