question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Which professional fighter, who is also a politician and was elected to House of Representatives of the Philippines?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:occupation res:House_of_Representatives_of_the_Philippines }
lcquad
List the comic characters created by Joe Shuster ?
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:creators <http://dbpedia.org/resource/Joe_Shuster> . ?uri rdf:type onto:ComicsCharacter}
lcquad
Which kind of conventions are held in Rosemont, Illinois?
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:location <http://dbpedia.org/resource/Rosemont,_Illinois> . ?x prop:genre ?uri . ?x rdf:type onto:Convention}
lcquad
What city is located on the mouth of Duwamish River?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Duwamish_River onto:riverMouth ?x . ?x prop:cities ?uri . }
lcquad
Which governer of Winston Bryant is the president of Joseph Stiglitz ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Winston_Bryant prop:governor ?uri. res:Joseph_Stiglitz prop:president ?uri}
lcquad
How many people have led agencies in German occupied Europe?
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 . }
lcquad
Where did the plays written by Robert Schenkkan take place?
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:writer <http://dbpedia.org/resource/Robert_Schenkkan> . ?x prop:place ?uri . ?x rdf:type onto:Play}
lcquad
Under which president did the predecessor of Simon Ferro work?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:successor res:Simon_Ferro . ?x onto:president ?uri . }
lcquad
Name some ww1 veterans?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:battles res:World_War_I . }
lcquad
Who appointed both John Drayton and William Clark to their respective offices?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:John_Drayton prop:appointer ?uri. res:William_Clark prop:appointer ?uri . }
lcquad
Which operator of New Sanno Hotel is also the governing body of the Oahu Railway and Land Company ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:New_Sanno_Hotel prop:operator ?uri. res:Oahu_Railway_and_Land_Company prop:governingBody ?uri}
lcquad
Which predecessor of Alexander Downer was deputy to Neil Brown ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:predecessor <http://dbpedia.org/resource/Alexander_Downer> . ?uri prop:deputy <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> . }
lcquad
Which are the predecessor of Chevrolet Caprice?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Chevrolet_Caprice onto:predecessor ?uri }
lcquad
Who wrote the album coming right before Dead Man's Chest's OST?
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:nextAlbum <http://dbpedia.org/resource/Pirates_of_the_Caribbean:_Dead_Man's_Chest_(soundtrack)> . ?x prop:writer ?uri . ?x rdf:type onto...
lcquad
What is the series of the book which is a subsequent work of Blade Runner 2: The Edge of Human ?
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/Blade_Runner_2:_The_Edge_of_Human> onto:subsequentWork ?x . ?x onto:series ?uri . ?x rdf:type onto:Book}
lcquad
For how many cities's teams did David Bowens play?
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/David_Bowens> onto:formerTeam ?x . ?x onto:locationCity ?uri . ?x rdf:type onto:SportsTeam}
lcquad
Is Anne Hidalgo the mayor of Paris?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Paris onto:mayor res:Anne_Hidalgo }
lcquad
In which countries have models hanged themselves?
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:deathCause <http://dbpedia.org/resource/Suicide_by_hanging> . ?x prop:citizenship ?uri . ?x rdf:type onto:Model}
lcquad
Is the Vadodara railway junction onwed by Indian Railway Ministry?
PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { <http://dbpedia.org/resource/Vadodara_Junction_railway_station> onto:owningOrganisation <http://dbpedia.org/resource/Ministry_of_Railways_(India)> }
lcquad
What city gave birth to Mishal Raheja and also houses New India Assurance?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Mishal_Raheja onto:birthPlace ?uri. res:New_India_Assurance prop:location ?uri . }
lcquad
Which TV show whose theme is composed by someone signed up with ATO records?
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/ATO_Records> . ?uri prop:themeMusicComposer ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
Which models were featured in Playboy Playmates 1954?
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:succeeded <http://dbpedia.org/resource/List_of_Playboy_Playmates_of_1954> . ?uri rdf:type onto:PlayboyPlaymate}
lcquad
What currencies have been prevalent in the country whose national anthem is La Marseillaise?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:anthem res:La_Marseillaise . ?x onto:currency ?uri . }
lcquad
Who is the relative of Jim Farley (businessman) ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Farley_(businessman)> prop:relatives ?uri }
lcquad
Is Latin the official language of Sovereign Military Order of Malta?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Sovereign_Military_Order_of_Malta onto:officialLanguage res:Latin }
lcquad
Where do the politicians, Blanche Bruce and John Franklin Miller work?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blanche_Bruce> prop:office ?uri. <http://dbpedia.org/resource/John_Franklin_Miller_(senator)> prop:office ?uri . }
lcquad
Name an American football player whose debuted in Chicago Bears and former team is 1998 Baltimore Ravens season?
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:debutteam <http://dbpedia.org/resource/Chicago_Bears> . ?uri onto:formerTeam <http://dbpedia.org/resource/1998_Baltimore_Ravens_season> ...
lcquad
Name a river with source country as Zambia and source location as Ikelenge District?
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:sourceCountry <http://dbpedia.org/resource/Zambia> . ?uri prop:sourceLocation <http://dbpedia.org/resource/Ikelenge_District> . ?uri rd...
lcquad
Does Ford own the Ford Kansas Assembly plant?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Ford_Kansas_City_Assembly_Plant onto:owningOrganisation res:Ford_Motor_Company }
lcquad
Which fields of the Paul Demiville is also the faith of Koay Teng Hai ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Paul_Demiéville prop:fields ?uri. res:Koay_Teng_Hai onto:religion ?uri}
lcquad
Name the institute of Alton Ochsner ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Alton_Ochsner onto:institution ?uri }
lcquad
What movies have been written by authors of Monty Python ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:writer <http://dbpedia.org/resource/Monty_Python> . ?uri rdf:type onto:Film}
lcquad
Who was the cover artist of The Adventure of Tom Sawyer also wrote mark Twain Tonight ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:The_Adventures_of_Tom_Sawyer onto:coverArtist ?uri. res:Mark_Twain_Tonight prop:writer ?uri}
lcquad
Name the scientist whose academic advisor is Karl Ewald Hasse and supervisor is Georg Meissner?
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:academicAdvisor <http://dbpedia.org/resource/Karl_Ewald_Hasse> . ?uri prop:doctoralAdvisor <http://dbpedia.org/resource/Georg_Meissner> ...
lcquad
Where do current famous NatGeo photographers live?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:knownFor <http://dbpedia.org/resource/National_Geographic_(magazine)> . ?x onto:residence ?uri . ?x rdf:type onto:Photographer}
lcquad
Georg Meissner was doctoral supervisor of which scientist ?
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:doctoralAdvisor <http://dbpedia.org/resource/Georg_Meissner> . ?uri rdf:type onto:Scientist}
lcquad
Did Stanlee write the Tales of Suspense?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Tales_of_Suspense prop:writers res:Stan_Lee }
lcquad
Name the common home port of the Trishna (yacht) and INS Viraat (R22)?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Trishna_(yacht)> onto:homeport ?uri. <http://dbpedia.org/resource/INS_Viraat_(R22)> onto:homeport ?uri . }
lcquad
does the US navy have the structure of command of us department of defence?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:United_States_Navy prop:commandStructure res:United_States_Department_of_Defense }
lcquad
Name books with publisher as Francisco de Robles and writer as Miguel de Cervantes ?
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:publisher <http://dbpedia.org/resource/Francisco_de_Robles> . ?uri prop:author <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?uri...
lcquad
Who owns the schools which have a penguin as its mascot?
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:mascot <http://dbpedia.org/resource/Penguin> . ?x onto:authority ?uri . ?x rdf:type onto:School}
lcquad
River which flows into the eugene mahoney state park pass through which states?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:mouthLocation res:Eugene_T._Mahoney_State_Park . ?x onto:state ?uri . }
lcquad
What nation is Hornito located in, where Jamie Bateman Cayn died too?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jaime_Bateman_Cayón> onto:deathPlace ?uri. <http://dbpedia.org/resource/Hornito,_Chiriquí> onto:country ?uri . }
lcquad
Which TV show had a judge named Harry Connick, Jr. and was presented by Ryan Seacrest?
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:judges <http://dbpedia.org/resource/Harry_Connick,_Jr.> . ?uri onto:presenter <http://dbpedia.org/resource/Ryan_Seacrest> . ?uri rdf:ty...
lcquad
Name the resting place of Fazlur Rahman Khan ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Fazlur_Rahman_Khan onto:restingPlace ?uri }
lcquad
Which arena of WPC Dynamo Moscow is death location of Tigran Petrosian >
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:WPC_Dynamo_Moscow prop:arena ?uri. res:Tigran_Petrosian onto:deathPlace ?uri}
lcquad
what cities are close by LoDaisKa ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:LoDaisKa_Site onto:nearestCity ?uri }
lcquad
Which wars were fought when the commanders involved served under PM Choi Tu Son?
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:primeminister <http://dbpedia.org/resource/Choi_Tu-son> . ?uri onto:commander ?x . ?uri rdf:type onto:MilitaryConflict}
lcquad
Who is the meaning of Isa ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> prop:meaning ?uri }
lcquad
Who is venerated in Judaism and Islam?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:veneratedIn res:Judaism . ?uri onto:veneratedIn res:Islam . }
lcquad
Count the number teams which have former ice hockey players which also included American Hockey League ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:formerTeam <http://dbpedia.org/resource/American_Hockey_League> . ?x onto:formerTeam ?uri }
lcquad
Name the common editor of Easy Street (film) and Work (film)?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Easy_Street_(film)> onto:editing ?uri. <http://dbpedia.org/resource/Work_(film)> onto:editing ?uri . }
lcquad
List all the schools of the rugby player whose went to school named Pietermaritzburg ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:school res:Pietermaritzburg . ?x prop:school ?uri . }
lcquad
Name the office of Richard Coke ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Richard_Coke prop:office ?uri }
lcquad
Which river does the Brooklyn Bridge cross?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Brooklyn_Bridge onto:crosses ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Give me the websites of companies with more than 500000 employees.
PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX onto: <http://dbpedia.org/ontology/> PREFIX prop: <http://dbpedia.org/property/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?string WHERE { ?subject rdf:type onto:Company . ?subject prop:numEmployees ?employees . FILTER(DATATYPE(?employees)...
julipc-p(huggingface)
What is the official website of Tom Cruise?
PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?string WHERE { res:Tom_Cruise foaf:homepage ?string . }
julipc-p(huggingface)
Give me all movies with Tom Cruise.
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:Film. ?uri onto:starring res:Tom_Cruise . OPTIONAL {?uri rdfs:labe...
julipc-p(huggingface)
Who created Wikipedia?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Wikipedia onto:author ?uri . OPTIONAL { ?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
How many films did Hal Roach produce?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT COUNT(DISTINCT ?uri) WHERE { ?uri onto:producer res:Hal_Roach . }
julipc-p(huggingface)
In which country does the Nile start?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Nile onto:sourceCountry ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Which states of Germany are governed by the Social Democratic Party?
PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type yago:StatesOfGermany . { ...
julipc-p(huggingface)
How tall is Claudia Schiffer?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?height WHERE { res:Claudia_Schiffer onto:height ?height . }
julipc-p(huggingface)
Which television shows were created by Walt Disney?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:TelevisionShow . ?uri onto:creator res:Walt_Disney . OPTIONAL { ?u...
julipc-p(huggingface)
What is the highest place of Karakoram?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Karakoram onto:highestPlace ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Give me all cities in New Jersey with more than 100000 inhabitants.
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:City . ?uri onto:isPar...
julipc-p(huggingface)
Which actors were born in Germany?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:Actor . { ?uri onto:birthPlace res:Germany . } UNION { ?uri onto:b...
julipc-p(huggingface)
Give me all actors starring in Batman Begins.
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Batman_Begins onto:starring ?uri . OPTIONAL { ?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Which mountain is the highest after the Annapurna?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Annapurna onto:elevation ?elevation . ?uri rdf:type onto:Mountain . ?uri onto:ele...
julipc-p(huggingface)
Who designed the Brooklyn Bridge?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Brooklyn_Bridge prop:designer ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Was Natalie Portman born in the United States?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> ASK WHERE { res:Natalie_Portman onto:birthPlace ?city . ?city onto:country res:United_States . }
julipc-p(huggingface)
Which countries have more than two official languages?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:Country . ?uri onto:officialLanguage ?language . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = ...
julipc-p(huggingface)
Who created Goofy?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Goofy onto:creator ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Give me all soccer clubs in Spain.
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:SoccerClub . { ?uri on...
julipc-p(huggingface)
Who wrote the book The pillars of the Earth?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:The_Pillars_of_the_Earth onto:author ?uri . OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Who is the mayor of New York City?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?uri ?string WHERE { res:New_York_City onto:leaderName ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Which organizations were founded in 1950?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX prop: <http://dbpedia.org/property/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:Organisation . { ?uri prop:foundation ?date . } UNION { ?uri onto...
julipc-p(huggingface)
Which presidents were born in 1945?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { { ?uri rdf:type onto:President . } UNION { ?uri rdf:type yago:Presidents . } ?uri ...
julipc-p(huggingface)
Who is the daughter of Bill Clinton married to?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Bill_Clinton onto:child ?child . ?child prop:spouse ?string . ?uri rdfs:label ?string . }
julipc-p(huggingface)
Through which countries does the Yenisei river flow?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Yenisei_River prop:country ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Which museum exhibits The Scream by Munch?
PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:The_Scream prop:museum ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Give me the capitals of all countries in Africa.
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?states rdf:type yago:AfricanCountries . ?states onto:capital ?uri . OPTIONAL { ?u...
julipc-p(huggingface)
Which states border Illinois?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Illinois prop:borderingstates ?uri . OPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') . } }
julipc-p(huggingface)
Which countries have places with more than two caves?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?cave rdf:type onto:Cave . ?cave onto:location ?uri . ?uri rdf:type onto:Country . OPTIONAL { ?uri rdfs:label ?string. FILTER (l...
julipc-p(huggingface)
Which European countries have a constitutional monarchy?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type yago:EuropeanCountries . ...
julipc-p(huggingface)
What is the highest mountain in Australia?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:Mountain . ?uri onto:locatedInArea res:Australia . ?uri onto:eleva...
julipc-p(huggingface)
Which capitals in Europe were host cities of the summer olympic games?
PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type yago:CapitalsInEurope . ?uri rdf:type yago:HostCitiesOfTheSummerOlympicGames . OPTIONAL { ?uri rdfs:label ?strin...
julipc-p(huggingface)
Who was the wife of U.S. president Lincoln?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Abraham_Lincoln onto:spouse ?uri. OPTIONAL { ?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Which airports are located in California, USA?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:Airport . ?uri onto:location res:California . OPTIONAL { ?uri rdfs...
julipc-p(huggingface)
Which classis does the Millepede belong to?
PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Millipede prop:classis ?string . ?uri rdfs:label ?string . }
julipc-p(huggingface)
Is Christian Bale starring in Batman Begins?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> ASK WHERE { res:Batman_Begins onto:starring res:Christian_Bale . }
julipc-p(huggingface)
In which programming language is GIMP written?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:GIMP onto:programmingLanguage ?uri . OPTIONAL { ?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
In which country is the Limerick Lake?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { res:Limerick_Lake onto:country ?uri . OPTIONAL { ?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } }
julipc-p(huggingface)
Which monarchs of the United Kingdom were married to a German?
PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type yago:MonarchsOfTheUnitedK...
julipc-p(huggingface)
Give me all female German chancellors.
PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type yago:FemaleHeadsOfGovernm...
julipc-p(huggingface)
Give me all video games published by Mean Hamster Software.
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX prop: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:VideoGame . { ?uri pro...
julipc-p(huggingface)
Who produced films starring Natalie Portman?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?film rdf:type onto:Film . ?film onto:starring res:Natalie_Portman . ?film onto:produ...
julipc-p(huggingface)
In which films did Julia Roberts as well as Richard Gere play?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri ?string WHERE { ?uri rdf:type onto:Film . ?uri onto:starring res:Julia_Roberts . ?uri onto:starring r...
julipc-p(huggingface)
How many films did Leonardo DiCaprio star in?
PREFIX onto: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT COUNT(DISTINCT ?uri) WHERE { ?uri rdf:type onto:Film . ?uri onto:starring res:Leonardo_DiCaprio . }
julipc-p(huggingface)
When did Finland join the EU?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?date WHERE { res:Finland prop:accessioneudate ?date . }
julipc-p(huggingface)