question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
What are the important buildings of the architect whose one of the significant building is Krasnye Vorota?
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:significantBuilding <http://dbpedia.org/resource/Krasnye_Vorota_(Moscow_Metro)> . ?x onto:significantBuilding ?uri . ?x rdf:type onto:Arch...
Orange(huggingface)
What television show is magistrated by Harry Connick, Jr.?
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:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
How many people are famous for the Gibson Les Paul?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:notableInstruments <http://dbpedia.org/resource/Gibson_Les_Paul> . }
Orange(huggingface)
In which country does the Auckland rugby union team play?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Auckland_rugby_union_team onto:league ?x . ?x onto:country ?uri . }
Orange(huggingface)
Name the television show directed by Simon Fuller and judged by Jennifier Lopez?
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:creator <http://dbpedia.org/resource/Simon_Fuller> . ?uri prop:judges <http://dbpedia.org/res...
Orange(huggingface)
Where are the homestadiums of the seasons chaired by Merritt Paulson?
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:chairman <http://dbpedia.org/resource/Merritt_Paulson> . ?x onto:homeStadium ?uri . ?x rdf:type onto:SoccerClubSeason}
Orange(huggingface)
Which movies did Mark Steven edit?
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:editing <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri rdf:type onto:Film}
Orange(huggingface)
What is the relegious affiliations of Katyayana ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> prop:religion ?uri }
Orange(huggingface)
List the services provided by the company which provides Microsoft azure as one of the service ?
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:services <http://dbpedia.org/resource/Microsoft_Azure> . ?x prop:services ?uri . ?x rdf:type o...
Orange(huggingface)
What products do US companies make?
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:location <http://dbpedia.org/resource/United_States> . ?x onto:product ?uri . ?x rdf:type onto:Company}
Orange(huggingface)
Who is the prime minister of Michael Jeffery who is also the minister of Williuam Deane?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Michael_Jeffery prop:primeminister ?uri. res:William_Deane onto:primeMinister ?uri}
Orange(huggingface)
Who is a religious figure titled superior general?
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:title <http://dbpedia.org/resource/Superior_general> . ?uri rdf:type onto:Religious}
Orange(huggingface)
How many things are manufactured by the company whose subsidiary is Sony Corporation shareholders and subsidiaries?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:subsidiary <http://dbpedia.org/resource/Sony_Corporation_shareholders_and_subsidiaries> . ?uri onto:manufacturer ?x . }
Orange(huggingface)
What are the schools whose city is Reading, Berkshire?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:city <http://dbpedia.org/resource/Reading,_Berkshire> }
Orange(huggingface)
In which country is the Duong river?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Đuống_River onto:sourceCountry ?uri . }
Orange(huggingface)
Where is Temenos Group founded?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Temenos_Group prop:foundation ?uri }
Orange(huggingface)
Who won the general elections in India in 2009, and had also won the AP elections in 2004 ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Indian_general_election,_2004_(Andhra_Pradesh)> onto:affiliation ?uri. <http://dbpedia.org/resource/Indian_general_election,_2009> onto:affiliation ?uri . }
Orange(huggingface)
What is the religion of the person who is in the cast of Master's Sun?
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/Master's_Sun> onto:starring ?x . ?x prop:religion ?uri . ?x rdf:type onto...
Orange(huggingface)
Which artists have co-starred with Kris Kristofferson?
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:associatedActs <http://dbpedia.org/resource/Kris_Kristofferson> . ?uri rdf:type onto:Artist}
Orange(huggingface)
How many countries surround the sea into which the Upper Neratva flow?
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 { <http://dbpedia.org/resource/Upper_Neretva> onto:riverMouth ?x . ?x onto:country ?uri . ?x rdf:type onto:Sea}
Orange(huggingface)
Count the number of artists in the Cirque du Soleil discography?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Cirque_du_Soleil_discography> prop:artist ?uri . }
Orange(huggingface)
Count me the number of people whose military unit is involved with Close air support?
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:role <http://dbpedia.org/resource/Close_air_support> . ?uri onto:militaryUnit ?x . ?uri...
Orange(huggingface)
Was Ganymede discovered by Galileo Galilei?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Ganymede_(moon)> prop:discoverer <http://dbpedia.org/resource/Galileo_Galilei> }
Orange(huggingface)
How many people have led agencies in German occupied Europe?
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:jurisdiction <http://dbpedia.org/resource/German-occupied_Europe> . ?x onto:leader ?uri . }
Orange(huggingface)
Which televison shows have location as Massachusetts ?
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:location <http://dbpedia.org/resource/Massachusetts> . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
List the mascot of the universities which are a part of National Collegiate Athletic Association?
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:athletics <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?x prop:mas...
Orange(huggingface)
Count the number of things people who know linguistics are known for ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:knownFor <http://dbpedia.org/resource/Linguistics> . ?x onto:knownFor ?uri }
Orange(huggingface)
Who all are starring in the movies where director of photography is John Derek ?
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:cinematography <http://dbpedia.org/resource/John_Derek> . ?x prop:starring ?uri . ?x rdf:type ...
Orange(huggingface)
What is the headquarters of the public transit system which is the section of Red Ahead ?
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/Red_Ahead> onto:isPartOf ?x . ?x prop:headquarters ?uri . ?x rdf:type ont...
Orange(huggingface)
Who was once married to both Kelly Brook and Rosie Huntington-Whiteley?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kelly_Brook> onto:partner ?uri. <http://dbpedia.org/resource/Rosie_Huntington-Whiteley> onto:partner ?uri . }
Orange(huggingface)
Which municipality is neighbored by Cologny and Chne-Bougeries?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?uri prop:neighboringMunicipalities <http://dbpedia.org/resource/Cologny> . ?uri prop:neighboringMunicipalities <http://dbpedia.org/resource/Chêne-Bougeries> . }
Orange(huggingface)
Which associate of Thomas bryan Martin is also the president of Carmichael?
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/Thomas_Bryan_Martin> onto:associate ?uri. <http://dbpedia.org/resource/William_Carmichael_(diplomat)> prop:president ?uri}
Orange(huggingface)
Which religions are followed by people in England?
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:residence <http://dbpedia.org/resource/England> . ?x prop:religion ?uri . ?x rdf:type onto:Per...
Orange(huggingface)
Which country of Montanas Mayas Chiquibul is the birth place of Jos Bernardo Escobar?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Montañas_Mayas_Chiquibul prop:country ?uri. res:José_Bernardo_Escobar prop:birthPlace ?uri . }
Orange(huggingface)
Name presidents of the schools which have queen noor of Jordan as one of them ?
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:president <http://dbpedia.org/resource/Queen_Noor_of_Jordan> . ?x prop:president ?uri . ?x rdf...
Orange(huggingface)
Which Stanley Kubrick's movie has music by Laurie Johnson?
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:director <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri prop:music <http://dbpedia.org/...
Orange(huggingface)
Who was the prime minister under which the predecessor of Derick Heathcoat Amory served?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:successor <http://dbpedia.org/resource/Derick_Heathcoat-Amory,_1st_Viscount_Amory> . ?x prop:primeminister ?uri . }
Orange(huggingface)
Does Walt Disney Studio have a subsidiary called Pixar?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Walt_Disney_Studios_(division)> onto:subsidiary <http://dbpedia.org/resource/Pixar> }
Orange(huggingface)
What is the predecessor of the car engine which was succeeded by BMW M43?
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:successor <http://dbpedia.org/resource/BMW_M43> . ?x prop:predecessor ?uri . ?x rdf:type onto:...
Orange(huggingface)
In how many places airlines that go to the mediterranean sea go?
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:destinations <http://dbpedia.org/resource/Mediterranean_Sea> . ?x onto:destination ?uri . }
Orange(huggingface)
What is the president whose lieutenants are Winston Bryant and Joe Purcell?
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:lieutenant <http://dbpedia.org/resource/Winston_Bryant> . ?uri onto:lieutenant <http://dbpedia.org/resource/Joe_Purcell> . ?uri rdf:type...
Orange(huggingface)
Who is the former partner of Chris Knierim?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Chris_Knierim onto:formerPartner ?uri }
Orange(huggingface)
Is Seattle the Ship builder of USS Marmora (IX-189)?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/USS_Marmora_(IX-189)> prop:shipBuilder <http://dbpedia.org/resource/Seattle> }
Orange(huggingface)
What is the owning company of the bank whose parent is Sony Financial ?
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:parent <http://dbpedia.org/resource/Sony_Financial> . ?x onto:owningCompany ?uri . ?x rdf:type...
Orange(huggingface)
Which TV shows distributor is Broadcast syndication and developed by Brian Graden?
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:developer <http://dbpedia.org/resource/Brian_Graden> . ?uri onto:distributor <http://dbpedia....
Orange(huggingface)
Is Dave Schulz a band member of Berlin?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Berlin_(band)> onto:bandMember <http://dbpedia.org/resource/Dave_Schulz_(musician)> }
Orange(huggingface)
Through how many cities does the river flowing into Arkansas go?
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:mouthMountain <http://dbpedia.org/resource/Arkansas> . ?x onto:city ?uri . ?uri rdf:type onto:City}
Orange(huggingface)
Who developed the software for the operating system of Macintosh Quadra 660AV ?
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/Macintosh_Quadra_660AV> onto:operatingSystem ?x . ?x onto:developer ?uri . ?x rdf:type onto:Software}
Orange(huggingface)
What is the type of Vesak?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Vesak onto:type ?uri }
Orange(huggingface)
What is the country which lies on the European route E8, and where Ragnhild Jolson was born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:European_route_E8 onto:county ?uri. res:Ragnhild_Jølsen prop:birthplace ?uri}
Orange(huggingface)
In which city is the distributor of Jeevan Mrityu located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jeevan_Mrityu prop:distributor ?x . ?x onto:locationCity ?uri . }
Orange(huggingface)
Who owns the broadcast network founded by CNN?
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:foundedBy <http://dbpedia.org/resource/CNN> . ?x prop:owner ?uri . ?x rdf:type onto:BroadcastN...
Orange(huggingface)
Who owns the radio stations in Alabama?
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:city <http://dbpedia.org/resource/Alabama> . ?x onto:owner ?uri . ?x rdf:type onto:RadioStation}
Orange(huggingface)
What is the region of Tom Perriello?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Tom_Perriello onto:region ?uri }
Orange(huggingface)
Name some Texas based companies ?
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:locationCity <http://dbpedia.org/resource/Texas> . ?uri rdf:type onto:Company}
Orange(huggingface)
What is the television show which has cast member as Jason Carter and network is TNT (TV channel)?
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:starring <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri prop:network <http://dbped...
Orange(huggingface)
How many scientist have won an award by the society led by Venkatraman Ramakrishnan?
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:leaderName <http://dbpedia.org/resource/Venkatraman_Ramakrishnan> . ?uri prop:prizes ?x...
Orange(huggingface)
Who coached the marquet golden eagels during 2013
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2013–14_Marquette_Golden_Eagles_men's_basketball_team> onto:coach ?uri }
Orange(huggingface)
What is the base currency of the Benelux which can be used in Republic of Montenegro?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Benelux> prop:currency ?uri. <http://dbpedia.org/resource/Republic_of_Montenegro_(1992–2006)> prop:currency ?uri . }
Orange(huggingface)
Which partner of Tim Mathieson is also the primeminister of Mike Kelly (Australian politician) ?
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/Tim_Mathieson> onto:partner ?uri. <http://dbpedia.org/resource/Mike_Kelly_(Australian_politician)> prop:primeminister ?uri}
Orange(huggingface)
What is the television show whose opening theme's album is Cheers?
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:album <http://dbpedia.org/resource/Cheers> . ?uri onto:openingTheme ?x . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
Count all american football players whose former team owns Lucas Oil 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 COUNT(?uri) WHERE { ?x prop:city <http://dbpedia.org/resource/Lucas_Oil_Stadium> . ?uri onto:formerTeam ?x . ?uri r...
Orange(huggingface)
What are some awards given to people who were born in sweden?
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:birthPlace <http://dbpedia.org/resource/Sweden> . ?x prop:awards ?uri . ?x rdf:type onto:Perso...
Orange(huggingface)
Name the river with source as Shannon Pot and its mouth is located in Limerick?
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:source <http://dbpedia.org/resource/Shannon_Pot> . ?uri prop:mouthLocation <http://dbpedia.or...
Orange(huggingface)
What ethnicity do people in British Columbia belong to?
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:residence <http://dbpedia.org/resource/British_Columbia> . ?x onto:ethnicity ?uri . ?x rdf:typ...
Orange(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 res: <http://dbpedia.org/resource/> 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 r...
Orange(huggingface)
Which associate of Martin Pugh is also married to Alana Stewert?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Martin_Pugh prop:associatedActs ?uri. res:Alana_Stewart onto:spouse ?uri}
Orange(huggingface)
Which part of the US political framework did Arthur P Bagby and Thomas Holliday Hicks both serve?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Arthur_P._Bagby prop:order ?uri. res:Thomas_Holliday_Hicks prop:order ?uri . }
Orange(huggingface)
Who is the commander of Battle of Brownstown?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Battle_of_Brownstown onto:commander ?uri }
Orange(huggingface)
What are the television shows telecasted on the network which has headquarters at Atlanta?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:headquarters <http://dbpedia.org/resource/Atlanta> . ?uri prop:network ?x . ?uri rdf:type onto...
Orange(huggingface)
How many companies have manufactured the rockets launched from the Cape Canaveral Air Force Station?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x onto:manufacturer ?uri . }
Orange(huggingface)
Name the fictional character painted by Josh Friedman and portrayed in Terminator Genisys ?
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/Josh_Friedman> . ?uri onto:portrayer <http://dbpedia.org/resource/Terminator_Genisys> . ?uri rdf:typ...
Orange(huggingface)
How many people have voiced characters sculpted by Clamp?
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:creator <http://dbpedia.org/resource/Clamp_(manga_artists)> . ?x onto:voice ?uri . }
Orange(huggingface)
What cities does the river goes through, whose tributary is the little black river in Arkansas?
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:leftTributary <http://dbpedia.org/resource/Little_Black_River_(Missouri_-_Arkansas)> . ?x onto:city ?uri . ?x rdf:type onto:River}
Orange(huggingface)
How many people have fought wars where Arthur St. Clair was a commander?
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:commander <http://dbpedia.org/resource/Arthur_St._Clair> . ?x prop:combatant ?uri . }
Orange(huggingface)
How many have former teams as Indianapolis Colts and Carolina Panthers?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?uri onto:formerTeam <http://dbpedia.org/resource/Indianapolis_Colts> . ?uri onto:formerTeam <http://dbpedia.org/resource/Carolina_Panthers>}
Orange(huggingface)
Which president had lieutenants whose governor was Bill Clinton?
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:governor <http://dbpedia.org/resource/Bill_Clinton> . ?uri onto:lieutenant ?x . ?uri rdf:type ...
Orange(huggingface)
Who employed the person famous for the Boeing fa18ef Super Hornet?
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:knownFor <http://dbpedia.org/resource/Boeing_F/A-18E/F_Super_Hornet> . ?x prop:employer ?uri ....
Orange(huggingface)
Give me a count of musical artists collaborating with Waylon Jennings?
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:associatedMusicalArtist <http://dbpedia.org/resource/Waylon_Jennings> . ?uri rdf:type onto:MusicalArtist}
Orange(huggingface)
Name the office holder whose final resting place is North Bend and was part of Siege of fort recovery conflict ?
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:battle <http://dbpedia.org/resource/Siege_of_Fort_Recovery> . ?uri prop:restingplace <http://...
Orange(huggingface)
Name the river whose source is located in Ikelenge District and mouth in Mozambique?
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:sourceLocation <http://dbpedia.org/resource/Ikelenge_District> . ?uri prop:mouthCountry <http...
Orange(huggingface)
Count all the places where companies located in Ontario operate.
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:locationCity <http://dbpedia.org/resource/Ontario> . ?x prop:locations ?uri . }
Orange(huggingface)
Which awards have been given to scientists that graduated from NKU athens?
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:almaMater <http://dbpedia.org/resource/National_and_Kapodistrian_University_of_Athens> . ?x onto:award ?uri . ?x rdf:type onto:Scientist}
Orange(huggingface)
In which common territory did Sino French war and the Tonkin campaign take place?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sino-French_War> onto:territory ?uri. <http://dbpedia.org/resource/Tonkin_Campaign> onto:territory ?uri . }
Orange(huggingface)
What continent of the world has Baja California peninsula and also has WEPG in one of its cities?
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/Baja_California_Peninsula> onto:location ?uri. <http://dbpedia.org/resour...
Orange(huggingface)
Which ship builder built the USS Camp and Sturtevant?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/USS_Camp_(DE-251)> prop:shipBuilder ?uri. <http://dbpedia.org/resource/USS_Sturtevant_(DE-239)> prop:shipBuilder ?uri . }
Orange(huggingface)
What sports are played at Vishwajyot High School?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Battle_Chess prop:genre ?uri. res:Vishwajyot_High_School onto:sport ?uri}
Orange(huggingface)
Which software uses GTK+ as programming language?
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:programmingLanguage <http://dbpedia.org/resource/GTK+> . ?uri rdf:type onto:Software}
Orange(huggingface)
Count all the TV shows which are related to the ones produced by Julie Gardner.
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:executiveProducer <http://dbpedia.org/resource/Julie_Gardner> . ?uri onto:related ?x . ?uri rdf:type onto:TelevisionShow}
Orange(huggingface)
Which currency of Republic of Montenegro is also the currency of the French Southern and Antarctic Lands ?
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/French_Southern_and_Antarctic_Lands> onto:currency ?uri. <http://dbpedia.org/resource/Republic_of_Montenegro_(1992–2006)> prop:cu...
Orange(huggingface)
What is the common university of vanderbilt Commodores and also the college of hubert Wiggs?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Vanderbilt_Commodores onto:university ?uri. res:Hubert_Wiggs onto:college ?uri}
Orange(huggingface)
Did stan lee narrate the incredible hulk tv show?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)> onto:narrator <http://dbpedia.org/resource/Stan_Lee> }
Orange(huggingface)
List the institute of Robert hall ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Hall_(economist)> onto:institution ?uri }
Orange(huggingface)
What are some relatives of the spouse of Uncle henry from Oz?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:spouse <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri onto:relative ?x . }
Orange(huggingface)
Count the number of characters in Batman Live?
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/Batman_Live> prop:characters ?uri . ?uri rdf:type onto:ComicsChara...
Orange(huggingface)
Where did the plays written by Robert Schenkkan take place?
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:writer <http://dbpedia.org/resource/Robert_Schenkkan> . ?x prop:place ?uri . ?x rdf:type onto:...
Orange(huggingface)
Does the St lawrence river start in Kingston, Ontario?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Saint_Lawrence_River> onto:sourceMountain <http://dbpedia.org/resource/Kingston,_Ontario> }
Orange(huggingface)
Where was the movie after Khiladi 786 recorded?
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/Khiladi_786> prop:nextAlbum ?x . ?x prop:recorded ?uri . ?x rdf:type onto...
Orange(huggingface)
What is the architecture of First National Bank and Trust Building (Lima, Ohio) ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_National_Bank_and_Trust_Building_(Lima,_Ohio)> onto:architecturalStyle ?uri }
Orange(huggingface)
Which publisher of Stone Canoe is also the university for which Michael Powell plays for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stone_Canoe> onto:publisher ?uri. <http://dbpedia.org/resource/Michael_Powell_(lacrosse)> onto:team ?uri}
Orange(huggingface)