question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Who is the fictional character whose relative is Vestigial Peter?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:relative <http://dbpedia.org/resource/Vestigial_Peter> . ?uri rdf:type onto:FictionalCharacter}
Orange(huggingface)
What is the birth city of the Salford City F.C players?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:team <http://dbpedia.org/resource/Salford_City_F.C.> . ?x onto:birthPlace ?uri . ?x rdf:type onto:SoccerPlayer}
Orange(huggingface)
For which teams did the Hawai graduated players play their first game?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:college <http://dbpedia.org/resource/Hawaii> . ?x onto:debutTeam ?uri . ?x rdf:type onto:Athle...
Orange(huggingface)
What is the television show whose previous work is The Spirit of Christmas (short film)?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:previousWork <http://dbpedia.org/resource/The_Spirit_of_Christmas_(short_film)> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
How many sitcoms are there whose theme music is composed by a New Yorker?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:hometown <http://dbpedia.org/resource/New_York> . ?uri prop:themeMusicComposer ?x . ?ur...
Orange(huggingface)
Where is Tahual located which is also the country of Ren Romano ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:René_Romano prop:citizenship ?uri. res:Tahual prop:location ?uri}
Orange(huggingface)
Give the name of the river with source place as Australian Alps and has mouth place as Goolwa , a place in Siyuth Australia ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:sourcePlace <http://dbpedia.org/resource/Australian_Alps> . ?uri onto:mouthPlace <http://dbpedia.org/resource/Goolwa,_South_Australia> . ...
Orange(huggingface)
What magazines are form the Limited liability company?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:company <http://dbpedia.org/resource/Limited_liability_company> . ?uri rdf:type onto:Magazine...
Orange(huggingface)
Which footballers did their high school in west Sacramento california?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:highSchool <http://dbpedia.org/resource/West_Sacramento,_California> . ?uri rdf:type onto:Ame...
Orange(huggingface)
What is the highschool of the american football player who joined the Robert Morris Colonials program?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:school <http://dbpedia.org/resource/Robert_Morris_Colonials_football> . ?x prop:highschool ?ur...
Orange(huggingface)
What are some orthonychidae birds?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:family <http://dbpedia.org/resource/Orthonychidae> . ?uri rdf:type onto:Bird}
Orange(huggingface)
What place did Edwin Adams die at, which gave birth to William A Purtell?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Edwin_Adams_(politician)> prop:placeOfDeath ?uri. <http://dbpedia.org/resource/William_A._Purtell> onto:birthPlace ?uri . }
Orange(huggingface)
What religions do politicians in the Korean Minjoo Party follow?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:party <http://dbpedia.org/resource/Minjoo_Party_of_Korea> . ?x onto:religion ?uri . ?x rdf:type onto:OfficeHolder}
Orange(huggingface)
What is the venerated in of the Abraham and religion of the Saima Chowdhury?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Abraham prop:veneratedIn ?uri. res:Saima_Chowdhury prop:religion ?uri}
Orange(huggingface)
What is the place of birth of Lauren Briggs?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Lauren_Briggs prop:placeOfBirth ?uri }
Orange(huggingface)
Which collaborator of Nice and Smooth wrote Same Song ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nice_&_Smooth> onto:associatedBand ?uri. <http://dbpedia.org/resource/Same_Song_(Digital_Underground_song)> prop:writer ?uri . }
Orange(huggingface)
Who wrote the singles on the Main Course?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:album <http://dbpedia.org/resource/Main_Course> . ?x prop:writer ?uri . ?x rdf:type onto:Singl...
Orange(huggingface)
Where is the county seat of King County, Washington?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/King_County,_Washington> onto:countySeat ?uri }
Orange(huggingface)
What is the television show whose opening theme is Te Deum (Charpentier)?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:openingTheme <http://dbpedia.org/resource/Te_Deum_(Charpentier)> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
Which team of Dan Shamash is also the debut team of John Estes?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:John_Estes onto:debutTeam ?uri. res:Dan_Shamash onto:team ?uri}
Orange(huggingface)
List the scientists whose doctoral advisor is Ernest Rutherford and are known for Manhattan Project?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:doctoralAdvisor <http://dbpedia.org/resource/Ernest_Rutherford> . ?uri prop:knownFor <http://...
Orange(huggingface)
List the producers who produced movies starring Michael Jackson.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:starring <http://dbpedia.org/resource/Michael_Jackson> . ?x prop:producer ?uri . ?x rdf:type o...
Orange(huggingface)
How many politicians reside in Cape Town?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:residence <http://dbpedia.org/resource/Cape_Town> . ?uri rdf:type onto:OfficeHolder}
Orange(huggingface)
Which successor of McDonnell Douglas was built by Delta 3 ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Delta_III onto:manufacturer ?uri. res:McDonnell_Douglas prop:successor ?uri}
Orange(huggingface)
Who is the appointer of William Cushing?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:William_Cushing onto:appointer ?uri }
Orange(huggingface)
What is the alma mater of the author of Letter to a Christian Nation?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Letter_to_a_Christian_Nation onto:author ?x . ?x prop:almaMater ?uri . }
Orange(huggingface)
Which manufacturer of the Boeing B-17 Flying fortress is the manager of burro Flats Painted Caves ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Burro_Flats_Painted_Cave> onto:governingBody ?uri. <http://dbpedia.org/resource/Boeing_B-17_Flying_Fortress> onto:manufacturer ?uri}
Orange(huggingface)
Who is the producer of the single which was the subsequent work of He's a Liar?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Liar> onto:subsequentWork ?x . ?x onto:producer ?uri . }
Orange(huggingface)
How many artists have collaborated with famous guitar players?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:notableInstruments <http://dbpedia.org/resource/Guitar> . ?x onto:associatedMusicalArti...
Orange(huggingface)
what kind of things play on WBIG FM?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WBIG-FM> onto:programmeFormat ?uri }
Orange(huggingface)
Which location of INKAS is also the location of T.I. Ahmadiyya Senior High School, Kumasi ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/INKAS> prop:locations ?uri. <http://dbpedia.org/resource/T.I._Ahmadiyya_Senior_High_School,_Kumasi> onto:denomination ?uri}
Orange(huggingface)
In how many countries does the Zurich Affoltern am Albis Zug line go?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:line <http://dbpedia.org/resource/Zürich–Affoltern_am_Albis–Zug_railway_line> . ?x...
Orange(huggingface)
List the movies whose cast member were born in Scotland.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Scotland> . ?uri onto:starring ?x . ?uri rdf:type onto:Film}
Orange(huggingface)
How many bands collaborated with artists who signed up with EMI?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:recordLabel <http://dbpedia.org/resource/EMI> . ?x onto:associatedMusicalArtist ?uri . ?uri rdf:type onto:Band}
Orange(huggingface)
What genre's software are released with a GNU GPL license?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:license <http://dbpedia.org/resource/GNU_General_Public_License> . ?x onto:genre ?uri . }
Orange(huggingface)
How many people have played for the ones who own the stadium of Bankers Life Fieldhouse?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:arena <http://dbpedia.org/resource/Bankers_Life_Fieldhouse> . ?uri prop:team ?x . }
Orange(huggingface)
List the stadium of the teams which uses Nea Smyrni as one of the stadium?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:stadium res:Nea_Smyrni_Stadium . ?x prop:stadium ?uri . }
Orange(huggingface)
How many things are aired on BBC HD?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:network <http://dbpedia.org/resource/BBC_HD> . }
Orange(huggingface)
What is the label of the singles whose group is Outlawz?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:musicalArtist <http://dbpedia.org/resource/Outlawz> . ?x prop:label ?uri . ?x rdf:type onto:Si...
Orange(huggingface)
How many people hold important positions alongwith Donna Shalala?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:keyPerson <http://dbpedia.org/resource/Donna_Shalala> . ?x prop:keyPeople ?uri . }
Orange(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 . }
Orange(huggingface)
List down all the associcated musical artist of the artist of In a Word or 2?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:In_a_Word_or_2 prop:artist ?x . ?x onto:associatedMusicalArtist ?uri . }
Orange(huggingface)
Is The Orator in the National Archaeological Museum of Florence?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/The_Orator> prop:museum <http://dbpedia.org/resource/National_Archaeological_Museum_(Florence)> }
Orange(huggingface)
Who created the Women in the Garden and also the L'Enfant a la tasse?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Women_in_the_Garden> prop:artist ?uri. <http://dbpedia.org/resource/L'Enfant_a_la_tasse> prop:artist ?uri . }
Orange(huggingface)
Where is the residence of the governor of Bangkok?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Bangkok onto:leaderName ?x . ?x prop:residence ?uri . }
Orange(huggingface)
Name the rivers which originate from within Pittsburg?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:cities <http://dbpedia.org/resource/Pittsburg,_New_Hampshire> . ?uri onto:source ?x . ?uri rdf...
Orange(huggingface)
Which universities are also known as the Tulane Green wave?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:nickname <http://dbpedia.org/resource/Tulane_Green_Wave> . ?uri rdf:type onto:University}
Orange(huggingface)
What do typically NGOs work for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:type <http://dbpedia.org/resource/Non-governmental_organization> . ?x prop:purpose ?uri . }
Orange(huggingface)
Where is the senator from whose successor was James belford?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:successor <http://dbpedia.org/resource/James_B._Belford> . ?x onto:region ?uri . ?x rdf:type o...
Orange(huggingface)
Name the company which provides Outlook.com as service and also has a product named Microsoft Azure?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:services <http://dbpedia.org/resource/Outlook.com> . ?uri onto:product <http://dbpedia.org/re...
Orange(huggingface)
In how many different places can I fnd Modern Architectural buildings?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:architecturalStyle <http://dbpedia.org/resource/Modern_architecture> . ?x prop:address ?uri . }
Orange(huggingface)
Which sports are played in schools founded by Fr Almeida?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 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 <http://dbpedia.org/resource/Fr._Almeida> . ?x onto:sport ?uri . ?x rdf:type onto:Scho...
Orange(huggingface)
To which persons is Ron Cyrus a relative?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:relatives <http://dbpedia.org/resource/Ron_Cyrus> . ?uri rdf:type onto:Person}
Orange(huggingface)
Where were the sportsmen born, who started their careers with Homestead Grays?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:debutteam <http://dbpedia.org/resource/Homestead_Grays> . ?x prop:birthDate ?uri . ?x rdf:type...
Orange(huggingface)
What are the nicknames of the schools whose color is royal blue?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:colour <http://dbpedia.org/resource/Royal_blue> . ?x prop:nickname ?uri . ?x rdf:type onto:Sch...
Orange(huggingface)
What all is produced by companies in Douglas, Isle of Man?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:locationCity <http://dbpedia.org/resource/Douglas,_Isle_of_Man> . ?x onto:product ?uri . ?x rdf:type onto:Company}
Orange(huggingface)
What are the bands associated with the artists of My Favorite Girl?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/My_Favorite_Girl_(Dave_Hollister_song)> prop:artist ?x . ?x onto:associatedBand ?uri . }
Orange(huggingface)
Name the resting place of Charles Edward Magoon?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Charles_Edward_Magoon prop:restingplace ?uri }
Orange(huggingface)
Give me some administrators of bridges over which cars can go?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:carries <http://dbpedia.org/resource/Motor_vehicle> . ?x onto:maintainedBy ?uri . ?x rdf:type ...
Orange(huggingface)
Which president of the United States had vice president as John Adams?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:vicePresident <http://dbpedia.org/resource/John_Adams> . ?uri rdf:type onto:OfficeHolder}
Orange(huggingface)
Name the rive whose mouth is located in Limerick and location is Dowra?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:mouthLocation <http://dbpedia.org/resource/Limerick> . ?uri prop:sourceLocation <http://dbped...
Orange(huggingface)
Was Finding Nemo released before The Incredibles?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/The_Incredibles_(film_score)> onto:previousWork <http://dbpedia.org/resource/Finding_Nemo> }
Orange(huggingface)
Which city is known for the people working in the western penn hospital?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:workInstitutions <http://dbpedia.org/resource/Western_Pennsylvania_Hospital> . ?x onto:knownFo...
Orange(huggingface)
List the party of the office holder which also has the affiliation with Congress Socialist party ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:otherParty <http://dbpedia.org/resource/Congress_Socialist_Party> . ?x onto:otherParty ?uri . ?x rdf:type onto:OfficeHolder}
Orange(huggingface)
Who is the person that first ascentded the Cathedral Peak and Mount Hoffmann?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> onto:firstAscentPerson ?uri. <http://dbpedia.org/resource/Mount_Hoffmann> onto:firstAscentPerson ?uri . }
Orange(huggingface)
Who is the designer of Saleen S5S Raptor?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Saleen_S5S_Raptor prop:designer ?uri . }
Orange(huggingface)
Into which water bodies does Lake Uniamsi outflow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Lake_Uniamési prop:outflow ?uri }
Orange(huggingface)
What nation is Hornito located in, where Jamie Bateman Cayn died too?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jaime_Bateman_Cayón> onto:deathPlace ?uri. <http://dbpedia.org/resource/Hornito,_Chiriquí> onto:country ?uri . }
Orange(huggingface)
What are the other band member of the Bands whose current members is Hynief?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:currentMembers <http://dbpedia.org/resource/Hynief> . ?x onto:bandMember ?uri . ?x rdf:type on...
Orange(huggingface)
Who is the singer of the album which has a song Me and My arrow ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Me_and_My_Arrow> onto:album ?x . ?x prop:narrated ?uri . ?x rdf:type onto...
Orange(huggingface)
Who all have been presenters on shows by the NBC?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:channel <http://dbpedia.org/resource/NBC> . ?x prop:presenter ?uri . ?x rdf:type onto:Televisi...
Orange(huggingface)
What is the game platform of Google Cloud Connect?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Google_Cloud_Connect onto:computingPlatform ?uri }
Orange(huggingface)
Where was Al-Muzaffar Umar buried ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Al-Muzaffar_Umar> prop:placeOfBurial ?uri }
Orange(huggingface)
How many shows are made by Playtone?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:company <http://dbpedia.org/resource/Playtone> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
For how many different teams have the players debuted in Houston Astros played?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:debutTeam <http://dbpedia.org/resource/Houston_Astros> . ?x onto:team ?uri . ?uri rdf:type onto:SportsTeam}
Orange(huggingface)
In which city was the film star of Singhasan Battisi born ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Singhasan_Battisi_(TV_series)> onto:starring ?x . ?x prop:birthPlace ?uri . }
Orange(huggingface)
Which television shows have been produced by Erik Bork?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:producer <http://dbpedia.org/resource/Erik_Bork> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
How many parties have come in power in elections where Y. S. Rajasekhara Reddy won?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:leader <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x onto:affiliation ?uri . }
Orange(huggingface)
Count the number of sports played by university which also plays Taekwondo ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:athletics <http://dbpedia.org/resource/Taekwondo> . ?x prop:athletics ?uri }
Orange(huggingface)
Name the person who died in Fair Lane ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:deathPlace <http://dbpedia.org/resource/Fair_Lane> . ?uri rdf:type onto:Person}
Orange(huggingface)
Who are the writers of the singles whose music genre is Rhythm and blues ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:genre <http://dbpedia.org/resource/Rhythm_and_blues> . ?x onto:writer ?uri . ?x rdf:type onto:Single}
Orange(huggingface)
Which Tim Birton's movie has a screenplay by Daniel Waters ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:screenplay <http://dbpedia.org/resource/Daniel_Waters_(screenwriter)> . ?uri prop:director <http://dbpedia.org/resource/Tim_Burton> . }
Orange(huggingface)
What is the city of the television station whose affiliations is LATV?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:affiliations <http://dbpedia.org/resource/LATV> . ?x prop:city ?uri . ?x rdf:type onto:Televis...
Orange(huggingface)
What are the awards won by the spouse of Liv Ullmann?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Liv_Ullmann onto:partner ?x . ?x prop:awards ?uri . }
Orange(huggingface)
In how many different wars have people graduated from the Army Command and General staff college fought?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:almaMater <http://dbpedia.org/resource/United_States_Army_Command_and_General_Staff_College> . ?x prop:battles ?uri . }
Orange(huggingface)
Name the office holder who has a child named lori Black and Harvard Westlake school as one of the educational institute ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:children <http://dbpedia.org/resource/Lori_Black> . ?uri onto:almaMater <http://dbpedia.org/r...
Orange(huggingface)
Who founded the league which was won by Joe McKeehen?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> 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:...
Orange(huggingface)
Which team did Dough Acomb played for which is also the draft team of Dale Mitchell ?
PREFIX res: <http://dbpedia.org/resource/> 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}
Orange(huggingface)
Who develops the Lao Plaza Hotel?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Lao_Plaza_Hotel prop:developer ?uri }
Orange(huggingface)
Which home stadium of 2011-12 FC Spartak Moscow season is also the location of birth of the Svetlana Gounkina ?
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. res:Svetlana_Gounkina onto:birthPlace ?uri}
Orange(huggingface)
How many units follow the US Navy Department's command structure?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:commandStructure <http://dbpedia.org/resource/United_States_Department_of_the_Navy> . ?uri rdf:type onto:MilitaryUnit}
Orange(huggingface)
Which baseball team is owned by Robert Nutting?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:owner <http://dbpedia.org/resource/Robert_Nutting> . ?uri rdf:type onto:BaseballTeam}
Orange(huggingface)
List the television shows whose network's owning company is Turner Broadcasting System?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:owningCompany <http://dbpedia.org/resource/Turner_Broadcasting_System> . ?uri prop:network ?x ...
Orange(huggingface)
How many things are located in Ridgewood, New Jersey?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:birthPlace <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }
Orange(huggingface)
How many people are there whose children died in Indiana?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/Indiana> . ?uri onto:child ?x . ?uri rdf:type onto:Person}
Orange(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 res: <http://dbpedia.org/resource/> 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}
Orange(huggingface)
Which comic characters are painted by Bill Finger?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:creator <http://dbpedia.org/resource/Bill_Finger> . ?uri rdf:type onto:ComicsCharacter}
Orange(huggingface)
Is Gutenberg neighbouring with Madiswil?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Madiswil> prop:neighboringMunicipalities <http://dbpedia.org/resource/Gutenburg,_Switzerland> }
Orange(huggingface)
Which employer of Manu Cornet has also written Google.by ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Manu_Cornet prop:employer ?uri. res:Google.by onto:author ?uri}
Orange(huggingface)
Name the constituency of Jonas Gahr where Sverre Krogh was born ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jonas_Gahr_Støre prop:constituency ?uri. res:Sverre_Krogh_Sundbø prop:birthPlace ?uri}
Orange(huggingface)