question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Name the company founded in US and provides OneDrive as service ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:services <http://dbpedia.org/resource/OneDrive> . ?uri prop:foundation <http://dbpedia.org/resource/United_States> . ?uri rdf:type onto:...
julipc-p(huggingface)
Which manufacturer of the Boeing B-17 Flying fortress is the manager of burro Flats Painted Caves ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Burro_Flats_Painted_Cave> onto:governingBody ?uri. <http://dbpedia.org/resource/Boeing_B-17_Flying_Fortress> onto:manufacturer ?uri}
julipc-p(huggingface)
What is the information appliance whose successor is PlayStation 4 and maker is Foxconn?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:successor <http://dbpedia.org/resource/PlayStation_4> . ?uri prop:manufacturer <http://dbpedia.org/resource/Foxconn> . ?uri rdf:type ont...
julipc-p(huggingface)
What country provides a citizenship too Newin Chidchob and Seni Pramoj?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Newin_Chidchob prop:nationality ?uri. res:Seni_Pramoj onto:nationality ?uri}
julipc-p(huggingface)
Which person has opponent Ike Clanton?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:opponent <http://dbpedia.org/resource/Ike_Clanton> . ?uri rdf:type onto:Person}
julipc-p(huggingface)
Who is the builder of Atamurat-Kerkichi Bridge ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Atamurat-Kerkichi_Bridge> prop:builder ?uri }
julipc-p(huggingface)
name the mountain range of Le Gibloux ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Le_Gibloux onto:mountainRange ?uri }
julipc-p(huggingface)
Count me all the video game distributor whose parent company is Warner Bros ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:parent <http://dbpedia.org/resource/Warner_Bros.> . ?uri prop:distributor ?x . ?uri rdf:type onto:VideoGame}
julipc-p(huggingface)
Who all were involved in the wars fought by the commander Blue Jacket?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:commander <http://dbpedia.org/resource/Blue_Jacket> . ?x prop:combatant ?uri . ?x rdf:type onto:MilitaryConflict}
julipc-p(huggingface)
Who is the associate of Thomas Bryan Martin ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Thomas_Bryan_Martin onto:associate ?uri }
julipc-p(huggingface)
In what wars was Steve Buyer involved?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Steve_Buyer onto:battle ?uri }
julipc-p(huggingface)
What is the profession of the children of Herbert Pell ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Herbert_Pell prop:children ?x . ?x onto:profession ?uri . }
julipc-p(huggingface)
Which astronauts went on the Gemini 8 mission?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:mission <http://dbpedia.org/resource/Gemini_8> . ?uri rdf:type onto:Astronaut}
julipc-p(huggingface)
Erik Jendresen is the writer of which television show?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:writer <http://dbpedia.org/resource/Erik_Jendresen> . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Where is the station whose sister channel is the Channel 3 in Thailand?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:sisterStations <http://dbpedia.org/resource/Channel_3_(Thailand)> . ?x prop:city ?uri . ?x rdf:type onto:TelevisionStation}
julipc-p(huggingface)
How many people have written stuff broadcasted on the Tokyo Broadcasting System?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:network <http://dbpedia.org/resource/Tokyo_Broadcasting_System> . ?x prop:writer ?uri . ?uri rdf:type onto:Person}
julipc-p(huggingface)
What is the mascot of the military unit whose commander is Herbert Bautista ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:notableCommander <http://dbpedia.org/resource/Herbert_Bautista> . ?x prop:mascot ?uri . ?x rdf:type onto:MilitaryUnit}
julipc-p(huggingface)
Which new Mexico based company produces Surface ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:foundation <http://dbpedia.org/resource/New_Mexico> . ?uri onto:product <http://dbpedia.org/resource/Microsoft_Surface> . ?uri rdf:type ...
julipc-p(huggingface)
Who is the person who are on the board of Freedom of the City?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:board <http://dbpedia.org/resource/Freedom_of_the_City> . ?uri rdf:type onto:Person}
julipc-p(huggingface)
What cities are around the sea which flows into Marmara?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:inflow <http://dbpedia.org/resource/Sea_of_Marmara> . ?x prop:cities ?uri . ?x rdf:type onto:Sea}
julipc-p(huggingface)
Companies headquartered in Geneva own which TV Shows?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:headquarter res:Geneva . ?uri prop:company ?x . }
julipc-p(huggingface)
Who died due to Morphine ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:deathCause res:Morphine . }
julipc-p(huggingface)
Which purpose of the Maharashtra Chess Association is Abhijit kunte is also know for ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Maharashtra_Chess_Association prop:purpose ?uri. res:Abhijit_Kunte prop:knownFor ?uri}
julipc-p(huggingface)
What does the famous relative of Levon Ashotovich Grigorian do for a living?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:relatives res:Levon_Ashotovich_Grigorian . ?x onto:occupation ?uri . }
julipc-p(huggingface)
Where is the debut team of Shaquil Barrett located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Shaquil_Barrett prop:debutteam ?x . ?x onto:locationCity ?uri . }
julipc-p(huggingface)
Who owns Ivanpah Solar Power Facility?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Ivanpah_Solar_Power_Facility onto:owner ?uri }
julipc-p(huggingface)
What artist of Charing Cross Bridge influenced Dorothea Sharp in her career?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charing_Cross_Bridge_(Monet_series)> prop:artist ?uri. <http://dbpedia.org/resource/Dorothea_Sharp> prop:influencedBy ?uri}
julipc-p(huggingface)
What is the game whose genre is Mind sport?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:genre <http://dbpedia.org/resource/Mind_sport> . ?uri rdf:type onto:Game}
julipc-p(huggingface)
List the awards given to the race horses bred by Willis Sharpe Kilmer.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:breeder <http://dbpedia.org/resource/Willis_Sharpe_Kilmer> . ?x onto:honours ?uri . ?x rdf:type onto:RaceHorse}
julipc-p(huggingface)
Which country's engineered have studied at Aero Klub in Wroclaw?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:institution res:AeroKlub_Wrocław . ?x prop:nationality ?uri . }
julipc-p(huggingface)
What is the common place where USS Camp DE-251 was built, and is one of the destinations of Emerald Air?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/USS_Camp_(DE-251)> prop:shipBuilder ?uri. <http://dbpedia.org/resource/Emerald_Air_(United_States)> onto:destination ?uri}
julipc-p(huggingface)
List the religions of the commanders of Royal Thai Army.
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Royal_Thai_Army prop:notableCommanders ?x . ?x onto:religion ?uri . }
julipc-p(huggingface)
What is the official name of Arkansas wine ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Arkansas_wine prop:officialName ?uri }
julipc-p(huggingface)
Which country is the birth place of Marcus Samuelsson and Samuel of Waldebba ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Marcus_Samuelsson prop:birthPlace ?uri. res:Samuel_of_Waldebba prop:placeOfBirth ?uri}
julipc-p(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 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:MilitaryPerson}
julipc-p(huggingface)
Where is the head quarters of the parent company of Mall of America located?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Mall_of_America prop:owned ?x . ?x prop:headquarters ?uri . }
julipc-p(huggingface)
Bridge that starts at Seberang Perai crosses over what?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:routeStart res:Seberang_Perai . ?x prop:crosses ?uri . }
julipc-p(huggingface)
what cities are located on the sides of mediterranean sea?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Mediterranean_Sea prop:cities ?uri }
julipc-p(huggingface)
What is the purpose of some Maharashtran organizations?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:headquarter <http://dbpedia.org/resource/Maharashtra> . ?x prop:purpose ?uri . ?x rdf:type onto:Organisation}
julipc-p(huggingface)
In how many territories were the wars fought where Fusil Gras Mile 1874 were used?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Fusil_Gras_mle_1874> onto:usedInWar ?x . ?x onto:territory ?uri . ?x rdf:type onto:MilitaryConflict}
julipc-p(huggingface)
Mota Engil built bridges over which rivers?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:builder <http://dbpedia.org/resource/Mota-Engil> . ?x onto:crosses ?uri . ?x rdf:type onto:Bridge}
julipc-p(huggingface)
How many other field are there of the scientists whose one of the field is Mathematics ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:field <http://dbpedia.org/resource/Mathematics> . ?x onto:field ?uri }
julipc-p(huggingface)
Twin cities 400 is operated by what city, which is the birthplace of Leona Baumgarter?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Twin_Cities_400 onto:operatedBy ?uri. res:Leona_Baumgartner onto:birthPlace ?uri}
julipc-p(huggingface)
How many people currently play for the NYC FC?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:currentclub <http://dbpedia.org/resource/New_York_City_FC> . }
julipc-p(huggingface)
In how many other states do people live, whose languages are spoken in Nebraska?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Nebraska> onto:language ?x . ?x prop:region ?uri . }
julipc-p(huggingface)
Name the alma mater of Michael hahn ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Michael_Hahn onto:almaMater ?uri }
julipc-p(huggingface)
What is the mascot of the unit whose garrison is Canberra ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:garrison <http://dbpedia.org/resource/Canberra> . ?x prop:mascot ?uri . ?x rdf:type onto:MilitaryUnit}
julipc-p(huggingface)
List the governers of Jimmie Lou Fisher?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jimmie_Lou_Fisher prop:governor ?uri }
julipc-p(huggingface)
How many people have played for a club whose coach is Fred Hoiberg?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:coach <http://dbpedia.org/resource/Fred_Hoiberg> . ?uri prop:team ?x . }
julipc-p(huggingface)
Who discovered Callisto ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Callisto_(moon)> onto:discoverer ?uri }
julipc-p(huggingface)
which politician is currently ruling over Rishkiesh?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Rishikesh onto:leaderName ?uri }
julipc-p(huggingface)
Where is Carmel Winery?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Carmel_Winery prop:locationCountry ?uri }
julipc-p(huggingface)
Name the architect of Marine Corps Air Station Kaneohe Bay ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Marine_Corps_Air_Station_Kaneohe_Bay prop:architect ?uri }
julipc-p(huggingface)
How many different organizations own the railway lines which are a part of Norfolk Southern Railway?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:system <http://dbpedia.org/resource/Norfolk_Southern_Railway> . ?x prop:owner ?uri . ?uri rdf:type onto:Organisation}
julipc-p(huggingface)
Name the parts of the settlements which has New Braunfels as one of the parts ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:part <http://dbpedia.org/resource/New_Braunfels,_Texas> . ?x onto:part ?uri . ?x rdf:type onto:Settlement}
julipc-p(huggingface)
Which shows had their painters born in England?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:birthPlace <http://dbpedia.org/resource/England> . ?uri onto:creator ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
Which mountain is located in inyo National Forest and has a parent peak named Nevado de Toluca ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:locatedInArea <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri onto:parentMountainPeak <http://dbpedia.org/resource/Nevado_de_Toluca> . ?uri rdf:type onto:Mountain}
julipc-p(huggingface)
Which office holder's resting place is William Henry Harrison Tomb State Memorial and has governor named Charles Willing Byrd?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:restingplace <http://dbpedia.org/resource/William_Henry_Harrison_Tomb_State_Memorial> . ?uri onto:governor <http://dbpedia.org/resource/...
julipc-p(huggingface)
Where was the movie after Khiladi 786 recorded?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Khiladi_786> prop:nextAlbum ?x . ?x prop:recorded ?uri . ?x rdf:type onto:Film}
julipc-p(huggingface)
Who are the politicians whose death place is Ontario?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:deathPlace <http://dbpedia.org/resource/Ontario> . ?uri rdf:type onto:Politician}
julipc-p(huggingface)
Which statesman is married to Dolley Madison?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:spouse <http://dbpedia.org/resource/Dolley_Madison> . ?uri rdf:type onto:OfficeHolder}
julipc-p(huggingface)
How many theme musics have been composed by Julian Gingell?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:themeMusicComposer <http://dbpedia.org/resource/Julian_Gingell> . }
julipc-p(huggingface)
Name the monarch of L Buwei ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Lü_Buwei onto:monarch ?uri }
julipc-p(huggingface)
Name the musician who was given label by Celluloid Records and has been associated with Africa'70 ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:label <http://dbpedia.org/resource/Celluloid_Records> . ?uri onto:associatedMusicalArtist <http://dbpedia.org/resource/Africa_'70_(band)...
julipc-p(huggingface)
What is the stylistic origin of Wizard rock ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Wizard_rock onto:stylisticOrigin ?uri }
julipc-p(huggingface)
List the fields of the scientists with Sanskrit as one of the interest ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:fields <http://dbpedia.org/resource/Sanskrit> . ?x prop:fields ?uri . ?x rdf:type onto:Scientist}
julipc-p(huggingface)
Of all the teams that Andrew Economos played for, which one did Jerrel Jackson play his first game for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jerrell_Jackson onto:debutTeam ?uri. res:Andrew_Economos onto:formerTeam ?uri}
julipc-p(huggingface)
What are the movies whose director's daughter is Luke Scott?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:child <http://dbpedia.org/resource/Luke_Scott_(director)> . ?uri prop:director ?x . ?uri rdf:type onto:Film}
julipc-p(huggingface)
List the other members of the band of which Juelz Santana is a part?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:currentMembers <http://dbpedia.org/resource/Juelz_Santana> . ?x onto:bandMember ?uri . ?x rdf:type onto:Band}
julipc-p(huggingface)
Give me a count of everything made by the company which offers electronical manufacturing too.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:service <http://dbpedia.org/resource/Electronics_manufacturing_services> . ?uri onto:manufacturer ?x . }
julipc-p(huggingface)
How many games have been composed by Hirokazu Tanaka?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri prop:composer <http://dbpedia.org/resource/Hirokazu_Tanaka> . ?uri rdf:type onto:VideoGame}
julipc-p(huggingface)
Who are the tenants of the stadium where the UFC 140 is located?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/UFC_140> onto:location ?x . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium}
julipc-p(huggingface)
Which kmascot od seneca Academy is also the species of The Fox and the Cat ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:The_Fox_and_the_Cat prop:species ?uri. res:Seneca_Academy_and_Circle_School prop:mascot ?uri}
julipc-p(huggingface)
Name the university whose affiliations's foundation place is Washington, D.C.?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:foundationPlace <http://dbpedia.org/resource/Washington,_D.C.> . ?uri prop:affiliations ?x . ?uri rdf:type onto:University}
julipc-p(huggingface)
What awards did the cast members of Gods of Egypt win?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gods_of_Egypt_(film)> onto:starring ?x . ?x prop:awards ?uri . }
julipc-p(huggingface)
Where can I find people whose hometown is Ann Arbour in Michigan?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:homeTown <http://dbpedia.org/resource/Ann_Arbor,_Michigan> . ?x onto:residence ?uri . ?x rdf:type onto:Person}
julipc-p(huggingface)
What is the former team of the Athens borned basketball players ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:birthPlace <http://dbpedia.org/resource/Athens> . ?x onto:formerTeam ?uri . ?x rdf:type onto:BasketballPlayer}
julipc-p(huggingface)
In which city is the hub airport of Club One Air?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Club_One_Air onto:hubAirport ?x . ?x prop:cityServed ?uri . }
julipc-p(huggingface)
Where did the relatives of Gustavo Rojas Pinilla study?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:relation res:Gustavo_Rojas_Pinilla . ?x prop:almaMater ?uri . }
julipc-p(huggingface)
For how many things are americans famous for?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:placeOfBirth <http://dbpedia.org/resource/United_States> . ?x onto:knownFor ?uri . }
julipc-p(huggingface)
Who is the successor of McDonnell Douglas ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:McDonnell_Douglas prop:successor ?uri }
julipc-p(huggingface)
What is the publisher of Lucifer's Hammer ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucifer's_Hammer> onto:publisher ?uri }
julipc-p(huggingface)
List the origin of the weapons which were used in the American Revolutionary War.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:usedInWar <http://dbpedia.org/resource/American_Revolutionary_War> . ?x prop:origin ?uri . ?x rdf:type onto:Weapon}
julipc-p(huggingface)
Purnima Banerjee and Rishang Keishing are politicians of what party ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Rishang_Keishing prop:party ?uri. res:Purnima_Banerjee onto:party ?uri}
julipc-p(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 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 ?x . ?uri rdf:type onto:TelevisionShow}
julipc-p(huggingface)
List the former team of the american football players born in Pennsylvania ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:birthPlace <http://dbpedia.org/resource/Pennsylvania> . ?x onto:formerTeam ?uri . ?x rdf:type onto:AmericanFootballPlayer}
julipc-p(huggingface)
Which company founded by Fusajiro Yamauchi gives service as Nintendo Network?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:foundedBy <http://dbpedia.org/resource/Fusajiro_Yamauchi> . ?uri prop:services <http://dbpedia.org/resource/Nintendo_Network> . ?uri rdf...
julipc-p(huggingface)
Richard Gant did a guest appearance on which series?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:guests res:Richard_Gant . ?x onto:series ?uri . }
julipc-p(huggingface)
How many things belong to a division of plant kingdom?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:kingdom <http://dbpedia.org/resource/Plant> . ?uri onto:division ?x . }
julipc-p(huggingface)
What is that show whose theme was composed by Joel Goodman?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:themeMusicComposer <http://dbpedia.org/resource/Joel_Goodman> . ?x prop:showName ?uri . ?x rdf:type onto:TelevisionShow}
julipc-p(huggingface)
What is the field of the Jon Speelman and occupation of the Karen Grigorian?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Jon_Speelman onto:field ?uri. res:Karen_Grigorian onto:occupation ?uri}
julipc-p(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 onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:capital <http://dbpedia.org/resource/History_of_Trier> . ?uri rdf:type onto:Country}
julipc-p(huggingface)
List the uni. having affiliation with Graham Holding Company and have a campus in Iowa ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:affiliations <http://dbpedia.org/resource/Graham_Holdings_Company> . ?uri onto:campus <http://dbpedia.org/resource/Iowa> . ?uri rdf:type...
julipc-p(huggingface)
Where was Antonio Giannini born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Antonio_Giannini onto:birthPlace ?uri }
julipc-p(huggingface)
What movies have been produced by the production house owned by Larry J. Franco?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:producer res:Larry_J._Franco }
julipc-p(huggingface)
What is the death location of the scientist who is the known authority of Hallopus ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hallopus> onto:binomialAuthority ?x . ?x onto:deathPlace ?uri . ?x rdf:type onto:Scientist}
julipc-p(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 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}
julipc-p(huggingface)
Which companies have launched a rocket from Cape Canaveral Air Force station?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x onto:manufacturer ?uri . ?x rdf:type onto:Rocket}
julipc-p(huggingface)
Name everyone working for a company owned by Roman Abramovich.
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:owningCompany res:Roman_Abramovich . ?uri onto:occupation ?x . }
julipc-p(huggingface)
Who astronaut from NASA was on the mission of Apollo 11?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri prop:mission <http://dbpedia.org/resource/Apollo_11> . ?uri prop:type <http://dbpedia.org/resource/NASA> . ?uri rdf:type onto:Astronaut}
julipc-p(huggingface)