question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Which manufacturer of Ford Y-block engine is the parent of Ford Air Transport Service ?
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/Ford_Y-block_engine> onto:manufacturer ?uri. <http://dbpedia.org/resource/Ford_Air_Transport_Service> prop:parent ?uri}
Orange(huggingface)
Name the home town of Cline Buckens ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Céline_Buckens onto:hometown ?uri }
Orange(huggingface)
Which office's people have died on the US Route 165?
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:deathPlace <http://dbpedia.org/resource/U.S._Route_165> . ?x prop:office ?uri . ?x rdf:type on...
Orange(huggingface)
Which show's theme music was composed by Primus and voiced by Isaac Hayes?
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/Comedy_Central> . ?uri prop:voices <http://dbpedia.o...
Orange(huggingface)
Which hockey teams have had people playing as Defenceman?
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:position <http://dbpedia.org/resource/Defenceman> . ?x prop:playedFor ?uri . ?x rdf:type onto:...
Orange(huggingface)
Count all the universities who participated in the tournament won by Alabama Crimson Tides in 2015 ?
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:champion <http://dbpedia.org/resource/2015_Alabama_Crimson_Tide_football_team> . ?uri p...
Orange(huggingface)
Who is the fictional character who portrayed in Terminator 2: Judgment Day?
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:portrayer <http://dbpedia.org/resource/Terminator_2:_Judgment_Day> . ?uri rdf:type onto:FictionalCharacter}
Orange(huggingface)
To which party does the politician belong, who was born in Nandurbar?
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:placeOfBirth <http://dbpedia.org/resource/Nandurbar> . ?x onto:party ?uri . ?x rdf:type onto:P...
Orange(huggingface)
List the main ingredient of Pizza-ghetti ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pizza-ghetti> prop:mainIngredient ?uri }
Orange(huggingface)
How many organizations work for Environmentalism?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:purpose <http://dbpedia.org/resource/Environmentalism> . }
Orange(huggingface)
Foxy Brown was associated with which band?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:associatedBand <http://dbpedia.org/resource/Foxy_Brown_(rapper)> }
Orange(huggingface)
Who has produced movies that have a James Horner score?
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:music <http://dbpedia.org/resource/James_Horner> . ?x prop:producer ?uri . ?x rdf:type onto:Fi...
Orange(huggingface)
Who is the developer of Dart (programming language) ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dart_(programming_language)> prop:developer ?uri }
Orange(huggingface)
Name the part of Liverpool city region
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Liverpool_City_Region onto:part ?uri }
Orange(huggingface)
How many awards have been given to the ones who died of lung cancer?
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:deathCause <http://dbpedia.org/resource/Lung_cancer> . ?x onto:award ?uri . ?uri rdf:type onto:Award}
Orange(huggingface)
List the profession of senate whose one of the profession is United States Coast Guard ?
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:profession <http://dbpedia.org/resource/United_States_Coast_Guard> . ?x onto:profession ?uri . ?x rdf:type onto:Politician}
Orange(huggingface)
Which company was founded by Fusajiro Yamauchi?
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:foundedBy <http://dbpedia.org/resource/Fusajiro_Yamauchi> . ?uri rdf:type onto:Company}
Orange(huggingface)
What are the software whose programming language is Multilingual?
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/Multilingualism> . ?uri prop:programmingLanguage ?x . ?u...
Orange(huggingface)
Which railway line goes through the stations which are a part of the North Caucasus railway?
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:type <http://dbpedia.org/resource/North_Caucasus_Railway> . ?x onto:servingRailwayLine ?uri . ?x rdf:type onto:Station}
Orange(huggingface)
Count the different origins of members of the Vitis Vinifera species.
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:species <http://dbpedia.org/resource/Vitis_vinifera> . ?x onto:origin ?uri . ?uri rdf:type onto:Place}
Orange(huggingface)
Name the battle fought by the military persons who also fought in Algeria ?
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:battles <http://dbpedia.org/resource/Algeria> . ?x prop:battles ?uri . ?x rdf:type onto:Milita...
Orange(huggingface)
By which member of parliament was Provisional Government of Saskatchewan led?
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:order <http://dbpedia.org/resource/Provisional_Government_of_Saskatchewan> . ?uri rdf:type on...
Orange(huggingface)
How many areas are led by Willem Alexander?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:leader <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . }
Orange(huggingface)
How many things are produced by companies located in Tehran?
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:location <http://dbpedia.org/resource/Tehran> . ?x onto:product ?uri . }
Orange(huggingface)
Greater Napanee is the home town of what people?
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:hometown <http://dbpedia.org/resource/Greater_Napanee> . ?uri rdf:type onto:Person}
Orange(huggingface)
Which appointer of William Clark is the successor of Levi Lincoln Sr ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Levi_Lincoln,_Sr.> prop:successor ?uri. <http://dbpedia.org/resource/William_Clark> prop:appointer ?uri}
Orange(huggingface)
Name the company with product named Microsft Azure and provides OneDrive as a 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 {?uri onto:product <http://dbpedia.org/resource/Microsoft_Azure> . ?uri prop:services <http://dbpedia.or...
Orange(huggingface)
How many people live in the Beverly Hills, California?
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:residence <http://dbpedia.org/resource/Beverly_Hills,_California> . ?uri rdf:type onto:Person}
Orange(huggingface)
List the architect of the buildings whose one of the architect is Philip Webb?
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:architect <http://dbpedia.org/resource/Philip_Webb> . ?x prop:architect ?uri . ?x rdf:type ont...
Orange(huggingface)
How many companies have launched their rockets from the Vandenerg Air base?
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:launchSite <http://dbpedia.org/resource/Vandenberg_Air_Force_Base> . ?x onto:manufacturer ?uri . ?uri rdf:type onto:Company}
Orange(huggingface)
Which show's network is Prime time Entertainment and has Douglas Netter as executive producer ?
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:network <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri onto:executiveP...
Orange(huggingface)
Where did the beverage sold by Refriango originate?
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:manufacturer <http://dbpedia.org/resource/Refriango> . ?x prop:origin ?uri . ?x rdf:type onto:...
Orange(huggingface)
Who built the stadium which was rented by Costa Rica national football team?
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:tenants <http://dbpedia.org/resource/Costa_Rica_national_football_team> . ?x onto:builder ?uri...
Orange(huggingface)
What units are garrisoned in the Pentagon?
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:garrison <http://dbpedia.org/resource/The_Pentagon> . ?uri rdf:type onto:MilitaryUnit}
Orange(huggingface)
Is Ian Thorpe the bronze medalist of Swimming at the 2004 Summer Olympics Men's 100 metre freestyle?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Swimming_at_the_2004_Summer_Olympics_–_Men's_100_metre_freestyle> onto:bronzeMedalist <http://dbpedia.org/resource/Ian_Thorpe> }
Orange(huggingface)
What is the result of the GazaIsrael conflict is also the place of the Qaqun?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Gaza–Israel_conflict prop:result ?uri. res:Qaqun prop:place ?uri}
Orange(huggingface)
Which baseball team is managed by Bruce Bochy?
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:manager <http://dbpedia.org/resource/Bruce_Bochy> . ?uri rdf:type onto:BaseballTeam}
Orange(huggingface)
Whose children died in North Bend, Ohio?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:deathPlace <http://dbpedia.org/resource/North_Bend,_Ohio> . ?uri onto:child ?x . }
Orange(huggingface)
Malaysian highway authority has designed bridges over what things?
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:designer <http://dbpedia.org/resource/Malaysian_Highway_Authority> . ?x prop:crosses ?uri . ?x...
Orange(huggingface)
Which band was left by Kevin Jonas?
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:formerBandMember <http://dbpedia.org/resource/Kevin_Jonas> . ?uri rdf:type onto:Band}
Orange(huggingface)
Count the total number of software whose programming language is C++ and operating system is Microsoft Windows?
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:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> }
Orange(huggingface)
What is the homeport of INS Viraat (R22) ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/INS_Viraat_(R22)> onto:homeport ?uri }
Orange(huggingface)
Give me everything owned by networks which is lead by Steve Burke?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:keyPerson <http://dbpedia.org/resource/Steve_Burke_(businessman)> . ?uri onto:network ?x . }
Orange(huggingface)
Which newspapers are owned by Oslo citizens?
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:location <http://dbpedia.org/resource/Oslo> . ?uri prop:owners ?x . ?uri rdf:type onto:Newspap...
Orange(huggingface)
For which common president did Jim Sasser and Mike McCurry work?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Sasser> onto:president ?uri. <http://dbpedia.org/resource/Mike_McCurry_(press_secretary)> onto:president ?uri . }
Orange(huggingface)
Which office holder's constituency is Haight-Ashbury and has military unit as USS Kittiwake ?
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/Haight-Ashbury> . ?uri onto:militaryUnit <http://db...
Orange(huggingface)
List down the commanders of Battle of Fort stephenson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Battle_of_Fort_Stephenson onto:commander ?uri }
Orange(huggingface)
Count all those whose youth club was managed by Luis Enrique.
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:manager <http://dbpedia.org/resource/Luis_Enrique_(footballer)> . ?uri prop:youthclubs ?x . }
Orange(huggingface)
How many party leaders are there whose parties are headquartered in Berlin?
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:headquarter <http://dbpedia.org/resource/Berlin> . ?x onto:leader ?uri . ?uri rdf:type onto:Politician}
Orange(huggingface)
Who is the common distributer of Bombay Sapphire and Rev ?
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/Bombay_Sapphire> prop:distributor ?uri. <http://dbpedia.org/resource/Rev_(drink)> onto:distributor ?uri}
Orange(huggingface)
Give me the total number of lines owned by owner of Metro-Noth Railroad ?
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:owner <http://dbpedia.org/resource/Metro-North_Railroad> . ?x prop:owner ?uri }
Orange(huggingface)
Which New Mexico company provides One Drive as a 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 {?uri prop:foundation <http://dbpedia.org/resource/New_Mexico> . ?uri prop:services <http://dbpedia.org/...
Orange(huggingface)
Which are the previous broadcast networks of sister channels of WGBC?
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/WGBC_(DT2)> prop:sisterStations ?x . ?x onto:formerBroadcastNetwork ?uri . }
Orange(huggingface)
In which areas can I find wine made of Vitis vinifera grapes?
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:species <http://dbpedia.org/resource/Vitis_vinifera> . ?x onto:wineRegion ?uri . ?x rdf:type onto:Grape}
Orange(huggingface)
Count the different religions practiced by people who are in the Malaysian and Chinese association.
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:party <http://dbpedia.org/resource/Malaysian_Chinese_Association> . ?x onto:religion ?uri . }
Orange(huggingface)
Is Brazilian jiu-jitsu the trainer of Nick Diaz?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Nick_Diaz> onto:trainer <http://dbpedia.org/resource/Brazilian_jiu-jitsu> }
Orange(huggingface)
President of Ghana is the leader title of which country?
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:leaderTitle <http://dbpedia.org/resource/President_of_Ghana> . ?uri rdf:type onto:Country}
Orange(huggingface)
What is the venue of San Diego Comic-Con International ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/San_Diego_Comic-Con_International> prop:venue ?uri }
Orange(huggingface)
Who edited Easy street ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Easy_Street_(film)> onto:editing ?uri }
Orange(huggingface)
How many people are buried in the Mausoleum of Augustus?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:placeOfBurial <http://dbpedia.org/resource/Mausoleum_of_Augustus> . }
Orange(huggingface)
Which major shrine of Tekle haymanot is the palce of death of Haile Selassie Gugsa?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Tekle_Haymanot onto:majorShrine ?uri. res:Haile_Selassie_Gugsa prop:placeOfDeath ?uri}
Orange(huggingface)
Which distributer of Bombay Sapphire also makes Grewy goose ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Grey_Goose_(vodka)> prop:manufacturer ?uri. <http://dbpedia.org/resource/Bombay_Sapphire> prop:distributor ?uri}
Orange(huggingface)
Which district of Robert William Wilcox is the place of birth of Kamaloohua ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Robert_William_Wilcox prop:district ?uri. res:Kamaloohua prop:placeOfBirth ?uri}
Orange(huggingface)
Who were in the youth clubs that were in season of 2015 Argentine Primera Division?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:season res:2015_Argentine_Primera_División . ?uri prop:youthclubs ?x . }
Orange(huggingface)
How many subjects have been covered in fantasy novels?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:literaryGenre <http://dbpedia.org/resource/Fantasy> . ?x onto:nonFictionSubject ?uri . }
Orange(huggingface)
Which company has developed games whose music is done by Gerard Marino?
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:composer <http://dbpedia.org/resource/Gerard_Marino> . ?x onto:developer ?uri . ?x rdf:type onto:VideoGame}
Orange(huggingface)
Fairfield, Connecticut is hometown to which persons?
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:hometown <http://dbpedia.org/resource/Fairfield,_Connecticut> . ?uri rdf:type onto:Person}
Orange(huggingface)
Was Yabanc Damat first aired in UAE?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Yabancı_Damat prop:firstAired res:United_Arab_Emirates }
Orange(huggingface)
Where is the head quarters of the owner of Hamline Avenue?
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/Hamline_Avenue_(Metro_Transit_station)> onto:owner ?x . ?x prop:headquarters ?uri . }
Orange(huggingface)
Where does the river end on whose border we find in Bjelasnica?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:border res:Bjelašnica . ?x onto:mouthCountry ?uri . }
Orange(huggingface)
What are the movies whose editor is Robert Wise?
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:editing <http://dbpedia.org/resource/Robert_Wise> . ?uri rdf:type onto:Film}
Orange(huggingface)
Martin AN/GSG-5 is a part of the building in which city?
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:part <http://dbpedia.org/resource/Martin_AN/GSG-5_Battery_Integration_and_Radar_Display_Equipm...
Orange(huggingface)
Give me a count of companies located in Texas ?
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:locationCity <http://dbpedia.org/resource/Texas> . ?uri rdf:type onto:Company}
Orange(huggingface)
What are the countries for which History of Trier principal to?
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:capital <http://dbpedia.org/resource/History_of_Trier> . ?uri rdf:type onto:Country}
Orange(huggingface)
What are some seas inside europe ?
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/Europe> . ?uri rdf:type onto:Sea}
Orange(huggingface)
Count the number of artists who trained at the San Francisco Art 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 COUNT(?uri) WHERE {?uri prop:training <http://dbpedia.org/resource/San_Francisco_Art_Institute> . ?uri rdf:type ont...
Orange(huggingface)
How many sports are played at the university whose president is Emanuel de Guzman?
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:president <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x onto:sport ?uri . ?uri r...
Orange(huggingface)
Name the musician who gave the music in Tonight's the night and is also wedded to Alana Stewart ?
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/Tonight's_the_Night_(2003_musical)> prop:music ?uri. <http://dbpedia.org/resource/Alana_Stewart> onto:spouse ?uri}
Orange(huggingface)
List all the artist of the TV shows which has McClain as one of the artist ?
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:artist <http://dbpedia.org/resource/McClain_(band)> . ?x prop:artist ?uri . ?x rdf:type onto:T...
Orange(huggingface)
How many producers have casted Michael Jackson?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:starring <http://dbpedia.org/resource/Michael_Jackson> . ?x prop:producer ?uri . }
Orange(huggingface)
Count everything garrisoned at the pentagon?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:garrison <http://dbpedia.org/resource/The_Pentagon> . }
Orange(huggingface)
Who had Joe Purcell and Winston Bryant as lieutenants?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:lieutenant res:Joe_Purcell . ?uri onto:lieutenant res:Winston_Bryant . }
Orange(huggingface)
Name the city served by Juhu Aerodrome?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Juhu_Aerodrome prop:cityServed ?uri }
Orange(huggingface)
Wringer (novel) and Maniac Magee is the notable work of which author?
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/Wringer_(novel)> . ?uri prop:notableworks <http://...
Orange(huggingface)
List all binomial authorities of the insects whose one of the binomial authority is douard Mntries?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:binomialAuthority res:Édouard_Ménétries . ?x onto:binomialAuthority ?uri . }
Orange(huggingface)
How many people have been presenters for NBC shows?
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:channel <http://dbpedia.org/resource/NBC> . ?x prop:presenter ?uri . ?uri rdf:type onto...
Orange(huggingface)
What is the magazine which have been founded by Ralph J. Gleason?
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:founder <http://dbpedia.org/resource/Ralph_J._Gleason> . ?uri rdf:type onto:Magazine}
Orange(huggingface)
List TV shows with producer as Erik Bork and company is DreamWorks Television ?
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:company <http://dbpedia.org/resource/DreamWorks_Television> . ?uri onto:producer <http://dbpedia.org/resource/Erik_Bork> . ?uri rdf:type ...
Orange(huggingface)
Mota Engil built bridges over which rivers?
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:builder <http://dbpedia.org/resource/Mota-Engil> . ?x onto:crosses ?uri . ?x rdf:type onto:Bri...
Orange(huggingface)
Which show's theme music composer's label is MapleMusic Recordings?
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:recordLabel <http://dbpedia.org/resource/MapleMusic_Recordings> . ?uri prop:themeMusicComposer...
Orange(huggingface)
Who is the office holder whose deputy was Andrew Peacock and predecessor was Alexander Downer?
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:deputy <http://dbpedia.org/resource/Andrew_Peacock> . ?uri onto:predecessor <http://dbpedia.o...
Orange(huggingface)
List bacterias whose order is Bacillales and division is Firmicutes?
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:order <http://dbpedia.org/resource/Bacillales> . ?uri onto:division <http://dbpedia.org/resource/Firmicutes> . ?uri rdf:type onto:Bacteri...
Orange(huggingface)
Was Don't Bring Me Down recorded in West Germany?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Don't_Bring_Me_Down> prop:recorded <http://dbpedia.org/resource/West_Germany> }
Orange(huggingface)
Who are some US colonels?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:rank <http://dbpedia.org/resource/Colonel_(United_States)> . }
Orange(huggingface)
Which companies are founded in the city of which Collin County Texas is a part?
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:part <http://dbpedia.org/resource/Collin_County,_Texas> . ?uri onto:foundationPlace ?x . ?uri rdf:type onto:Company}
Orange(huggingface)
Name the driver who had a pole finish in 1989 Portuguese Grand Prix?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:1989_Portuguese_Grand_Prix onto:poleDriver ?uri }
Orange(huggingface)
How many factions have fought in wars where Francois Marie Le Marchand de Lignery was involved?
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/François-Marie_Le_Marchand_de_Lignery> onto:battle ?x . ?x prop:c...
Orange(huggingface)
What is the former team of the american football players whose position is Running back?
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:position <http://dbpedia.org/resource/Tackle_(gridiron_football_position)> . ?x onto:formerTea...
Orange(huggingface)
Which company developed both Dart and Go?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dart_(programming_language)> onto:developer ?uri. <http://dbpedia.org/resource/Go_(programming_language)> onto:developer ?uri . }
Orange(huggingface)
Who is the author of Karakuri Dji Ultimo?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Karakuri_Dôji_Ultimo onto:author ?uri }
Orange(huggingface)