question
stringlengths
9
150
query
stringlengths
109
692
dataset-id
stringclasses
12 values
Was Heinrich Himmler ever a commanders of Army Group Oberrhein?
PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> prop:notableCommanders <http://dbpedia.org/resource/Heinrich_Himmler> }
lcquad
List the universities from a country where Norwegian language is officially accepted.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:officialLanguage <http://dbpedia.org/resource/Norwegian_language> . ?uri onto:country ?x . ?uri rdf:type onto:University}
lcquad
Name the incumbent of Linda Jenness ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Linda_Jenness onto:incumbent ?uri }
lcquad
Which companies makes cars assembled in Karachi, Pakistan?
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:assembly <http://dbpedia.org/resource/Karachi> . ?x prop:parentCompany ?uri . ?x rdf:type onto:Automobile}
lcquad
Which company founded by Fusajiro Yamauchi also provides services of Nintendo eShop ?
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_eShop> . ?uri rdf:...
lcquad
In which countries does the sea lie on whose shore is the city of Cumana?
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:cities <http://dbpedia.org/resource/Cumaná> . ?x onto:country ?uri . ?x rdf:type onto:Sea}
lcquad
Tirana is the largest city of which country?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:largestCity <http://dbpedia.org/resource/Tirana> . ?uri rdf:type onto:Country}
lcquad
From which countries are the people from who are an academic authority of the Western pygmy blue species?
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/Western_pygmy_blue> onto:binomialAuthority ?x . ?x onto:citizenship ?uri . ?x rdf:type onto:Person}
lcquad
Where is the headquarters of Sigma TV
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Sigma_TV prop:headquarters ?uri }
lcquad
Which scientist was advised by John Robert Woodyard?
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/John_Robert_Woodyard> . ?uri rdf:type onto:Scientist}
lcquad
What is the launch site of the Juno I which was also the ground of 2016 Fort Lauderdale Strikers season ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Juno_I onto:launchSite ?uri. res:2016_Fort_Lauderdale_Strikers_season onto:ground ?uri}
lcquad
Who has been married to both Penny Lancaster and Alana Stewart?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Penny_Lancaster onto:spouse ?uri. res:Alana_Stewart onto:spouse ?uri . }
lcquad
Count the affiliations of International Union of Anarchists?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/International_Union_of_Anarchists> prop:affiliation ?uri . }
lcquad
What is the alma mater of the scientist whose PhD advisor is Jean-Claude Latombe ?
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:doctoralAdvisor <http://dbpedia.org/resource/Jean-Claude_Latombe> . ?x prop:almaMater ?uri . ?x rdf:type onto:Scientist}
lcquad
List the people residing in Wilton, Connecticut?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:residence <http://dbpedia.org/resource/Wilton,_Connecticut> }
lcquad
What is the Location of the Peetz Table Wind Energy Center which is also the state of Ben Nighthorse Campbell ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Peetz_Table_Wind_Energy_Center prop:location ?uri. res:Ben_Nighthorse_Campbell prop:state ?uri}
lcquad
Count the water bodies that flow into the North Sea?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/North_Sea> prop:inflow ?uri . }
lcquad
Who was the First Driver of 1999 San Marino Grand Prix ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:1999_San_Marino_Grand_Prix prop:firstDriver ?uri }
lcquad
Bantam Spectra is the publisher of 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:publisher res:Bantam_Spectra . ?x onto:series ?uri . }
lcquad
Where is the sister station of Al Arabiya 99 located?
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/Al_Arabiya_99> . ?x prop:location ?uri . ?x rdf:type onto:RadioStation}
lcquad
Which common prime minister did Graham Richardson and Bon McMullan serve ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Graham_Richardson onto:primeMinister ?uri. res:Bob_McMullan onto:primeMinister ?uri . }
lcquad
How many things are produced by companies located in Tehran?
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 . }
lcquad
Which is the common past team of the Charlie Justice (American football player) and Bobby Hoppe ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charlie_Justice_(American_football_player)> prop:pastteams ?uri. <http://dbpedia.org/resource/Bobby_Hoppe> prop:pastteams ?uri . }
lcquad
Name the officeholder who hasa child named Augustus and has an associate named Marcus Bibulus ?
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:associate <http://dbpedia.org/resource/Marcus_Calpurnius_Bibulus> . ?uri prop:children <http://dbpedia.org/resource/Augustus> . ?uri rd...
lcquad
Which party won both the general electoin and the andhra pradesh election in 2004?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Indian_general_election,_2004_(Delhi)> onto:affiliation ?uri. <http://dbpedia.org/resource/Indian_general_election,_2004_(Andhra_Pradesh)> onto:affiliation ?uri . }
lcquad
Give me someone on the board of trinity house?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:board res:Trinity_House . }
lcquad
Whose leaders are Willem-Alexander and Fredis Refunjol?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:leader <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . ?uri onto:leader <http://dbpedia.org/resource/Fredis_Refunjol> . }
lcquad
Horses grandsired by Sundridge have won which awards?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:grandsire <http://dbpedia.org/resource/Sundridge_(horse)> . ?x onto:honours ?uri . ?x rdf:type onto:Horse}
lcquad
What is the river whose source region is North-Western Province, Zambia and river mouth is Indian Ocean?
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:sourceRegion <http://dbpedia.org/resource/North-Western_Province,_Zambia> . ?uri onto:riverMouth <http://dbpedia.org/resource/Indian_Oce...
lcquad
Who was on the first team in the GPs that were held at Watkins Glen, NY?
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:location <http://dbpedia.org/resource/Watkins_Glen,_New_York> . ?x prop:firstTeam ?uri . ?x rdf:type onto:GrandPrix}
lcquad
Name the movie whose screenplay is by Akiva Goldsman and directed by Joel Schumacher ?
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:screenplay <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri onto:director <http://dbpedia.org/resource/Joel_Schumacher> . ?uri rdf:t...
lcquad
What ethinicity of Linda Hogan is also the state of origin of Holmes Colbert ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Linda_Hogan onto:ethnicity ?uri. res:Holmes_Colbert onto:stateOfOrigin ?uri}
lcquad
What are the track and field events of Jamiatu Muslim Mindanao?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Jamiatu_Muslim_Mindanao prop:athletics ?uri }
lcquad
How many cities are close to Lake Victoria?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { <http://dbpedia.org/resource/Lake_Victoria> onto:nearestCity ?uri . }
lcquad
Is greasy pop recording the distributor of festival records?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:Greasy_Pop_Records onto:distributingLabel res:Festival_Records }
lcquad
What is the baseball team whose club manager's debut team is Houston Astros?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:debutTeam <http://dbpedia.org/resource/Houston_Astros> . ?uri onto:manager ?x . ?uri rdf:type onto:BaseballTeam}
lcquad
What cities are near to Nihoa which is also known as Bird Island ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Nihoa prop:nearestCity ?uri }
lcquad
Is Sloth in the Chordate phylum?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Sloth prop:phylum res:Chordate }
lcquad
Which shareholder of Naval Air facility Adak is also the operator of New Sanno Hotel ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:New_Sanno_Hotel prop:operator ?uri. res:Naval_Air_Facility_Adak prop:owner ?uri}
lcquad
What other awards have been given to Golden Globe winners?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:award res:Golden_Globe_Award . ?x prop:awards ?uri . }
lcquad
Which allegiance of the John Kotelawala is also the sovereign state of the Sanath Weerakoon ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:John_Kotelawala prop:allegiance ?uri. res:Sanath_Weerakoon onto:country ?uri}
lcquad
List the television shows whose network's sister names is N-tv.
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:sisterNames <http://dbpedia.org/resource/N-tv> . ?uri prop:network ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
God Defend New Zealand is the national anthem of which country?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE {?uri prop:nationalAnthem res:God_Defend_New_Zealand }
lcquad
Where do the rivers starting from Zambia end?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:sourceCountry <http://dbpedia.org/resource/Zambia> . ?x onto:riverMouth ?uri . ?x rdf:type onto:River}
lcquad
Which political party of kumta had affiliation with Indian general election, 2004 (Andhra Pradesh)
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kumta> prop:governmentType ?uri. <http://dbpedia.org/resource/Indian_general_election,_2004_(Andhra_Pradesh)> onto:affiliation ?uri}
lcquad
Who was member of boards at Royal Society and Trinity House?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?uri onto:board res:Royal_Society . ?uri onto:board res:Trinity_House . }
lcquad
Where is the king buried whose predecessor was Iyasu II?
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:predecessor <http://dbpedia.org/resource/Iyasu_II> . ?x prop:placeOfBurial ?uri . ?x rdf:type onto:Monarch}
lcquad
In how many different places have people beatified by Pope Pius X died?
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:beatifiedBy <http://dbpedia.org/resource/Pope_Pius_X> . ?x prop:deathPlace ?uri . ?uri rdf:type onto:Place}
lcquad
What faiths are followed by the relatives of Meadow Soprano?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Meadow_Soprano onto:relative ?x . ?x onto:religion ?uri . }
lcquad
Where is the headquarters of the public transit system which owns Target Field, a Metro Transit Station ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Target_Field_(Metro_Transit_station)> onto:owningOrganisation ?x . ?x prop:headquarters ?uri . }
lcquad
What is the nationality of Aishath Saffa ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Aishath_Saffa prop:nationality ?uri }
lcquad
who was the president under whom winston bryant served as a lieutenant?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:lieutenant res:Winston_Bryant }
lcquad
What are the bands associated with the artists of My Favorite Girl ?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/My_Favorite_Girl_(Dave_Hollister_song)> prop:artist ?x . ?x onto:associatedBand ?uri . }
lcquad
On what subjects was Broca's Brain written?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Broca's_Brain> prop:subject ?uri }
lcquad
Which parent organization of GetTV is also the label of next thing ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Next_Thing onto:recordLabel ?uri. res:GetTV onto:parentOrganisation ?uri}
lcquad
Which teams have used the stadium whose architect was Populous ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:architect <http://dbpedia.org/resource/Populous_(company)> . ?x onto:tenant ?uri . ?x rdf:type onto:Stadium}
lcquad
Name the route end of the North-South Transport Corridor and Mumbai Vadodara Expressway?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:North–South_Transport_Corridor onto:routeEnd ?uri. res:Mumbai_Vadodara_Expressway onto:routeEnd ?uri . }
lcquad
Is Albert P Clark buried in Colorado?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:Albert_P._Clark prop:placeofburial res:Colorado }
lcquad
Which hockey team is head coached by Bill Peters?
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:headCoach <http://dbpedia.org/resource/Bill_Peters_(ice_hockey)> . ?uri rdf:type onto:HockeyTeam}
lcquad
Count the number of religions followed by the alumini of Ananda College.
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:almaMater <http://dbpedia.org/resource/Ananda_College> . ?x onto:religion ?uri . }
lcquad
Which team did Wilfred McDonalds and Cam Plante play for?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Wilfred_McDonald prop:playedFor ?uri. res:Cam_Plante prop:playedFor ?uri . }
lcquad
What are the television shows whose network's stockholder is Warner Bros. Television?
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:owner <http://dbpedia.org/resource/Warner_Bros._Television> . ?uri onto:network ?x . ?uri rdf:type onto:TelevisionShow}
lcquad
Name the Fox TV show judged by Rand Jackson ?
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/Randy_Jackson> . ?uri prop:channel <http://dbpedia.org/resource/Fox_Broadcasting_Company> . ?uri rd...
lcquad
What is the total number of software whose programming language is C++ and operating system is Microsoft Windows?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE {?uri onto:programmingLanguage <http://dbpedia.org/resource/C++> . ?uri onto:operatingSystem <http://dbpedia.org/resource/Microsoft_Windows> }
lcquad
Name the city of Phil-Ellena ?
PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Phil-Ellena> onto:city ?uri }
lcquad
how many companies are located in a spanish speaking region?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:language <http://dbpedia.org/resource/Spanish_language> . ?uri onto:location ?x . ?uri rdf:type onto:Organisation}
lcquad
What is the combatant of the Northwest Indian War and also the ethnic group of the Linda Hogan
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Northwest_Indian_War prop:combatant ?uri. res:Linda_Hogan prop:ethnicity ?uri}
lcquad
Which airlines fly to Gimhae International Airport?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:targetAirport res:Gimhae_International_Airport }
lcquad
GetTV is owned by which organisation?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:GetTV onto:parentOrganisation ?uri }
lcquad
Name the islands that belong to the archipelago whose largest city is Papeete?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:largestCity res:Papeete . ?uri prop:archipelago ?x . }
lcquad
In which team did Dave Bing and Ron Reed started their basketball career?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Dave_Bing prop:draftTeam ?uri. res:Ron_Reed prop:draftTeam ?uri . }
lcquad
List the settlements area whose province is Metropolitan City of Venice ?
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:province <http://dbpedia.org/resource/Metropolitan_City_of_Venice> . ?uri rdf:type onto:Settlement}
lcquad
What was recorded by Live in Detroit, MI and also palce of birth of the Bodhin Kjolhede?
PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Live_in_Detroit,_MI> onto:recordedIn ?uri. <http://dbpedia.org/resource/Bodhin_Kjolhede> prop:placeOfBirth ?uri}
lcquad
From how many different institutes have the members of Judge Advocate General's Corps graduated?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT COUNT(?uri) WHERE { ?x onto:militaryRank <http://dbpedia.org/resource/Judge_Advocate_General's_Corps,_United_States_Army> . ?x onto:almaMater ?uri . ?uri rdf:type onto:EducationalInstitution}
lcquad
Whos a famous relative of anne spielberg?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:relation res:Anne_Spielberg . }
lcquad
To which city does Northeast Library belong?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Northeast_Library onto:city ?uri }
lcquad
What are the airline hubs of Cascade Airways?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Union_of_Cambodian_Democrats onto:ideology ?uri }
lcquad
Who has manufactured vehicles designed originally by NASA?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:designCompany <http://dbpedia.org/resource/NASA> . ?x onto:manufacturer ?uri . ?x rdf:type onto:Automobile}
lcquad
What is the order of the Henry Clay and profession of the William Luther Hill?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Henry_Clay prop:order ?uri. res:William_Luther_Hill onto:profession ?uri}
lcquad
What show has theme music composer as Ron Grainer and at the same time related to Class (2016 TV series)?
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:themeMusicComposer <http://dbpedia.org/resource/Ron_Grainer> . ?uri onto:related <http://dbpedia.org/resource/Class_(2016_TV_series)> ....
lcquad
What is the life stance of the ethnic groups related to Micronesia ?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x onto:related <http://dbpedia.org/resource/Micronesia> . ?x onto:religion ?uri . ?x rdf:type onto:EthnicGroup}
lcquad
Name the river whose mouth mountain is Southend-on-Sea and mouth place is Essex?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:mouthMountain <http://dbpedia.org/resource/Southend-on-Sea> . ?uri onto:mouthPlace <http://dbpedia.org/resource/Essex> . ?uri rdf:type onto:River}
lcquad
Which venue of indy PopCon is also the death palce of Louis Le Cocqq ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { res:Indy_PopCon prop:venue ?uri. res:Louis_LeCocq prop:placeOfDeath ?uri}
lcquad
What genre's softwares are released with a GNU GPL license?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { ?x prop:license res:GNU_General_Public_License . ?x prop:genre ?uri . }
lcquad
Is Christchurch the largest city of South Island?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> ASK WHERE { res:South_Island onto:largestCity res:Christchurch }
lcquad
Who is the leader of Allgemeine SS ?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Allgemeine_SS onto:leader ?uri }
lcquad
Giorgos Kaminis is the mayor of what?
PREFIX res: <http://dbpedia.org/resource/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:mayor res:Giorgos_Kaminis }
lcquad
Where is the headquarters of Metro Transit (Minnesota) ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Metro_Transit_(Minnesota)> prop:headquarters ?uri }
lcquad
Give me the count of all the names of characters created by Frank Miller
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT COUNT(?uri) WHERE { ?x prop:creators <http://dbpedia.org/resource/Frank_Miller_(comics)> . ?x prop:characterName ?uri . }
lcquad
Which fictional character portrayed in Terminator 2: Judgment Day is painted by Josh Friedman?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:portrayer <http://dbpedia.org/resource/Terminator_2:_Judgment_Day> . ?uri onto:creator <http://dbpedia.org/resource/Josh_Friedman> . ?uri rdf:type onto:FictionalCharacter}
lcquad
Where was the narrator of Spain on the Road Again born?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { res:Spain..._on_the_Road_Again onto:narrator ?x . ?x prop:birthPlace ?uri . }
lcquad
Does AMC Gremlin have the Volkswagen engine?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> ASK WHERE { res:AMC_Gremlin prop:engine res:Volkswagen }
lcquad
Name the movie with narrator as Trevor Peacock and music composer as Christophe Beck?
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:narrator <http://dbpedia.org/resource/Trevor_Peacock> . ?uri prop:music <http://dbpedia.org/resource/Christophe_Beck> . ?uri rdf:type o...
lcquad
Where did the scientist study whose doctoral thesis was supervised by Leonard Lerman?
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:doctoralAdvisor <http://dbpedia.org/resource/Leonard_Lerman> . ?x prop:almaMater ?uri . ?x rdf:type onto:Scientist}
lcquad
Where can one find some quick bread in the world?
PREFIX res: <http://dbpedia.org/resource/> PREFIX prop: <http://dbpedia.org/property/> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE { ?x prop:type res:Quick_bread . ?x onto:region ?uri . }
lcquad
What is the sea whose cities are Gdask and Oulu?
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:cities <http://dbpedia.org/resource/Gdańsk> . ?uri prop:cities <http://dbpedia.org/resource/Oulu> . ?uri rdf:type onto:Sea}
lcquad
What rivers originate from Australian Alps?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX onto: <http://dbpedia.org/ontology/> SELECT DISTINCT ?uri WHERE {?uri onto:sourcePlace <http://dbpedia.org/resource/Australian_Alps> . ?uri rdf:type onto:River}
lcquad
Which venues are located at places governed by John Roberts?
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:leader <http://dbpedia.org/resource/John_Roberts> . ?uri prop:address ?x . ?uri rdf:type onto:Venue}
lcquad
What is the venue of San Diego Comic-Con International ?
PREFIX prop: <http://dbpedia.org/property/> SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/San_Diego_Comic-Con_International> prop:venue ?uri }
lcquad
Which office holder owes its allegiance to a state whose capital town is Jamestown, Virginia?
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:capital <http://dbpedia.org/resource/Jamestown,_Virginia> . ?uri prop:allegiance ?x . ?uri rdf:type onto:OfficeHolder}
lcquad