ID
stringlengths 11
46
| answers
sequence | composition_answer
stringlengths 0
41
| compositionality_type
stringclasses 4
values | created
stringlengths 19
19
| machine_question
stringlengths 21
172
| question
stringlengths 19
168
| sparql
stringlengths 127
1.39k
| webqsp_ID
stringlengths 9
13
| webqsp_question
stringlengths 15
74
|
---|---|---|---|---|---|---|---|---|---|
WebQTrn-3513_7c4117891abf63781b892537979054c6 | {
"aliases": [
[
"Washington D.C.",
"Washington",
"The District",
"U.S. Capital",
"District of Columbia / Washington city",
"The District of Columbia",
"District of Columbia",
"Washington DC"
]
],
"answer": [
"Washington, D.C."
],
"answer_id": [
"m.0rh6k"
]
} | george washington university | composition | 2018-02-13T02:07:47 | what state is the the education institution has a sports team named George Washington Colonials men's basketball in | What state is home to the university that is represented in sports by George Washington Colonials men's basketball? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.03d0l76 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.state_province_region ?x .
}
| WebQTrn-3513 | what state is the george washington university in |
WebQTrn-2136_d95da5fb8a16d81fe56cd4ce00843254 | {
"aliases": [
[
"Super Bowl 2013",
"Super Bowl 47"
],
[]
],
"answer": [
"Super Bowl XLVII",
"Super Bowl XXXV"
],
"answer_id": [
"m.0642vqv",
"m.076yq"
]
} | baltimore ravens | composition | 2018-02-12T23:27:26 | what year did the sports team with the fight song The Baltimore Fight Song win the superbowl | What year did the team with Baltimore Fight Song win the Superbowl? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.0hn47qp .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.06x5s .
}
| WebQTrn-2136 | what year did baltimore ravens win the superbowl |
WebQTrn-2360_a40a0d50b9a1006e2d254705d46345ea | {
"aliases": [
[
"University of Florida Gators Mens Football",
"Gators Mens Football",
"Florida Gators Football",
"Gators Men's Football",
"University of Florida Mens Football",
"University of Florida Football",
"Florida Men's Football",
"UF Gators Mens Football",
"University of Florida Gators Men's Football",
"UF Mens Football",
"University of Florida Men's Football",
"Gators Football",
"UF Gators Football",
"University of Florida Gators Football",
"UF Gators Men's Football",
"UF Football",
"Florida Gators Men's Football",
"Florida Football",
"Florida Mens Football",
"Florida Gators Mens Football",
"UF Men's Football"
]
],
"answer": [
"Florida Gators football"
],
"answer_id": [
"m.0ftf0f"
]
} | conjunction | 2018-02-12T23:49:23 | what football teams did emmitt smith play for and is the sports team with the fight song The Orange and Blue | Which school with the fight song "The Orange and Blue" did Emmitt Smith play for? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01480y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01480y ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.fight_song ns:m.04f__h7 .
} | WebQTrn-2360 | what football teams did emmitt smith play for |
|
WebQTest-415_b6ad66a3f1f515d0688c346e16d202e6 | {
"aliases": [
[]
],
"answer": [
"Gridlock'd"
],
"answer_id": [
"m.08dk0b"
]
} | conjunction | 2018-02-13T03:27:47 | what movies did tupac star in and is the film has a charcter named Mr. Woodson | What movie with film character named Mr. Woodson did Tupac star in? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07pzc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07pzc ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.0dl7n6y .
} | WebQTest-415 | what movies did tupac star in |
|
WebQTest-341_0f5ccea2d11b712eda64ebf2f6aeb1ee | {
"aliases": [
[
"Portuguese Republic"
]
],
"answer": [
"Portugal"
],
"answer_id": [
"m.05r4w"
]
} | conjunction | 2018-02-13T03:20:47 | what countries share borders with spain and is the country that contains Setúbal District | What country sharing borders with Spain does the Setúbal District belong to? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.017927 .
} | WebQTest-341 | what countries share borders with spain |
|
WebQTrn-3239_5e43a21c08076aabc07f1a6fd6ae6bb9 | {
"aliases": [
[
"The King"
]
],
"answer": [
"Barry Switzer"
],
"answer_id": [
"m.016b90"
]
} | dallas cowboys | composition | 2018-02-13T01:30:16 | who coached the the sports team owner is Jerry Jones in 1996 | Who was the 1996 coach of the team owned by Jerry Jones? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.016b9c .
?c ns:american_football.football_team.historical_coaching_staff ?y .
?y ns:american_football.football_historical_coach_position.coach ?x .
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk0} ||
EXISTS {?y ns:american_football.football_historical_coach_position.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "1996-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk2} ||
EXISTS {?y ns:american_football.football_historical_coach_position.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "1996-01-01"^^xsd:dateTime) })
}
| WebQTrn-3239 | who coached the dallas cowboys in 1996 |
WebQTest-1085_1cffc5c553afc1802970e8a6064cac32 | {
"aliases": [
[
"Nick",
"Nicholas Joseph \"Nick\" Braun",
"Nicholas Joseph Braun",
"Nick Braun"
],
[
"The High Flier",
"Jonas Brothers",
"Joseph Jonas",
"the Jonas Brothers",
"Joe",
"JJ",
"Joseph Adam Jonas",
"DJ Danger"
],
[
"Cody Martin Linley"
]
],
"answer": [
"Nicholas Braun",
"Joe Jonas",
"Cody Linley"
],
"answer_id": [
"m.03cg2rv",
"m.04cr6qv",
"m.0cq3wn"
]
} | demi lovato | composition | 2018-02-13T04:40:27 | who was the artist had a concert tour named Demi World Tour dating | Who dated the performer who headlined the concert tour called Demi World Tour? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.010pzj9k .
?c ns:base.popstra.celebrity.dated ?y .
?y ns:base.popstra.dated.participant ?x .
}
| WebQTest-1085 | who was demi lovato dating |
WebQTrn-2581_321be15dae483ed949b74cf01e259708 | {
"aliases": [
[
"Manchester United",
"Manchester United Football Club",
"Man Utd",
"Manchester United FC",
"Newton Heath LYR Football Club",
"Man United",
"The Red Devils"
]
],
"answer": [
"Manchester United F.C."
],
"answer_id": [
"m.050fh"
]
} | conjunction | 2018-02-13T00:14:23 | who has tim howard played for and the sports team owner is Malcolm Glazer | Which team owned by Malcolm Glazer has Tim Howard playing for it? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.026s3n)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.026s3n ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.professional_sports_team.owner_s ns:m.043cq6 .
} | WebQTrn-2581 | who has tim howard played for |
|
WebQTrn-1695_169b16997f31147833cb12147ed060bb | {
"aliases": [
[
"Robot Chicken: Star Wars III"
]
],
"answer": [
"Robot Chicken: Star Wars Episode III"
],
"answer_id": [
"m.0g55yqj"
]
} | conjunction | 2018-02-12T22:43:12 | what movies does zac efron star in and is the film has a charcter named Owen Lars | What movie starring Zac Efron that has a character named Owen Lars? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06wm0z)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06wm0z ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:g.11b62w3281 .
} | WebQTrn-1695 | what movies does zac efron star in |
|
WebQTrn-2773_7f835727d3cecbcb6c6b48db1fe147b9 | {
"aliases": [
[
"Businesswoman",
"Business person",
"Businessman"
],
[
"Industralist"
],
[],
[],
[],
[
"Entrepeneur"
]
],
"answer": [
"Businessperson",
"Business magnate",
"Industrialist",
"Inventor",
"Engineer",
"Entrepreneur"
],
"answer_id": [
"m.012t_z",
"m.025spv",
"m.02h6nc9",
"m.03sbb",
"m.09j9h",
"m.09x_r"
]
} | henry ford | composition | 2018-02-13T00:40:08 | what was the person education institution is Detroit Business Institute best known for | What business titles was the most famous alumni of Detroit Business Institute best known for? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.09ggd7n .
?c ns:people.person.profession ?x .
}
| WebQTrn-2773 | what was henry ford best known for |
WebQTrn-2518_1ef15e22372df70baf01b72850deb14d | {
"aliases": [
[
"Korkuluk",
"Yero",
"Scarecrow",
"Fiyero"
]
],
"answer": [
"Scarecrow"
],
"answer_id": [
"m.02ztbm"
]
} | michael jackson | composition | 2018-02-13T00:05:04 | who did the artist had a concert tour named HIStory World Tour play in the wiz | The artist from the HIStory World Tour concert tour played what character on the Wiz? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.09x1nf .
?c ns:film.actor.film ?y .
?y ns:film.performance.character ?x .
?y ns:film.performance.film ns:m.027fwmt .
}
| WebQTrn-2518 | who did michael jackson play in the wiz |
WebQTrn-2946_93c6dae3d218dbe112d4120f45c93298 | {
"aliases": [
[
"Mavs",
"Mavericks"
]
],
"answer": [
"Dallas Mavericks"
],
"answer_id": [
"m.0jmcv"
]
} | conjunction | 2018-02-13T00:56:07 | who did tyson chandler play for and is the team has a team moscot named Champ | What team with mascot named Champ did Tyson Chandler play for? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05j8c8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05j8c8 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.team_mascot ns:m.0kh6jz4 .
} | WebQTrn-2946 | who did tyson chandler play for |
|
WebQTrn-3430_b427773422892f8fd251d3a52b01585b | {
"aliases": [
[
"Chairman Mao",
"Zedong Mao",
"Mao Runzhi",
"The Great Helmsman",
"Mao Tse-Tung"
]
],
"answer": [
"Mao Zedong"
],
"answer_id": [
"m.04xzm"
]
} | conjunction | 2018-02-13T01:54:29 | who created the chinese communist party and is the person notable with the medical condition Parkinson's disease | Who was the creator of the communist party that had Parkinson's disease? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02189)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02189 ns:organization.organization.founders ?x .
?x ns:medicine.notable_person_with_medical_condition.condition ns:m.0g02vk .
} | WebQTrn-3430 | who created the chinese communist party |
|
WebQTrn-2358_4e6ec1c814181157f8b2ec86daa6e6e0 | {
"aliases": [
[
"Tulane University, main campus",
"Tulane",
"TU",
"Tulane University of Louisiana",
"Tulane University of Louisiana, main campus",
"Tulane University"
]
],
"answer": [
"Tulane University"
],
"answer_id": [
"m.0160nk"
]
} | conjunction | 2018-02-12T23:49:19 | where did newt gingrich attend college and is the educational institution with the mascot Riptide the Pelican | Which college featured Riptide the pelican as a mascot and includes Newt Gincrich as an alumni? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.018fzs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.018fzs ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
?x ns:education.educational_institution.mascot ns:m.05g1yr7 .
} | WebQTrn-2358 | where did newt gingrich attend college |
|
WebQTest-1556_f58b33790040a7ff120472d8609ef82e | {
"aliases": [
[
"1986 World"
]
],
"answer": [
"1986 World Series"
],
"answer_id": [
"m.01q9lc"
]
} | mets | composition | 2018-02-13T05:33:22 | when 's the last time the the organiztion leadership has a person named Terry Collins won the world series | When did the team who has Terry Collins in leadership last win the world series? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0bz4qr .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
| WebQTest-1556 | when 's the last time the mets won the world series |
WebQTest-2008_8c6b952c6bd963f0ece4e401c9eb731a | {
"aliases": [
[
"Dominion of Canada",
"Canuckistan"
]
],
"answer": [
"Canada"
],
"answer_id": [
"m.0d060g"
]
} | conjunction | 2018-02-13T06:28:42 | which countries speak arabic language and the location time zone is Central Time Zone | What country speaks Arabic in the Central Time Zone? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jzc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jzc ns:language.human_language.countries_spoken_in ?x .
?x ns:location.location.time_zones ns:m.02fqwt .
} | WebQTest-2008 | which countries speak arabic language |
|
WebQTrn-388_72afc30add424e52cbe00b736509ec22 | {
"aliases": [
[
"Íslenska",
"Icelandic",
"Islenska"
]
],
"answer": [
"Icelandic Language"
],
"answer_id": [
"m.01gmkg"
]
} | iceland | composition | 2018-02-12T20:20:34 | what language do they speak in the country that contains Southern Peninsula wikipedia | What language is spoken in the country that has Southern Peninsular? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.08kmfj .
?c ns:location.country.languages_spoken ?x .
}
| WebQTrn-388 | what language do they speak in iceland wikipedia |
WebQTest-923_e3a2d3d50bac69d563de83a7f72eafc0 | {
"aliases": [
[]
],
"answer": [
"Wales"
],
"answer_id": [
"m.0j5g9"
]
} | conjunction | 2018-02-13T04:25:31 | what countries does england border and the religious organization leadeship is Noddfa, Treorchy | Which country with religious organization leadership Noddfa, Treorchy borders England? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02jx1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02jx1 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.organization ns:m.0_gw15p .
} | WebQTest-923 | what countries does england border |
|
WebQTrn-37_51530e5585466e3d69fbf894a0125e3b | {
"aliases": [
[
"Hockey"
]
],
"answer": [
"Ice Hockey"
],
"answer_id": [
"m.03tmr"
]
} | toronto maple leafs | composition | 2018-02-12T19:42:47 | what sport do the the team won the 1948 Stanley Cup Finals championship play | What sport was played by the winners of the 1948 Stanley Cup? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.03cjpsk .
?c ns:base.events.event_presenting_organisation.event_feed ?y .
?y ns:base.events.event_feed.type_of_event ?x .
}
| WebQTrn-37 | what sport do the toronto maple leafs play |
WebQTrn-2362_e947d8eac3c8342630bdaa12e7ac0ae5 | {
"aliases": [
[
"West Lafayette, Indiana",
"Tippecanoe County / West Lafayette city"
]
],
"answer": [
"West Lafayette"
],
"answer_id": [
"m.0sqd0"
]
} | purdue university | composition | 2018-02-12T23:49:35 | what city is the education institution has a sports team named Purdue Boilermakers men's basketball located | Which city is home to the University that is known for Purdue Boilermakers men's basketball? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.026w398 .
?c ns:location.location.street_address ?y .
?y ns:location.mailing_address.citytown ?x .
}
| WebQTrn-2362 | what city is purdue university located |
WebQTrn-2678_93995ecbdd166fc16365a56ed489eec0 | {
"aliases": [
[]
],
"answer": [
"Dallas Zoo"
],
"answer_id": [
"m.06w96j"
]
} | superlative | 2018-02-13T00:25:36 | what to see in dallas tx and is the zoo that opened on earliest | What zoo that opened earliest is there to see in Dallas, TX? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f2rq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f2rq ns:travel.travel_destination.tourist_attractions ?x .
?x ns:zoos.zoo.opened ?num .
}
ORDER BY ?num LIMIT 1 | WebQTrn-2678 | what to see in dallas tx |
|
WebQTrn-3257_f085fa4c2b6c7af6fd1f07e269a418de | {
"aliases": [
[
"Real Madrid C.F. in European football",
"Sociedad Madrid FC",
"Los Merengues",
"Los Vikingos",
"Royal Madrid Football Club",
"Real Madrid",
"Madrid Football Club",
"Real Madrid Club de Fútbol",
"Los Blancos"
]
],
"answer": [
"Real Madrid C.F."
],
"answer_id": [
"m.06l22"
]
} | conjunction | 2018-02-13T01:32:18 | who does cristiano ronaldo play for 2012 and is the team won the 1956 Pequeña Copa del Mundo de Clubes championship | What team that won the 1956 Pequeña Copa del Mundo de Clubes championship does Cristiano Ronaldo play for in 2012? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02xt6q)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02xt6q ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2012-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2012-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.011q6011 .
} | WebQTrn-3257 | who does cristiano ronaldo play for 2012 |
|
WebQTrn-2649_49cff836e2d4d893a9e364573ab1e3c2 | {
"aliases": [
[
"Bremerton, Washington",
"Kitsap County / Bremerton city"
]
],
"answer": [
"Bremerton"
],
"answer_id": [
"m.010rvx"
]
} | alex smith | composition | 2018-02-13T00:23:03 | where is the person education institution is Assuptuion Saint Bridget from | A person attending education institution Assuptuion Saint Bridget is from where? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.02wsngb .
?c ns:people.person.place_of_birth ?x .
}
| WebQTrn-2649 | where is alex smith from |
WebQTrn-1221_edf6a52008463727e837bd3577442966 | {
"aliases": [
[],
[],
[]
],
"answer": [
"Homer",
"Rally",
"Chief Noc-A-Homa"
],
"answer_id": [
"m.07vbb7",
"m.07vbfd",
"m.07vbvp"
]
} | braves | composition | 2018-02-12T21:56:10 | what is the the team has a team moscot named Homer mascot | What sports team has a mascot with the name of Homer? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.07vbb7 .
?c ns:sports.sports_team.team_mascot ?x .
}
| WebQTrn-1221 | what is the braves mascot |
WebQTrn-2272_dfad75afd3c40503f595b4cb6acc43a5 | {
"aliases": [
[
"François Gérard Georges Hollande",
"Mayor François Hollande",
"Francois Hollande"
]
],
"answer": [
"François Hollande"
],
"answer_id": [
"m.02qg4z"
]
} | france | composition | 2018-02-12T23:40:56 | what is the president of the location that appointed Nicolas Sarkozy to govermental position 's name | What is the name of the president of the geographic location where Nicolas Sarkozy was appointed to a governmental position? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.02ps9k .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
| WebQTrn-2272 | what is the president of france 's name |
WebQTrn-2449_a2debf685e0c50491e35a9cf7a1e9ade | {
"aliases": [
[
"the occupied six counties",
"the six counties",
"the North of Ireland"
]
],
"answer": [
"Northern Ireland"
],
"answer_id": [
"m.05bcl"
]
} | conjunction | 2018-02-12T23:58:57 | what four countries are in the united kingdom and is the country that contains Down District Council | What country in the United Kingdom contains the Down District Council? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ssc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ssc ns:base.aareas.schema.administrative_area.administrative_children ?x .
?x ns:base.aareas.schema.administrative_area.administrative_area_type ns:m.0hzjlmp .
?x ns:location.country.administrative_divisions ns:m.02dv8y .
} | WebQTrn-2449 | what four countries are in the united kingdom |
|
WebQTrn-3727_3d784c638d4b044d17ab942ee87db9cf | {
"aliases": [
[
"Federal Republic of Germany",
"Bundesrepublik Deutschland",
"BRD",
"Deutschland"
]
],
"answer": [
"Germany"
],
"answer_id": [
"m.0345h"
]
} | europe | composition | 2018-02-13T02:29:07 | what is the biggest country in the location partially contains Denmark by population | What is the largest populated country that partially contains Denmark? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.0k6nt .
?c ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:topic_server.population_number ?sk0 .
}
ORDER BY DESC(xsd:float(?sk0))
LIMIT 1
| WebQTrn-3727 | what is the biggest country in europe by population |
WebQTrn-0_4 | {
"aliases": [
[]
],
"answer": [
"Jaxon Bieber"
],
"answer_id": [
"m.0gxnnwq"
]
} | justin bieber | composition | 2017-10-09T10:36:56 | what is the name of the actor that played the character Alien on TV Monitors #2 brother | Who is the brother of the actor who played the character Alien on TV Monitors #2? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.actor.film ?k .
?k ns:film.performance.character ns:m.0pbzq16 .
?c ns:people.person.sibling_s ?y .
?y ns:people.sibling_relationship.sibling ?x .
?x ns:people.person.gender ns:m.05zppz .
}
| WebQTrn-0 | what is the name of justin bieber brother |
WebQTrn-431_593bfb1e8da51c4ccd9f768e8f3acd97 | {
"aliases": [
[]
],
"answer": [
"Brazilian real"
],
"answer_id": [
"m.03385m"
]
} | brazil | composition | 2018-02-12T20:28:35 | what is the name of money in the country that contains Rio de Janeiro | What form of currency is used in the nation where you'd find Rio de Janeiro? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01hd4s .
?c ns:location.country.currency_used ?x .
}
| WebQTrn-431 | what is the name of money in brazil |
WebQTrn-401_0db5dafcef666da2d314e42c8fbe8ecf | {
"aliases": [
[
"Amboise, France"
]
],
"answer": [
"Amboise"
],
"answer_id": [
"m.01jvvc"
]
} | leonardo da vinci | composition | 2018-02-12T20:21:26 | where was the illustrator of the book De divina proportione when he died | Where did the illustrator of "De Divina Proportione" die? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:book.illustrator.books_illustrated ns:m.06pqb_7 .
?c ns:people.deceased_person.place_of_death ?x .
}
| WebQTrn-401 | where was leonardo da vinci when he died |
WebQTrn-2591_5bc74979fc1292d14458ccc3a131a6e6 | {
"aliases": [
[
"North Sudan",
"Republic of the Sudan",
"Jumhūrīyat as-Sūdān"
]
],
"answer": [
"Sudan"
],
"answer_id": [
"m.06tw8"
]
} | conjunction | 2018-02-13T00:17:15 | who are china 's trading partners and the country capital is Khartoum | Who trades with China and has a capital city called Khartoum? | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d05w3)
{
ns:m.0d05w3 ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.0d05w3 ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.country.capital ns:m.04d_m .
} | WebQTrn-2591 | who are china 's trading partners |
|
WebQTrn-3693_d0d5f9f0ae25465e1efba1abf9a39089 | {
"aliases": [
[]
],
"answer": [
"Tom Thibodeau"
],
"answer_id": [
"m.043jv80"
]
} | chicago bulls | composition | 2018-02-13T02:24:09 | who is the the basket ball team head coach is Tom Thibodeau head coach | Who is the head coach of the basketball team whose head coach is Tom Thibodeau? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:basketball.basketball_team.head_coach ns:m.043jv80 .
?c ns:basketball.basketball_team.head_coach ?x .
}
| WebQTrn-3693 | who is the chicago bulls head coach |
WebQTest-1502_e156bf65419139d44754fb81aa3e30b8 | {
"aliases": [
[
"Elm City",
"New Haven, CT",
"New Haven, Connecticut",
"New Haven, Conn.",
"New Haven County / New Haven city"
]
],
"answer": [
"New Haven"
],
"answer_id": [
"m.0f2nf"
]
} | yale | composition | 2018-02-13T05:29:51 | what city and state is the educational institution newspaper is The Yale Herald located in | The Yale Herald is the newspaper of the educational institution located where? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.newspaper ns:m.0544pz .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
| WebQTest-1502 | what city and state is yale located in |
WebQTrn-649_393a33dcb20ef2557af16ed69eb41e7a | {
"aliases": [
[
"Tirana, Albania"
]
],
"answer": [
"Tirana"
],
"answer_id": [
"m.07m_f"
]
} | albania | composition | 2018-02-12T20:51:43 | what is the capital city of the religious organization leadeship is Orthodox Autocephalous Church of Albania | What is the capital city of the geographic division where the religious organizational leadership is called the Orthodox Autocephalous Church of Albania? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religious_leadership_jurisdiction.leader ?k .
?k ns:religion.religious_organization_leadership.organization ns:m.06yy_g .
?c ns:location.country.capital ?x .
}
| WebQTrn-649 | what is the capital city of albania |
WebQTrn-3322_1fec20005da44b5d36882c91119c3be3 | {
"aliases": [
[
"Republic of Turkey",
"Türkiye",
"Turkiye"
],
[
"Principality of Monaco",
"Monte Carlo"
],
[
"Kingdom of Spain",
"España",
"Furija"
],
[
"l'Hexagone",
"République française",
"French Republic"
]
],
"answer": [
"Turkey",
"Monaco",
"Spain",
"France"
],
"answer_id": [
"m.01znc_",
"m.04w58",
"m.06mkj",
"m.0f8l9c"
]
} | mediterranean sea | composition | 2018-02-13T01:39:22 | what countries are on the the location partially contains Italy | Which countries are located in a place that slightly contains Italy? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.03rjj .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
}
| WebQTrn-3322 | what countries are on the mediterranean sea |
WebQTrn-3696_b874dcb19fa3a6c4e6037dc13f1f3bc4 | {
"aliases": [
[
"Clarence Saxby Chambliss"
]
],
"answer": [
"Saxby Chambliss"
],
"answer_id": [
"m.01xcms"
]
} | superlative | 2018-02-13T02:25:11 | who are the two state senators of georgia and held his govermental position from earliest | Which state senator from Georgia took this position at the earliest date? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d0x8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d0x8 ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.governmental_body ns:m.07t58 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
}
ORDER BY ?num LIMIT 1 | WebQTrn-3696 | who are the two state senators of georgia |
|
WebQTrn-1805_29f5e796d4d3b8d50fd13c5423e9d67a | {
"aliases": [
[
"Roman Catholic convert",
"Roman Catholic"
]
],
"answer": [
"Catholicism"
],
"answer_id": [
"m.0c8wxp"
]
} | mary queen of scots | composition | 2018-02-12T22:53:21 | what religion is the person who once lived in Fotheringhay Castle | What religion was followed by the person who once lived in Fotheringhay Castle? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.025s1y5 .
?c ns:people.person.religion ?x .
}
| WebQTrn-1805 | what religion is mary queen of scots |
WebQTrn-2074_51ba1687982fdf381c47b15468788107 | {
"aliases": [
[
"Oregon Mens Football",
"University of Oregon Mens Football",
"Oregon Men's Football",
"University of Oregon Ducks Mens Football",
"University of Oregon Ducks Men's Football",
"Oregon Ducks Mens Football",
"University of Oregon Ducks Football",
"Oregon Ducks Football",
"University of Oregon Men's Football",
"Oregon Football",
"Oregon Ducks Men's Football",
"University of Oregon Football"
]
],
"answer": [
"Oregon Ducks football"
],
"answer_id": [
"m.0fbq2n"
]
} | conjunction | 2018-02-12T23:22:25 | what team did john madden play football for and is the team has a team moscot named University of Oregon The Oregon Duck | What college football team has the mascot of a duck and included John Madden as a former player? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0frmb1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0frmb1 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.team_mascot ns:m.03d53pb .
} | WebQTrn-2074 | what team did john madden play football for |
|
WebQTrn-2916_96417e4d721f5c0e2c9079454df0af5b | {
"aliases": [
[]
],
"answer": [
"Dominican peso"
],
"answer_id": [
"m.04lt7_"
]
} | dominican | composition | 2018-02-13T00:54:11 | what kind of money should i bring to the country that contains El Seibo Province | What type of money does the country where El Seibo Province is use? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03xplf .
?c ns:location.country.currency_used ?x .
}
| WebQTrn-2916 | what kind of money should i bring to dominican |
WebQTrn-3430_d50047bd776a584de496bc338741909f | {
"aliases": [
[
"Chairman Mao",
"Zedong Mao",
"Mao Runzhi",
"The Great Helmsman",
"Mao Tse-Tung"
]
],
"answer": [
"Mao Zedong"
],
"answer_id": [
"m.04xzm"
]
} | conjunction | 2018-02-13T01:54:29 | who created the chinese communist party and held his govermental position from 1943-03-20 | Who held his governmental position from March 20, 1943 and created the Chinese Communist Party? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02189)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02189 ns:organization.organization.founders ?x .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1943-03-20"^^xsd:dateTime .
} | WebQTrn-3430 | who created the chinese communist party |
|
WebQTest-1829_f5779141967bbbc15b40ea3d5df71e93 | {
"aliases": [
[
"Christian"
]
],
"answer": [
"Christianity"
],
"answer_id": [
"m.01lp8"
]
} | conjunction | 2018-02-13T06:07:25 | what type of religion did massachusetts have and the religion organiztion is Army of the Lord | What is the religion that has an organization called Army of the Lord and was also the religion of Massachusetts? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05k7sb)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05k7sb ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.organizations ns:m.010hq7jr .
} | WebQTest-1829 | what type of religion did massachusetts have |
|
WebQTrn-1073_6137d442d446712c83821b5d4d7ce909 | {
"aliases": [
[
"Bribri",
"Bribri language",
"Talamanca"
],
[
"Patois",
"Patwa",
"Bongo Talk",
"Southwestern Caribbean Creole English",
"Jamaican Creole English",
"Quashie Talk",
"Panamanian Creole English",
"Limón Creole English"
],
[
"Mekatelyu",
"Limon Coastal Creole"
],
[
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
]
],
"answer": [
"Bribri Language",
"Jamaican Creole English Language",
"Limonese Creole",
"Spanish Language"
],
"answer_id": [
"m.02hwk2m",
"m.04ygk0",
"m.06k02z",
"m.06nm1"
]
} | costa rica | composition | 2018-02-12T21:39:12 | what language do people speak in the currency used in the country is Costa Rican colón | People from the country that uses the Costa Rican Colon speak what languages? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.04wccn .
?c ns:location.country.languages_spoken ?x .
}
| WebQTrn-1073 | what language do people speak in costa rica |
WebQTrn-934_02aae167a8fa9f7d45daab265ac650cd | {
"aliases": [
[],
[]
],
"answer": [
"Charles Cornwallis, 1st Marquess Cornwallis",
"Charles Cornwallis, 1st Marquess Cornwallis"
],
"answer_id": [
"m.09jrf",
"m.09jrf"
]
} | conjunction | 2018-02-12T21:22:01 | who was the general for the british in the revolutionary war and held his govermental position from 1786 | Who held their governmental position from 1786 and was the British General of the Revolutionary War? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jnh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jnh ns:military.military_conflict.commanders ?y .
?y ns:military.military_command.military_commander ?x .
?x ns:people.person.nationality ns:m.014tss .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1786"^^xsd:dateTime .
} | WebQTrn-934 | who was the general for the british in the revolutionary war |
|
WebQTest-1734_49842e208a5dd584154dd0a96881bc05 | {
"aliases": [
[]
],
"answer": [
"1994 NBA Finals"
],
"answer_id": [
"m.08x9cq"
]
} | houston rockets | composition | 2018-02-13T05:51:07 | what year did the basket ball team head coach is Kevin McHale win their first championship | In what year did the basketball team whose head coach is Kevin McHale win their first championship game? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:basketball.basketball_team.head_coach ns:m.04b87b .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
| WebQTest-1734 | what year did houston rockets win their first championship |
WebQTrn-1246_6aaf65a9b9e1420f46268574f6eb0d03 | {
"aliases": [
[
"Blues music"
],
[],
[
"Blues rock",
"Blues-rock",
"Rock Blues"
],
[
"Heavy metal music"
],
[],
[
"רוק",
"Rock"
],
[
"R&B",
"RnB"
],
[],
[],
[],
[],
[]
],
"answer": [
"Blues",
"Acid rock",
"Blues rock",
"Heavy metal",
"Psychedelic rock",
"Rock music",
"Rhythm and blues",
"Experimental rock",
"Funk rock",
"Psychedelia",
"Progressive rock",
"Hard rock"
],
"answer_id": [
"m.0155w",
"m.02l96k",
"m.02yv6b",
"m.03lty",
"m.05w3f",
"m.06by7",
"m.06j6l",
"m.08jyyk",
"m.09nwwf",
"m.0cgxt",
"m.0dl5d",
"m.0xhtw"
]
} | jimi hendrix | composition | 2018-02-12T21:57:24 | what style of music did the artist had a concert tour named The Cry of Love Tour play | What style of music did the artist that went to Cry of Love Tour play? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.04gkgs_ .
?c ns:music.artist.genre ?x .
}
| WebQTrn-1246 | what style of music did jimi hendrix play |
WebQTest-339_244bb2aa59e57073ae86e6b6cd61e9ad | {
"aliases": [
[
"Bharat Ganrajya",
"Hindustan",
"Bharat",
"Republic of India",
"The Republic of India"
],
[
"Osmanlı İmparatorluğu",
"Devlet-i ʿAliyye-i ʿOsmâniyye"
]
],
"answer": [
"India",
"Ottoman Empire"
],
"answer_id": [
"m.03rk0",
"m.05kyr"
]
} | mother teresa | composition | 2018-02-13T03:19:45 | what nationality is the person who once lived in Rathfarnham | A person from Rathfarnham is of what nationality? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.02bm4m .
?c ns:people.person.nationality ?x .
}
| WebQTest-339 | what nationality is mother teresa |
WebQTrn-2843_8d050e0b9815f52560ec1341f623a650 | {
"aliases": [
[
"John Muir High",
"John Muir High School, Pasadena",
"John Muir High School, main campus"
]
],
"answer": [
"John Muir High School"
],
"answer_id": [
"m.084wvj"
]
} | conjunction | 2018-02-13T00:46:47 | where did jackie robinson go to school and is the educational institution with the mascot Mustang | What educational institution that has a mascot named Mustang did Jackie Robinson go to? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0443c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0443c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.mascot ns:m.02_fkk .
} | WebQTrn-2843 | where did jackie robinson go to school |
|
WebQTrn-2377_0d617679d6e6d2f4a6599b2e2d8aad1f | {
"aliases": [
[
"America"
],
[
"New World",
"The Americas",
"America"
]
],
"answer": [
"South America",
"Americas"
],
"answer_id": [
"m.06n3y",
"m.07c5l"
]
} | colombia | composition | 2018-02-12T23:50:48 | where is the country that has the national anthem National Anthem of Colombia the country | The nation with National Anthem of Colombia as its national anthem is located in which geographic regions? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01prgy .
?c ns:location.location.containedby ?x .
}
| WebQTrn-2377 | where is colombia the country |
WebQTrn-633_275abff5d62790363fe8bc0387660115 | {
"aliases": [
[
"Greenlandic Eskimo",
"Inuktitut, Greenlandic",
"Greenlandic",
"Kalaallisut"
],
[
"Dänisch",
"Danish",
"Central Danish",
"Dansk",
"Sjaelland"
],
[
"Føroyskt",
"Faroese Language"
],
[
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
]
],
"answer": [
"Greenlandic language",
"Danish Language",
"Faroese",
"German Language"
],
"answer_id": [
"m.02_8gp",
"m.0295r",
"m.02hrcqd",
"m.04306rv"
]
} | denmark | composition | 2018-02-12T20:50:26 | what language do they the location that appointed Margrethe II of Denmark to govermental position | What language is spoken in the location that appointed Margrethe II of Denmark to a governmental position? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0g2kv .
?c ns:location.country.languages_spoken ?x .
}
| WebQTrn-633 | what language do they denmark |
WebQTest-1363_a61682af60296dc31292d10f056f59d2 | {
"aliases": [
[]
],
"answer": [
"Eric Johnson"
],
"answer_id": [
"m.081g6c"
]
} | conjunction | 2018-02-13T05:12:22 | who was jessica simpson married too and is the pro athelete who started hist career on 2000 | What pro athlete married to Jessica Simpson started his career in 2000? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0c7xjb)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0c7xjb ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
?x ns:sports.pro_athlete.career_start "2000"^^xsd:dateTime .
} | WebQTest-1363 | who was jessica simpson married too |
|
WebQTrn-354_de7f547f53d6df683441d59c9f078de5 | {
"aliases": [
[
"New York Highlanders",
"Baltimore Orioles",
"Bronx Bombers",
"The Yanks",
"Yanks",
"The Pinstripers",
"The Bronx Bombers",
"The Pinstripes",
"Evil Empire",
"The Bombers",
"New York Yankees",
"Damn Yankees",
"The Bronx Zoo",
"Yankees"
]
],
"answer": [
"New York Yankees"
],
"answer_id": [
"m.0cqt41"
]
} | conjunction | 2018-02-12T20:16:43 | where did deion sanders play baseball and the sports team owner is George Steinbrenner | What sports team owned by George Steinbrenner did Deion Sanders play baseball for? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03n69x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03n69x ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.sport ns:m.018jz .
?x ns:sports.professional_sports_team.owner_s ns:m.01q5t3 .
} | WebQTrn-354 | where did deion sanders play baseball |
|
WebQTrn-343_29c81279ed9a982e12f82e764083db76 | {
"aliases": [
[
"He's a Bully Charlie Brown"
]
],
"answer": [
"He's a Bully, Charlie Brown"
],
"answer_id": [
"m.02686wj"
]
} | conjunction | 2018-02-12T20:16:15 | what films have taylor lautner been in and a tv series that has 0 season | Which film had no TV series based on it and starred Taylor Lautner? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ldhs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ldhs ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:tv.tv_series_episode.season_number "0" .
} | WebQTrn-343 | what films have taylor lautner been in |
|
WebQTest-1427_b18e90832ea61529c16de206eaf1ddfc | {
"aliases": [
[]
],
"answer": [
"Edward Livingston"
],
"answer_id": [
"m.01bxb3"
]
} | conjunction | 2018-02-13T05:20:38 | who was the secretary of state when andrew jackson was president and held his govermental position from 1795 | When Andrew Jackson was president and held his governmental position from 1795, who was the Secretary of State? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0rlz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0rlz ns:government.political_appointer.appointees ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.0789n .
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1795"^^xsd:dateTime .
} | WebQTest-1427 | who was the secretary of state when andrew jackson was president |
|
WebQTrn-7_e8adb138a65423c2bcb6f7b8a098630c | {
"aliases": [
[
"Washington D.C.",
"Washington",
"The District",
"U.S. Capital",
"District of Columbia / Washington city",
"The District of Columbia",
"District of Columbia",
"Washington DC"
]
],
"answer": [
"Washington, D.C."
],
"answer_id": [
"m.0rh6k"
]
} | redskins | composition | 2018-02-12T19:37:40 | where are the nfl the sports team owner is Daniel Snyder from | What is the home town of the NFL team owned by Daniel Snyder? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.04pn7c .
?c ns:sports.sports_team.location ?x .
}
| WebQTrn-7 | where are the nfl redskins from |
WebQTrn-2475_8beeab4d16cae654aca726b5a38e7f39 | {
"aliases": [
[
"Taylor Daniel Lautner"
]
],
"answer": [
"Taylor Lautner"
],
"answer_id": [
"m.07ldhs"
]
} | twilight movies | composition | 2018-02-12T23:59:49 | who plays jacob black in the the film has a charcter named Tyler Crowley | In the film with the character named Tyler Crowley, who played Jacob Black? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:film.film.starring ?k .
?k ns:film.performance.character ns:m.05m1x3_ .
?c ns:film.film.starring ?y .
?y ns:film.performance.actor ?x .
?y ns:film.performance.character ns:m.02qd_td .
}
| WebQTrn-2475 | who plays jacob black in the twilight movies |
WebQTrn-3622_9a2bafab65209761102f3d33d79454b1 | {
"aliases": [
[
"Ukraine Region"
]
],
"answer": [
"Ukraine"
],
"answer_id": [
"m.07t21"
]
} | conjunction | 2018-02-13T02:16:37 | what 5 countries border romania and is the country that contains Chernivtsi Oblast | What European country bordering Romania also contains Chernivtsi Oblast? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06c1y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06c1y ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.01_07_ .
} | WebQTrn-3622 | what 5 countries border romania |
|
WebQTrn-1231_a712de1420f327914fd5d0dd6e7faaa8 | {
"aliases": [
[
"Afganistan",
"Islamic Republic of Afghanistan"
]
],
"answer": [
"Afghanistan"
],
"answer_id": [
"m.0jdd"
]
} | conjunction | 2018-02-12T21:56:38 | what country did osama bin laden live in and the currency used in the country is Afghan afghani | What country did Osama bin Laden live in that uses Afghan Afghani? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05mg9)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05mg9 ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
?x ns:location.country.currency_used ns:m.019vxc .
} | WebQTrn-1231 | what country did osama bin laden live in |
|
WebQTrn-3586_5d57dccf0e15ea5217d602921a92adee | {
"aliases": [
[],
[],
[],
[],
[],
[],
[]
],
"answer": [
"Food processing",
"Ice Cream and Frozen Dessert Manufacturing",
"Soft Drink Manufacturing",
"Bottled Water Manufacturing",
"Cookies and Crackers",
"Chocolate and Cocoa Products",
"Bottled and Canned Soft Drinks and Carbonated Waters"
],
"answer_id": [
"m.02vjn0",
"m.03q9wy3",
"m.03q9x41",
"m.03q9x47",
"m.03qtd73",
"m.03qtd7r",
"m.03qtd9w"
]
} | nestle | composition | 2018-02-13T02:13:50 | what the child organization is Nestle Belarusia owns | What organization is owned by Nestle Belarusia? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.075sdjl .
?c ns:business.business_operation.industry ?x .
}
| WebQTrn-3586 | what nestle owns |
WebQTrn-1022_37d11443be6fac4198c20dc3aa292ad8 | {
"aliases": [
[]
],
"answer": [
"Eurasia"
],
"answer_id": [
"m.02qkt"
]
} | azerbaijan | composition | 2018-02-12T21:32:12 | where is the country that contains Yardymli District | What country has Yardymli District in it? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.055njn .
?c ns:base.locations.countries.continent ?x .
}
| WebQTrn-1022 | where is azerbaijan |
WebQTest-1327_e3691b7d738d0c4fb9da2f1bd4c9b90f | {
"aliases": [
[
"コロンビア共和国",
"Republic of Colombia"
]
],
"answer": [
"Colombia"
],
"answer_id": [
"m.01ls2"
]
} | shakira | composition | 2018-02-13T05:06:08 | where is the artist had a concert tour named Oral Fixation Tour from | Where is the Oral Fixation Tour artist from? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.0g2n_6 .
?c ns:music.artist.origin ?x .
}
| WebQTest-1327 | where is shakira from |
WebQTrn-3549_d55b6eb833a7c034b003fbaf53351a7d | {
"aliases": [
[
"República Dominicana"
]
],
"answer": [
"Dominican Republic"
],
"answer_id": [
"m.027rn"
]
} | conjunction | 2018-02-13T02:11:17 | where did hurricane irene and is the country that contains Azua Province | Which nation that has Azua Province within its borders is a place where Hurricane Irene landed? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02p70bg)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02p70bg ns:meteorology.tropical_cyclone.affected_areas ?x .
?x ns:location.country.administrative_divisions ns:m.028cgkl .
} | WebQTrn-3549 | where did hurricane irene |
|
WebQTrn-1827_96417e4d721f5c0e2c9079454df0af5b | {
"aliases": [
[]
],
"answer": [
"Dominican peso"
],
"answer_id": [
"m.04lt7_"
]
} | dominican republic | composition | 2018-02-12T22:54:31 | what is the local currency in the the country that contains El Seibo Province | What type of currency is used where the El Seibo Province is located? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03xplf .
?c ns:location.country.currency_used ?x .
}
| WebQTrn-1827 | what is the local currency in the dominican republic |
WebQTrn-2349_e831da3802943dad506eb1e3fb611847 | {
"aliases": [
[
"AMRO"
],
[]
],
"answer": [
"American robin",
"Apple Blossom"
],
"answer_id": [
"m.0hscv",
"m.0hzbd21"
]
} | michigan | composition | 2018-02-12T23:49:00 | what is the state bird and flower of the us state that has a capital named Lansing | What are the official bird and flower of the state whose capital is Lansing? | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
?c ns:location.us_state.capital ns:m.04pry .
?c ns:government.governmental_jurisdiction.official_symbols ?y . # Michigan
?y ns:location.location_symbol_relationship.symbol ?x .
?y ns:location.location_symbol_relationship.Kind_of_symbol ?k .
FILTER (?k = ns:m.04627hw || ?k = ns:m.04627gn) # State Bird & State Flower
} | WebQTrn-2349 | what is the state bird and flower of michigan |
WebQTrn-608_12214188878adf79aec0d51957fbbc5e | {
"aliases": [
[
"コロンビア共和国",
"Republic of Colombia"
]
],
"answer": [
"Colombia"
],
"answer_id": [
"m.01ls2"
]
} | shakira | composition | 2018-02-12T20:47:54 | what is the artist had a concert tour named Tour Anfibio 's nationality | What is the nationalilty of the artist who had a concert tour named Tour Anfibio's? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.09ncdd .
?c ns:people.person.nationality ?x .
}
| WebQTrn-608 | what is shakira 's nationality |
WebQTrn-1898_43af4daddf93f884aa6724b4a78111a1 | {
"aliases": [
[
"Portuguese Republic"
]
],
"answer": [
"Portugal"
],
"answer_id": [
"m.05r4w"
]
} | conjunction | 2018-02-12T23:03:58 | which countries share borders with spain and contains the wine regions that produces Lancers wine style | Which bordering country of Spain that has the wine regions that produces Lancers wine? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:wine.wine_region.wine_styles ns:m.0c4r71 .
} | WebQTrn-1898 | which countries share borders with spain |
|
WebQTrn-3450_59208084cbd242d772498015ecdc567b | {
"aliases": [
[
"Thurston County / Olympia city",
"Olympia, Washington"
]
],
"answer": [
"Olympia"
],
"answer_id": [
"m.0fw1y"
]
} | washington | composition | 2018-02-13T01:57:40 | what city is the state capital of the major exports industry Apple tree | What is the state capital where the major export is Apple trees? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.statistical_region.major_exports ?k .
?k ns:location.imports_exports_by_industry.industry ns:m.014j1m .
?c ns:base.aareas.schema.administrative_area.capital ?x .
}
| WebQTrn-3450 | what city is the state capital of washington |
WebQTrn-2277_f21a9d4b1e98d5b7e3c57e4b34448cfb | {
"aliases": [
[
"Ukrainian Hrivna"
]
],
"answer": [
"Ukrainian hryvnia"
],
"answer_id": [
"m.035qkb"
]
} | ukraine | composition | 2018-02-12T23:42:10 | what money is used in the the country that has the national anthem Shche ne vmerla Ukraina | The country that has the national anthem Shche ne vmerla Ukraina uses what kind of money? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01kvjf .
?c ns:location.country.currency_used ?x .
}
| WebQTrn-2277 | what money is used in the ukraine |
WebQTrn-3509_6227cb6944276fc33277773723769607 | {
"aliases": [
[]
],
"answer": [
"Mexican peso"
],
"answer_id": [
"m.012ts8"
]
} | mexico | composition | 2018-02-13T02:07:07 | what is the currency of the country that contains Michoacán called | The nation where Michoacan is located uses which form of currency? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01btry .
?c ns:location.country.currency_used ?x .
}
| WebQTrn-3509 | what is the currency of mexico called |
WebQTest-665_b945c4d9e0592d6edf3d51db7581f53d | {
"aliases": [
[
"Parliamentary",
"Parliamentary Democracy"
],
[
"Unitary republic",
"Unitary"
],
[
"Parliamentary monarchy"
]
],
"answer": [
"Parliamentary system",
"Unitary state",
"Constitutional monarchy"
],
"answer_id": [
"m.018wl5",
"m.01fpfn",
"m.01q20"
]
} | new zealand | composition | 2018-02-13T03:58:05 | what government does the country that has the national anthem God Defend New Zealand have | What type of government is run in the country with the anthem titled "God Defend New Zealand"? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.03b03 .
?c ns:location.country.form_of_government ?x .
}
| WebQTest-665 | what government does new zealand have |
WebQTest-145_ec2b1e4efee18b8fdba9e665a542194d | {
"aliases": [
[
"ETH Zurich, Zürich",
"ETH Zürich",
"Swiss Federal Institute of Technology Zurich",
"ETH Zurich, main campus"
],
[
"University of Zürich",
"University of Zurich, main campus",
"University of Zurich, Zürich"
]
],
"answer": [
"ETH Zurich",
"University of Zurich"
],
"answer_id": [
"m.01dyk8",
"m.01tpvt"
]
} | albert einstein | composition | 2018-02-13T02:49:12 | what college did the person education institution is Luitpold Gymnasium go to | What college was attended by the famous alumni of Luitpold Gymnasium ? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.07yfzw .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hnl .
}
| WebQTest-145 | what college did albert einstein go to |
WebQTrn-1358_89670933168c3f4e5195a241f9d46e76 | {
"aliases": [
[
"Communist"
],
[
"Socialist",
"Socialist Republic"
],
[
"Single-party"
]
],
"answer": [
"Communist state",
"Socialist state",
"Single-party state"
],
"answer_id": [
"m.01fkst",
"m.025tbxf",
"m.0py4y"
]
} | vietnam | composition | 2018-02-12T22:09:54 | what is the current government of the country that has the national anthem Tiến Quân Ca | What is the type of government where the national anthem is "Tien Quan Ca"? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01kvf8 .
?c ns:location.country.form_of_government ?x .
}
| WebQTrn-1358 | what is the current government of vietnam |
WebQTrn-3763_c707414f103503f2530fc654a85645fe | {
"aliases": [
[
"Ukraine Region"
]
],
"answer": [
"Ukraine"
],
"answer_id": [
"m.07t21"
]
} | conjunction | 2018-02-13T02:34:32 | what country is russia close to and the religious organization leadeship is Ukrainian Greek Catholic Church | What country close to Russia has a religious organization named Ukrainian Greek Catholic Church? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.organization ns:m.02cd38 .
} | WebQTrn-3763 | what country is russia close to |
|
WebQTest-1556_852ae10314bb05a85906d9d65112e76e | {
"aliases": [
[
"1986 World"
]
],
"answer": [
"1986 World Series"
],
"answer_id": [
"m.01q9lc"
]
} | mets | composition | 2018-02-13T05:33:22 | when 's the last time the the team has a team moscot named Mrs. Met won the world series | When did the sports team whose mascot is Mrs. Met most recently win the World Series? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.0w7lzvh .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
| WebQTest-1556 | when 's the last time the mets won the world series |
WebQTrn-2191_1032b444706847bc45f8df119e2b11dc | {
"aliases": [
[
"Centennial State",
"Colo",
"CO"
]
],
"answer": [
"Colorado"
],
"answer_id": [
"m.01n4w"
]
} | the air force academy | composition | 2018-02-12T23:32:51 | in what state was the organiztion leadership has a person named Michelle D. Johnson established | Michelle D. Johnson is a leader of the organization established in what state? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.leadership ?k .
?k ns:organization.leadership.person ns:m.0c56jn .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.state_province_region ?x .
}
| WebQTrn-2191 | in what state was the air force academy established |
WebQTrn-2053_74c5edd9a79d51772446ff4746bd318f | {
"aliases": [
[
"Mandarin Chinese",
"Beifang Fangyan",
"Standard Chinese",
"Putonghua",
"Northern Chinese",
"Guoyu",
"Hui",
"Guanhua",
"Hytad",
"Kuoyu",
"Huayu",
"Hanyu",
"Chinese, Mandarin",
"Qotong",
"Mandarin",
"Chinese, Mandarin Language",
"Standard Mandarin",
"Xui",
"Hui-zu",
"Hoton"
]
],
"answer": [
"Standard Chinese"
],
"answer_id": [
"m.0653m"
]
} | china | composition | 2018-02-12T23:19:30 | what is the official language of the currency used in the country is Renminbi called | What is the official language of the country that uses Renminbi as its currency? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.0hn4_ .
?c ns:location.country.official_language ?x .
}
| WebQTrn-2053 | what is the official language of china called |
WebQTrn-406_cb60fbc3dea230fc32682cbb8556ba62 | {
"aliases": [
[
"Jewish"
]
],
"answer": [
"Judaism"
],
"answer_id": [
"m.03_gx"
]
} | israel | composition | 2018-02-12T20:22:50 | what is the religion of the location that appointed Benjamin Netanyahu to govermental position people | What is the religion of the people where Benjamin Netanyahu is in a government position? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0fm2h .
?c ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
}
| WebQTrn-406 | what is the religion of israel people |
WebQTest-1102_872253e47dd6ddaa213ff31eeda8783b | {
"aliases": [
[
"Dominion of Canada",
"Canuckistan"
]
],
"answer": [
"Canada"
],
"answer_id": [
"m.0d060g"
]
} | conjunction | 2018-02-13T04:42:08 | where is victoria british columbia and the location time zone is Eastern Time Zone | What North American country located within Eastern Time Zone includes the city of Victoria, British Columbia? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ypt)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ypt ns:location.location.containedby ?x .
?x ns:location.location.time_zones ns:m.02hcv8 .
} | WebQTest-1102 | where is victoria british columbia |
|
WebQTrn-2556_843715b5d1b0569540e0316e66763a38 | {
"aliases": [
[
"Buddhist"
]
],
"answer": [
"Buddhism"
],
"answer_id": [
"m.092bf5"
]
} | conjunction | 2018-02-13T00:08:16 | what are some of the religions in australia and the relgion sacred site is Kushinagar | What religion in Australia has a sacred site named Kishinagar? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0chghy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0chghy ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.sacred_sites ns:m.01h0lq .
} | WebQTrn-2556 | what are some of the religions in australia |
|
WebQTrn-560_09ddfb63672d22c8ffe6222b8e80cf94 | {
"aliases": [
[
"Louisiana State Bayou Bengals Football",
"LSU Fighting Tigers Football",
"Louisiana State University Bayou Bengals Mens Football",
"Louisiana State University Tigers Men's Football",
"Bayou Bengals",
"LSU Fighting Tigers Mens Football",
"Louisiana State University Bayou Bengals Football",
"LSU Bayou Bengals Football",
"LSU Tigers Men's Football",
"Louisiana State Fighting Tigers Men's Football",
"Louisiana State University Fighting Tigers Mens Football",
"Louisiana State University Tigers Mens Football",
"Louisiana State Bayou Bengals Men's Football",
"LSU Bayou Bengals Men's Football",
"Louisiana State University Fighting Tigers Football",
"Louisiana State Fighting Tigers Mens Football",
"Louisiana State Bayou Bengals Mens Football",
"LSU Tigers Mens Football",
"Louisiana State University Bayou Bengals Men's Football",
"Louisiana State Fighting Tigers Football",
"Fighting Tigers",
"Louisiana State University Fighting Tigers Men's Football",
"Louisiana State Tigers Football",
"LSU Fighting Tigers Men's Football",
"Louisiana State Tigers Men's Football",
"LSU Tigers Football",
"Louisiana State Tigers Mens Football",
"LSU Bayou Bengals Mens Football",
"Louisiana State University Tigers Football"
]
],
"answer": [
"LSU Tigers football"
],
"answer_id": [
"m.0fht9f"
]
} | conjunction | 2018-02-12T20:43:33 | how many teams are there in the ncaa football and is the team won the 1993 College World Series championship | What NCAA football team won the 1993 College World Series championship? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gh43)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gh43 ns:sports.sports_league.teams ?y .
?y ns:sports.sports_league_participation.team ?x .
?x ns:common.topic.notable_types ns:m.01xljyt .
?x ns:sports.sports_team.championships ns:m.0287wy5 .
} | WebQTrn-560 | how many teams are there in the ncaa football |
|
WebQTrn-932_09020cbb000c86fda5910ec084690246 | {
"aliases": [
[]
],
"answer": [
"Islam"
],
"answer_id": [
"m.0flw86"
]
} | conjunction | 2018-02-12T21:21:48 | what are the major religions in russia and the relgion sacred site is Mecca | Which prominent Russia religion has Mecca as a sacred location? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06bnz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06bnz ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.sacred_sites ns:m.058wp .
} | WebQTrn-932 | what are the major religions in russia |
|
WebQTest-305_020f93c678f201a55199a0c40d829467 | {
"aliases": [
[
"Los Angeles, California, USA",
"LA",
"Los Angeles, California",
"Los Angeles, USA",
"City of Angels",
"L.A.",
"Los Angeles County / Los Angeles city",
"Los Angeles, CA"
]
],
"answer": [
"Los Angeles"
],
"answer_id": [
"m.030qb3t"
]
} | conjunction | 2018-02-13T03:12:59 | where does bradley walsh live and the location time zone is Pacific Time Zone | In which location, does Bradley Walsh live, where the location time zone, is in the Pacific Time Zone? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05h48b)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05h48b ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
FILTER(NOT EXISTS {?y ns:people.place_lived.end_date ?sk0} ||
EXISTS {?y ns:people.place_lived.end_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.place_lived.start_date ?sk2} ||
EXISTS {?y ns:people.place_lived.start_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2015-08-10"^^xsd:dateTime) })
?x ns:location.location.time_zones ns:m.02lcqs .
} | WebQTest-305 | where does bradley walsh live |
|
WebQTrn-911_bce97f775d11e9e17634619b1a51e310 | {
"aliases": [
[
"Columbia University, New York City",
"Columbia U",
"Columbia",
"Columbia University, main campus",
"CU"
]
],
"answer": [
"Columbia University"
],
"answer_id": [
"m.01w5m"
]
} | conjunction | 2018-02-12T21:20:04 | where did pres. obama go to school and the educational institution newspaper is Columbia Daily Spectator | Where did Obama supposedly go to school that has the newspaper the Columbia Daily Spectator? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02mjmr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02mjmr ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.0b6q54 .
} | WebQTrn-911 | where did pres. obama go to school |
|
WebQTrn-1512_52cbd36b86588e3b6e38b0ba8dc53c62 | {
"aliases": [
[]
],
"answer": [
"Thai baht"
],
"answer_id": [
"m.0mcb5"
]
} | thailand | composition | 2018-02-12T22:27:31 | what currency should you take to the country that contains Lopburi Province | The country that contains Lopburi Province would require me to take what type of currency? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01kjwm .
?c ns:location.country.currency_used ?x .
}
| WebQTrn-1512 | what currency should you take to thailand |
WebQTrn-3513_2e46111a46d9176e1e8ef418429e90cb | {
"aliases": [
[
"Washington D.C.",
"Washington",
"The District",
"U.S. Capital",
"District of Columbia / Washington city",
"The District of Columbia",
"District of Columbia",
"Washington DC"
]
],
"answer": [
"Washington, D.C."
],
"answer_id": [
"m.0rh6k"
]
} | george washington university | composition | 2018-02-13T02:07:47 | what state is the the education institution has a grad student named Stephen G. Haines in | What state is the school where Stephen G. Haines is a grad student in? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.06619nf .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.state_province_region ?x .
}
| WebQTrn-3513 | what state is the george washington university in |
WebQTest-847_682800b1263c4a6d5b650e4196fc2b7d | {
"aliases": [
[
"Croatie",
"Croacia",
"Republika Hrvatska",
"Hirvatistan",
"Hrvatska",
"Republic of Croatia",
"Kroatien",
"Croatia/Hrvatska",
"ISO 3166-1:HR",
"Croazia",
"Hravatska",
"Croácia",
"Kroatia",
"Crotaia"
],
[
"l'Hexagone",
"République française",
"French Republic"
]
],
"answer": [
"Croatia",
"France"
],
"answer_id": [
"m.01pj7",
"m.0f8l9c"
]
} | conjunction | 2018-02-13T04:15:50 | what countries are members of the security council and the location time zone is Central European Time Zone | What Central European Time Zone countries are member of the Security Council? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07vnr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07vnr ns:base.unitednations.united_nations_body.members ?y .
?y ns:base.unitednations.united_nations_body_membership.member ?x .
FILTER(NOT EXISTS {?y ns:base.unitednations.united_nations_body_membership.from ?sk0} ||
EXISTS {?y ns:base.unitednations.united_nations_body_membership.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:base.unitednations.united_nations_body_membership.to ?sk2} ||
EXISTS {?y ns:base.unitednations.united_nations_body_membership.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:location.location.time_zones ns:m.02llzg .
} | WebQTest-847 | what countries are members of the security council |
|
WebQTrn-197_804561da34d46ed80011e5cc366477a3 | {
"aliases": [
[]
],
"answer": [
"The Canadas"
],
"answer_id": [
"m.0jv32"
]
} | conjunction | 2018-02-12T19:59:57 | what countries did queen victoria rule and is the location that appointed George IV of the United Kingdom to govermental position | What country that Queen Victoria ruled that appointed George IV of the UK to a government position? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0cw10)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0cw10 ns:government.political_appointer.appointees ?y .
?y ns:government.government_position_held.jurisdiction_of_office ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.0b0sx .
} | WebQTrn-197 | what countries did queen victoria rule |
|
WebQTrn-150_523337b5403215b400d0c4df70ea49a7 | {
"aliases": [
[
"Methodist Church"
]
],
"answer": [
"Methodism"
],
"answer_id": [
"m.051kv"
]
} | nelson mandela | composition | 2018-02-12T19:51:31 | what was the person who once lived in Qunu, Eastern Cape 's religion | What is the religion belief of the person who once lived in Qunu, Eastern Cape? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.0b3jmh .
?c ns:people.person.religion ?x .
}
| WebQTrn-150 | what was nelson mandela 's religion |
WebQTest-589_97440c6c536f1672835d4cfecf6c698b | {
"aliases": [
[
"Russian language",
"Russit",
"Eluosi",
"Olossu",
"Russian",
"Russ",
"Russki"
]
],
"answer": [
"Russian Language"
],
"answer_id": [
"m.06b_j"
]
} | russian | composition | 2018-02-13T03:49:09 | what the country that has the national anthem National Anthem of Russia language called | What is the name of the language where The National Anthem of Russia is used? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01ptxd .
?c ns:location.country.official_language ?x .
}
| WebQTest-589 | what russian language called |
WebQTrn-2246_89ad938188e36a4d053dc1c8cdf90a64 | {
"aliases": [
[
"l'Hexagone",
"République française",
"French Republic"
]
],
"answer": [
"France"
],
"answer_id": [
"m.0f8l9c"
]
} | conjunction | 2018-02-12T23:39:01 | what country surrounds spain and is the location that contains the city/town Lyon | Lyon is a city/town in what country surrounding Spain? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06mkj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06mkj ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.contains ?c .
?c ns:location.mailing_address.citytown ns:m.0dprg .
} | WebQTrn-2246 | what country surrounds spain |
|
WebQTest-963_6db07b41dee74826ea7ebcda7dd4482f | {
"aliases": [
[
"Matthew Erickson Moore"
],
[
"Ryan Timothy Tannehill"
]
],
"answer": [
"Matt Moore",
"Ryan Tannehill"
],
"answer_id": [
"m.027n35s",
"m.04q9syl"
]
} | miami dolphins | composition | 2018-02-13T04:28:16 | who is the the sports team owner is Serena Williams quarterback | Who is Serena Williams sports team quarterback? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.015z4j .
?c ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
?y ns:sports.sports_team_roster.position ns:m.06b1q .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
| WebQTest-963 | who is the miami dolphins quarterback |
WebQTrn-768_cf9ffbb57f2b9e73dca2d2492121f242 | {
"aliases": [
[
"Presidential"
],
[
"Unitary republic",
"Unitary"
],
[
"Constitutional"
]
],
"answer": [
"Presidential system",
"Unitary state",
"Constitutional republic"
],
"answer_id": [
"m.01d9r3",
"m.01fpfn",
"m.0c9rw5"
]
} | south korea | composition | 2018-02-12T21:01:05 | what system of government is used in the country that contains Ulsan | The country that includes Ulsan uses what system of government? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01vsdq .
?c ns:location.country.form_of_government ?x .
}
| WebQTrn-768 | what system of government is used in south korea |
WebQTrn-1946_89ad938188e36a4d053dc1c8cdf90a64 | {
"aliases": [
[
"l'Hexagone",
"République française",
"French Republic"
]
],
"answer": [
"France"
],
"answer_id": [
"m.0f8l9c"
]
} | conjunction | 2018-02-12T23:09:17 | what countries include western europe and is the location that contains the city/town Lyon | Lyon is a city/town in what Western European country? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0852h)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0852h ns:location.location.contains ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "Country")
?x ns:location.location.contains ?c .
?c ns:location.mailing_address.citytown ns:m.0dprg .
} | WebQTrn-1946 | what countries include western europe |
|
WebQTest-845_42ffcb7805461a6aa9087d302f9fe1f7 | {
"aliases": [
[
"Jim H. Webb",
"James Webb",
"James H. Webb",
"James Henry Webb",
"James Henry Webb, Jr."
]
],
"answer": [
"Jim Webb"
],
"answer_id": [
"m.0574xy"
]
} | conjunction | 2018-02-13T04:15:34 | who are the virginia senators 2013 and held his govermental position from 1987-05-01 | Who was the Virginia Senator in 2013 that held his government position from 5-1-1987? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07z1m)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07z1m ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.governmental_body ns:m.07t58 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2013-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2013-01-01"^^xsd:dateTime) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1987-05-01"^^xsd:dateTime .
} | WebQTest-845 | who are the virginia senators 2013 |
|
WebQTest-876_a9122e6c3ec58aea7483e18c7074128a | {
"aliases": [
[
"Republic of Kiribati",
"Gilbert Islands"
]
],
"answer": [
"Kiribati"
],
"answer_id": [
"m.047t_"
]
} | conjunction | 2018-02-13T04:20:52 | who does japan import from and is the country that contains Gilbert Islands | What country includes the GIlbert Islands and imports good from Japan? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03_3d)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03_3d ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
?x ns:location.country.administrative_divisions ns:m.0101msg_ .
} | WebQTest-876 | who does japan import from |
|
WebQTrn-3079_872253e47dd6ddaa213ff31eeda8783b | {
"aliases": [
[
"Miami-Dade County / Coral Gables city",
"Coral Gables, Florida"
]
],
"answer": [
"Coral Gables"
],
"answer_id": [
"m.0rn8q"
]
} | conjunction | 2018-02-13T01:11:54 | where does jeb bush live and the location time zone is Eastern Time Zone | Where in the Eastern Time Zone does Jeb Bush live? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.019x9z)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.019x9z ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
FILTER(NOT EXISTS {?y ns:people.place_lived.end_date ?sk0} ||
EXISTS {?y ns:people.place_lived.end_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.place_lived.start_date ?sk2} ||
EXISTS {?y ns:people.place_lived.start_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2015-08-10"^^xsd:dateTime) })
?x ns:location.location.time_zones ns:m.02hcv8 .
} | WebQTrn-3079 | where does jeb bush live |
|
WebQTrn-2849_8e65d827de2fe8fd8b11773997effdf0 | {
"aliases": [
[
"Princeton University, Borough of Princeton",
"Princeton University, main campus",
"Princeton"
]
],
"answer": [
"Princeton University"
],
"answer_id": [
"m.05zl0"
]
} | conjunction | 2018-02-13T00:46:52 | where was f scott fitzgerald education and the educational institution newspaper is Nassau Weekly | The Nassau Weekly is the newspaper of which educational institution F Scott Fitzgerald attended? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02zjd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02zjd ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:education.educational_institution.newspaper ns:m.08zwhp .
} | WebQTrn-2849 | where was f scott fitzgerald education |
|
WebQTest-686_94de6b54e2bc85073a96d6b21694da65 | {
"aliases": [
[
"1995 World"
]
],
"answer": [
"1995 World Series"
],
"answer_id": [
"m.04j712"
]
} | atlanta braves | composition | 2018-02-13T03:59:13 | when the the team won the 1995 World Series championship won the world series | What years did the team who won the 1995 championship win the World Series? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.04j712 .
?c ns:sports.sports_team.championships ?x .
}
| WebQTest-686 | when the atlanta braves won the world series |
WebQTrn-1214_e8b7b55c54a4b3523a2a3036bd255b1a | {
"aliases": [
[]
],
"answer": [
"Tom Thibodeau"
],
"answer_id": [
"m.043jv80"
]
} | chicago bulls | composition | 2018-02-12T21:54:37 | who is the current coach of the the sports team owner is James D. Stern | Who is the current coach of the sports team owned by James D. Stern? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.0ggb8tz .
?c ns:basketball.basketball_team.head_coach ?x .
}
| WebQTrn-1214 | who is the current coach of the chicago bulls |
WebQTrn-1825_3dda6298595e4f26e293908df47bbd2a | {
"aliases": [
[]
],
"answer": [
"AFC South"
],
"answer_id": [
"m.068g_2"
]
} | baltimore colts | composition | 2018-02-12T22:54:21 | what division did the the team won the 2007 AFC Championship Game championship play in | Which division did the 2007 AFC champions play in? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gt_mg .
?c ns:american_football.football_team.division ?x .
}
| WebQTrn-1825 | what division did the baltimore colts play in |
WebQTrn-1228_d1ba823e9ae370938293b41f7096fc72 | {
"aliases": [
[]
],
"answer": [
"Post-Impressionism"
],
"answer_id": [
"m.015xrq"
]
} | vincent van gogh | composition | 2018-02-12T21:56:30 | what style of art did the person education major field of study is Perspective do | What style of art did the person who majored in Perspective do? | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.major_field_of_study ns:m.021hz5 .
?c ns:visual_art.visual_artist.associated_periods_or_movements ?x .
}
| WebQTrn-1228 | what style of art did vincent van gogh do |
Dataset Card for Dataset Name
Dataset Summary
A dataset for answering complex questions that require reasoning over multiple web snippets
ComplexWebQuestions is a new dataset that contains a large set of complex questions in natural language, and can be used in multiple ways:
- By interacting with a search engine, which is the focus of our paper (Talmor and Berant, 2018);
- As a reading comprehension task: we release 12,725,989 web snippets that are relevant for the questions, and were collected during the development of our model;
- As a semantic parsing task: each question is paired with a SPARQL query that can be executed against Freebase to retrieve the answer.
Supported Tasks and Leaderboards
[More Information Needed]
Languages
- English
Dataset Structure
QUESTION FILES
The dataset contains 34,689 examples divided into 27,734 train, 3,480 dev, 3,475 test. each containing:
"ID”: The unique ID of the example;
"webqsp_ID": The original WebQuestionsSP ID from which the question was constructed;
"webqsp_question": The WebQuestionsSP Question from which the question was constructed;
"machine_question": The artificial complex question, before paraphrasing;
"question": The natural language complex question;
"sparql": Freebase SPARQL query for the question. Note that the SPARQL was constructed for the machine question, the actual question after paraphrasing
may differ from the SPARQL.
"compositionality_type": An estimation of the type of compositionally. {composition, conjunction, comparative, superlative}. The estimation has not been manually verified,
the question after paraphrasing may differ from this estimation.
"answers": a list of answers each containing answer: the actual answer; answer_id: the Freebase answer id; aliases: freebase extracted aliases for the answer.
"created": creation time
NOTE: test set does not contain “answer” field. For test evaluation please send email to [email protected].
WEB SNIPPET FILES
The snippets files consist of 12,725,989 snippets each containing PLEASE DON”T USE CHROME WHEN DOWNLOADING THESE FROM DROPBOX (THE UNZIP COULD FAIL)
"question_ID”: the ID of related question, containing at least 3 instances of the same ID (full question, split1, split2); "question": The natural language complex question; "web_query": Query sent to the search engine. “split_source”: 'noisy supervision split' or ‘ptrnet split’, please train on examples containing “ptrnet split” when comparing to Split+Decomp from https://arxiv.org/abs/1807.09623 “split_type”: 'full_question' or ‘split_part1' or ‘split_part2’ please use ‘composition_answer’ in question of type composition and split_type: “split_part1” when training a reading comprehension model on splits as in Split+Decomp from https://arxiv.org/abs/1807.09623 (in the rest of the cases use the original answer). "web_snippets": ~100 web snippets per query. Each snippet includes Title,Snippet. They are ordered according to Google results.
With a total of 10,035,571 training set snippets 1,350,950 dev set snippets 1,339,468 test set snippets
Source Data
The original files can be found at this dropbox link
Licensing Information
Not specified
Citation Information
@inproceedings{talmor2018web,
title={The Web as a Knowledge-Base for Answering Complex Questions},
author={Talmor, Alon and Berant, Jonathan},
booktitle={Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers)},
pages={641--651},
year={2018}
}
Contributions
Thanks for happen2me for contributing this dataset.
- Downloads last month
- 215