question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What is the mascot of Galatasaray Handball Team ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Galatasaray_Handball_Team prop:mascot ?uri }
julipc-p(huggingface)
Name some dishes made with flowering plants.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:division <http://dbpedia.org/resource/Flowering_plant> . ?uri onto:ingredient ?x . ?uri rdf:type onto:Food}
julipc-p(huggingface)
Whose artworks are in Sao Paulo Museum of Art?
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:museum <http://dbpedia.org/resource/São_Paulo_Museum_of_Art> . ?x prop:artist ?uri . ?x rdf:type onto:Artwork}
julipc-p(huggingface)
Which country are the players of the Atletico Petroleos de Luanda from?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:club <http://dbpedia.org/resource/Atlético_Petróleos_de_Luanda_(handball)> . ?x onto:nationality ?uri . ?x rdf:type onto:Athlete}
julipc-p(huggingface)
What is the ethnicity of the people working for the Philippines house of representatives?
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/House_of_Representatives_of_the_Philippines> . ?x onto:ethnicity ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
Where was Ganefo hosted?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:GANEFO prop:hostCity ?uri }
julipc-p(huggingface)
What is the religion of the governors whose office is the Bank of Thailand?
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:office <http://dbpedia.org/resource/Bank_of_Thailand> . ?x onto:religion ?uri . ?x rdf:type onto:Governor}
julipc-p(huggingface)
Count everyone who was in a youthclub chaired by Josep Maria Bartomeu ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:chairman <http://dbpedia.org/resource/Josep_Maria_Bartomeu> . ?uri prop:youthclubs ?x . }
julipc-p(huggingface)
What is the common branch of military of Edward Joseph Schwartz and John Tower ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Edward_Joseph_Schwartz prop:branch ?uri. res:John_Tower onto:militaryBranch ?uri}
julipc-p(huggingface)
Which TNT show has Christopher Franke as artist?
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:artist <http://dbpedia.org/resource/Christopher_Franke> . ?uri prop:network <http://dbpedia.org/resource/TNT_(TV_channel)> . ?uri rdf:ty...
julipc-p(huggingface)
List all the locations of the companies whose are also located in Rancho Cucamonga, California ?
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:locationCountry <http://dbpedia.org/resource/Rancho_Cucamonga,_California> . ?x onto:locationCountry ?uri . ?x rdf:type onto:Company}
julipc-p(huggingface)
Name the university with affiliations as Graham Holdings Company and campus at Indiana?
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:affiliations <http://dbpedia.org/resource/Graham_Holdings_Company> . ?uri onto:campus <http://dbpedia.org/resource/Indiana> . ?uri rdf:t...
julipc-p(huggingface)
Greek writers have won which award?
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:ethnicity <http://dbpedia.org/resource/Greeks> . ?x onto:award ?uri . ?x rdf:type onto:Writer}
julipc-p(huggingface)
In which nation does the league take place where C.D. Primeiro de Agosto play?
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/C.D._Primeiro_de_Agosto_(basketball)> onto:league ?x . ?x onto:country ?uri . ?x rdf:type onto:SportsLeague}
julipc-p(huggingface)
Where are ethnic group located which speak Nebraskan?
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/Nebraska> onto:language ?x . ?x prop:region ?uri . ?x rdf:type onto:EthnicGroup}
julipc-p(huggingface)
For which reasons have the ones born in Edinburgh, died?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:placeOfBirth res:Edinburgh . ?x onto:deathCause ?uri . }
julipc-p(huggingface)
What is the largest city of the country which have an assembly of Plymouth Savoy?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Plymouth_Savoy onto:assembly ?x . ?x onto:largestCity ?uri . }
julipc-p(huggingface)
What is the religion of the ethnic group to which Clara Ng belongs?
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/Clara_Ng> onto:ethnicity ?x . ?x onto:religion ?uri . ?x rdf:type onto:EthnicGroup}
julipc-p(huggingface)
What is the affiliation of Vanderbilt University Medical Center ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Vanderbilt_University_Medical_Center prop:affiliation ?uri }
julipc-p(huggingface)
How many scientist became famous for the battle of Occupation of Japan?
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:battle <http://dbpedia.org/resource/Occupation_of_Japan> . ?uri prop:knownFor ?x . ?uri rdf:type onto:Scientist}
julipc-p(huggingface)
In which municipalities does the NYC housing authority own buildings?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:owningOrganisation <http://dbpedia.org/resource/New_York_City_Housing_Authority> . ?x onto:municipality ?uri . ?x rdf:type onto:Building}
julipc-p(huggingface)
What have been made in the state whose capital is Boston?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:capital res:Boston . ?uri onto:location ?x . }
julipc-p(huggingface)
Name the military conflict whose commander was Colin Powell and took place in israel ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:commander <http://dbpedia.org/resource/Colin_Powell> . ?uri onto:place <http://dbpedia.org/resource/Israel> . ?uri rdf:type onto:MilitaryConflict}
julipc-p(huggingface)
Where do the judge advocate general corps live?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:rank <http://dbpedia.org/resource/Judge_Advocate_General's_Corps> . ?x prop:residence ?uri . }
julipc-p(huggingface)
List the universities with athletics NCAA Division I Football Bowl Subdivision ?
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:athletics <http://dbpedia.org/resource/NCAA_Division_I_Football_Bowl_Subdivision> . ?uri rdf:type onto:University}
julipc-p(huggingface)
Who is the builder of the Stadium of Costa Rica women's national football team?
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/Costa_Rica_women's_national_football_team> onto:stadium ?x . ?x onto:builder ?uri . ?x rdf:type onto:Stadium}
julipc-p(huggingface)
How many sitcoms were produced by the company whose predecessor was the Desilu Productions
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:predecessor <http://dbpedia.org/resource/Desilu_Productions> . ?uri prop:company ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What city is the residence of Cheryl Teigs?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Cheryl_Tiegs onto:residence ?uri }
julipc-p(huggingface)
Which basketball team's coach is Kurt Rambis?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:coach res:Kurt_Rambis }
julipc-p(huggingface)
Who is the successor of Quest Software ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Quest_Software prop:successor ?uri }
julipc-p(huggingface)
What are some other destinations covered by the airlines whose flights go to the Mediterranean sea?
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:destinations <http://dbpedia.org/resource/Mediterranean_Sea> . ?x onto:destination ?uri . ?x rdf:type onto:Airline}
julipc-p(huggingface)
Where is the assembly of Caterpillar 797 ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Caterpillar_797 onto:assembly ?uri }
julipc-p(huggingface)
What is the official residence of the senator who is the deputy of Everett Dirksen?
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/Everett_Dirksen> prop:deputy ?x . ?x onto:residence ?uri . ?x rdf:type onto:Senator}
julipc-p(huggingface)
Name the television show whose voice is given by April Stewart and theme music composer is Primus (band)?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:voices <http://dbpedia.org/resource/April_Stewart> . ?uri prop:themeMusicComposer <http://dbpedia.org/resource/Primus_(band)> . ?uri rdf...
julipc-p(huggingface)
Name the constituency of Jonas Gahr Stre ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jonas_Gahr_Støre prop:constituency ?uri }
julipc-p(huggingface)
Which players have represented Los Angeles Angels of Anaheim?
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/Los_Angeles_Angels_of_Anaheim> . ?uri rdf:type onto:BaseballPlayer}
julipc-p(huggingface)
Where did Goran Cengic die?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Goran_Čengić prop:deathPlace ?uri }
julipc-p(huggingface)
What is the profession of Claiborne Pell ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Claiborne_Pell onto:profession ?uri }
julipc-p(huggingface)
Which former team of the Harry Parker (baseball) is the debut team of the Carl Sitton?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harry_Parker_(baseball)> onto:formerTeam ?uri. <http://dbpedia.org/resource/Carl_Sitton> prop:debutteam ?uri}
julipc-p(huggingface)
What are the county seats of the region which operates the Boeing Field?
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/Boeing_Field> onto:operator ?x . ?x onto:countySeat ?uri . ?x rdf:type onto:Region}
julipc-p(huggingface)
Where is the hometown of A Bartlett Giamatti?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:A._Bartlett_Giamatti onto:hometown ?uri }
julipc-p(huggingface)
What are the professions of Frederick Frelinghuysen (general) ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frederick_Frelinghuysen_(general)> prop:occupation ?uri }
julipc-p(huggingface)
Name the species of Southwest African lion ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Southwest_African_lion onto:species ?uri }
julipc-p(huggingface)
Count the sports played at universities located in Urban Areas?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:campus <http://dbpedia.org/resource/Urban_area> . ?x onto:sport ?uri . }
julipc-p(huggingface)
What is the mountain whose parent mountain peak is Nevado de Toluca?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:parentMountainPeak <http://dbpedia.org/resource/Nevado_de_Toluca> . ?uri rdf:type onto:Mountain}
julipc-p(huggingface)
Was Just Another day made by Queen Latifah?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Just_Another_Day...> onto:musicalBand res:Queen_Latifah }
julipc-p(huggingface)
Who was the narrator in the point?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Point!> prop:narrated ?uri }
julipc-p(huggingface)
What is the home town of the Band which is the previous work of Sammy Hagar & Friends ?
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/Sammy_Hagar_&_Friends> onto:previousWork ?x . ?x onto:hometown ?uri . ?x rdf:type onto:Band}
julipc-p(huggingface)
List all the school of the rugby player whose one of the school is Michael House ?
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:school <http://dbpedia.org/resource/Michaelhouse> . ?x prop:school ?uri . ?x rdf:type onto:RugbyPlayer}
julipc-p(huggingface)
What is the official residence of the Christopher Daz Figuero which is also the state of the Cruce a Nado Internacional
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Christopher_Díaz_Figueroa prop:residence ?uri. res:Cruce_a_Nado_Internacional onto:country ?uri}
julipc-p(huggingface)
What is the national origin of Focke-Wulf Fw 260 ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Focke-Wulf_Fw_260> prop:nationalOrigin ?uri }
julipc-p(huggingface)
What is manufactured by a company founded by Akio Morita?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:founder res:Akio_Morita . ?uri onto:manufacturer ?x . }
julipc-p(huggingface)
What is the name of the river whose mouth country is Mozambique and source region is North-Western Province, Zambia?
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:mouthCountry <http://dbpedia.org/resource/Mozambique> . ?uri onto:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zamb...
julipc-p(huggingface)
List the races of Fergie Sutherland?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Fergie_Sutherland prop:race ?uri }
julipc-p(huggingface)
Games on amiga are typically of what kind?
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/Amiga> . ?x prop:genre ?uri . ?x rdf:type onto:VideoGame}
julipc-p(huggingface)
Where is the gold coast football club located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Gold_Coast_Football_Club prop:location ?uri }
julipc-p(huggingface)
Which shows are similar to the ones produced by Phil Collinson?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:executiveProducer <http://dbpedia.org/resource/Phil_Collinson> . ?uri onto:related ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is the country whose leader name is Grard Larcher?
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:leaderName <http://dbpedia.org/resource/Gérard_Larcher> . ?uri rdf:type onto:Country}
julipc-p(huggingface)
Name the wine regions of Baco noir?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Baco_noir onto:wineRegion ?uri }
julipc-p(huggingface)
What is the awards won by the producer of From the Life of the Marionettes ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:From_the_Life_of_the_Marionettes onto:producer ?x . ?x prop:awards ?uri . }
julipc-p(huggingface)
What is the meaning of the Isa (name) which is also a relegion of Sacred Heart Convent School (Bangkok) ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> prop:meaning ?uri. <http://dbpedia.org/resource/Sacred_Heart_Convent_School_(Bangkok)> onto:type ?uri}
julipc-p(huggingface)
List the doctoral students of Harry Harlow ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Harry_Harlow prop:doctoralStudents ?uri }
julipc-p(huggingface)
List the major shrines of the saints whose one of the shrine is St. Takla Haymanot's Church ?
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._Takla_Haymanot's_Church_(Alexandria)> . ?x onto:majorShrine ?uri . ?x rdf:type onto:Saint}
julipc-p(huggingface)
Which currency is used by the record label of the Way to Your Heart?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Way_to_Your_Heart onto:recordLabel ?x . ?x prop:currency ?uri . }
julipc-p(huggingface)
In which department does Raymond Baldwin work?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Raymond_E._Baldwin prop:branch ?uri }
julipc-p(huggingface)
Where did the fashion designer study who died at the Stony Brook University Hospital?
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:deathPlace <http://dbpedia.org/resource/Stony_Brook_University_Hospital> . ?x prop:education ?uri . ?x rdf:type onto:FashionDesigner}
julipc-p(huggingface)
Which company of Ford Theatre is the owning organization of F0ord Kansa City Assemply Plant ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ford_Kansas_City_Assembly_Plant onto:owningOrganisation ?uri. res:Ford_Theatre prop:company ?uri}
julipc-p(huggingface)
What is the religion of the relatives of Ananda Weerasekara?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relation res:Ananda_Weerasekara . ?x onto:religion ?uri . }
julipc-p(huggingface)
Who are all the people who used to figure skate with the current partner of Alexa Scimeca?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Alexa_Scimeca onto:currentPartner ?x . ?x onto:formerPartner ?uri . }
julipc-p(huggingface)
Isaac Hayes has acted in which movies ?
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/Isaac_Hayes> . ?uri rdf:type onto:Film . ?uri rdf:type onto:Film}
julipc-p(huggingface)
What is the citizenship of the Sarah Kazemy and land of the Cervelle de canut
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Sarah_Kazemy onto:citizenship ?uri. res:Cervelle_de_canut onto:country ?uri}
julipc-p(huggingface)
What is the company that has products with Windows RT as its OS?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:os res:Windows_RT . ?uri onto:product ?x . }
julipc-p(huggingface)
How many buildings are located in the jurisdiction of John Tory?
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:leaderName <http://dbpedia.org/resource/John_Tory> . ?uri prop:location ?x . ?uri rdf:type onto:Building}
julipc-p(huggingface)
Name some software as a service?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:license <http://dbpedia.org/resource/Software_as_a_service> . ?uri rdf:type onto:Software}
julipc-p(huggingface)
List down the associated musical artist of the writer of Rain Is a Good Thing ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Rain_Is_a_Good_Thing prop:writer ?x . ?x onto:associatedMusicalArtist ?uri . }
julipc-p(huggingface)
Who founded the league which was won by Joe McKeehen?
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:champion <http://dbpedia.org/resource/Joe_McKeehen> . ?x prop:founded ?uri . ?x rdf:type onto:SportsLeague}
julipc-p(huggingface)
How many companies were founded in Menlo Park, California?
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:foundation <http://dbpedia.org/resource/Menlo_Park,_California> . ?uri rdf:type onto:Company}
julipc-p(huggingface)
Which European Broadcasting Union's TV show has opening theme as Te Deum ?
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:company <http://dbpedia.org/resource/European_Broadcasting_Union> . ?uri onto:openingTheme <http://dbpedia.org/resource/Te_Deum_(Charpen...
julipc-p(huggingface)
Give me all martial artists trained by Joe Schilling.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:trainer <http://dbpedia.org/resource/Joe_Schilling> . ?uri rdf:type onto:MartialArtist}
julipc-p(huggingface)
Name the musical band of Written in the Stars ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Written_in_the_Stars_(Elton_John_and_LeAnn_Rimes_song)> onto:musicalBand ?uri }
julipc-p(huggingface)
Carl Sagan has penned books on how many matters?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:author <http://dbpedia.org/resource/Carl_Sagan> . ?x prop:subject ?uri . }
julipc-p(huggingface)
What is the venerated in of Edwin of Northumbria ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Edwin_of_Northumbria prop:veneratedIn ?uri }
julipc-p(huggingface)
Where was Picasso's Last Words recorded ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Picasso's_Last_Words_(Drink_to_Me)> prop:recorded ?uri }
julipc-p(huggingface)
What is the hub airport of Pawan Hans, and is also the largest city of India?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Pawan_Hans onto:hubAirport ?uri. res:India onto:largestCity ?uri}
julipc-p(huggingface)
What is the occupation of the people who are born in Iowa?
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/Iowa> . ?x onto:occupation ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
Where all does the sister station of virgin radio play?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:sisterStation res:Virgin_Radio . ?x prop:location ?uri . }
julipc-p(huggingface)
Under whom did Charles Drummond Ellis do his PhD?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:doctoralStudent res:Charles_Drummond_Ellis }
julipc-p(huggingface)
How many have company as Paramount Television and network as NBC are there?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:company <http://dbpedia.org/resource/Paramount_Television> . ?uri onto:network <http://dbpedia.org/resource/NBC> }
julipc-p(huggingface)
Under which president did some politicians live in Kensington?
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/Kensington,_Maryland> . ?x onto:president ?uri . ?x rdf:type onto:OfficeHolder}
julipc-p(huggingface)
Ontario's ice hockey players have been a part of which teams?
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:placeOfBirth <http://dbpedia.org/resource/Ontario> . ?x onto:team ?uri . ?x rdf:type onto:IceHockeyPlayer}
julipc-p(huggingface)
What race of Linda Hogan is the state of origin of the Holmes Colbert ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Linda_Hogan prop:ethnicity ?uri. res:Holmes_Colbert onto:stateOfOrigin ?uri}
julipc-p(huggingface)
What is the official residence of Fergus McMaster ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Fergus_McMaster onto:residence ?uri }
julipc-p(huggingface)
Count the different causes of death of Christians.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:religion <http://dbpedia.org/resource/Christianity> . ?x onto:deathCause ?uri . }
julipc-p(huggingface)
How many players debuted their careers from San Francisco 49ers?
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:debutTeam <http://dbpedia.org/resource/San_Francisco_49ers> . ?uri rdf:type onto:Athlete}
julipc-p(huggingface)
Name the TV shows whose developer is J. Michael Straczynski and executive producer is Douglas Netter?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:developer <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri onto:executiveProducer <http://dbpedia.org/resource/Douglas_Netter> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is the company whose one of the key person is Dennis Muilenburg and produces Boeing CH-47 Chinook ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:keyPeople <http://dbpedia.org/resource/Dennis_Muilenburg> . ?uri onto:product <http://dbpedia.org/resource/Boeing_CH-47_Chinook> . ?uri ...
julipc-p(huggingface)
Which company is located in Harris County, Texas?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:locationCity <http://dbpedia.org/resource/Harris_County,_Texas> . ?uri rdf:type onto:Company}
julipc-p(huggingface)
Which memeber of South Asia SubRegional Economic cooperation is also the nationality of Aishath saffa ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:South_Asia_Subregional_Economic_Cooperation prop:membership ?uri. res:Aishath_Saffa prop:nationality ?uri}
julipc-p(huggingface)
Which board memeber of jimmy Wales also owns Latvian Wikipedia ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jimmy_Wales onto:board ?uri. res:Latvian_Wikipedia onto:owner ?uri}
julipc-p(huggingface)
Which baseball team is managed by Bruce Bochy?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:manager <http://dbpedia.org/resource/Bruce_Bochy> . ?uri rdf:type onto:BaseballTeam}
julipc-p(huggingface)