question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What is the river whose tributary is Zarqa River?
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:leftTributary <http://dbpedia.org/resource/Zarqa_River> . ?uri rdf:type onto:River}
Orange(huggingface)
In how many regions is the Baco Noir made?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Baco_noir> onto:wineRegion ?uri . }
Orange(huggingface)
How many cars can I find related to the cars which have a V8 engine?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:engine <http://dbpedia.org/resource/V8_engine> . ?x prop:related ?uri . }
Orange(huggingface)
How many bands are signed up with labels which were founded in Japan?
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:foundation <http://dbpedia.org/resource/Japan> . ?uri prop:label ?x . ?uri rdf:type ont...
Orange(huggingface)
Who is the manager of the club whose homeground is the riverside stadium?
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:ground <http://dbpedia.org/resource/Riverside_Stadium> . ?uri onto:managerClub ?x . ?uri rdf:t...
Orange(huggingface)
Who are some people whose religion is headquartered in Gold Base?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:headquarters res:Gold_Base . ?uri onto:religion ?x . }
Orange(huggingface)
How many athletic associations are there in all of the private universities?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:type <http://dbpedia.org/resource/Private_university> . ?x prop:athletics ?uri . }
Orange(huggingface)
Who is the film star of On Air with Ryan Seacrest?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:On_Air_with_Ryan_Seacrest onto:starring ?uri }
Orange(huggingface)
What is the largest city in the country where the San Marcos River originates?
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 { <http://dbpedia.org/resource/San_Marcos_River> onto:sourceMountain ?x . ?x onto:largestCity ?uri . ?x rdf:type onto:Country}
Orange(huggingface)
Who has these major shrines: Emmitsburg, Maryland and Shrine of St. Elizabeth Ann Bayley Seton?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:majorShrine <http://dbpedia.org/resource/Emmitsburg,_Maryland> . ?uri onto:majorShrine <http://dbpedia.org/resource/Shrine_of_St._Elizabeth_Ann_Bayley_Seton> . }
Orange(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 }
Orange(huggingface)
What politician's partner is Diana Taylor?
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:partner <http://dbpedia.org/resource/Diana_Taylor_(superintendent)> . ?uri rdf:type onto:Politician}
Orange(huggingface)
Name some TV shows whose theme is made by a band associated with Buckethead?
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:associatedBand <http://dbpedia.org/resource/Buckethead> . ?uri prop:themeMusicComposer ?x . ?u...
Orange(huggingface)
What genre isPyChess from, which employes Craig Van Tilbury?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Craig_Van_Tilbury onto:occupation ?uri. res:Islamic_Azad_University_Central_Tehran_Branch onto:sport ?uri}
Orange(huggingface)
Give me some TV stations whose network's main language is American English?
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:language <http://dbpedia.org/resource/American_English> . ?uri prop:network ?x . ?uri rdf:type...
Orange(huggingface)
Which city was founded by George Washington and John Forbes (British Army officer)?
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:founder <http://dbpedia.org/resource/George_Washington> . ?uri onto:founder <http://dbpedia.o...
Orange(huggingface)
Count the number of other product of the banks whose one of the product is Wealth management ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:product <http://dbpedia.org/resource/Wealth_management> . ?x onto:product ?uri }
Orange(huggingface)
When was Dick Redding born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Dick_Redding prop:birthDate ?uri }
Orange(huggingface)
What is the settlement whose neighboring municipalities is Lancy and mayor name is Esther Alder?
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:neighboringMunicipalities <http://dbpedia.org/resource/Lancy> . ?uri onto:mayor <http://dbped...
Orange(huggingface)
Who gave the voice to the characters sculpted by Clamp?
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:creator <http://dbpedia.org/resource/Clamp_(manga_artists)> . ?x onto:voice ?uri . ?x rdf:type...
Orange(huggingface)
Muhammad Yunus has won how many awards?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Muhammad_Yunus> onto:award ?uri . }
Orange(huggingface)
How many players are in the San Francisco Giants?
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:team <http://dbpedia.org/resource/San_Francisco_Giants> . ?uri rdf:type onto:Athlete}
Orange(huggingface)
Where did the film director of Kala Pani die?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kala_Pani_(1958_film)> onto:director ?x . ?x onto:deathPlace ?uri . }
Orange(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 }
Orange(huggingface)
How many information appliance are manufactured by companies located in Taiwan?
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:locationCity <http://dbpedia.org/resource/Taiwan> . ?uri onto:manufacturer ?x . ?uri rd...
Orange(huggingface)
Which company offer service of Outlook and OneDrive?
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 prop:services <http://dbpedia.org/...
Orange(huggingface)
Name the person whose relation is Dee Dee Warwick?
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:relation <http://dbpedia.org/resource/Dee_Dee_Warwick> . ?uri rdf:type onto:Person}
Orange(huggingface)
In how many districts there are stations with borough called tendring?
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:borough <http://dbpedia.org/resource/Tendring> . ?x onto:district ?uri . }
Orange(huggingface)
How many causes of death have been associated with American citizens?
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:citizenship <http://dbpedia.org/resource/United_States> . ?x onto:deathCause ?uri . }
Orange(huggingface)
What are some TV shows similar to the one produced by Susie Liggat?
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:producer <http://dbpedia.org/resource/Susie_Liggat> . ?uri onto:related ?x . ?uri rdf:type ont...
Orange(huggingface)
Trevor Peacock has narrated in which movie?
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:narrator <http://dbpedia.org/resource/Trevor_Peacock> . ?uri rdf:type onto:Film}
Orange(huggingface)
Which office holder's predecessor is Lucius Cornelius and his associate is Marcus Calpurnius Bibulus?
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:predecessor <http://dbpedia.org/resource/Lucius_Cornelius_Lentulus_Crus> . ?uri onto:associate <http://dbpedia.org/resource/Marcus_Calpur...
Orange(huggingface)
List the launch site of the rockets whose one of the launch site has been Cape Canaveral Air Force Station Launch Complex 26 ?
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:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station_Launch_Complex_26> . ?x onto:launchSite ?uri . ?x rdf:type onto:R...
Orange(huggingface)
Name the office holder with predecessor as Samuel W. McCall and office in Massachusetts House of Representatives?
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:predecessor <http://dbpedia.org/resource/Samuel_W._McCall> . ?uri prop:office <http://dbpedia...
Orange(huggingface)
Does Chicago own the Monroe Station?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Monroe_station_(CTA_Blue_Line)> prop:owned <http://dbpedia.org/resource/Chicago> }
Orange(huggingface)
The people who did their high school in Palm City, Florida did their college where?
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:highschool <http://dbpedia.org/resource/Palm_City,_Florida> . ?x onto:college ?uri . ?x rdf:ty...
Orange(huggingface)
Rostock and Oulu is the shore cities on which sea ?
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:cities <http://dbpedia.org/resource/Rostock> . ?uri prop:cities <http://dbpedia.org/resource...
Orange(huggingface)
What are some non fiction subjects dealt with in fantasy novels?
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:literaryGenre <http://dbpedia.org/resource/Fantasy> . ?x onto:nonFictionSubject ?uri . ?x rdf:type onto:Book}
Orange(huggingface)
What are some shows whose voice actors play the piano?
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:instrument <http://dbpedia.org/resource/Piano> . ?uri prop:voices ?x . ?uri rdf:type onto:Tele...
Orange(huggingface)
Which movie produced by Michael Deeley was distributed by Warner Bros?
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:distributor <http://dbpedia.org/resource/Warner_Bros.> . ?uri prop:producer <http://dbpedia.o...
Orange(huggingface)
List the websites which the authors of Tornado own ?
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/Tornado_(web_server)> prop:author ?x . ?x onto:owner ?uri . }
Orange(huggingface)
Which branch of american military have both George Siebels jr and Leroy Collins served?
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/George_G._Siebels,_Jr.> prop:branch ?uri. <http://dbpedia.org/resource/Le...
Orange(huggingface)
Give me a count of movies whose film editor is Anthony Harvey?
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:editing <http://dbpedia.org/resource/Anthony_Harvey> . ?uri rdf:type onto:Film}
Orange(huggingface)
In which city can I find both the office of Elasticsearch and the Yellow Claw DJ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Yellow_Claw_(DJs)> prop:location ?uri. <http://dbpedia.org/resource/Elasticsearch> prop:location ?uri . }
Orange(huggingface)
Name the office holder with associate as Marcus Calpurnius Bibulus and has a kid named Augustus?
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:associate <http://dbpedia.org/resource/Marcus_Calpurnius_Bibulus> . ?uri onto:child <http://dbpedia.org/resource/Augustus> . ?uri rdf:typ...
Orange(huggingface)
Which builder of Edwin Andrews Air Base is also place of birth of the Akinoumi Setsuo ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Edwin_Andrews_Air_Base onto:builder ?uri. res:Akinoumi_Setsuo prop:placeOfBirth ?uri}
Orange(huggingface)
What is the state of the administrative region where Oscoda, Michigan is located?
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 { <http://dbpedia.org/resource/Oscoda,_Michigan> onto:isPartOf ?x . ?x onto:state ?uri . ?x rdf:type onto:AdministrativeRegion}
Orange(huggingface)
What are the houses of Parliament Security Services?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Parliament_Security_Services prop:houses ?uri }
Orange(huggingface)
Horses grandsired by Sundridge have won which awards?
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:grandsire <http://dbpedia.org/resource/Sundridge_(horse)> . ?x onto:honours ?uri . ?x rdf:type onto:Horse}
Orange(huggingface)
Was John Muir the first one to ascend one of the peaks in the cathedral peak?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> onto:firstAscentPerson <http://dbpedia.org/resource/John_Muir> }
Orange(huggingface)
Name the university whose affiliations's foundation is in Washington, D.C.?
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:foundation <http://dbpedia.org/resource/Washington,_D.C.> . ?uri prop:affiliations ?x . ?uri r...
Orange(huggingface)
Miguel de Cervantes wrote the musical extended from which book?
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:author <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?x onto:basedOn ?uri . ?x rdf:type onto:Musical}
Orange(huggingface)
Who has composed songs produced by Terry Melcher?
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:producer <http://dbpedia.org/resource/Terry_Melcher> . ?x onto:composer ?uri . ?x rdf:type ont...
Orange(huggingface)
Name the office holder whose constituency is Noe Valley, San Francisco and belongs to military unit USS Kittiwake (ASR-13)?
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:constituency <http://dbpedia.org/resource/Noe_Valley,_San_Francisco> . ?uri onto:militaryUnit...
Orange(huggingface)
Which is county seat of the King County, Washington and PLACE OF DEATH of the Phil Lumpkin ?
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/King_County,_Washington> onto:countySeat ?uri. <http://dbpedia.org/resource/Phil_Lumpkin> prop:placeOfDeath ?uri}
Orange(huggingface)
To how many places does the airlines fly, whose head office is located at the Gatwick Airport?
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:headquarter <http://dbpedia.org/resource/Gatwick_Airport> . ?x prop:destinations ?uri ....
Orange(huggingface)
List the newspapers which has headquarters in Stockholm?
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:headquarters <http://dbpedia.org/resource/Stockholm> . ?uri rdf:type onto:Newspaper}
Orange(huggingface)
With what company is the service OneDrive associated?
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/OneDrive> . ?uri rdf:type onto:Company}
Orange(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 res: <http://dbpedia.org/resource/> 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 on...
Orange(huggingface)
What is the political party to which Purnima Banerjee is a member of??
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Robert_Nutting onto:knownFor ?uri }
Orange(huggingface)
Give me a count of all ice hockey players whose teams are headcoached by John Tortorella?
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:headCoach <http://dbpedia.org/resource/John_Tortorella> . ?uri onto:team ?x . ?uri rdf:...
Orange(huggingface)
Where is Denver Broncos located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Denver_Broncos onto:locationCity ?uri }
Orange(huggingface)
How many home stadiums are there of the seasons whose chairman in Merritt Paulson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:chairman <http://dbpedia.org/resource/Merritt_Paulson> . ?x onto:homeStadium ?uri . }
Orange(huggingface)
List the developers who has contributed to both GNOWSYS and GNU TeXmacs?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:GNOWSYS onto:developer ?uri. res:GNU_TeXmacs onto:developer ?uri . }
Orange(huggingface)
Artists trained at art students league NY are buried where?
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:training <http://dbpedia.org/resource/Art_Students_League_of_New_York> . ?x onto:restingPlace ?uri . ?x rdf:type onto:Artist}
Orange(huggingface)
How many things are written in C++?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:programmingLanguage <http://dbpedia.org/resource/C++> . }
Orange(huggingface)
Name the common associate band of Blayse and Teddy Riley?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Blayse onto:associatedBand ?uri. res:Teddy_Riley onto:associatedBand ?uri . }
Orange(huggingface)
What is the Location of the Peetz Table Wind Energy Center which is also the state of Ben Nighthorse Campbell?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Peetz_Table_Wind_Energy_Center prop:location ?uri. res:Ben_Nighthorse_Campbell prop:state ?uri}
Orange(huggingface)
Which educational institution of Jack Mcgregor is also the alma mater of Donn barber?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jack_McGregor onto:education ?uri. res:Donn_Barber onto:education ?uri . }
Orange(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 res: <http://dbpedia.org/resource/> 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:m...
Orange(huggingface)
How many non-fiction subjects are there of the books whose one of the non-fiction subject is Ankh-Morpork City Watch ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:nonFictionSubject <http://dbpedia.org/resource/Ankh-Morpork_City_Watch> . ?x onto:nonFictionSubject ?uri }
Orange(huggingface)
Which astronauts went on the Gemini 8 mission?
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:mission <http://dbpedia.org/resource/Gemini_8> . ?uri rdf:type onto:Astronaut}
Orange(huggingface)
What are the notable works of the person who produced Queer as Folk?
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/Queer_as_Folk_(UK_TV_series)> onto:producer ?x . ?x prop:notableworks ?ur...
Orange(huggingface)
Who was the writer of the novel Maniac Magee?
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:notableworks <http://dbpedia.org/resource/Maniac_Magee> . ?uri rdf:type onto:Writer}
Orange(huggingface)
Who is the narrator of The Incredible Hulk , 1982 TV series ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> prop:narrated ?uri }
Orange(huggingface)
What are the non-fiction topics in the books whose authors is Terry Pratchett?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:author <http://dbpedia.org/resource/Terry_Pratchett> . ?x onto:nonFictionSubject ?uri . ?x rdf...
Orange(huggingface)
What is the county of the road whose route end is Pahang ?
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:routeEnd <http://dbpedia.org/resource/Pahang> . ?x onto:county ?uri . ?x rdf:type onto:Road}
Orange(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 res: <http://dbpedia.org/resource/> 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}
Orange(huggingface)
Which river flows through both eastern and central washington?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Eastern_Washington onto:river ?uri. res:Central_Washington onto:river ?uri . }
Orange(huggingface)
Name a office holder whose predecessor is Edward Douglass White and has son named Charles Phelps Taft II?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:predecessor <http://dbpedia.org/resource/Edward_Douglass_White> . ?uri onto:child <http://dbpedia.org/resource/Charles_Phelps_Taft_II> . ...
Orange(huggingface)
What are the television shows whose network is BBC HD?
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:network <http://dbpedia.org/resource/BBC_HD> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
Name the ground of Al-Rayan SC?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Al-Rayan_SC> onto:ground ?uri }
Orange(huggingface)
Name the university of Alexandre Tichonov?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Alexandre_Tichonov prop:university ?uri }
Orange(huggingface)
Count the number of tenants whose one of the tenant is Toronto Phantoms ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:tenant <http://dbpedia.org/resource/Toronto_Phantoms> . ?x onto:tenant ?uri }
Orange(huggingface)
How many other genre are there of the radio stations whose one of the genre is Classic rock?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:programmeFormat <http://dbpedia.org/resource/Classic_rock> . ?x onto:programmeFormat ?uri }
Orange(huggingface)
Name the licensee of the TV station whose one of the licensee is Incorporation ?
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:licensee <http://dbpedia.org/resource/Incorporation_(business)> . ?x prop:licensee ?uri . ?x r...
Orange(huggingface)
What is the river whose source is Lake Ontario?
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:source <http://dbpedia.org/resource/Lake_Ontario> . ?uri rdf:type onto:River}
Orange(huggingface)
How many record labels publish works of Jazz fusion?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:genre <http://dbpedia.org/resource/Jazz_fusion> . ?x onto:recordLabel ?uri . }
Orange(huggingface)
Giuseppe Bertello and Pietro Parolin are leaders of which place ?
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:leader <http://dbpedia.org/resource/Giuseppe_Bertello> . ?uri onto:leader <http://dbpedia.org/resource/Pietro_Parolin> . ?uri rdf:type o...
Orange(huggingface)
Which fictional character's relatives were made by Ted Osborne?
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:creator <http://dbpedia.org/resource/Ted_Osborne> . ?uri prop:relatives ?x . ?uri rdf:type ont...
Orange(huggingface)
Name the broadcast area of ITV (Thailand) ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/ITV_(Thailand)> prop:broadcastArea ?uri }
Orange(huggingface)
How many cars succeeded the cars which were similar to Cadillac Fleetwood?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Cadillac_Fleetwood> prop:related ?x . ?x onto:predecessor ?uri . ?...
Orange(huggingface)
The successor of Ellsworth Bunker belongs to which region?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ellsworth_Bunker onto:successor ?x . ?x onto:region ?uri . }
Orange(huggingface)
What subjects does the subsequent work of The Dragons of Eden deals with?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Dragons_of_Eden onto:subsequentWork ?x . ?x prop:subject ?uri . }
Orange(huggingface)
Who wrote a streetcar named desire?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Streetcar_Named_Desire_(play)> prop:writer ?uri }
Orange(huggingface)
What currencies are prevalent in the countries governed by the President of France?
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:leaderTitle <http://dbpedia.org/resource/President_of_France> . ?x onto:currency ?uri . ?x rdf...
Orange(huggingface)
Peanuts Motion Comics and The Peanuts Movie are the voice of whom?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:voice res:Peanuts_Motion_Comics . ?uri onto:voice res:The_Peanuts_Movie . }
Orange(huggingface)
Give me a list of computers whose CPU is in the US.
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:locationCity <http://dbpedia.org/resource/United_States> . ?uri onto:cpu ?x . ?uri rdf:type on...
Orange(huggingface)
What are the school mascots in Blytheville school district?
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:district <http://dbpedia.org/resource/Blytheville_School_District> . ?x prop:mascot ?uri . ?x ...
Orange(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 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/Everett_Dirksen> prop:deputy ?x . ?x onto:residence ?uri . ?x rdf:type on...
Orange(huggingface)